﻿/*slider*/
/*---- Slider ---*/

section#SlidMain {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: none; /*1px solid #cecece;*/
	/*border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;*/
	background:#fff;/*#F59A35;*/
}
.SlideBox {
	float: left;
	width: 100%;
	margin: 0px;
/*	padding: 10px 2.5%;*/
	padding: 0%;
	z-index:0;
	position:relative;
}
.SlideBox1 {
float: left;
/*width: 92%;*/
margin: 0px;
padding: 5px;
/*min-height:274px;*/
}
.SlideImg {
	float: left;
	width: 100%;
	position: relative;
	cursor: pointer;
}
.SlideImg:hover {
	background: none;
	outline: none;
	box-shadow: 0 0 10px #d1ae6c;
}
.SlideImg img {
	display: block;
	width: 100%;
	height: 200px;
	border-radius:5px 5px 0px 0px !important;
	-webkit-border-radius:5px 5px 0px 0px !important;
	-moz-border-radius:5px 5px 0px 0px !important;
}
.SlideImgText {
	position: absolute;
	width: 100%;
	bottom: 60px;
	height: 35px;
}
.SlideImgText span {
	padding: 0 0 0 10px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.SlideText {
	float: left;
	width: 100%;
	padding: 0;
}
.SlideText h2 {
	padding: 0;
	margin: 5px 0;
	display: block;
	color: #3f7952;
	font-size: 13px;
	font-weight: normal;
}
.SlideText b {
	padding: 0;
	margin: 5px 0;
	display: block;
	color: #52391b;
	font-size: 12px;
	font-weight: normal;
}
.slides li
{
   /* margin-left:6px;*/
    margin:4.5px;
    }
.starts_price {
width: 96.1%;
float: left;
margin: 0px;
padding: 0px;
position: relative;

background: none repeat scroll 0% 0% #F59A35;
color: #FFF;
padding:1% 2% 1% 2%;
}
.starts_price_head {
	width: 60%;
	float: left;
	margin: 0;
	padding:2px 0;
	font-size: 14px;
	color: #fff;
	font-weight: normal;
}
.starts_price_head a:visited , .starts_price_head a
{
    color:#fff;
}

.starts_price_orange {
width: 96.1%;
float: left;
margin: 0px;
padding: 0px;
position: relative;

background: none repeat scroll 0% 0% #4C347C;
opacity: 0.8;
color: #FFF;
padding:1% 2% 1% 2%;
background:#F59A35 !important;

}
.starts_price_head_orange {
	width: 60%;
	float: left;
	margin: 0;
	padding:2px 0;
	font-size: 14px;
	color: #fff;
	font-weight: normal;
}
.starts_price_top_corner {
background: none repeat scroll 0% 0% #686868;
opacity: 0.7;
color: #FFF;
position: absolute;
z-index: 1;
float: right;
padding: 0px 5px 5px 5px;

    -webkit-border-radius: 0px 0px 5px 0px;
    -moz-border-radius: 0px 0px 5px 0px;
    border-radius: 0px 0px 5px 0px;
}
.product_rate_top_corner {
background: none repeat scroll 0% 0% #4C347C;
opacity: 0.7;
color: #FFF;
position: absolute;
z-index: 2;
float: right;
padding: 0px 5px 5px 5px;

    -webkit-border-radius: 0px 0px 5px 0px;
    -moz-border-radius: 0px 0px 5px 0px;
    border-radius: 0px 0px 5px 0px;
}

.price_cont {
	width: 40%;
	float: left;
	margin: 0;
	padding:2px 0;
	font-size: 14px;
	color: #ea9d01;
	font-weight: normal;
	text-align: right;
}
.SlideArrow {
	float: left;
	width: auto;
	margin: 0;
}
.star_rating {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}
.star_rating img {
	width: 53px;
	height: auto;
}

.productBox
{
    width: 220px; float: left; display: block;
    }
/* ----------------- end  midsection ------min-height:284px; ------------------ */
