@charset "UTF-8";
/* CSS Document */
/* Huynh Tram */

/* Subvisual */
#Subvisual {
	margin: 0;
	height:250px;	
	background: url(../images/gallery/img_subvisual.jpg)no-repeat 0 100%;
	background-position: center top;
	background-repeat: no-repeat;
}
#Subvisual .wrapper {
	height:250px;
	position:relative;
}
#Subvisual h1 {
	position:absolute;
	left:0;
	top:230px;
	padding:0;
}


#Content {
	padding-bottom:65px;
}
#Inner {
	padding:0 10px;
}
.left-col {
	width:425px;
	float:left;
}
.right-col {
	width:425px;
	float:right;
}
.product {
	overflow:hidden;
	margin-bottom:45px;
}
.product.no-margin {
	margin-bottom:0;
}
.info-product {
	margin:0 0 20px 10px;
	color:#7c7c7c;
	background:url(../images/gallery/bg_info_product.png) repeat-y 50px 0;
}
.info-product dt {
	float:left;
	width:50px;	
	padding:10px 0;
}
.info-product dd {
	width:340px;
	float:left;
	padding:10px 0 10px 20px;
}
.check-detail {
	margin:0 0 0 10px;
}
.txt {
	color:#7c7c7c;
	font-size:84%;
	line-height:18px;
	margin:0 20px 0 10px;
}
.s_txt{
	font-size: 10px;
	}