/* Copyright 2012, ahmed saeed. */

/* Table of Content
==================================================
	#grap fonts from google fonts
	#Reset & Basics
	#Basic Styles
	#Typography
	#Links
	#Lists
	#Buttons
	#Forms
	#Misc 
	#header Styles
	#footer Styles
	#Media Queries
=====================================================*/


/* #custom fonts for FIT Quote
================================================== */

@font-face {
    font-family: 'nexa_lightregular';
    src: url('../fonts/Nexa_Free_Light-webfont.eot');
    src: url('../fonts/Nexa_Free_Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Nexa_Free_Light-webfont.woff') format('woff'),
         url('../fonts/Nexa_Free_Light-webfont.ttf') format('truetype'),
         url('../fonts/Nexa_Free_Light-webfont.svg#nexa_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'nexa_boldregular';
    src: url('../fonts/Nexa_Free_Bold-webfont.eot');
    src: url('../fonts/Nexa_Free_Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Nexa_Free_Bold-webfont.woff') format('woff'),
         url('../fonts/Nexa_Free_Bold-webfont.ttf') format('truetype'),
         url('../fonts/Nexa_Free_Bold-webfont.svg#nexa_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* #Reset & Basics
================================================== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
input, textarea, select {outline: none;}


/* #Basic Styles
================================================== */
body {
	position: relative;
	font-family: 'nexa_lightregular', Arial, Tahoma, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	color: #333;
	background-color: #202020;
	background-position: center top;
	/*	background-image: url(../images/bg/bg.jpg); */
	background-repeat: no-repeat;
	background-image: url(../images/bg/fitquote-bg.jpg);
	min-width: 960px !important; 
	margin: 0 auto !important;
}
header {
	background-repeat: repeat-x;
	background-position: left top;
}




/* #Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
	color: #FFFFFF;
	font-family: "nexa_boldregular", Arial, Tahoma, sans-serif;
	font-weight: 200;
	line-height: 18px;
}
h2 {
	font-size: 18px;
	margin: 0 0 12px 0;
	padding: 0;
	color: #FFF;
	/* text shadow */
	-moz-text-shadow: 0px 1px 0px #333;
	-webkit-text-shadow: 0px 1px 0px #333;
	-o-text-shadow: 0px 1px 0px #333;
	text-shadow: 0px 1px 0px #333;
}
h2 :first-letter {
	color: #FF6633 !important;
 } 

div.box_head {
	padding: 0;
	height: 12px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 38px;
	margin-left: 0;
}
div.box_head h3 {
	float: left;
	font-size: 24px;
	color: #FFF;
	display: inline;
	/* text shadow */
	-moz-text-shadow: 0px 1px 0px #333;
	-webkit-text-shadow: 0px 1px 0px #333;
	-o-text-shadow: 0px 1px 0px #333;
	text-shadow: 0px 1px 0px #333;
	margin-top: -7px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 0;/*	background: url('../images/bg/white_carbon.png') repeat left top; */
}
div.box_head h3:first-letter {
	float: left;
	color: #F63;
	margin: 0;
	/* text shadow */
	-moz-text-shadow: 0px 1px 0px #333;
	-webkit-text-shadow: 0px 1px 0px #333;
	-o-text-shadow: 0px 1px 0px #333;
	text-shadow: 0px 1px 0px #333;
}
div.box_head div.pagers {
	margin:-8px 0 0 0;
	padding:0 0 0 0;
	float:right;
	padding-left:12px;
/*	background:url('../images/bg/white_carbon.png') repeat left top; */
	cursor: pointer;
}
div.box_head div.pagers a {
	float: left;
	width: 24px;
	height: 20px;
	margin-left: 1px;
	display: inline-block;
	text-indent: -999999em;
	font: 0/0 a;
	background-color: #F60;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
div.box_head div.pagers a:hover {
	background-color: #FFFFFF;
}
div.box_head div.pagers a.prev {
	background-image: url('../images/icons/left_white_icon.png');
	background-repeat:no-repeat; 
	background-position:50% 50%;
}
div.box_head div.pagers a:hover.prev {
	background-image: url(../images/icons/left_black_icon.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
div.box_head div.pagers a.nxt {
	background-image: url('../images/icons/right_white_icon.png');
	background-repeat:no-repeat; 
	background-position:50% 50%;
}
div.box_head div.pagers a:hover.nxt {
	background-image: url(../images/icons/right_black_icon.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.tel.no {
	font-size: 36px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	height: 40px;
	padding-top: 30px;
	float: right;
	clear: none;
}
.tel.no h2 {
	font-size: 40px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.tel.no h2:first-letter {
	color: #FF6633 !important;
}
.tel.no h5 {
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.manufacturer-list a {
	color: #333;
	text-decoration: none;
}
.manufacturer-list a:hover {
	color: #333;
	text-decoration: underline;
}
.new-brochure {
	background-color: #F63;
	height: 128px;
	background-image: url(../images/brochure-bg-fade.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.brochuretext a {
	color: #FFF;
	text-decoration: none;
}
.brochuretext a:hover {
	color: #FF0;
	text-decoration: none;
}



.brochureimg {
	float: left;
	width: 200px;
}
.brochuretext {
	float: left;
	padding: 10px;
}
.brochuretext h1 {
	font-size: 1.7em;
	line-height: normal;
}
.red-top-bar {
	background-color: #C30;
	min-height: 60px;
	border: 3px dashed #F90;
}
.red-top-bar h3 {
	line-height: 60px;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}


.black-top-bar {
	background-color: #333;
	min-height: 60px;
	background-image: url(../images/bg/black-bar-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}




.black-top-bar h1 {
	font-size: 28px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	line-height: 60px;
}
.black-top-bar h1 a {
	color: #F60;
	text-decoration: none;
}
.black-top-bar h1 a:hover {
	color: #FFF;
	text-decoration: none;
}
.orangetxt {
	color: #F60;
}
.fitquote-welcome {
	float: left;
	padding-top: 10px;
}
.fitquote-welcome h1 {
	font-size: 50px;
	line-height: 60px;
	margin: 0px;
	padding: 0px;
	color: #CCC;
	text-transform: uppercase;
}
.fitquote-welcome h2 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #CCC;
}
.afflink {
	background-image: url(../images/icons/aff-link.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 30px !important;
	display: block;
	line-height: 60px;
}
.testimonial {
	background-image: url(../images/icons/testimonial.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 30px !important;
	display: block;
	line-height: 60px;
}

.loginlink {
	background-image: url(../images/icons/login-link.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 30px !important;
	display: block;
	line-height: 60px;
}
.accountlink {
	background-image: url(../images/icons/account-link.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 30px !important;
	display: block;
	line-height: 60px;
}
.reglink {
	background-image: url(../images/icons/reg-link.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 30px !important;
	display: block;
	line-height: 60px;
}
.wishlink {
	background-image: url(../images/icons/wish-link.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 30px !important;
	display: block;
	line-height: 60px;
}
.basketlink {
	background-image: url(../images/icons/basket-link.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 30px !important;
	display: block;
	line-height: 60px;
}
.chkoutlink {
	background-image: url(../images/icons/chkout-link.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 30px !important;
	display: block;
	line-height: 60px;
}
.results {
	color: #FFF;
}
h4 {
	font-size: 16px;
	margin: 0 0 12px 0;
	padding: 0;
	color: #FFF;
}
h5 {
	font-weight: 400;
	color: #FFF;
	margin: 0 0 14px 0;
	padding: 0;
	font-family: 'nexa_boldregular', Arial, Tahoma, sans-serif;
	font-size: 18px;
}
h6 {
	font: 14px 'nexa_lightregular', Arial, Tahoma, sans-serif;
	font-weight: 400;
	color: #F60;
	margin: 0 0 14px 0;
	padding: 0;
}
s {
	color: #F00;
}

/* p tag */
p {
	margin: 0 0 12px 0;
	padding: 0;
	color: #FFF;
	font-weight: 400;
	/* text shadow 
	-moz-text-shadow: 0px 1px 0px #333;
	-webkit-text-shadow: 0px 1px 0px #333;
	-o-text-shadow: 0px 1px 0px #333;
	text-shadow: 0px 1px 0px #333;*/
}
/* inline tage */
em { font-style: italic; }
strong {
	font-weight: bold;
	color: #F60;
}
small { font-size: 80%; }
textarea {
	width:95%;
	padding:10px 6px;
	border:1px solid #ddd;
	margin:0 0 6px 0;
	font-size:13px;
	/* inner shadow */
	-webkit-box-shadow: inset 0 1px 0 #f0f0f0;
	-moz-box-shadow: inset 0 1px 0 #f0f0f0; 
	-o-box-shadow: inset 0 1px 0 #f0f0f0; 
	box-shadow: inset 0 1px 0 #f0f0f0; 
}
textarea {
	width:96%;
	height:148px;
	margin:0;
}



/* #Links
================================================== */
a, a:visited {
	text-decoration: none;
	outline: none;
	color: #FFF;
}
a:hover, a:active { color: #ff6633; }
p a, p a:visited { line-height: inherit; font-weight: inherit; }
a, button {
	-webkit-transition:all .2s linear;
	-moz-transition:all .2s linear;
	-o-transition:all .2s linear;
	-ms-transition:all .2s linear;
	transition:all .2s linear;
}
a.colorbox {
	font-weight: bold;
}

/* #Lists
================================================== */
ul, ol { margin: 0; padding:0; list-style: none; }
ul li, ol li {
	margin: 0;
	padding: 0;
	font-weight: 400;
}
.fq {
	padding: 10px;
}
.fq li {
	padding: 10px;
	color: #FFF;
}





/* #Buttons
================================================== */
/*====== (gray btn) ======*/
.gray_btn, .gray_btn:visited, input.gray_btn, button.gray_btn {
	font:14px 'nexa_lightregular', Arial, Tahoma, sans-serif;
	font-weight:400;
	color:#333;
	border:1px solid #d5d5d5;
	padding:12px 14px;
	display: inline-block;
	cursor:pointer;

	background: #f4f4f4;
	background: -moz-linear-gradient(top, #f4f4f4 0%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#eaeaea));
	background: -webkit-linear-gradient(top, #f4f4f4 0%,#eaeaea 100%);
	background: -o-linear-gradient(top, #f4f4f4 0%,#eaeaea 100%);
	background: -ms-linear-gradient(top, #f4f4f4 0%,#eaeaea 100%);
	background: linear-gradient(to bottom, #f4f4f4 0%,#eaeaea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eaeaea',GradientType=0 );
	
	-webkit-box-shadow: 0 1px 3px #e7e6e7;
	-moz-box-shadow: 0 1px 3px #e7e6e7;
	-o-box-shadow: 0 1px 3px #e7e6e7;
	box-shadow: 0 1px 3px #e7e6e7;

	-moz-text-shadow:0 1px 0 #fff;
	-webkit-text-shadow:0 1px 0 #fff;
	-o-text-shadow:0 1px 0 #fff;
	text-shadow:0 1px 0 #fff;
	
}
.gray_btn:hover, .gray_btn:active, input.gray_btn:hover, button.gray_btn:hover {
	background: #eaeaea;
	background: -moz-linear-gradient(top, #eaeaea 0%, #f4f4f4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaea), color-stop(100%,#f4f4f4));
	background: -webkit-linear-gradient(top, #eaeaea 0%,#f4f4f4 100%);
	background: -o-linear-gradient(top, #eaeaea 0%,#f4f4f4 100%);
	background: -ms-linear-gradient(top, #eaeaea 0%,#f4f4f4 100%);
	background: linear-gradient(to bottom, #eaeaea 0%,#f4f4f4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#f4f4f4',GradientType=0 );
	color: #333;
}


/*==== (red_btn) ====*/
.red_btn, .red_btn:visited, input.red_btn, button.red_btn {
	font:14px 'nexa_lightregular', Arial, Tahoma, sans-serif;
	font-weight:400;
	color:#fff !important;
	border:1px solid #cc3300;
	padding:12px 14px;
	display: inline-block;
	cursor:pointer;

	background: #ff6633;
	background: -moz-linear-gradient(top, #ff6633 0%, #cc3300 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff6633), color-stop(100%,#cc3300));
	background: -webkit-linear-gradient(top, #ff6633 0%,#cc3300 100%);
	background: -o-linear-gradient(top, #ff6633 0%,#cc3300 100%);
	background: -ms-linear-gradient(top, #ff6633 0%,#cc3300 100%);
	background: linear-gradient(to bottom, #ff6633 0%,#cc3300 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6633', endColorstr='#cc3300',GradientType=0 );

	-moz-text-shadow:0 1px 0 #ad0d46;
	-webkit-text-shadow:0 1px 0 #ad0d46;
	-o-text-shadow:0 1px 0 #ad0d46;
	text-shadow:0 1px 0 #ad0d46;

}
.red_btn:hover,.red_btn:active, input.red_btn:hover, button.red_btn:hover {
	background: #cc3300;
	background: -moz-linear-gradient(top, #cc3300 0%, #ff6633 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cc3300), color-stop(100%,#ff6633));
	background: -webkit-linear-gradient(top, #cc3300 0%,#ff6633 100%);
	background: -o-linear-gradient(top, #cc3300 0%,#ff6633 100%);
	background: -ms-linear-gradient(top, #cc3300 0%,#ff6633 100%);
	background: linear-gradient(to bottom, #cc3300 0%,#ff6633 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc3300', endColorstr='#ff6633',GradientType=0 );
	color: #fff;
}


/* #Forms
================================================== */



/* #Misc styles
================================================== */
/*========= placeholder ========*/
.placeholder { /* ie */
    color:#ccc;
    font-size:11px;
    text-transform: capitalize;
}
:-ms-placeholder { /* ie 10 */
    color:#ccc;
    font-size:11px;
    text-transform: capitalize;
}
::-webkit-input-placeholder { /* webkits */
    color:#ccc;
    font-size:11px;
    text-transform: capitalize;
}
:-moz-placeholder { /* mozilla */
    color:#ccc;
    font-size:11px;
    text-transform: capitalize;
}
/*========= end it ==========*/


/*======== selection style ========*/
::selection {
	color: #fff;
	background: #666;
}
::-moz-selection {
	color: #fff;
	background: #666;
}
/*====== end it ========*/


/*========= select form ========*/
select {
	padding:8px 10px;
	line-height:14px;
	font-size:12px;
	margin:0;
	background:#fff;
	border:1px solid #ddd;
	-webkit-box-shadow: inset 0 1px 0 #f0f0f0;
	box-shadow: inset 0 1px 0 #f0f0f0; 
}
/*========= end it ========*/


/* #header Styles
================================================== */
/*============ topHeader =============*/
#topHeader {
	width: 100%;
	background-color: #FF6633;
}


#topHeader h6 {
	display: none; /* will be visible in responsive only */
}

/*=========== ul#currency  &  ul#lang ============*/
#topHeader ul#currency, #topHeader ul#lang {
	float:left;
	margin-right:20px;
}
#topHeader ul#currency li, #topHeader ul#lang li {
	float:left;
	padding:12px 0;
	display: block
}
#topHeader ul#currency li a, #topHeader ul#lang li a {
	font-size:12px;
	font-weight:400;
	margin-right:3px;
	padding:0 5px;
	display: block;
	background:#646464;
	color:#bfbfbf;
	line-height: 26px;
	text-transform: uppercase;
	border:1px solid #777;
	/*box shadow*/
	-webkit-box-shadow: inset 0px 1px 0 #444;
	box-shadow: inset 0 1px 0 #444;
	/* text-shadow */
	text-shadow:0 1px 0 #000;
	cursor: pointer;
}
#topHeader ul#currency li a:hover, #topHeader ul#lang li a:hover {
	color:#fff;
}
#topHeader ul#currency li.active_currency a, #topHeader ul#lang li.active_lang a {
	color:#fff;
}
#topHeader ul#currency li.active_currency, #topHeader ul#lang li.active_lang {
	background:url('../images/icons/red_top_arrow.png') no-repeat center bottom;
}

/*============= ul#topNav ============*/
#topHeader ul#topNav {
	float:right;
}
#topHeader ul#topNav li {
	float:left;
	display: block;
	position: relative;
}
#topHeader ul#topNav li a {
	font-size: 14px;
	padding: 14px 12px;
	line-height: 24px;
	float: left;
	display: block;
	color: #FFFFFF;
	font-weight: bold;
}
#topHeader ul#topNav li:last-child a {
	border:none;
}
#topHeader ul#topNav li a:hover {
	color: #333;
}
#topHeader ul#topNav li a.active_link {
	color:#eee;
	background:url('../images/icons/red_top_arrow.png') no-repeat center bottom;
}

#topHeader ul#topNav li.pages {
	padding-right:24px;

}


/*====== middleHeader
============================================================*/
#middleHeader {
	background-image: url(../images/bg/middle-header-bg.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	margin-bottom: 10px;
}
/*========== logo =========*/
#middleHeader #logo {
	float:left;
}
#middleHeader #logo h1 a {
	display: block;
	font:0/0 a;
}

/*======= search form ========*/
#middleHeader #search {
	float: right;
	margin-top: 30px;
	
}
#middleHeader #search label {
	padding: 2px;
	display: block;
	float: left;
	margin-left: 1px;
	background-color: #454444;
}
#middleHeader #search select {
	cursor: pointer;
	width: 210px;
	color: #F60;
}
#middleHeader #search label input {
	padding: 0 10px;
	height: 35px;
	line-height: 34px;
	font-size: 12px;
	margin: 0;
	display: inline-block;
	border: 1px solid #333;
	/* inner shadow 
	-webkit-box-shadow: inset 0 1px 0 #000000;
	-moz-box-shadow: inset 0 1px 0 #000000;
	-o-box-shadow: inset 0 1px 0 #000000;
	box-shadow: inset 0 1px 0 #000000;*/
	width: 230px;
	background-color: #454444;
	color: #999;
}
#middleHeader #search div.submit {
	height: 35px;
	line-height: 35px;
	float: left;
	border: 1px solid #FF6633;
	background: #ff6633;
	background: -moz-linear-gradient(top, #ff6633 0%, #ff9933 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff6633), color-stop(100%,#ff9933));
	background: -webkit-linear-gradient(top, #ff6633 0%,#ff9933 100%);
	background: -o-linear-gradient(top, #ff6633 0%,#ff9933 100%);
	background: -ms-linear-gradient(top, #ff6633 0%,#ff9933 100%);
	background: linear-gradient(to bottom, #ff6633 0%,#ff9933 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6633', endColorstr='#ff9933',GradientType=0 );
}
#middleHeader #search div.submit:hover {
	background: #eaeaea;
	background: -moz-linear-gradient(top, #ff9933 0%, #ff6633 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9933), color-stop(100%,#ff6633));
	background: -webkit-linear-gradient(top, #ff9933 0%,#ff6633 100%);
	background: -o-linear-gradient(top, #ff9933 0%,#ff6633 100%);
	background: -ms-linear-gradient(top, #ff9933 0%,#ff6633 100%);
	background: linear-gradient(to bottom, #ff9933 0%,#ff6633 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9933', endColorstr='#ff6633',GradientType=0 );
}
#middleHeader #search div.submit input {
	height:34px;
	padding:0 22px;
	display: block;
	background:none;
	background:url('../images/icons/search_icon.png') no-repeat 50% 50%;
	line-height: 34px;
	text-indent: -999999px;
	border:none;
	cursor:pointer;
	vertical-align: middle;
	width: 45px!important;
}
.headerBG {
}


/* search page elements */
div.search label input {
	padding:0 10px;
	height:35px;
	line-height:34px;
	font-size:12px;
	margin:0;
	display: inline-block;
	background:#fff;
	border:1px solid #ddd;
	/* inner shadow */
	-webkit-box-shadow: inset 0 1px 0 #f0f0f0;
	-moz-box-shadow: inset 0 1px 0 #f0f0f0; 
	-o-box-shadow: inset 0 1px 0 #f0f0f0; 
	box-shadow: inset 0 1px 0 #f0f0f0; 
	width:230px;
}
div.search label {
	padding:2px;
	display:block;
	float:left;
	background:#f5f5f5;
	margin-left:1px;
}
div.search div.submit {
	height:35px;
	line-height:35px;
	float:left;
	border:1px solid #d5d5d5;
	background: #f4f4f4;
	background: -moz-linear-gradient(top, #f4f4f4 0%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#eaeaea));
	background: -webkit-linear-gradient(top, #f4f4f4 0%,#eaeaea 100%);
	background: -o-linear-gradient(top, #f4f4f4 0%,#eaeaea 100%);
	background: -ms-linear-gradient(top, #f4f4f4 0%,#eaeaea 100%);
	background: linear-gradient(to bottom, #f4f4f4 0%,#eaeaea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eaeaea',GradientType=0 );
}
div.search div.submit:hover {
	background: #eaeaea;
	background: -moz-linear-gradient(top, #eaeaea 0%, #f4f4f4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaea), color-stop(100%,#f4f4f4));
	background: -webkit-linear-gradient(top, #eaeaea 0%,#f4f4f4 100%);
	background: -o-linear-gradient(top, #eaeaea 0%,#f4f4f4 100%);
	background: -ms-linear-gradient(top, #eaeaea 0%,#f4f4f4 100%);
	background: linear-gradient(to bottom, #eaeaea 0%,#f4f4f4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#f4f4f4',GradientType=0 );
}
div.search div.submit input {
	height:34px;
	padding:0 22px;
	display: block;
	background:none;
	background:url('../images/icons/search_icon.png') no-repeat 50% 50%;
	line-height: 34px;
	text-indent: -999999px;
	border:none;
	cursor:pointer;
	vertical-align: middle;
	width: 45px!important;
}
div.chks input[type=radio],
div.chks input[type=checkbox] {
	margin:14px 3px 0 0;
	display: none;
}
div.chks label {
	/*display: inline;*/
	cursor: pointer;
	float:left;
	margin:8px 12px 0 0;
	/*padding-top:10px;*/
	padding-left:20px;
}
div.chks input[type=radio] + label {
	background:url('../images/icons/radio_btn.png') no-repeat 0 3px;
}
div.chks input[type=radio]:checked + label {
	background-position:0 -26px;
}
div.chks input[type=checkbox] + label {
	background:url('../images/icons/checkbox_btn.png') no-repeat 0 3px;
	height: 20px;
}
div.chks input[type=checkbox]:checked + label {
	background-position:0 -26px;
	height: 20px;
}

/*====== mainNav style
============================================================*/
#mainNav {
	height: 60px;
	/*	background: -moz-linear-gradient(top, #f8f8f8 0%, #eeeeee 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#eeeeee));
	background: -webkit-linear-gradient(top, #f8f8f8 0%,#eeeeee 100%);
	background: -o-linear-gradient(top, #f8f8f8 0%,#eeeeee 100%);
	background: -ms-linear-gradient(top, #f8f8f8 0%,#eeeeee 100%);
	background: linear-gradient(to bottom, #f8f8f8 0%,#eeeeee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#eeeeee',GradientType=0 );
	 border rounded */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #CCC;
	background-color: #333333;
	background-image: url(../images/bg/nav-home-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	/* box shadow 
	-webkit-box-shadow: 0 2px 2px #e0e0e0;
	-moz-box-shadow: 0 2px 2px #e0e0e0;
	-o-box-shadow: 0 2px 2px #e0e0e0;
	box-shadow: 0 2px 2px #e0e0e0;*/
}
/* nav */
#mainNav nav {
	float:left;
}
#mainNav nav h6 {
	display: none; /* this is just for the mobile display */
}
#mainNav nav > ul > li {
	height: 60px;
	float: left;
	padding: 0 16px;
	position: relative;
	cursor: pointer;
	/* box shadow */
	-webkit-box-shadow: 1px 0px 0px #666;
	-moz-box-shadow: 1px 0px 0px #666;
	-o-box-shadow: 1px 0 0 #666;
	box-shadow: 1px 0px 0px #666;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
#mainNav nav ul li:hover {
	background-color: #FF6600;
}
#mainNav nav ul li a {
	display: block;
	line-height: 60px;
	font-size: 13px;
	color: #FFFFFF;
}
#mainNav nav ul li.home {
	/* border rounded */
	-webkit-border-radius: 10px 0px 0px 10px;
	-moz-border-radius: 10px 0px 0px 10px;
	-o-border-radius: 10px 0px 0px 10px;
	border-radius: 10px 0px 0px 10px;
}
#mainNav nav ul li a.home_icon {
	width: 31px;
	height: 27px;
	display: inline-block;
	background-image: url(../images/icons/home_icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 30px;
	text-indent: -99999px;
}

#mainNav nav ul li a.hasdropdown {
	padding-right: 14px;
	background: url('../images/icons/arrow_down.png') no-repeat right 49%;
}

/* current nav */
#mainNav nav ul li.current_nav {
	background-color: #ff6633;
}
#mainNav nav ul li.current_nav:after {
	content:'';
	width:13px;
	height:7px;
	display: block;
	position: absolute;
	top:97%;
	left:50%;
	margin-left:-5px;
/*	background:url('../images/icons/red_bottom_arrow.png') no-repeat 50% 50%;*/
}
#mainNav nav ul li.current_nav a {
	color:#fff;
}
#mainNav nav ul li b.current_arrow {
	position: absolute;
	bottom:-7px;
	left:50%;
	margin-left:-6px;
	width:13px;
	height:7px;
	display: block;
	background:url('../images/icons/red_bottom_arrow.png') no-repeat left top;
}

/*=== submenu style ====*/
#mainNav nav ul li div.submenu,
#mainNav nav ul li div.submenu_mega {
	position: absolute;
	left: -1px;
	padding: 6px;
	border: 1px solid #e0e0e0;
	z-index: 102;
	-webkit-border-radius: 0 0 2px 2px;
	-moz-border-radius: 0 0 2px 2px;
	-o-border-radius: 0 0 2px 2px;
	border-radius: 0 0 2px 2px;
	display: none;
	background-color: #333333;
}
#mainNav nav ul div ul {
	display: table-cell;
}

#mainNav nav ul ul li {
	display: list-item;
	float: none;
	width: auto;
	height: auto;
	box-shadow: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mainNav nav ul ul li:hover {
	background: none;
}
#mainNav nav ul ul li a:link, #mainNav nav ul ul li a:visited {
	display: block;
	line-height: 12px;
	padding: 12px 20px 12px 26px;
	margin: 0;
	font-size: 14px;
	font-weight: 200;
	color: #F63;
	background: url('../images/icons/arrow_right.png') no-repeat 10px center;
	white-space: nowrap;
	min-width: 120px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-width: 1px;
	border-top-color: #3e3e3e;
	border-bottom-width: 1px;
	border-bottom-color: #252525;
}
#mainNav nav ul ul li a:hover, #mainNav nav ul ul li a:active {
	color:#FFF;
}
#mainNav nav ul ul li:first-child a {
	border-top:none;
	box-shadow: none;
}

#mainNav nav ul li:hover div {
	display: block;
}

/*======= cart div style =========*/
#mainNav #cart {
	line-height: 60px;
	float: right;
	cursor: pointer;
	position: relative;
}
#mainNav #cart a.cart_dropdown img {
	margin-right:6px;
	border:none;
}
#mainNav #cart a.cart_dropdown {
	color: #F60;
	padding-right: 30px;
	background-image: url(../images/icons/arrow_down_orange.png);
	background-repeat: no-repeat;
	background-position: 90% 50%;
	font-size: 13px;
}
/* cart dropdown content */
#mainNav #cart div.cart_content {
	display: none;
	position:absolute;
	right:0;
	top:95%;
	width:420px;
	background:#f7f7f7;
	border:1px solid #d9d9d9;
	border-top:3px solid #ff6633;
	z-index: 405;
	/* box shadow */
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
	-o-box-shadow: 0 0 10px rgba(0,0,0,.2);
	box-shadow: 0 0 10px rgba(0,0,0,.2);
}
#mainNav #cart div.cart_content b.cart_content_arrow {
	position: absolute;
	top:-10px;
	right:50px;
	width:13px;
	height:7px;
	display: block;
	background: url('../images/icons/red_top_arrow.png') no-repeat left top;
}
#mainNav #cart div.cart_content ul li {
	padding:12px;
	border-bottom:1px solid #ddd;
}
#mainNav #cart div.cart_content ul li:hover {
	background:#f0f0f0;
	cursor:default;
}
#mainNav #cart div.empty {
	text-align: center;
	min-height: 100px;
	padding-top: 45px;
}
/*===== div.cart_product_name ======*/
#mainNav #cart div.cart_content ul li div.cart_product_name {
	float:left;
	width:76%;
}
#mainNav #cart div.cart_content ul li div.cart_product_name img {
	border:1px solid #dedede;
	float:left;
	margin-right:10px;
	/* box shadow */
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.1);
	-o-box-shadow: 0 0 5px rgba(0,0,0,.1);
	box-shadow: 0 0 5px rgba(0,0,0,.1);
	max-width: 75px;
	min-width: 75px;
}
#mainNav #cart div.cart_content ul li div.cart_product_name span {
	float:left;
	width:68%;
	line-height: 20px;
	color:#666;
	font-weight:400;
}
#mainNav #cart div.cart_content ul li div.cart_product_name span strong {
	font-size:14px;
	font-weight:600;
	text-transform: capitalize;
}
/*==== cart_product_price ====*/
#mainNav #cart div.cart_content ul li div.cart_product_price {
	float:right;
}
#mainNav #cart div.cart_content ul li div.cart_product_price span {
	float:right;
	line-height: 20px;
}
#mainNav #cart div.cart_content ul li div.cart_product_price span a {
	font-weight:600;
	color:#ff6633;
	text-decoration: underline;
	float: right;
	cursor: pointer;
}
#mainNav #cart div.cart_content ul li div.cart_product_price span a:hover {
	text-decoration: none;
}


/*======== dropdown_cart_info ==========*/
#mainNav #cart div.cart_content div.dropdown_cart_info {
	padding:12px;
}
/*==== cart_total_price ====*/
#mainNav #cart div.cart_content div.dropdown_cart_info div.cart_total_price {
	float:right;
}
#mainNav #cart div.cart_content div.dropdown_cart_info div.cart_total_price table {
	line-height: 22px;
	width:100%;
}
#mainNav #cart div.cart_content div.dropdown_cart_info div.cart_total_price table td {
	text-align: right;
	padding:0 5px;
}

/*==== cart_buttons ====*/
#mainNav #cart div.cart_content div.dropdown_cart_info div.cart_buttons {
	float:left;
	margin:0;
}
#mainNav #cart div.cart_content div.dropdown_cart_info div.cart_buttons button {
	float:left;
	margin:0;
}
#cart a {
	color: #333;
	text-decoration: none;
}
#cart a:hover {
	color: #F63;
	text-decoration: none;
}






/*=================================================
============= #Pagename Styles ===================== 
================================================== */
#pageName {
	width: 100%;
	padding-bottom: 29px;
	position: relative;
	background-image: url(../images/bg/pagename-shadow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: 18px;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
}
#pageName div.name_tag {
	padding: 10px 0;
	position: relative;
	background-color: #333333;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #CCC;
}
#pageName:after {
	content: "";
	display: block;
	height: 5px;
	background-color: transparent;
	background-repeat: repeat;
	background-position: 50% 50%;
}
/* #pageName div.shapRight {
	width: 19px;
	height: 9px;
	display: block;
	position: absolute;
	left: 0;
	top: 100%;
}
#pageName div.shapLeft {
	width:19px;
	height:9px;
	display: block;
	position: absolute;
	right:0;
	top:100%;
	background:url('../images/icons/pageName_shap.png') no-repeat -19px 0;
} */
#pageName p {
	margin: 0;
	padding: 0 12px;
	color: #fff;
	font-size: 16px;
}
#pageName p a {
	color: #FFF;
}
#pageName p a:hover {
	-webkit-text-shadow: 0 1px 0 #333333;
	-moz-text-shadow: 0 1px 0 #333333;
	-o-text-shadow: 0 1px 0 #333333;
	text-shadow: 0px 1px 0px #333333;
	color: #F60;
}






/*=================================================
============= #footer Styles ===================== 
================================================== */
footer {
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	background-image: url(../images/bg/footer-black-bar.png);
	background-position: 0px 0px;
	background-repeat: repeat-x;
}
.footerBG {
	background-image: url(../images/bg/footerBG.png);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding-top: 76px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

footer h3 {
	margin: 0 0 24px 0;
	font-size: 24px;
	padding: 0;
	color: #FFF;
	/* text shadow */
	-moz-text-shadow: 0 1px 0 #000;
	-webkit-text-shadow: 0 1px 0 #000;
	-o-text-shadow: 0 1px 0 #000;
	text-shadow: 0 1px 0 #000;
}

footer h3:first-letter {
	color: #FF6633;
 } 
/* footer #info, footer #customer_serices, footer #extra, footer #my_account {
	background-image: url(../images/bg/dark-divider-vertical.gif);
	background-repeat: repeat-y;
	background-position: 100% 0;
} */

/* all ul in footer */
footer #info ul li a:link, footer #info ul li a:visited,
footer #customer_serices ul li a:link, footer #customer_serices ul li a:visited,
footer #extra ul li a:link, footer #extra ul li a:visited,
footer #my_account ul li a:link, footer #my_account ul li a:visited {
	font-size: 14px;
	margin-bottom: 6px;
	display: block;
	color: #FFFFFF;
	text-transform: capitalize;
	/* text shadow */
	-moz-text-shadow: 0 1px 0 #000;
	-webkit-text-shadow: 0 1px 0 #000;
	-o-text-shadow: 0 1px 0 #000;
	text-shadow: 0 1px 0 #000;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
/*	padding-left: 12px;
	background-image: url(../images/icons/circle_li.png); */
	background-repeat: no-repeat;
	background-position: 0 50%;
}
footer #info ul li a:hover, footer #info ul li a:active,
footer #customer_serices ul li a:hover, footer #customer_serices ul li a:active,
footer #extra ul li a:hover, footer #extra ul li a:active,
footer #my_account ul li a:hover, footer #my_account ul li a:active {
	color: #F63;
}


/*===== delivery style ======*/
footer #delivery ul li {
	font-size: 13px;
	padding: 0 0 0 28px;
	margin-bottom: 5px;
	display: block;
	color: #FFFFFF;
	/* text shadow */
	-moz-text-shadow: 0 1px 0 #000;
	-webkit-text-shadow: 0 1px 0 #000;
	-o-text-shadow: 0 1px 0 #000;
	text-shadow: 0 1px 0 #000;
}
footer #delivery ul li.f_call {
	background: url('../images/icons/microphone.png') no-repeat 0 50%;
}
footer #delivery ul li.f_mail {
	background: url('../images/icons/envelop.png') no-repeat 0 50%;
}
footer #delivery ul li em.em_contact {
	width:42px;
	height:43px;
	float:left;
	margin-right:10px;
	background: url('../images/icons/delivery_icon.png') no-repeat 0 -43px;
}
footer #delivery ul li span {
	float: left;
	margin-top: -3px;
	margin-bottom: 18px;
	color: #FFFFFF;
	/* text shadow */
	-moz-text-shadow: 0 1px 0 #000;
	-webkit-text-shadow: 0 1px 0 #000;
	-o-text-shadow: 0 1px 0 #000;
	text-shadow: 0 1px 0 #000;
}
footer div.tweetsbox {
	color: #999;
	-moz-text-shadow: 0 1px 0 #000;
	-webkit-text-shadow: 0 1px 0 #000;
	-o-text-shadow: 0 1px 0 #000;
	text-shadow: 0 1px 0 #000;
	font-weight: 400;
	background-image: url(../images/icons/twitter_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 12px;
	padding-left: 80px;
	height: 80px;
}


/* latest tweets style */
footer div.tweets {
	width: 100%;
	background: #383637;
	padding: 12px 0;
	margin: 30px 0;
	border-top: 1px solid #595959;
	border-bottom: 1px solid #595959;
	-webkit-box-shadow: inset 0px 0px 10px 10px rgba(40,40,40,0.75);
	-moz-box-shadow: inset 0px 0px 10px 10px rgba(40,40,40,0.75);
	box-shadow: inset 0px 0px 10px 10px rgba(40,40,40,0.75);
}
footer div.tweets p {
	line-height: 40px;
	font-size: 14px;
}

footer div.tweets h2 a {
	font-size: 24px;
	color: #666;
	text-decoration: none;
	font-family: 'nexa_lightregular', Arial, Tahoma, "sans-serif;";
}
footer div.tweets h2 a:hover {
	color: #F60;
	text-decoration: none;
}


footer div.tweets ul {
	width:93%;
	float:left;
}
footer div.tweets ul li {
	color: #999;
	-moz-text-shadow: 0 1px 0 #000;
	-webkit-text-shadow: 0 1px 0 #000;
	-o-text-shadow: 0 1px 0 #000;
	text-shadow: 0 1px 0 #000;
	font-weight: 400;
	background-image: url(../images/icons/fitquote_twitter_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 12px;
	padding-left: 50px;
	line-height: 40px;
	display: block;
	height: 40px;
}

footer div.tweets ul li a:link, footer div.tweets ul li a:visited {
	color: #F60;
	font-size: 12px;
}
footer div.tweets ul li a:hover, footer div.tweets ul li a:active {
	color: #FFF;
}

/* pagers for paginate tweets */
footer div.tweets div.pagers {
	float:right;
	padding:12px 0;
}
footer div.tweets div.pagers button {
	width:24px;
	height:20px;
	margin-left:1px;
	display:inline-block;
	text-indent:-999999em;
	background-color:#444;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	border:none;
	cursor: pointer;
}
footer div.tweets div.pagers button:hover {
	background-color:#ff6633;
}
footer div.tweets div.pagers button.prev {
	background-image: url('../images/icons/left_white_icon.png');
	background-repeat:no-repeat; 
	background-position:50% 50%;
}
footer div.tweets div.pagers button.nxt {
	background-image: url('../images/icons/right_white_icon.png');
	background-repeat:no-repeat; 
	background-position:50% 50%;
}
.social-text {
	width: 200px;
	float: left;
}


/* copyright */
footer p {
	color:#aaa;
	font-size:13px;
	-moz-text-shadow:0 1px 0 #000;
	-webkit-text-shadow:0 1px 0 #000;
	-o-text-shadow:0 1px 0 #000;
	text-shadow:0 1px 0 #000;
	line-height:22px;
	float:left;
}
footer p a:link, footer p a:visited {
	color:#d0d0d0;
}
footer p a:hover, footer p a:active {
	color:#eee;
}


/* footer socials */
footer ul.socials {
	float:right;
}

footer ul.socials li {
	float:left;
}
footer ul.socials li a {
	float: left;
	margin-left: 3px;
	width: 50px;
	height: 50px;
	display: block;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	font: 0/0 a;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: .8;
}
footer ul.socials li a:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
/* twitter */
footer ul.socials li a.twitter {
	background-image: url(../images/icons/twitter-icon.png);
}
footer ul.socials li a.twitter:hover {
	background-color: #009fe3;
	border: none;
	border-radius: 90%;
}
/* facebook */
footer ul.socials li a.facebook {
	background-image: url(../images/icons/facebook-icon.png);
}
footer ul.socials li a.facebook:hover {
	background-color: #266aa8;
	border: none;
	border-radius: 90%;
}
/* google plus */
footer ul.socials li a.googlep {
	background-image: url(../images/icons/gplus-icon.png);
}
footer ul.socials li a.googlep:hover {
	background-color: #ff6633;
	border: none;
	border-radius: 90%;
}
/* vimeo */
footer ul.socials li a.vimeo {
	background-image: url(../images/icons/pinterest-icon.png);
}
footer ul.socials li a.vimeo:hover {
	background-color: #FF0000;
	border: none;
	border-radius: 90%;
}
/* skype */
footer ul.socials li a.skype {
	background-image:url('../images/icons/so_skype.png');
}
footer ul.socials li a.skype:hover {
	background-color: #00aff0;
	border-color:#00aff0;
}
/* linkedin */
footer ul.socials li a.linked {
	background-image:url('../images/icons/so_linked.png');
}
footer ul.socials li a.linked:hover {
	background-color: #009640;
	border-color:#009640;
}
.fq_bar {
	background-color: #333;
	height: 38px;
	clear: both;
	margin-top: 10px;
	background-image: url(../images/bg/fq_bar_bg.png);
	background-position: 0px 0px;
	background-repeat: repeat-x;
}
.fq_orange {
	background-color: #F63;
	clear: both;
	padding-bottom: 30px;
	background-image: url(../images/bg/orangeBG.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
}
.copyright  {
	background-color: #F63;
	color: #FFF;
	margin-top: 20px;
	-moz-text-shadow: 0px 0px 0px !important;
	-webkit-text-shadow: 0px 0px 0px !important;
	-o-text-shadow: 0px 0px 0px !important;
	text-shadow: 0px 0px 0px !important;
	clear: both;
	font-size: 11px !important;
}
.copyright p {
	color: #FFF;
	-moz-text-shadow: 0px 0px 0px !important;
	-webkit-text-shadow: 0px 0px 0px !important;
	-o-text-shadow: 0px 0px 0px !important;
	text-shadow: 0px 0px 0px !important;
	clear: both;
	font-size: 11px !important;
}
.copyright p a {
	color: #FFF !important;
	text-decoration: none !important;
}
.copyright p a:hover {
	color: #FFF !important;
	text-decoration: underline !important;
}



.cc-icons {
	color: #FFF;
	margin-top: 20px;
	-moz-text-shadow: 0px 0px 0px !important;
	-webkit-text-shadow: 0px 0px 0px !important;
	-o-text-shadow: 0px 0px 0px !important;
	text-shadow: 0px 0px 0px !important;
	clear: both;
}
.cc-icons a {
	display: block;
	text-indent: -99999px;
	height: 50px;
	width: 300px;
	background-image: url(../images/cc-cards/cc-icons.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #F63;
}
.copyright p img {
	float: left;
}

.dadi {
	padding-bottom: 40px;
	line-height: 60px;
	color: #C63;
	padding-top: 40px;
	font-size: 10px;
}
.designBy {
	height: 60px;
	line-height: 60px;
	color: #F63;
	background-image: url(../images/bg/designByDadi_logo.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
	width: 86px;
	padding-right: 20px;
	font-size: 0em;
}
.designBy a {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 60px;
	width: 86px;
	display: block;
	color: #F63;
	font-size: 0.01em;
	text-indent: -99999px;
	background-image: url(../images/bg/designByDadi_logo.jpg);
}
.designBy a:hover {
	background-repeat: no-repeat;
	background-position: 0px -60px;
	height: 60px;
	width: 86px;
	background-image: url(../images/bg/designByDadi_logo.jpg);
}
.dadiTxt {
	float: left;
	color: #933;
}
.dadiTxt a {
	color: #933;
	text-decoration: none;
}
.dadiTxt a:hover {
	color: #FF9;
	text-decoration: none;
}






/*======== end footer style =======*/




/*
widget panel style 
=============================*/
#sideWidget {
    position:fixed;
    top:90px;
    left:-168px;
    z-index:999999;
}
#sideWidget div.bgPatterns {
    float:left;
    width:140px;
    background:#fff;
    padding:12px;
    border:1px solid #e0e0e0;
    /* box shadow */
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
	-o-box-shadow: 0 0 10px rgba(0,0,0,.2);
	box-shadow: 0 0 10px rgba(0,0,0,.2);
}
#sideWidget div.bgPatterns h4 {
    font:400 14px 'nexa_boldregular', sans-serif;
    color:#555;
}
#sideWidget div.bgPatterns a {
    font:0/0 a;
    width:24px;
    height:24px;
    display:block;
    float:left;
    margin:0 6px 12px 0;
    border:1px solid #ddd;
}
#sideWidget div.bgPatterns a:hover {
    opacity: .7;
    -moz-opacity: .7;
    filter:alpha(opacity=70);  
}
/* the ancher link */
#sideWidget a.WidgetLink {
    float:left;
    font:0/0 a;
    padding:20px 16px;
    border-left:none;
    display: block;
    background:#4b4b4b url('../images/icons/widgetIcon.png') no-repeat 50% 50%;

    border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
}



/*========================= error boxes messages ===================*/

/*========== all classes ===========*/
.success, .warning, .attention, .information {
	margin: 20px 0px;
	padding:8px 10px 8px 35px;
	color: #555555;
	/* border rounded */
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	/* box shadow */
	-webkit-box-shadow: 0 2px 2px #e0e0e0;
	-moz-box-shadow: 0 2px 2px #e0e0e0;
	-o-box-shadow: 0 2px 2px #e0e0e0;
	box-shadow: 0 2px 2px #e0e0e0;
}
.success a, .warning a, .attention a, .information a {
	color: #555555;
	-o-border-radius: 3px;
	-o-box-shadow: 0 2px 2px #e0e0e0;
}

.success {
	background: #EAF7D9 url('../images/icons/success.png') 10px center no-repeat;
	border: 1px solid #BBDF8D;
	/* border rounded */
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	/* box shadow */
	-webkit-box-shadow: 0 2px 2px #e0e0e0;
	-moz-box-shadow: 0 2px 2px #e0e0e0;
	-o-box-shadow: 0 2px 2px #e0e0e0;
	box-shadow: 0 2px 2px #e0e0e0;
}
.warning {
	background: #FFD1D1 url('../images/icons/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
	/* border rounded */
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	/* box shadow */
	-webkit-box-shadow: 0 2px 2px #e0e0e0;
	-moz-box-shadow: 0 2px 2px #e0e0e0;
	-o-box-shadow: 0 2px 2px #e0e0e0;
	box-shadow: 0 2px 2px #e0e0e0;
}
.attention {
	background: #FFF5CC url('../images/icons/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;
	/* border rounded */
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	/* box shadow */
	-webkit-box-shadow: 0 2px 2px #e0e0e0;
	-moz-box-shadow: 0 2px 2px #e0e0e0;
	-o-box-shadow: 0 2px 2px #e0e0e0;
	box-shadow: 0 2px 2px #e0e0e0;
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding-top: 8px;
	padding-right: 6px;
	cursor: pointer;
}

/*============== end it =======================*/ 

.compare-info {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.compare-info tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
}
.compare-info td {
	padding: 7px;
	width: 20%;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info .name a {
	font-weight: bold;
}
.compare-info .price-old {
	font-weight: bold;
	color: #F00;
	text-decoration: line-through;
}
.compare-info .price-new {
	font-weight: bold;
}

#search-container {
	padding: 3px;
	border: 2px solid #efefef;
}

.search-content {
	padding: 14px;
	background-color: white;
}


/*==== manufacturer ====*/
.manufacturer-list {
	padding: 3px;
	overflow: auto;
	margin-bottom: 20px;
	border: 2px solid #efefef;
}
.manufacturer-heading {
	background: #F8F8F8;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 8px;
	margin-bottom: 6px;
}
.manufacturer-content {
	padding: 8px;
	background: #fff;
}
.manufacturer-list ul {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #fff;
	margin-bottom: 10px;
}

.content {
	color: #FFF;
}
