@charset "utf-8";
#detail_div {
	height: 406px;
	width: 1220px;
	margin-right: auto;
	margin-left: auto;
}
#product_info {
	float: left;
	height: 300px;
	width: 788px;
	margin-left: -2px;
	padding-left: 32px;
	border-bottom: 1px solid #ccc;
}
#brand {
	float: left;
	height: 50px;
	width: 788px;
	line-height: 50px;
	font-family: "Microsoft Yahei";
	font-size: 36px;
	padding-left: 20px;
}
#model {
	float: left;
	height: 201px;
	width: 788px;
	overflow: hidden;
	font-size: 10pt;
}
#button_div {
	float: left;
	height: 40px;
	width: 788px;
}
#btn_form {
	float: left;
	height: 40px;
	width: 788px;
}
#add_to_wish_list {
	float: left;
	height: 40px;
	width: 380px;
	margin-top: 7px;
	margin-left: 0px;
	background-color: #336600;
	background-image: none;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: "Microsoft Yahei";
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
}
#comparative_statement {
	float: right;
	height: 40px;
	width: 380px;
	margin-top: 7px;
	background-color: #CC3300;
	background-image: none;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: "Microsoft Yahei";
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
}
#specification_div {
	float: left;
	height: 178px;
	width: 612px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
#navs_and_price {
	height: 81px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000;
}
#product_img {
	float: left;
	height: 399px;
	width: 402px;
}
#price_div {
	float: left;
	height: 105px;
	width: 818px;
}
#set_price_div {
	font-family: "Microsoft Yahei";
	font-size: 17pt;
	line-height: 105px;
	float: left;
	height: 105px;
	width: 100%;
	text-align: center;
	color: #CC3300;
}
#special_offer_div {
	font-family: "Microsoft Yahei";
	line-height: 70px;
	color: #C00;
	float: left;
	height: 70px;
	width: 300px;
	margin-left: 12px;
	font-size: 22px;
	text-align: center;
}
#bread_line {
	height: 25px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
#go_to_wishlist {
	height: 30px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
#my_wishlist {
	font-family: "Microsoft Yahei";
	float: right;
	height: 30px;
	width: 140px;
	text-align: left;
	text-decoration: underline;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 16px;
	cursor: pointer;
	font-weight: bold;
	background-color: white;
	color: #0066cc;
}
.model_list_form_span_hover {
	cursor: pointer;
	background-color: #EEE;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.model_list_form_span {
	cursor: pointer;
}
.model_list_form_span_selected {
	cursor: pointer;
	background-color: #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#detail_title {
	float: left;
	width: 768px;
}
.explain_div {
	width: 1220px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	text-align: right;
}
.explain_div span {
	display: block;
	font-size: 11pt;
	line-height: 22px;
}

/* unit list checkbox pad */
.unit_list_pad {
	display: none;
	width: 380px;
	height: 200px;
	margin-top: -200px;
	position: absolute;
	background-color: #eee;
	-moz-box-shadow: 0px 0px 2px #000000;
	-webkit-box-shadow: 0px 0px 2px #000000;
	box-shadow: 0px 0px 2px #000000;
	z-index: 99;
	font-size: 9pt;
}
#unit_list_select_all {
	display: block;
	color: whitesmoke;
	background-color: darkgray;
	float: left;
	width: 360px;
	height: 30px;
	font-size: 11pt;
	line-height: 30px;
	margin-left: 10px;
	margin-top: 10px;
	text-align: center;
	text-decoration: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid gray;
}
#unit_list_select_all:hover {
	color: white;
	background-color: gray;
}
.unit_list_pad label {
	display: block;
	width: 360px;
	margin-left: 10px;
	border-bottom: 1px solid #CCC;
	line-height: 35px;
	cursor: pointer;
}
.unit_list_pad_span {
	display: inline-block;
	width: 330px;
	height: 26px;
	margin: 4px 0 -8px 0;
	line-height: 26px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-left: 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.unit_list_pad_span:hover {
	color: white;
	background-color: darkgray;
}
#unit_list_add_selected {
	display: block;
	float: left;
	width: 360px;
	height: 30px;
	font-size: 11pt;
	line-height: 30px;
	margin-left: 10px;
	text-align: center;
	text-decoration: none;
	color: black;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid gray;
}
#unit_list_add_selected:hover {
	color: white;
	background-color: gray;
}

/* unit list */
.unit_list_row {
	width: 100%;
	float: left;
	border-bottom: 2px solid #a6aaa9;
}
.unit_list_row_container {
	width: 1146px;
	height: 210px;
	margin-left: auto;
	margin-right: auto;
}
.page_link_div {
	float: left;
	width: 100%;
	margin-bottom: 50px;
}
.product_item_a {
	display: block;
	float: left;
	width: 286px;
	height: 206px;
	text-decoration: none;
	text-align: center;
	color: black;
	background-image: url('../img/unit_bg_m.png');
}
.product_item_img {
	width: 188px;
	height: 141px;
	margin-top: 32px;
}