/*
	PrestaShop CSS
	18 used colors: 
	10 grays: #374853 #595a5e #5d717e #76839b #888 #bdc2c9 #d0d1d5 #d0d3d8 #e5e6e7 #f1f2f4
	4 fushias: #f6dce8 #dd2a81 #971d58 #5d0630
	2 yellows: #f8e1a0 #f9e400
	1 green: #488c40
	1 red: #da0f00
*/

* {
	padding: 0;
	margin: 0
}
body {
	background: #ffffff;
	/*background: #5d5e6d;*/
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #5d717e;
	text-align: center;
	position:relative;
}

table {
	margin:0 auto !important; /*fix for firefox "table align=center not working for cms pages", except ie */
}


#form_style {
	overflow:hidden;
	background: #ffffff !important;
	
	padding: 10px; /*global padding for templates*/
}

#cms_page.rte {
	overflow:hidden;
	background: #ffffff !important;
}

/*
Default Font Typography for cms pages
Edited at .rte, .mceContentBody at line 426
*/


#wrapper_1 {  /* top */
/*
	overflow:hidden;
	background: url('../img/wrapper1_bg.png') repeat-x 0 0 transparent;
	height:31px;
	width:100%;
	left:0px;
	top:0px;
	position:absolute;
*/
}

#wrapper_2 {   /* top 2 */
	overflow:hidden;
	background: url('../img/wrapper2_bg.png') repeat-x 0 0 transparent;
	width:100%;
}

#wrapper_3 { /* footer */
/*
	overflow:hidden;
	background: url('../img/wrapper3_bg.png') repeat-x 0 100% transparent;
*/
}


#columns {
	overflow:hidden; /*allow small cms content to stretch the entire page, so the cart and categories do not go over the bottom borders */
	border:0px solid;
	/*width: 1022px;*/
	/*background: url('../img/content_middle.png') repeat-y 0 0 transparent;*/
	/*background: #ffffff;*/
	/*padding-top:30px;*/
	/*padding-bottom:30px;*/
}

#columns #columns_header {
	display:none;
/*
	background: url('../img/columns_header.png') no-repeat 0 0 transparent;
	height: 10px;
*/
}

#columns #columns_content {
	/*background: url('../img/columns_bg.png') repeat-y 0 0 transparent;*/
	/*padding:10px 10px 0px 10px;*/
	padding-bottom:30px;
	/*background: #bcbbc0;*/
}

#columns #columns_footer {
	display:none;
/*
	background: url('../img/columns_footer.png') no-repeat 0 0 transparent;
	height:10px;
*/
}


/* global style */
a {
	color: #5d717e;
	text-decoration: underline;
	outline: none
}
a:hover { text-decoration: none }
.input:focus { outline: 0 }
a img {
	vertical-align: bottom;  /* Fix image bottom white gap fix for <div><img/></div> or <a><img/></a> structure. */
	outline: none;
	border: none;
	text-decoration: none;
}
h1, .rte h1, .mceContentBody h1 {
	background: transparent url('../img/title_bg.png') no-repeat top left !important;
	/*background: #000000;*/
	font-weight: 700 !important;
	font-family: 'Exo' !important;
	font-size: 16px !important;
	line-height: 40px !important;
	height: 40px !important;
	width:100% !important;
	text-transform: uppercase !important;
	color: #ffffff !important;
	padding-left: 15px !important;
	margin:0 !important;
	/*margin-top:-4px !important;*/
}
h1 span {
	font: 400 14px 'Exo';
	color: #ffffff;
	text-transform: none;
	/*font-style: italic;*/
	margin-left: 1em
}
h2 {
	background: transparent url('../img/title_bg.png') no-repeat top left;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.6em;
	height: 21px;
	text-transform: uppercase;
	color: #ffffff;
	padding-left: 0.5em;
	margin:0.5em 0;
	/*margin-top:-4px;*/
}
h2 span {
	font-size: 0.9em;
	text-transform: none;
	font-weight: normal;
	font-style: italic;
	color: #374853;
	margin-left: 1em
}
h3 { font-size: 1.1em; margin: 1em 0 }
h4 { font-size: 1em }

/* global layout */
#page {
	overflow: hidden; /* DO NOT DELETE THIS! */
	/*background: url('../img/page_bg.png') repeat-y 0 0 transparent;*/
	/*background: #ffffff;*/
	border: 0px solid;
	width: 930px;
	margin: 0 auto;
	text-align: left;
}

#header {
	position: relative; /* DO NOT DELETE THIS! BLOCKS USE POSITIONS RELATIVE TO THIS! */
	height: 180px;
	/*background: url('../img/header_bg.png') 0px 90px no-repeat transparent;*/
	/*background: #ffffff;*/
	/*width:1044px;*/
}

#header_logo {
	display:block;
	float: left;
	left:0px;
	top:23px;
	position: absolute;
	z-index: 1;
}
img.logo {
	float: left;
	/*margin-top: 40px;*/
	font-size: 2em;
	font-weight: bold
}

#header_bg {
	display:block;
	float: left;
	left:0px;
	top:2px;
	position: absolute;
	z-index: 0;
}

#left_column, #center_column, #right_column {
	float: left; /*flick the left coloumn (categories and cart) on the right or left hand side*/
}

/* DO NOT USE PADDING, USE MARGINS */
#left_column {
	clear: left;
	margin-top:41px;
	margin-left:0px;
	margin-right:15px;
	/*width: 245px;*/
	/*background: none repeat scroll 0 0 #BCBBC0;*/
	/*display:none;*/
}

#right_column {
	width: 245px; /*191px;*/
	margin-left: 0; /*21px;*/
	overflow: hidden;
}

#center_header {
	display:none;
	overflow:hidden;
	/*
	background: url('../img/center_header.png') no-repeat 0 0 transparent;
	height: 18px;
	margin-top:7px;
	margin-left:330px;
	*/
}

#center_column {
	position: relative;
	overflow: hidden;
	border:0px solid;
	width: 695px;
	min-height:400px; /* makes the footer stick on the bottom */
	/*background: url('../img/center_column_bg.png') repeat-y scroll 0 0 transparent;*/
}

#center_footer {
	/*
	background: url('../img/center_footer.png') no-repeat 0 0 transparent;
	height: 18px;
	*/
}



#old_center_column { display: none }

.ac_results_instant {
	display: none;
	visibility: hidden
}
#instant_search_results a.close {
	background: url("../img/nav-logout.gif") no-repeat scroll right 2px transparent;
	float: right;
	margin-right: 7px;
	padding-right: 21px;
	text-transform: none
}

/* Useful */
.floatr{float:right}
.float{float:left}
.floatl{float:left}

.align_center { text-align: center }
.align_right { text-align: right }
.middle { vertical-align: middle }
.align_justify { text-align: justify }
.uppercase { text-transform: uppercase }
.hidden, .collapsed, .block_hidden_only_for_screen { display: none }
.wrap { white-space: normal }
.bold { font-weight: bold }
.strike { text-decoration: line-through }
.italic { font-style: italic }
.top { vertical-align: top }
.span_link { cursor: pointer }
.span_link:hover { text-decoration: underline }
.clear { clear: both }
.hide { display: none; }
.flatclear { clear: both;line-height:0;height:0 }
br.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
	height: 0
}
noscript ul { list-style-type: none; background: black; color: white; padding: 10px; border: 1px solid gray }
/* new clearfix */
.clearfix:after { 
	clear: both; 
	display: block; 
	height: 0; 
	font-size: 0; 
	visibility: hidden; 
	content: "."; 
}
* html .clearfix { zoom: 1 }
*:first-child+html .clearfix { zoom: 1 }

/* Footer links */
.footer_links {
	list-style-type: none;
	clear: both;
	height: 2em;
	margin-top: 2em
}
.footer_links li {
	float: left;
	margin-right: 2em;
	height: 2em
}
.footer_links a { text-decoration: none }
.footer_links a:hover { color: black }
.footer_links img.icon { vertical-align: -2px }

/* transfert effect*/
.transferProduct { border: 2px solid #888 }

/* simple list inline */
.inline_list { list-style-type: none; margin-top: 1em }
.inline_list li { float: left; text-align: center }
.inline_list img { display: block }
ul.half {
	width: 45%;
	margin-right: 1em;
	float: left
}

/* Category tree (i.e. in sitemap) */
div.tree_top {
	background: url('../img/sitemap-top.gif') no-repeat -1px -3px;
	padding-left: 24px;
	padding-bottom: 5px;
	padding-top: 3px
}
ul.tree, ul.tree ul { list-style-type: none }
ul.tree li {
	padding-left: 1.2em;
	border-left: 1px gray dotted;	
	background: url(../img/sitemap-horizontal.png) no-repeat left 10px;
	margin-left: 1em
}
ul.tree a { padding-left: 0.2em }
ul.tree a.selected { font-weight: bold }
ul.tree li.last {
	background: url(../img/sitemap-last.gif) no-repeat -12px -2px;
	border: none
}
span.grower { cursor: pointer }

/* Tabs */
.idTabs {
	overflow:hidden;
	clear: both;
	list-style-type: none;
	border-bottom: solid 0px #76839b;
	margin-top: 1em;
}
ul.idTabs li {
	float: left;
	margin-right: 5px;
}
.idTabs a {
	/* background-image: url('../img/tab_bg.jpg'); */
	display: block;
	width: 135px;
	height: 31px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font: 700 17px/29px 'Exo';
	color: #ffffff
}
.idTabs .selected {
	/* background-image: url('../img/tab_bg_selected.jpg'); */
	color: #ffffff
}

/* IdTabs Short*/
.idTabsShort a {
	background: url("../img/not_selected_tab.png") no-repeat scroll 0 0 transparent;
	width:135px;
	height:31px;
	line-height:31px;
	color: #ffffff;
}
.idTabsShort .selected {
	background: url("../img/selected_tab.png") no-repeat scroll 0 0 transparent;
	width:135px;
	height:31px;
	line-height:31px;
	color: #ffffff;
}
div.sheets {
	clear: both;
	padding: 1em
}
#more_info_sheets li {
	background-position: 6px 4px;
	margin-bottom: 0.4em 
}


/* Note: the following styles can stuff up the footer styles in FireFox BEWARE !*/

/* global RTE fields */
.rte, .mceContentBody {
	text-align: left;
	font-family: 'Exo';
	font-size: 15px;
	font-weight:400;
	color:#333333;
}
body.mceContentBody {
	margin: 9px 6px;
	/*width: 556px;*/
	width:100%;
}
.rte html,.rte div,.rte span,.rte applet,.rte object,.rte iframe,.rte h1,.rte h2,.rte h3,.rte h4,.rte h5,.rte h6,.rte p,.rte blockquote,.rte pre,.rte a,.rte abbr,.rte acronym,.rte address,.rte big,.rte cite,.rte code,.rte del, .rte dfn, .rte em,.rte font,.rte img,.rte ins,.rte kbd,.rte q,.rte s,.rte samp,.rte small,.rte strike,.rte strong,.rte sub,.rte sup,.rte tt,.rte var,.rte dl,.rte dt,.rte dd,.rte ol,.rte ul,.rte li,.rte fieldset,.rte form,.rte label,.rte legend,.rte table,.rte caption,.rte tbody,.rte tfoot,.rte thead,.rte tr, .rte th,.rte td, .mceContentBody html, .mceContentBody div, .mceContentBody span, .mceContentBody applet, .mceContentBody object, .mceContentBody iframe, .mceContentBody h1, .mceContentBody h2, .mceContentBody h3, .mceContentBody h4, .mceContentBody h5, .mceContentBody h6, .mceContentBody p, .mceContentBody blockquote, .mceContentBody pre, .mceContentBody a, .mceContentBody abbr, .mceContentBody acronym, .mceContentBody address, .mceContentBody big, .mceContentBody cite, .mceContentBody code, .mceContentBody del, .mceContentBody dfn, .mceContentBody em, .mceContentBody font, .mceContentBody img, .mceContentBody ins, .mceContentBody kbd, .mceContentBody q, .mceContentBody s, .mceContentBody samp, .mceContentBody small, .mceContentBody strike, .mceContentBody strong, .mceContentBody sub, .mceContentBody sup, .mceContentBody tt, .mceContentBody var, .mceContentBody dl, .mceContentBody dt, .mceContentBody dd, .mceContentBody ol, .mceContentBody ul, .mceContentBody li, .mceContentBody fieldset, .mceContentBody form, .mceContentBody label, .mceContentBody legend, .mceContentBody table, .mceContentBody caption, .mceContentBody tbody, .mceContentBody tfoot, .mceContentBody thead, .mceContentBody tr, .mceContentBody th, .mceContentBody td {
	margin: 0;
	padding: 0;
	/*border: 0;*/
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	/*vertical-align: baseline*/ /*remove coz don't need it, and causes alignment issues with iframes*/
}
.rte h1,.rte h2,.rte h3,.rte h4,.rte h5,.rte h6, .mceContentBody h1, .mceContentBody h2, .mceContentBody h3, .mceContentBody h4, .mceContentBody h5, .mceContentBody h6 {
	margin: 0.75em 0 0.3em 0;
	color: #374853
}
/*
.rte h1, .mceContentBody h1 {
	background: transparent url('../img/title_bg.png') no-repeat top left;
	font: bold 14px/42px Arial;
	text-transform: uppercase;
	color: #ffffff;
	padding-left: 21px;
	margin:0;
}*/
.rte h2, .mceContentBody h2 {
	font-size: 20px;
	background: none;
	text-transform: none;
	height: auto
}
.rte h3, .mceContentBody h3 { font-size: 16px }
.rte h4, .mceContentBody h4 { font-size: 14px }
.rte h5, .mceContentBody h5 { font-size: 12px }
.rte h6, div.rte h6 { font-size: 8px }
.rte ol, .mceContentBody ul, div.rte ol, .mceContentBody ul { padding-left: 2em }
.rte ul, .mceContentBody ul {
	list-style-type: square;
	margin-left: 10px
}
.rte strong, .mceContentBody strong { font-weight: bold }
.rte em, .mceContentBody em { font-style: italic }

/* tables still need 'cellspacing="0"' in the markup */
.rte table, .mceContentBody table {
	/*
	border-collapse: separate;
	border-spacing: 1px;
	*/
	width: auto;
}
.rte caption, .rte th, .rte td, .rte table,
 .mceContentBody caption, .mceContentBody th, .mceContentBody td, .mceContentBody table {
	text-align: left;
	font-weight: normal;
	background: none;
	/*height: inherit;*/ /* Disable! User can leave as empty or override the height */
	/*border: 1px #e5e6e7 solid;*/ /*fix for cms(if table border=0, it did not remove the border) */
	text-align: center
}
.rte th, .mceContentBody th {
	padding-left: 1em;
	padding-right: 1em;
	background: #e5e6e7
}
#center_column .rte p, .mceContentBody p { padding-left: 0; margin: 0.5em 0 }
.rte ol, .mceContentBody ol {
	list-style-type: decimal;
	margin-left: 10px
} 

/* /global RTE fields */

/* global table style */
div.table_block {
	/*background: transparent url('../img/table_footer.gif') no-repeat bottom left;*/
	padding-bottom: 6px;
	margin: 0 auto 2em;
	/*width: 541px*/
	width:100%;
}
table.std {
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%
}
/*class table.std */
.std td,.std th { padding: 0.4em 0.5em }
.std th { white-space: nowrap }
.std tr.item td,.std .item th { background-color: white }
.std tr.alternate_item td,
.std tr.alternate_item th { background-color: #f1f2f4 }
.std tbody td,.std tfoot td { border-top: 1px solid #bdc2c9 }
.std thead th {
	background-color: transparent;
	/*background-image: url('../img/table_header.gif');*/
	background-repeat: no-repeat;
	height: 24px;
	color: #374853;
	font-weight: bold;
	text-align: left;
	white-space: nowrap
}
.std th.first_item { background-position: top left }
.std th.last_item { background-position: top right }
.std th.item { background-position: -5px 0 }
.std tfoot td {
	color: #374853;
	text-align: right;
	white-space: nowrap
}

/* /global table style */

/* global form style */
form.std { clear: both }
form.std h3 {
	color: #555;
	font-size: 1.4em;
	font-weight: normal;
	border-bottom: 1px solid #d0d1d5;
	padding: 0.5em;
	margin: 0 0 0.5em 0
}
form.std fieldset {
	border: 1px solid #d0d3d8;
	background: #D0D1D5 url('../img/form_bg.jpg') repeat-x top left;
	margin-bottom: 1em;
	padding-bottom: 1em
}
form.std legend {
	padding: 0.3em 0.6em;
	margin: 1em 0 1em 0.5em;
	font-size: 1.6em;
	font-weight: 100;
	border-color: #d0d1d5;
	border-style: solid;
	border-width: 1px
}
form.std h4, form.std p {
	padding: 0.3em 1em;
	clear: both
}
form.std label, form.std p span {
	float: left;
	text-align: right;
	width: 30%;
	padding-right:3px;
}
form.std p span.like_input {
	width: auto;
	margin-left: 0.7em
}
input, textarea, select, span.editable {
	/*margin-left: 0.7em;*/
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	outline: none
}
input, textarea, select { border: 1px solid #bdc2c9 }
input.text {
	height: 18px;
	padding-left: 2px;
	padding-right: 2px
}
.checkbox input, .radio input { border: none }
form.std .checkbox label, form.std .radio label, form.std span.form_info {
	margin: 0;
	float: none;
	text-align: left
}
.required sup { color: #da0f00 }
form.std p.checkbox { padding-left: 30% }
form.std p.submit {
	padding-left: 31%!important;
	margin-bottom: 1.5em
}
#center_column form.std p.submit2 {
	float:left;
	/*padding-left: 170px;*/
	margin-bottom: 1.5em
}

/* START OF BUTTONS SECTION
 * -tags: input, a, span
 * -sizes: mini, small, normal, large
 * -types: button, exlusive
 * -status: normal, hover, disabled
 * -rule: the span.button is a a.button disabled
*/

/* global button */
input.button_mini, input.button_small, input.button, input.button_large,
input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled,
input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled,
a.button_mini, a.button_small, a.button, a.button_large,
a.exclusive_mini, a.exclusive_small, a.exclusive, a.exclusive_large,
span.button_mini, span.button_small, span.button, span.button_large,
span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large, span.exclusive_large_disabled {
	background-repeat: no-repeat;
	background-position: top left;
	border: none;
	color: black;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	display: block;
	line-height: 18px;
	height: 18px
}

/* input button */
/*
input.button_mini, input.button_small, input.button, input.button_large,
input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled,
input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled {
	padding-bottom: 2px
}
*/

/* disabled button */
input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled,
span.button_mini, span.button_small, span.button, span.button_large,
span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large, span.exclusive_large_disabled {
	background-position: left -36px;
	cursor: default;
	color: #888!important
}

/* exclusive button */
input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled,
a.exclusive_mini, a.exclusive_small, a.exclusive, a.exclusive_large,
span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large, span.exclusive_large_disabled {
	color: white!important
}

/* exclusive disabled button */
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled, span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large {
	/* color: #488c40!important */
}

/* hover button */
input.button_mini:hover, input.button_small:hover, input.button:hover, input.button_large:hover,
input.exclusive_mini:hover, input.exclusive_small:hover, input.exclusive:hover, input.exclusive_large:hover,
a.button_mini:hover, a.button_small:hover, a.button:hover, a.button_large:hover,
a.exclusive_mini:hover, a.exclusive_small:hover, a.exclusive:hover, a.exclusive_large:hover {
	/*background-position: left -18px;*/
}

/* exclusive hover button */
/*
input.exclusive_mini:hover, input.exclusive_small:hover, input.exclusive:hover, input.exclusive_large:hover, a.exclusive_mini:hover, a.exclusive_small:hover, a.exclusive:hover, a.exclusive_large:hover {
	color: white!important
}
*/



/* EVENTUALLY REPLACE ALL TEMPLATES TO USE button_mini,button_small, button_medium, button_large, NOT button!!!! */
/* Keep this so we can use this as a default prestashop button for none common templates behing used! */
input.button, input.button_disabled, input.exclusive, input.exclusive_disabled, a.button, a.exclusive, span.button, span.exclusive {
	background: url('../img/button.png') no-repeat 0 0 transparent;
	display:block;
	width: 110px;
	height: 23px;
	font: bold 12px/23px "Arial";
	color: #ffffff !important; /* leave this here! */
}

input.button:hover, a.button:hover {
	background: url('../img/button.png') no-repeat 0 0 transparent;
}


/*input.button_mini, input.button_mini_disabled, input.exclusive_mini, input.exclusive_mini_disabled, a.button_mini, a.exclusive_mini, span.button_mini, span.exclusive_mini {*/
input.button_mini, input.button_mini_disabled, a.button_mini, span.button_mini {
	border: 0px solid;
	cursor: pointer;
	background: url('../img/button-mini.png') no-repeat 0 0 transparent;
	width: 30px;
	height: 23px;
	font: bold 12px/23px "Arial";
	color: #ffffff !important; /* leave this here! */
}

/*input.button_small, input.button_small_disabled, input.exclusive_small, input.exclusive_small_disabled, a.button_small, a.exclusive_small, span.button_small, span.exclusive_small {*/
input.button_small, input.button_small_disabled, a.button_small, span.button_small {
	border: 0px solid;
	cursor: pointer;
	background: url('../img/button-small.png') no-repeat 0 0 transparent;
	width: 71px;
	height: 23px;
	font: bold 12px/23px "Arial";
	color: #ffffff !important; /* leave this here! */
}
/*input.button_small:hover, input.button_small_disabled:hover, input.exclusive_small:hover, input.exclusive_small_disabled:hover, a.button_small:hover, a.exclusive_small:hover, span.button_small:hover, span.exclusive_small:hover {*/
input.button_small:hover, input.button_small_disabled:hover, a.button_small:hover, span.button_small:hover {
	background: url('../img/button-small2.png') no-repeat 0 0 transparent;
}


/*input.button_medium, input.exclusive_medium, input.exclusive_medium_disabled, a.button_medium, a.exclusive_medium, span.button_medium, span.exclusive_medium {*/
input.button_medium, a.button_medium, span.button_medium {
	border: 0px solid;
	cursor: pointer;
	background: url('../img/button-medium.png') no-repeat 0 0 transparent;
	display:block;
	width: 101px;
	height: 23px;
	font: bold 12px/23px "Arial";
	color: #ffffff !important; /* leave this here! */
	text-align:center;
	text-decoration: none;
	text-transform: none;
}
/*input.button_medium:hover, input.exclusive_medium:hover, input.exclusive_medium_disabled:hover, a.button_medium:hover, a.exclusive_medium:hover, span.button_medium:hover, span.exclusive_medium:hover {*/
input.button_medium:hover, a.button_medium:hover, span.button_medium:hover {
	background: url('../img/button-medium2.png') no-repeat 0 0 transparent;
}


/*input.button_large, input.button_large_disabled, input.exclusive_large, input.exclusive_large_disabled, a.button_large, a.exclusive_large, span.button_large, span.exclusive_large, span.exclusive_large_disabled {*/
input.button_large, input.button_large_disabled, a.button_large, span.button_large {
	border: 0px solid;
	cursor: pointer;
	background: url('../img/button-large.png') no-repeat 0 0 transparent;
	width: 180px;
	height: 23px;
	color: #ffffff !important; /* leave this here! */
	font: bold 12px/23px "Arial";
	text-decoration: none;
	text-transform: none;
}
/*input.button_large:hover, input.button_large_disabled:hover, input.exclusive_large:hover, input.exclusive_large_disabled:hover, a.button_large:hover, a.exclusive_large:hover, span.button_large:hover, span.exclusive_large:hover, span.exclusive_large_disabled:hover {*/
input.button_large:hover, input.button_large_disabled:hover, a.button_large:hover, span.button_large:hover {
	background: url('../img/button-large2.png') no-repeat 0 0 transparent;
}



/* exclusive buttons */
input.exclusive, input.exclusive_disabled, a.exclusive, span.exclusive {
	background: url('../img/button-medium_exclusive.png') no-repeat 0 0 transparent;
	width: 101px;
	height: 23px;
	font: bold 12px/23px "Arial";
	color: #ffffff !important; /* leave this here! */
	text-decoration: none;
	text-transform: none;
}
input.exclusive:hover, input.exclusive_disabled:hover, a.exclusive:hover, span.exclusive:hover {
	background: url('../img/button-medium_exclusive2.png') no-repeat 0 0 transparent;
}


input.exclusive_mini, input.exclusive_mini_disabled, a.exclusive_mini, span.exclusive_mini {
	background: url('../img/button-mini_exclusive.gif') no-repeat 0 0 transparent;
	
	
}

input.exclusive_small, input.exclusive_small_disabled, a.exclusive_small, span.exclusive_small {
	background: url('../img/button-small_exclusive.gif') no-repeat 0 0 transparent;
}

input.exclusive_large, input.exclusive_large_disabled, a.exclusive_large, span.exclusive_large, span.exclusive_large_disabled {
	background: url('../img/button-large_exclusive.png') no-repeat 0 0 transparent;
	width: 180px;
	height: 23px;
	font: bold 12px/23px "Arial";
	color: #ffffff !important; /* leave this here! */
	text-decoration: none;
	text-transform: none;
}
input.exclusive_large:hover, input.exclusive_large_disabled:hover, a.exclusive_large:hover, span.exclusive_large:hover, span.exclusive_large_disabled:hover {
	background: url('../img/button-large_exclusive2.png') no-repeat 0 0 transparent;
}






/* classic buttons */
/*
input.button_mini, input.button_mini_disabled, input.exclusive_mini, input.exclusive_mini_disabled, a.button_mini, a.exclusive_mini, span.button_mini, span.exclusive_mini {
	width: 30px;
	background-image: url('../img/button-mini.png')
}
input.button_small, input.button_small_disabled, input.exclusive_small, input.exclusive_small_disabled, a.button_small, a.exclusive_small, span.button_small, span.exclusive_small {
	width: 60px;
	background-image: url('../img/button-small.png')
}
input.button, input.button_disabled, input.exclusive, input.exclusive_disabled, a.button, a.exclusive, span.button, span.exclusive {
	width: 120px;
	background-image: url('../img/button-medium.png')
}
input.button_large, input.button_large_disabled, input.exclusive_large, input.exclusive_large_disabled, a.button_large, a.exclusive_large, span.button_large, span.exclusive_large, span.exclusive_large_disabled {
	width: 180px;
	background-image: url('../img/button-large.png')
}
*/

/* exclusive button */
/*
input.exclusive, input.exclusive_disabled, a.exclusive, span.exclusive { background-image: url('../img/button-medium_exclusive.png') }
input.exclusive_mini, input.exclusive_mini_disabled, a.exclusive_mini, span.exclusive_mini { background-image: url('../img/button-mini_exclusive.gif') }
input.exclusive_small, input.exclusive_small_disabled, a.exclusive_small, span.exclusive_small { background-image: url('../img/button-small_exclusive.gif') }
input.exclusive_large, input.exclusive_large_disabled, a.exclusive_large, span.exclusive_large, span.exclusive_large_disabled { background-image: url('../img/button-large_exclusive.gif') }
*/




/* id_state field in managed via JS and is firstly hidden */
form p.id_state { display: none }

/* generic style */
ul.bullet li, .block ul.bullet li, li.bullet {
	padding-left: 2em;
	background: transparent url('../img/bullet.gif') no-repeat 6px 6px;
	list-style-type: none
}

.price-discount { color: #ff0000; text-decoration: line-through; }
.price-pretax { color: gray }
.price-ecotax { color: #488c40 }
img.icon { margin-right: 0.5em; vertical-align: middle }
.weight-price {
	font-size: 0.75em;
	text-align: right;
	color: gray
}

.volume-price {
	font-size: 0.75em;
	text-align: right;
	color: gray
}

.unity-price {
	font-size: 0.75em;
	text-align: right;
	color: gray
}

.price, .price-shipping, .price-wrapping {
	color: #da0f00;
	font-size: 1.1em;
	/*font-weight: bold;*/
	white-space: nowrap
}

/* errors */
.error {
	width: 90%;
	color: #da0f00;
	margin: 0.3em auto 1.5em auto;
	padding: 0.3em 0.8em 1em
}
.error p { font-weight: bold }
.error li {
	list-style-position: inside;
	list-style-type: decimal-leading-zero;
	padding-left: 3em
}

/* warning */
.warning {
	color: black;
	font-size: 1.2em;
	background-color: #F8E1A0;
	border: 1px dashed #F9E400;
	font-weight: bold;
	margin: 0.2em 2em;
	padding: 0.6em 1em
}
.warning_inline {
	color: #da0f00;
	font-weight: bold
}

/* success */
.success {
	color: green;
	font-weight: bold;
	margin: 0.2em 1em;
	padding: 0.3em 0.8em 1em
}
.success_inline {
	color: green;
	font-weight: bold
}

/* breadcrumb.tpl */
.breadcrumb {
	/*background: url('../img/breadcrumb_header.png') repeat-y 0 11px #ffffff;*/	/* give the breadcrumb it's own background image so it's not part of the main page background.*/
	font: 700 16px/40px 'Exo';
	height:41px;
	color: #00b7a7;
	padding-left: 4px;
	text-transform: uppercase;
	text-align: right;
	
	/* To position anywhere */
	/*
	position:absolute;
	top:40px;
	left:13px;
	*/
}
.breadcrumb .navigation-pipe {
	padding: 0 0.6em;
	color: #b6da18;
}
.breadcrumb a {
	text-decoration: none;
	color: #b6da18;
}
.breadcrumb a:hover { text-decoration: underline }

/* pagination.tpl */
div.pagination {
	overflow: hidden;
	clear:both;
	padding: 5px 0 5px 0;
	margin-left:4px;
}
ul.pagination {
	list-style: none;
	float: right; /* flick the pagination left or rightside */
}
ul.pagination li {
	display: inline;
	float: left;
	margin-right: 0.3em
}
ul.pagination li, ul.pagination a, ul.pagination span {
	font: 700 11px 'Exo';
	color: #888888;
}
ul.pagination a, ul.pagination span {
	/*border: 1px solid #888;*/
	padding: 0em 0.6em; /*adjust padding and spacing of pages here*/
	display: block;
	line-height: 23px;
	background: url('../img/pagination-bg.png') 0 0 repeat-x transparent; /*change rest of pages background here*/
}
ul.pagination a { text-decoration: none }
ul.pagination .current span {
	/*background: #f3008f;*/
	background: url('../img/pagination-current-bg.png') 0 0 repeat-x transparent; /*change current page background here*/
	color: #ffffff;
	/*border: 1px solid #595a5e*/
}
ul.pagination li.truncate {
	padding: 0.3em;
	background: none
}
#pagination_previous a, #pagination_previous span, #pagination_next a, #pagination_next span {
	background: none;
	border: none;
	line-height: 19px;
	border-color: #d0d1d5;
	/*border-style: solid;*/
	border-width: 0 1px
}
#pagination_previous {
	text-align: center; /* leave */
	background: url('../img/pagination-prev-bg.png') 0 0 no-repeat transparent; /*change prev background here*/
	width: 69px;
	height: 25px;
	margin-left:0px;
}
#pagination_previous a, #pagination_previous span {
	font: 700 12px/25px 'Exo';
	color:#ffffff;
	border-left: none;
}
#pagination_next {
	text-align: center; /* leave */
	background: url('../img/pagination-next-bg.png') 0 0 no-repeat transparent; /*change next background here*/
	width: 47px;
	height: 25px;
	margin-right:0px;
}
#pagination_next a, #pagination_next span {
	font: 700 12px/25px 'Exo';
	color:#ffffff;
	border-right: none;
}
li.disabled span {
	color: #adadad !important;
	background-color: #f1f2f4
}
form.pagination { float:right; margin:10px 0px 0px 0px; }
form.pagination label {
	line-height: 1.4em;
	vertical-align: bottom;
	float: right;
	margin-left: 0.3em
}
form.pagination select { float: right }
form.pagination select option {
	font-size: 0.9em;
	padding-right: 1em
}
form.pagination input { float: right }

/* steps (like order step) */
ul.step {
	background: transparent url('../img/step_start.png') no-repeat bottom left;
	list-style: none;
	margin: 0.8em auto 2em;
	padding-left: 40px;
	height: 25px;
	width: 465px
}
ul.step li {
	height: 25px;
	float: left;
	width: 100px;
	text-align: center;
	background: transparent url('../img/step_standard.png') no-repeat bottom left
}
ul.step li.step_current {
	background: transparent url('../img/step_current.png') no-repeat bottom left;
	font-weight: bold
}
ul.step li.step_todo { font-style: italic }
ul.step li#step_end { width: 40px }
ul.step li#step_end { background: transparent url('../img/step_end.png') no-repeat bottom left }
ul.step li#step_end.step_current { background: transparent url('../img/step_end_current.png') no-repeat bottom left }
ul#order_step { /*background-color: white*/ }

/* product-sort.tpl */
#productsSortForm p {
	position: absolute;
	top:42px;
	right:10px;
	
	overflow:hidden;
	/*height: 1em;*/
	margin: 10px 0 10px 0;
}
#productsSortForm label, #productsSortForm select {
	float: right;
	text-transform: capitalize;
}
#productsSortForm label {
	font-family: 'Open Sans';
	font-size:13px;
	color: #ffffff;
	text-transform: lowercase;
	margin-right:5px;
}
#productsSortForm select { font-size: 1em }

/* Header */
#header_right ul { list-style: none }
#header_right form {
	border: none;
	margin-bottom: 0!important;
	display: inline
}
#header_right label {
	margin: 0;
	float: none
}

/* Footer */
#footer {
	border-top: 1px solid #d0d3d8;
	padding: 0.5em 0;
	clear: both
}

/* Default block style */
div.block {
	margin-bottom: 1em;
	width: 281px
}
#left_column div.block, #right_column div.block {
	/*padding-bottom: 5px;*/
	/*background: transparent url('../img/block_footer.png') no-repeat bottom left*/
}
div.block h4 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: 700;
	font-size: 1.2em;
	padding-left: 0.5em;
	/*border-bottom: 1px solid #595A5E;*/
	padding-top: 2px;
	line-height: 1.3em;
	color: #1B242B;
	/*height: 19px;*/
}
div.block h4 a { color: #374853 }
div.block ul { list-style: none }
div.block ul.tree li { padding-left: 1.2em }
div.block a:hover { text-decoration: underline }
#left_column div.block .block_content a.button_large,
 #right_column div.block .block_content a.button_large { margin: 0 0 0 -3px }
div.block .block_content {
	/*border-left: 1px #d0d3d8;
	border-right: 1px #d0d3d8;*/
	padding: 0 0.7em;
	/*background: #f1f2f4 url('../img/block_bg.jpg') repeat-x bottom left;*/
	min-height: 16px
}
div.block li {
	padding: 0.2em 0 0.2em 0em;
	list-style-position: outside
}
div.block a {
	color: #5F7B89;
	text-decoration: none
}

/* block exclusive */
#left_column div.exclusive, #right_column div.exclusive {
	/*background: transparent url('../img/block_exclusive_footer.jpg') no-repeat bottom left*/
	/*background:#2C3749;*/
}
div.exclusive h4 {
	/*background: transparent url('../img/block_header_exclusive.png') no-repeat top left;*/
	/*background:#2C3749;*/
	color: #FEFFFF;
}
div.exclusive h4 a { color: white }
div.exclusive li { margin-top: 0 }
div.exclusive, div.exclusive a { color: white }
div.exclusive .block_content {
	/*background: #bdc2c9 url('../img/block_exclusive_bg.jpg') repeat-x bottom left;*/
	background:#2C3749;
	border-left: 1px solid #595a5e;
	border-right: 1px solid #595a5e
}

/* block in the center column */
#center_column p { /*margin: 0.5em 0;*/ /* padding-left: 0.7em*/ }
#center_column div.block { width: 536px; margin: auto }
#center_column div.block h4 {
	/*background: transparent url('../img/block_header_large.png') no-repeat top left;*/
	background:#2C3749;
	height: 17px;
	color: white
}

/* Styles for products blocks */

/* block products (new, features, viewed, etc...) on left and right column */
.products_block li { margin-top: 0.2em }
.products_block li.item img { margin-right: 5px }
.products_block li.last_item { border: none }
.products_block li img {
	float: left;
	margin-right: 0.2em
}
.products_block p img {
	float: none;
	margin: 0 0 0 0.4em
}
.products_block li h5 {
	display: inline;
	font-size: 0.9em
}
.products_block li p a {
	font-weight: bold;
	font-size: 0.8em
}
.products_block dl {
	clear: both;
	border-top: 1px solid #374853;
	padding: 0 4px 4px
}
.products_block dl dt {
	margin-top: 0.3em;
	color: #595a5e
}
.products_block a.button_large { margin: 0.4em 0.4em 0 0.4em }
.products_block ul.product_images li {
	border: none;
	float: left;
	clear: none
}

/* Special style for block products in center column */
#center_column .products_block { border: none }
#center_column .products_block { color: #595a5e }
#center_column .products_block h4 { line-height: 1.3em }
#center_column .products_block .block_content {
	background: #d0d3d8 none;
	padding: 0
}
#center_column .products_block ul li:hover { background-color: #bdc2c9 }
#center_column .products_block ul li {
	float: left;
	background-color: #d0d3d8;
	margin-top: 0;
	padding: 0 0 1px;
	width: 133px;
	border-right: 1px solid #D0D3D8;
	/*border-bottom: 1px solid white*/
}
#center_column .products_block ul .product_accessories_description {
	margin: 0;
	padding: 0;
	/*height: 280px*/
}

/*#center_column .products_block li.last_item { float: none; clear: both }*/
#center_column .products_block li.last_item_of_line { border-right: none }
#center_column .products_block li.first_item_of_line { clear: both }
#center_column .products_block li.last_line { border-bottom: none }
#center_column .products_block p, #center_column .products_block h5 { margin: 0.5em 0.1em }
#center_column div.products_block h5 {
	display: block;
	margin-top: 8px;
	height: 2.57em
}
#center_column div.products_block h5 a {
	color: #374853;
	font-size: 1.1em
}
#center_column div.products_block ul li p {
	margin: 0;
	padding: 0
}
#center_column div.products_block div.product_desc {
	height: 9em;
	color: #595a5e;
	overflow: hidden
}
#center_column div.products_block a.product_image {
	display: block;
	background-color: transparent;
	margin-bottom: 2px;
	height: 129px;
}
#center_column div.products_block .product_accessories_description a.product_image {
	width:123px;
	height: 95px;
}
#center_column div.products_block a.product_description {
	display: block;
	width: 118px;
	/*height: 50px;*/
	margin: 0 auto 8px;
	overflow:hidden
}

#center_column div.products_block a.product_image img {
	float: none;
	margin: 0
}
#center_column div.products_block h5 { margin: 10px 5px 3px 5px }
#center_column div.products_block div.product_desc { margin: 0 5px }
#center_column div.products_block ul li div.product_desc a { font-weight: normal }
#center_column .products_block span.price {
	text-align: center;
	font-size: 1.5em;
	padding: 0.5em 0;
	/*display: block;*/
}
p.price_container { text-align: center }
#center_column .products_block .featured_price { margin-top: 2.5em }
#center_column .products_block a.button,
 #center_column .products_block a.exclusive,
  #center_column .products_block span.exclusive { margin: 0.5em auto }

/* Special style for block accessories in center column (product page) */
#center_column .products_block.accessories_block .block_content { background: none }
#center_column div.products_block.accessories_block div.product_desc { 
	height: 165px; 
	/*border-right: 1px solid #d0d3d8*/
}
#center_column .products_block.accessories_block .block_content li { background: none; text-align: center }
#center_column .products_block.accessories_block .block_content li h5,
 #center_column .products_block.accessories_block .block_content li a.product_description { /*font-size:12px; text-align:left*/ }
#center_column .products_block.accessories_block .block_content li.last_item a.product_image { border: none }

/* discount.tpl */
td.discount_value { white-space: nowrap }

/* shopping cart */
.cart_last_product { 
	width: 249px;
	margin: 0 auto 12px
}
.cart_last_product_header,
.cart_last_product_header .left {
	/* background: url('../img/table_header.gif') right 0; */
}
.cart_last_product_header .left {
	background-color:#fff;
	background-position:0 0;
	margin-bottom:5px;
	padding-left: 0px;
	width: 249px;
	height: 24px;
	line-height: 24px;
	color: #374853;
	font-weight: bold;
	text-align:center;
}
.cart_last_product_img { /*float:left*/ }
.cart_last_product_img img {
	margin:0 100px;
	border:1px solid #D0D1D5;
	width: 45px;
	height: 45px
}
.cart_last_product_content {
	text-align:center;
}
.cart_last_product_content a { text-decoration:none }
.cart_last_product_content h5 { font-size:9px }
.cart_last_product_content h5 a { color:#595A5E }

p.cart_navigation {
	clear: both;
	overflow:hidden;
	padding: 1em 0!important;
}
p.cart_navigation .button,
 p.cart_navigation .button_medium,
 p.cart_navigation .button_large { float: left }
p.cart_navigation .exclusive,
 p.cart_navigation .exclusive_large,
 p.cart_navigation .exclusive_large_disabled { float: right }
p.cart_navigation_extra {
	text-align: center;
	width: auto
}
form.std p.cart_navigation span {
	float: none;
	text-align: left;
	width: auto
}
#cart_summary tfoot td {
	border-top: none;
	line-height: 1.5em
}
#cart_summary tfoot tr.cart_total_product td { border-top: 1px solid #bdc2c9 }
#cart_summary tfoot tr.cart_total_price td { border-bottom: 2px solid #bdc2c9 }
#cart_summary .price, #cart_summary .price-discount {
	color: #595A5E;
	font-size: 1em;
	text-decoration: none
}
tr.cart_item td { padding: 0.5em 0 }
td.cart_product a { margin: 0 0.6em }
td.cart_product a img {
	border: 1px solid #d0d1d5;
	width: 45px;
	height: 45px
}
td.cart_product a:hover img { border: 1px solid #888 }
td.cart_description a { text-decoration: none }
td.cart_description a:hover { text-decoration: underline }
td.cart_description h5 a, td.cart_ref, td.cart_total { color: #595a5e }
td.cart_unit, td.cart_total, td.cart_discount_price { text-align: right }
td.cart_availability, td.cart_ref { text-align: center }
td.cart_total .price { font-weight: bold }
tr.cart_item td.cart_unit { padding-right: 1em }
td.cart_quantity {
	width: 7.5em;
	text-align: right
}
.cart_quantity_input { float: right; margin: 7px 10px 0 0; text-align:center;}
td.cart_quantity p, td.cart_quantity a {
	float: left;
	display: inline
}
td.cart_quantity p { padding-right: 0.3em }
td.cart_quantity .icon { margin-top: 0.9em }
td.cart_quantity a.cart_quantity_up,
 td.cart_quantity a.cart_quantity_down { display: block }
tr.cart_free_shipping { white-space: normal }
tr.cart_total_price { font-weight: bold }
#order tfoot p {
	margin: 0;
	float: left;
	width: 85%
}
#order tfoot span {
	float: right;
	width: 15%;
	display: block
}
#order #voucher fieldset {
	border: 1px solid #bdc2c9;
	padding: 0.7em
}
#order form#voucher fieldset #display_cart_vouchers {
	margin-top:5px;
	clear:both;
	float:left;
}
#order form#voucher fieldset #display_cart_vouchers .voucher_name {
	color:#DD2A81;
	font-weight:bold;
	cursor:pointer;
}
#order form#voucher h4,
 #order form#voucher p,
 #order form#voucher .button { display: inline }
#order form#voucher h4 {
	float: left;
	line-height: 1.5em;
	margin-right: 6em
}
#order #order_carrier {
	clear: both;
	margin-top: 1em;
	border: 1px solid #bdc2c9;
	padding: 0.5em
}
#order #order_carrier h4 {
	width: 50%;
	display: inline
}
#order #order_carrier img { vertical-align: middle }
#order #order_carrier span { margin: 0 0.2em }
#order #gift_div { display: none }
#order #gift_div label, #order #gift_div textarea {
	display: block;
	width: 100%;
	margin: 1em 0
}

#order-opc tfoot p {
	margin: 0;
	float: left;
	width: 85%
}
#order-opc tfoot span {
	float: right;
	width: 15%;
	display: block
}
#order-opc #voucher fieldset {
	border: 1px solid #bdc2c9;
	padding: 0.7em
}
#order-opc form#voucher fieldset #display_cart_vouchers {
	margin-top:5px;
	clear:both;
	float:left;
}
#order-opc form#voucher fieldset #display_cart_vouchers .voucher_name {
	color:#DD2A81;
	font-weight:bold;
	cursor:pointer;
}
#order-opc form#voucher h4,
 #order-opc form#voucher p,
 #order-opc form#voucher .button { display: inline }
#order-opc form#voucher h4 {
	float: left;
	line-height: 1.5em;
	margin-right: 6em
}
#order-opc #order_carrier {
	clear: both;
	margin-top: 1em;
	border: 1px solid #bdc2c9;
	padding: 0.5em
}
#order-opc #order_carrier h4 {
	width: 50%;
	display: inline
}
#order-opc #order_carrier img { vertical-align: middle }
#order-opc #order_carrier span { margin: 0 0.2em }

#order-opc #gift_div label, #order #gift_div textarea {
	display: block;
	width: 100%;
	margin: 1em 0
}

/* views block */
#views_block {
	overflow:hidden;
	display: block;
	/*margin: 0 auto;*/ /* Will turn on automatically if > 3 images! */
	width:335px;
}
#thumbs_list {
	overflow: hidden;
	float: left;
	width: 295px; /*Set viewport width! DO NOT REMOVE! */
}
#thumbs_list ul {
	padding-left: 0;
	list-style-type: none;
	margin-top: 5px
}
#thumbs_list li {
	float: left;
	cursor: pointer;
	margin-right: 5px;
	border: 1px solid #dedede;
/*
	width: 80px;
	height: 80px;
*/
}
#view_scroll_left, #view_scroll_right {
	background: url('../img/thumbs_left.gif') no-repeat center;
	text-indent: -3000px;
	width: 9px;
	height: 18px;
	float: left;
	margin-top: 40px;
	padding-right: 4px;
	padding-left: 4px
}
#view_scroll_right { background-image: url('../img/thumbs_right.gif') }
span.view_scroll_spacer {
	float: left;
	width: 17px;
	height: 80px
}

/* manufacturers-list.tpl && suppliers-list.tpl */
#manufacturers_list, #suppliers_list {
	margin-top: 2em;
	list-style-type: none
}
#suppliers_list li, #manufacturers_list li {
	position:relative;
	background: #d0d3d8 url('../img/block_category_item_bg.jpg') repeat-x;
	border: solid 1px #d0d3d8;
	padding: 5px;
	margin-bottom: 1.5em
}
#suppliers_list li a, #manufacturers_list li a {
	text-decoration: none;
	color: #374853
}
#suppliers_list li h3, #manufacturers_list li h3 { margin: 0.4em 0 }
#suppliers_list .left_side, #manufacturers_list .left_side {
	float: left;
	width: 75%
}
#suppliers_list .logo, #manufacturers_list .logo {
	border: solid 1px #d0d3d8;
	float: left;
	margin-right: 0.6em
}
#suppliers_list li p.description,
#manufacturers_list li p.description { font-size: 0.92em }
#suppliers_list li .right_side,
#manufacturers_list li .right_side {
	float: right;
	text-align: right
}
#suppliers_list .right_side span,
#manufacturers_list .right_side span {
	font-size: 1.4em;
	/*color: #da0f00*/
}
#suppliers_list li a.button,
#manufacturers_list li a.button { margin-top: 4em }

/* conditions & legal */
ul.shop_info {
	list-style-type: square!important;
	list-style-position: inside;
	padding: 0.6em;
	margin-top: 0.6em;
	margin-left: 2em;
	border: 1px solid #888
}
ul.shop_info li {
	padding-left: 0.5em!important;
	padding-bottom: 0.5em!important
}

/* conditions.tpl */
#conditions #right_column { display: none }
#conditions h2 { background: transparent url('../img/title_bg_large.gif') no-repeat top left }
#conditions #center_column {
	width: 730px;
	text-align: justify
}
#conditions #center_column ul,
 #conditions #center_column ol {
	margin-left: 2em;
	padding: 0.6em
}
#conditions #center_column ul { list-style-type: circle }
#conditions #center_column li { padding-bottom: 0.5em }
#conditions #center_column { line-height: 1.3em }

/* order step 3: PAYMENT */
.payment_module { display: block }
.payment_module img {
	vertical-align: middle;
	margin-right: 1em
}
.payment_module a {
	display: block;
	border: 1px solid #595a5e;
	padding: 0.6em;
	text-decoration: none
}
.payment_module a:hover, .payment_module a:focus, .payment_module a:active {
	border: 1px solid #488c40;
	background-color: #e5e6e7;
	color: #374853
}

/* Printable version */
@media print {
	div#left_column, div#right_column, div#footer, a.button, span.button , .button, ul#usefull_link_block, div#header_user, #languages_block_top, #search_block_top, #currencies_block_top, ul#header_links, ul.idTabs, #availability_statut br {
		display: none
	}
	div#center_column { width: 100% }
	input.text { border: 1px solid gray }
	.block_hidden_only_for_screen { 
		display: block; 
		margin-top: 1em 
	}
	#more_info_sheets #idTab1 { width: 530px }
	* { 
		background: none!important; 
		background-color: white!important; 
	}
}

/* Customizable product */
#customization_block { width: 556px }
.customization_block_title { margin: 4px 4px 4px 2px }
#customization_block ul { margin: 6px 6px 0 6px }
.customization_block_input { vertical-align: inherit }
img.customization_delete_icon { margin: 2px }
li.customizationUploadLine {
	text-align: left;
	margin-left: 4px;
	clear: left;
	padding: 4px;
	display: block
}
div.customizationUploadBrowse { float: left }
div.customizationUploadBrowseDescription { padding: 6px }
img.customizationUploaded {
	margin: 2px;
	border: 1px solid #888888
}
ul.customizationUploaded {
	list-style-type: none;
	margin-left: 4px
}
ul.customizationUploaded li { display: inline }
ul.customizationUploaded a { text-decoration: none }
div.customizationUploaded { clear: left }
div.deletePictureUploaded { float: right }
div.deleteCustomizableProduct { float: right }
ul.typedText {
	padding-left: 6px;
	list-style-type: none
}
/* mywishlist */
#mywishlist div#block-order-detail form.wl_send fieldset p input { margin-left: 60px }
#mywishlist div#block-order-detail {
	margin-top: 10px; 
	display: block
}
#mywishlist form.std fieldset label { width: 30px }
#mywishlist form.std fieldset input#submitWishlist { display: inline }
#mywishlist table.std thead th.mywishlist_first {
	text-align: center;
	width: 40px
}
#mywishlist table.std thead th.mywishlist_second {
	text-align: center;
	width: 80px
}
#mywishlist table.std thead th.first_item,
#mywishlist table.std tbody tr td { width: 200px }
#mywishlist div#block-order-detail ul li span.wishlist_product_detail select { margin: 0 }
#mywishlist div#block-order-detail { margin-top: 10px }
#mywishlist #hideBoughtProducts,
#mywishlist #showBoughtProducts {
	float: left;
	margin: -18px 0 0 5px
}
#mywishlist #showBoughtProducts,
#mywishlist #hideBoughtProductsInfos,
#mywishlist #hideSendWishlist { display: none }
#mywishlist #showBoughtProductsInfos,
#mywishlist #hideBoughtProductsInfos { margin-left: 5px }
#mywishlist #showSendWishlist,
#mywishlist #hideSendWishlist,
#mywishlist div#block-order-detail ul li a.exclusive {
	float: right;
	margin: -18px 0 0 0
}
#mywishlist div#block-order-detail table.wlp_bought_infos thead tr th { text-align: center }
#mywishlist div#block-order-detail table.wlp_bought_infos thead tr th.first_item { width: 300px }
#mywishlist div#block-order-detail table.wlp_bought_infos { margin: 0 0 0 10px }
#mywishlist div#block-order-detail ul li img { float: left }

/* View wishlish */
#view_wishlist #featured-products_block_center ul div li a img { float: left }
#view_wishlist #featured-products_block_center ul div li a,
 #view_wishlist #featured-products_block_center ul div li span {
	text-decoration: none;
	float: left
}
#view_wishlist #featured-products_block_center ul div li span.wishlist_product_detail,
 div#mywishlist div#block-order-detail ul li span.wishlist_product_detail {
	margin-left: 30px;
	float: left
}
div#mywishlist div#block-order-detail ul li span.wishlist_product_detail { margin-bottom: 5px } 
#view_wishlist #featured-products_block_center ul div li a.exclusive,
 #view_wishlist #featured-products_block_center ul div li span.exclusive {
	margin-left: 55px
}
#view_wishlist #featured-products_block_center ul div li.address_name input.text {
	color: #999;
	font-weight: bold;
	font-size: 11px;
	border: 0
}

/* module reversoform*/
.account_creation #reverso-form { width: 100% }
.account_creation #reverso-form label {
	width: 250px;
	text-align: left;
	margin-left: 10px
}
.account_creation #reverso-form label#legend_reverso {
	clear: both;
	width: 100%;
	font-size: 10px;
	text-align: left
}
.account_creation #reverso-form input#reverso_form { margin-top: 20px }

/* module productcomments */
.rating {
	cursor: pointer;
	margin: 2em;
	clear: both;
	display: block
}
.rating:after {
	content: '.';
	display: block;
	height: 0;
	width: 0;
	clear: both;
	visibility: hidden
}
.cancel, .star {
	float: left;
	width: 17px;
	height: 15px;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer
}
.cancel, .cancel a { background: url(../../../modules/productcomments/img/delete.gif) no-repeat 0 -16px }
.star, .star a { background: url(../../../modules/productcomments/img/star.gif) no-repeat 0 0 }
.cancel a, .star a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0
}
div.star_on a { background-position: 0 -16px }
div.star_hover a, div.star a:hover { background-position: 0 -32px }
.pack_content { margin: 10px 0 10px 0 }
.pack_price {
	float: right; 
	margin-right: 3px; 
	font-size: 12px
}
.confirmation { 
	color: #808000; 
	font-weight: bold 
}
#page .rte { background: transparent none repeat scroll 0 0;}

/* module paypalapi */
.paypalapi_about { text-align: justify }
.paypalapi_about ul { padding-left: 20px }

/* cms pages */
#cms div.content_only { 
	text-align: left; 
	padding: 10px 
}
.live_edit_feed_back_ok {
    color: #374853; 
    background-color: #DFFAD3; 
    padding: 4px; 
    border: 2px solid #72CB67
}
.live_edit_feed_back_ko {
    color: #374853; 
    background-color: #FAE2E3; 
    padding: 4px; 
    border: 2px solid #EC9B9B
}
.add_module_live_edit {
    background-color: #F1F2F4; 
    padding: 4px; 
    border: 2px solid #D0D3D8;
}




/* ����� homefeatured.tpl ����� */

/* TODO: Modify the template and stylesheet so it uses class instead of id, as homefeatured content is repeated many times */

#homefeatured  {
	position: relative;  /* DO NOT DELETE THIS! BLOCKS USE POSITIONS RELATIVE TO THIS! */
	border: 1px solid #e8e8e8;
	width: 200px !important;
	height: 320px !important;
	margin: 0px 10px 10px 0;  /* make negative "0px -1px -1px 0" to join lines together */
	
	background: url("../img/homefeatured_bg.png") repeat 0 0 transparent;
	/*background: #262626;*/
}
#homefeatured:hover .homefeatured_caption {
	display:block;
}

#homefeatured div.mask_rollover {
    background: url("../img/mask_rollover.png") repeat scroll 0 0 transparent;
	border:0px solid;
    cursor: pointer;
    width: 200px;
    height: 310px;
    left: 0;
    top: 0;
    position: absolute;
	z-index:5;
}

#homefeatured #homefeatured_header {
	/*background: url("../img/homefeatured_header.png") no-repeat 0 0 transparent;*/
	/*height: 5px;*/
}

#homefeatured #homefeatured_content {
	overflow: hidden;
	/*background: url("../img/homefeatured_bg.png") repeat-y scroll 0 0 transparent;*/
	border: 0px solid;
	/*padding: 13px 13px 13px 13px;*/
}

#homefeatured #homefeatured_footer {
	/*background: url("../img/homefeatured_footer.png") no-repeat 0 0 transparent;*/
	/*height: 5px;*/
}

#homefeatured .homefeatured_caption {
	background: url('../img/caption_bg.png') no-repeat scroll 0 0 transparent;
	border:0px solid;
	width:171px;
	height:79px;
	display:none;
	left:0px;
	bottom:0px;
	position:absolute;
}

#homefeatured .homefeatured_caption a {
	color: #ffffff;
	font: 14px Arial;
	text-decoration: none;
}


#homefeatured h4 {
	float:none; /*move left, right or none*/
	/*width:70px;*/
	
	/*height:40px;*/	
	padding: 2px 10px 2px 10px;
	text-align:center;
}

#homefeatured h4 a {
	font: 14px/10px Arial;
	font-weight:normal;
    color: #000000;
	text-decoration: none;
	text-transform: capitalize;
}

#homefeatured .price_container {
	overflow:hidden;
	float:none; /*move left, right or none*/
	/*width:70px;*/

	height:40px;
    padding: 2px 10px 2px 10px;
    text-align: center;
}

#homefeatured .price  {
	font: 16px "Arial";
	color: #9752ad;
}

#homefeatured .price-discount {
	display:block;
}

#homefeatured .product_desc {
	overflow:hidden;
	margin-top:10px;
}

#homefeatured .product_desc a {
	font: 13px/13px "Arial";
	color: #000000;
	text-decoration: none;
}


#homefeatured a.product_image img {
	border:1px solid #dedede;
	display: block;
    margin: 0 auto;
    vertical-align: bottom;
	
/*	
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-khtml-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
*/
}

#homefeatured .buttons_container {
	position: absolute;
	bottom:10px;
}
#homefeatured .buttons_container a.addtocart_button {
    float:left; /*align left or right or none(to center) */
    clear:none; /*block(to have buttons on the next line) */
    margin:0 auto; /*leave*/
	display:block; /*leave*/
}
#homefeatured .buttons_container a.addtocart_button:hover {
    /*background: url("../img/add_to_cart_button2.png") no-repeat scroll 0 0 transparent !important;*/
}

#homefeatured .buttons_container a.view_button {
    float:left; /*align left or right or none(to center) */
    clear:none; /*block(to have buttons on the next line) */
    margin:0 auto; /*leave*/
	display:block; /*leave*/	
}
#homefeatured .buttons_container a.view_button:hover {
    /*background: url("../img/view_button2.png") no-repeat scroll 0 0 transparent !important;*/
}


/* ����� blockuserinfo.tpl ����� */

#block_userinfo_1 {
	overflow:hidden;
	border:0px solid;
	right:0px;
	top:110px;
	z-index:5;
	position:absolute;
}

#block_userinfo_2 {
	overflow:hidden;
	border:0px solid;
	right:41px;
	top:120px;
	z-index:5;
	position:absolute;
}

#block_userinfo_3 {
	overflow:hidden;
	border:0px solid;
	right:0px;
	top: 10px;
	z-index:5;
	position:absolute;
	
	background: url('../img/contact_us_bg.png') no-repeat 0 0 transparent;
	width:211px;
	height:74px;
}
.contact_us {
	font-size:22px;
	font-family: 'Exo';
	font-weight:600;
	font-style:italic;
	line-height:23px;
	color:#b6da18;
	text-align:left;
	padding-top:15px;
	padding-left:60px;
}
.ie8 .phone_number {
	font-size:20px;
}
.phone_number {
	font-size:22px;
	font-family: 'Exo';
	font-weight:600;
	font-style:italic;
	line-height:23px;
	color:#ffffff;
	text-align:left;
	padding-top:7px;
	padding-left:40px;
}
				
				
#block_userinfo_4 {
	overflow:hidden;
	border:0px solid;
	right:295px;
	top:19px;
	z-index:5;
	position:absolute;
}

#block_userinfo_5 {
	overflow:hidden;
	border:0px solid;
	right:38px;
	top:35px;
	z-index:5;
	position:absolute;
}

#block_userinfo_6 {
	overflow:hidden;
	border:0px solid;
	left:10px;
	top:180px;
	z-index:3;
	position:absolute;
}

.block_userinfo_content {
	overflow:hidden;
	border:0px solid;
	/*margin:0 auto;*/
	/*width:700px;*/
	color:#001762;
	text-align:left;
	font:12px Verdana;
}

.block_userinfo_content li a {
	color: #1d2527;
    text-decoration: none;
}
.block_userinfo_content li a:hover {
	text-decoration: underline;
}



.block_userinfo_content li span.divider {
	float:left;
	color:#afafaf;
	margin-left:10px;
	margin-right:10px;
}

.block_userinfo_content li a#login {
	color: #7f7f7f;
	font: bold 13px/16px 'Exo'; /* adjust height here */
    text-decoration: none;
	text-transform: none;
	display: block;
	float:left;
	/*height: 47px;*/
}
.block_userinfo_content li a:hover#login {
	text-decoration: underline;
}

.block_userinfo_content li a#create_account {
	display: block;
	color: #00b7a7;
	font: bold 13px/16px 'Exo'; /* adjust height here */
    text-decoration: none;
	text-transform: none;
	text-align:center;
	/*text-shadow: #000000 2px 2px 2px;*/
	/*min-width: 80px;*/
	/*
	padding-left: 11px;
	padding-right: 10px;
	*/
}
.block_userinfo_content li a:hover#create_account {
	cursor: pointer;
	text-decoration: underline;
}

.block_userinfo_content li a#my_account {
	display: block;
	color: #00b7a7;
	font: bold 13px/16px 'Exo'; /* adjust height here */
    text-decoration: none;
	text-transform: none;
	text-align:center;
	/*text-shadow: #000000 2px 2px 2px;*/
	/*min-width: 80px;*/
}
.block_userinfo_content li a:hover#my_account {
	cursor: pointer;
	text-decoration: underline;
}

.block_userinfo_content li a#cart {
	display:block;
	cursor:pointer;
	color: #00b7a7;
	font: bold 13px/16px 'Exo'; /* adjust height here */
    text-decoration: none;
	/*text-shadow: #000000 2px 2px 2px;*/
	/*min-width: 112px;
	padding-left: 21px;
	padding-right: 10px;
	*/
}
.block_userinfo_content li a#cart:hover {
	text-decoration: underline;
}

.block_userinfo_content li a#cart .ajax_cart_quantity {
/*
	display: block;
	float: left;
	margin-right: 5px;
*/	
	margin-left: 0px;
}

.block_userinfo_content .ajax_cart_quantity, .block_userinfo_content .ajax_cart_product_txt, .block_userinfo_content .ajax_cart_product_txt_s, .block_userinfo_content .ajax_cart_no_product {
	color: #7f7f7f;
}



/* ����� blockcategoriestop.tpl ����� */

#block_categories_top {
    border: 0 solid;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 140px;
    z-index: 5;
}

#block_categories_top .categories_top_header  {
	float:left;
	background: url('../img/categories_top_header.png') no-repeat 0 0 transparent;
	width:8px;
	height:58px;
}

#block_categories_top .categories_top_content {
	width:980px;
	/*background: url('../img/categories_top_bg.png') no-repeat 0 0 transparent;*/
}

#block_categories_top .categories_top_footer  {
	float:left;
	background: url('../img/categories_top_footer.png') no-repeat 0 0 transparent;
	width:8px;
	height:58px;
}

.v2-blockcategoriestop {
	width:100%;
}
.v2-blockcategoriestop li {
	float:left;
	list-style-type:none;
}
.v2-blockcategoriestop li a {
	display:table-cell; /*Note: not compatible with IE7 & IE9(with compatibility turned on)*/
	background:url('../img/categorytopli_bg.png') repeat-x;
	font: bold 13px/17px Arial;
	height: 57px;
	width: 119px;
	text-align: center;	
	vertical-align:middle;
	text-decoration: none;
	text-transform: uppercase;
	color:#FFFFFF;
}
.v2-blockcategoriestop li a:hover,
.v2-blockcategoriestop li a.active {
	/*background:url('../img/categorytopli_bg.png') repeat-x;*/
	color:#2a8fd0;
}
.v2-blockcategoriestop li a span {
	/*margin:0 20px;*/
	/*vertical-align:middle;*/
}



/* ����� blockpermanentlinks-header.tpl ����� */

#block_menu {
	/*overflow:hidden;*/ /*NO OVERFLOW! disabled for ie7*/
	display:block;
	border:0px solid;
	position:absolute;
	left:0px;
	top:146px;
	z-index:999;
}

#block_menu .menu_header  {
	 /*background: url('../img/menu_header.png') no-repeat 0 0 transparent;
	 width:1010px;
	 height:20px;*/
}

#block_menu .menu_content {
	/*overflow:hidden;*/
	/*background: url('../img/menu_bg.png') no-repeat 0 0 transparent;*/
	width:948px;
	height:34px;
	position:relative;
}

#block_menu .menu_footer  {
	 /*background: url('../img/menu_footer.png') no-repeat 0 0 transparent;
	 width:1010px;
	 height:20px;*/
}

#block_menu .block_menu {
	overflow:hidden;
	margin-top:0px;
	margin-left:0px;
	background: url("../img/menu_divider.png") no-repeat scroll left 0 transparent;
	padding-left:2px;
}

.block_menu li {
	float:left;
	background: url('../img/menu_divider.png') no-repeat right 0px transparent;
}
.block_menu li.first {
}
.block_menu li.last {
	background: url("../img/menu_divider.png") no-repeat scroll right 0 transparent;
}

.ie8 .block_menu li a {
	font: 700 22px "Exo";
	padding: 2px 38px;
}
.block_menu li a {
    color: #ffffff;
    display: block;
    font: 700 21px "Exo";
    padding: 2px 44px;
	margin: 0px 2px 0 0px; 
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
}
.block_menu li a:hover, .block_menu li a.active {
    background: url('../img/menu_tab_bg.png') repeat-x 0px 0px transparent;
	color:#00b7a7;
}
.block_menu li.first a {

}
.block_menu li.last a {
	padding-right:42px;
}
.block_menu li.first a:hover, .block_menu li.first a.active {
/*
	-moz-border-radius: 20px 0px 0px 0px;
	-webkit-border-radius: 20px 0px 0px 0px;
	-khtml-border-radius: 20px 0px 0px 0px;
	border-radius: 20px 0px 0px 0px;
*/
}
.block_menu li.last a:hover, .block_menu li.last a.active {
/*
	-moz-border-radius: 20px 0px 0px 0px;
	-webkit-border-radius: 20px 0px 0px 0px;
	-khtml-border-radius: 20px 0px 0px 0px;
	border-radius: 20px 0px 0px 0px;
*/
}

.trigger ul.menu { display: none; }
.trigger:hover ul.menu { display: block; }


/* Use left and top to position the images where you want. Positions relative to menu content block. */
.block_menu li#block_menu_home {
    width: 157px;
    height: 55px;
	left:0px;
	top:0px;
	position:absolute;
}
.block_menu li#block_menu_home:hover, .block_menu li#block_menu_home a.active {
	cursor:pointer;
	background:url("../img/home_tab.png") no-repeat 0 0 transparent;
}

.block_menu li#block_menu_aboutus {
    width: 156px;
    height: 55px;
	left:159px;
	top:0px;
	position:absolute;
}
.block_menu li#block_menu_aboutus:hover, .block_menu li#block_menu_aboutus a.active {
	cursor:pointer;
	background:url("../img/aboutus_tab.png") no-repeat 0 0 transparent;
}

.block_menu li#block_menu_contactus {
    width: 156px;
    height: 55px;
	right:1px;
	top:0px;
	position:absolute;
}
.block_menu li#block_menu_contactus:hover, .block_menu li#block_menu_contactus a.active {
	cursor:pointer;
	background:url("../img/contactus_tab.png") no-repeat 0 0 transparent;
}

/*
.block_menu li#block_menu_aboutus { width: 177px; height: 62px; left: 580px; top: 0px; position: absolute; }
.block_menu li#block_menu_aboutus:hover, .block_menu li#block_menu_aboutus a.active {cursor:pointer; background: url('../img/aboutus_tab.png') no-repeat scroll 0pt 0pt transparent; }
*/

.block_menu li#block_menu_products {
    width: 156px;
    height: 55px;
	left:0px;
	top:0px;
	position:absolute;
}
.block_menu li#block_menu_products:hover, .block_menu li#block_menu_products a.active {
	cursor:pointer;
	background:url("../img/products_tab.png") no-repeat 0 0 transparent;
}

.block_menu li#block_menu_specials {
    width: 156px;
    height: 55px;
	left:317px;
	top:0px;
	position:absolute;
}
.block_menu li#block_menu_specials:hover, .block_menu li#block_menu_specials a.active {
	cursor:pointer;
	background:url("../img/specials_tab.png") no-repeat 0 0 transparent;
}

.block_menu li#block_menu_gallery {
    width: 156px;
    height: 55px;
	left:0px;
	top:0px;
	position:absolute;
}
.block_menu li#block_menu_gallery:hover, .block_menu li#block_menu_gallery a.active {
	cursor:pointer;
	background:url("../img/gallery_tab.png") no-repeat 0 0 transparent;
}

.block_menu li#block_menu_faqs {
    width: 156px;
    height: 55px;
	left:0px;
	top:0px;
	position:absolute;
}
.block_menu li#block_menu_faqs:hover, .block_menu li#block_menu_faqs a.active {
	cursor:pointer;
	background:url("../img/faqs_tab.png") no-repeat 0 0 transparent;
}

.block_menu li#block_menu_services {
    width: 156px;
    height: 55px;
	left:0px;
	top:0px;
	position:absolute;
}
.block_menu li#block_menu_services:hover, .block_menu li#block_menu_services a.active {
	cursor:pointer;
	background:url("../img/services_tab.png") no-repeat 0 0 transparent;
}



.block_menu li#block_menu_cms1 {
    width: 156px;
    height: 55px;
	left:475px;
	top:0px;
	position:absolute;
}
.block_menu li#block_menu_cms1:hover, .block_menu li#block_menu_cms1 a.active {
	cursor:pointer;
	background:url("../img/cms1_tab.png") no-repeat 0 0 transparent;
}

.block_menu li#block_menu_cms2 {
    width: 156px;
    height: 55px;
	left:633px;
	top:0px;
	position:absolute;
}
.block_menu li#block_menu_cms2:hover, .block_menu li#block_menu_cms2 a.active {
	cursor:pointer;
	background:url("../img/cms2_tab.png") no-repeat 0 0 transparent;
}



.block_menu li#block_menu_dropdown1 {
    width: 156px;
    height: 55px;
	left:0px;
	top:55px;
	position:absolute;
	background: url('../img/dropdown1_tab2.png') no-repeat scroll 0pt 0pt transparent;
}
.block_menu li#block_menu_dropdown1:hover, .block_menu li#block_menu_dropdown1 a.active {
	cursor:pointer;
	background:url("../img/dropdown1_tab.png") no-repeat 0 0 transparent;
}

.block_menu li#block_menu_dropdown2 {
    width: 156px;
    height: 55px;
	left:0px;
	top:110px;
	position:absolute;
	background: url('../img/dropdown2_tab2.png') no-repeat scroll 0pt 0pt transparent;
}
.block_menu li#block_menu_dropdown2:hover, .block_menu li#block_menu_dropdown2 a.active {
	cursor:pointer;
	background:url("../img/dropdown2_tab.png") no-repeat 0 0 transparent;
}




/* ��� footer.tpl ��� */

#block_footer_1 {
	/*
	float:left;
	padding-top: 27px;
	padding-left: 43px;
	*/
	padding-top: 7px;
	text-align: center;
}

#block_footer_2 {
	/*
	float:right;
	padding-top: 27px;
	padding-right: 43px;
	*/
	clear:both;
	padding-top: 11px;
	text-align: center;
}

#block_footer_3 {
	border:0px solid;
	right:0px;
	top:35px;
	z-index:5;
	position:absolute;
}

#block_footer_4 {
	border:0px solid;
	right:0px;
	bottom:16px;
	z-index:5;
	position:absolute;
}


#block_footer {
	background:url('../img/footer_bg.png') no-repeat 0 0 transparent;
	height:67px;
	margin-bottom:30px;
}

#block_footer_content { overflow:hidden; height:100%; position:relative; } /* leave */


#block_footer_content span.divider {
	font: 15px "Exo";
	color: #ffffff;
	margin-left:39px;
	margin-right:39px;
}

#block_footer_content span.divider_2 {
	font: 15px "Exo";
	color: #ffffff;
	margin-left:5px;
	margin-right:5px;
}

#block_footer_content li {
	list-style-type:none;
	display:inline;
	text-decoration:none;
}
#block_footer_content li.first_item {
	padding-left:0;
	border:none;
}
#block_footer_content li a {
	font:15px "Exo";
	color:#ffffff;
	text-transform:none;
	text-decoration:none;
}
#block_footer_content li a:hover {
	text-decoration:underline;
}

#block_footer_content li.last_item {
	font: 15px "Exo";
	color: #b6da18;
	text-decoration: none;
}
#block_footer_content li.last_item a {
	font:15px "Exo";
	color: #ffffff;
	text-transform: none;
	text-decoration: none;
}
#block_footer_content li.last_item a:hover {
	text-decoration:underline;	
}

#block_footer_content li.last_item span.website {
	color: #b6da18;
	text-transform: none;
	text-decoration:underline;
}

#block_footer_content li.last_item span#company {
	color: #ffffff;
	text-transform: none;
	text-decoration: none;
}





/* ��� homecarousel.tpl ��� */
div#homecarousel {
	/*
	background:url(../img/carousel_bg.png) 0 0 repeat-x;
	width:982px;
	height:374px;
	*/
	position:absolute;
	left:156px;
	top:230px;
	z-index:7;
}

div.jcarousel-clip {
	width:630px !important; /*how wide you want to show the clip (rightside cut off point for last product within the view) */
	margin:0 0 0 2px; /*offset from the leftside. Same as arrow buttons width. */
	overflow:hidden;
	position:relative;
}

div#homecarousel ul {
	width:9000px !important; /* allow many products */
	height:350px !important; /*the height of the clip*/
	overflow:hidden !important;
}



div#homecarousel ul li {
	position: relative;  /* DO NOT DELETE THIS! BLOCKS USE POSITIONS RELATIVE TO THIS! */
	border: 1px solid #e8e8e8;
	width: 200px !important;
	height: 320px !important;
	margin: 0px 10px 10px 0;  /* make negative "0px -1px -1px 0" to join lines together */
	
	/*background: url("../img/homefeatured_bg.png") repeat 0 0 transparent;*/
	/*background: #262626;*/
}

div#homecarousel ul li a.product_image {
/*
	width:295px;
	height:244px;
	display:block;
	position:relative;
*/
}

div#homecarousel ul li a.product_image img {
	display: block;
    margin: 0 auto;
    vertical-align: bottom;
}

div#homecarousel ul li a.product_image div.rounded {
	width:296px;
	height:245px;
	/*background:url(../img/rnd_carousel.png) 0 0 no-repeat;*/
	position:absolute;
	left:0;
	top:0;
}

div#homecarousel ul li div.homecarousel_product_info {
/*
	position:absolute;
	width:285px;
	height:98px;
	padding:0px 5px 0 5px;
*/
}

div#homecarousel h5 {
	float:none; /*move left, right or none*/
	/*width:70px;*/
	/*height:40px;*/
	padding: 2px 10px 2px 10px;
	text-align:center;
}

div#homecarousel h5 a {
	font: 14px Arial;
    color: #000000;
	text-decoration: none;
	text-transform: capitalize;
}

div#homecarousel .price_container {
	float:none; /*move left, right or none*/
	/*width:70px;*/

	height:40px;
    padding: 2px 10px 2px 10px;
    text-align: center;
}

div#homecarousel .price {
	font: 16px "Arial";
	color: #9752ad;
}

div#homecarousel .price-discount {
	display:block;
}

div#homecarousel .product_desc {
	overflow:hidden;
	height: 22px;
	margin-top:10px;
}

div#homecarousel .product_desc a {
	font: 13px "Arial";
	color: #000000;
	text-decoration: none;
}

div#homecarousel a.view_button {
    clear: none;
    display: block;
    float: left;
    margin: 0 auto;
}

div#homecarousel a.addtocart_button {
    clear: none;
    display: block;
    float: left;
    margin: 0 auto;
}


div.jcarousel-prev {
	width:66px;
	height:67px;
	background:url(../img/homecarousel_left.png) 0 0 no-repeat;
	overflow:hidden;
	position:absolute;
	left:-66px;
	top:106px;
	cursor:pointer;
}

div.jcarousel-next {
	width:66px;
	height:67px;
	background:url(../img/homecarousel_right.png) 0 0 no-repeat;
	overflow:hidden;
	position:absolute;
	right:-66px;
	top:106px;
	cursor:pointer;
}



/* header rotation styles */
#block_header_rotation_bg {
/*
	background: url('../img/header_rotation_bg.png') 0 0 repeat-y transparent;
	width: 984px;
	height: 350px;
	border: 0px solid;
	left:0px;
	top:159px;
	z-index:0;
	position:absolute;
*/	
}

#block_header_rotation {
	left:0px;
	top:0px;
	z-index:5;
	position:relative;
}


/* Make more padding for content pages and leave h1 titles alone */
#center_column .rte p, .rte h2, .rte h3, .rte h4, .rte h5, .rte h6 {
	padding-left:10px;
	padding-right:10px;
}

#recaptcha_widget_div {
	padding-left:30%;
	margin-left:10px;
}

.homefeatured_content {
	border: 1px solid #c9c9c9;
	background: ffffff;
	padding: 0px;
	margin-top:13px;
}

.page_divider {
	background: url('../img/page_divider.png') no-repeat 0 0 transparent;
	width: 694px;
	height: 20px;
	margin:5px 0px;
}

.sd1_container {
	list-style-type: none;
	clear:both;
	overflow:hidden;
	vertical-align:bottom;
	width:710px;
}
.sd1_container li {
	position:relative;
	float:left;
	margin-bottom:10px;
	margin-right:11px;
}
.sd1_container li.last {
	margin-right:0px;
}
.sd1_container li a {
	display:block;
	background: url('../img/sd_bg.png') no-repeat 0 0 transparent;
	width: 224px;
	height:78px;
	
	color:#ffffff;
	font-family: 'Exo';
	font-size:22px;
	font-weight:700;
	font-style:italic;
	line-height:22px;
	text-align:center;
	text-decoration:none;
}
.sd1_container li a:hover {
	background-position: left bottom;
}
.sd1_container li a span {
	vertical-align:middle;
	display:table-cell;
	padding-left:68px;
	width:100px;
	height:87px;
	
	/*padding-top:21px;*/
}

.g-recaptcha {
padding-left: 31% !important;
}