/*---------ProductHome-------------*/
.product-home-bound{
	width:100%;
}
.product-home-left{
	width:250px;
	float:left;	
}
.product-home-right{
	width:710px;
	float:right;	
}
.product-home-right-content{
	width:100%;	
	padding:10px 0;
}
.product-home-items{
	margin-bottom:5px !important;
	margin-left:5px !important;
}
/*-----------ProductHot--------------*/
.product-hot-bound{
	width:100%;	
}
.product-hot-title{
	padding: 10px 0;
	text-transform: uppercase;
	color: #333;
	letter-spacing: 1px;
	background: #f1f1f1;
	text-indent:15px;
	border-top:5px solid #ccc;
}
.product-hot-content{	
	background:#fff;
	overflow:hidden;
	padding-top:20px;
	padding-left:10px;
}
/*----------ProductList---------------*/
.product-list-bound{
	padding-bottom:50px;	
}
.product-list-title,.product-list-op{
	width:100%;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	text-shadow:0px 3px 3px #ddd,0px 6px 6px #fff;	
	margin-top:10px;
	margin-bottom:30px;
	padding-bottom:10px;
	border-bottom:1px dotted #ddd;
}
.product-list-title span{font-size:11px !important;text-transform:none;text-shadow:none;}
.product-list-paging{
    clear: both;
    margin: 10px 0;
    overflow: hidden;
}
.product-list-paging .page-label{
	color: #7db510;
}
.product-list-paging .page-ajax-active{padding:0 4px;color:#2e4221;}
.product-list-paging .page-ajax-normal{    
	margin-left: 5px;
    background: #fff;
    border: #ddd 1px solid;
    border-radius: 1px 1px 1px 1px;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
    overflow: hidden;
    padding: 5px 10px;
    text-align: center;
    color: #977a38;}
.tip {
	color: #fff;
	background:#9fc94d;
	display:none; /*--Hides by default--*/
	padding:10px;
	text-align:left;
	width:200px;
	position:absolute;	z-index:1000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	line-height:22px;
}
.product-list-items,
.product-home-items{
	width:220px;
	float:left;
	margin-left:20px;
	margin-bottom:20px;
	padding:5px;
	position:relative;
	cursor:pointer;
	box-shadow:0 0 5px #ccc;
	overflow:hidden;
}
.product-items-image{
	width:219px;
	height:155px;
	position:relative;	
}
.product-items-image img{
	width:209px;
	height:101px;
	border:5px solid #fff;
}
.product-title,.product-items-image .product-time{
	padding:5px;
}
.product-list-info{
	width:209px;
	height:144px;
	padding:5px;
	position:absolute;
	top:200px;
	left:5px;
	background:#f8f8f8;
}
.product-list-info a,.product-title{
	font-size:14px;
	text-transform:uppercase;
	line-height:22px;
	font-weight:bold;
	color:#000 !important;
	text-decoration:none !important;	
	font-family:Verdana,Calibri,Verdana,Geneva,sans-serif;
}
.product-list-info a{display:block;border-bottom:1px dotted #ccc;}
.product-time{
	font-size:12px;	
	border-top:1px dotted #ccc;
	
}
.product-list-info .product-time a{display:block;padding:5px 0 !important;border-bottom:1px dotted #ccc;font-size:12px !important;font-weight:normal;}
.product-brief{line-height:22px;font-family:Verdana,Calibri,Verdana,Geneva,sans-serif;}
.product-read-more{
	width:20px;
	height:20px;
	position:absolute;
	right:5px;
	bottom:5px;
	background:url(../images/util-r.png) 0 0 no-repeat;	
	border:none;
}
.category_sub{
	padding-bottom:30px;
	overflow:hidden;
}
.category_sub ul{
	list-style:none;
	margin:0;
	padding:0;	
}
.category_sub ul li {
	float:left;
	width:220px;
	height:30px;
	margin-left:30px;	
}
.category_sub ul li a{
	display:block;
	padding:5px 0;
	border-bottom:1px dotted #ccc;	
	color:#ff4400;
}
/*-----------ProductDetail------------*/
.product-detail-bound{
	width:100%;
	overflow:hidden;
	margin-top:10px;
	padding-bottom:50px;	
}
.product-detail-left{
	width:300px;
	float:left;
	overflow:hidden;	
}
.product-detail-img{
	padding:10px 0;
	text-align:center
}
.product-detail-img img{
	max-width:100%;
    height: auto;
    max-height: 310px;
}
.product-detail-share{
	padding:10px;
	height:30px;
	overflow:hidden;
	margin-top:10px;
	border:1px solid #ececec;
	background:url(../images/gradient_light.png) 0 center repeat-x;
}
.product-detail-share a:hover{color: #3c3c3c !important;}
.product-detail-right{
	float:right;	
	width:50%;
}
.product-detail-name{
	padding-bottom:20px;
	border-bottom:1px solid #ececec;
}
.product-detail-name h1{
	margin:0;
	padding: 0;
	background: none;
	color: #3c3c3c;	
	font-weight:normal;
	font-size:30px;
	line-height:30px;
	font-family:Verdana,Calibri,Verdana,Geneva,sans-serif;
}
.product-detail-cart{
	width:100%;
	height:72px;
	line-height:72px;	
	border-bottom:1px solid #ececec;
}
.product-detail-price{
	float: left;
	padding: 4px 0 0 0;
	font: 18px "Amethysta";
	color: #7db510;
	height:72px;
	line-height:72px;
}
.detail-view-more{
	float:right;
	margin:20px 0 0 10px;
	padding:5px 10px;
	background: #9fc94d;
	border: none;
	font: 14px "Amethysta" !important;
	color: #fff !important;
	text-decoration: none !important;
	text-transform: capitalize;
	cursor: pointer;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
.detail-view-more:hover{
	background: #ededed;
	color: #333 !important;
}
#AddCart{float:right;}
.product-detail-total{
	text-align:right;	
	font-weight: bold;
	color: #333;
	height:36px;
	line-height:36px;
	border-bottom:1px solid #ececec;
}
.product-detail-bottom{
	margin-top:20px;	
}
/*---tabs---*/
#menu {padding: 0; }
.selected{
	color: #999;
	background:#f9f9f9;
}
.tabNavigation{
	width:100%;
}
.tabNavigation li{
	height:30px;
	line-height:30px;
	background:#fff;
	float:left;
	margin-right:1px;
	position:relative;
	z-index:9;
}
.tabNavigation a{
display: block;
    float: left;
    height: 30px;
    text-align: center;
    line-height: 30px;
    padding: 5px 45px;
    margin-right: 30px;
    background: none;
    color: #464646;
    font-size: 13px;
    font-weight: normal;
    border-left: #e0e0e0 1px solid;
    border-right: #e0e0e0 1px solid;
    border-top: #e0e0e0 1px solid;
    font-size: 14px;
    border-radius: 5px 5px 0px 0px;
    position: relative;
    text-transform: uppercase;
}
.tabNavigation li .selected {
    color: white!important;
    background: #1d4c9f!important;
}
.content {
	float:left;
	border:1px solid #ececec;
	background:#f9f9f9;
	padding:5px 10px;
	width: 640px;
	color:#000;
}
.content p,.content a,.content span,.content strong,.content h1,.content h3,.content h2{font-family:Verdana,Calibri,Verdana,Geneva,sans-serif;}
/*----------CategoryProduct------------*/
.category-product-bound{
	width:100%;
}
.category-product-items{
	margin-bottom:10px;
}
.category-product-title,
.category-product-other-title{
	padding: 5px 0;
	text-transform: uppercase;
	color: #333;
	letter-spacing: 1px;
	background: #f1f1f1;
	text-indent:15px;
	border-top:3px solid #ccc;
	border-bottom:1px solid #ccc;	
}
.category-product-items-list{}
.category-product-items-list a,
.category-product-other-items-list a{
	display:block;	
	border-top:1px dotted #ccc;
	padding:6px 0;
	text-indent:25px;
	background:url(../images/categ_arrow.png) 10px center no-repeat;
	color:#333;
	font-family:Verdana,Calibri,Verdana,Geneva,sans-serif;
}
.category-product-items-list a:hover{
	color:#009acf;
	font-weight:bold;
}
.category-product-other-items{margin-bottom:10px;}
.category-product-other-title{
	border:none;	
	border-top:3px solid #ccc;
	color:#024382 !important;
	cursor:pointer;
	font-size:12px;
	font-weight:normal;
}
.category-product-other-items-list{
	display:none;
}
.view-all{
	text-align:right;
	background:none !important;
	color:#00F !important;	
}
/*----------PathCategory---------*/
.path-content{}