/* CSS Document 
 common style sheet
 version: 1.1
 author: ljh
 email:lin.jianhang1@zte.com.cn
*/
*{font-family:Arial, Helvetica, "宋体", sans-serif;}
body{ 
	margin:0px;
	padding:0px;
	color:#000000;
	font-size:12px;
}
form{ margin:0px; padding:0px;}
ul{ margin:0px; padding:0px;list-style:none;}
li{ margin:0px; padding:0px; list-style:none;}
img{ border:0px;}
/*button*/
.button_131{ background:url(../img/botton_131.gif) no-repeat; color:#FFF; border:0 #fff solid; width:131px; height:26px; line-height:26px; font-weight:bold; cursor:pointer;}
/*input*/
.text_input{border:#82ADC8 1px solid; background:url(../img/input_bak.gif) repeat-x;}
/*note box*/
#msg_box_success{ border:#009900 solid 1px; color:#006600; margin:5px; padding:5px 10px; background:url(../img/success_ico.gif) 10px 5px no-repeat;padding-left:30px; background-color:#F0FFE6;}
#msg_box_fail{ border:#FF0000 solid 1px; color:#CC0000;  margin:5px;  padding:5px 10px; background:url(../img/fail_ico.gif) 10px  5px  no-repeat; padding-left:30px;background-color:#FFF0F0;}

.left {float:left;}
.right {float:right;}
.clearThis  {clear:both;}

.white{ color:#FFFFFF; font-weight:bold; font-size:14px;}
.red_t{ color:#FF0000;}
.red_t_s{ color:#FF0000; font-weight:bold; font-size:13px; font-family:"黑体"; width:112px; text-align:right;line-height:35px; display:block;}
.org_t{ color:#FF9933;}

.box_row1_left .big_img{ width:293px; height:246px; border:#ccc solid 1px; text-align:center; vertical-align:middle; line-height:246px; overflow:hidden; float:left; position:relative;}




.com_box .list_img{ 
	width:125px; 
	height:125px;
	line-height:125px;
	border:1px solid #ccc;
	overflow:hidden;
	position:relative;
	text-align:center;
	margin:auto
}
.com_box .list_img p {
    margin:0px;
	padding:0px;
	position:static;
	+position:absolute;
	top:50%;
	
}
.com_box .list_img p img {
	position:static;
	+position:relative;
	top:-50%;left:-50%;
	vertical-align:middle;
}
.com_box .list_img p:after {
	content:".";font-size:1px;
	visibility:hidden
	}






.list_box_mid_left .img_list{
	width:85px; 
	height:85px;
	line-height:85px;
	border:1px solid #ccc;
	overflow:hidden;
	position:relative;
	text-align:center;
	margin:auto;
	margin-top:5px;
}
.list_box_mid_left .img_list p {
  margin:0px;
	padding:0px;
position:static;
	+position:absolute;
	top:50%
}

.list_box_mid_left .img_list p img {
	position:static;
	+position:relative;
	top:-50%;left:-50%;
	vertical-align:middle;
}
.list_box_mid_left .img_list p:after {
	content:".";font-size:1px;
	visibility:hidden
	}


.list_box_mid_left .img_list2{width:75px; height:75px;border:#ccc solid 1px; text-align:center; vertical-align:middle; line-height:125px; overflow:hidden; float:left;
margin:5px;}

A:link {
	color: #2A406F; text-decoration: none;
}
A:active {
	color: #2A406F; text-decoration: none
}
A:visited {
	color: #2A406F; text-decoration: none
}
A:hover {
	color: #2A406F; text-decoration: underline
}
.link_actived{ padding-left:20px; background: url(../img/cir_arrow.gif) 0 40% no-repeat; display:block; line-height:22px; font-weight:bold; }
a.red:link {
	color: #f00; text-decoration: underline
}
a.red:visited {
	color: #f00; text-decoration: none
}
a.red:hover {
	color: #f00; text-decoration: underline
}

a.org:link {
	color: #F93; text-decoration: underline
}
a.org:visited {
	color: #F93; text-decoration: none
}
a.org:hover {
	color: #F60; text-decoration: underline
}

a.black:link {
	color: #000; text-decoration: none
}
a.black:visited {
	color: #000; text-decoration: none
}
a.black:hover {
	color: #000; text-decoration: underline
}

a.ad_serch_link:link{color: #fff; text-decoration: none}

a.ad_serch_link:visited{color: #fff; text-decoration: none}

a.ad_serch_link:hover{color: #fff; text-decoration: underline}


a.morelink:link{ width:80px; height:28px; display:block; cursor:pointer;}
a.morelink:visited {
width:80px; height:28px; display:block; cursor:pointer;
}
a.morelink:hover {
width:80px; height:28px; display:block; cursor:pointer;}


.mycart{padding-left:30px; background:url(../img/shopcar.gif) no-repeat left; width:200px;}
.forgetpassword{padding-left:20px; background:url(../img/question.gif) no-repeat left;}
.copyrightContent{ border-top:3px solid #e4e4e4; height:47px; width:950px; line-height:33px; margin:auto; margin-top:5px;}
/*用于高亮搜索结果 add by yutf 080509*/
.highlight {
	background-color: yellow;
}
    .topNav{ width:100%; height:22px; background-color:#F8f8f8; border-bottom:#E6E6E6 solid 1px;; margin:auto; }
	.topNav ul{ width:950px; margin:auto;}
 	.topNav li { list-style:none; margin:0px; padding:0px;}
	.topNav li { float:left; line-height:22px; margin-left:10px; }