﻿@charset "utf-8";
/* CSS Document */

/***详细页/产品页样式***/

.c_title {padding:20px 0 0 0px; text-align:left;}
.c_title h1{font-size:24px; font-family:"微软雅黑",Verdana, Geneva, sans-serif; color:#0099FF;padding-bottom:15px;font-weight:normal; }
.c_title p{ color:#9CA5B4; padding:5px 0; }


.author{ color:#9CA5B4; text-align:left;border-bottom:1px solid #E8EBEE; padding:0 0 10px 0; margin:5px auto 10px auto;}
.author span{ padding:0 20px 0 0;}


/*内容*/
.content{
	font-size:14px;
	padding:20px;
	margin:0px;
	color:#666;
	line-height:160%;
	border-bottom:1px solid #E8EBEE;
	margin-bottom:20px;
	clear:both;
}
.content h1{font-size:24px;	font-weight: normal; padding:0px; margin:10px 0px;}
.content h2{font-size:22px;	font-weight: normal; line-height:200%;}
.content h3{font-size:18px;	font-weight: normal;line-height:200%;}
.content h4{font-size:16px;	font-weight: normal;line-height:200%;}
.content h5{font-size: 14px;line-height:200%;}			
.content h6{font-size: 12px;line-height:200%;}			
.content ol { margin:10px 20px;}
.content ol li{
	list-style-type: decimal;
	margin-left:20px;
}
.content ul{ margin:10px 20px;}
.content ul li{
	list-style-type: disc;
	margin-left:20px;
}

/*工具条*/
.toolbar{ width:170px; height:16px; overflow:hidden;}
.toolbar strong{}
.toolbar a.t_f1,.toolbar a.t_f2,.toolbar a.t_f3,.toolbar a.t_print,.toolbar a.t_favorites,.toolbar .t_interval{
	height:16px;
	width:16px;
	display:block;
	background: url(../images/toolbar.gif) no-repeat left top;
	float:left; margin:0 5px;
}
.toolbar a.t_f1{background-position: left -32px;}
.toolbar a.t_f1:hover{background-position: -16px -32px;}
.toolbar a.t_f2{background-position: left -48px;}
.toolbar a.t_f2:hover{background-position: -16px -48px;}
.toolbar a.t_f3{background-position: left -64px;}
.toolbar a.t_f3:hover{background-position: -16px -64px;}
.toolbar a.t_print{background-position: left 0;}
.toolbar a.t_print:hover{background-position: -16px -0px;}
.toolbar a.t_favorites{background-position: left -16px;}
.toolbar a.t_favorites:hover{background-position: -16px -16px;}
.toolbar .t_interval{background-position: right -80px; margin:0; padding:0;}



/*产品放大镜**/
#product_module_zoom{ position:relative; margin:10px 8px; width:650px;}
/*显示*/
.product_show_zoom{ padding:2px; border:1px solid #E8EBEE;width:280px;height: 210px; background-color:#FFF; float:left; margin:0 20px 5px 0;}
/*控制*/
.product_control_zoom{ width:360px; padding:0 0 0 2px; margin:0 10px 20px 0; float:left;}
.product_control_zoom img{ cursor:pointer; margin:5px 5px 5px 0;	border:2px solid #DBDBDB; width:110px; height:80px;}
.product_control_zoom img.on{
	border:2px solid #84B5D7;
}

/*放大区域背景*/
.product_zoom{display:none;opacity:0.7;filter:alpha(opacity=70);background:#FFF; cursor:crosshair; border:1px solid #000; position:absolute;}
/*放大容器*/
.product_zoom_c{width:350px;height:280px;position:absolute;left:360px;top:2px;display:none; border:1px solid #000;padding:2px; background-color:#FFF; z-index:999;}


/*信息*/
#product_information_zoom{ float:right; width:340px; font-size:13px; margin-bottom:20px; }
#product_information_zoom p{ line-height:32px;border-bottom:1px solid #E8EBEE;color:#999; padding:0 5px;	color:#333;}
#product_information_zoom em{
	font-style: normal;
}







/*评论列表*/
.comment_list{ margin-bottom:15px; clear:both;}
.comment_list dt{ line-height:40px; height:40px;}
.comment_list dt strong{ font-weight:normal; font-size:14px; color:#06C; padding-right:10px;}
.comment_list dt span{ color:#CCC;font-size:12px;}
.comment_list dd{ position:relative; background-color:#FFF;}
.comment_list dd span{
	display:block;
	width:12px;
	height:8px;
	position:absolute;
	top:-7px;
	left:15px;
	background: url(../images/comment_list.gif) no-repeat;
}
.comment_list dd {
	padding:15px;
	background-color:#F9FAFB;
	font-size:16px;
	border:1px solid #E8EBEE;
}
/*评论输入框*/
.comment_input,.comment_input_focus_no,.comment_input_focus_yes{ padding:1%;border:1px solid #DDD; color:#666; margin-bottom:10px;}
.comment_input_focus_yes{ border:1px solid #F00; color:#000;}


