/* Generic */
body {background-color: #fff; color: #000; font: normal 76% Verdana, Arial, Tahoma, sans-serif;}

h1 {font-size: 1.6em;}

h2 {font-size: 1.4em;}

h3 {font-size: 1.2em; font-weight: bold; font-style: italic; color: #e05000;}

h4 {font-size: 1em; font-weight: bold;}

h5 {font-size: 1em; font-weight: bold; color: #e05000;}

p {font-size: 1em; text-align: justify;}

img {border: 0;}

form {margin: 0; padding: 0;}

input, input.formelement, select.formelement, textarea.formtext {
  font-weight: bold; font-family: Arial, sans-serif;
}

input.btn_format {
  background-color: #ff8000;
  color: white;
  font-size: 0.9em;
}

.optional {color: #636363;}
  
.mandatory {color: #000;}

hr {
  border: 1px dashed #999;
  background-color: #fff;
  color: #FF9900;
  margin: 0 6px;
  clear: both;
}

br {clear: both;}

table {margin: 10px 0;}

th {text-align: left; vertical-align: top;}

em, dt {color: #ff8000; font-weight: bolder;}

/* Links */
a:link,a:visited {color: #333; text-decoration: underline;}

a:hover,a:active,a:focus {color: #333;text-decoration: none;}

/* Layout Divs */
#wrapper {width: 100%; position: relative;}

#header {
  background: #fff url("/pic/bg_top_nav.jpg") bottom right no-repeat;  
  height: 100%;
  position:relative;
  top:0px;
}

#header h1,#header h1 img {margin: 0;}

#header img#photo {position: absolute;top: 57px;left: 217px; width:580px; height:40px;}
#left_nav {
  position: absolute;
  top: 106px;
  left: 0;
  width: 201px;
  padding-bottom: 20px;
  z-index: 10;
}

#left_nav_search,#left_nav_categories {
  background: url("/pic/bg_box_left_top.gif") top left no-repeat;
  width: 201px;
  height: auto;
  margin: 10px 0 0 0;
  padding: 1px 0 0 0;
  position: relative;
}
#left_nav_search1,#left_nav_categories {
  background: url("/pic/bg_box_left_top.gif") top left no-repeat;
  width: 201px;
  height: auto;
  margin: 10px 0 0 0;
  padding: 1px 0 0 0;
  position: relative;
}
#left_nav_categories {margin-top: 20px;}

#left_nav_categories ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 201px;
  border: 0px solid #606;
  font-size: 13px;
}

#left_nav_categories ul li ul {
  visibility: hidden;
  position: absolute;
  height: 0;
  overflow: hidden;
  top: 0;
  left: 201px;
  width: 170px;
}

#left_nav_categories ul li {float: left; position: relative;}

#left_nav_categories ul li a,
#left_nav_categories ul li a:visited {
  display: block;
  float: left;
  text-decoration: none;
  color: #000;
  width: 196px;
  height: 21px;
  line-height: 21px;
  font-size: 13px;
  background: transparent;
  padding-left: 5px;
}

* html #left_nav_categories ul li a,
* html #left_nav_categories ul li a:visited  {
  width: 201px;
  width: 196px;
}

#left_nav_categories table {
  border-collapse: collapse;
  border: 0;
  margin: -1px;
  padding: 0;
  font-size: 1em;
}

#left_nav_categories ul li:hover a,
#left_nav_categories ul li a:hover {
  background-color: #f93;
  color: #000000;
}

#left_nav_categories ul li:hover ul,
#left_nav_categories ul li a:hover ul {
  visibility: visible;
  position: absolute;
  height: auto;
  border: 0px solid #000000;
  overflow: visible;
  z-index: 100;
  background-color: #FF9933;
}

#left_nav_categories ul li:hover ul li a,
#left_nav_categories ul li a:hover ul li a {
  display: block;
  background: transparent;
  color: #000000;
  line-height: 15px;
  padding: 5px 0 5px 10px;
  height: auto;
  text-decoration: none;
  width: 160px;
}

#left_nav_categories ul li:hover ul li:hover a,
#left_nav_categories ul li a:hover ul li a:hover {
  background-color:#FFFFCC;
  color: #000000;
  width: 160px;
}

#left_nav_categories ul li:hover ul li ul,
#left_nav_categories ul li a:hover ul li a ul {
  visibility: hidden;
  position: absolute;
  height: 0;
  overflow: hidden;
  top: 0;
  left: 85px;
}

#left_nav_categories ul li:hover ul li:hover ul,
#left_nav_categories ul li a:hover ul li a:hover ul {
  visibility: visible;
  position: absolute;
  height: auto;
  color: #000;
  padding: 0;
  border: 0px solid #000;
  list-style-type: none;
  background: #069;
}

#left_nav_categories ul li:hover ul li:hover ul li a,
#left_nav_categories ul li a:hover ul li a:hover ul li a {
  display: block;
  background: transparent;
  color: #ff0;
}

#left_nav_categories ul li:hover ul li:hover ul li:hover a,
#left_nav_categories ul li a:hover ul li a:hover ul li a:hover {
  background: #eee;
  color: #000;
}

#left_nav_search h3,
#left_nav_categories h3 {
  background: transparent url("/pic/bg_h3_left_content.jpg") top left no-repeat;
  width: 190px;
  height: 25px;
  font: bold italic 1.1em Arial, Tahoma, Verdana, sans-serif;
  color: #333;
  margin: 6px 0 0 6px;
  padding: 3px 0 0 40px;
}
#left_nav_search1 h3,
#left_nav_categories h3 {
  background: transparent url("/pic/bg_h3_left_content.jpg") top left no-repeat;
  width: 190px;
  height: 25px;
  font: bold italic 1.1em Arial, Tahoma, Verdana, sans-serif;
  color: #333;
  margin: 6px 0 0 6px;
  padding: 3px 0 0 40px;
}

#left_nav_search .bg_box_btm,
#left_nav_categories .bg_box_btm {
  position: absolute;
  top: 100%;
}

#left_nav_search1 .bg_box_btm,
#left_nav_categories .bg_box_btm {
  position: absolute;
  top: 100%;
}

#left_nav_satisfaction {
  padding: 0 0 10px 0;
  margin: 0;
  border: 0;
}

#body_text {
  position: absolute;
  top: 129px;
  left: 240px;
  right: 212px;
   _right:20px;/*IE6*/
  z-index: 0;
  border:dotted 1px #FF9900;
  width:75%;
   _width:75%;/*IE6*/
}
#body_text1 {
  position: absolute;
  top: 125px;
  left: 238px;
  right: 20px;
  _right:20px;
  z-index: 0;
  border:dotted 1px #FF9900;
}
#body_text1 table { position:relative; clear:both; float:none;width:100%;_width:75%;/*IE6*/}
#body_text_policy {
  position: absolute;
  top: 108px;
  left: 244px;
  right: 12px;
  z-index: 0;
  border:dotted 1px #FF9900;
}
#body_text_wide {
  position: absolute;
  top: 116px;
  left: 223px;
  right: 0;
  _width: 70%;
  border:dotted 1px #FF9900;
}

#right_content {
  position: absolute;
  top: 126px;
  right: 1px;
  width: 182px;
}

#right_content_wide {
  position: absolute;
  top: 116px;
  right: 1px;
  width: 204px;
}
  
#right_content_product_detail {
  background: #fff url("/pic/bg_box_right_top_wide.gif") top left no-repeat;
  width: 204px;
  height: auto;
  position: relative;
  padding: 1px 0 10px 0;
}

#right_content_feat_offers {
  background: #fff url("/pic/bg_box_right_top3.gif") top left no-repeat;
  width: 182px;
  height: auto;
  position: relative;
 padding: 1px 0 10px 0; 
}

#right_content_product_detail {
  text-align: center;
  padding: 10px 0 0 0;
}
  
#right_content_product_detail p {
  width: 191px;
  text-align: center;
  margin: 5px 0 0 0;
}

#right_content_feat_offers .bg_box_btm, #right_content_product_detail .bg_box_btm {position: absolute; top: 100%; left: 0;}

#secure_payment {
  text-align: center;
  width: 182px;
  height: auto;
  margin: 2px 0;
}

#secure_payment img {clear: both; margin: 2px 0 0 0;}

#footer,#footer p a {
  font: normal 0.9em Arial, Tahoma, Verdana, sans-serif;
  color: #666;
  text-align: center;
}

/* Log in nav */
#log_in_nav {
  position: absolute;
  top: 0px;
  right: 10px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#log_in_nav li {display: inline; color: #666;}

#log_in_nav li a {color: #666; font: normal 0.9em Arial, Tahoma, Verdana, sans-serif;}

#log_in_nav li a:link,#log_in_nav li a:visited {text-decoration: underline;}

#log_in_nav li a:hover,#log_in_nav li a:active,#log_in_nav li a:focus {text-decoration: none;}

/* Top Nav & Basket */
#top_nav {
  position:absolute;
  top: 32px;
  left: 221px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#top_nav li {display: inline;}

#top_nav li a {color: #000; font: bold 1em Arial, Tahoma, Verdana, sans-serif;}

#top_nav li a:link,#top_nav li a:visited {text-decoration: none;}

#top_nav li a:hover,#top_nav li a:active,#top_nav li a:focus {text-decoration: underline;}

#top_nav_basket {
  position: absolute;
  top:65px;
  right: 0;
  width: 130px;
  height: auto;
}

#top_nav_basket p {margin: 2px 0;}

/* Search box content */
#left_nav_search p {
  font-size: 0.9em;
  line-height: 1.1em;
  margin: 2px 6px 10px 6px;
}

#left_nav_search1 p {
  font-size: 0.9em;
  line-height: 1.1em;
  margin: 2px 6px 10px 6px;
}

#left_nav_search form {margin: 6px 0 0 6px;}

#left_nav_search1 form {margin: 6px 0 0 6px;}

#left_nav_search form input#search_keywords {border: 1px solid #000;}

#left_nav_search1 form input#search_keywords {border: 1px solid #000;}

#left_nav_search form input#btn_submit {vertical-align: bottom;}

#left_nav_search1 form input#btn_submit {vertical-align: bottom;}

/* Left Nav Categories lists */
#left_nav_categories ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-indent: 6px;
}

#left_nav_categories ul li a {font: bold 0.9em Arial, Tahoma, Verdana, sans-serif; color: #000;}

#left_nav_categories ul li a:link,#left_nav_categories ul li a:visited,#left_nav_categories ul li ul li a:link,#left_nav_categories ul li ul li a:visited {
  text-decoration: none;
}

#left_nav_categories ul li a:hover,#left_nav_categories ul li a:active,#left_nav_categories ul li a:focus,#left_nav_categories ul li ul li a:hover,#left_nav_categories ul li ul li a:active,#left_nav_categories ul li ul li a:focus {
  text-decoration: underline;
}

#left_nav_categories ul ul {text-indent: 20px;}

#left_nav_categories ul ul li a {font: normal 0.9em Arial, Tahoma, Verdana, sans-serif; color: #666;}
}

/* Left nav satisfaction contents */
#left_nav_satisfaction {
  color: #000;
}

#left_nav_satisfaction h5 {
  color: #000;
  margin: 2px 6px;
  font-size: 0.9em;
  font-weight: bold;
}

#left_nav_satisfaction p {margin: 2px 6px; color: #666;}

#left_nav_satisfaction h4 {
  margin: 4px 0 0 5px;
  _margin-top: 0;
  padding: 4px 0 0 0;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: bold;
  text-align: center;
  background: transparent url("/pic/bg_left_content_satisfaction.jpg") top left no-repeat;
  width: 191px;
  height: 44px;
}

#left_nav_satisfaction img {float: right; margin: 0 6px 0 0;}

/* Right Content Featured Offers content */
#right_content_feat_offers div {
  margin: 0;
  padding: 2px 6px;
}

#right_content_feat_offers div div {
  width: 104px;
  float: left;
}

#right_content_feat_offers h3 {
  background: transparent url("/pic/bg_h3_right_content.jpg") top
    left no-repeat;
  width: 124px;
  height: 25px;
  font: bold italic 1.1em Arial, Tahoma, Verdana, sans-serif;
  color: #333;
  margin: 6px 0 0 6px;
  padding: 3px 0 0 45px;
}

#right_content_feat_offers h4 {
  background: transparent url("/pic/bg_h4_right_content.jpg") top
    left no-repeat;
  width: 124px;
  height: 25px;
  font: bold italic 1.1em Arial, Tahoma, Verdana, sans-serif;
  color: #333;
  margin: 6px 0 0 6px;
  padding: 3px 13px 0 32px;
}

#right_content_feat_offers h5 {
  clear: both;
  margin: 0;
  color: blue;
  font: normal 0.9em Arial, Tahoma, Verdana, sans-serif;
}

#right_content_feat_offers p {margin: 0;}

#right_content_feat_offers img.floatright {border: 0px solid #000;}

#right_content_feat_offers form {
  margin: 0 0 3px 0;
  padding: 5px 0 0 0;
  clear: both;
}

#right_content_feat_offers input {float: right;}

#right_content_feat_offers form br {clear: both;}

.recent {font-size: 0.8em;}
input.recent {display:inline;}

/* Right checkout summary */
#right_content_feat_offers table {margin: 10px;}

  
/* Product List content */
.product_list_item {margin: 10px 0; text-align: left;}

.product_list_item input {float: right;}

.product_list_item img.product {
  border: 1px solid #000;
  float: left;
  margin: 0 10px 10px 5px;
}

.product_list_item h4, .product_list_item h5 {margin: 1px 0;}

.product_list_item h5 i {
  color: #000;
  font-style: normal;
  font-size: 0.8em;
  font-weight: 100;
}
  
.product_list_item p {clear: both; margin: 0;}

/* Product Detail in body text content */
#body_text input#btn_add_basket_1 {float: right;}

/* Shopping Basket formatting */
#form_shopping_basket {margin: 10px 0;}

#form_shopping_basket input#btn_update, #form_shopping_basket input#btn_checkout {float: right;}

#form_shopping_basket input {font-size: 0.9em;}

#shopping_basket {
  border-right: 1px solid #666;
  border-top: 1px solid #666;
  border-bottom: 0px;
}

#shopping_basket th {
  background-color: #f90;
  color: #fff;
  text-align: center;
}

#shopping_basket td {text-align: left; border-bottom: 1px solid #666;}

#shopping_basket td.line {
  text-align: left;
  border-bottom: 1px solid #666;
  border-left: 1px solid #666;
  font-weight: bold;
}

#shopping_basket td.line2 {
  text-align: right;
  border-bottom: 1px solid #666;
  font-weight: bold;
}

#shopping_basket th.line {
  background-color: #f90;
  color: #fff;
  text-align: center;
  border-left: 1px solid #666;
}

#shopping_basket td.none {text-align: left; border: 0px;}

/* Battery Finder */
a.finderclick {font:bold 120% Helvetica,sans-serif;border:1px solid #FF8000;padding:2px;background:#FFDAB6;}
p.finderoptions {font:bold 120% Helvetica,sans-serif;color:black;line-height:140%;}
p.finderoptions a {border:1px solid #FF8000;padding:2px;background:#FFDAB6;}
p.finderoptions a:active, p.finderoptions a:link, p.finderoptions a:visited {color:black;text-decoration:none;}
p.finderoptions a:hover {color:blue;text-decoration:underline;}
b.finderclicked {font:bold 120% Helvetica,sans-serif;color:black;border:1px solid black;padding:2px;background:#CCCCCC;}
b.finderclicked a:active, b.finderclicked a:link, b.finderclicked a:visited {color:black;text-decoration:none;}
b.finderclicked a:hover {color:blue;text-decoration:underline;}

/* Compare table */
table.compare, table.compare th {border-collapse:separate;border-style:none;}
table.compare td {border: 1px none #666;padding: 0.1em 1em;background-color:#e0e0e0;}
table.compare th {text-align:center;padding: 0.1em 1em;}

/* Detail page */
ul.detail_related {margin-left: 1.2em; padding-left: 0;}

/* Miscellaneous classes and IDs */
.tabbedmenu {font-family:Helvetica;font-size:140%;border-width:0;margin:2px;}
.tabbedmenu A:active {color:black;text-decoration:none;}
.tabbedmenu A:hover, .tabbedmenu A:link, .tabbedmenu A:visited {color:blue;text-decoration:underline;}

.floatright {float: right;}

.floatleft {float: left;}

.clear {clear: both;}
.searchbutton{
	FONT-WEIGHT: bold; FONT-SIZE: 13px; color:#FFFFFF; background-color:#FF9900; outline-width: thin
}
#text_space1{ text-align:left;  position:absolute; width:100px; height:auto;}/*home bottom*/
#text_space2{
	text-align:right;
	position:absolute;
	width:315px;
	height:auto;	
}/*home bottom*/
/* define table */
#t_td{
height: auto;/*   ß¶ */
padding: 2px;
}
#t_td div{
float: left;
width: 85px;/* È¶ Ôª  */
height: 20px;/* íŸ‡í¿¶ Ôª  */
border: 1px solid;
margin: -1px 0 0 -1px; 
text-align:center;
font-weight:bold;
color:#333;
font-size:13px;
border-color:#999999;
}
.dir_backcolor {
	font-size: 11px;
}
.linkheader{background-color:FFC000;
font-weight:bold;
}
.both_price{
color:#FF0000;
font-size:16px;
font-weight:bold;
font-style:italic;}
.voltage_bgcolor{
font-size:14px;
color: #333333;
background-color:#00FF00;
}
.volt_bgcolor{
font-size:14px;
color: #333333;
background-color:#FFFFCC;
}
.yang1{
font-size:14px;
color: #333333;
background-color:#FFFFFF;
}
.yang2{
font-size:13px;
}
.cssSH {
  color: #6600ff;
}

.cssBH {
  font-weight: bold;
  color: #990000;
}

.cssRM {
  list-style-type: circle;
}
SPAN.piProductsPartNo {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #ff6600;
}
SPAN.gbHeaderS {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
}
.bundledproductsheading {
  border:2.0pt double white;
  background: #F7931E;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight : bold;
  color: #000000;
}

.model div{
  float:left;
  width:150px;
  line-height:20px;

}

#show_brand{
height: auto;/* íŸ‡í¸¶  ß¶ */
padding: 2px;
}
#show_brand div{
float: left;
width: 200px;/* È¶ Ôª  */
height: 20px;/* íŸ‡í¿¶ Ôª  */
border: 1px solid;
margin: -1px 0 0 -1px; 
text-align:center;
font-weight:bold;
color:#333;
font-size:13px;
border-color:#999999;
}

.p_img{
width:300px; 
float:left;}

.p_info{
width:300px;
float:left;
}
ul.p_info {
list-style-type:none;
}
#baseinfo {
list-style-type:none;
}
li {
list-style-type:none;
}
.p_info li{
line-height:18px;
}

.seach_info li{
line-height:18px;
}

.search_hot div{
width:230px;
float:left;
height:100px;
}

.gull{
clear:both;
}

.gull ul li{
width:150px;
float:left;
line-height:20px;
}

#btm_txt ul {
margin-left:-40px;/*Firefox*/
_margin-left:0px; /*IE6*/
}

#btm_txt ul li {
padding:5px;
}

#show_brand ul {
list-style-type:none;
clear:both;
z-index:1;
width:100%;
}

#show_brand ul li {
width:200px;
text-align:left;
line-height:18px;
font-size:8pt;
margin-left:5px;
margin-right:5px;
padding:0px;
float:left;
border: 1px solid #999999;
}
.link_daohang {
padding:5px;
margin:5px;
line-height:22px;
font-size:12px;
font-weight:bold;
}
.td_all table tbody tr td table {
width:100%;
margin:1px;
padding:1px;
}
/**/

