.product-box{
		padding-top:10px;
		padding-bottom:10px;
		
	}
	.product-box:hover{
		background-color:#f8f8f8;
	}
	.product-box:hover a{
		color:#fff !important;
	}
.product-box{
	width:100%;
	text-align:center;
	padding-bottom:15px;
	position: relative;
	background-color:#f8f8f8;
	border-radius: 4px;
	color:#000000;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-bottom:1px solid #eee;
}
.product-box span.sale_tag {
	height: 54px;
	position: absolute;
	width: 55px;
	z-index: 100;
	top:0;
	left:0;
}
.product-box:hover{
	background-color:#01509b;
	color:#ffffff;
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
	box-shadow: 0px 0px 5px #ccc;
}
.product-box:hover a{
	color:#fff !important;
}
.product-box img{
	overflow:hidden;
}
.product-box a.title{
	text-transform:uppercase;
	
	display:inline-block;
	font-weight:bold;
	font-size:11px;
	margin:15px 0 0px 0;
}
.product-box a.category{
	color:#000000;;
}
.product-box p.price{
	font-size:16px;
	font-weight:300;
	padding:10px 0;
}
/* end product box */


/* title style for h4 tag
----------------------------------------------------------------------------- */
h4.title{
	background-color:#ffffff;
	background: url(../img/line_bar.png) 0 8px repeat-x;
	padding-bottom:25px;
	margin-top:25px;
	padding-left:15px;
	overflow:hidden;
	text-align:left;
	text-transform:uppercase;
	font-size:18px;
	
	min-height:27px;
	width:100%;
}
h4.title.m{
	
	margin-top:15px;	
	overflow:hidden;
	width:100%;
}
h4.title strong{
	color:#01509b;
}
h4.title span.text{
	
	padding-right:10px;
}
h4.title .left{
	background: url(../images/arrow-pleft.png) #eee no-repeat center center;	
	margin-right:2px;	
}
h4.title .right{
	background: url(../images/arrow-p.png) #eee no-repeat center center;	
}
h4.title .pull-right{
	background-color:#fff;
	padding-left:10px;	
}
h4.title .left,h4.title .right{
	display: inline-block;
	width: 22px;
	height: 22px;
	cursor: pointer;
}
h4.title .left:hover,h4.title .right:hover{
	background-color:#eb4800;
}
h4.title .button:hover{
	text-decoration: none;
}
/* end h4 title style */