/*
  $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:  Arial, sans-serif; font-size: 11px; }
.errorBox { font-family :  Arial, sans-serif; font-size : 11px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family :  Arial, sans-serif; font-size : 11px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family :  Arial, sans-serif; font-size : 11px; color: #70d250; text-decoration: underline; }

a.breadcrumb, a:hover.breadcrumb{
  color: #666;
}

TD.cat_toplevel {
  font-family: Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  height: 22px;
  background-color: #F9E9BD;
  background-image: url(../../images/catbox/cat_toplevel_fon.gif);
  background-position: bottom;
  background-repeat: repeat-x;
  border-top: 1px solid #FCF3DA;
  border-right: 1px solid #D5BD79;
  padding-left: 7px;  
  color: #960F0B;
  cursor: pointer;  
}

TD.cat_sublevel {
  font-family: Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  height: 22px;
  background-color: #DFEEFC;
  background-image: url(../../images/catbox/cat_sublevel_fon.gif);
  background-position: bottom;
  background-repeat: repeat-x;
  border-top: 1px solid #EDF5FE;
  border-right: 1px solid #A1BACF;
  padding-left: 7px;  
  color: #960F0B;
  cursor: pointer;
  
}


TD.cat_arrow {
  width: 24px;
  background-color: #EF5504;
  border-bottom: 1px solid #B13D32;  
}

BODY {
  background: #FCF2D8;
  color: #333333;
  margin: 0px;
}

A {
  color: #990000;
  text-decoration: none;
}

A:hover {
  color: #cc0000;
  text-decoration: underline;
}

FORM {
	display: inline;
}

HR {
color:#d3d3d3;
height:1pt;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #6081AA;
}

TD.headerNavigation {
  font-family:  Arial, sans-serif;
  font-size: 11px;
  color: #ffffff;

}

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: #6081AA;
}

TD.footer {
  font-family:  Arial, sans-serif;
  font-size: 11px;
  background: #6081AA;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #d3d3d3;
}

.infoBoxContents {
  background: #ffffff;
  font-family:  Arial, sans-serif;
  font-size: 11px;
}

/*for left column*/
	TD.infoBoxHeadingLeft {
	  font-family:  Arial, sans-serif;
	  font-size: 13px;
	  font-weight: bold;
	  color: #ffffff;
	}
	
	.infoBoxLeft {
	}

	.infoBoxContentsLeft {
	  font-family:  Arial, sans-serif;
	  font-size: 11px;

	}

/*for right column*/
	TD.infoBoxHeadingRight {
	  font-family:  Arial, sans-serif;
	  font-size: 11px;
	  font-weight: bold;
	  color: #ffffff;
	}
	.infoBoxRight {
	}

	.infoBoxContentsRight {
	  font-family:  Arial, sans-serif;
	  font-size: 11px;
	}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family:  Arial, sans-serif;
  font-size: 11px;
}

TD.infoBoxHeading {
  font-family:  Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  /*background: #ec9a53;*/
  color: #886C00;
}

TD.infoBox, SPAN.infoBox {
  font-family:  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: 0px;
  border-style: solid;
  border-color: #d3d3d3;
  /*border-spacing: 0px;*/
}

.productListing-heading {
  font-family: Arial, sans-serif;
  font-size: 11px;
  /*background: #ec9a53;*/
  background: #9EC53B;
  color: #FFFFFF;
  font-weight: bold;
}

a.productListing-heading {
  color: #FFFFFF;
}

a.productListing-heading:hover {
  color: #FFFFFF;
}

TD.productListing-data {
  font-family: Arial, sans-serif;
  font-size: 11px;

}

A.pageResults {
  color: #96722E;
}

A.pageResults:hover {
  color: #96722E;

}

TD.pageHeading, DIV.pageHeading {
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #392715;
}

DIV.hide{
  display: none;
}
DIV.show{
  display: block;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: #000000;
}

TD.main, P.main {
  font-family: Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family:  Arial, sans-serif;
  font-size: 11px;
}

TD.accountCategory {
  font-family:  Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family:  Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family:  Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family:  Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family:  Arial, sans-serif;
  font-size: 11px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family:  Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family:  Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family:  Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #d3d3d3;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma,  Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma,  Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family:  Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family:  Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family:  Arial, sans-serif; font-size: 11px; color: #8c8c8c; }
.checkoutBarCurrent { font-family:  Arial, sans-serif; font-size: 11px; color: #000000; }

/* message box */

.messageBox { font-family:  Arial, sans-serif; font-size: 11px; }
.messageStackError, .messageStackWarning { font-family:  Arial, sans-serif; font-size: 11px; background-color: #ffb3b5; }
.messageStackSuccess { font-family:  Arial, sans-serif; font-size: 11px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family:  Arial, sans-serif; font-size: 11px; color: #ff0000; }

/* addons*/

table.format {
color:#333333;
font-family:Arial,Verdana,Helvetica,Sans-serif;
font-size:9pt;
}
a.white,a.white:link {color:#ffffff;text-decoration:none;}
a.white:hover {color:#ffffff;text-decoration:underline;}

a.yellow {color:#960f0b;text-decoration:none;}
a.yellow:hover {color:#960f0b;text-decoration:underline;}

a.tmenu,a.tmenuite:link {color: #333333; text-decoration: none; font-size: 11px; font-family: Verdana;}
a.tmenu:hover {color: #000000; text-decoration: none;}

table.topmenu td {
color:#333333;
font-family:Arial,Verdana,Helvetica,Sans-serif;
font-size:10pt;
font-weight:bold;
text-align:center;
padding:4pt 5pt;
height: 35px;
}
.tmenu_bg {
color:#000000;
background-color: #fedf94;
/*background-image: url(../../images/topmenu_bg.jpg);*/
background-position: top left;
background-repeat: repeat-x;
}
.top_nav_td {
padding:0 8pt;
}
.top_nav {
border-bottom:1pt solid #8db2c8;
}
.basket {
color:#720503;
font-size:9pt;
padding-left:8pt;
}

.blue_nav_title {
border-bottom:1pt solid #8db2c8;
font-size:8pt;
font-weight:bold;
padding-left:0pt;
height: 23px;
}
.box_yellow{
  background-image:url('images/box_bgyellow.gif');
  background-position: bottom;
  background-repeat: repeat-x;
  background-color: #fae9bd;  
  font-family: Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  color: #960f0b;
  height: 23px;
}
.box_blue{
  background-image:url('images/box_bgblue.gif');
  background-position: bottom;
  background-repeat: repeat-x;
  background-color: #dfeffd;
  font-family: Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  color: #960f0b;
  height: 23px;
}
.box_sclose{
  background-image:url('images/box_bgclose.gif');
  background-position: bottom;
  background-repeat: repeat-x;
  background-color: #fd955e;
  vertical-align:middle;
  width:24px;
  height:23px;
}

.blue_nav {
border-bottom:1pt solid #8db2c8;
font-size:8pt;
padding-left:6pt;
height: 23px;
}
.l_corner {
float:left;
}
.r_corner {
float:right;
}
.item_title {
color:#ffffff;
background-color:#ec9a53;
font-weight:bold;
padding:4pt 16pt;
}
.item_block {
border:1pt solid #d3d3d3;
padding:4pt 8pt;
}
.item_price {
color:#cc0000;
font-weight:bold;
padding:2pt 0;
}
.foot_main {
padding:4pt 16pt;
}

.border_preview {
	BORDER-RIGHT: #444 1px solid; BORDER-TOP: #444 1px solid; Z-INDEX: 100; BACKGROUND: #fff; BORDER-LEFT: #444 1px solid; BORDER-BOTTOM: #444 1px solid; POSITION: absolute
}

.title_h2 {
	PADDING-RIGHT: 0px; PADDING-LEFT: 18px; PADDING-BOTTOM: 0px; WIDTH: 300px; PADDING-TOP: 12px
}

.preview_temp_load {
	PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-BOTTOM: 10px; VERTICAL-ALIGN: middle; PADDING-TOP: 10px; TEXT-ALIGN: center
}
.preview_temp_load IMG {
	VERTICAL-ALIGN: middle; TEXT-ALIGN: center
}


#loader_bg {
	FONT-SIZE: 1px; LEFT: 8px; WIDTH: 113px; POSITION: relative; TOP: 8px; HEIGHT: 7px; BACKGROUND-COLOR: #ebebe4
}

TD.gSeparator{
  height: 2px;
  background-image: url('images/category_separator.gif');
  background-repeat: repeat-x;
  background-position: bottom left;
}

TD.topmenu_item{
  vertical-align: top;
}

TD.smallMenu {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TD.smallMenu A {
  color: #720503;
  text-decoration: none;
}

TD.smallMenu A:hover {
  color: #720503;
  text-decoration: underline;
}

/**************************** ajax menu geo zones *****************************/
TD.geoZone {
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-size: 11px;
  line-height: 1;
}

TD.zone {
  padding-left: 20px;
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-size: 11px;
  line-height: 1;
}

TD.city {
  padding-left: 40px;
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-size: 10px;
  line-height: 1.5;
}

TABLE.zoneListBox{
  border: #999 1px solid;
  padding:2px;
  background: #aaa;
}
TD.zoneListBox{
  border: #999 1px solid;
  background: #fff;
}
