/* CSS Document */
/*Category*/
.category-bound{
	width:223px;
	background:#FFF;
	margin-top:10px;
}
.category-items{
	border:1px solid #e8e8e8;
	margin-bottom:8px;
}
.category-items .category-title{
	width:100%;
	height:32px;
	background:url(../images/title-category.png) no-repeat;
	text-align:left;
}
.category-items .category-title h2{
	margin:0;
	padding:0;
}
.category-items .category-title h2 a{
	padding-left:10px;
	line-height:32px;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
} 
.category-items>ul{
	list-style:none;
	margin:0;
	padding-top:5px;
	padding-bottom:5px;
}
.category-items>ul>li{
	height:33px;
	position:relative;
	line-height:33px;
	background:url(../images/bg-items-category.png) no-repeat bottom;
}
.category-items>ul>li:last-child{
	background:none !important;
}
.category-items>ul>li>a{
	color:#000000;
	padding-left:40px;
	font-size:14px;
}
.category-sub-sub{
	width:170px;
	background:#FFF;
	position:absolute;
	top:0px;
	right:-171px;
	list-style:none;
	display:none;
}
.category-sub-sub>li a{
	padding-left:15px;
	color:#000;
	font-size: 14px;
	
}
.category-sub-sub>li{
	height:33px;
	line-height:33px;
	background:url(../images/bg-items-category.png) no-repeat bottom center;
}
.category-items>ul>li:hover .category-sub-sub{
	display:block !important;
}
/*Social Network*/
.social-network-bound{
	width:100%;
	overflow:hidden;
}
.social-network{
	width: 100%;
	height: 36px;
	background: #ff9529;
	text-align: center;
}
.social-network h2{
	padding: 0;
	margin:0;
	line-height:36px;
	color: #a51010;
	text-transform: uppercase;
	font-size: 14px;
}
.social-network-content{
	padding-bottom:20px;
	width:100%;
	overflow:hidden;
	background:#4c2f12;
}
/*ADS Home*/
.ads-home-content{
	width:100%;
	height:355px;
	padding-bottom:10px;
	background:#4c2f12;
}
.ads-home-content img{
	width:240px;
	height:345px;
	margin:4px;
}

/*Product Home*/
.product-home-bound{
	width:695px;
	padding:10px;
	padding-top:0;
	overflow:hidden;
	border:1px solid #e8e8e8;
	background:#FFF;
	margin-top:10px;
	padding-bottom:30px;
}

.product-home-title{
	width:695px;
	height:30px;
	background:#FFF;
	border-bottom:1px dotted #000;
}
.product-home-title h2{
	margin:0;
	padding:0;
	font-size:14px;
	color:#000;
	text-transform:uppercase;
	line-height:32px;
	padding-left:10px;
}
.product-home-items{
	width:220px;
	height:204px;
	margin-right:15px;
	margin-top:25px;
	float:left;
	box-shadow:2px 2px 4px #999;
}
.product-home-items3{
	margin-right:0 !important;
}
.product-home-items-images a{
	width:220px;
	height:158px;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}
.product-home-items-images img{
	width: 210px;
	height: 150px;
}
.product-home-items-name{
	margin-top:2px;
}
.product-home-items-name h2{
	margin:0;
	padding-left:5px;
	font-size:14px;
	color:#000000;
	text-align:left;
	font-weight:normal;
}
.product-home-hot,.product-home-new{
	padding-bottom:10px;
}
.price{
	color:#F00;
	padding-left:5px;
	padding-top:0;
}
/*NEWS HOME*/
.news-home-bound{
	width:723px;
	overflow:hidden;
	border:1px solid #7f400c;
	border-top:none !important;
	background:#0e0e10;
}
.news-home-title{
	width:720px;
	height:25px;
	background:#552f09;
	margin-left:3px;
	margin-top:2px;
}
.news-home-title h2{
	margin:0;
	padding:0;
	font-size:14px;
	color:#8dbd29;
	line-height:25px;
	padding-left:10px;
}

.news-home-content{
	padding:10px 10px 10px 0;
}
.news-home-items{
	height:80px;
	width:710px;
	padding:10px 0;
	border-top:1px solid #999999;
}
.news-home-items .news-home-images a{
	width:85px;
	height:80px;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	padding:0 10px;
}
.news-home-items .news-home-images{
	float:left;
}
.news-home-items .news-home-images img{
	max-width:85px;
	max-height:80px;
}

.news-home-items .news-home-info{
	width:600px;
	float:right;
}
.news-home-items .news-home-info h2{
	margin:0;
	padding:0;
	font-size:14px;
	color:#ff7600;
}
.news-home-items .news-home-info p{
	color:#eaceb4;
	padding:0;
}
/*Product List*/
.product-list-bound{
	border:1px solid #7f400c;
	overflow:hidden;
}
.product-list-title{
	width:720px;
	height:25px;
	background:#552f09;
	margin-left:3px;
	margin-top:2px;
	margin-bottom:20px;
}
.product-list-title a{
	margin:0;
	padding:0;
	font-size:14px;
	color:#8dbd29;
	line-height:25px;
	padding-left:10px;
}

.product-pagging{
	width:100%;
	height:25px;
	background:#6E3000;
	line-height:35px;
}

/*Product Detail*/
.layout-product-detail{
	border:1px solid #7f400c;
	overflow:hidden;
	width:700px;
	padding:10px;
}
.layout-product{
	width:671px;
	padding-bottom:40px;
	overflow:hidden;
}
.title-product-detail{
	width: 695px;
	height: 30px;
	background: #FFF;
	border-bottom: 1px dotted #000;
	font-size:14px;
	margin:0;
	padding:0;
	line-height:30px;
	text-transform:uppercase;
	color: #434342;
}
.product-left{
	width:300px;
	height:300px;
	float:left;
}
.picture{
	width:300px;
	height:50px;
	margin-left:5px;
}
.picture ul{
	list-style:none;
}
.picture ul li{
	float:left;
	width:75px;
	height:50px;
	margin-right:10px;
}
.images-picture a{
	width:75px !important;
	height:50px !important;
}
.product-left >a img{
	width:255px;
	border:1px solid #CCC;
	margin-top:20px;
	margin-left:20px;
	height:200px;
} 
.product-right{
	width:390px;
	margin-top:20px;
	position:relative;
	border:1px solid #CCC;
	overflow:hidden;
	padding-bottom:40px;
	float:left;
}
.buy-detail{position:absolute; right:30px;bottom:10px;}
.name-product-name h1{
	font-size:14px;
	color:#000;
	font-weight:bold;
	text-align:center;
	text-transform:capitalize;
	padding-top:10px;
	margin:0;
	padding-bottom:10px;
}
.post-info{
	padding:0 10px;
	margin-bottom:5px;
	color:#FF0000;
}
.post-info span{
	color:#000;
}
.price-fix{
	text-decoration:line-through;
	color:#FF3300;
	font-weight:normal;
}
.price-sell,.price-fix-call{
	color:#FF3300;
	font-weight:bold;
}
.social{
	margin-top:10px;
	padding-left:10px;
}
.buy-detail a{
	padding:5px 10px;
	background:#ff6600;
	color:#FFF;
	border-radius:5px;
	box-shadow:0 0 2px #C30;
}
.info-product-brief{
	padding:5px 10px;
}
.description-product-detail{
	width:700px;
	overflow:hidden;
	padding-bottom:20px;
}
.product-bound-bottom{
	
}
.tt-product{
	width:330px;
	height:100px;
}
.name-other{
	text-align:center;
	font-size:14px;
	color:#F00;
}
.discript{
	padding:0 10px;
}
.price{
	color:#F00;
	text-align:left !important;
	font-size:13px;
	font-weight:bold;
}
.product-bound-bottom{
	overflow:hidden;
	width:700px;
	padding-bottom:20px;
}
.product-bound-bottom .product-home-content{
	overflow:hidden;
}
.product-bound-bottom .product-home-content .product-home-items{
	margin-bottom:5px;
}
/*Cart*/
.product-cart-bound .title-product-detail{
	margin-bottom:20px;
}
.product-cart-list-content-title{
	background:#4D3012;
	color:#FFF;
}
.content-list-stt,.content-list-name a,.content-list-price,.content-list-total{
	color:#FFF;
}
.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:#FF9529;
	line-height:25px;
	border-radius:3px;
	box-shadow:0px 1px 2px #333333;
}
.product-cart-list-bound-buy a,.product-cart-list-bound-order-to-cart a{
	color:#a51010;
}
.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:#5e9b29;
	text-transform:capitalize;
}
.ex-send-button:hover,.ex-checkout-button:hover{cursor:pointer;}
.product-cart-list-bound-update:hover{
	cursor:pointer;
}
.product-cart-list-content-list div,.product-cart-list-content-list div span{
	color:#FFF;
}
/*Cart order*/
.product-cart-order-form-bound{
	border:1px solid #7f400c;
	overflow:hidden;
	width:690px;
	padding-right:15px;
}
.product-cart-order-form-bound label{
	color:#FFF;
}
/*CONTACT*/
.contact-bound{
	width: 695px;
	padding: 10px;
	padding-top: 0;
	overflow: hidden;
	border: 1px solid #e8e8e8;
	background: #FFF;
	margin-top: 10px;
	padding-bottom: 30px;
}
.contect-note{
	padding:10px 0;
	text-align:center;
	font-size:16px;
	color:#000000;
	margin-top:10px;
}
.contact-left table{
	font-size: 12px;
	margin-top:20px;
}
.contact-left table td{
	padding:2px;
	font-size:14px;
	color:#000000;
}
.new_input,#content{
	width: 300px;
	min-height: 8px;
}
.require{color:#F00;}
.btn-send{
	box-shadow:0 1px 2px  #333333;
	font-weight:bold;
	width: 160px;
	height: 33px;
	border: none;
	cursor: pointer;
	font-size:14px;
	margin-top:20px;
}