@charset "utf-8";
.top {
	background-image: url(../../img/top_frame.png);
	background-repeat: no-repeat;
	height: 58px;
	width: 65px;
	position: absolute;
	margin-left: -10px;
	margin-top: -10px;
}
.pro {
	display: block;
	width: 235px;
}



.pro_frame {
	/*background-image: url(../../img/pro_frame.jpg);
	background-repeat: no-repeat;*/
	width: 235px;
	height:280px;
	overflow:hidden;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 8px;
	margin-right: 0px;
}
.pro_frame .v_img{
	width:228px;
	height:228px;
	overflow:hidden;
}
.pro_word {
	font-family: "微軟正黑體", "新細明體", Arial;
	font-size: 14px;
	line-height: 22px;
	color: #333333;
	margin-top: 3px;
	padding:5px;
	text-align:center;
}


#page {
	padding: 10px;
	float: left;
	width: 100%;
	clear: both;
}
#page ul {
	margin: 0px;
	padding: 0px;
}
#page li {
	display: block;
	padding-right: 5px;
	color: #CC3300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	width: 23px;
	text-align: center;
	text-decoration: none;
	height: 23px;
	line-height: 23px;
	float: left;
}

#page  li a {
	display: block;
	padding-right: 5px;
	color: #CC3300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	width: 23px;
	text-align: center;
	text-decoration: none;
	height: 23px;
	line-height: 23px;
	float: left;
}
#page li a:hover {
	display: block;
	color: #CC3300;
	background-repeat: no-repeat;
	font-size: 16px;
}




.v_product_content_div{
	overflow:hidden;
	margin-bottom:15px;
}
.v_product_content_div > .v_img{
	width:350px;
	/*height:350px;*/
	overflow:hidden;
	margin:0 220px 0 0;
	text-align:center;
}
.v_product_content_div > .v_img img{
	width:100%;
}
.v_product_content_div > .v_info{
	width:325px;
	float:right;
}
.v_product_content_div > .v_info > h1{
	font-weight:bold;
	font-size:20px;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px dotted #333333;
}
.v_product_content_div > .v_info > h2{
	font-size:18px;
	/*font-weight:bold;*/
	margin-bottom:10px;
}
.v_product_content_div > .v_info > div{
}


.v_product_Products_div{
	margin-bottom:15px;
}

.v_product_Products_div > .v_con{
	border-radius:5px;
	padding:10px 20px;
	margin-bottom:15px;
	background-color:rgba(255,255,255,.75);
}
