/*=========== flexslider style ===========*/
#slide_outer {
	padding-bottom: 34px;
	position: relative;
	background-image: url('../images/slider/slider-shadow.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: 12px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
#slide_outer div.shadow_left {
	position: absolute;
	left:-13px;
	top:0;
	width:15px;
	height:371px;
	display: block;
	background:url('../images/icons/slide_shadow_left.png') no-repeat left top;
}
#slide_outer div.shadow_right {
	position: absolute;
	right:-13px;
	top:0;
	width:15px;
	height:371px;
	display: block;
	background:url('../images/icons/slide_shadow_right.png') no-repeat left top;
}
.facebook-fq a img {
	height: 100%;
	display: block;
	max-width: 100%;
}
.twitter-fq a img {
	height: auto;
	display: block;
	max-width: 100%;
}


.mainslide {
	padding: 0;
	position: relative;
	background-color: #333;
}

/* pagers */
.mainslide div.pagers {
	position: absolute;
	right:0;
	bottom:0;
	z-index:300;
}
.mainslide div.pagers a {
	float: left;
	width: 30px;
	height: 25px;
	margin-left: 1px;
	display: inline-block;
	text-indent: -999999em;
	font: 0/0 a;
	background-color: #F63;
}
.mainslide div.pagers a:hover {
	background-color: #CCCCCC;
}
.mainslide div.pagers a.prev {
	background-image: url('../images/icons/left_white_icon.png');
	background-repeat:no-repeat; 
	background-position:50% 50%;
}
.mainslide div.pagers a.nxt {
	background-image: url('../images/icons/right_white_icon.png');
	background-repeat:no-repeat; 
	background-position:50% 50%;
}



/* ul */
.mainslide ul {
	margin:0;
	padding:0;
}
.mainslide ul li {
	display: block;
	width:100%;
	margin:0;
	padding:0;
}
/*====== slide_img ========*/
.mainslide ul li div.slide_img {
	float: right;
	width: 50%;
	padding: 24px 18px;
	text-align: center;
	position: relative;
	background-color: #333333;
	background-image: url(../images/slider/slider-img-bg.png);
	background-repeat: no-repeat;
	background-position: center 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #3e3e3e;
}
.mainslide ul li div.slide_img img {
	display: block;
	height: auto;
	margin: 0 auto;
	border: none;
	border-radius: 80%;
}

/*==== flex-caption =====*/
.mainslide ul li div.flex-caption {
	float:left;
	width:40%;
	padding:30px 18px;
}
.mainslide ul li div.flex-caption p {
	color: #CCC;
}
.mainslide ul li div.flex-caption h5 {
	font-family: "nexa_boldregular", Arial, Tahoma, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #F63;
	text-transform: capitalize;
	font-style: normal;
	line-height: 18px;
}
.mainslide ul li div.flex-caption h5 span {
	color: #FF6633;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 10px;
}
.mainslide ul li div.flex-caption a:link,
.mainslide ul li div.flex-caption a:visited {
	color: #fff;
	height: 36px;
	line-height: 36px;
	display: inline-block;
	background-color: #FF6633;
}
.mainslide ul li div.flex-caption a:hover,
.mainslide ul li div.flex-caption a:active {
	background:#555;
}
.mainslide ul li div.flex-caption a span {
	padding:0 14px;
	display: inline-block;
	font-size:13px;
	float:left;
}
.mainslide ul li div.flex-caption a span.shadow {
	font-family:'nexa_boldregular', sans-serif;
	font-size:16px;
	background: url('../images/icons/slide_btn_shadow.png') repeat-y left top;
}




/*============ welcome div style ============*/
div.welcome {
	margin:0;
	padding:5px;
	background: url('../images/icons/bg_dotted.png') 50% 50%;
}
div.welcome div {
	background:#fff;
	padding:20px;
}

div.welcome h4 {
	float: left;
	margin-top:30px;
	margin-right:10px;
}
div.welcome ul {
	float: left;
	margin-top:20px;
}
div.welcome ul li {
	float: left;
}
div.welcome ul li a {
	font:0/0 a;
	margin:0;
	padding:0;
	float: left;
	width:64px;
	height:42px;
	display: block;
	background:url('../images/icons/payment.png') no-repeat;
}
div.welcome ul li a:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: .8;
}
div.welcome ul li a.bank {
	background-position: 0 0;
}
div.welcome ul li a.card {
	background-position: 0 -52px;
}
div.welcome ul li a.order {
	background-position: 0 -103px;
}
div.welcome ul li a.paypal {
	background-position: 0 -156px;
}
div.welcome ul li a.discover {
	background-position: 0 -207px;
}


/*============== home_news div style ==========*/
div.home_news {
	margin:0;
}
div.home_news h3 {
	background: url('../images/icons/accordain_icon.png') no-repeat left 14px;
	padding: 12px 0 12px 24px;
	margin:0 ;
	font:700 14px 'nexa_lightregular', Arial, Tahoma, sans-serif;
	text-transform: uppercase;
	color:#333;
	border-top: solid 1px #cecece;
	cursor: pointer;
	/* box shadow */
	-moz-box-shadow: 0 -1px 0 #fff;
	-webkit-box-shadow: 0 -1px 0 #fff;
	-o-box-shadow: 0 -1px 0 #fff;
	box-shadow: 0 -1px 0 #fff;
}
div.home_news h3.active {
	color: #FF6633;
	background: url('../images/icons/accordain_icon.png') no-repeat left -54px;
}
div.home_news h3:first-child{
	border:none;
	box-shadow:none;
}
div.home_news h3:last-child {
	padding-bottom:0;
}
div.home_news div.acc {
	margin-bottom:14px;
	padding:6px 0 6px 20px;
	background:url('../images/icons/bg_dotted.png') repeat-y left top;
}
div.home_news div.acc p {
	margin:0;
	padding:0;
}
div.home_news div.acc form {
	margin-top:12px;
	width:100%;
}
div.home_news div.acc form label {
	padding:1px;
	display:block;
	float:left;
	margin-left:1px;
}
div.home_news div.acc form label input[type=text] {
	padding:10px;
	line-height:14px;
	font-size:12px;
	margin:0;
	width:190px;
	border:1px solid #ddd;
	/* inner shadow */
	-webkit-box-shadow: inset 0 1px 0 #f0f0f0;
	box-shadow: inset 0 1px 0 #f0f0f0; 
}
div.home_news div.acc form label input.gray_btn {
	float:left;
	padding-top:9px;
	padding-bottom:9px;
}


/*================= latest & featured style ===========*/
div.latest, div.featured, div.fqbrands{
	clear: both;
	padding-top: 20px;
}
/* ul */
div.latest ul,
div.featured ul, div.fqbrands ul{
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	width: 100%;
	display: block;
	clear: both;
}
div.latest ul li,
div.featured ul li {
	/*margin-b:30px;*/
	text-align: center;
	/* box shadow */
	-moz-box-shadow: inset 0 -1px 0 #fff;
	-webkit-box-shadow: inset 0 -1px 0 #fff;
	-o-box-shadow: inset 0 -1px 0 #fff;
	box-shadow: inset 0 -1px 0 #fff;
	/* transition */
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	width: 212px;
	/*float: left;*/
	display: block;
	/*margin-right: 20px;*/
	min-height: 360px !important;
	background-color: #333;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 5px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF6633;
	border-right-color: #FF6633;
	border-bottom-color: #FF6633;
	border-left-color: #FF6633;
	background-image: url(../images/bg/product-box-bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px bottom;
	margin-bottom: 20px;
}
div.fqbrands ul li {
	/*margin-b:30px;*/
	text-align: center;
	/* box shadow 
	-moz-box-shadow: inset 0 -1px 0 #fff;
	-webkit-box-shadow: inset 0 -1px 0 #fff;
	-o-box-shadow: inset 0 -1px 0 #fff;
	box-shadow: inset 0 -1px 0 #fff;*/
	/* transition */
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	width: 212px;
	/*float: left;*/
	display: block;
	/*margin-right: 20px;*/
	min-height: 300px !important;
	padding-bottom: 20px;
}
.spPrice {
	color: #F00 !important;
	text-decoration: line-through;
}
div.latest ul li:hover,
div.featured ul li:hover {
	border-color: #FF6633;
}
div.fqbrands ul li:hover {
	border-color: #FF6633;
}
div.latest ul li div.img,
div.featured ul li div.img {
	position: relative;
	display: block;
	margin: 0 0 14px 0;
	overflow: hidden;
	height: 207px;
}
div.fqbrands ul li div img2 {
	display: block;
	overflow: hidden;
	height: 207px;
	position: relative;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 14px;
	margin-left: 0;
	padding-bottom: 14px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
div.latest ul li div.img div.offer_icon,
div.featured ul li div.img div.offer_icon {
	position:absolute;
	top:0;
	left:0;
	width:86px;
	height:86px;
	display: block;
	z-index:0;
	background:url('../images/icons/offer_icon.png') no-repeat left top;
}
div.fqbrands ul li div.img2 div.offer_icon {
	position:absolute;
	top:0;
	left:0;
	width:86px;
	height:86px;
	display: block;
	z-index:0;
	background:url('../images/icons/deal_icon.png') no-repeat left top;
}
div.latest ul li div.img img,
div.featured ul li div.img img {
	border:none;
	width:100%;
	display:block;
}
div.fqbrands ul li div.img2 img {
	border:none;
	width:100%;
	display:block;
}

/* hover over */
div.latest div.img div.hover_over,
div.featured div.img div.hover_over{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	background-color: rgba(255,255,255,0.8);
}
/*div.fqbrands div.img div.hover_over {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	background-color: rgba(255,255,255,0.8);
}*/
div.latest div.img div.hover_over a,
div.featured div.img div.hover_over a {
	text-indent: -999999px;
	position: absolute;
	top: 50%;
	margin-top: -16px;
	margin-left: 0;
	display: block;
	width: 42px;
	height: 38px;
	background-color: #FF6633;
}
/*div.fqbrands div.img div.hover_over a {
	text-indent: -999999px;
	position: absolute;
	top: 50%;
	margin-top: -16px;
	margin-left: 0;
	display: block;
	width: 42px;
	height: 38px;
	background-color: #FF6633;
}*/
div.latest div.img div.hover_over a:hover,
div.featured div.img div.hover_over a:hover {
	background-color: #333;
}
div.fqbrands div.img2 div.hover_over a:hover {
	background-color: #333;
}
div.latest div.img div.hover_over a.link,
div.featured div.img div.hover_over a.link {
	left:0; /*left:30%;*/
	background-image: url('../images/icons/link.png');
	background-repeat:no-repeat; 
	background-position:50% 50%;
}
div.fqbrands div.img2 div.hover_over a.link {
	left:0; /*left:30%;*/
	background-image: url('../images/icons/link.png');
	background-repeat:no-repeat; 
	background-position:50% 50%;
}
div.latest div.img div.hover_over a.cart,
div.featured div.img div.hover_over a.cart {
	right:0; /*right:30%;*/
	background-image: url('../images/icons/cart.png');
	background-repeat:no-repeat; 
	background-position:50% 50%;
}
div.fqbrands div.img2 div.hover_over a.cart {
	right:0; /*right:30%;*/
	background-image: url('../images/icons/cart.png');
	background-repeat:no-repeat; 
	background-position:50% 50%;
}
div.latest ul li h6,
div.featured ul li h6
{
	white-space: pre-line;
	padding-right: 10px;
	padding-left: 10px;
}
div.fqbrands ul li h6
{
	min-height: 50px;
	white-space: pre-line;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	font-size: 18px;
	padding-bottom: 20px;
	margin: 0px;
	display: block;
	background-color: #F60;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	-o-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
}
div.fqbrands ul li h5 {
	white-space: pre-line;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	padding-top: 0px;
}

div.latest ul li h6 a, div.featured ul li h6 a {
	font-family: "nexa_boldregular", Arial, Tahoma, sans-serif;
	font-weight: 200;
	color: #FFF;
	text-decoration: none;
}
div.fqbrands ul li h6 a {
	font-family: "nexa_boldregular", Arial, Tahoma, sans-serif;
	font-weight: 200;
	color: #333;
	text-decoration: none;
}
/* h5, h6 hover */
div.latest ul li:hover h5,
div.latest ul li:hover h6 a,
div.featured ul li:hover h5,
div.featured ul li:hover h6 a {
	color: #FFFFFF;
}
div.fqbrands ul li:hover h5,
div.fqbrands ul li:hover h6 a {
	color: #FFFFFF;
}
div.latest ul li:hover h6 a:hover,
div.featured ul li:hover h6 a:hover {
	text-decoration: underline;
}
div.fqbrands ul li:hover h6 a:hover {
	text-decoration: none;
	color: #FFF;
}
div.latest ul li h5 span.sale_offer,
div.featured ul li h5 span.sale_offer {
	color:#999;
	text-decoration: line-through;
}
div.fqbrands ul li h5 span.sale_offer {
	color:#999;
	text-decoration: line-through;
}
div.fqtabs{
	clear: both;
	padding-top: 20px;
}
/* ul */
div.fqtabs ul{
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	width: 100%;
	display: block;
	clear: both;
}
div.fqtabs ul li {
	/*margin-b:30px;*/
	text-align: center;
	/* box shadow */
	-moz-box-shadow: inset 0 -1px 0 #fff;
	-webkit-box-shadow: inset 0 -1px 0 #fff;
	-o-box-shadow: inset 0 -1px 0 #fff;
	box-shadow: inset 0 -1px 0 #fff;
	/* transition */
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	width: 212px;
	/*float: left;*/
	display: block;
	/*margin-right: 20px;*/
	min-height: 220px !important;
	background-color: #F60;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 5px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	margin-bottom: 20px;
}
.spPrice {
	color: #F00 !important;
	text-decoration: line-through;
}
div.fqtabs ul li:hover {
	border-color: #FF6633;
}
div.fqtabs ul li div img2 {
	display: block;
	overflow: hidden;
	height: 207px;
	position: relative;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 14px;
	margin-left: 0;
	padding-bottom: 14px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
div.fqtabs ul li div.img2 div.offer_icon {
	position:absolute;
	top:0;
	left:0;
	width:86px;
	height:86px;
	display: block;
	z-index:0;
	background:url('../images/icons/deal_icon.png') no-repeat left top;
}
div.fqtabs ul li div.img2 img {
	border:none;
	width:100%;
	display:block;
}

/* hover over */
/*div.fqtabs div.img div.hover_over {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	background-color: rgba(255,255,255,0.8);
}*/
/*div.fqtabs div.img div.hover_over a {
	text-indent: -999999px;
	position: absolute;
	top: 50%;
	margin-top: -16px;
	margin-left: 0;
	display: block;
	width: 42px;
	height: 38px;
	background-color: #FF6633;
}*/
div.fqtabs div.img2 div.hover_over a:hover {
	background-color: #333;
}
div.fqtabs div.img2 div.hover_over a.link {
	left:0; /*left:30%;*/
	background-image: url('../images/icons/link.png');
	background-repeat:no-repeat; 
	background-position:50% 50%;
}
div.fqtabs div.img2 div.hover_over a.cart {
	right:0; /*right:30%;*/
	background-image: url('../images/icons/cart.png');
	background-repeat:no-repeat; 
	background-position:50% 50%;
}
div.fqtabs ul li h6
{
	white-space: pre-line;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	font-size: 18px;
	padding-bottom: 0px;
	margin: 0px;
}
div.fqtabs ul li h5 {
	white-space: pre-line;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	padding-top: 0px;
}
div.fqtabs ul li h6 a {
	font-family: "nexa_boldregular", Arial, Tahoma, sans-serif;
	font-weight: 200;
	color: #333;
	text-decoration: none;
}
/* h5, h6 hover */
div.fqtabs ul li:hover h5 {
	color: #FFFFFF;
}
div.fqtabs ul li:hover h6 a {
	color: #FFFFFF;
}
div.fqtabs ul li:hover h6 a:hover {
	text-decoration: underline;
}
div.fqtabs ul li:hover h6 a:hover {
	text-decoration: underline;
}
div.fqtabs ul li h5 span.sale_offer {
	color:#999;
	text-decoration: line-through;
}
div.fqtabs ul li h5 span.sale_offer {
	color:#999;
	text-decoration: line-through;
}
/*=============== tagLine style ============*/



/*====== tagLine style =======*/
#tagLine {
	margin: 30px 0 30px 0;
}
#tagLine h5 {
	padding:18px 12px;
	font-size:16px;
	margin:0;
}
#tagLine h5 span {
	font-weight:400;
}
#tagLine h5 small {
	font-size: 12px;
	font-weight: 400;
	text-transform: none;
	color: #CCC;
}
#tagLine a.red_btn {
	margin:18px 12px;
	display: inline-block;
}
/*===== end it ========*/

.fqsocial {
	margin-top: 40px;
	clear: both;
	float: left;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
