@charset "utf-8";
/* CSS Document */

table {
	text-align:left;
	
}
tr {
	
}
td {
	text-align: left;
	padding:0px 5px;
	/*border-bottom:1px solid  #999;*/
	
}
#product {
	width:1200px;
	float:left;
	height: auto;
	margin-top:2%;
	margin-left:5%;
}
.product_top {
	float:left;
	width:1200px;
	height:40px;
	background:#F4811E;
	border-radius:5px;
}
.product_top_h2 {
	color:white;
	padding:5px 5px;
}
.product_div1 {
	float:left;
	width:250px;
	height:250px;
	border:1px solid #CCC;
	margin-top:2%;
	text-align:center;
}
.product_div2 {
	float:left;
	width:250px;
	height:250px;
	border:1px solid #CCC;
	margin-top:2%;
	margin-left:5%;
	text-align:center;
}
.product_div1_bottom {
	width:100%;
	height:45px;
	float:left;
}
.product_div1_bottom1 {
	width:70%;
	height:30px;
	background:#600;
	float:left;
	text-align:center;
}
.product_div1_bottom2 {
	width:30%;
	height:30px;
	background:black;
	float:left;
	text-align:center;
}


.product_div1_bottom_h3 {
	color:white;
	padding:8px 15px;
	font-size:12px;
}
.product_details_top {
	width:100%;
	height:40px;
	float:left;
}
.product_details_midle {
	float:left;
	width:100%;
	height: auto;
}
.product_details_midle_left {
	width:500px;
	height: 500px;
	float:left;
	border:1px solid #CCC;
	text-align:center;
}
.product_details_select {
	width:150px;
	height:30px;
}
.product_details_button {
	width:180px;
	height:35px;
	background:#A54683;
	color:white;
	margin-top:3%;
	font-size:18px;
	border-radius:5px;
	margin-left:10%;
}
.product_details_midle_right {
	width:600px;
	height: auto;
	float:left;
	border:1px solid #CCC;
	margin-left:5%;
}
.product_details_midle_right_top {
	width:100%;
	height:30px;
	float:left;
	background:#A54683;
	text-align:center;
	color:white;
}
.product_details_midle_table1 {
	width:290px;
	height: autox;
	float:left;
	text-align:left;
	line-height:40px;
	font-size:18px;
}