@charset "utf-8";
#product_list,
 #product_list ul,
 #product_list li {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#product_list h3 {
	position: relative;
	font-size: 15px;
	font-weight: bold;
	line-height: 1em;
	color: #ae7418;
	padding-left: 22px;
	margin-bottom: 25px;
}
#product_list h3 > div {
	position: absolute;
	left: 0px;
	top: -1px;
	background: url(../../images/icon.png) -40px -10px;
	width: 16px;
	height: 16px;
}
#product_list li {
	overflow: hidden;
}
#product_list > li {
	background: url(../../images/product/product_list_line.png) center bottom no-repeat;
	margin-bottom: 20px;
}
#product_list > li > ul > li {
	border-bottom: 1px dotted #d7d7d7;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
#product_list > li > ul > li.no_line {
	border-bottom: none;
}
#product_list .img {
	float: left;
	width: 166px;
	height: 126px;
	position: relative;
	display: block;
}
#product_list .img > div {
	width: 160px;
	height: 120px;
	position: relative;
	top: 1px;
	left: 50%;
	margin-left: -80px;
	text-align: center;
}
#product_list .img:hover {
	background: url(../../images/product/product_border.png);
}
#product_list .content {
	position: relative;
	padding-bottom: 40px;
	margin-left: 186px;
}
#product_list .product_title {
	color: #f39b0d;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 7px;
}
#product_list .product_text {
	font-size: 12px;
	color: #7a7a7a;
}
#product_list .icons {
	overflow: hidden;
	margin-bottom: 4px;
}
#product_list .icons > li {
	float: left;
	margin-right: 3px;
}
#product_list .icons > li > img {
	width: 32px;
}
#product_list .add_cart {
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: url(../../images/product/cart_icon.png);
	width: 170px;
	height: 30px;
	color: #FFF;
}
#product_list .btn_inquiry {
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: url(../../images/product/btn_inquiry_icon.png);
	width: 170px;
	height: 30px;
	color: #FFF;
}
#product_list .pricearea {
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#product_list .add_cart > span,
#add_cart > span {
	position: absolute;
	left: 60px;
	top: 6px;
	font-size: 13px;
}
#product_list .btn_inquiry > span,
#btn_inquiry > span {
	position: absolute;
	left: 80px;
	top: 6px;
	font-size: 13px;
}

/**/


/**/


#product_info {
	overflow: hidden;
	margin-bottom: 40px;
}
#slide_area {
	float: left;
	width: 280px;
}
#slider {
	width: 280px;
	height: 210px;
	border: 1px solid #ccc;
	overflow: hidden;
	margin-bottom: 10px;
	text-align: center;
}
#slider > img{	
	margin: auto auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
#wheel_area {
	position: relative;
	height: 40px;
}
#wheel_area ul,
#wheel_area li,
#product_info_area ul,
#product_info_area li {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#wheel_area .wheel_mask {
	overflow: hidden;
}
#wheel_area .wheel_mask ul {
	width: 100%;
}
#wheel_area .wheel_mask li {
	float: left;
	width: 51px;
	height: 38px;
	border: 1px solid #ccc;
	overflow: hidden;
	cursor: pointer;
	margin: 0px 5px;
	text-align: center;
}
.wheel_pre_btn,
.wheel_next_btn {
	position: absolute;
	top: 14px;
	background: url(../../images/icon.png);
	width: 8px;
	height: 11px;
	cursor: pointer;
}
.wheel_pre_btn {
	background-position: -40px -27px;
}
.wheel_next_btn {
	right: 0px;
	background-position: -49px -27px;
}
#product_info_area {
	margin-left: 300px;
}
#product_title {
	color: #f29600;
	font-size: 18px;
	margin-bottom: 8px;
}
#product_info_area #product_spec {
	color: #666;
	margin-bottom: 10px;
	overflow: hidden;
}
#product_spec > li {
	position: relative;
	padding-left: 10px;
	line-height: 1.5em;
	margin-bottom: 5px;
}
#product_spec > li > div {
	position: absolute;
	background: url(../../images/icon.png) -31px -35px;
	width: 5px;
	height: 5px;
	left: 0px;
	top: 7px;
}
#paper_big_icon {
	overflow: hidden;
}
#paper_big_icon > li {
	float: left;
	margin-right: 5px;
}
#paper_big_icon > li > img {
	width: 60px;
	height: auto;
}
#product_info_area table {
	width: 100%;
}
#product_info_area table td {
	padding: 5px 0px;
	font-size: 14px;
	color: #999;
}
#product_info_area table td.inquiry{
	text-align: right;	
}
#product_info_area table td.inquiry > a{
	color: #999;
}#product_info_area table td.inquiry > a:hover{
	color: #7A002F;
}
#add_cart {
	background: url(../../images/product/cart_icon.png);
	width: 170px;
	height: 30px;
	color: #FFF;
	display: block;
	position: relative;
	display: inline-block;
 *display:inline;
	zoom: 1;
}
#btn_inquiry {
	background: url(../../images/product/btn_inquiry_icon.png);
	width: 170px;
	height: 30px;
	color: #FFF;
	display: block;
	position: relative;
	display: inline-block;
 *display:inline;
	zoom: 1;
}
#tab_area {
}
#tab_area > ul,
#tab_area > ul > li {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#tab_area > #tab {
	padding-left: 20px;
	border-bottom: 2px solid #cccccc;
	height: 24px;
}
#tab_area > #tab > li {
	float: left;
	position: relative;
	height: 26px;
	cursor: pointer;
	margin-left: -20px;
}
#tab > li > div {
	background: url(../../images/product/tab_btn.png);
	height: 26px;
}
#tab > li > div.left,
#tab > li > div.right {
	position: absolute;
	top: 0px;
	width: 24px;
}
#tab > li > div.left {
	left: 0px;
}
#tab > li:hover > div.left,
#tab > li.this > div.left {
	background-position: 0px -55px;
}
#tab > li > div.right {
	right: 0px;
	background-position: -25px 0px;
}
#tab > li:hover > div.right,
#tab > li.this > div.right {
	background-position: -25px -55px;
}
#tab > li > div.middle {
	margin: 0px 24px;
	background-position: 0px -28px;
	font-size: 13px;
	color: #999;
	line-height: 26px;
}
#tab > li:hover > div.middle,
#tab > li.this > div.middle {
	background-position: 0px -83px;
	color: #FFF;
}

#tab_content h4{
	font-size:18px;
	color:#333;
	font-weight:normal;
	margin:20px 0px;
}

.mark {
    background: none repeat scroll 0 0 #7A002F;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: normal;
    margin-left: 5px;
    padding: 1px 5px;
}


.product_datasheet{
	width:100%;
	color:#666666;
	border:1px solid #666;
	margin-bottom:30px;
}

/*

.product_datasheet{

	font-family: Arial, Helvetica, sans-serif;

	border-bottom-style: solid;

	border-bottom-width: 1px;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	line-height: 22px;

	font-weight:bold;

	vertical-align:central;

	text-align:left;

	width:98%;



}

*/





									
.product_datasheet tr.product_datasheet_subtitle{
	color:#FFF;
	background:#518da2;											
}
									
.product_datasheet td{
	padding:5px 10px;
	border-bottom:1px dotted #666;
}
									
.product_datasheet td.align_right{
	background:#ededed;
	text-align:right;
	width:35%;
	border-right:1px dotted #666;
}
									
.product_datasheet .last_row td{
	border-bottom:none;	
}


/*06-23新增  */


.product_datasheet_title{

	font-size: 15px !important;

	line-height: 18px !important;

	/* IE 6 */	

	*font-size: 15px;

	*line-height: 18px ;

}



.product_datasheet_subtitle{

	background-color:#518da2 !important;

	color: white !important;

	line-height: 18px !important;

	font-size: 13px !important;

	margin:5px 0px 0px  0px !important;

    padding:3px 0px 3px 10px !important;

	/* IE 6 */	

	*line-height: 18px ;

	*font-size: 13px;

	*background-color:#518da2;

	*color: white;

	*margin:5px 0px 0px  0px;

    *padding:5px 0px 10px 10px;



}

.product_spec_gray{

	background-color:#ededed !important;

	/*color: white !important;*/

	line-height: 18px !important;

	font-size: 13px !important;

	margin:5px 0px 0px  0px !important;
 padding:3px 0px 3px 10px !important;
	font-family:Arial, Helvetica, sans-serif;

	/* IE 6 */	

	*line-height: 18px ;

	*font-size: 13px;

	*background-color:#ededed;

	/*color: white;*/

	*margin:5px 0px 10px  0px;

    *padding:5px 0px 10px 10px;
	*font-family:Arial, Helvetica, sans-serif;
	



}


.product_tablespec{

	font-family: Arial, Helvetica, sans-serif;
	border:#666 solid ;
	/*border-bottom:#999 #CCC ;*/
	border-width:1px;
	/*border-bottom-width: 1px;*/

	font-family: Arial, Helvetica, sans-serif;

	font-size: 13px;

	/*line-height: 22px;

	font-weight:bold;*/

	vertical-align:central;

	text-align:left;

	width:98%;



}

.product_specline{
	border-bottom:#999;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	border-left:#999;
	border-left-style:dashed;
	border-left-width:1px;
	
	
	}

