/* CSS Document */
.detail-buond{
}
.layout-product{
	width:823px;
	background:#FFF;
}
.menu-product{
	width:815px;
	height:35px;
	margin-bottom:10px;
	margin-top:15px;
	background:url(../images/bg-product.png) repeat-x;
}

.title-menu-product{
	float:left;
	padding-right:45px;
	line-height:35px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#252424;
	padding-left:10px;
	text-transform:uppercase;
}
.menu-product ul{
	float:left;
}
.producdetail-title{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#999;
}
.menu-product ul li{
	list-style:none;
	float:left;
	padding-right:40px;
}
.menu-product ul li a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#252424;
	font-weight:bold;
	line-height:35px;
	text-transform:uppercase;
}
.wrapper-product{
	overflow:hidden;
	width:100%;
	margin-bottom:25px;
}
.product{
	width:194px;
	height:283px;
	float:left;
	margin-top:10px;
	margin-right:9.7px;
	border:1px solid #e7e5e5;
	cursor:pointer;
}
.product:hover{
	border:1px solid #ff7800;
}

.product-title{
	width:173px;
	height:45px;
	padding-left:10px;
	padding-top:15px;
}
.product-title a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#333333;
	text-transform:capitalize;
}
.product-image{
	width:100%;
	height:155px;
	cursor:pointer;
	text-align:center;
}
.product-image img{
	max-width:194px;
	max-height:155px;

}
.product-price{
	width:100%;
	height:60px;
}
.product-price{
	text-align:center;
	padding-top:8px;
}
.price{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#ff0000;
	font-weight:bold;
}
.currency{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#ff0000;
}
.view{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#848484;
	font-style:italic;
}
.news-list-paging{
	padding-right:200px;
}
/*-----------ProductCart-----------*/
.product-cart-order-form-bound{
	background:#fff;
	padding:10px;
}
.product-cart-order-form-title{
	color:#0099FF;
	font-weight:bold;
	padding:10px 0;
}
.product-cart-list-other-bound a{
	background:#0099FF;
	padding:5px 10px;
	color:#Fff;
}