/*
  $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: Arial, Helvetica, sans-serif; font-size: 11px; }
.boxText a { 
background: transparent url(/images/m12.jpg) no-repeat 3px 50%;
padding: 0px 0px 2px 20px;

 }
.errorBox { font-family : Arial, Helvetica, sans-serif; font-size : 12px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Arial, Helvetica, sans-serif; font-size : 12px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Arial, Helvetica, sans-serif; font-size : 12px; color: #70d250; text-decoration: underline; }

body {
	margin:5px;
	padding:0;
	color:#666666;
	font:70% Arial, Helvetica, Verdana, sans-serif;
	background-color: #FFFFFF;
	/*background-color: #eb6100;
	background-color: #e6e6e6;
	background-image: url(/images/background_strip.jpg);
	background-repeat: repeat-x;*/
	}

/* display elements */


a {
	text-decoration:none;	
	}
a:hover {
	text-decoration:underline;
	}

.bold {
	font-weight:bold;
	}
.italic {
	font-style: italic;
}
.underline
{
	text-decoration:underline;
}
.uppercase {
	text-transform:uppercase;
}
.capitalize {
	text-transform:capitalize;
}

	


/* list elements */
ul {
	margin:0;
	padding:0;
	list-style:none;
	}



/* structural elements */
/* if no right column required, remove #col-three and #col-two then put content in #col-two-three */
#wrapper {
	width:1000px; /* #wrapper = #col-one + 10px + #col-two-three */
	background:#fff;
	/* border: 1px solid #d6e6c9; */
	}

	
/* start styles to centre content (remove these styles if site should be left-aligned) */

#wrapper {
	margin:0 auto; /* centres content (except in ie4/5) */
	text-align:left; /* left-aligns all sub-content */
	}

#header {
	width:100%;
	clear:both;
	background:#fff;
	}
#header-logo{
	width: 285px;
	text-align:left;
	float:left;
	padding-left:15px;
	background: #fff;
}			
#header-right{
	width: 480px;
	height: 88px;
	text-align: right;
	float: right;
	color: #fff;
	vertical-align: middle;
	padding-right: 10px;
	padding-top: 10px;
	background: #fff;
}
/**  Top Nav    **/
#topmenu{
	width: 1000px;
	border-bottom: 1px solid #d6e6c9;
	background-image:url(/images/bg_topbar.gif);
	background-color: #868686;
	overflow:auto;
}
#topnav{
	margin-top: 1px;
	padding:0;
	width: 500px;
	/*float:right;*/
	text-align:left;
	/*min-height:14px;*/
	height:20px;
	
}
#topnav ul {
	width:400px;
	margin:6px 0 6px 0; 
	padding:0; 
	list-style: none;
}
#topnav ul li {
	display: inline;
	margin:0;
	padding:0 10px 0 10px;
 }	
#topnav ul li a {
	font-weight: normal;
	font-family: Arial, verdana;
	color: #868686;
	text-decoration: none;
 }
#topnav ul li a:hover {
	text-decoration: underline;
 }
 #header-flash
{
position:absolute;

margin-top:-55px;
margin-left:450px;
padding-left:1px;
height:52px;
width:480px;
float:left;
}
 #header_navi
{
position:absolute;
width:300px;
margin-top:-20px;
margin-left:600px;
height:30px;
}
 #header_navi a
{
 font-size:12px;
}
 #header_currency
{
position:absolute;
width:100px;
margin-top:-30px;
margin-left:870px;
height:30px;
}
 /**  Top Cat    **/
#topcat {
	width:1000px;
	clear:both;
	margin:0 auto;
	padding:0;
	/*background:#ffffff;*/
	height:28px;
	text-align:left;
	border-bottom: 1px solid #d6e6c9;
	background-image:url(/images/bg_topcat.gif);
}
#top_breadcrumbs
{
	width:350px;
	line-height: 25px;
	float:left;
	text-align: left;
}
#top_breadcrumbs a
{
	text-align: left;
	padding-left:5px;
	color:#ffffff;
}
#topcat1 {
	width:620px;
	line-height: 25px;
	float:right;
	/*clear:both;*/
	text-align: left;
}
#topcat1 li {
		display:none;
}
#topcats {
	width:620px;
	clear:both;
	text-align: right;
	padding-right:5px;
}
ul#topcats  {
	margin:0;
	padding:0;
}
ul#topcats li {
	display:inline;
	padding: 0px 5px 0px 5px;
	vertical-align: middle;
}	
ul#topcats li a {
	color:#fff;
	font-size: 1.0em;
	text-decoration: none;
	vertical-align: middle;	
}
ul#topcats li a:hover {
	text-decoration: underline;
}


.clear-all { /* can be used on a <div> or <br> to avoid collapsing divs - especially ns6 (pc) */
	clear:both;	height:0;	line-height:0;	font-size:0;}


A {

  color: #646464;
  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: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #bbc3d3;
  color: #646464;
  font-weight : bold;
}

A.headerNavigation { 
  color: #646464; 
}

A.headerNavigation:hover {
  color: #bbc3d3;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Arial, Helvetica, 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, Helvetica, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {

}

.infoBoxContents {
 /* font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height:20px;*/
    font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height:18px;
  border-spacing: 2px;
  /*border-collapse: separate;
  *border-collapse: expression('separate', cellSpacing = '2px');*/
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

TD.infoBoxHeading {
  font-family: Arial, Helvetica, sans-serif;
  text-indent: 12px;
  font-size: 12px;
  font-weight: bold;
  background: #efebef;
  color: #ef6100;
  height:25px;
}

TD.infoBox, SPAN.infoBox {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

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: #846142;
  border-spacing: 1px;*/
    border: 0px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 0px;
}

.productListing-heading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #efebef;
  color: #ef6100;
  font-weight: bold;
}

TD.productListing-data {
  /*font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;*/
   font-family: Verdana, Arial, sans-serif;
   font-size: 11px;
   font-weight: bold;
  color: #999999;
  vertical-align: middle;
  white-space: nowrap; 
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #ef6100;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
}

TD.main, P.main {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

TD.smallText1, SPAN.smallText1, P.smallText1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 14px solid #efebef;
}

TD.accountCategory {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

TEXTAREA {
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

SPAN.greetUser {
  font-family: Arial, Helvetica, 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, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #c76170;

  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Arial, Helvetica, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Arial, Helvetica, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; }

/* message box */

.messageBox { font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
.messageStackError, .messageStackWarning { font-family: Arial, Helvetica, sans-serif; font-size: 12px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Arial, Helvetica, sans-serif; font-size: 12px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #ff0000; }







#top_right{
	width:650px;
	height:60px;
	float:right;
	text-align:right;
}
#top_search{
	width:650px;
	height:25px;
	float:right;
	margin-top:5px;
}
.waikuang{
	/*border:#856246 1px solid;
	margin-top:12px;*/
}
.waikuan_other
{
	border:#856246 1px solid;
}
#body_left{
	float:left;
	width:150px;
	padding-bottom:12px;
}
#body_right{
	float:right;
	width:814px;
	padding-bottom:12px;
}
.left_head
{
	background-color:#eaeaea;
	height:25px;
	text-indent: 10px;
	vertical-align: middle;
	color:#eb6100;
	font-weight:bold;
	font-size:14px;
}
#gundong_top10{
	width:814px;
}
#tuijian{
	width:814px;
	height:160px;
	margin-top:12px;
}
#new_products{
	width:814px;
}
#tejia_products{
	width:814px;
}
.head_newproduct
{
	height:40px;
	text-indent: 12px;
	vertical-align: middle;
	font-size:16px;
	color:#eb6100;
	font-weight:bold;
	border-bottom:#856246 1px solid;
}
.head_newproduct1
{
	height:40px;
	text-indent: 12px;
	vertical-align: middle;
	font-size:16px;
	color:#eb6100;
	font-weight:bold;
	border-bottom:#856246 1px solid;
	border-top:#856246 1px solid;
}
.infoBoxProducts {
  text-align: center;
  border: solid 1px #999999; 
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: normal;
  background-color: transparent;
  color: #333333;
  margin-bottom:-8px;
}
.infoBoxProducts a {
  color: #333333;
}
TD.infoBoxGrid {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  /*border: solid 1px #999999;*/
}
/* set pos buy/details button on list */
img.buy_now {  
  margin-bottom:10px;
} 
/* set pos buy/details button on thumbnail */
img.thm_buy_now {
  margin-bottom:-3px;
} 
/* set style buy/details seperator thumbnail */
.buy_now {
  font-weight: bold;
	font-size: 18px;
	color: #999999;
} 
.infoBoxList {
 /*border: ridge 4px #faf0e6;
 border-collapse: collapse;*/
 }
.thumbcontent {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color:#666666;
  text-align:center;
}
#flash01{margin:5px;float:auto;}