﻿* {
	margin: 0;
	padding: 0;
	list-style: none;
}
body{
	text-align: center;
	font: 12px  Arial, "宋体", sans-serif;
	color: #666;
}
img {
	border: 0;
}
a:link, a:visited ,a:active{
	text-decoration: none;
	color: #666;
}
a:hover {
	color: #f90;
	text-decoration: underline;
}
.nav {
	text-align: left;
	margin: 5px 15px;
}
.nav a:link, .nav a:visited {
	text-decoration: none;
	color: #f90;
}
.nav a:hover {
	text-decoration: none;
	color: #09c;
}
.info{
  text-align: left;
}
.price{
  font-size:13px;
  font-weight:bold;
  color:#09c;
}
.sort select {
	height: 22px;
	font-size: 12px;
	margin-bottom: 2px;
	
}
.text_strong{
  font-weight:bold;
}

#top{
  margin: 0px auto;
  width: 1001px;
  text-align: left;
}
#top.logo{
  font-family:Arial, Helvetica, sans-serif;
  font-size:36px;
  font-weight:bold;
  color:#39a2d1;
}

/* navigation */
#navigation{
  margin:0px auto;
  clear:both;
}
#navigation.left{
  width:1001px;
  height:50px;
  background:url(../images/nav_left.png) no-repeat left top;
}  
.right{
  width:auto;
  height:50px;
  background:url(../images/nav_right.png) no-repeat right top;
}  
.nav_left{
  float:left;
  width:100px;
  height:28px;
  text-align:center;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:bold;
  color:#bfbfbf;
  line-height:28px;
}
.nav_current{
  float:left;
  width:100px;
  height:28px;
  text-align:center;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:bold;
  color:#000000;
  line-height:28px;
  background:url(../images/nav_back.png) no-repeat center bottom;
}
.nav_right{
  width:500px;
  float:right;
  padding:3px 15px 4px 0px;
  text-align:right;
}
.search_info{
  font-family:"宋体";
  font-size:12px;
  font-weight:normal;
  color:#bfbfbf;
}


/* info_main */
#main_container{
  clear:both;
  margin:0px auto;
  padding-top:5px;
  overflow:visible;
  height:100px;
  width:1001px;
}
#main_left{
  clear:both;
  float:left;
  height:auto; 
  padding-top:5px;
  width:740px;
}
/* product picture */

.test01{
  width:212px;
  height:150px;
  position:absolute;
  top:200px;
  left:580px;
  background:url(../images/float01.gif) no-repeat left top;
  z-index:1000;
}

#vote table{
 margin: 2px;
}


/* product detail */

#basicInfo {
	margin-top: 40px;
	text-align: left;
}
#basicInfo dl {
	margin: 10px 20px 10px 20px;
	padding-bottom: 5px;
}
#basicInfo dl dt {
	display: inline; /* fix IE6 */
	float: left;
	margin-right: 60px;
}
#basicInfo dl dt p {
	text-align: right;
}
#basicInfo dl dt span img {
	border: 1px solid #ccc;
	padding: 2px;
	margin: 5px 4px auto auto;
}
#basicInfo dl dd h3,#basicInfo dl dd h3 a {
	font: bold 16px Arial,"宋体", sans-serif;
	color: #09C;
}
#basicInfo dl dd {
	width: 65%;
	float: right;
	height: auto
}
#basicInfo dl dd span {
	display: block;
	height: 15px;
	line-height: 15px;
}
#basicInfo dl dd span img {
	vertical-align: middle;
}
#basicInfo dl dd ul {
	margin-top: 12px;
}
#basicInfo dl dd ul li {
	font: 14px Arial,"宋体", sans-serif;
	color: #333;
}
#basicInfo dl dd ul li label{
	height: 22px;
	line-height: 22px;
	font-weight: bold;
}
#basicInfo dl dd ul li a {
	color: #f90;
}
#basicInfo dl dd ul li em {
	color: #cc0000;
	font-style: normal;
	font-weight: bold;
}
/* Detail Info */
#detailInfo {
	clear:both;
	margin-top: 15px;
	text-align: left;
}
#detailInfo .frame {
	float: left;
	background: url(../images/tabFrameLine.gif) repeat-x left top;
	height: 3px;
	width: 98%;
}
#detailInfo ul.content {
	float: left;
	margin: auto 10px;
	width: 96%;
	/*margin-right:15px;*/
}
#detailInfo ul.content li {
	padding: 6px 0;
	border-bottom: 1px dashed #ccc;
}
#detailInfo ul.content li.noBorder {
	border: none;
}
#detailInfo ul.content li label {
	font-weight: bold;
}
#detailInfo ul.content li em {
	color: #cc0000;
	font-style: normal;
	font-weight: bold;
}
.priceGrid {
	border: 1px solid #D3D3D3;
	border-right: none;
	text-align: left;
	margin: 6px auto;
	line-height:20px;
}
.priceGrid tr th {
	background: #EAEAEA;
    font-weight: bold;
    color: #535353;
	height: 20px;
	padding-left: 5px;
	border-right: 1px solid #D3D3D3;
}
.priceGrid tr td {
	height: 24px;
	padding: 0 5px;
	border-right: 1px solid #D3D3D3;
	border-top: 1px solid #D3D3D3;
}
.priceGrid tr td.price {
	color: #cc0000;
	font-style: normal;
	font-weight: bold;
	text-align: left;
}
.priceGrid tr td.price *{
	color: #cc0000;
}
.tab li {
	display: inline;
	float: left;
	margin-right: 1px;
	padding-left: 5px;
}
.tab .orangeBg {
	background: url(../images/orangeTab_leftBg.gif) no-repeat left;
}
.tab .orangeBg span {
	float: left;
	display: block;
	padding-right: 5px;
	background: url(../images/orangeTab_rightBg.gif) no-repeat right;
}
.tab .orangeBg span span {
	float: left;
	padding-left: 5px;
	background: url(../images/orangeTab_Bg.gif) repeat-x;
	height: 28px;
}
.tab .orangeBg span span label, .tab .orangeBg span span label a {
	float: left;
	line-height: 28px;
	color: #C63;
}
.tab .grayBg {
	background: url(../images/grayTab_leftBg.gif) no-repeat left;
}
.tab .grayBg span {
	float: left;
	display: block;
	padding-right: 5px;
	background: url(../images/grayTab_rightBg.gif) no-repeat right;
}
.tab .grayBg span span {
	float: left;
	padding-left: 5px;
	background: url(../images/grayTab_Bg.gif) repeat-x;
	height: 28px;
}
.tab .grayBg span span label, .tab .grayBg span span label a {
	float: left;
	line-height: 28px;
	color: #666;
}
.tab .orangeBg span span label a:hover,.tab .grayBg span span label a:hover {
	text-decoration: none;
}
/* also buy */
#alsoBuy {
	clear: both;
	margin: 15px 15px auto auto;
}
.grayTitle {
	line-height: 31px;
	padding-left: 7px;
	background: url(../images/grayTitle_leftBg.gif) no-repeat left;
}
.grayTitle span {
	display: block;
	padding-right: 7px;
	background: url(../images/grayTitle_rightBg.gif) no-repeat right;
}
.grayTitle span span {
	padding-left: 7px;
	height: 31px;
	background: url(../images/grayTitle_Bg.gif) repeat-x;
	font: bold 14px "宋体", Verdana, sans-serif;
	line-height: 31px;
	text-align: left;
}
#alsoBuy ul {
	padding: 20px 0px;
	border: 1px solid #dedede;
	border-top: none;
	height: auto!important;
	height: 190px;
	min-height: 190px;
}
#alsoBuy ul li {
	float: left;
}
#alsoBuy ul li img {
	padding: 15px;
}
#alsoBuy ul li p {
	padding: 10px 10px 0 10px;
	width: 110px;
	word-break: break-all;
}
#alsoBuy ul li.forward {
	float: right;
}
/* similar pros */
#similarPros {
	clear: both;
	margin: 15px 15px auto auto;
}
#similarPros ul {
	padding: 10px 0px;
	border-top: none;
	border: 1px solid #dedede;
	height: 100%;
	overflow: auto;
}
#similarPros ul li {
	float: left;
	width: 130px;
	padding: 0px 10px;
}
#similarPros ul li img {
	padding: 10px;
}
#similarPros ul li dl dd label {
	color: #cc0000;
	font-weight: bold;
}
#similarPros ul li dl dd {
	line-height: 16px;
	word-break: break-all;
	overflow: hidden;
}

/* view log */
#viewLog {
	margin: 15px 15px auto auto;
}
#viewLog ul {
	padding: 20px 10px 10px 10px;
	border: 1px solid #dedede;
	border-top: none;
	height: auto!important;
	height: 130px;
	min-height: 130px;
}
#viewLog ul li {
	float: left;
	margin: 1px;
}
#viewLog ul li p {
	padding-top: 2px;
	text-align: center;
}
#viewLog label {
	float: right;
	padding-top: 10px;
}
/* right */
#main_right{
  clear: both;
  float: right;
  width: 214px;
  margin-right: 105px;
  margin-top: -1105px;
}
.right_contain_top{
  width: 201px;
  text-align: left;
  margin-bottom: 10px;
}
 
.right_contain_top #compareBtn{
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}
.right_contain_top .rigth_table{
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}
.right_contain_top table td {
	padding: 2px 10px 2px 10px;
	word-wrap: break-word;
	word-break: break-all;
}
.right_contain_top table td p {
	padding-top: 2px;
}
.right_detail{
  text-align: center;
  overflow: visible;
}

.right_contain_top .rw001{
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
}

/* compare page */
#compare {
    width:auto;
    padding:15px;
}
#compare table {
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	
}
#compare table tr td,#compare table tr th {
	border: 1px solid #d3d3d3;
	height: 22px;
	padding-left: 5px;
}
#compare table tr th {
	background: #EAEAEA;
	text-align: right;
}
#compare table tr td.subTitle {
	border: none;
	height: 26px;
	font: bold 14px "宋体", Verdana, sans-serif;
	color: #c63;
	padding-top: 4px;
}
#compare table .frame {
	background: url(../images/tabFrameLine.gif) repeat-x left 5px;
	height: 15px;
	border: none;
}
#compare table tr.btnZone td {
	text-align: center;
	border: none;
	padding: 3px 0;
}
/* product list page */
#sideNavigation {
    width: 190px;
}
#sideNavigation .top{
    height: 29px;
    background: url(../images/navigation_sec.gif) no-repeat top;
}
#sideNavigation ul {
	background: #fffae7;
	border: 1px #ffdb92 solid;
	border-top: 0;
}
#sideNavigation li div {
	height: 25px;
	background: #fffae7;
	border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom:1px solid #fee6b4;
	font: bold 12px Arial, "宋体", sans-serif;
	line-height: 25px;
}
#sideNavigation li a.btnShow {
	display: block;
	padding-left: 12px;
	text-decoration: none;
	color: #727272;
	background: url(../images/iconDisplay.gif) no-repeat right bottom;
}
#sideNavigation li a.btnHide {
	display: block;
	padding-left: 12px;
	text-decoration: none;
	color: #727272;
	background: url(../images/iconDisplay.gif) no-repeat right top;
}

#sideNavigation ul.secNav {
	border: 0;
	border-bottom: 1px solid #fee6b4;
}
#sideNavigation ul.secNav li {
	padding: 3px 0;
	border: 0;
	background: #FFF;
}
#sideNavigation ul.secNav li a {
	display: block;
	padding-left: 20px;
	color: #7F7F7F;
	text-decoration: none;
}
#sideNavigation ul.secNav li a:hover {
	background: url(../images/secNav_select.gif) no-repeat 12px 3px;
	color: #F90;
}
#sideNavigation .borderBottom {
	border-bottom: 1px solid #FFF;
}
/*--------sideNavigation designed by sybille-----------*/
/* right view log */
.left {
    width: 190px;
    margin: 10px 0;
    overflow: hidden;
}
.left .top {
    height: 21px;
    background: url(../images/left_top.gif) no-repeat left top;
    padding: 8px 0 0 15px;
    font: bold 12px Arial, "宋体", sans-serif;
	border: 0;
	text-align: left;
}
.left div, .left table {
    border: 1px solid #dedede;
	border-top: 0;
	padding-bottom: 5px;
	text-align: center;
}
.left table td img{
    padding: 2px;
}
/* list middle */
.tongji{
   margin: 10px 15px;
   text-align: left;
   background: #fff url(../images/tonjiBg.gif) repeat-x top; 
   border: 1px solid #e6e6e6;
   padding: 5px 10px;
}
.tongji a:link, .tongji a:visited {
	text-decoration: none;
	color: #f90;
}
.tongji a:hover {
	text-decoration: none;
	color: #09c;
}
.guolv {
	margin: 15px;
    height: 62px;
    background: #fffae7;
    border-top: 1px solid #ffeca7;
    border-bottom: 1px solid #ffeca7;
}
.guolv table {
	margin: 10px;
}
.guolv table td {
	height: 25px;
}
.guolv input {
	border: 1px solid #ccc;
}
#searchResult {
	margin: 10px 15px;
}
.page_bar_top {
    height: 36px;
    background: url(../images/listHead_bg.gif) repeat-x;
    text-align: right;
    padding-right: 10px;
    line-height: 36px;
}
.page_bar_bottom {
    height: 27px;
    background:url(../images/listBottom_bg.gif) repeat-x;
    text-align: right;
    padding-right: 10px;
    line-height: 27px;
}
.page_bar_top input,.page_bar_bottom input {
	width: 30px;
	height: 15px;
	margin: auto 2px;
}
.page_bar_top img,.page_bar_bottom img {
	vertical-align: middle;
}
.product_title{
  word-break: break-all;
  font-size: 13px;
  font-weight: bold;
  text-align:left;
}
.list_container {
	margin: 5px auto;
} 
.list_container table {
	border-bottom: 1px dashed #ccc;
} 
.window_container {
	margin: 10px auto;
}
.window_container table tr td {
	padding: 20px 10px 10px 10px;
	width: 50%;
	border-left: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
}
.window_container table tr td.noBorder {
	border-left: 0;
}
.window_container table tr td dt {
	float: left;
	margin-right: 5px;
	width: 110px;
}
.window_container table tr td em {
	margin-top: 10px;
}
.text_container {
	margin: 5px auto;
}
.text_container table {
	border-bottom: 1px dashed #ccc;
} 
.text_container table em{
	float: right;
}
/* Search */
.product_result{
  float:left;
  width:32%;
}
.info_result{
  float:left;
  width:30%;
}
.web_result{
  float:left;
  width:30%;
}
.search_left_bottom{
  background:url(../images/search_left_bottom.png) no-repeat bottom left;
}
.search_right_bottom{
  background:url(../images/search_right_bottom.png) no-repeat bottom right;
}
.search_left_top{
  background:url(../images/search_top_left.png) no-repeat top left;
}
.search_right_top{
  background:url(../images/search_top_right.png) no-repeat top right;
  padding-left:5px;
  padding-right:5px;
  padding-bottom:10px;
  text-align:left;
}
.search_tab_current{
  width:149px;
  height:22px;
  text-align:center;
  background:url(../images/search_tab_current.png) no-repeat top center;
  line-height:25px;
  float:left;
  font-family:"宋体";
  font-size:12px;
  font-weight:normal;
  color:#707070;
}
.search_tab_normal{
  width:143px;
  height:22px;
  text-align:center;
  background:url(../images/search_tab_normal.png) no-repeat top center;
  margin-left:10px;
  line-height:27px;
  float:left;
  margin:0px;
  font-family:"宋体";
  font-size:12px;
  font-weight:normal;
  color:#4389a7;
}
.btn_close{
  float:left;
}
btn_close02{
  clear:both;
  float:right;
}
.search_control_bar{
  width:12px;
  height:400px;
  background:url(../images/search_controlBar.png) no-repeat center center;
  float:left;
}
.search_list{
  height:500px;
  overflow-y:scroll;
  overflow-x:hidden;
  margin:0px;
}
.clear {
	clear: both;
}
/*----------footer----------*/
#footer {
	margin: 20px 0;
	padding-top: 10px;
	border-top: 1px dotted #ccc;
}
#footer p {
	font-weight: bold;
}

.group_title {
	font-family:"宋体";
	font-size:14px;
	font-weight:bold;
	color:#fff;
}


/*--------rebate*--------*/
.nav2 {
	text-align: left;
	margin: 5px auto 5px 10px;
}
.nav2 a:link, .nav2 a:visited {
	text-decoration: none;
	color: #f90;
}
.nav2 a:hover {
	text-decoration: none;
	color: #09c;
}
#rebateList {
	margin: 10px auto 10px 10px;
}
#rebateList .price {
	font-size: 12px;
	color: #f00;
}
.window_container table tr td dd span {
	display: block;
	float: left;
	padding-top: 6px;
	color: #aaa;
}
#rebateList .window_container table tr td dt {
	height: 95px;
}
.window_container table tr td dd span a {
	color: #aaa;
}
#leftFilter {
	border: 1px solid #ffdb92;
	border-top: none
}
#leftFilter ul {
	margin-top: 5px;
}
#leftFilter ul ol {
	border-top: 1px solid #ffdb92;
	border-bottom: 1px solid #ffdb92;
	background: #fffae7;
	color: #c63;
	height: 25px;
	line-height: 25px;
	font-weight: bold;
	padding-left: 10px;
	margin-bottom: 5px;
}
#leftFilter ul li {
	height: 25px;
	line-height: 25px;
	padding-left: 20px;
}
#leftFilter ul li input {
	height: 16px;
	width: 40px;
}
#leftFilter ul li label a {
	color: #f90;
}
#onsaleBanner {
	_padding-left: 10px;/*for IE6*/
	+padding-left: 10px;/*for IE7*/
}

.page_bar_top select,.page_bar_bottom select {
	height: 18px;
	margin: auto 2px;
	vertical-align: middle;
}