/*
  $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: Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
	background-image: url(images/mainbg.gif);
	background-position: center;
	background-repeat: repeat-y;
	color: #203854;
  margin: 0px;
  font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
  font-size: 10px;
}

A {
  color: #4C6277;
  text-decoration: none;
}

A:hover {
  color: #AABBDD;
  text-decoration: underline;
}

A.bestsellers {
  color: #4C6277;
  text-decoration: none;
}

A.bestsellers:hover {
  color: #AABBDD;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
/*  background: #ffffff;*/
}

TR.headerNavigation {
/*  background: #bbc3d3;*/
}

TD.headerNavigation {
  font-family: Verdana, 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, Verdana, 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, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
/*  background: #b6b7cb;*/
}

.infoBox_cn {
	background-image: url(images/side_middlewhite.gif);
	background-position: center;
	background-repeat: repeat-y;
/*  background: #b6b7cb;*/
}

.infoBoxContents {
  background: #f9f9f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxContents_cn {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  
  margin-left: 11px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  background: #bbc3d3;
	background-image:url(images/shade.gif);
	background-repeat: repeat-x;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	height: 17px;
  color: #8095AC;
}

TD.infoBoxHeading_cn {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: #bbc3d3;
	background-image: url(images/infobox/corner_bg.gif);
	background-repeat: repeat-x;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {

}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {

}

TR.productnewsListing-odd {
  /*background: #f8f8f9;*/
}

TR.productnewsListing-even {
  /*background: #f8f8f9;*/
}

TABLE.productListing {
  /*border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px; */
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.productListing-data-even {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
border-right-color:#F3F3F3;
border-right-style:solid;
border-right-width:1px;
padding-bottom:6px;
padding-left:6px;
padding-right:6px;
padding-top:6px;
border-top: 1px solid #d7d7d7;
border-bottom: 1px solid #d7d7d7;
}

TD.productListing-data-odd {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
background-color:#F9F9F9;
border-right-color:#F3F3F3;
border-right-style:solid;
border-right-width:1px;
padding-bottom:6px;
padding-left:6px;
padding-right:6px;
padding-top:6px;
}

TD.productnewsListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  border-top: 1px solid #d7d7d7;
  
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

.page {
	background-image: url(images/topbg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.menu {
	padding:0;
	margin:0;
	float:right;
}
.menu dt {
	display:none;
}
.menu dd {
	float:right;
	padding:0;
	margin:0;
	text-align:center;
}
.menu dd span.aa {
	display:block;
	width:9px;
	height: 17px !important;
	height/**/: 17px;
	height: 27px;
	background-image:url(images/taglft3.gif);
	float:left;
	padding:5px 0;
	background-position: 0px 0px;
}
.menu dd span.bb {
	height: 7px !important;
	height/**/: 7px;
	background-image:url(images/tagmid2.gif);
	float:left;
	padding: 10px 0 !important;
	padding/**/: 8px 0 ;
	line-height: 10px !important;
	line-height/**/: 11px;
	background-position: 0px 0px;
}
.menu dd span.cc {
	display:block;
	width:9px;
	height: 17px !important;
	height/**/: 17px;
	height: 27px;
	background-image:url(images/tagrgt3.gif);
	float:left;
	padding:5px 0;
	background-position: 0px 0px;
}
.menu_dd_span_aa {
	display:block;
	width:9px;
	height: 17px !important;
	height/**/: 17px;
	height: 27px;
	background-image:url(images/taglft3.gif);
	float:left;
	padding:5px 0;
	background-position: 0px 0px;
}
.menu_dd_span_bb {
	height: 7px !important;
	height/**/: 7px;
	background-image:url(images/tagmid2.gif);
	float:left;
	padding: 10px 0 !important;
	padding/**/: 8px 0 ;
	line-height: 10px !important;
	line-height/**/: 11px;
	background-position: 0px 0px;
}
.menu_dd_span_cc {
	display:block;
	width:9px;
	height: 17px !important;
	height/**/: 17px;
	height: 27px;
	background-image:url(images/tagrgt3.gif);
	float:left;
	padding:5px 0;
	background-position: 0px 0px;
}

.menu a, .menu a:visited {
	color:Gray;
	text-decoration:none;
	font-size:9px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	cursor:pointer;
	text-transform: uppercase;
	font-weight: bold;
}
.menu a:hover {
	color:#fff;
	height: 
}

.menu a span {
	background-position: 0px 0px;
	/*border-bottom:1px solid #f9f4ee;*/
}

.menu_a_span {
	background-position: 0px 0px;
	
}

.menu a:hover span {
	background-position: 0px 27px;
	/*border-bottom:1px solid #f9f4ee;*/
}

#contboxtop {
background-image:url(images/cont_top.gif);
background-repeat: no-repeat;
height:auto;
padding-left:20px;
padding-top:10px;
/*width:419px;*/
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #8095ac;
  font-style: italic;
}

#contboxbot {
background-image:url(images/cont_bot.gif);
background-repeat:no-repeat;
height:15px;
padding:0pt;
width:429px;
}

#contboxmid {
background-image:url(images/cont_mid.gif);
background-repeat:repeat-y;
padding:16px !important;
}

#cn_inner {
width: 400px;
}

.smallb {
color:#203854;
font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
font-size:10px;
font-style:normal;
font-weight:normal;
}

.contnumpad {
color:#203854;
font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
font-size:10px;
font-style:normal;
font-weight:normal;
}


#contentcenter a {
color:#00008B;
font-weight:bold;
text-decoration:none;
}

#contentcenter a:hover, #contentcenter a:active {
background-color:#00008B;
color:#FFFFFF;
font-weight:bold;
text-decoration:none;
}

#tabs {
border:0pt none;
}

#tabs .shadetabs {
font-family:Verdana;
font-size:9px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:normal;
list-style-type:none;
margin-bottom:0pt;
margin-left:0pt;
margin-top:1px;
padding:3px 0pt;
text-align:center;
}

#tabs .shadetabs li.selected {
position:relative;
top:1px;
}
#tabs .shadetabs li {
display:inline;
margin:0pt;
}

#tabs .shadetabs li.selected a:link, #tabs .shadetabs li.selected a:visited {
background-image:url(images/shadeactive.gif);
border-bottom-color:white;
color:#8095AC;
}
#tabs .shadetabs li a:link, #tabs .shadetabs li a:visited {
background:white url(images/shade.gif) repeat-x scroll left top;
border:1px solid #D7D7D7;
color:#8095AC;
margin-right:0px;
padding:3px 4px;
text-decoration:none;
}

	#contentleft a:hover, #contentleft a:active {
		text-decoration: underline;
		
	}
	
	#tabs .shadetabs li a:hover, #tabs .shadetabs li a:active {
text-decoration: underline;
color: #2d2b2b;
}

.tabcontentstyle {
border:1px solid #D7D7D7;
margin-bottom:1em;
padding:8px;
width:379px;
}

.pics {
	border-right : 1px solid #F4F4F4;
	border-bottom : 1px solid #F4F4F4;
	border-top : 1px solid #203854;
	border-left : 1px solid #203854;
}

	#dhtmlgoodies_slideshow{
		width:720px;	/* Total width of slideshow */
		

	}
	
	#previewPane{
		border:1px solid #000;
		margin-right:10px;	
		text-align:center;
		vertical-align:middle;
		padding-top:30px;
		
		
		
		/* CSS HACK */
		height: 452px;	/* IE 5.x */
		height/* */:/**/420px;	/* Other browsers */
		height: /**/420px;
		
		width:580px;		
		float:left;
				
	}
	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:300px;
		background-color:#FFF;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}	
	#galleryContainer{	/* Big Div surrounding up image, list of images and down image */
		float:left;	/* Floating */
		
		/* CSS HACK */
		height: 463px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
		height/* */:/**/447px;	/* Other browsers */
		height: /**/447px;
		
		/* CSS HACK */
		width: 104px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
		width/* */:/**/100px;	/* Other browsers */
		width: /**/100px;
				
		border:1px solid #cccccc;	/* Black border */		
		padding:1px;	/* A little space between the black border and the content inside */
		
		position:relative;
		
	}
	#galleryContainer #arrow_down{	/* Arrow down image */
		height:35px;
		position:absolute;
		bottom:0px;
		z-index:100;
	}
	#galleryContainer #arrow_up{
		height:35px;	/* Arrow up image */
		position:absolute;
		top:0px;
		z-index:100;
	}
	
	#theImages{	/* DIV where the images are located */
		top:35px;
		position:absolute;
		overflow:hidden;
		height:395px;	/* Height of boxes for the images */
	}
	#theImages div{	
		position:relative;	/* Don't change this */
		height:1500px;	/* Higher than total height of thumbnails */
		
	}
	#theImages img{
		border:0px;	/* No border */
		/*filter:alpha(opacity=50);	/* Transparency - IE */
		/*opacity:0.5; /* Transparency - Firefox */
		padding-top:1px;	/* Space between images */
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		font-style:italic;
		text-align:center;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
		font-size:0.9em;
	}
	#theImages .imageCaption{
		display:none;
	}
	
	.headerbread {
	  font-family: Tahoma, Verdana, Arial, sans-serif;
	  font-size: 9px;
	  font-weight: bold;
	  border-bottom: 1px solid #d7d7d7;
	  padding-top: 4px;
	  padding-bottom: 2px;
	  color: #808080;
	}
	
	
	.headerbread1 {
	  font-family: Tahoma, Verdana, Arial, sans-serif;
	  font-size: 9px;
	  font-weight: bold;
	  color: #808080;
	}
	
	
	
	.headerbreadTB {
	  border-bottom: 1px solid #FFFFFF;
	}
	
	.sidehr {
background-image:url(images/sidehr.gif);
background-repeat:repeat-x;
display:block;
height:9px;
text-indent:-999em;
width:94%;
}

#contentcenter A.all_bestsellers {
  color: #8095ac;
  text-decoration: none;
  font-weight: normal;
}

#contentcenter A.all_bestsellers:hover {
  color: #8095ac;
  text-decoration: underline;
  background:none;
  font-weight: normal;
}

#contentcenter A.all_bestsellers_top {
  color: #8095ac;
  font-size: 14px;
  text-decoration: none;
}

#contentcenter A.all_bestsellers_top:hover {
  color: #8095ac;
  font-size: 14px;
  text-decoration: underline;
  background:none;
}

.hd_search {
width: 120px;
height: 15px;
border: 1px solid #808080;
}