/*
  $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: #081127; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }
.content_headline{color: #fff; font-weight: bold; font-family: Tahoma; font-size: 12px;}
.content_text{color: #fff; font-weight: bold; font-family: Tahoma; font-size: 12px;}
BODY {
 /* background: #fff;
 color: #000;*/
 background-color:#000;
 color:#fff;
  margin: 0px;
  font-family: Tahoma;
  font-size: 12px;
   min-width:1030px;
}

A {
  color:#9dc1e2; /*#fd9039;*/
  
  text-decoration: none;
}

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

A.top {
  color: #ffffff;
  text-decoration: none;
  font-family: Verdana;
  font-size: 10px;
}

A.top:hover {
  color: #ffffff;
  text-decoration: underline;
  font-family: Verdana;
  font-size: 10px;
}
a.linkred{color:#cc0000; text-decoration:underline;}
a.linkred:hover{text-decoration:none;}
FORM {
	display: inline;
	margin:0;
	padding:0;
}

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;
}

A.productTitle {
	color: #000000;
	}

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;
}

.myinfoBox {
/*  background: #ffffff;
  border-left:1px solid #C9C9C9;
  border-right:1px solid #C9C9C9;
  border-bottom:1px solid #C9C9C9;*/
  font-size: 12px;
	/*float: left;*/
	display: inline;
	list-style-type: none;
}
.infoBoxDownLeft{
background:url(images/infobox/downleft.gif) no-repeat left top;
width:11px;
height:22px;
}
.infoBoxDownCenter{
background:url(images/infobox/downcenter.gif) repeat-x top;
/*width:auto;*/
height:22px;
}
.infoBoxDownRight{
background:url(images/infobox/downright.gif) no-repeat right top;
width:11px;
height:22px;
}

.bgheaderboxdownleft{
background:url(images/infobox/headerboxdownleft.gif) no-repeat left top;
width:12px;
height:11px;
}
.bgheaderboxdowncenter{
background:url(images/infobox/headerboxdowncenter.gif) repeat-x top;
/*width:auto;*/
height:11px;
}
.bgheaderboxdownright{
background:url(images/infobox/headerboxdownright.gif) no-repeat right top;
width:12px;
height:11px;
}

/* pgeaHeader*/
.bgctopleft{
	background:url(images/infobox/ctopleft.gif) no-repeat right top;
	width:11px;
	height:46px;
	font-size:5px;
}
.bgctopcenter{
	background:url(images/infobox/ctopcenter.gif) repeat-x top;
	width:auto;
	height:46px;
	color:#f2802c; font-size:16px; font-weight:700;
}
.bgctopright{
	background:url(images/infobox/ctopright.gif) no-repeat right top;
	width:11px;
	height:46px;
}
/* pageContent border*/
.bgcenterleft{
	background:url(images/infobox/ccenterleft.gif) repeat-y right top;
	width:11px;
	height:auto;
}
.bgcenterright{
	background:url(images/infobox/ccenterright.gif) repeat-y top;
	width:11px;
	height:auto;
}

/* pageContent border bottom*/
.bgdownleft{
	background:url(images/infobox/downleft.gif) no-repeat right top;
	width:11px;
	height:22px;
}
.bgdowncenter{
	background:url(images/infobox/downcenter.gif) repeat-x top;
	width:auto;
	height:22px;
}
.bgdownright{
	background:url(images/infobox/downright.gif) no-repeat top;
	width:11px;
	height:22px;
}

.infoBoxBgLeft{
	background:url(images/infobox/bgboxleft.gif) repeat-y left top;
	width:12px;
	height:auto;
}
.infoBoxBgCenter{
	background-color:#02132f;
	min-width:180px;
}
.infoBoxBgRight{
	background:url(images/infobox/bgboxright.gif) repeat-y right top;
	width:12px;
	height:auto;
}

.infoBox {
	/*background: url(images/block_bottom_corners.gif) bottom left no-repeat #f7f7f7;*/
	background-color:#02132f;
}

.contentBox {
 /* background: #a5a5a5;*/
 background:#1c2e4d;
/*  border:1px solid #ccc;*/
}


.infoBoxContents{font-size:11px;}
.infoBoxContents a
{
	color: #fff;
	font-size: 11px;
}

.infoBoxContents a:hover
{
	color: #9dc1e2;
	/*background: url("/images/bullet1.gif") 0 5px no-repeat #fff;*/
}
.infoBoxContents ul
{
	float: left;
	clear: left;
	display: inline;
	list-style-type: none;
	margin:0;
	padding:10px;
	font-size: 12px;
}

.infoBoxContents ul li
{
	margin:0;
	padding-left:5px;
	float: left;
	clear: left;
	width: 100%;
	height: 20px;
	font-size: 11px;
	border-bottom: 1px dotted #c2c2c2;
}

.contentBoxContents {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color:#fff;
  background:#000;
}

.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading {
	/*height: 30px;*/
	height:43px;
	font-size: 13px;
	font-weight:bold;
	color: #fff;
	background: url(images/infobox/boxheaderbg.gif) top left repeat-x #555;
}
.infoBoxHeadingLeft{
	background:url(images/infobox/conner_left.gif) no-repeat top;
	width:12px;
	height:43px;
}
.infoBoxHeadingRight{
	background:url(images/infobox/conner_right.gif) no-repeat top;
	width:12px;
	height:43px;
}
TD.infoBoxHeading2 {
	height: 25px;
	font-size: 11px;
	font-weight:bold;
	color: #4d4d4d;
	background: url(images/auxctrl_separator.gif) top left repeat-x #FFF;
}
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 {
  background: #081127;
  color:#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: #1c2e4d;/*#f8f8f9;*/
}

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

.productListing-heading {
  	font-family: Verdana, Arial, sans-serif;
  	height: 26px;
	font-size: 11px;
	font-weight:bold;
	color: #fff;
/*	background: url(images/infobox/ctopcenter.gif) top left repeat-x #FFF;*/
}

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

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

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
  font-family: 'Myriad Pro', Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #f2802c;
}

TR.subBar {
  background: #f4f7fd;
}

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

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

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  /*background-color:#FFFFFF;*/
}

TD.smallText A {
	color: #fff;
	}
TD.smallText A:hover{ color:#9dc1e2;}

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;*/background-color:#1c2e4d; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color:#1c2e4d; /*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: #1c2e4d;*/ color:#c00; }
.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; }
.style1 {
  color: #ffffff;  
  font-family: Verdana;
  font-size: 10px;
}
.style7 {
color: #6e6e6e;  
  font-family: Verdana;
  font-size: 10px;
}
.style8 {color: #797979}
.style9 {font-size: 12px}

.productTitle {
font-family: MyriadPro-LightCond, Verdana;
font-size: 12px;
font-weight: 400;
}
.txt90{
font-family:tahoma;
font-size:10px;
color:#909090;
}

#navigation
{
	margin-top: 18px;
	float: right;
	clear: right;
	width: 720px;
	height: 46px;
	display: inline;
	background: url("images/nav_backg.gif") top left repeat-x #ffffff;
}

#navigation ul
{
/*	float: left;*/
	width: 100%;
	height: 46px;
	list-style-type: none;
	background: url("images/nav_corners1.gif") top left no-repeat;
	overflow: hidden;
	margin-top: 0px;
	
	margin-bottom:0px;
	margin-left:0px;
	padding-left:35px;
}

#navDec
{
	float: left;
	width: 100%;
	height: 46px;
	background: url("images/nav_corners2.gif") top right no-repeat ;
}

#navigation ul li
{
	float: left;
	clear: right;
	height: 46px;
	
}

#navigation li.nItem
{
	padding: 0 33px;
	background: url("images/nav_separator.gif") 100% 9px no-repeat;
	
}

#navigation li.lastItem
{
	padding-left: 38px;
	height: 46px;
}

#navigation a,
#navigation strong
{
	display: block;
	line-height: 46px;
}

#navigation a
{
	font-size: 12px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #ffffff;
}

#navigation a:hover
{
	color: #fff;
}
div.mymenuBox{width:180px;padding:5px 0px 5px 12px;}
div.lcItem
{
/*	border:1px solid #fff;*/
}
div.lcItem a
{
	display: block;
	/*color: #4d4d4d;*/
	font-size:12px;
	font-weight:700;
	color:#fff;
	text-decoration:none;
	width:180px;
	padding:5px 0px 5px 12px;
	/*background: url("images/bullet1.gif") 3px 7px no-repeat;*/
	border-bottom: 1px dotted #c2c2c2;
}

div.lcItem a:hover
{
	font-size:12px;
	font-weight:700;
	color:#9dc1e2;
	text-decoration:none;

	/*color: #fff;*/
/*	padding:5px 0px 5px 10px;*/
	background: url(images/infobox/nav.gif) 0px 8px no-repeat /*#fff*/;
}

#headline{
/*	color: #4d4d4d;
	height:40px;
	min-width:800px;*/
		
}
#headline td{
	font-size:11px;
	clear: left;
	overflow: hidden;
	background: url(images/auxctrl_backg.gif) top left repeat-x #e9e9e9;

}

#searchBox
{
	width: 138px;
	font-size: 11px;
	padding: 1px;
	border: 1px solid #818181;
/*	color: #fff*/
}

#searchGoButton
{
	margin-bottom: -5px;
	margin-left: 4px;
	margin-right: 15px;
	width: 20px;
	height: 19px;

}
.searchbar{
	padding-left: 15px;
	padding-top:10px;
	padding-bottom:10px;
	font-size: 11px;
	color: #fff;
	/*border:1px solid #fff;*/
	display:block;
	z-index:5;
	height: 30px; 
}

.searchbar a{
	margin-left: 10px;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
}
.searchbar a:hover{
	text-decoration: underline;
}

.currentbar{
	padding-left: 15px;
	padding-top:10px;
	padding-bottom:10px;
	font-size: 11px;
	color: #fff;
	/*border:1px solid #fff;*/
	display:block;
	z-index:5;
	height: 30px; 
}



#currencyBox
{
	margin-top: 11px;
	/*float: left;
	clear: right;*/
	width: 109px;
	height: 17px;
	font-size: 10px;
	padding-left: 1px;
	border: 1px solid #818181;
	background: #fff;

}

#basket
{
	margin-left: 20px;
/*	float: left;
	clear: right;*/
	width: 250px;
	height: 40px;
	/*display: inline;*/
	font-size:10px;
	color:#FFFFFF;
	/*border:1px solid #fff;*/
}

#basket a.mybasket
{
	margin-top: 2px;
	float: left;
	clear: right;
	display: block;
	width: 32px;
	height: 36px;
	overflow: hidden;
	font-size:10px;
}

#basket dl
{
	margin-top: 6px;
	margin-left: 11px;
	float: left;
	clear: right;
	width: auto;
	height: 40px;
	display: inline;
	line-height: 14px;
}

#basket dl dt,
#basket dl dt a
{
	float: left;
	clear: left;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}

#basket dl dd
{
	float: left;
	clear: left;
	margin-left:0px;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
}

#basket dl dd strong
{
	color: #fff;
}



#sfooter{
	color: #4d4d4d;
	height:40px;
}
#sfooter td{
	font-size:11px;
	overflow: hidden;
	background: url(images/footer_backg.gif) top left repeat-x;
}
#sfooter a{
	display: inline;
	clear:right;
	padding-right:10px;
	padding-left:10px;
	color: #4d4d4d;
}
#sfooter a:hover{
	color:#000000;
	text-decoration:underline;
}

/* sitemap */
TD.sitemapHead {
	padding-left:10;
	line-height: 25px;
	font-size: 13px;
	font-weight:bold;
	color: #4d4d4d;
	background: url(images/auxctrl_separator.gif) top left repeat-x #FFF;
}
div.sitemaplcItem
{
	margin-bottom: 5px;
	padding-bottom: 3px;
	padding-left:3px;
	margin-left: 5px;
	padding-right:3px;
	margin-right: 5px;
}
div.sitemaplcItem a
{
	display: block;
	color: #fff;
	padding:5px 0px 5px 10px;
	background: url(images/bullet1.gif) 3px 7px no-repeat;
}

div.sitemaplcItem a:hover
{
	color: #000;
	padding:5px 0px 5px 10px;
	background: url(images/bullet1.gif) 3px 7px no-repeat #fff;
}

/* :DUCK: Style*/
.boxProduct{
	border:1px solid #1c2e4d;
	margin:2px;
	background-color:#081127;
	border-collapse:collapse;
	padding:5px 5px 5px 5px;
}

.bgheaderline{
background:url(images/infobox/headerline.gif) repeat-x top;
height:48px;
font-size:121px;
}

/* topmenu */
.bgmenuleft{
	background:url(images/infobox/menuleft.gif) no-repeat top;
	width:13px;
	height:48px;
}
.bgmenu{
	background:url(images/infobox/menubg.gif) repeat-x top;
	width:auto;
	height:48px;
}
.bgmenuright{
	background:url(images/infobox/menuright.gif) no-repeat top;
	width:13px;
	height:48px;
}
a.linktopmenu{
	font-size:12px;
	font-weight:700;
	color:#fff;
	text-decoration:none;
}
a.linktopmenu:hover{
	font-size:12px;
	font-weight:700;
	color:#9dc1e2;
	text-decoration:none;
}
#header{
padding-top:5px;
padding-bottom:5px;
}
.bgheader{
background:url(images/infobox/headerbg.jpg) repeat-x top;
height:196px;
width:auto;
}
.bgheader_right{
background:url(images/infobox/headerbg_right.jpg) repeat-x top;
height:196px;
width:auto;
}

/* footer */
a.linkfooter{
font-size:11px;
color:#5f7caa;
text-decoration:none;
}
a.linkfooter:hover{
font-size:11px;
color:#fff;
text-decoration:none;
}
.footerleft{
background:url(images/infobox/footleft.gif) no-repeat top;
width:8px;
height:44px;
}
.footerbg{
background:url(images/infobox/footerbg.gif) repeat-x top;
width:auto;
height:39px;
/*padding-top:5px;*/
color:#5f7caa;
font-size:12px;
}
.footerright{
background:url(images/infobox/footright.gif) no-repeat top;
width:8px;
height:44px;
}

/*** Begin Header Tags SEO ***/
h1 {
 font-family: Verdana, Arial, sans-serif;
 font-size: 20px;
 font-weight: bold;
 margin-bottom: 0;
 padding-bottom: 0;
 color: #ffffff;
}
h2 {
 font-family: Verdana, Arial, sans-serif;
 font-size: 14px;
 font-weight: normal;
 margin-bottom: 0;
 padding-bottom: 0;
 color: #ffffff;
}
/*** End Header Tags SEO ***/