/*
  $Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $

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

A {
  color: #000000;
  text-decoration: none;
}

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

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

.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: 10px;
  font-weight: bold;
  background: #bbc3d3;
  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 {
  background: #f8f8f9;
}

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

A.pageResults {
  color: #000000;
}

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

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 15px;
  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; }


/* New CSS*/

/* CSS Document */
body {
	margin:0px;
	Padding:0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color: #FFFFFF;
	}

img{
	border:0px;
	padding:0px; 
	margin:0px;
	}

form{
	padding:0px; 
	margin:0px;
	}

.b{
	border:1px solid #cccccc;
	}
	
.top{
	height: 36px;
	width: 926px;
	}
	
#divider{
	height: 33px;
	}

#spacer{
	height: 10px;
	}

#topnav{
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	}

#topnav a{ color: #999999 }
#topnav a:active, a:link, a:visited{
	text-decoration: none;	
	}
#topnav a:hover{
	color: #4b4b4b;
	}	

#productThumb{
	float: left;
	position: relative;
	top: 21px; left: 5px;
	width: 130px;
}

#productInfo{
	float: right;
	position: relative;
	top: 10px; left: -5px;
	width: 210px;	
}

#productTitle{
	color:#00adef; 
	font-size: 14px; 
	font-weight:bold;
	position: relative;
	top: 15px; left: 0px;
}

#productDesc{
	color: #808080; 
	font-size: 11px; 
	font-weight: normal;
	position: relative;
	top: 15px; left: 0px;
	height: 55px;	
}

#shopButtons{
	position: relative;
	top: 20px; left: 0px;
}

.contentPane{
	width: 928px;
	height: 592px;	
}

#leftMenu{
	float: left;
	width: 202px;
	height: 592px;
	background: #ffffff url(./images/left_bar.jpg) top center no-repeat;
	text-align: left;
}

#leftMenu_products{
	float: left;
	width: 202px;
	height: 592px;
	background: #ffffff url(./images/left_bar.jpg) top center no-repeat;
	text-align: left;
}

#leftMenu h2{
	color: #ffffff;
	margin-top: 10px;
	margin-left: 15px;
	width: 2px;
	font-size: 16px;
}

#leftMenu_products h2{
	position: relative;
	color: #ffffff;	
	left: 15px;
	margin-top: 10px;	
	width: 2px;
	font-size: 16px;
}

#leftMenu ul{
	list-style-image: url(./images/bluearrow.png);
	position: relative;
	top: 5px;
	width: 150px;
}

#leftMenu li{
	color: #006699;
	font-size: 12px;
	font-weight: bold;
	line-height: 2em;
}

#leftMenu li a{
	color: #006699;
	text-decoration: none;
}

#leftMenu li a:hover{
	color: #6699CC;
}

#leftMenu_products ul{
	list-style-image: url(./images/bluearrow.png);
	position: relative;
	top: 5px;
	width: 150px;
}

#leftMenu_products li{
	color: #999999;
	font-size: 12px;
	font-weight: bold;
	line-height: 2em;
}

#leftMenu_products li a{
	color: #999999;
}

#leftMenu_products li a.active{
	color: #000000;
}

#leftMenu_products li a:link, a:active, a:visited{
	color: #999999;
	text-decoration: none;
}

#leftMenu_products li a:hover{
	color: #666666;
}

.content{
	float: right;
	width: 725px;
	height: auto;
	text-align: left;
	position: relative;
	top: 0px;
	left: 0px;
	font-size: 12px;
	background: #ffffff url(./images/content_bg.jpg) top center repeat-y;
	vertical-align: top;
}

table.text{
	margin-left: 25px;
	font-size: 12px;	
}

.product_detail{
	float: right;
	width: 725px;
	height: auto;
	text-align: left;
	position: relative;
	top: 0px;
	left: 0px;
}

.product_array{
	float: right;
	width: 725px;
	height: auto;
	text-align: left;
	position: relative;
	top: 0px;
	left: 0px;
}

#2_column{
	width: 720px;
	height: 130px;
}

#product_box1{
	margin: 0px;
	float: left;
	width: 360px;
	height: 130px;
	background: #ffffff url(./images/product_brief_bg.gif) top center no-repeat;	
}

#product_box2{
	margin: 0px;
	float: right;
	width: 360px;
	height: 130px;
	background: #ffffff url(./images/product_brief_bg.gif) top center no-repeat;	
}

.content p,h1,h3,h4,h5,h6{ width: 90%; margin-left: 30px; }
.content h1,h3,h4,h5,h6{ margin-top: 40px; }

#top{
	width: 725px;
	height: 19px;
	background: #ffffff url(./images/content_top.jpg) top center no-repeat;
}

#bottom{
	width: 725px;
	height: 18px;
	background: #ffffff url(./images/content_bottom.jpg) top center no-repeat;
}

#cart{
	float: right;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	}

#cart a{ color: #999999 }
#cart a:active, a:link, a:visited{
	text-decoration: none;	
	}
#cart a:hover{
	color: #666666;
	}	

.info{
	width: 928px;
	}

#shop{
	width: 391px;
}

#product_info { width: 725px; }
#regular_size{ float: left; }
#regular_size img{
	width: 200px;
	height: 200px;
	position: relative;
	top: 0px; left: 20px;
}

#more_info{
	float: right;
	position: relative;
	top: 20px; left: -75px;
	width: 400px;
}

#more_info strong{ color: #00adef; font-size: 16px; }
#more_info p{ color: #666666; font-size: 12px; }

.feature_spec{
	position: relative;
	top: 200px; left: 20px;
	height: auto;
	}
#feature_spec{
	margin-left: 20px;
	}

#features{ 
	width: 700px; 
	height: auto; 
	font-size: 11px; 
	color: #999999; 
	background: #ffffff url(./images/product_detail_bg.jpg) top left no-repeat;
	}

#specs{ 
	background: #ffffff url(./images/product_detail_bg.jpg) top left no-repeat;	
	}

#specs, #specs table, #features table{ 
	width: 100%; 
	height: auto; 	 
	font-size: 11px; 
	color: #999999; 
	}

#features strong{
	position: relative; top: 5px; left: 10px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-align: left;	
}

#features p{
	color: #999999;
	font-size: 12px;
	font-weight: normal;
	text-align: left;	
	padding: 5px 20px;
}

#specs strong{
	position: relative; top: 5px; left: 10px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-align: left;	
}

#specs p{
	color: #999999;
	font-size: 12px;
	font-weight: normal;
	text-align: left;	
	padding: 5px 20px;
}

#cats{
	float: left;
	background: #ffffff url(./images/cats.jpg) top center no-repeat;
	width: 557px;
	}

#confirm{
	color: #FF0000;
	font-size: 0.8em;
	font-weight: bold;
	position: relative;
	top: 25px;
	left: -50px;
}

#promoname, #promoaddy, #promophone{
	width: 200px;
	height: 15px;
	font-size: 9px;
	background-color: #d7d7d7;
	border: 1px solid #d7d7d7;
	position: relative;
	top: 29px;
	left: 140px;
	margin-top: 6px;
	}

#Submit{
	position: relative;
	top: 29px;
	left: 288px;
	margin-top: 8px;
}

#cats, #promo{ 	height: 242px; }

.bottom{
	height: 62px;
	width: 926px;
	}
	
#country{	
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	position: relative;
	top: 10px;
	margin-right: 145px;
	}
	
#country a{ color: #999999 }	
#country a:active, a:link, a:visited{
	text-decoration: none;	
	}	

.footer{
	float: right;
	}

#flinks{
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-align: right;
	position: relative;
	top: 20px;
	}	
#flinks a{ color: #666666 }
#flinks a:active, a:link, a:visited{
	text-decoration: none;	
	}
#flinks a:hover{
	color: #4b4b4b;
	text-decoration: underline;		
	}	
	
#copyright, #designer{
	font-size: 11px;
	color: #666666;
	text-align: right;
	margin-top: 5px;
	}
	
.title_product{	
color:#00ADEF;
font-size:16px;
font-weight:bold;
}	

.title_price{	
color:#808080;
font-size:12px;
font-weight:bold;
}

.title_ft{	
color:#00ADEF;
font-size:16px;
font-weight:bold;
}	

.desc_product{
color:#666666;
font-size:12px;
}

ul.sitemap {
color: #ff0000;
}

#confirmation{
	position: relative;
	top: 40px;
	left: -50px;
	color: #336699;
	font-size: 11px;
	font-weight: bold;
}

#menuDesc{
	font-size: 11px;
	color: #666666;
	padding: 10px;
}

#siteMap{
	font-size: 12px;
	margin-left: 30px;
}

#siteMap strong{
	color: #999999;
	text-align: center;
}

#siteMap a{ color: #999999; }

#siteMap a:active, a:link, a:visited{
	text-decoration: none;
}

#siteMap a:hover{
	text-decoration: underline;
	color: #6699FF;
	}

table#retailers td{
	font-size: 0.9em;
	font-weight: bold;
	color: #000;
	text-align: center;
}

table#retailers td b{
	color: #006699;
	font-size: 1.2em;
	text-transform: uppercase;
}

table#retailers td img{
	border: 1px solid #666;
}

table.contactInfo a{ color: #999; }
table.contactInfo a:link, a:active, a:visited{ text-decoration: none; }
table.contactInfo a:hover{ text-decoration: underline }

#contactUs{
	margin: 20px;
	width: 100%;
	padding: 5px;
}

#contactUs, #contactUs table{
	font-size: 12px;
	color: #999999;
}

#contactUs strong{ color: #666666; }