/*
Theme Name			: STRAWBERRY THEME
Theme Version		: 1.0
Theme URI			: http://themes.dapurpixel.com/strawberry-theme/
Description			: Premium Prestashop Theme from DapurPixel.com
Prestashop Version	: 1.3.6
Author				: DapurPixel
Author URI			: http://dapurpixel.com/
*/

* {
	padding: 0;
	margin: 0
}
body {
    background: url("../img/bg_main.jpg") repeat scroll 0 0 #FFFFFF;
    color: #333333;
    font-family: Tahoma,Georgia,"Times New Roman",Times,serif;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
    background-attachment:fixed
}

/* Useful */
.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 }
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: "."; 
}
ol { padding-left: 20px; }
p { margin-bottom:20px; }
* html .clearfix { zoom: 1; }
*:first-child+html .clearfix { zoom: 1; }

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

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

/* simple list inline */
ul.inline_list { list-style-type: none; margin-top: 1em; overflow: hidden; }
ul.inline_list li { float: left; text-align: center; }
ul.inline_list li 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.gif) 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 */
#more_info_block, #same_category { margin:40px 0; }
ul.idTabs { border-bottom: 3px solid #8cb3e8; height: 22px; list-style: none outside none;  }
ul.idTabs li { float:left; padding:0 40px 0 0; display:inline; _width: 0px; }
ul.idTabs li a {
	display:block;
	font-size:13px;
	font-weight:bold;
	height:22px;
	text-align:center;
	text-decoration:none;
	text-transform:capitalize;
}
ul#more_info_tabs { border-bottom:3px solid #21426f; }
#quantityDiscount { margin:0 10px; }
#quantityDiscount table.std tr td { border:none; }
/* IdTabs Short*/
ul.idTabsShort li a.selected { border-bottom:3px solid #4599c9; } 
ul.idTabsShort li a:hover { border-bottom:3px solid #4599c9; }
div.sheets { clear:both; padding:20px; }
#more_info_sheets ul li { margin-bottom:0.4em; }
#center_column #more_info_sheets p.align_center { padding:10px 0; }
form#sendComment textarea#content { padding:3px; }
form#sendComment fieldset { padding:10px 20px; }
form#sendComment p.submit { padding-left: 1em !important; }
form#sendComment .align_right a {
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	background-color: #4173be;
    color: #FFFFFF;
    font-size: 10px;
    padding: 3px 7px;
}
form#sendComment .align_right a:hover { background-color:#20af2a; }

/* global style */
a { color: #6884a1; text-decoration: none; outline: none }
a:hover { text-decoration: none; color:#226bcf }
.input:focus { outline: 0 }
a img { outline: none; border: none; text-decoration: none }
h1 { font-weight: bold; font-size: 24px; line-height: 36px; margin-bottom: 18px; }
h2 { font-weight: bold; font-size: 21px; line-height: 18px; margin-bottom: 18px; color: #4599c9; padding: 13px 0; }
h3 { font-weight: bold; font-size: 18px; line-height: 18px; margin: 0.2em 0; }
h4 { font-weight: bold; font-size: 14px; line-height: 18px; }
h5 { font-weight: bold; font-size: 13px; line-height: 18px; }
h6 { font-weight: bold; font-size: 11px; line-height: 18px; }
h2 span {
	font-size: 0.9em;
	text-transform: none;
	font-weight: normal;
	font-style: italic;
	color: #374853;
	margin-left: 1em
}

/* global layout */
#page {
    -moz-box-shadow: 0 1px 5px #999999;
	-webkit-box-shadow: 0 1px 5px #999999;
	box-shadow: 0 1px 5px #999999;
    background-color: #FFFFFF;
    margin: 0 auto;
    text-align: left;
    width: 960px;
}
#header{
    background: url("../img/bg_header.png") repeat-x scroll 0 0 transparent;
    height: 207px;
    position: relative;
    width: 960px;
	z-index:2;
}
div#logo {
    position: absolute;
    right: 10px;
    text-align: right;
    top: 75px;
    width: 40%;
}
#header_right { overflow: hidden; }
#left_column, #center_column, #right_column { float: left; display:inline; }
#left_column { margin: 15px 0; overflow: hidden; width: 220px; }
#center_column { margin: 15px 0 25px 25px; width: 690px; }
#right_column { width: 191px; margin-left: 21px; overflow: hidden; }
#columns { background-color:#FFFFFF; overflow:hidden; }
#index #columns { position: relative; z-index: 1; }
#index #center_column { margin:0; padding:0; position:relative; width:100%; }
#right_column { padding-left:10px; padding-top:58px; width:220px; }
#center_column .wrapper { position:relative; width:700px; }

/* global RTE fields */
div.rte, .mceContentBody {
	text-align: left;
	background: white;
}
body.mceContentBody {
	margin: 9px 6px;
	width: 556px
}
div.rte html, div.rte div, div.rte span, div.rte applet, div.rte object, div.rte iframe, div.rte h1, div.rte h2, div.rte h3, div.rte h4, div.rte h5, div.rte h6, div.rte p, div.rte blockquote, div.rte pre, div.rte a, div.rte abbr, div.rte acronym, div.rte address, div.rte big, div.rte cite, div.rte code, div.rte del, div.rte dfn, div.rte em, div.rte font, div.rte img, div.rte ins, div.rte kbd, div.rte q, div.rte s, div.rte samp, div.rte small, div.rte strike, div.rte strong, div.rte sub, div.rte sup, div.rte tt, div.rte var, div.rte dl, div.rte dt, div.rte dd, div.rte ol, div.rte ul, div.rte li, div.rte fieldset, div.rte form, div.rte label, div.rte legend, div.rte table, div.rte caption, div.rte tbody, div.rte tfoot, div.rte thead, div.rte tr, div.rte th, div.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;
}
div.rte h1, div.rte h2, div.rte h3, div.rte h4, div.rte h5, div.rte h6,
 .mceContentBody h1, .mceContentBody h2, .mceContentBody h3, .mceContentBody h4, .mceContentBody h5, .mceContentBody h6 {
	margin: 0.75em 0 0.3em 0;
	color: #374853
}
div.rte h1, .mceContentBody h1 { font-size: 25px; font-weight: bold }
div.rte h2, .mceContentBody h2 { font-size: 20px; background: none; text-transform: none; height: auto }
div.rte h3, .mceContentBody h3 { font-size: 16px }
div.rte h4, .mceContentBody h4 { font-size: 14px }
div.rte h5,.mceContentBody h5 { font-size: 12px }
div.rte h6, div.rte h6 { font-size: 8px }
div.rte ol, .mceContentBody ul, div.rte ol, .mceContentBody ul { padding-left: 2em }
div.rte ul, .mceContentBody ul { list-style-type: square; margin-left: 10px }
div.rte strong, .mceContentBody strong { font-weight: bold }
div.rte em, .mceContentBody em { font-style: italic }

/* tables still need 'cellspacing="0"' in the markup */
div.rte table,.mceContentBody table {
	border-collapse: separate;
	border-spacing: 1px;
	width: auto
}
div.rte caption, div.rte th, div.rte td, div.rte table,
 .mceContentBody caption, .mceContentBody th, .mceContentBody td, .mceContentBody table {
	text-align: left;
	font-weight: normal;
	background: none;
	height: inherit;
	border: 1px #e5e6e7 solid;
	text-align: center
}
div.rte th, .mceContentBody th { padding-left: 1em; padding-right: 1em; background: #e5e6e7 }
#center_column div.rte p, .mceContentBody p { padding-left: 0; margin: 0.5em 0 }
div.rte ol, .mceContentBody ol { list-style-type: decimal; margin-left: 10px } 

/* /global RTE fields */

/* global table style */
div.table_block { margin: 0 auto 20px; }
table.std { border-spacing: 0; border-collapse: collapse; width: 100%; }
table.std td, table.std th { padding: 6px 10px; }
table.std th { white-space: nowrap }
table.std tr.item td, table.std tr.item th { background-color: white }
table.std tbody tr td, table.std tfoot tr td { border-bottom: 1px solid #eefced; }
table.std thead th { background: none repeat scroll 0 0 #eefced; font-weight: bold; white-space: nowrap; }
table.std tfoot td { text-align: right; white-space: nowrap; }

/* /global table style */

/* global form style */
form.std { clear: both }
form.std h3 { font-weight: normal; }
form.std fieldset {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    margin-bottom: 1em;
    padding-bottom: 1em;
}
form.std fieldset 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 { clear: both; margin-bottom: 10px; padding: 0.3em 1em; }
form.std label, form.std p span {
    float: left;
    line-height: 2.4em;
    text-align: right;
    width: 30%;
    margin-right: 0.7em;
}
form.std p span.like_input { width: auto; margin-left: 0.7em }
input, textarea, select, span.editable {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 11px;
    outline: medium none;
}
input.text {
	height: 18px;
	padding-left: 2px;
	padding-right: 2px
}
input[type="text"], input[type="password"], select, textarea {
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
    border: 1px solid #AAAAAA;
	padding: 5px;
}
input[type="text"], input[type="password"] { width:12em; background-color:#FFFFFF; }
input[type="text"]:hover, input[type="password"]:hover, textarea:hover { border: 1px solid #6FAFDF; }
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
    -moz-box-shadow: 0 0 8px rgba(82, 168, 236, 0.5);
	-webkit-box-shadow: 0 0 8px rgba(82, 168, 236, 0.5);
	box-shadow: 0 0 8px rgba(82, 168, 236, 0.5);
    border-color: rgba(82, 168, 236, 0.75) !important;
    outline: medium none;
}
.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: #0071da }
form.std p.checkbox { padding-left: 32% }
form.std p.submit { padding-left: 32%; margin-bottom: 1.5em }
#center_column form.std p.submit2 { margin-bottom: 1.5em; padding-left: 32%; }

/* 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 {
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
    background: none repeat scroll 0 0 #7aaad3;
    border: medium none;
    color: #FFFFFF !important;
    cursor: pointer;
    display: block;
    font-size: 11px !important;
    font-weight: bold;
	padding: 5px;
    text-align: center;
    text-decoration: none !important;
    text-shadow: 0 1px 0 #5c7d9f;
}

/* 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: 5px;
    padding-top: 6px;
}

/* 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 {
	background-position: left -36px;
	cursor: default;
}

/* 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 {
    color: #FFFFFF !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 {
    background-color: #CCCCCC !important;
    color: #FFFFFF !important;
    display: inline;
    text-shadow: 0 -1px 0 #999999;
}

/* 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: none repeat scroll 0 0 #5b95d6;
}

/* 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 {
	background-color:#4173be;
}

/* classic buttons */
/* Mini 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;
}
/* Small buttons */
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;
}
/* Standard buttons */
input.button, input.button_disabled, input.exclusive, input.exclusive_disabled, a.button, a.exclusive, span.button, span.exclusive {
	width: 75px;
}
/* Large buttons */
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 {
	width: 190px;
}

/* exclusive button */
input.exclusive, input.exclusive_disabled, a.exclusive, span.exclusive,
input.exclusive_mini, input.exclusive_mini_disabled, a.exclusive_mini, span.exclusive_mini,
input.exclusive_small, input.exclusive_small_disabled, a.exclusive_small, span.exclusive_small,
input.exclusive_large, input.exclusive_large_disabled, a.exclusive_large, span.exclusive_large { background: none repeat scroll 0 0 #5b95d6; }

/* exclusive button for add to cart */
ul#product_list li div.right_block a.ajax_add_to_cart_button, div.block a.ajax_add_to_cart_button {
    background: url("../img/icon/icon_cart.png") no-repeat scroll 5px center #5b95d6;
    padding-left: 30px;
}
ul#product_list li div.right_block a.ajax_add_to_cart_button:hover {
	background-color:#4173be;
}

/* 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 {
	padding-left: 2em;
	background: transparent url('../img/bullet.gif') no-repeat 6px 6px;
	list-style-type: none
}

.price-discount { text-decoration: line-through }
.price-pretax { color: gray }
.price-ecotax { color: #405d8c}
img.icon { margin-right: 0.5em; vertical-align: middle }
.price, .price-shipping, .price-wrapping {
	color: #4599c9;
	font-size: 1.1em;
	font-weight: bold;
	white-space: nowrap
}



/* warning */
.warning, .error, .success, .confirmation {
	-moz-border-radius:5px;
  	-webkit-border-radius:5px;
    border-radius:5px;
    background: none repeat scroll 0 0 #dfe4ff;
    margin: 10px 0;
    padding: 10px;
}
.warning_inline { color:#0071da; font-weight:bold; }
/* - errors - */
.error ul { margin-top:0px; }
.error ol { margin:10px 0; }

/* - success - */
.success_inline { color:#649cc4; font-weight:bold; }


/* breadcrumb.tpl */
.breadcrumb { color: #999999; padding: 6px 0; }
.breadcrumb .navigation-pipe { padding: 0 0.6em }
.breadcrumb a { text-decoration: none; color: #4599c9 }
.breadcrumb a:hover { text-decoration: underline }

/* pagination.tpl */
div.pagination { overflow:hidden; }
ul.pagination { list-style: none; float:right; }
ul.pagination li { display: inline; float: left; margin-right: 0.3em }
ul.pagination a, ul.pagination span {
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	background:none repeat scroll 0 0 #EBEBEB;
	border:1px solid #DEDEDE;
	display:block;
	padding:3px 6px;
}
ul.pagination li a:hover { border:1px dashed #c1d9f4; }
ul.pagination li.current span { background-color: #5b95d6; border: 1px solid #4173be; color: white; }
ul.pagination li.truncate { padding: 0.3em; background: none }
li.disabled span { color: #888; background-color: #f1f2f4 }
form.pagination { text-align: right; float:right; }
form.pagination p { margin:0 !important; }
form.pagination label { float:left; line-height:23px; margin-left:5px; vertical-align:bottom; }
form.pagination select { float: right }
form.pagination select option { font-size: 0.9em; padding-right: 1em }
form.pagination input { float: right }

/* product-sort.tpl */
form#productsSortForm p { margin: 0; padding: 0; text-align: right;	}
form#productsSortForm p label { margin-top:70px; }

/* Header */
div#logo img{ margin: 10px 20px 0; }
#header_right { color:#f1f5fe; }
#header_right a { color:#cddbfe; }
#header_right a:hover { color:#ffffff; }
#header_right ul { list-style: none }
#header_right label { margin: 0; float: none }

/* block top currencies */
#header_right #currencies_block_top { display: inline; float: left; margin: 0 0 0 10px; padding: 3px 0 0; }
#header_right #currencies_block_top ul li { float: left; margin-right: 0.2em; }
#header_right #currencies_block_top ul li a {
    display: block;
    font-size: 0.8em;
    line-height: 1.5em;
    min-width: 1em;
    padding: 1px 2px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
}
#header_right #currencies_block_top ul li a:hover,
#header_right #currencies_block_top ul li.selected a {
    background-color: #5e9cc0;
    color: #FFFFFF;
}
#header_right #currencies_block_top p { clear:left; display:none; }

/* block top languages */
#header_right #languages_block_top {
    display: inline;
    float: left;
    margin: 0 0 0 10px;
    padding: 4px 0 0;
}
#header_right #languages_block_top p { clear: left }
#languages_block_top ul#first-languages li { float: left; margin-right: 3px }
#languages_block_top ul#first-languages li.selected_language { float: left; margin-right: 0.3em }

/* top links */
ul#header_links {
    display: inline;
    float: left;
    margin: 0 0 0 10px;
    padding: 3px 0 0;
}
#header_links li { float: left; list-style: disc inside none; }
#header_links li#header_link_contact { list-style:none outside none; }
#header_links a { font-size: 10px; padding: 0 5px 0 0; text-transform: uppercase; }

/* block top search */
#header_right #search_block_top {
    clear: left;
    float: left;
    margin: 10px 0;
    width: 40%;
}
#header_right #search_block_top p { margin: 0 0 0 10px; overflow: hidden; }
#header_right #search_block_top label, #header_right #search_block_top input { float: left; }
#header_right #search_block_top label { display: none; }
#header_right #search_block_top input#search_query {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    background: url("../img/bg_search.png") repeat-x scroll 0 0 #cde6fe;
    border: medium none;
    color: #c0d6ff;
    margin: 0;
    padding: 5px;
    width: 14em;
}
#header_right #search_block_top input.button {
    background: none repeat scroll 0 0 #5e9cc0;
    color: #cddbfe !important;
    height: 24px;
    margin: 0 0 0 -3px;
    padding: 0 10px;
    width: auto;
}
#header_right #search_block_top input.button:hover { background-color:#407999; }


/* block left column "Quick search" */
#search_block_left input { margin: 2px 0 0 0 }
#search_block_left #search_query { width: 11em }
#search_button { display: inline }

/* block top user information */
#header_right #header_user {
    background: url("../img/icon/bag.png") no-repeat scroll right 0 transparent;
    float: right;
    height: 42px;
    margin-right: 10px;
    padding-right: 38px;
    text-align: right;
    width: 50%;
}
#header_user p { color: #edffec }
#header_user span { font-weight: bold }
#header_user ul { margin-top: 0.3em; }
#header_user li { white-space: nowrap }
#header_user li#your_account { margin-left: 0 }
#header_user #shopping_cart a, #header_user #your_account a {
	background-repeat: no-repeat;
	background-position: top left;
	padding: 2px 0 2px 5px;
	height: 20px;
	text-decoration: none
}

/* Footer */
#footer {
    background: url("../img/bg_footer.png") repeat-x scroll 0 top #cde6fe;
    border-top: 1px solid #528ba9;
    display: block;
    font-size: 11px;
    padding: 20px 25px;
    position: relative;
    text-shadow: 0 1px 1px #4e7c9f;
    width: 910px;
}
#footer a { color:#cddbfe; }
#footer a:hover { color:#FFFFFF; }
#footer .block_various_links li {
	border-left:1px solid #8ec6fb;
	color:#8ec6fb;
	display:inline;
	line-height:1.5em;
	padding:0 2px 0 4px;
}
#footer a.dapurpixel_logo {
	background:url("../img/msi.png") no-repeat scroll 0 bottom transparent;
	display:block;
	height:65px;
	position:absolute;
	right:10px;
	text-indent:-9999px;
	top:10px;
	width:168px;
}
#footer a.dapurpixel_logo:hover { background-position:left top; }
#footer .block_various_links li.first_item { border:none; padding-left:0px; }
#footer .copyright { color:#FFFFFF; font-weight:bold; padding:0; margin-bottom:0 }
#footer .presta { color:#FFFFFF; font-size:0.9em; }

/* Default block style */
div.block { margin-bottom: 20px; width: 220px; }
div.block h4 {
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px;
    background: url("../img/bg_menu.png") repeat scroll 0 0 #66b0e4;
    border-bottom: 1px solid #a3a6ad;
    color: #FFFFFF;
    padding: 5px 10px;
}
div.block h4 a, div.block h4 a:hover { color: #fff;}
div.block ul { list-style: none }
div.block ul.tree li { padding-left: 1.2em }
div.block a:hover { text-decoration:none;}
#left_column div.block .block_content a.button_large,
 #right_column div.block .block_content a.button_large { 
    color: #FFFFFF;
    display: block;
    margin: 0;
    padding: 5px;
 }
div.block .block_content {
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
    background: none repeat scroll 0 0 #dadde4;
    border-top: 1px dashed #8cb3e8;
    min-height: 70px;
    padding: 10px;
}
div.block li { padding: 0.2em 0 0.2em 0em; list-style-position: outside }
div.block a { color: #6884a1; }
div.block a:hover { color: #226bcf; }

/* block exclusive */
div.exclusive li { margin-top:0; }

/* block myaccount */
div.myaccount h4 a, div.myaccount h4 { color: white }
div.myaccount, div.myaccount a { color: #065d37 }
div.myaccount ul.bullet { margin-top: 0.6em }
div.myaccount ul.bullet li { background-image: url('../img/bullet_myaccount.gif') }
div.myaccount ul.bullet .icon { display: none }
div.myaccount p.logout { padding: 0.3em 0 0.3em 2em }
div.myaccount p.logout, div.myaccount p.logout a { color: #2a76dd }
div.myaccount p.logout a { text-decoration: underline }
div.myaccount p.logout a:hover { text-decoration: none }
.account_input { margin-left: 0; width: 15em }

/* block in the center column */
#center_column div.block { width: 650px; }

/* 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:11px; }
.products_block li p a { font-weight: bold; font-size: 0.8em }
.products_block dl { border-top: 1px dashed #8cb3e8; clear: both; padding: 8px; }
.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: none repeat scroll 0 0 #FFFFFF;
    border: medium none;
    padding: 0;
}
#center_column .products_block ul li:hover { background-color: #dae4f2}
#center_column .products_block ul li {
    float: left;
    margin: 6px;
    padding: 5px;
    text-align: center;
    width: 133px;
}
#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; text-align: center; }
#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 p.product_desc { height: 9em; color: #595a5e }
#center_column div.products_block a.product_image { display: block; }
#center_column div.products_block .product_accessories_description a.product_image { border:1px solid #ffffff; }
#center_column div.products_block .product_accessories_description a.product_image:hover { border:1px dashed #c1d9f4; }
#center_column div.products_block a.product_description {
	display: block;
	width: 118px;
	height: 50px;
	margin-left: 2px
}

#center_column div.products_block a.product_image img { float: none; margin: 0; }
#center_column div.products_block p.product_desc { margin: 0 5px }
#center_column div.products_block ul li p.product_desc a { font-weight: normal }
#center_column .products_block span.price { text-align: center; font-size: 1.5em; padding: 0.5em 0; }
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 ul { overflow:hidden; }
#center_column div.products_block.accessories_block p.product_desc { margin-right: 0; }
#center_column .products_block.accessories_block .block_content li { 
    background: none repeat scroll 0 0 transparent;
    margin: 0 24px 20px;
    min-height: 165px;
    padding: 0;
    text-align: center;
    width: 82px;
}
#center_column .products_block.accessories_block .block_content li h5 { font-size: 10px; font-weight:normal; margin: 10px 0 0; }
#center_column .products_block.accessories_block span.price { font-size: 11px; padding:0; }

/*featured-products*/
#center_column #featured-products_block_center { margin: 0; padding: 10px; width: 940px; }
#center_column #featured-products_block_center h4 {
    background: none repeat scroll 0 0 transparent;
	border:none;
    color: #66b0e4;
    font-size: 17px;
    letter-spacing: -1px;
    padding: 0 10px;
}
#center_column #featured-products_block_center ul { overflow:hidden; }

/* Block tags */
div.tags_block p { text-align: justify; font-size: 0.9em }
div.tags_block p a { margin: 0 0.1em; line-height: 1.5em }
a.tag_level3 { font-size: 1.8em; font-weight: bold }
a.tag_level2 { font-size: 1.4em }
a.tag_level1 { font-size: 1em; }

/* Block manufacturer */
.blockmanufacturer select, .blocksupplier select { width: 100%; margin: 0 }

/* Block best sellers */
#best-sellers_block_right p { margin: 0; padding-top:3px }
#best-sellers_block_right ul { overflow:hidden; padding: 0 0 10px; }
#best-sellers_block_right ul li { margin: 8px; padding: 0; }

/* Block specials */
.blockspecials ul { overflow: hidden; padding: 10px 0; }
.blockspecials ul li { float: left; clear: none; padding: 0; width: 48% }
.blockspecials p.product_image { margin-right: 0.3em }
.blockspecials p a { margin: 0 auto }

/* Block Viewed Products */
div#viewed-products_block_left div.block_content ul.products li { margin-top: 0; padding: 10px 0 0; }
div#viewed-products_block_left div.block_content ul.products li img { margin-right: 10px; }

/* Block newsletter */
div#newsletter_block_left div.block_content p { margin: 0; padding: 0.3em 0; text-align: center }
div#newsletter_block_left div.block_content select,
div#newsletter_block_left div.block_content input.button_mini { display: inline; }

/* Block RSS */
div#rss_block_left p { margin: 0.5em 0; text-align: center }

/* Block logo payment */
div.paiement_logo_block { width: 191px; text-align: center; margin-bottom: 1.5em }
div.paiement_logo_block a { text-decoration: none }
div.paiement_logo_block img { margin: 0 0.5em }

/* Block editorial */
.editorial_block .rte { padding:5px 0 0; margin:0 auto; color:#414141; }
.editorial_block .editorial_img { display: inline; float: right; margin: 10px; width: 480px; }
.editorial_block .editorial_text { display: inline; float: left; margin: 10px; width: 420px; }
.editorial_block h1 { color: #355f86; }
.editorial_block h2 { border: medium none; color: #516175; font-size: 17px; margin: 0; padding: 0; }
.editorial_block h3 { color: #516175; font-size: 13px; }
#editorial_block_center{
    background: url("../img/bg_editorial.jpg") repeat scroll 0 0 #b8c1ca;
    overflow: hidden;
    padding: 10px;
    position: relative;
}
#editorial_text{
	position:absolute;
	top:60px;
	right:20px;
	width:405px;
	text-align:center
	
}
#editorial_text h3{
	color:#868484;
	font-size:38px;
	margin:0;
	padding:0;
	letter-spacing:-0.05em;
	text-transform:capitalize;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#editorial_text h2{
	color:#aae9ae;
	font-size:20px;
	border-bottom:none;
	text-align:center;
	padding:0;
	font-family:"Times New Roman", Times, serif;
	background:transparent;
}

/* static link at homepage - addstuff2 module static_link.html*/
.static_link_container{
	background:url(../img/bg_stuff.png) repeat-x #e6ee90;
	border-bottom:1px solid #7daed8;
}
ul.static_link { overflow:hidden; padding:10px; position:relative; }
ul.static_link li { display:inline; float:left; margin-left:10px; margin-right:10px; }
ul.static_link li a {  
	background:transparent none repeat scroll 0 0;
	border:medium none;
	display:block;
	padding:10px 0;
}
ul.static_link li.welcome_text { color:#5881b9;width:420px;}
ul.static_link h2 { border: none; font-weight:normal; ;margin:10px 0; }
ul.static_link h3 { font-size:2em; padding:0; margin-left:10px; margin-right:10px; }

/* Block advertising */
.advertising_block { width: 191px; margin-bottom: 1em; text-align: center }

/* Block new products */
#new-products_block_right ul { padding: 0 0 10px 0; }
#new-products_block_right ul li { margin: 8px; padding: 0; }
#new-products_block_right dt a { font-weight: bold }

/* Block categories */
div#categories_block_left ul.tree {  
    margin-bottom: 10px;
}
div#categories_block_left ul.tree a { display: block; font-weight: bold; padding: 3px 0 3px 0; }
div#categories_block_left ul.tree li {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    line-height: 18px;
    margin-left: 0;
    padding-left: 15px;
    padding-top: 1px;
	overflow: hidden;
}
div#categories_block_left ul.tree li.last { padding-bottom: 0 }
div#categories_block_left ul.tree li ul { padding: 2px 0 0 }
div#categories_block_left ul.tree li ul li { padding: 2px 0 0 15px; }
div#categories_block_left ul.tree li ul li.last { padding-bottom: 0 }
div#categories_block_left ul.tree a:hover, div#categories_block_left ul.tree a.selected { color: #226bcf; }
div#categories_block_left span.grower {
    background-position: 0 7px;
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 18px;
    margin: 0 0 0 -12px !important;
	margin: 0 0 0 -8px;
    padding: 0;
    width: 9px;
}
div#categories_block_left span.OPEN { background-image: url('../img/icon/less.gif') }
div#categories_block_left span.CLOSE { background-image: url('../img/icon/more.gif') }


/* steps (like order step) */
ul.step { overflow:hidden; margin-bottom:40px; }
ul.step li {
	background:url("../img/step.png") repeat-x scroll 0 0 transparent;
	float:left;
	height:36px;
	list-style:none outside none;
	margin-left:0;
	position:relative;
	vertical-align:middle;
	width:20%;
}
ul.step li ins {
	background:url("../img/bg_step.png") no-repeat right top transparent;
	display:block;
	height:36px;
	position:absolute;
	right:0;
	top:0;
	width:12px;
}
ul.step li.step_current { background-color:#b6d6f4; background-position:left -144px; }
ul.step li.step_current ins { background-position:right -36px; }
ul.step li.step_last_done ins { background-position:right -72px; }
ul.step li.step_done ins { background-position:right -108px; }
ul.step li.step_last_done, ul.step li.step_done { background-color:#7F6F29; }
ul.step li span {
	color:#FFFFFF;
	font-weight:bold;
	left:35px;
	position:absolute;
	top:10px;
	width:120px;
}
ul.step li span a { color:#b6d6f4; }
ul.step li span a:hover { color:#FFFFFF; }


/* Special style for block cart*/
#cart_block .block_content { padding: 10px; }
#cart_block h4 { position:relative; }
#cart_block h4 span{
	background-image:url(../img/icon/panahnaik.png);
	cursor:pointer;
	font-size:0.8em;
	height:16px;
	position:absolute;
	right:10px;
	width:18px;
}
#cart_block h4 span#block_cart_collapse {  background-position:right top;}
#cart_block h4 span#block_cart_collapse:hover{ background-position:right bottom; }
#cart_block h4 span#block_cart_expand{ background-position:left top; }
#cart_block h4 span#block_cart_expand:hover{ background-position:left bottom; }
#cart_block h4 span#block_cart_expand { background-image: url('../img/icon/panahturun.png'); }
#cart_block #cart_block_no_products { margin:0; padding:0; }	
#cart_block dt { border-top: 1px dashed #8cb3e8; padding-top: 0.4em; }
#cart_block dt.first_item { border:none; }
#cart_block dt, #cart_block dd { clear:both; margin-top:0.2em; }
#cart_block dd { width:155px; }
#cart_block dd{ margin-left:1em; margin-right:1em; font-style:italic; }
#cart_block dl dt a { font-weight:bold; }
#cart_block a.ajax_cart_block_remove_link {
    background: url("../img/icon/delete.png") no-repeat scroll left bottom transparent;
    display: block;
    float: right;
    font-size: 0;
    height: 16px;
    margin-left: 4px;
    width: 16px;
}
#cart_block a.ajax_cart_block_remove_link:hover { text-decoration:none; }
#cart_block p { clear:both; }
#cart_block p span { clear:right; float:left; text-align:right; }
#cart_block li { clear:both; }
#cart_block span.price { float:right; }
#cart_block dl span.price { font-weight:normal; float:right; }
#cart_block_wrapping_cost, #cart_block_shipping_cost , #cart_block_total{ font-size:100%; }
#cart_block table#vouchers {
	margin-top:0.5em;
	border-top:1px solid white;
	height: 3em;
	padding-top:0.4em;
	margin-bottom:0.5em;
	clear:both;
}
#cart_block p#cart-prices {
    border-top: 2px solid #8cb3e8;
    clear: both;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    padding-top: 0.4em;
}
#cart_block table#vouchers td { padding:0; border:0; height:1.5em; }
#cart_block table#vouchers td.price {
	color:white;
	font-size:1em;
	font-weight:normal;
	width:37%;
	text-align:right;
}
#cart_block table#vouchers td.delete { width:9%; text-align:right; }
#cart_block table#vouchers td.delete img { margin:0; }
#cart_block p#cart-buttons { display:block; margin:0; overflow:hidden; padding:10px 0; clear:both; }
#cart_block p#cart-buttons a {
    background: url("../img/bg_btn.png") repeat-x scroll left top transparent;
    border: 1px solid #6dbeed;
    display: inline;
    float: left;
    margin: 0 5px 0 0;
    padding: 3px;
    text-align: center;
    width: 83px;
}
#cart_block p#cart-buttons a:hover { text-decoration:none; background-position:left bottom; }
#cart_block .cart_block_customizations { margin-left:6px; list-style-type:square; }
#cart_block #cart-price-precisions {
	margin-top:0.5em;
	padding-top: 0.4em;
	border-top:1px solid white;
	font-size: 0.9em;
	height: 2em;
}

/* authentication.tpl */
#authentication #create-account_form, #authentication #login_form {
	clear:none;
	display:inline;
	float:left;
	margin:10px 20px 30px 10px;
	width:40%;
}
#authentication #create-account_form h3, #authentication #login_form h3 { padding:5px 0; }
#authentication #create-account_form h4 { padding:10px 0; }
#authentication #create-account_form p.text, #authentication #login_form p.text { height:3.4em; padding-bottom:15px; }
#authentication #create-account_form p.text { text-align:left; width:100px; padding:0; }
#authentication #create-account_form p.text label { width:100px; }
#authentication #create-account_form p.submit { padding: 1.5em 0 !important; }
#authentication #login_form p.submit { margin-bottom: 0.5em; padding: 1.5em 1em 0 !important; }
#authentication #create-account_form fieldset, #authentication #login_form fieldset { margin-left:50px; }
#authentication p.submit span { padding-right:0.5em; }
#authentication #create-account_form label, #authentication #login_form label {
	float: none;
	clear: both;
	display: block;
	text-align: left;
	width: 100%;
	margin-bottom: 0.3em;
}
form#account-creation_form fieldset.account_creation h3 {
    background-color: #cde6fe;
    color: #FFFFFF;
    font-size: 17px;
    padding: 5px 10px;
}
form#account-creation_form p input.button { float:right; margin-right:20px; }
form#account-creation_form input.text, form#account-creation_form #id_country, form#account-creation_form #id_state, #authentication textarea { width:17em; }
#authentication p.submit span.lost_password { float:none; text-align:left; width:auto; }

/* my-account.tpl */
#my-account #center_column ul { margin: 2em 0 }
#my-account #center_column li { list-style: none; margin: 2em 1.5em }

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

/* category.tpl */
body#category #subcategories li { margin-right: 10px }
div.cat_desc { margin: 10px 0; }
body#category div#subcategories { padding:20px 0 }
body#category div#subcategories ul.inline_list li a img { display: inline; margin-left:10px; }

/* product-list.tpl */
ul#product_list {
    list-style-type: none;
    margin-left: -27px;
    overflow: hidden;
    padding: 10px 0;
}
ul#product_list li {
    display: inline;
    float: left;
    margin: 10px 0 50px 27px;
    min-height: 370px;
    position: relative;
    width: 212px;
}
* html ul#product_list li { height: auto !important; height: 13px }
ul#product_list li a { color: #555555; text-decoration: none; }
ul#product_list a.product_img_link { border:none }
ul#product_list a.product_img_link img { border: 1px solid #eefced; vertical-align: bottom; }
ul#product_list a.product_img_link img:hover { border: 1px dashed #c1d9f4; }
ul#product_list li h3 { font-size: 13px; padding: 10px 0 0; }
ul#product_list li h3 a { color:#6884a1; }
ul#product_list li h3 a:hover { color: #226bcf; }
ul#product_list li .new, ul#product_list li .discount, ul#product_list li .on_sale {
    background: url("../img/new.png") no-repeat scroll 0 0 transparent;
    display: block;
    font-size: 0.6em;
    height: 57px;
    position: absolute;
    right: -1px;
    text-indent: -9999px;
    top: -1px;
    vertical-align: 0.3em;
    width: 55px;
}
ul#product_list li .center_block { min-height: 320px; }
ul#product_list li p.product_desc { display: block; padding: 0; }
ul#product_list li div.right_block { overflow:hidden; height: 70px; }
ul#product_list li .discount, ul#product_list li .on_sale { background: url("../img/sale.png") no-repeat scroll 0 0 transparent; }
ul#product_list li .reduction { display: block; margin-bottom: 0.3em }
ul#product_list li .price { display: block; font-size: 1.5em; font-weight: bold; margin-bottom: 0.2em; }
ul#product_list li span.availability {
    color: #999999;
    display: block;
    font-size: 0.9em;
    padding: 0 0 10px;
}
ul#product_list li a.button { 
	display: inline;
    line-height: 2em;
    margin-top: 10px;
    padding: 5px 10px;
    text-align: left;
}
/* shopping cart */
#order div.cart_last_product { margin: 0 0 20px; }
#order div.cart_last_product .cart_last_product_header div.left {
    color: #999999;
    font-weight: bold;
    margin-bottom: 10px;
}
#order div.cart_last_product a.cart_last_product_img { float:left; }
#order div.cart_last_product a.cart_last_product_img img {
    border: 1px solid #FFFFFF;
    height: 45px;
    margin: 0 10px 0 0;
    width: 45px;
}
#order div.cart_last_product a.cart_last_product_img img:hover { border: 1px dashed #c1d9f4; }
#order div.cart_last_product .cart_last_product_content { float:left; width:241px }
#order div.cart_last_product .cart_last_product_content h5 { font-size:11px }
#order div.cart_last_product .cart_last_product_content h5 a { color:#595A5E }
p.cart_navigation { padding: 20px 0 !important; overflow:hidden; clear: both; }
p.cart_navigation .button, p.cart_navigation .button_large { float: left }
p.cart_navigation .exclusive, p.cart_navigation .exclusive_large { 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 tr td { border-top: none; line-height: 1.5em }
#cart_summary tfoot tr.cart_total_product td { border-top: 1px 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 #FFFFFF; width: 45px; height: 45px }
td.cart_product a:hover img { border: 1px dashed #c1d9f4; }
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 }
tr.cart_item td.cart_quantity { width: 5.5em; text-align: right }
td.cart_quantity p, td.cart_quantity a { float: left; display: inline }
td.cart_quantity p { padding-right: 0.3em; line-height: 2.9em; margin-bottom:0; }
td.cart_quantity .icon { height: 15px !important; margin-top: 0.8em; width: 15px !important; }
td.cart_quantity a.cart_quantity_up, td.cart_quantity a.cart_quantity_down { display: block }
tr.cart_free_shipping { white-space: normal }
#order tfoot p { margin: 0; float: left; width: 85% }
#order tfoot span { float: right; width: 15%; display: block }
tr.cart_total_price { font-weight: bold }
#order form#voucher fieldset { border: 1px solid #eefced; padding: 7px; }
 #order form#voucher p, #order form#voucher .button { display: inline; float: right; margin-left: 2px; }
#order form#voucher .button { padding-bottom: 4px; }
#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: 50%; margin: 1em 0 }

/* contact-form.tpl */
body#contact-form div#center_column form input#email,
 body#contact-form div#center_column form select#id_contact,
 body#contact-form div#center_column form textarea#message { width: 50% }
form.std p.desc_contact span.like_input { width: 366px; text-align: left }

/* history.tpl*/
.color-myaccount { color: #2a76dd }
#block-history table#order-list { border: none }
#block-history table#order-list td.history_link { white-space: nowrap; text-align: right }
#block-history #block-order-detail {
    border-bottom: 2px solid #66b0e4;
    border-top: 2px solid #66b0e4;
    padding: 20px 10px;
}
#block-history #block-order-detail p { margin-bottom: 10px; padding-left: 0; padding-right: 0; }
#block-history #block-order-detail p.submit { padding-left:0; }
#order-detail-content { clear: both; margin-top: 1em; }
#order-detail-content tbody tr { height: 3em }
#order-detail-content tfoot td { border: none }
#order-detail-content table td input.order_qte_input { display: none }
#order-detail-content table td.order_cb input { border: none }
#order-detail-content table td span.order_qte_span { width: 100%; display: block }
#block-history #block-order-detail h4 { font-size: 1.4em }
#block-history #block-order-detail #sendOrderMessage p { padding: 0 4px 0 1px }
#block-history #block-order-detail textarea { margin: 0 auto; width: 100% }
#ordermsg textarea { margin: 0; padding: 0; width: 528px; }

/* sitemap.tpl */
#sitemap_content { margin-left: 5em }
div.sitemap_block { padding: 0; float: left; width: 33% }
div.sitemap_block ul { text-align: left }
div.sitemap_block h3, .categTree h3 { margin-top: 1em; margin-bottom: 1em }
div.categTree { margin-top: 25px; margin-bottom: 1em; margin-left: 5em }

/* product.tpl */
#primary_block h2 {
    background-color: #f0f2fd;
    color: #6884a1;
    display: block;
    font-size: 19px;
    letter-spacing: -1px;
    line-height: 25px;
    margin: 8px 0 0;
    padding: 10px 100px 10px 10px;
}
#primary_block #pb-right-column { float: left; margin: 24px 0 40px; width: 302px; }
#primary_block #image-block img#bigpic { border: 1px solid #eefced; cursor: pointer; }
#primary_block ul#usefull_link_block { list-style-type:none; overflow:hidden; margin-top: 10px; }
#primary_block ul#usefull_link_block li {
    background: url("../img/icon/icon_extra.gif") no-repeat scroll 0 top transparent;
    display: inline;
    float: left;
    height: 18px;
    line-height: 18px;
    margin: 0.5em 1em 0.5em 0;
    padding-left: 22px;
	color:#666666;
}
#primary_block ul#usefull_link_block li a { color:#666666; }
#primary_block ul#usefull_link_block li a:hover, #primary_block ul#usefull_link_block li .span_link:hover { color:#4599c9; text-decoration:none; }
#primary_block ul#usefull_link_block li.print_it { background-position: left -20px; }
#primary_block ul#usefull_link_block li.zoom_it { background-position: left -40px; }
#primary_block #pb-left-column { float: left; margin: 20px 24px; position: relative; width: 340px; }
#primary_block #short_description_block { margin-bottom: 20px; }
#primary_block #color_picker { 
    border-bottom: 1px dotted #b3d1ef;
    border-top: 1px dotted #b3d1ef;
	margin-bottom: 20px;
    padding: 5px;
}
#primary_block #color_picker p {line-height:20px; margin:0 0 0.4em; }
#primary_block #color_picker #color_to_pick_list { float:left; }
#primary_block #color_picker #color_to_pick_list li { display:inline; float:left; margin:0 0.4em 0.4em 0; }
#primary_block #color_picker a.color_pick {
    border: 2px solid #FFFFFF;
    cursor: pointer;
    display: block;
    height: 20px;
    width: 20px;
}
#primary_block #color_picker a.color_pick:hover { border:2px solid #b3d1ef; }
#primary_block #image-block img#bigpic.jqzoom { cursor:crosshair; position:relative; }
#primary_block p.buttons_bottom_block a, #primary_block p.buttons_bottom_block input { margin: 10px 0 0; }
#primary_block form#buy_block p.buttons_bottom_block { display:inline; float:left; padding: 0; }
#primary_block form#buy_block p.buttons_bottom_block input {
    background: url("../img/icon/icon_cart.png") no-repeat scroll 5px center #5b95d6;
    height: 30px;
    margin: 10px 10px 0 0;
    padding: 0 10px 0 30px;
    width: auto;
}
#primary_block form#buy_block p.buttons_bottom_block input:hover { background-color:#4173be; }
#primary_block form#buy_block p.buttons_bottom_block .button { 
    background: url("../img/icon/icon_wish.png") no-repeat scroll 6px 9px #7aaad3;
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 10px 0 27px;
    text-align: left;
    width: auto;
}
#primary_block form#buy_block p.buttons_bottom_block .button:hover { background-color:#5b95d6; }
#primary_block form#buy_block p { margin:0; padding:0 0 2px; }
#primary_block form#buy_block #attributes { margin-top:20px; }
#primary_block form#buy_block p.price { position: relative; }
#primary_block form#buy_block p#old_price { text-decoration: line-through; color: #666666; }
#primary_block form#buy_block img.on_sale_img { height: 52px; position: absolute; right: 0; top: 0; width: 51px; }
#primary_block form#buy_block span.on_sale { background-color: #0071da; color: #FFFFFF; font-size: 10px; padding: 2px 5px; text-transform: uppercase; }
#primary_block form#buy_block span.discount { color:#2d88d5; float:right; font-weight:bold; }
#primary_block form#buy_block p#availability_statut { display:none!important; }
#primary_block form#buy_block p#product_reference { margin-bottom:5px; }
#primary_block form#buy_block span#our_price_display {font-size:18px; }
#primary_block form#buy_block span#availability_label { float:left; margin-right:1em; }
#primary_block form#buy_block label, #primary_block form#buy_block select { display:block; float:left; width:50% }
#primary_block form#buy_block label { line-height: 2.6em; padding-right: 10px; text-align: right; width: 35%; }
#primary_block form#buy_block span.editable { line-height: 2.6em; }
#primary_block form#buy_block #attributes p, #primary_block form#buy_block #quantity_wanted_p { clear:left; height:2.6em; margin-bottom: 5px; }
#primary_block form#buy_block #quantity_wanted_p { 
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
    background: none repeat scroll 0 0 #eefced;
    margin: 10px 0;
    padding: 10px 0;
}
#primary_block form#buy_block #quantity_wanted_p input { width:40px; padding: 4px; }
#primary_block form#buy_block p.confirmation{ background-color:#006db2; color:#ecf4ff; font-weight:bold; margin-bottom:20px; padding:10px; }

/* views block */
#views_block { margin: 0 auto; width: 274px }
#thumbs_list { overflow: hidden; float: left; width: 240px }
#thumbs_list ul { padding-left: 0; list-style-type: none; margin-top: 5px }
#thumbs_list li { float: left; cursor: pointer; width: 80px; height: 80px }
#view_scroll_left, #view_scroll_right {
	background:url("../img/icon/arrow_thumb.png") no-repeat scroll left bottom transparent;
	text-indent:-9999px;
	width:16px;
	height:16px;
	float: left;
	margin-top: 38px;
}
span.view_scroll_spacer { float: left; width: 16px; height: 80px }
#view_scroll_right { background-position:right bottom; }
#view_scroll_right:hover { background-position:right top; }
#view_scroll_left:hover { background-position:left top; }

/* manufacturers & supplier list */
ul#manufacturers_list, ul#suppliers_list { list-style:none; }
ul#manufacturers_list li, ul#suppliers_list li {
    display: inline;
    float: left;
    list-style: none outside none;
    margin: 20px 10px;
    text-align: center;
    width: 320px;
}
ul#manufacturers_list h4, ul#suppliers_list h4 { margin:0; }
ul#manufacturers_list .button, ul#suppliers_list .button { margin: 10px auto; width: 140px; }
ul#manufacturers_list .logo img, ul#suppliers_list .logo img { border:1px solid #D9D5C5; }

/* category.tpl */
#category img#categoryImage { margin-top: 1em }

/* adresses */
div.addresses {	position: relative; }
div.addresses h3 { margin: 0 }
div.addresses p.checkbox input { margin-top: 0!important; margin-top: -3px }
div.addresses ul.item { clear: both }
ul.address {
    float: left;
    list-style: none outside none;
    margin: 20px 40px 20px 0 !important;
    position: relative;
    width: 295px;
}
ul.address li { margin-top: 0.6em; padding-left: 1.4em; }
li.address_title { font-size: 1.2em; font-weight: bold; line-height: 1.9em; margin-top: 0 !important; }
ul.item li.address_title, ul.alternate_item li.address_title { border-bottom: 1px dashed #8cb3e8; }
li.address_name { color: #2a76dd }
li.address_name, li.address_company { font-weight: bold }
li.address_update, li.address_delete {
	background: transparent url('../img/bullet_myaccount.gif') no-repeat 0 0.5em!important;
	background: transparent url('../img/bullet_myaccount.gif') no-repeat 0 0.4em;
	margin-left: 1.4em
}
#center_column .address_add { padding: 1em 0 }

/* 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 }

/* identity.tpl */
p#security_informations { font-size: 0.85em; margin: 0 3em }

/* order step 3: PAYMENT */
.payment_module { margin:0 10px; }
.payment_module img { vertical-align:middle; margin-right:1em; }
.payment_module a { display:block; padding:10px; text-decoration:none; }
.payment_module a:hover, .payment_module a:focus, .payment_module a:active { background-color: #f0f2fd; }
#payment h3 { margin:0 10px; padding-bottom:20px; }

/* Printable version */
@media print {
	div#left_column, div#right_column, div#footer, a.button, span.button , .button, ul#usefull_link_block, #header, ul.idTabs, #availability_statut br, #primary_block form#buy_block p#add_wishlist, #primary_block form#buy_block p#add_to_cart, #primary_block form#buy_block p.buttons_bottom_block, ul#header_top_left, #header #nav, #primary_block .addthis_toolbox, #productscategory, #crossselling {
		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 { 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 }

/* category Products block */
#productscategory, #crossselling, #customerproductimages { margin: 2em auto 0; height: 120px; width: 100% }
#productscategory_noscroll, #customerproductimages_noscroll { margin: 2em auto 0; height: 120px; width: 100% }
#productscategory_list, #crossselling_list, #productsimage_list { overflow: hidden; float: left; width: 93% }
#productscategory_list ul, #productsimage_list ul { padding-left: 0; list-style-type: none }
#productscategory_list li, #productsimage_list li {
	float: left;
	margin: 0 3px;
	cursor: pointer;
	text-align: center;
	width: 100px;
	overflow: hidden
}
#productscategory_list li a, #productsimage_list li a { display:block; }
#productscategory_list li a img,
 #productsimage_list li a img,
  #crossselling_list li a img, 
  div#mywishlist div#block-order-detail ul li img,
  #view_wishlist #featured-products_block_center ul div li a img
	{ border:1px solid #FFFFFF; }
#productscategory_list li a img:hover,
 #productsimage_list li a img:hover,
  #crossselling_list li a img:hover, 
  div#mywishlist div#block-order-detail ul li img:hover,
  #view_wishlist #featured-products_block_center ul div li a img:hover
	{ border:1px dashed #c1d9f4; }
#productscategory_scroll_left,
 #productscategory_scroll_right, 
 #crossselling_scroll_left,
 #crossselling_scroll_right,
 #productsimage_scroll_left,
 #productsimage_scroll_right {
	background:url("../img/icon/arrow_thumb.png") no-repeat scroll left bottom transparent;
	display:block;
	float:left;
	height:16px;
	margin-top:30px;
	text-indent:-9999px;
	width:16px;
}
#productscategory_scroll_right, #crossselling_scroll_right, #productsimage_scroll_right { background-position:right bottom; }
#productscategory_scroll_right:hover, #crossselling_scroll_right:hover, #productsimage_scroll_right:hover { background-position:right top; }
#productscategory_scroll_left:hover, #crossselling_scroll_left:hover, #productsimage_scroll_left:hover { background-position:left top; }

/* crosselling block */
#crossselling_tabs { margin:0 0 40px; }
#crossselling_tabs h4{
    border-bottom: 3px solid #8cb3e8;
    color: #709ec5;
    line-height: 28px;
    margin: 0 0 20px;
}
#crossselling_noscroll { margin: 0 auto 0; height: 120px; width: 100% }
#crossselling_list ul { padding-left: 0; list-style-type: none }
#crossselling_list li {
	float: left;
	margin: 0 3px;
	cursor: pointer;
	text-align: center;
	width: 100px;
	overflow: hidden
}

/* module blockwishlist */
#wishlist_block #wishlist_block_list dl.products {
    border-bottom: 2px solid #8cb3e8!important;
    margin: 0 0 10px;
    padding: 5px 0;
}
#wishlist_block div.block_content #wishlist_block_list dl.products dt a.cart_block_product_name { font-weight: bold }
#wishlist_block div.block_content #wishlist_block_list dl.products dt { margin: 2px 0 }
#wishlist_block div.block_content #wishlist_block_list dl.products dt a.ajax_cart_block_remove_link { float: right }
#wishlist_block div.block_content #wishlist_block_list dl.products dd { font-style: italic; margin: 0 0 0 10px }
#wishlist_block div.block_content p select#wishlists { width: 140px }
#wishlist_block div.block_content p a.exclusive { margin: 5px auto 0; width: 190px; }

/* mywishlist */
div#mywishlist div#block-order-detail form.wl_send fieldset p input { margin-left: 60px }
div#mywishlist div#block-order-detail { margin-top: 10px; display: block }
div#mywishlist form.std fieldset label { width:100px }
div#mywishlist form.std fieldset input#submitWishlist { display: inline }
div#mywishlist table.std thead th.mywishlist_first { text-align: center; width: 40px }
div#mywishlist table.std thead th.mywishlist_second { text-align: center; width: 80px }
div#mywishlist table.std thead th.first_item, div#mywishlist table.std tbody tr td { width: 200px }
div#mywishlist div#block-order-detail { margin-top: 10px }
div#mywishlist div#block-order-detail form.std p.submit { padding-left: 119px; }
div#mywishlist #hideBoughtProducts,
 div#mywishlist #showBoughtProducts,
div#mywishlist #showBoughtProductsInfos,
 div#mywishlist #hideBoughtProductsInfos {
	float:left;
	padding:0 10px 20px;
}
div#mywishlist #showBoughtProducts,
 div#mywishlist #hideBoughtProductsInfos,
 div#mywishlist #hideSendWishlist { display: none }
div#mywishlist #showSendWishlist,
 div#mywishlist #hideSendWishlist {
	float:right;
	padding:0 10px 20px;
}
div#mywishlist div#block-order-detail table.wlp_bought_infos thead tr th { text-align: center }
div#mywishlist div#block-order-detail table.wlp_bought_infos thead tr th.first_item { width: 300px }
div#mywishlist div#block-order-detail table.wlp_bought_infos { margin: 0 0 0 10px; width:640px; }
div#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.address_address1 { overflow:hidden; }
#view_wishlist #featured-products_block_center ul div li.address_address1 a { float:left; display:block; }
#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 {
    display: inline;
    float: left;
    margin-left: 10px;
    width: 185px;
}
div#mywishlist div#block-order-detail ul li span.wishlist_product_detail { margin-bottom: 5px } 
span.wishlist_product_detail input { width: 25px; margin-left: 10px; } 
div#mywishlist div#block-order-detail ul li span.wishlist_product_detail select { margin-left: 10px; }
#view_wishlist #featured-products_block_center ul div li a.exclusive,
 #view_wishlist #featured-products_block_center ul div li span.exclusive {
	margin-left: 10px
}
#view_wishlist #featured-products_block_center ul div li.address_name input.text {
	color: #999;
	font-weight: bold;
	font-size: 11px;
	border: 0
}
div#mywishlist li.delete_save { clear:both; display:block; padding:10px 0 0 105px; }
div#mywishlist a.button, div#mywishlist a.exclusive { display:inline; padding:3px 5px; width:80px; }

/* 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 { 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 }

/* send to a friend pages */
#sendtoafriend-form form.std p.align_center { margin-bottom: 20px; padding-left: 220px; text-align: left; }
#sendtoafriend-form form.std p.align_center img { border: 1px solid #FFFFFF; }
#sendtoafriend-form form.std p.align_center img:hover { border: 1px dashed #c1d9f4; }

/* 404 page */
#page_404 form.std p .button_small { display:inline; }

/* loyalty */
#loyalty { margin: 10px 0; }

/* facebooklike */
#primary_block ul#usefull_link_block li.fb_like {
    background: none repeat scroll 0 0 transparent;
    border: 1px dotted #b3d1ef;
    margin-top: 10px;
    padding: 10px 10px 15px;
}

/* product tweet */
#pb-left-column .twitter-share-button {
    position: absolute;
    right: 0;
    top: -95px;
}
.twitter-share-button {
	margin: 20px 0;
}

/*============================*/
/*=== Custom Slider Styles ===*/
/*======= Nivo Slider ========*/
/*============================*/
#slider-wrapper { width:960px; height:300px; margin:0px auto 0; }
#slider {
	position:relative;
    width:618px;
    height:246px;
	background:url(../../../modules/awesomeslider/images/loading.gif) no-repeat 50% 50%;
}
#slider img { position:absolute; top:0px; left:0px; display:none; }
#slider a { border:0; display:block; }
.nivo-controlNav { position:absolute; left:430px; bottom:5px; }
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../../../modules/awesomeslider/images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active { background-position:0 -22px; }
.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../../../modules/awesomeslider/images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav { background-position:-30px 0; right:15px; }
a.nivo-prevNav { left:15px; }
.nivo-caption { text-shadow:none; font-family: Georgia, "Times New Roman", Times, serif; }
.nivo-caption a { color:#deefd1; text-decoration:underline; }
 
/* The Nivo Slider styles */
.nivoSlider { position:relative; }
.nivoSlider img { position:absolute; top:0px; left:0px; }
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption { display:none; }
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a { 
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav { left:0px; }
.nivo-nextNav { right:0px; }
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a { position:relative; z-index:99; cursor:pointer; }
.nivo-controlNav a.active { font-weight:bold; }

/*
|--------------------------------------------------------------------------
| UItoTop jQuery Plugin 1.1
| http://www.mattvarone.com/web-design/uitotop-jquery-plugin/
|--------------------------------------------------------------------------
*/

#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	overflow:hidden;
	width:52px;
	height:52px;
	border:none;
	text-indent:-999px;
	background:url(../../../modules/scrollpage/img/ui.totop.png) no-repeat left top;
}
#toTopHover {
	background:url(../../../modules/scrollpage/ui.totop.png) no-repeat left -52px;
	width:52px;
	height:52px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}
#toTop:active, #toTop:focus { outline:none; }