/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com                                                            

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText { font-family: Tahoma, Arial, sans-serif; font-size: 11px; }
A.boxText { font-family: Tahoma, Arial, sans-serif; font-size: 11px; text-decoration: none; font-weight : normal; }
A.boxText:hover { font-family: Tahoma, Arial, sans-serif; font-size: 11px; text-decoration: none; font-weight : normal; }
.boxText_center { font-family: Tahoma, Arial, sans-serif; font-size: 11px; padding-left:0px; padding-right:0px; }
.boxText_left { font-family: Tahoma, Arial, sans-serif; font-size: 11px; padding-left:5px; padding-right:5px; }
.boxText_right { font-family: Tahoma, Arial, sans-serif; font-size: 11px; padding-left:10px; padding-right:5px; }
.errorBox { font-family : Tahoma, Arial, sans-serif; font-size : 11px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Tahoma, Arial, sans-serif; font-size : 11px; color: #cc0033; }
.productsNotifications { background: #EAEAEA; }
.orderEdit { font-family : Tahoma, Arial, sans-serif; font-size : 11px; color: #70d250; text-decoration: underline; }

BODY {
  background: #ffffff;
  color: #707070;
  margin: 0px 0px 5px 0px;
}

A {
  color: #9B9B9B; 
  font-size: 12px;
  font-family: Arial, Tahoma, sans-serif;;
  text-decoration: none;
}

A:hover {
  color: #9B9B9B;
  text-decoration: none;
}

FORM {
	display: inline;
}

p{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;

}

tr, td{
    font-size: 10px;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
/*  background: #bbc3d3; */
}

/*TD.footer {
  background: url(images/design/footer_bg.gif) repeat-x left top;
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 10px;
  color:#FFFFFF;
  font-weight: bold;
  height: 19px;
}          */

.infoBox {
  background: #D3D3D3;
}

.infoBox_form {
  background: #D3D3D3;
}

.infoBox_newbox {
/*  background: #D3D3D3; */
    height:  100%;
    padding-bottom: 0px;
}

.infoBox_button {
/*  background: #b6b7cb; */
}

.infoBox_center {
/*  background: #b6b7cb; */
}

.infoBox_left {
/*  background: #b6b7cb; */
}

.infoBox_right {
/*  background: #b6b7cb; */
}

.infoBox_extra {
/*  background: #D3D3D3; */
}


.infoBoxContents {
  background: #FFFFFF;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxContents_form {
  background: #FFFFFF;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxContents_newbox {
/*  background: #ffffff; */
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10px;
  height: 100%
}

.infoBoxContents_button {
/*  background: #f8f8f9; */
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxContents_center {
/*  background: #f8f8f9;  */
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxContentsText_center {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10px;
}

A.infoBoxContentsText_center {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10px;
  text-decoration: none; 
}


.infoBoxContents_left {
/*  background: #f8f8f9;  */
  color: #585757;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxContentsText_left {
  color: #585757;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 13px;
}

A.infoBoxContentsText_left {
  color: #000000;
  font-family: Verdana, Tahoma, Arial;
  font-size: 13px;
  text-decoration: none; 
}


.infoBoxContents_right {
/*  background: #f8f8f9; */
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10px;
  color: #585757;
}

.infoBoxContentsText_right {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10px;
  color: #585757;
}

.infoBoxContents_extra {
/*  background: #f8f8f9;  */
  color: #585757;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxContentsText_extra {
  color: #585757;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10px;
}

A.infoBoxContentsText_extra {
  color: #585757;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10px;
  text-decoration: none; 
}

A.infoBoxContentsText_right {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10px;
  text-decoration: none; 
  color: #585757;
}

.infoBoxContents_categ {
  background: #f8f8f9; 
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxContentsText_categ {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10px;
}

A.infoBoxContentsText_categ {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10px;
  text-decoration: none; 
}

A.productTitle {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

A.productTitleNew {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 18px;
	color: #707070;
	text-decoration: none;
	font-weight: bold;
}

A.productTitle_col {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 13px;
	color: #707070;
	text-decoration: none;
	font-weight: bold;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #D3D3D3;
  color: #707070;
}

TD.infoBoxHeading_center {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #D3D3D3;
  color: #ffffff;
}

TD.infoBoxHeading_left {
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  height: 20px;
  padding-top: 10px;
padding-left: 5px;
/*  background: #bbc3d3; */
  color: #800000;
}

TD.infoBoxHeading_right {
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  height: 20px;
  padding-top: 10px;
padding-left: 10px;
/*  background: #bbc3d3; */
  color: #800000;
}

TD.infoBoxHeading_categ {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  background: #bbc3d3;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 11px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #ffffff;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #ffffff;
}

TABLE.productListing {
 /* border-left: 1px solid #D3D3D3;
  border-right: 1px solid #D3D3D3;  */
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  background: #D3D3D3;
  color: #707070;
  font-weight: bold;
  height: 20px;
}

TD.productListing-data {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  padding-left: 10px;
  padding-top: 10px;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  padding-left: 10px;
  padding-top: 5px;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  padding: 5px 8px 0px 10px;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 11px;  
  color: #940202;
  text-align: center;
  padding: 10px 10px 10px 10px;  
}

TD.smallText a{
    text-decoration:none;
    color: #940202;
}

TD.smallText a:hover{
    text-decoration:none;
    color: #940202;
}



TD.accountCategory {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #FFFFFF;
  border-color: #D3D3D3;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #707070;
}

SPAN.markProductOutOfStock {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #BE0010;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Tahoma, Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Tahoma, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #EEEEEE; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #EAEAEA; }

.checkoutBarFrom, .checkoutBarTo { font-family: Tahoma, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Tahoma, Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Tahoma, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Tahoma, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Tahoma, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Tahoma, Arial, sans-serif; font-size: 10px; color: #ff0000; padding-right: 7px; }


TD.prodHeading, DIV.prodHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #6B6B6B;
  padding-left: 10px;
}

TD.priceHeading, DIV.priceHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #C30000;
  padding-left: 10px;
  padding-top: 2px;
}

.productPrice, DIV.productPrice  {
font-size: 11px;
padding-top: 20px;
}

.customPrice, DIV.customPrice  {
font-size: 12px;
padding-top: 20px;
}

.productPrice_col  {
font-size: 11px;
}

TD.productDescriptTop {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  color: #888888;
}

TD.productDescript {
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 11px;
  color: #000000;
}

TD.centerBorder {
  border-right: 1px solid #D3D3D3;
  border-top: 0px;
  border-bottom: 0px;
}

TD.centerBorder2 {
  border-right: 1px solid #D3D3D3;
  border-left: 1px solid #D3D3D3;
  border-top: 0px;
  border-bottom: 0px;
}

.logo{
    height: 161px;
    font-size: 1px; 
}

.right_menu{
    text-align:right;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #B4B4B4;
    padding: 2px 30px 3px 0px;     
}

.right_menu a{
    text-decoration: none;
    color: #B4B4B4;
    padding: 10px 2px 0px 2px;
}

.right_menu a:hover{
    text-decoration: none;
    color: #707070;
    padding: 10px 2px 0px 2px;    
}

.footer{
    background: url(images/design/footer.jpg) no-repeat center;   
    height: 61px;
    border-top: 1px solid #ECC600;
    text-align:center;
    vertical-align:center;
}

.footer a {
  font-family: Verdana,Tahoma, Arial, sans-serif;
  font-size: 10px;
  color:#0A0008;
  font-weight:lighter;
  text-decoration: none;
}

.footer a:hover {
  font-family: Verdana,Tahoma, Arial, sans-serif;
  font-size: 10px;
  color:black;;
  font-weight: bold;
  text-decoration: none;
}

.copy{
  font-family: Verdana,Tahoma, Arial, sans-serif;
  font-size: 10px;
  color:#910302;
  padding-top: 5px;
}

.left_top{
    background-image:url(images/design/left_top.jpg);
    background-position: center;
    background-repeat: no-repeat;
    height: 22px;
    width: 31px;
    font-size 1px;
}

.right_top{
    background-image:url(images/design/right_top.jpg);
    background-position: center left;
    background-repeat: no-repeat;
    height: 76px;
    width: 33px;
    font-size 1px;
}

.left_bottom{
    background-image:url(images/design/left_bottom.jpg);
    background-position: center;
    background-repeat: no-repeat;
    height: 20px;
    width: 30px;
    font-size 1px;
}

.right_bottom{
    background-image:url(images/design/right_bottom.jpg);
    background-position: center;
    background-repeat: no-repeat;
    height: 20px;
    width: 33px;
    font-size 1px;
}

.ver_line{
    background-image:url(images/design/ver_line.jpg);
    background-position: center;
    background-repeat: repeat-y;
    width: 31px;
    font-size 1px;
}

.ver_line2{
    background-image:url(images/design/ver_line2.jpg);
    background-position: center;
    background-repeat: repeat-y;
    width: 34px;
    font-size 1px;
}

.hor_line{
    background-image:url(images/design/hor_line.jpg);
    background-position: center;
    background-repeat: repeat-x;
    height: 22px;
    font-size 1px;
}

.hor_line2{
    height: 20px;
    font-size 1px;
    border-bottom: 1px solid #C7C7C7;   
}

.hor_line2_1{
   height: 20px;
   font-size 1px;
   border-right: 1px solid #C7C7C7; 
   border-bottom: 1px solid #C7C7C7;
}

.content{
    background-color: white;
    height 100%;
}

.image{
    width: 300px; 
}

.image img{
    border: 0px;
}

.content_text{
    font-size: 12px;
    color: #9B9B9B;
    text-align: justify;
    vertical-align: top;
    padding: 20px 0px 20px 0px;
}

.content_title{
    font-family: Verdana, Arial;
    font-size: 14px;
    font-weight: bold;
    color: #9B9B9B;
    text-align: center;
}

.content_title a{
    text-decoration: none;
    color: #9B9B9B;
    font-family: Verdana, Arial;
    font-size: 14px;
    font-weight: bold;
}

.content_title2{
    color: #E10012; 
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding: 10px 0px 5px 0px;   
}

.content_main{
    font-size: 10px;
    color: #9B9B9B;
    text-align: justify;
}

.price{
    font-family: Verdana, Arial;
    font-size: 12px;
    font-weight: bold;
    color: #C40000;
    margin: 30px 0px 20px 0px; 
}

.content_games{
    text-align: center;
    font-size: 10px;
}
.content_games img{
    border: 0px;
    margin: 10px 5px 10px 5px;
}

.content_title3{
    color: #E10012; 
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding: 10px 0px 5px 0px;   
}

.left_menu{
    font-family:Verdana,Arial;
    font-size: 11px;
    font-weight: lighter;
    color: #910302;
    text-align: center;
    padding: 10px 0px 0px 0px;
    width: 213px;
}

.left_menu_p{
    padding: 5px 0px 10px 0px;    
}

.left_menu_a{
    text-decoration: none;
    color: #0A0008;
    background-image:url(images/design/left_menu_link.jpg);
    background-position: center;
    background-repeat: no-repeat;
    display:block; 
    padding: 7px 0px 7px 0px;
}

.left_menu_a:hover{
    text-decoration: none;
    color: #0A0008;
    background-image:url(images/design/left_menu_hover.jpg);
    background-position: center;
    background-repeat: no-repeat;
    display:block;
    padding: 7px 0px 7px 0px;
}

.left_menu_a span{
    color: #8A8A8A;
    padding-right: 10px;
}

.left_menu_title{
    font-family:Verdana,Arial;
    font-size: 14px;
    font-weight: bold;
    color: #BB001C;
    border-bottom: 1px solid #D3D3D3;
    text-align: center;
    padding: 10px 0px 5px 0px;
}

.top_menu_item1{
    background-image:url(images/design/top_menu_item1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    width: 80px;
    font-family:Verdana,Arial;
    font-size: 12px;
    font-weight: bold;
    color: white;
    text-align: center;
    padding: 0px 0px 0px 0px;
}

.top_menu_item1 a{
    text-decoration:none;
    color: white;
    width: 80px;
    padding: 0px 0px 0px 0px; 
}

.top_menu_item1 a:hover{
    text-decoration:none;
    color: white;
    width: 80px;
    padding: 0px 0px 0px 0px; 
}

.top_menu_item2{
    background-image:url(images/design/top_menu_item2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    width: 80px;
    font-family:Verdana,Arial;
    font-size: 12px;
    font-weight: bold;
    color: white;
    text-align: center;
    padding: 0px 0px 0px 0px;
}


.top_menu_item2 a{
    text-decoration:none;
    color: white;
}

.top_menu_item2 a:hover{
    text-decoration:none;
    color: white;
}

.top_menu_item3{
    background-image:url(images/design/top_menu_item3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    width: 80px;
    font-family:Verdana,Arial;
    font-size: 12px;
    font-weight: bold;
    color: white;
    text-align: center;
    padding: 0px 0px 0px 0px;
}

.top_menu_item3 a{
    text-decoration:none;
    color: white;
    width: 80px;
    padding: 0px 0px 0px 0px; 
}

.top_menu_item3 a:hover{
    text-decoration:none;
    color: white;
    width: 80px;
    padding: 0px 0px 0px 0px; 
}

.top_menu_item4{
    background-image:url(images/design/top_menu_item4.jpg);
    background-position: center;
    background-repeat:repeat-x;
    width: 80px;
    font-family:Verdana,Arial;
    font-size: 12px;
    font-weight: bold;
    color: white;
    text-align: center;
    padding: 0px 0px 0px 0px;
}

.top_menu_item4 a{
    text-decoration:none;
    color: white;
    width: 80px;
    padding: 0px 0px 0px 0px; 
}

.top_menu_item4 a:hover{
    text-decoration:none;
    color: white;
    width: 80px;
    padding: 0px 0px 0px 0px; 
}

.left_links{
    background-image:url(images/design/left_links.jpg);
    background-position: center right;
    background-repeat: no-repeat;
    width: 336px;
    height: 76px;    
}

.left_links_fon{
    background-image:url(images/design/left_links_fon.jpg);
    background-position: center;
    background-repeat:repeat-x;
    height: 76px;
}

.links{
    font-family:Verdana,Arial;
    font-size: 11px;
    font-weight: bold;
    position:absolute;
    right:480px;
    top: 140px;
}

.links a{
    text-decoration:underline;
    color: white; 
    line-height: 15px;
    font-size: 11px;   
}

.links a:hover{
    text-decoration:none;
    color: white; 
    line-height: 15px; 
    font-size: 11px;   
}

.div_set{
    position:relative; 
}

.product{
    font-family:Verdana,Arial;
    font-size: 11px;
    font-weight: bold;
    color: #8C6A00;
    padding: 0px 0px 15px 0px;
	
	/***** Begin Sitemap_SEO *****/ 
ul.sitemap {
color: #ff0000;
}
.sitemap {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #0000ff;
  font-weight : normal;
}
.sitemapHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #0000ff;
  font-weight : normal;
}
.sitemapProducts {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #333333;
  font-weight : normal;
}
A.sitemap { 
  color: #FF0000; 
}
A.sitemap:hover {
  color: #ff0000;
}
.sitemap_indvidual_hdg {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #0000ff;
  font-weight : normal;
}
A.sitemap_indvidual_hdg { color: #009900; }
A.sitemap_indvidual_hdg:hover { color: #ff0000; }
.sitemap_indvidual { 
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #f000ff;
  font-weight : normal;
}
A.sitemap_indvidual { color: #009900; }
A.sitemap_indvidual:hover { color: #ff0000; }

h1 {
 font-family: Verdana, Arial, sans-serif;
 font-size: 20px;
 font-weight: bold;
 margin-bottom: 0;
 padding-bottom: 0;
 color: #000;
}
h2 {
 font-family: Verdana, Arial, sans-serif;
 font-size: 14px;
 font-weight: normal;
 margin-bottom: 0;
 padding-bottom: 0;
 color: #000;
}
/***** End Sitemap_SEO *****/ 

}