@CHARSET "UTF-8";

div.main
{
	width: 100%;
	position: absolute;
}

div.header
{
	position: static;
}

.toolbar
{
	width: 100%;
	background: #fff;
}

.caption
{
	width:1001px;
	margin:0px auto;
	font-size:14px;
}
.back
{
	float:left;
	width:500px;
	text-align:left;
	line-height:50px;
}
.back a:hover
{
	color:#1D79B6;
}
div.caption .right
{
	width:500px;
	height:50px;
	float:left;
}
.buy
{
	float:right;
	margin:12px auto 0px 20px;
	text-align:center;
}
.buy a
{
	display:block;
	overflow:hidden;
	background:#76C3FF;
	color:white;
	width:93px;
	height:27px;
	line-height:27px;
	border-radius:6px;
	-moz-border-radius:6px;
}
.buy a:hover
{
	background:#14C8FF;
}

.product_c
{
	margin: 0px auto;
	width: 1001px;
}
div .line
{
	margin:0px auto;
}
.product_title
{
	height: 53px;
}

.product_title_text
{
	font-family: 微软雅黑;
	font-size: 28px;
	color: #454545;
	line-height: 53px;
}

.productImage
{
	margin: 8px 0px;
	width: 467px;
	height: 560px;
	background: #FFF;
	float: left;
	overflow: hidden;
}

.bigImage
{
	margin: 5px auto;
	width: 450px;
	height: 423px;
}

.bigImage img
{
	width: 450px;
	height: 423px;
	border: none;
}

.image_list
{
	margin: 0px auto;
	height: 108px;
	width: 450px;
}

.image_list ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: 92px;
	width: 450px;
	overflow: hidden;
	float: left;
}

.image_list ul li
{
	margin: 0px 2px;
	height: 92px;
	width: 108px;
	float: left;
}

.image_list img
{
	width: 108px;
	height: 92px;
}

.productInfo
{
	padding: 0px 10px;
	width: 413px;
	float: left;
}

.productInfo ul
{
	margin: 5px 20px;
	padding: 0px;
	list-style: none;
}

.productInfo ul li
{
	margin: 10px 0px;
	height: 20px;
}

.attribute_text
{
	font-family: 微软雅黑;
	font-size: 14px;
	color: #373737;
}

.product_detail_title
{
	padding: 0px 21px;
	height: 52px;
	background: #44C6F7;
}

.product_detail_title_text
{
	font-family: 微软雅黑;
	font-size: 24px;
	color: #fff;
	line-height: 52px;
}

.product_attributes
{
	margin: 20px auto;
	padding: 10px 21px;
	width: 680px;
	font-size: 14px;
	line-height: 20px;
}

.attributes_top
{
	margin: 10px 100px;
	text-align: center;
}

.attributes_top_text
{
	font-family: 微软雅黑;
	font-size: 16px;
}

.product_detail
{
	padding: 10px 21px;
	font-size: 14px;
	line-height: 20px;
}

/* 选项卡样式 */
input.button {
	height: 26px;
	*line-height: 22px;
	display: inline-block;
	display: -moz-inline-stack;
	padding: 0px 14px;
	margin-right: 10px;
	color: #444444;
	cursor: pointer;
	*overflow: visible;
	text-shadow: 1px 1px #ffffff;
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
	outline: none;
	blr: expression(this.hideFocus = true);
	border: 1px solid #b7c8d9;
	background: url(../common.html) 0px 0px repeat-x;
}

@-moz-document url-prefix() {
	input.button {
		padding: 0px 10px;
	}
}

input.button:hover {
	color: #222222;
	-webkit-transition: box-shadow linear 0.2s;
	-moz-transition: box-shadow linear 0.2s;
	-ms-transition: box-shadow linear 0.2s;
	-o-transition: box-shadow linear 0.2s;
	transition: box-shadow linear 0.2s;
	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075), 0px 0px 6px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075), 0px 0px 6px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075), 0px 0px 6px rgba(82, 168, 236, 0.6);
	background-position: 0px -30px;
}

input.button:active {
	background-position: 0px -60px;
}

input.button:disabled {
	color: #bbbbbb;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

input.button:disabled:hover, input.button:disabled:active {
	color: #bbbbbb;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
ul.tab {
	height: 50px;
	float:right;
	margin:0;
	padding:0;
}

ul.tab li {
	float: left;
	list-style-type:none;
	padding:0;
	margin:0;
}

ul.tab input {
	width: 80px;
	height: 50px;
	line-height: 50px;
	font-size:14px;
	text-align: center;
	color: #666666;
	cursor: pointer;
	outline: none;
	blr: expression(this.hideFocus = true);
	border: none;
	background:none;
}

ul.tab input:hover {
	color: #39f;
}

ul.tab input.current {
	color: #39f;
	font-weight: bold;
}
/* 规格参数 */
.parameter
{
	width:1001px;
	margin:20px auto 40px auto;
}
div.parameter .name
{
	font-size:14px;
	font-weight:bold;
	text-align:center;
	margin-bottom:10px;
}
div.parameter .table
{
	width:840px;
	margin:0px auto;
}
div.parameter .row
{
	border-bottom:1px solid #ccc;
	line-height:22px;
}
div.parameter .firstRow
{
	border-top:1px solid #ccc;
}
div.parameter .row .left
{
	width:274px;
	padding:15px;
	text-align:center;
}
div.parameter .row .right
{
	padding:15px;
	border-left:1px solid #ccc; 
	text-align:left;
	padding-left:50px;
}

