/*-----------------Video Home---------------*/
.layout-video-home{
	width:100%;
}
.title-video-home{
	padding-bottom:10px;
}
.title-video-home a{
	font-size:13px;
	color:#2b2a2a;
	text-transform:uppercase;
	font-weight:bold;
}
/*----------------Product-Hone-------------------*/
.product-home-bound{
	width:100%;
	overflow:hidden;
}
.title-product-home{
	border-bottom:1px solid #6c1e0d;
	margin-bottom:20px;
}
.title-product-home a{
	font-size:12px;
	color:#6c1e0d;
	line-height:15px;
	text-transform:uppercase;
	font-weight:bold;
	padding-left:5px;
}
.product-home-content{
	width:100%;
	overflow:hidden;
}
.product{
	width:218px;
	height:225px;
	float:left;
	overflow:hidden;
	margin:8px;
}
.product>a,.product-items>a{
	width:216px;
	height:140px;
	vertical-align:middle;
	display:table-cell;
	text-align:center;
	background:#FFF;
	border:1px solid #CCC;
	box-shadow:0 0 3px #333333;
	-moz-box-shadow:0 0 3px #333333;
	-ms-box-shadow:0 0 3px #333333;
	-o-box-shadow:0 0 3px #333333;
	-webkit-box-shadow:0 0 3px #333333;
}
.product img,.product-items img{
	max-width:216px;
	max-height:140px;
}
.name-product{
	width:197px;
	height:35px;
	padding:0 10px;
	padding-top:10px;
	text-align:center;
}
.name-product a{
	font-size:13px;
	color:#000;
	font-weight:bold;
	line-height:15px;
}
.price{
	text-align:center;
}
.price .price-fix{
	text-decoration:line-through;
	color:#b01e02;
}
.price .price-sell{
	color:#b01e02;
	font-weight:bold;
}
.price-fix-call{
	color:#b01e02;
	font-weight:bold;
}
/*------------------ProductList----------------------*/
.product-items{
	width:218px;
	height:235px;
	float:left;
	margin:8px;
	margin-top:10px;
	background:#e6c17c;
	position:relative;
}
.name-product-items{
	font-size:12px;
	font-weight:bold;
	color:#000 !important;
}
.chitiet,.dathang{
	background:url(../images/bg-mua.png) no-repeat center;
	width:82px !important;
	height:29px !important;
	text-align:center;
	float:left;
	line-height:29px;
}
.price{
	text-align:center;
	color:#C00;
}
.chitiet a:hover,.dathang a:hover{color:#F00;display:block;}
.buy{
	position:absolute;
	bottom:5px;
	right:20px;
	width:170px;
}
.product-pagging{
	padding-top:20px;
	overflow:hidden;
	padding-bottom:10px;
}
/*---------------------ProductCart---------------------*/
.producdetail-bound{
	padding-left:15px;
}
.producdetail-title{
	font-size:14px;
	color:#6C1E0D;
	font-weight:bold;
	text-transform:uppercase;
	border-bottom:1px solid #6c1e0d;
	margin-bottom:20px;
}
.product-cart-list-content-title{
	background:#EDD739;
	color:#930;
}
.product-cart-list-content-list{
	color:#000;
	font-size:14px;
}
.content-list-space a{ 
	color:#F00;
}
.product-cart-list-bound-buy,.product-cart-list-bound-order-to-cart{
	padding:5px 10px;
	background:#EDD739;
	box-shadow:0px 1px 2px #333333;
}
.product-cart-list-bound-buy a:hover,.product-cart-list-bound-order-to-cart a:hover{
	color:#FFF;
}
.product-cart-order-form-bound{padding-left:15px;padding-bottom:20px;}
.product-cart-order-form-title{
	font-size:18px;
	color:#6C1E0D;
}
.ex-send-button:hover,.ex-checkout-button:hover{cursor:pointer;}