/*-----------------------------------------------------------------------------------

	0.	CSS Reset & Clearfix
	1.	Document Setup (body, common classes, vertical rhythm, structure etc)
	2.	jQuery UI
	3.	FlexSlider
	4.	BC FIXES

-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/*	0.	CSS Reset & Clearfix - http://meyerweb.com/eric/tools/css/reset/
/*-----------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, center, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	word-wrap: break-word;
}
ol, ul {
	/*list-style: none;*/
}
li {display: list-item}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
} /* Hide from IE Mac \*/
.clearfix {
	display: block;
} /* End hide from IE Mac */
.none {
	display: none;
} /* End Clearfix */


/*-----------------------------------------------------------------------------------*/
/*	1.	Document Setup (body, common classes, vertical rhythm, structure etc)
/*-----------------------------------------------------------------------------------*/

body {
	font-size: 12px;
	font-family: "Arial", Helvetica, Arial, sans-serif;
	line-height: 20px;
	background: #f0f0f0;
	color: #777;
}
.hidden {
	display: none;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
}
a {	
	color: #3e93b0; 
	-moz-transition: color 0.1s linear 0s;
	-gecko-transition: color 0.1s linear 0s;
	-o-transition: color 0.1s linear 0s;
	text-decoration: none;
	outline: none;
}
a:link{ 
	color: #3e93b0; text-decoration: none; 
}
a:visited { 
	color: #3e93b0; 
}
a:hover, table.cart a:hover { 
	color:#d74646; 
}
::selection { /* This is highlighted text*/
    background: #3e93b0;
    color: #FFFFFF;
}
*::-moz-selection { /* This is highlighted text*/
    background: #3e93b0;
    color: #FFFFFF;
}
a img {
	border: none;
}
p, pre, ul, ol, dl, dd, blockquote, address, table, fieldset, form, .gallery-row, .post-thumb, .author-bio, #logo {
	margin-bottom: 15px;
}
.fine-print { 
	font-size: 10px; 
}
.req { 
	color: #F00; 
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}
.no-border { 
	border: none; 
}
.more {
	background: #303030;
    display: block;
    font-size: 11px;
    margin-top: 20px;
    padding: 4px 6px;
	width: 80px;
	text-align: center;
}
.more:hover {
	background: #3e93b0;
}
a span.more {
	color: #fff;
}
code, pre {
	border: 1px solid #EAEAEA;
	background: #eee;
	color: #000;
	padding: 10px;
	float: left;
}
blockquote {
	background:url("../images/quote_content.png") no-repeat 15px 50% #F9F9F9;
	font-family: "Droid Serif", Georgia, Times, serif;
	font-style: italic;
	margin-left: 30px 0 0 10px;
	padding: 10px 10px 10px 50px;
	color: #999;
}
blockquote span {
	color: #666;
}

/* Images -------------------------------*/
#page-content img, #sidebar img {
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px; 
}
.captchaimg img {
	width: 160px;
	height: 36px;
}
.flag img {
	width: 18px;
	height: 12px;
}

/* Headings ------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
	font-family:"Cabin Condensed", Helvetica, Arial, sans-serif;
	color: #424242;
	line-height: 1.3em;
}
h1 {
	font-size: 26px;
	margin: 0 0 20px;
}
h2 {
	font-size: 24px;
	margin: 0 0 15px;
}
h3 {
	font-size: 20px;
	margin: 0 0 15px;
}
h4 {
	font-size: 16px;
	margin: 0 0 10px;
	line-height: 1.5em;
}
h5 {
	font-size: 14px;
	margin: 0 0 15px;
}
h6 {
	font-style: italic;
	font-size: 14px;
	margin: 0 0 20px;
	color: #999999
}
h4.title {
	background: url("../images/dots.png") repeat-x 0 9px;
	margin-bottom: 15px;
}
#page-title h1, #page-title h2, #page-title h3, #page-title h4 {
	margin-bottom: 0;
}
.title span {
	background: #fff;
	padding-right: 5px;
}
#footer-middle .title span {
	background: #3f92b0;
}

/* Lists ------------------------------*/
ul.list li {
	list-style-type: disc;
	margin-left: 15px;
}
ul.bullet li, li.bullet {
	background: url("../images/list-icons/bullet.png") no-repeat 1px 6px;
	padding: 0 0 0 20px;
	border: 0;
}
ul.arrow li, li.arrow {
	background: url("../images/list-icons/bullet_arrow.png") no-repeat 1px 7px;
	padding: 0 0 0 20px;
	border: 0;
}
ul.arrow-2 li, li.arrow-2 {
	background: url("../images/list-icons/bullet_arrow_2.png") no-repeat 1px 6px;
	padding: 0 0 0 20px;
	border: 0;
}
ul.arrow-3 li, li.arrow-3 {
	background: url("../images/list-icons/bullet_arrow_3.png") no-repeat 1px 6px;
	padding: 0 0 0 20px;
	border: 0;
}
ul.tick li, li.tick {
	background: url("../images/list-icons/bullet_tick.png") no-repeat 1px 5px;
	padding: 0 0 0 20px;
	border: 0;
}
ul.tick-2 li, li.tick-2 {
	background: url("../images/list-icons/bullet_tick_2.png") no-repeat 1px 6px;
	padding: 0 0 0 20px;
	border: 0;
}
ul.cross li, li.cross {
	background: url("../images/list-icons/bullet_cross.png") no-repeat 1px 5px;
	padding: 0 0 0 20px;
	border: 0;
}
ul.circle li, li.circle {
	background: url("../images/list-icons/bullet_circle.png") no-repeat 1px 6px;
	padding: 0 0 0 20px;
	border: 0;
}
ul.comment li, li.comment {
	background: url("../images/list-icons/bullet_comment.png") no-repeat 1px 5px;
	padding: 0 0 0 20px;
	border: 0;
}
ul.file li, li.file {
	background: url("../images/list-icons/bullet_file.png") no-repeat 1px 5px;
	padding: 0 0 0 20px;
	border: 0;
}
ul.plus li, li.plus {
	background: url("../images/list-icons/bullet_plus.png") no-repeat 1px 5px;
	padding: 0 0 0 20px;
	border: 0;
}
ul.square li, li.square {
	background: url("../images/list-icons/bullet_square.png") no-repeat 1px 6px;
	padding: 0 0 0 20px;
	border: 0;
}
ul.star li, li.star {
	background: url("../images/list-icons/bullet_star.png") no-repeat 1px 4px;
	padding: 0 0 0 20px;
	border: 0;
}
ol {
	margin-left: 15px;
}
ol li {
    margin-left: 10px;
	list-style-type: decimal;
}

/* Buttons ------------------------------*/
.cat_button, input[type=submit] {
    background: url("../images/buttons.png") repeat-x scroll left top transparent;
    border: 1px solid #D1D1D1;
	color: #555960;
    border-radius: 4px 4px 4px 4px;
    font-size: 12px;
    height: 29px;
	margin: 0 10px 20px 0;
    display: inline-block;
	cursor: pointer;
}
a.cat_button {
	line-height: 29px;
	padding: 0 11px 0;
	color: #555960;
}
.cat_button:hover {
    text-decoration: none;
}
.cat_button.white, .cat_button {
    border: 1px solid #D1D1D1;
    color: #555960;
    text-shadow: 1px 1px 0px #ffffff;
}
.cat_button.white:hover, .cat_button:hover {
	background-position: 0 -261pxpx;
}
.cat_button.black {
    background-position: 0 -29px;
    border-color: #222;
    color: #FFFFFF;
    text-shadow: 1px 1px 0 #000000;
}
.cat_button.black:hover {
    background-position: 0 -290px;
    border-color: #222;
    color: #FFFFFF;
}
.cat_button.red {
    background-position: 0 -58px;
    border-color: #BF5D44;
    color: #FFFFFF;
    text-shadow: 1px 1px 0 #C6382B;
}
.cat_button.red:hover {
    background-position: 0 -319px;
    border-color: #BF5D44;
    color: #FFFFFF;
}
.cat_button.blue {
    background-position: 0 -87px;
    border-color: #4489BF;
    color: #FFFFFF;
    text-shadow: 1px 1px 0 #246595;
}
.cat_button.blue:hover {
    background-position: 0 -348px;
    border-color: #4489BF;
    color: #FFFFFF;
}
.cat_button.green {
    background-position: 0 -116px;
    border-color: #75B443;
    color: #FFFFFF;
    text-shadow: 1px 1px 0 #579029;
}
.cat_button.green:hover {
    background-position: 0 -377px;
    border-color: #75B443;
    color: #FFFFFF;
}
.cat_button.orange {
    background-position: 0 -145px;
    border-color: #D98129;
    color: #FFFFFF;
    text-shadow: 1px 1px 0 #C74928;
}
.cat_button.orange:hover {
    background-position: 0 -406px;
    border-color: #D98129;
    color: #FFFFFF;
}
.cat_button.violet {
    background-position: 0 -174px;
    border-color: #B740DA;
    color: #FFFFFF;
    text-shadow: 1px 1px 0 #9B3EB4;
}
.cat_button.violet:hover {
    background-position: 0 -435px;
    border-color: #B740DA;
    color: #FFFFFF;
}
.cat_button.aqua {
    background-position: 0 -203px;
    border-color: #06BFBF;
    color: #FFFFFF;
    text-shadow: 1px 1px 0 #308895;
}
.cat_button.aqua:hover {
    background-position: 0 -464px;
    border-color: #06BFBF;
    color: #FFFFFF;
}
.cat_button.grey {
    background-position: 0 -232px;
    border-color: #6F6F6F;
    color: #FFFFFF;
    text-shadow: 1px 1px 0 #444444;
}
.cat_button.grey:hover {
    background-position: 0 -493px;
    border-color: #6F6F6F;
    color: #FFFFFF;
}

/* Large Buttons */
.cat_button.large {
    background: url("../images/buttons-large.png") repeat-x scroll left top transparent;
    height: 35px;
	font-size: 13px;
}
a.cat_button.large {
	line-height: 35px;
}
.cat_button.large.white:hover, .cat_button.large:hover  {
	background-position: 0 -315px;
}
.cat_button.large.black {
    background-position: 0 -35px;
}
.cat_button.large.black:hover {
    background-position: 0 -350px;
}
.cat_button.large.red {
    background-position: 0 -70px;
}
.cat_button.large.red:hover {
    background-position: 0 -385px;
}
.cat_button.large.blue {
    background-position: 0 -105px;
}
.cat_button.large.blue:hover {
    background-position: 0 -420px;
}
.cat_button.large.green {
    background-position: 0 -140px;
}
.cat_button.large.green:hover {
    background-position: 0 -455px;
}
.cat_button.large.orange {
    background-position: 0 -175px;
}
.cat_button.large.orange:hover {
    background-position: 0 -490px;
}
.cat_button.large.violet {
    background-position: 0 -210px;
}
.cat_button.large.violet:hover {
    background-position: 0 -525px;
}
.cat_button.large.aqua {
    background-position: 0 -245px;
}
.cat_button.large.aqua:hover {
    background-position: 0 -560px;
}
.cat_button.large.grey {
    background-position: 0 -280px;
}
.cat_button.large.grey:hover {
    background-position: 0 -595px;
}

/* Breaks ------------------------------*/
.break {
	height: 1px;
	margin: 20px 0;
	background: #EEEEEE;
}
.dot-break {
	background: url("../images/dots.png") repeat-x;
	height: 7px;
	margin: 20px 0;
}

/* Inputs ------------------------------*/
input[type="text"], select, textarea {
    width: 100%;
}
input[type='text'],
textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
input.cat_textbox_small, input.cat_textbox, textarea.cat_listbox,
.productTextInput, select, .cartInputText, .discountcodeInput,
.textbox, textarea.cat_listbox_small {
	background: #fff;
    border: 0 none;
    color: #666666;
    display: inline-block;
    font-family: Arial;
    font-size: 12px;
    margin: 5px 5px 5px 0;
    padding: 6px 4px;
    position: relative;
	border: 1px solid #D3D3D3;
	width: 100%;
    -webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px; 
    -webkit-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.1);
	   -moz-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.1);
			box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.1); 
}
#footer-middle input.cat_textbox_small, #footer-middle input.cat_textbox {
	color: #888;
	background: #eee;
	border: 1px solid #ddd;
	margin: 2px 2px 2px 0;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none; 
}
#footer-middle div.form div.item, #footer-middle div.webform div.item {
	padding: 3px 0;
}
.productTextInput {
	width: 35px;
}

/* Title Headers ------------------------------*/
.box-header {
	background: url("../images/grey-menu-bg.png") repeat left -5px #fff;
	border: 1px solid #EEEEEE;
	-webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
       -moz-border-radius-topleft: 4px;
       -moz-border-radius-topright: 4px;
	 		border-top-left-radius: 4px;
			border-top-right-radius: 4px;
}
.box-header h4 {
	margin: 0;
	padding: 7px 10px;
	font-size: 15px;
}
.box-content {
	border-color: #eee;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	padding: 10px;
	margin-bottom: 20px;
	-webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
       -moz-border-radius-bottomleft: 4px;
       -moz-border-radius-bottomright: 4px;
	 		border-bottom-left-radius: 4px;
			border-bottom-right-radius: 4px;
}

/* Paginations ------------------------------*/
ul.pagination {
	clear: both;
}
.full-pagination {
	margin-top: 20px;
}
.pagination li.pag-current { 
	padding: 5px 8px;
	margin: 0 2px;
	background: #EAEAEA;
}
.pagination a { 
	padding: 5px 8px;
	margin: 0 2px;
	color: #fff;
	background: #3BA8C0;
}
.pagination a:hover { 
	background: #000;
}

/* Message Banners ------------------------------*/
.message-banner {
	width: 98%;
	padding: 1%;
	text-align: center;
	font-size: 18px;
	font-family: "Droid Serif", Georgia, Times, serif;
	font-style: italic;
	line-height: 1.2em;
}
.message-title {
	float: left;
}
.message-title h3 {
	margin-bottom: 2px;
}
.message-title h4 {
	margin-bottom: 0;
	font-weight: 400;
}
#slide-panel h3 {
	margin-bottom: 2px;
}
#slide-panel h4 {
	margin-bottom: 0;
	font-weight: 400;
}
/* Box Border Banners */
.box-border {
	background: url("../images/box-bg.png");
    padding: 30px 10px;
    position: relative;
	left: -10px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	width: 100%;
}
.twelve .box-border {
	left: 0px;
}
.sixteen .box-border {
	left: -20px;
	padding: 30px 20px;
}
.box-border .cat_button {
	margin: 0;
}
.box-border h2 {
	color: #666;
	margin: 0;
}
.box-border p {
	margin-top: 15px;
	margin-bottom: 0;
}
.box-border img {
	margin: 0 5px;
}
/* System Messages ------------------------------*/
div#messageBox {
	position: fixed;
	bottom: 15px;
	right: 15px;
	font-size: 14px;
	background-color: #000000;
	color: #FFFFFF;
	padding: 8px;
	display: none;
}
.system-message, .system-error-message {
	background-color: none;
	border: none;
	color: #666;
	margin: 18px;
	height: auto !important;
	min-height: 10px;
	padding: 20px;
}
.system-message h1, .system-error-message h1 {
	color: #000;
	margin: 0 0 10px 0;
}
.system-message a:link, .system-error-message a:link {
	color: #1969bc;
}
.alert  {
    padding: 12px 5% 12px 5%;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    text-align: center;
    margin: 0 0 20px 0;
}
.alert.white, .system-message {
    background: #fff;
    border: 1px solid #e4e4e4;
    color: #444444;
}
.alert.red, .system-error-message {
    background: #FFD7D8;
    border: 1px solid #f9bac7;
    color: #d54c4c;
}
.alert.orange {
    background: #FFCBA8;
    border: 1px solid #efd1b1;
    color: #cc6600;
}
.alert.green {
    background: #D5FFCA;
    border: 1px solid #cadba7;
    color: #5f8b33;
}

/*-----------------------------------------------------------------------------------*/
/*	2.	jQuery UI
/*-----------------------------------------------------------------------------------*/
/* Tabs ------------------------------*/
.ui-tabs .ui-tabs-hide {
    position: absolute;
    left: -10000px;
}
.tabs {
	margin: 0 0 20px 0;
}
.tabs ul.nav {
	list-style: none;
	margin: 0;
	padding: 0;
}
.tabs ul.nav li {
	float: left;
	position: relative;
	margin: 0 2px -1px 0;
	z-index: 10;
}
.tabs ul.nav li a {
	border: 1px solid #EFEFEF;
	border-bottom: none;
	display: block;
	overflow: hidden;
	padding: 5px 10px 0 10px;
	height: 24px;
	background: #FBFBFB;
	-webkit-border-radius: 3px 3px 0 0;
	   -moz-border-radius: 3px 3px 0 0;
	   		border-radius: 3px 3px 0 0;
}
.tabs ul.nav li.ui-tabs-selected a {
	height: 25px;
	background: #fff;
	color: #37393C;
}
.tabs .tab {
	background: #fff;
	padding: 10px;
	border: 1px solid #EFEFEF;
}

/* Toggle ------------------------------*/
.toggle {
	margin: 0 0 20px 0;
}
.toggle h4 {
	font-size: 12px;
	padding: 10px; 
	background: #FBFBFB;
	border: 1px solid #EFEFEF;
	cursor: pointer;
	border-bottom: 1px solid #EFEFEF!important;
	margin: 0 !important;
}
.toggle-inner {
	padding: 10px;
	background: #fff;
	border: 1px solid #EFEFEF;
	border-top: none;
}
.toggle .ui-icon {
	background: #F00;
	width: 10px;
	height: 10px;
	float: left;
	margin: 3px 10px 0 0;
}
.toggle .ui-icon {
    background: url("../images/toggle-closed.png") no-repeat;
    width: 12px;
    height: 12px;
    float: left;
    margin: 3px 10px 0 0;
}
.toggle .ui-state-active .ui-icon { background: url("../images/toggle-open.png") no-repeat; }

/*-----------------------------------------------------------------------------------*/
/*	3.	FlexSlider
/*-----------------------------------------------------------------------------------*/

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
.no-js .slides > li:first-child {display: block;}

.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/*-----------------------------------------------------------------------------------*/
/*	4.	BC FIXES
/*-----------------------------------------------------------------------------------*/
.ibox_wrapper {
	top: 0!important;
}
#overlay, #lightbox {
	z-index: 9999!important;
}