@charset "utf-8";
.products_name, .product_name, .product_series_title {
	background-color: #eaeaea;
	color: #0076be;
	text-align: left;
	
	list-style-position: outside;
	list-style-type: square;
}
.products_name li, .product_name li {
	margin-left: 12px;
}
.product_price td {
	border-top: 1px dotted #CCCCCC;
}

.series,.related span {
		font-weight: lighter;
		
}
.product_pic {
	width:250px;
	}
.products_price {
	background-color: #eaeaea;
	height: 15%;
}
.products_price hr {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
.products_box_table {
	height: 180px;
	border: 1px dotted #CCCCCC;
	width: 200px;
}
.products_box_table:hover {
	border: 1px solid #6699CC;
}
.products_pic {
	height: 50%;

}
.products_pic img{
float:none;

}
.product_panel {
	border: 1px dotted #CCCCCC;
}
.product_panel .product_main_pic a {
	text-decoration: none;
}
.product_panel .product_main_pic img:hover {
	border: 1px dotted #6699CC;
	
}.product_panel .product_main_pic img {
	border: 1px dotted #ffffff;
	
}
.product_panel img {
	max-width:200px;
	border:none;
	max-height:300px;
}
.product_info {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	width:450px;
}
.product_name {
	background-color: #eaeaea;
}
.product_param_before {
	
}
.tcendprice {
	font-size:10px;	
}
.product_panel .title, .product_param_name {
	text-align:right;
	width:25%;
	font-weight:bolder;
}
.product_price .cart {
	text-align:right;
	white-space:nowrap;
	/*width:95px;*/
	
}
.cart_head {
	background-color: #efefef;
	font-size: larger;
	font-weight: bolder;
	color: #0076be;
}
.cart_row td {
	border: 1px solid #efefef;
}
.cart_full {
	border: 1px solid #efefef;
}
.submitBtn {
	background-color: #efefef;
	text-align: center;
}
.submitBtn input {
	color: #efefef;
	background-color: #4477cc;
	background-image: none;
	cursor: pointer;
	margin:3px;
}
.submitBtn input:hover {
	color: #333333;
	background-color: #A8C5E1;
}
.products_category {
}
