/* CSS */
ul,li,h1,h2,h3,h4,h5,h6{
	margin:0px;
	padding:0px;
}
.box-content {
	width:940px;
	height:auto;
	float:left;	
	margin-left:20px;
	_margin-left:10px;
	margin-bottom:20px;
    border: 1px solid #7c8684;
}
.box-content-top {
	width:940px;
	height:31px;
	float:left;
	position:relative;
	background: url(/view/images/box/full-top.gif) no-repeat;
}
.box-content-top h2{
	color:#29282b;
	font-size:12px;
	line-height:31px;
	text-transform:uppercase;
	padding-left:40px;
}
.box-content-middle {
	width:920px;
	height:auto;
	float:left;
	background-color:#FFFFFF;
    padding: 10px;
}
.product-detail {
	width:900px;
	height:auto;
	float:left;
	margin-top:15px;
	margin-left:8px;
}
.tab-product {
	width:902px;
	height:30px;
	float:left;
    border-bottom: 1px solid #95aca9;
}
.tab-active {
	float:left;
	height:31px;
	cursor:pointer;
	margin-right:2px;
}
.tab-deactive {
	float:left;
	height:31px;
	margin-right:2px;
	cursor:pointer;
}
.tab-active div.tab-left {
	float:left;
	width:3px;
	height:31px;
	background: url("../images/box/tab-active-left.gif") no-repeat;
}
.tab-deactive div.tab-left {
	float:left;
	width:3px;
	height:31px;
	background: url("../images/box/tab-deactive-left.gif") no-repeat;
}
.tab-active div.tab-middle {
	font-weight:bold;
	color:#000000;
	line-height:30px;
	float:left;
	width:auto;
	height:31px;
	padding-left:8px;
	padding-right:8px;
	background: url("../images/box/tab-active-middle.gif") repeat-x;
}
.tab-deactive div.tab-middle {
	font-weight:bold;
	color:#858585;
	line-height:30px;
	float:left;
	width:auto;
	height:31px;
	padding-left:8px;
	padding-right:8px;
	background: url("../images/box/tab-deactive-middle.gif") repeat-x;
}
.tab-active div.tab-right {
	float:left;
	width:4px;
	height:31px;
	background: url("../images/box/tab-active-right.gif") no-repeat;
}
.tab-deactive div.tab-right {
	float:left;
	width:4px;
	height:31px;
	background: url("../images/box/tab-deactive-right.gif") no-repeat;
}
.content-product {
	width:900px;
	height:auto;
	float:left;
	border-left:solid 1px #95aca9;
	border-bottom:solid 1px #95aca9;
	border-right:solid 1px #95aca9;
	background-color:#FFFFFF;
	padding-bottom:10px;
}
.product-image-large{
	width:569px;
	height:424px;	
	margin-top: 20px;
	margin-bottom: 20px;
	background: url("../images/box/bg-image-product.gif") no-repeat;
}
.noi-ngoai-that{
	margin-left: 40px;
	_margin-left: 20px;
	margin-right: 15px;
	float: left;
}
.text-noi-ngoai-that{
	float: left;
	margin-top: 20px;
	width: 215px;
	padding: 5px;
	background: #DCE4E3;
	border: 1px solid #5494C4;
}
.product-image-large img{
	margin-top:4px;
	margin-left:4px;
	width:561px;
	height:416px;
}
.product-image-small{
	width:607px;
	height:auto;	
	margin:0 auto;
}
.product-image-small img{
	float:left;
	margin-bottom:20px;
	margin-left:24px;
	width:170px;
	height:126px;
	border:solid 1px #959595;
}
.box-content-bottom {
	width:940px;
	height:3px;
	float:left;
	margin-bottom:10px;
	background:url("../images/box/product-detail-bottom.gif") no-repeat;
    display: none;
}
.css-h3-other{
    margin-left: 10px;
}

