body{
	font-size:14px;
	font-family: UVNTinTuc_R;
	background:#f2f2f2;
	}
#container{	
	padding:86px 0 0px;
	width:auto;
	}
#content{
	float:none;
	width:100%;
	overflow:hidden;
	position:relative;
	}
	
.status_pic{
	position:absolute;
	top:-16px;
	left:-14px;
	}
.price .number {
    font-weight: bold;
    text-decoration: line-through;
}
/*--------------------------------------------*/
.list_item{
	}
.list_item .row_item{
	}
.list_item .col_item{
	float:left;
	width:224px;
	height:200px;
	margin-right:18px;
	position:relative;
	}
.list_item .col_item.last{
	margin-right:0px;
	}
.list_item .col_item .img{
	text-align:center;
	background:#ffffff;
	border:1px solid #dacab1;
	-webkit-box-shadow: -1px 1px 2px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    -1px 1px 2px 0px rgba(0, 0, 0, 0.75);
	box-shadow:         -1px 1px 2px 0px rgba(0, 0, 0, 0.75);
	}
.list_item .col_item .img .limit{
	}
.list_item .col_item .col_item-title{
	position:absolute;
	background:url(../images/col_item_title.png) no-repeat 0px 0px;
	width:234px;
	height:48px;
	right:-18px;
	bottom:0px;
	}
.list_item .col_item .col_item-title h3{
	position:absolute;
	width:105px;
	height:36px;
	top:4px;
	left:12px;
	font-size:12px;
	font-weight:normal;
	overflow:hidden;
	}
.list_item .col_item .col_item-title h3 a{
	color:#ffffff;
	}
.list_item .col_item .col_item-title .col_item-price{
	position:absolute;
	width:105px;
	height:36px;
	top:4px;
	right:15px;
	text-align:right;
	color:#ffffff;
	}
.list_item .col_item .col_item-title .col_item-price .price_buy span{
	color:#fcb723;
	font-size:18px;
	font-weight:bold;
	}
.list_item .col_item .col_item-title .col_item-price .price_buy span{
	color:#fcb723;
	font-size:18px;
	font-weight:bold;
	}
.hr{
	height:20px;
	}
	
/*-----------------list_item_new------------------*/
.list_item_news{
	}
.list_item_news .row_item{
	}
.list_item_news .row_item .img{
	float:left;
	padding:3px;
	border:1px solid #e4e4e4;
	margin-right:20px;
	}
.list_item_news .row_item h3 a{
	color:#494949;
	}
.list_item_news .row_item .short{
	padding-top:15px;
	}
.list_item_news .hr{
	height:20px;
	border-top:1px dashed #cacaca;
	margin-top:19px;
	}