/*
	PrestaShop CSS
	18 used colors : 
	10 grays: #374853 #595a5e #5d717e #76839b #888 #bdc2c9 #d0d1d5 #d0d3d8 #e5e6e7 #f3f3f3
	4 fushias: #4f790c #4f790c #4f790c #4f790c
	2 yellows: #f3f3f3 #4f790c
	1 green: #488c40
	1 red: #6d7171
*/
/* @group CSS reset by Eric Meyer */

html, body,
div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, select, textarea,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family:  "Trebuchet MS", Helvetica, Jamrul, sans-serif;;
	vertical-align: baseline;
	font-size:11px;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
br {margin: 0; padding: 0; border-width: 0; line-height: 1em;}
/* @end */
* {
	padding:0;
	margin:0;
}

body {
	font-size: 11px;
	font-family: "Trebuchet MS", Helvetica, Jamrul, sans-serif;;
	color: #333333;
	text-align: center;
	/*background-color: #F3F3F3;*/
	background: #FFF url('../img/body_bg.jpg') scroll repeat-y center top;
}
body.iframe {
  background: #FFF;
}

/* 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;}

/* Footer links */
ul.footer_links{
	list-style-type:none;
	clear:both;
	height:2em;
	margin-top:2em;
}
ul.footer_links li{
	float:left;
	margin-right:2em;
	height: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 {
  background: transparent url('../img/cart_add.png') no-repeat center center;
}

/* simple list inline */
ul.inline_list{ list-style-type:none; }
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 */
ul.idTabs {
	list-style-type:none;
	padding-top:10px;
	margin-left:12px;
}
ul.idTabs li {
	float:left;
}
ul.idTabs li a, ul.idTabsShort li a {
	background: url('../img/tab2.gif') repeat-x left bottom;
	display:block;
	float:left;
	text-align:center;
	text-decoration:none;
	height:23px;
	line-height:23px;
	color:#333333;
	margin-right: 5px;
	text-transform: uppercase;
	font-weight: bold;
}
ul.idTabs li a span {
	display:block;
	float:left;
}
ul.idTabs li span.tabstart, ul.idTabs li span.tabend {
	background-repeat: no-repeat;
	background-position: left bottom;
	width:10px;
	height:23px;
}
ul.idTabs li span.tabstart {
	background-image: url('../img/tab1.gif');
}
ul.idTabs li span.tabend {
	background-image: url('../img/tab3.gif');
}

ul.idTabs li a.selected, ul.idTabsShort li a.selected,
ul.idTabs li a:hover, ul.idTabsShort li a:hover {
	background-image: url('../img/tab2_selected.gif');
	color: #FFF;
}
ul.idTabs li a.selected span.tabstart, ul.idTabsShort li a.selected span.tabstart,
ul.idTabs li a:hover span.tabstart, ul.idTabsShort li a:hover span.tabstart {
	background-image: url('../img/tab1_selected.gif');
}
ul.idTabs li a.selected span.tabend, ul.idTabsShort li a.selected span.tabend,
ul.idTabs li a:hover span.tabend, ul.idTabsShort li a:hover span.tabend {
	background-image: url('../img/tab3_selected.gif');
}

/* IdTabs Short*/
div.sheets{
	clear:both;
}
div.more_info_sheets {
	border:1px solid #747275;
	border-top:none;
	padding: 0 8px 18px 8px;
	width:775px; /* 791 - padding */
}
div.more_info_sheets ul li{
	margin-bottom:0.4em;
}
div.more_info_sheets p {
	margin-top: 0;
}

.block_top {
	background: url('../img/info_back.gif') no-repeat left top;
	width:793px;
	float: left;
	height:18px;
	padding: 0;
	margin: 0;
}

/* global style */
a {
	color: #333;
	text-decoration: underline;
	outline: none;
}
a:hover {
	text-decoration: none;
}
input:focus {
	outline: none;
	outline-offset: 0;
	outline-color: inherit;
	outline-style: none;
}
a img {
	outline: none;
	border: none;
	text-decoration: none;
}
h2 {
	font-size: 14px;
	line-height:40px;
	padding-left:10px;
	margin: 0 0 8px 0;
	font-weight: bold;
	color: #fff;
	background: transparent url('../img/title_bg_panier.gif') no-repeat top left;
	height:38px;
	width:793px;
}h2.category_title{	font-size: 18px;	line-height:40px;	padding-left:10px;	margin: 0 0 8px 0;	font-weight: bold;	color: #4B7007;	height:38px;	background:none;}
h2 span {
	font-size:14px;
	text-transform: lowercase;
	font-weight: normal;
	font-style: italic;
	color: #374853;
	margin-left: 1em;
}
#order h2, #product h2 {
	line-height:36px;
	background:transparent url('../img/title_bg.gif') no-repeat left center;
}

h3 { font-size: 14px; margin: 1em 0; }
h4 { font-size: 1em; }

/* global layout */
#page, #header_top_content {
	width: 1001px;
	margin: 0 auto;
	clear: both;
	float: none !important;
}
#page {
	text-align:left;
	background-color:#ffffff;
	border-left:1px #D4D4D4 solid;
	border-right:1px #D4D4D4 solid;
}
div#logo, h1#logo {
	float: left;
	margin: 0px 0 0 20px;
	height: 70px;
}
div#logo a, h1#logo a {
	display: block;
	text-indent: -3000px;
	width: 239px;
	height: 64px;
	background: transparent url('../img/logo.jpg') no-repeat top left;
}
body.body_lady div#logo a {
	background-image: url('../img/logo_lady.jpg');
}
span.h1txt {
  /*font-family:  "Trebuchet MS", Helvetica, Jamrul, sans-serif;*/
  font-size:18px;
  font-weight:bold;
  color:#595a5e;
  padding-left:45px;
  letter-spacing:-1px;
  line-height: 11px;
}

#header {
	float: left;
	width: 100%;
	margin-bottom:25px;
	text-align: left;
}
#logo #txt_header{
	font-family:  "Trebuchet MS", Helvetica, Jamrul, sans-serif;
	font-size:12px;
}

#menu {
	clear: both;
	width: 100%;
	padding-top:20px;
	margin-left:15px;
}
#menu_top {
	width:100%;
}
#menu_top ul {
	margin-left:15px;
	display:block;
	width:100%;
}
#menu_top ul li {
	float:left;
	display: inline;
	text-align:center;
	margin-right: 3px;
}
/* Hack to hide last one categorie */
#menu_top ul li.last {
	/*display: none;*/
}
/* But display it on submenu */
#menu_top ul li li.last {
	display: block;
}
#menu_top span {
	background:#5A890E url('../img/menutop1.gif') no-repeat bottom left;
	height:24px;
	float:left;
	width:10px;
}
#menu_top span.end {
	background-image: url('../img/menutop3.gif');
}
#menu_top #wordpress_access span.first {
	background-image: url('../img/menutoporange_left.gif');
}
#menu_top #wordpress_access span.end {
	background-image: url('../img/menutoporange_right.gif');
}
#menu_top #wordpress_access a {
	background-image: url('../img/menutoporange.gif');
}
#menu_top ul li a {
	float:left;
	display: block;
	background:#5A890E url('../img/menutop2.gif') repeat-x bottom left;
	color:#fff;
	text-decoration:none;
	height:24px;
	line-height:24px;
	padding:0;
	font-weight: bold;
	font-size: 11px;
	text-transform:uppercase;
}
#menu_top ul li a:hover, #menu_top ul li a.selected {
	color:#e1e1e0;
}
#menu_top ul ul {
	z-index: 99;
	position: absolute;
	display: block;
	margin: 24px 0 0 1px;
	clear: both;
	width: 170px;
}
* html #menu_top ul ul, *:first-child+html #menu_top ul ul { /* IE hack */
	margin: 0 !important;
}
#menu_top ul ul li {
	text-align: left;
	float: none;
	display: block;
	height: inherit;
	width: inherit;
	margin-right: 0;

}
#menu_top ul ul li a {
	border-color: #E6E6E6;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	text-transform: none;
	background-color: #FFF;
	background-image: none;
	color: #333333;
	padding-left: 5px;
	width: 150px;
	float: none;
	font-weight: normal;
	display: block;
}
#menu_top ul ul li a:hover, #menu_top ul ul li a.selected {
	text-decoration: none;
	background-color: #F3F3F3;
	color: #333333;
}


#left_column, #center_column, #right_column {
	float:left;
	margin-bottom: 13px;
}
#left_column {
	clear:left;
	width:162px;
	margin-left:16px;
	/*padding-right: 15px;*/
}
#center_column {
	margin: 0 13px 30px 12px;
	width:621px;
}
#right_column {
	/*padding-left:10px;*/
	width:162px;
}
/* Special style */
#product #right_column, #order #right_column {
	display: none;
}
#product #center_column, #order #center_column {
	width: 790px;
}

/* global RTE fields */

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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	/*vertical-align: baseline;*/
	text-align: left;
}
div.rte h1, div.rte h2, div.rte h3, div.rte h4, div.rte h5, div.rte h6 {
	margin: 0.75em 0 0.3em 0;
	color: #374853;
}
div.rte h1 {
	font-size: 25px;
	font-weight:bold;
}
div.rte h2 {
	font-size: 14px;
	line-height:38px;
	padding-left:10px;
	margin: 0 0 8px 0;
	font-weight: bold;
	color: #fff;
	background: transparent url('../img/title_bg_panier.gif') no-repeat top left;
	height:38px;
	width:793px;
}
div.rte h3 {font-size: 16px;}
div.rte h4 {font-size: 14px;}
div.rte h5 {font-size: 11px;}
div.rte h6 {font-size:  8px;}

div.rte ol, div.rte ul {
	padding-left: 2em;
}

div.rte ul {
	list-style-type:square;
}

div.rte strong {
	font-weight:bold;
}

div.rte em {
	font-style:italic;
}

/* tables still need 'cellspacing="0"' in the markup */
div.rte table {
	border-collapse: separate;
	border-spacing: 0;
	width:auto;
}
div.rte caption, div.rte th, div.rte td, div.rte table {
	text-align: left;
	font-weight: normal;
	background:none;
	height:inherit;
	/*border:1px #e5e6e7 solid;*/
	text-align:left;
}

div.rte th {
	padding-left:1em;
	padding-right:1em;
	background:#e5e6e7;
}

div.rte p {
	margin:0.5em 0pt;
	padding-left:0.7em;
	padding-bottom: 1em !important;
}
/* /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;
}
#order-detail-content {
  width: 100%;
}
table, table td, table th {
	vertical-align: top;
}
table.std {
	border-spacing: 0;
	border-collapse: collapse;
	width:100%;
}
table.std td, table.std th {
	padding: 0.4em 0.5em;
}
table.std th {
	white-space:nowrap;
}
table.std tr.item td, table.std tr.item th {
	background-color: white;
}
table.std tr.alternate_item td, table.std tr.alternate_item th {
	background-color: #f3f3f3;
}
table.std tbody tr td, table.std tfoot tr td {
	border-top: 1px solid #bdc2c9;
}
table.std thead th {
	background-color: transparent;
	background-image: url('../img/table_header.gif');
	background-repeat: no-repeat;
	height:27px;
	border: none;
	color: #374853;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}
table.std thead th.first_item {
	background-position: top left;
}
table.std thead th.last_item {
	background-position: top right;
}
table.std thead th.item {
	background-position: -8px 0;
}
table.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: #F3F3F3 url('../img/form_bg.jpg') repeat-x top left;
	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 {
	padding: 0.3em 1em;
	clear: both;
}
form.std label, form.std p span {
	float: left;
	text-align: right;
	width: 30%;
}
form.std p span.star-rating-control { /* hack for rating star on golf directory */
	text-align: left !important;
}
form.std p span.like_input {
	width: auto;
	margin-left:0.7em;
}
input, textarea, select, span.editable {
	margin-left: 0.7em;
	font-size: 11px;
	font-family:  "Trebuchet MS", Helvetica, Jamrul, sans-serif;
	vertical-align: top;
	outline: none;
}

input, textarea, select {
	border: 1px solid #A0A0A0;
}

input.text {
	line-height:18px;
	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: #6d7171;
}
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 {
	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_mini_bg, 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_mini_bg, a.button_small, a.button, a.button_large,
a.exclusive_mini, a.exclusive_small, a.exclusive, a.exclusive_large,
span.button_mini, span.button_mini_bg, span.button_small, span.button, span.button_large,
span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large,
a.button_video
{
	background-repeat: no-repeat;
	background-position: top left;
	border: none;
	color:#fff!important;
	font-size: 11px !important;
	font-weight: normal !important;
	text-align: center;
	text-decoration: none!important;	
	cursor: pointer;
	display: block;
	line-height: 18px;
	height: 18px;
}

/* input button */
input.button_mini, input.button_mini_bg, 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_mini_bg, 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;
	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 {
	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_mini_bg: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_mini_bg: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;
}

/* classic buttons */
input.button_mini, input.button_mini_bg, input.button_mini_disabled, input.exclusive_mini, input.exclusive_mini_disabled, a.button_mini, a.button_mini_bg, a.exclusive_mini, span.button_mini_bg, span.button_mini, span.exclusive_mini {
	width: 30px;
	background-image: url('../img/button-mini.gif');
}
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.gif');
}
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.gif');
}
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: 180px;
	background-image: url('../img/button-large.gif');
}

/* exclusive button */
input.exclusive, input.exclusive_disabled, a.exclusive, span.exclusive { background-image: url('../img/button-medium_exclusive.gif'); }
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 { background-image: url('../img/button-large_exclusive.gif'); }

/* exclusive button */
input.button_mini_bg, input.button_mini_bg_disabled, a.button_mini_bg, span.button_mini_bg { background-image: url('../img/button-mini_bg.gif'); }

/* video button */
a.button_video {
	line-height: 40px;
	height: 40px;
	vertical-align: middle;
	background-image: url('../img/button-video.gif');
	padding-left: 40px;
	width: 75px; /* 115px - padding */
	text-align: left;
}
a.button_video:hover {
	background-position: 0 -40px;
}


/* 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, #informations_block_left ul li {
	padding-left:10px;
	background: transparent url('../img/bullet.gif') no-repeat 0 5px;
	list-style-type:none;
	color:#333333;
}
.block ul.bullet li, #informations_block_left ul li {
	background-position: 0 7px;
}

ul.attachment li {
  background: transparent url('../img/icon/pdf.gif') no-repeat left center;
  line-height: 30px;
  height: 30px;
  padding-left: 35px;
}

.price-discount {
	text-decoration: line-through;
	font-weight: normal;
}
.price-pretax { color: gray; }
.price-ecotax { color:#488c40; }
img.icon { margin-right: 0.5em; vertical-align: middle; }
.price, .price-shipping, .price-wrapping {
	white-space:nowrap;
}

/* errors */
.error {
	width: 90%;
	border: 1px solid #6d7171;
	background-color: #f3f3f3;
	color: #6d7171;
	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: 12px;
	background-color: #f3f3f3;
	border: 1px dashed #4f790c;
	font-weight: bold;
	margin:20px 0  20px 15px!important;
	padding: 10px;
	/*width:582px;*/
}
.warning_inline {
	color:#6d7171;
	font-weight:bold;
}

/* success */
.success {
	color: green;
	background-color: #d0d3d8;
	border: 1px dashed green;
	font-weight: bold;
	margin: 0.2em 1em;
	padding: 0.3em 0.8em 1em;
}
.success_inline {
	color:green;
	font-weight:bold;
}

/* breadcrumb.tpl */
.breadcrumb {
color:#888888;
display:block;
float:left;
font-size:1em;
margin-left:-172px;
margin-top:-21px;
width:100%;
  }
.breadcrumb .navigation-pipe {
	padding: 0 0.6em;
}
.breadcrumb a {
	text-decoration: none;
	color:#5d717e;
	color:#5D717E;
}
.breadcrumb a:hover {
	text-decoration: underline;
}

/* pagination.tpl */
div.pagination {
	margin: 1em 0;
}
ul.pagination {
	list-style: none;
	float: left;
}
ul.pagination li {
	display: inline;
	float: left;
	margin-right: 0.3em;
}
ul.pagination li, ul.pagination a, ul.pagination span {
	/*font-weight: bold;*/
	color: #D66304;
}
ul.pagination a, ul.pagination span {
	border: 1px solid #D66304;
	padding: 0em 0.4em;
	display: block;
	line-height: 17px;
	/*background: #bdc2c9 url('../img/pagination_bg.gif') repeat-x top right;*/
}
ul.pagination a {
	text-decoration: none;
}
ul.pagination li.current span {
/*
	background-color: #595a5e;
	background-image: url('../img/pagination-bg-current.gif');
	color: white;
*/
	border: 1px solid #FFF;
	font-weight: bold;
	border: none;
}
ul.pagination li.truncate {
	padding: 0.3em;
	background: none;
}
#pagination_previous a, #pagination_previous span, #pagination_next a, #pagination_next span {
/*
	background-image: url('../img/pagination-prevnext-bg.gif');
	border-color: #D66304;
	border-style: solid;
	border-width: 0 1px;
	border: none;
*/
	line-height: 19px;
}
#pagination_previous {
	/*background: transparent url('../img/pagination-prev-border.gif') no-repeat top left;*/
	padding-left: 6px;
}
#pagination_previous a, #pagination_previous span {
	/*border-left: none;*/
}
#pagination_next {
	/*background: transparent url('../img/pagination-next-border.gif') no-repeat top right;*/
	padding-right: 6px;
}
#pagination_next a, #pagination_next span {
	/*border-right: none;*/
}
li.disabled span {
	color: #888;
	border-color: #888;
	/*background-color: #f3f3f3;*/
}

form.pagination { text-align: right; }
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; }

/* product-sort.tpl AND product-filter */
#productsSortForm{
	float: right;
	margin:-25px 10px 0 0;
}
 #productfilter {
	float: left;
	margin:-25px 10px 0 325px;
}
#productsSortForm, #productsSortForm form, #productsSortForm form p,
#productfilter, #productfilter form, #productfilter form p {
	display: inline;
	padding-left: 0;
}
form#productsSortForm p {
	/*height: 1em;
	float:right;*/
}
form#productsSortForm p label, form#productsSortForm p select{
}

/*#productfilter {
	margin-right:179px;
}*/
#productfilter_clear {
  display: none;
}

/* Header */
g#header ul { list-style: none; }
#header form {
	border: none;
	margin-bottom: 0!important;
	display: inline;
}
#header label {
	margin: 0;
	float: none;
}

/* block top currencies */
#header #currencies_block_top {
	margin: 0.4em 0.5em 0 0;
	float: left;
}
#header #currencies_block_top ul {
	float: left;
	height: 1.5em;
}
#header #currencies_block_top ul li {
	float:left;
	margin-right:0.2em;
}
#header #currencies_block_top ul li a {
	display:block;
	font-size:0.8em;
	background-color:#f3f3f3;
	border:#595a5e 1px solid;
	text-decoration:none;
	min-width: 1em;
	padding: 0px 2px 0px 3px;
	line-height: 1.5em;
	text-align: center;
	vertical-align: middle;
}
#header #currencies_block_top ul li a:hover {
	background-color:white;
	color: black;
}
#header #currencies_block_top ul li.selected a {
	border: none;
	background-color: transparent;
	font-size: 1.1em;
	line-height: 1.2em;
	font-weight: bold;
	color: black;
	border:1px solid white;
}
#header #currencies_block_top p {
	clear: left;
}
/**/
#tel {
  background: #fff url('../img/tel.gif') no-repeat top left;
  width:147px;
  height:40px;
  float:left;
  margin:28px 20px 0 30px;
  padding-left:60px;
  padding-top:2px;
  line-height: 15px;
  color:#7A7A7E;
  font-weight:bold;
  text-align:center;
}
#tel, #tel .txtvert {
  font-size: 12px;
}
#tel #telephone_number {
  font-size: 14px;
}

/* @group top header */
#header_top {
  display: none !important;
	margin: 0;
	padding: 3px 5px;
	height: 19px; /* 25px - padding */
	display: block;
	background-color: #4E7C10;
	text-align: left;
}
#header_top div {
  float: right;
  /*border-right: 2px solid #FFF;*/
  padding: 0 0 0 5px;
  color:#fff;
  line-height: 19px;
}

/* top links */
#header_links {
}
#header_links a {
  color:#fff;
  font-weight:bold;
	text-decoration: none;
}
#header_links a:hover {
  text-decoration:underline;
}

/* block top languages */
#languages_block_top {
}
#languages_block_top h4 {
	float:left;
	padding-right: 1px;
  line-height: 19px;
}
#languages_block_top ul#first-languages {
	float: left;
}
#languages_block_top ul#first-languages li {
  height: 19px;
  line-height: 19px;
  display: block;
  float: left;
  margin-left: 3px;
}
#languages_block_top ul#first-languages li.selected_language {
}

/* block currencies */
#header_top #currencies_block_top {
  border: none;
}


/* block top search */
#header #search_block_top {
	background: transparent url('../img/block_search_bg.jpg') no-repeat top center;
	height: 27px;
	clear: both;
	width: 100%;	
}
#search_block_top form {
	float:right;
	width: 270px;
	text-align: center;
	display: block;		margin-right:10px;
}
#search_block_top p {
	margin: 0 auto;
	text-align: center;
}
/*
#header #search_block_top label {
	background: transparent url('../img/icon/search.gif') no-repeat 0 2px;
	float: left;
	width: 19px;
	height: 18px;
	display: block;
}
*/#search_block_top  h1{	color:#fff;		font-size:14px;		font-weight:bold;		margin-left:30px;			padding:4px;}
 #search_block_top  input#search_query, #search_block_top  input#searchautocomplete_query {
	border: none;
	background: transparent url('../img/search_bg.png') no-repeat top left;
	padding: 2px 10px 1px 20px;
	width: 188px; /* 218px - padding */
	height:16px; /* 19px - padding */
	color:#2C2C2C;		margin-left:0px;		margin-top: -23px;
}
#search_block_top input {
	float: left;
}
#search_block_top input.button_search {
	vertical-align: middle;
	text-align: center;
	background: transparent url('../img/button-go.png') no-repeat center center;
	width: 32px;
	height: 19px;
	line-height: 19px;
	border: none;
	padding: 0 0 3px 0;
	cursor: pointer;		margin-top: -22px;		margin-left:219px;
}

/* @group format autocomplete search result */
.ac_results {
	width: 350px !important;
	border: 1px solid #77787C !important;
}

.ac_results li {
	cursor: pointer !important;
	font-size: 98% !important;
	border-color:#E6E6E6;
	border-style:solid;
	border-width:0 1px 1px;
}
.ac_results li img {
	vertical-align: middle;
	width: 30px;
	height: 30px;
}
/*
.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}
*/
.ac_odd {
	background-color: #FFF !important;
}
.ac_over {
	background-color: #F3F3F3 !important;
	color: #333333  !important;
}
/* @end format autocomplete search result */

#mrgolfguide_block select {
  height: 20px;
  color: #333333;
  margin: 5px auto;
  width: 148px;
}
#mrgolfguide_block img {
float:left;
}
#mrgolfguide_block #guide, #mrgolfguide_videozap {
	color:#333333;
	font-size:12px;
}

#productsSortForm span.select {
	height:18px;
	border:1px solid #A0A0A0;
	width:125px;
	color:#2C2C2C;
}

/* block left column "Quick search" */
#search_block_left input {
	margin: 2px 0px 0px 0px;
}
#search_block_left #search_query {
	width: 11em;
}
#search_button {
	display: inline;
}

/* block top user information */
#cart_client {
	float:right;
	width:350px;
}
#header_user, #header_client {
	margin: 6px 6px 0 0;
	width: 169px;
	float: left;
}
.header_user_info,.header_client_info {
  color: #595a5e;
  height:20px;
  line-height:20px;
  text-align:left;
  padding-left:10px;
  width: 152px; /* 162px - padding */
  font-weight:bold;
  background:transparent url('../img/block_header_exclusive.gif') no-repeat left top;
}
.header_client_info {
  background-image: url('../img/block_header_exclusive1.gif');
}
.header_nav {
	border: 1px #747275 solid;
	border-top: none;
	width: 160px;
	height: 60px;
}
* html .header_nav, *:first-child+html .header_nav { /* IE hacks */
	height: 65px;
}
div.header_nav ul {
  padding:0;
  margin:0;
}
div.header_nav ul li {
  padding: 0 0 0 10px;
  margin: 0;
  line-height: 14px;
  height: 14px;
  white-space: nowrap;
  vertical-align: top;
}
div.header_nav li a {
  text-decoration: none;
  color:#333333;
}
div.header_nav li a:hover {
	text-decoration:underline;
}
#header_user p#cart-buttons {
  clear:both;
  padding: 14px 0 0 0;
}
#header_user p#cart-buttons a {
  color:#4B720B;
  font-weight:bold;
  text-decoration:underline;
  width: 50%;
  margin: 0;
  display: block;
  float: left;
  text-align: center;
}
#header_user p#cart-buttons a:hover {
  text-decoration:none;
}

/*#header_user #your_account a { background-image: url('../img/icon/my-account.gif'); }
#header_user #shopping_cart a { background-image: url('../img/icon/cart.gif'); }
#header_user #shopping_cart span.ajax_cart_quantity { padding-right:0.5em; }
*/

/* Footer */
#footer {
	clear: both;
	text-align: left;
}
#footer ul {
}
#footer .block_various_links {
  list-style: none;
  background: url('../img/footer.gif') no-repeat top center;
  text-align: center;
  height: 27px;
  line-height: 27px;
  width: 100%;
  color:#fff;
}
#footer .block_various_links li a {
  text-decoration:none;
}

.footer_navigation_links {
  width: 400px;
  margin-left: 80px;
  float: left;
  padding-top: 5px;
}
.footer_navigation_links h6 {
  font-weight:bold;
  font-size: 13px;
  margin-bottom: 4px;
  padding-left: 8px;
}
.footer_navigation_links ul li {
  float: left;
  padding-left: 8px;
  width: 47%;
  line-height: 14px;
  background: transparent url('../img/bullet.gif') no-repeat left center;
}.Footer {	text-align:center;	clear:both;	padding-top:20px;}

#payment_logo_footer {
	clear: both;
	text-align: center;
	margin-bottom:6px;
}
/* @end footer */


/* Default block style */
div.block {
	margin-bottom: 1em;
	width: 162px;
}
#left_column div.block, #right_column div.block {
	padding-bottom: 6px;
/*	background: transparent url('../img/block_footer.gif') no-repeat bottom left;*/
}
div.block h4 {
	text-transform: uppercase;
	text-align: left;
	padding-left:7px;
	width:155px; /* 162 - padding */
	font-weight: bold;
	font-size:14px;
	line-height:26px;
	color: #333333;
	height:25px;
	background: transparent url('../img/block_header.gif') no-repeat top left;
}
div.block h4 a {
	color: #333333;
	font-size:14px;
}
div.block ul { list-style: none; }
div.block a:hover { text-decoration: underline; }
#left_column div.block .block_content a.exclusive_small,
#right_column div.block .block_content a.exclusive_small {
	margin: 3px 0 5px 0 !important;
}
div.exclusive .block_content {
	padding:0.5em 0.7em 0pt;
	/*background: #ffffff url('../img/block_bg.jpg') repeat-x bottom left;*/
	max-height:42px;
	width:145px;
	border:1px solid #77787C;
	border-top:none;
}

#mrgolfguide_videozap div.block_content #videozap_left,#reward div.block_content #golfreward_left {
  float:left;
  width:50%;
}
#mrgolfguide_videozap div.block_content #videozap_right {
  float:right;
  width:50%;
}
#mrgolfguide_locations div.block_content a.exclusive_small,#reward div.block_content a.exclusive_small {
  float:right;
}

#mrgolfguide_locations img, #reward img {
	vertical-align:top;
	float:right;
}
#reward div.block_content {
	background: transparent url('../img/golfreward.jpg') no-repeat top right;
	min-height: 80px;
}
#reward div.block_content p {
	padding-right: 64px;
	width: 90px; /* 154px - padding-right */
}

#blockmeteo div.block_content img {
	vertical-align: top;
	float: left;
}

#mrgolfguide_flash .block_content,#mrgolfguide_selection .block_content {
	padding:0;
	width:160px;
	height:134px;
}

#blockaffiliation .block_content {
  /*padding-bottom: 24px;*/
}
#blockaffiliation img {
	float:left;
	width:56px;
	height:40px;
	margin-right: 2px;
}
#blockaffiliation a.exclusive_small {
	margin-top: 3px !important;
	margin-right: 6px !important;
	float: right;
}

div.block .block_content, div.exclusive .block_content {
  padding:8px 6px 0 6px;
  width:148px; /* 160px - padding */
  /*background: #ffffff url('../img/block_bg.jpg') repeat-x bottom left;*/
  min-height:20px;
  border:1px solid #77787C;
  border-top:none;
  color:#333333;
}
div.block li {
	padding: 0.2em 0 0.2em 0em;
	list-style-position: outside;
}
div.block a {
	color: #333333;
	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;
}*/
div.exclusive h4 {
	background: transparent url('../img/block_header_exclusive.gif') no-repeat top left;
	color: white;
	height:20px;
}

div.exclusive li { margin-top: 0; }
/*div.exclusive h4 a { color: white; }div.exclusive, div.exclusive a { color: white; }
div.exclusive .block_content {
	background: #bdc2c9 url('../img/block_exclusive_bg.jpg') repeat-x bottom left;
	border-left: 1px solid #595a5e;
	border-right: 1px solid #595a5e;
}
*/
/* block myaccount */
#left_column div.myaccount, #right_column div.myaccount { background: #4f790c url('../img/block_footer_myaccount.jpg') no-repeat bottom left; }
div.myaccount h4 { background: #4f790c url('../img/block_header_myaccount.jpg') no-repeat top left; }
div.myaccount h4 a, div.myaccount h4 { color: white; }
div.myaccount, div.myaccount a { color: #4f790c; }
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: #4f790c; }
div.myaccount p.logout a { text-decoration: underline; }
div.myaccount p.logout a:hover { text-decoration: none; }
div.myaccount .block_content {
	background: #4f790c url('../img/block_bg_myaccount.jpg') repeat-x bottom left;
	border-left: 1px solid #4f790c;
	border-right: 1px solid #4f790c;
}
.account_input {
	margin-left: 0px;
	width:15em;
}

/* block in the center column */
#center_column div.block h4 {
	background: transparent url('../img/block_header_large.gif') no-repeat top left;
	height:25px;
	line-height:23px;
	padding-left:10px;
	width:613px; /* 620px - padding */
	/*font-size:14px;
	font-weight:bold;*/
	color: #FFF;
	text-transform: none;
	margin-bottom: 4px;
}
#center_column p { margin: 0.5em 0; padding-left:0.7em;}
#center_column div.block {
	width: 100%;
	margin-bottom: 4px;
}
#center_column div.block h4 a
{
	color:#ffffff;
	text-decoration:none;
}
/*informations*/
#informations_block_left  h4
{
text-transform: uppercase;
	text-align: left;
	padding-left:8px;
	font-weight: bold;
	font-size:14px;
	line-height:146px;
	color: #333333;
	height:85px;
	background: transparent url('../img/services.gif') no-repeat top left;
	width:162px;
}
/*end informations*/

/* + mrgolf */
#blockadvantage h4 {
  text-transform: uppercase;
	text-align: left;
	padding-left:8px;
	font-weight: bold;
	font-size:14px;
	line-height:146px;
	color: #333333;
	height:84px;
	background: transparent url('../img/advantage.gif') no-repeat top left;
	width:162px;
}
#blockadvantage .block_content {
  border-top: 1px solid #77787C;
}
/*end + mrgolf */

/* Styles for products blocks */
/* block products (new, features, viewed, etc...) on left and right column */
.products_block li {
	clear: left;
	margin-top: 0.2em;
}
.products_block li.item img {
	margin-right: 5px;
}
.products_block li.last_item {
	border: none;
}
.products_block li img {
	vertical-align: top;
	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 {
}
.products_block dl {
	clear: both;
	border-top: 1px solid #374853;
	padding: 0.2em 0.4em;
}
.products_block dl dt {
	margin-top: 0.3em;
	color: #595a5e;
}
.products_block p {
	margin-top: 0.4em;
}
.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;
}


p.price_container {
	text-align: center;
}

/* 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 p.product_desc { height:6.5em; }
#center_column .products_block.accessories_block .block_content li{ background:none;  }
#center_column .products_block.accessories_block .block_content li a.product_image, #center_column .products_block.accessories_block .block_content li a.product_description { border-right:1px solid #d0d3d8; font-weight:bolder; }
#center_column .products_block.accessories_block .block_content li.last_item a.product_image{ border:none; }

/* Block tags */
div.tags_block .block_content {
	padding: 0.2em 0.6em;
}
div.tags_block p {
	text-align: justify;
	font-size:0.9em;
}
div.tags_block p a {
	margin: 0 0.1em;
	line-height: 1.5em;
}
div.tags_block p a:hover {
	color:white!important;
	background-color:#5D717E;
	text-decoration:none;
}
a.tag_level3 { font-size: 1.8em; font-weight:bold;}
a.tag_level2 { font-size: 1.4em;}
a.tag_level1 { font-size: 1em; color:#888!important;}

/* Block manufacturer */
.blockmanufacturer select, .blocksupplier select {
	border:1px solid #A0A0A0;
	width:150px;
	margin: 0 0 8px 0;
}

/* Block specials */
.blockspecials ul {
	height: 8em;
}
.blockspecials li {
	float: left;
	clear: none;
	width: 48%;
}

.blockspecials p.product_image {
	margin-right: 0.3em;
}
.blockspecials p {
	padding: 0.3em 0 0 0;
	margin: 0;
	text-align: center;
	clear: both;
}
.blockspecials p a {
	margin: 0 auto;
}
.txtvert_petit {
	color:#4F790C;
	text-align:left;
}
.txtvert {
	font-size:13px;
	color:#447000;
	font-weight:bold;
	text-align:left;
}
/* Block Viewed Products */
div#viewed-products_block_left div.block_content ul.products li { height:85px; }
div#viewed-products_block_left div.block_content ul.products li img { margin-right:7px; }

/* Block newsletter */
div#newsletter_block_left div.block_content {
}
div#newsletter_block_left div.block_content p {
	padding: 3px 0 4px 0;
	/*text-align:center;*/
}
div#newsletter_block_left div.block_content p input#newsletter_email {
	width:114px;
	line-height:18px;
	height:16px;
	float: left;
	margin: 0 2px 0 0;
}
div#newsletter_block_left div.block_content input.exclusive_mini {
	margin: 0;
	float: left;
}

/* Block RSS */
div#rss_block_left p { margin:0.5em 0; text-align:center; }
div#rss_block_left ul li { background: transparent url(../img/bullet-blog.gif) no-repeat scroll 0 5px; padding-left:10px; padding-top:0.2em; }

/* 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 { margin-bottom: 2em; }
.editorial_block h2 {
	background: none;
	padding: 0;
	margin-bottom: 1em;
}
.editorial_block p { text-align: justify; padding-top: 0.4em;}

#editorial_block_center p { padding-left:0px; }

/* Block advertising */
.advertising_block {
	background:transparent url('../img/advertising.jpg') no-repeat left top;
	height:62px;
	line-height:59px;
	padding-left:59px;
	padding-bottom: 6px;
}
.advertising_block a {
	color:#fff;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}
.advertising_block a:hover {
	text-decoration:underline;
}

/* Block new products */
#new-products_block_right dt a { font-size:0.8em; font-weight:bold; }

/* Block categories */
div#categories_block_left .block_content {
	padding: 0;
	width: 160px;
}
div#categories_block_left ul.tree {
}
div#categories_block_left ul.tree li {
	border-bottom: 1px solid #6d7171;
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
	padding:0;
}
div#categories_block_left ul.tree a {
	padding-left:7px;
	color:#374853;
	display: block;
	line-height:22px;
	background:transparent url('../img/category_li.gif') repeat-x left top;
}
div#categories_block_left ul.tree a:hover,
div#categories_block_left ul.tree a.selected {
	text-decoration:none;
	color: #fff;
	font-weight: bold;
	background-image:url('../img/category_li_selected.gif');
}

div#categories_block_left ul.tree li span.grower {
	display: none;
}
/*
div#categories_block_left span.grower{
	display:block;
	float:left;
	background-position: left center;
	background-repeat: no-repeat;
	width:9px;
	height:24px;
	margin: 0 0 0 -12px!important;
	padding: 0;
}
*/
div#categories_block_left ul.tree li.last {
	border: none;
}
div#categories_block_left ul.tree li ul {
	border-top: 1px solid #6d7171;
	padding: 3px 0;
	/*background: transparent url('../img/category_li.gif') repeat-x bottom left;*/
	background-color: #f3f3f3;
}
div#categories_block_left ul.tree li ul li, div#categories_block_left ul.tree li ul li.last {
	margin-left:8px;
	background:none;
	font-size:11px;
	font-weight:normal;
	text-transform: none;
	border: none;
	border-left: 1px dotted #6d7171;
}
div#categories_block_left ul.tree li ul li a {
	font-weight:normal;
	background-image: none;
	line-height: 18px;
}
div#categories_block_left ul.tree li ul li a:hover,
div#categories_block_left ul.tree ul a.selected {
	background-color: #979797;
	background-image: none;
	font-weight:normal;
	margin-right: 3px;
}
div#categories_block_left ul.tree ul a.selected {
	background-image: none;
}
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');
}
div#categories_block_left ul.tree li ul ul {
	border-top: none;
}

/* steps (like order step) */
ul.step {
	background: #d3d3d3;
	list-style: none;
	margin:0.8em auto 2em;
	height: 24px;
	line-height: 24px;
	width: 580px;
}
ul.step li {
	height: 24px;
	line-height: 21px;
	float: left;
	width: 115px;
	text-align: center;
	border-right: 1px solid #FFF;
	background: #d3d3d3;
}
ul.step li, ul.step li a {
	font-weight:bold;
	font-size: 12px;
	color: #FFF;
}
ul.step li.step_current {
	background: #4f790c url('../img/step_current.gif') no-repeat center right;
}
ul.step li.step_todo {
}
ul.step li#step_end {
  /*width: 40px;*/
}
ul.step li#step_end {
  /*background: transparent url('../img/step_end.gif') no-repeat bottom left;*/
}
ul.step li#step_end.step_current {
  /*background: transparent url('../img/step_end_current.gif') no-repeat bottom left;*/
}


/* Special style for block cart*/
#cart_block h4 span{
	text-transform:none;
	font-size:0.8em;
	cursor:pointer;
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:10px;
}
#cart_block h4 span#block_cart_collapse{ background-image: url('../img/icon/sort_asc_white.gif'); }
#cart_block h4 span#block_cart_expand{ background-image: url('../img/icon/sort_desc_white.gif'); }
#cart_block #cart_block_no_products{ float:left;}
#cart_block dl dt a, #cart_block dl dt span.quantity-formated {
	float: left;
}
#cart_block dl {
	font-size: 0.9em;
}

#cart_block dt{
	padding-top:0.4em;
	height:1.2em;
}
#cart_block dl span.quantity-formated{ padding-right:0.3em; }
#cart_block dt, #cart_block dd{
	clear: both;
	margin-top:0.2em;
}

#cart_block dt {
width: 175px;
}

#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 {
	width:11px;
	height:13px;
	margin-left:4px;
	float:right;
	font-size:0;
	display:block;
	background: transparent url('../img/icon/delete.gif') no-repeat left bottom;
}
#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 {
	color: white;
	float: right;
}*/
#cart_block dl span.price {
	font-weight: normal;
	color: white;
	float: right;
}
#cart_block_wrapping_cost, #cart_block_shipping_cost , #cart_block_total{ padding-right:1.3em; }
#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 {
	float:right;
}

#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 {
	height: 42px;
}
#cart_block p#cart-buttons a { float: left; }
#cart_block p#cart-buttons a#button_order_cart { float: right; }*/

#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 {
	width: 49%;
	height: 25em;
	clear: none;
	float: left;
}
#authentication #create-account_form h4 {
	height: 3.4em;
	padding:0.3em 3em 0 4em;
}

#authentication #create-account_form p.text, #authentication #login_form p.text{
	height: 3.4em;
	margin-left:4em;
	padding-left:0;
	padding-right:0;
}

#authentication #login_form a{ color:#374853; }
#authentication #create-account_form { margin-right: 7px; }
#authentication #create-account_form p.text {
text-align:left;
width:100px;
}
#authentication #create-account_form p.text label{
	width:100px;
}
#authentication input#SubmitCreate, #authentication input#SubmitLogin{ margin:0; }
#authentication p.submit {
	margin-right: 0;
	text-align:left;
	padding-left:17% !important;
}
#authentication p.lost_password {
	padding-left:4em;
}

#authentication #create-account_form fieldset, #authentication #login_form fieldset {
	height: 200px;
	width: 304px;
	background-image: url('../img/authentication_bg.jpg');
	border: none;
}
#authentication #create-account_form h3, #authentication #login_form h3 {
	border: none;
	font-weight: bold;
}
#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 input.text, form#account-creation_form #id_country, form#account-creation_form #id_state, #authentication textarea { width:17em; }

/* 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 */

div.category_title {
	background:transparent url('../img/categoriehead.gif') no-repeat left top;
	height:76px;
}
div.category_title h2 {
	background:none;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	padding-left:50px;
	line-height:65px;
}

#subcategories, div.cat_desc {
	float: left;
	width: 300px;
}
#subcategories {
	padding-right: 30px;
	width: 270px;
}
#subcategories h3 {
	color: #4b7007;
	margin: 0;
	padding-bottom:40px;
	border-bottom: 1px solid #dfdfdf;
}
body.body_lady #subcategories h3 {
	color: #d95992;
}
#subcategories li {
	border-bottom: 1px solid #dfdfdf;
	height: 50px;
	padding: 8px 5px 8px 30px;
	background: transparent url('../img/arrow.gif') no-repeat 12px center;
	clear: both;
}
body.body_lady #subcategories li {
	background-image: url('../img/arrow_lady.gif');
}
#subcategories li a {
	line-height: 50px;
	height: 50px;
	text-decoration: none;
	color: #8d8d8d;
	display: block;
}
#subcategories li a.subcat_name {
	float: left;
}
#subcategories li a.subcat_image {
	float: right;
}
#subcategories li a img {
	vertical-align: middle;
}
.cat_desc img#categoryImage {
}
.cat_desc .rte {
	margin-top: 10px;
	color: #8d8d8d;
}

/* product-list.tpl */
ul#product_list{
	/* margin-top:2em;*/
	list-style-type:none;
	width:100%;
}
ul#product_list li {
	background: #fff url('../img/block_category_item_bg.gif') no-repeat left center;
	width:305px;
	height:171px;
	clear:none;
	float:left;
	margin: 5px 0;
}
ul#product_list li.item {
	margin-right: 9px;
}

ul#product_list li a {
	text-decoration:none;
	color:#374853;
}
ul#product_list img {
	float:left;
}

ul#product_list li div.center_block{
	float:right;
}
ul#product_list a.product_img_link {
	float:left;
	display: block;
	margin: 2px 6px 0 0;
	padding-top:3px;
	width: 124px;
	height: 124px;
	background-repeat: no-repeat;
	background-position: bottom left;
}
ul#product_list a .availability_img {
	padding: 12px 14px 0 10px;
	width: 56px; /* 80 - padding */
	height: 40px; /* 52 - padding */
	background: transparent url('../img/bean.png') no-repeat top right;
	display: block;
	float: right;
	color: #FFF;
	text-align: center;
}

ul#product_list li div.right_block {
	float:left;
	padding: 1px 0 0 0;
	width:160px;
	height: 134px;
	text-align:right;
	margin-left:1em;
	margin-top:0;
}
ul#product_list li h3 {
	clear: both;
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-weight:bold;
	height: 36px;
}
.right_block h3 a {
	float:left;
	text-align:left;
	color:#5D8E0E!important;
	font-size: 14px;
	font-weight:bold;
}

#button_price, #price1, #price {
	float:right;
	padding: 1px 2px 0 2px;
	width: 100%;
}
ul#product_list li #price1 {
  line-height: 14px;
	clear: both;
	font-size:11px !important;
}
.price_public .price-discount {
	font-size:11px !important;
}
ul#product_list li #price, ul#product_list li #price span {
	font-size:14px;
	font-weight:bold;
}
.your_price {
	white-space: nowrap;
}
.your_price_vert {
	color: #5D8E0E !important;
	white-space: nowrap;
}
ul#product_list li #button_price {
	margin-top: 1px;
}
ul#product_list li #button_price a {
	float: right;
}
.clic_for_price {
	display: block;
	height: 35px;
	line-height: 35px;
	color: #020202;
	font-size: 14px;
	font-weight: bold;
}

ul#product_list li .new {
	background: transparent url('../img/new.gif') no-repeat scroll top left;
	color: #D96A0D;
	font-size: 11px;
	font-weight: bold;
  display: block;
  float: right;
	margin: 5px 0 0 0;
	text-align: center;
	padding: 0;
	width: 60px;
	height: 30px;
	line-height:30px;
	text-transform: uppercase;
}
ul#product_list li p.product_desc {
	border-top:1px solid #5D8E0E;
	font-size:10px;
	width:280px;
	height:23px;
	margin: 0 0 0 10px;
	padding: 2px 0 0 0;
	clear: both;
}
ul#product_list li p.product_desc a {
	float: left;
	padding-right: 12px;
	line-height:14px;
}

/* @group flv in product list */
#product_list span.flvplayer {
	float: right;
	margin: -25px 1px 0 0;
}
#product_list li.item span.flvplayer {
	/*margin-right: -2px;*/
}
/* @end flv in product list */

ul#product_list li .on_sale{
	color:#6d7171;
	text-transform:uppercase;
	font-weight:bold;
	display: block;
}
ul#product_list li .reduction {
	display: block;
	margin-bottom: 0.3em;
}
ul#product_list li .price{
	display: block;
	margin-bottom: 0.2em;
	color:#000;
}
ul#product_list li span.availability{
	color:#488c40;
	font-size:0.9em;
}



/* shopping cart */
table.cart_last_product {
	width:300px;
	margin-left:130px;
}

table.cart_last_product_content {
	margin:5px 0px 10px 130px;
}

p.cart_navigation {
	padding: 1em 0!important;
}
p.cart_navigation .button, p.cart_navigation .button_large {
	float: left;
	margin-left:43px;
}
p.cart_navigation .exclusive, p.cart_navigation .exclusive_large {
	float: right;
		margin-right:40px;
}
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 tfoot tr.cart_total_price td {
	border-bottom: 2px solid #bdc2c9;
}
#cart_summary .price, #cart_summary .price-discount {
	color: #595A5E;
	text-decoration: none;
}
tr.cart_item td {
	padding: 0.5em 0;
	vertical-align: middle;
}
td.cart_product a { margin: 0 0.6em; }
td.cart_product a img { border: 1px solid #d0d1d5; }
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: 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;
}
td.cart_quantity .icon {
	margin-top: 0.6em;
}
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;
}
#order tfoot span#shippingestimate, #order tfoot span#shippingestimate_total, #order tfoot span#shippingestimate_free {
	float: none;
	width: inherit;
	display: inline;
}
tr.cart_total_price {
  font-weight: bold;
}
.cart_free_shipping {
  font-size: 14px;
  font-weight: bold;
  color: #D96A0D;
}
.cart_free_shipping span {
  font-size: 14px;
}

#order form#voucher fieldset {
	border: 1px solid #bdc2c9;
	padding: 0.7em;
}
#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;
}

.shopping_cart_footer {
	width: 50%;
	padding-top: 30px;
	float: left;
}
#shopping_cart_footer_left {
	text-align: center;
}
#shopping_cart_footer_right {
	text-align: left;
}
#shopping_cart_footer_right p {
	clear: both;
	height: 40px;
}
#shopping_cart_footer_right p span {
	float: left;
	width: 45%;
}
#shopping_cart_footer_right p a {
	float: right;
	margin: 6px 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%;
}
body#contact-form form.std fieldset, body#contact-form form.std h3 {
	background: none;
	border: none;
}

form.std p.desc_contact span.like_input {
	width: 366px;
	text-align: left;
}

/* history.tpl*/

#block-history {
	color:#374853;
}
.color-myaccount{
	color: #4f790c;
}
#block-history table#order-list {
	border:none;
}
#block-history table#order-list thead th {
	background-image: url('../img/block_myaccount_header_large.gif');
}
#block-history table#order-list thead th {
	/*color:white;*/
}
#block-history table#order-list tbody {
	background: #D0D1D5 url('../img/form_bg.jpg') repeat-x top left;
}
#block-history table#order-list tbody tr td {
	background-color:white;
}
#block-history table#order-list td.history_link {
	white-space: nowrap;
	text-align: right;
}
#block-history #block-order-detail {
	border-top:2px #4f790c solid;
	border-bottom:2px #4f790c solid;
	padding:0.5em;
	background: #F3F3F3 url('../img/form_bg.jpg') repeat-x top left;
}
#block-history #block-order-detail p {
	padding-left :0;
	padding-right :0;
}
#order-detail-content {
	clear:both;
	margin-top:1.5em;
}

#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:0pt 4px 0pt 1px;
}

#block-history #block-order-detail textarea{
	margin:0 auto;
	width:100%;
}

#ordermsg textarea{
	margin:0;
	padding:0;
	width:94%;
}

/*  sitemap.tpl */
#sitemap_content{ margin-left:5em; }
div.sitemap_block{
	padding:0;
	float:left;
	width:30%;
}
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 #pb-right-column{
	width:330px;
	float:left;
	padding-left: 15px;
}
#primary_block #bg_large_image {
	background: transparent url('../img/border_round_big.gif') no-repeat top center;
	height:344px;
	width:324px;
}
#primary_block #image-block {
	/*border:#d0d1d5 solid 1px;*/
}
#primary_block #image-block img#bigpic.jqzoom {
	cursor:crosshair;
	position:relative;
}
#primary_block #image-block img#bigpic { 
	cursor:pointer; 
	margin-top: 14px;
	margin-left: 55px;
	height:220px;
	width:220px;
}
#primary_block #bg_large_image p.align_center {
	margin: 0;
	padding: 0;
}
#primary_block #bg_large_image #view_full_size {
}

/* views block */
#views_block{
	margin: 4px 6px 0 6px;
	width: 324px;
}
#thumbs_list {
	overflow:hidden;
	float:left;
	width: 276px;
}
#thumbs_list ul {
	padding:0;
	list-style-type:none;
	margin-bottom: 1px;
}
#thumbs_list li {
	float:left;
	width: 92px;
}
#thumbs_list li img {
	cursor:pointer;
	border: 1px solid #E0E0E0;
	margin: 0 6px;
}
#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:30px;
	padding-right: 4px;
	padding-left: 4px;
}
#view_scroll_right{
	background-image: url('../img/thumbs_right.gif');
}
span.view_scroll_spacer{
	float: left;
	width: 18px;
	height: 80px;
}

#primary_block ul#usefull_link_block{
	list-style-type:none;
	margin-top:1em;
}
#primary_block ul#usefull_link_block li{ margin:0.5em 1em 0.5em 0; display: block; }
#primary_block ul#usefull_link_block li a, #primary_block ul#usefull_link_block span.span_link, #primary_block ul#usefull_link_block span.span_link:hover{
	text-decoration:none;
	color:#76839b;
	font-size:0.9em;
	background: white url('../img/bullet_alt.jpg') no-repeat top left;
	padding-left:15px;
	height:15px;
}

#primary_block #comment_extraleft {
  text-align: center;
  margin: 5px auto 3px auto;
  height: 16px;
  padding-left: 85px;
}
#primary_block #comment_extraleft span {
  padding-right: 3px;
  line-height: 17px;
  float: left;
}
#primary_block #first_comment_click {
  clear: both;
  text-align: center;
  padding: 0;
}

#primary_block #addthis {
  /*text-align: center;*/
	margin-left: 80px;
  padding-top: 18px;
  clear: both;
  display: block;
}
#primary_block #pb-left-column{
	float: left;
	margin-left: 16px;
	width: 429px;
}

#primary_block #short_description_block{
	background: #e5e6e7 url('../img/product-short-desc-bg.gif') repeat-x top left;
	border: 1px #d0d3d8 solid;
	padding:0.7em;
	margin-bottom:1.5em;
}

#primary_block #pb-left-column h4 {
	background: transparent url('../img/pb-left_head.gif') no-repeat top left;
	width:153px;
	height:22px;
	line-height: 22px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

#primary_block #myshaft {
	width: 300px;
	height: 26px;
	display: block;
}

#primary_block #color_to_pick_list {
}
#primary_block #color_to_pick_list li {
	margin: 0 2px;
}
#primary_block #color_picker p {
	margin: 0;
	padding: 0;
}
#primary_block #color_picker {
	padding: 0;
}
#primary_block a.color_pick {
	display: block;
	cursor: pointer;
}
#primary_block a.color_pick:hover {
}

#primary_block p.buttons_bottom_block{ margin:0; }
#primary_block p.buttons_bottom_block a, #primary_block p.buttons_bottom_block input { margin:0.9em auto 0 auto; }
#primary_block #short_description_content{ margin-bottom:0.5em; }
#primary_block form#buy_block {
	font-size:1.1em;
	color:#374853;
}
#primary_block .borderform {
	border: 1px #727272 solid;
	padding: 7px;
	margin-bottom: 10px;
	clear: both;
	width: 396px;
}
#primary_block .borderloyalty {
	border: 1px #727272 solid;
	width:412px;
	padding:0.7em;
	margin-top:5px;
	float:left;
}

#primary_block form#buy_block p{
	color:#000000;
	padding:0;
	margin-top:0;
}
#primary_block #product_manufacturer {
	float: right;
	width: 90px;
}
p#availability_statut, p#color_picker {
	font-weight: bold;
}

#primary_block form#buy_block p#availability_statut {
	padding-top: 8px;
}
#primary_block form#buy_block p#availability_statut, #primary_block form#buy_block p#availability_statut span {
	font-size: 14px;
	font-weight: bold;
	color: #E57C0A;
	height: 26px;
	line-height: 26px;
}
#primary_block form#buy_block span#availability_label{
	float:left;
	margin-right:5px;
	background: transparent url('../img/availability.jpg') no-repeat left center;
	padding-left: 50px;
}

#primary_block form#buy_block img.on_sale_img {
	float:left;
}
#primary_block form#buy_block span.on_sale{
	color:#6d7171;
	text-transform:uppercase;
	font-weight:bold;
	float:right;
}
#primary_block form#buy_block span.discount{
	color:#6d7171;
	text-transform:uppercase;
	font-weight:bold;
	float:right;
}
#primary_block form#buy_block .our_price_display, #primary_block form#buy_block #our_price_display {
	font-size: 14px;
	color:#E57C0A;
	font-weight:bold;
}
#primary_block form#buy_block label {
	display:block;
	width:75px;
	float:left;
	text-align:left;
}

#primary_block div#product_form_left {
	float: left;
	width: 303px;
}
#primary_block div#attributes {
	width: 99%;
}
#primary_block div#attributes p, #quantity_wanted_p {
	clear: both;
	line-height: 16px;
	min-height: 16px;
	height: auto;
	padding: 0;
}
#primary_block form#buy_block div#attributes select, #primary_block form#buy_block #quantity_wanted_p input {
	margin-left: 0;
}

/* prices */
#primary_block form#buy_block div.price{
	float: left;
}
#primary_block form#buy_block span#pretaxe_price{
	font-size:0.75em;
	text-align:right;
}
#primary_block #old_price{
	font-size:12px;
	text-align:left;
}
#primary_block form#buy_block p.price-ecotax{
	font-size:0.75em;
	text-align:right;
}
#primary_block form#buy_block p#reduction_percent, span.display_qty_discount{
	float:right;
	background: url('../img/economy_back.gif') no-repeat center;
	padding-top: 0px;
	width:110px;
	height:35px; /* 38px - padding */
	color:#fff;
	text-align:center;
	font-size:12px;
	font-weight:bold;
}

.display_qty_discount {
	margin-top:0px;
	margin-bottom : 5px;
}

#primary_block form#buy_block #reduction_percent_display {
	font-size: 15px;
	font-weight: bold;
	line-height: 15px;
}

#loyalty {
	clear: both;
	background-repeat: no-repeat;
	background-position: left center;
	padding: 3px 0 0 35px;
	height: 34px;
}
.loyalty_txt {
	vertical-align:top;
	font-weight:bold;
}

#buy_block #add_to_cart input.loyalty_panier_button, #buy_block #add_to_cart input.loyalty_panier_button:focus {
	background: url('../img/loyaltypanier.gif') no-repeat left top;
	width:199px;
	height:64px;
	line-height:64px;
	border:none;
	cursor:pointer;
	text-align:left;
	padding: 0 0 0 60px;
	margin: 6px 0 0 0;
	float: right;
	color:#FFF !important;
	font-weight:bold !important;
	font-size:14px !important;
	outline-color: #FFF;
	outline-offset:0;
	outline-style:none;
	outline-width:none;
}

#advantages_product {
	margin-top: 7px;
}
#primary_block #pb-left-column #advantages_product h4 {
	text-transform: normal;
	text-align: center;
	/*padding-left:8px;*/
	width: 162px;
	font-weight: bold;
	font-size:11px;
	line-height:146px;
	color: #333333;
	height:84px;
	background: transparent url('../img/advantage.gif') no-repeat bottom left;
}
#advantages_product .block_content {
	width:412px;
	height:58px;
	padding-top: 2px;
	background: url('../img/adv_bg.gif') no-repeat left top;
}
#advantages_product ul {
	float:left;
}
#loyal_right {
	margin-left:43px;
}
#advantages_product ul li {
	background:transparent url('../img/tick.gif') no-repeat left center;
	list-style-type:none;
	margin-left:5px;
	padding-left:16px;
	line-height: 18px;
	height: 18px;
}
a.tooltip {
  margin-left: 4px;
}
a.tooltip img {
	vertical-align: middle;
	padding-bottom:3px;
}


div.order_delivery {
  margin:0 0 0 40px!important;
}
#loyalty_panier
{
float:left;
width:394px;
height:64px;
margin-bottom:-70px;
}
#loyalty_price
{
float:left;
font-weight:bold;
}


/* manufacturers-list.tpl && suppliers-list.tpl */
ul#manufacturers_list, ul#suppliers_list {
	margin-top:2em;
	list-style-type:none;
}
ul#suppliers_list li, ul#manufacturers_list li {
	background: transparent url('../img/block_category_bg.jpg') no-repeat top center;
	padding: 10px;
	width: 601px; /* 621px - padding */
	height: 130px; /* 150px - padding */
	margin-bottom:1.5em;
}
ul#suppliers_list li a, ul#manufacturers_list li a{
	text-decoration:none;
}
ul#suppliers_list li h3, ul#manufacturers_list li h3 {
  margin:0.4em 0;
}
ul#suppliers_list .left_side, ul#manufacturers_list .left_side{
	float:left;
	width:75%;
}
ul#suppliers_list .logo, ul#manufacturers_list .logo {
	border: solid 1px #d0d3d8;
	float:left;
	margin-right:0.6em;
}
ul#suppliers_list li p.description, ul#manufacturers_list li p.description{
  padding-right: 10px;
}
ul#suppliers_list li .right_side, ul#manufacturers_list li .right_side {
	width:25%;
	float:right;
  text-align:center;
}
ul#suppliers_list .right_side span, ul#manufacturers_list .right_side span{
	font-size:12px;
	font-weight: bold;
}
ul#suppliers_list li a.button, ul#manufacturers_list li a.button{
  margin: 2em auto 0 auto;
}

/* adresses */
div.addresses {
	border: 1px solid #d0d3d8;
	padding: 0.6em;
	position:relative;
	width:98%;
}
div.addresses h3 { margin: 0; }
div.addresses p.checkbox input{
	margin-top:0!important;
	margin-top:-3px;
}
ul.address {
	background-color:white;
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-left:0.25em;
	padding-bottom:0.6em;
	margin-bottom:1em;
	position:relative;
	width:49%;
}

ul.address li {
	padding-left: 1.4em;
	margin-top: 0.6em;
}
li.address_title {
	color: #FFF;
	margin-top: 0!important;
	background-color: #4f790c;
	font-weight: bold;
	height: 27px;
	font-size: 1.2em;
	line-height: 1.9em;
}
li.address_name, li.address_update a, li.address_delete a { color: #4f790c; }
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 {
	display: block;
	border: none !important;
  background: transparent url('../img/payment.gif') no-repeat top left;
  margin: 0 0 10px 0 !important;;
  padding: 0 !important;;
  width: 782px;
  height: 123px;
  text-align: center;
}
.payment_module span, .payment_module .teaser {
  color: #4f790c;
  font-size: 14px;
  font-weight: bold;
  display: block;
  text-align: center;
  padding: 6px 0;
}
.payment_module span {
  padding-bottom: 14px;
}
.payment_module input {
  border: none;
}
.payment_module br {
  display: none;
}
.payment_module img {
	vertical-align: middle;
	margin-right: 1em;
}
.payment_module a {
	display: block;
	text-decoration: none;
	border: none !important;
	padding: 0 !important;
}
.payment_module a:hover, .payment_module:hover, .payment_module a:focus, .payment_module:focus, .payment_module a:active, .payment_module:active {
  background-color: transparent !important;
}

/* 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 0px 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;
}

/* Products silder */
.productslider {
	height: 82px;
	width: 772px;
	clear: both;
	overflow: hidden;
}
.productslider_scroll {
	display:block;
	width:12px;
	height:18px;
	float:left;
}
.productslider_scroll .scroll_left, .productslider_scroll .scroll_right {
	background: url('../img/thumbs_left.gif') no-repeat center;
	text-indent:-3000px; /* hide text */
	display:block;
	float:left;
	width:9px;
	height:18px;
	margin-top:30px;
	margin-left: 3px;
}
.productslider_scroll .scroll_right {
	background-image: url('../img/thumbs_right.gif');
	margin-right: 3px;
	margin-left: 0;
}
.productslider_list {
	overflow:hidden;
	float:left;
	width: 748px;
	height: 82px;
}
.productsblock {
	margin: 0 auto;
}
.productsblock ul {
	padding-left:0px;
	list-style-type:none;
}
.productsblock li {
	float:left;
	width:187px;
	height:82px;
	margin-bottom: 0;
}
.productsblock li div {
	float: left;
}
.productsblock li a {
	text-decoration: none;
}
.productsblock li span {
  font-size: 14px;
  font-weight: bold;
}
.productsblock li .catproduct_img {
	margin-right: 6px;
}
.productsblock li .catproduct_img img {
}


/* module blockmenutop */
#menu-top {
	clear:both;
	width:100%;
	height:40px;
}

#menu-top dl{
	float:left;
	position:relative;
	padding-right:10px;
}

#menu-top dl dt{
	line-height:30px;
	height:30px;
}

#menu-top dl dt a{
	text-decoration:none;
	background:#eeeeee;
	display:block;
	height:30px;
	width:100px;
	padding-left:5px;
	padding-right:5px;
}

#menu-top dl dt a:hover{
	background:#ccc;
}

#menu-top dl:hover dd{
	display:block;
}

#menu-top dl dd{
	display:none;
	position:absolute;
	width:100px;
}

#menu-top dl dd ul{
	width:100%;
	text-align:left;
	background:#cccccc;
}

#menu-top dl dd ul li a{
	display:block;
	background:#eee;
	width:100%;
	text-decoration:none;
	padding:10px;
}

#menu-top dl dd ul li a:hover{
	background:#ccc;
}



/* module blockwishlist */
#wishlist_block #wishlist_block_list dl.products {
	font-size: 10px;
	border-bottom: 1px solid #fff;
	margin: 0 0 5px 0;
	padding: 0 0 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: 4px 0 4px 0;
}

#wishlist_block div.block_content #wishlist_block_list dl.products dt a.ajax_cart_block_remove_link {
	float: right;
	margin:-12px 0 0 0;
}

#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 auto;
}

/* 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: 30px;
}
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 ul li span.wishlist_product_detail select {
	margin: 0;
}
div#mywishlist #hideBoughtProducts,div#mywishlist #showBoughtProducts{
	float:left;
	margin:-18px 0 0 5px;
}
div#mywishlist #showBoughtProducts, div#mywishlist #hideBoughtProductsInfos, div#mywishlist #hideSendWishlist{
	display:none;
}
div#mywishlist #showBoughtProductsInfos, div#mywishlist #hideBoughtProductsInfos{
	float:right;
	margin:-18px 118px 0 0;	
}
div#mywishlist #showSendWishlist, div#mywishlist #hideSendWishlist, div#mywishlist div#block-order-detail ul li a.exclusive {
	float:right;
	margin:-18px 0px 0 0;
}
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;
}
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 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 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 0px;}
 
.cancel a,
.star a {
 display: block;
 width: 100%;
 height: 100%;
 background-position: 0 0px;

}
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: forestgreen; font-weight: bold; }


#manufacturers_block_left .block_content ul {
  width:100%;
}
#manufacturers_block_left .block_content ul li  {
  background:none;
  display:inline;
  margin:0;
  padding:0;
  width:48%;
}
#manufacturers_block_left .block_content form  {
  clear: both;
}

.more_info_block {
	float:left;
	margin-top: 6px;
}


#home #flashcontent {
	height: 100%;
	font: 12px "Trebuchet MS", Helvetica, Jamrul, sans-serif;;
	font-weight: bold;
	color: #999;
	text-align:center;
	line-height: 200px;
}
#home #flash {
	display: block;
}

#sotewsaddsRight .block_content, #sotewsaddsLeft .block_content {
	padding: 0;
	width: 160px;
}

/* @group CSS module FLV Player by Joel GAUJARD */


/* @group product page */
#flvplayer {
	clear: both;
	position: absolute;
	z-index: 1;
	margin: -340px 0 0 3px;
	width: 115px;
}
#flvplayer a.fancy_video {
	margin-left: auto;
	margin-right: auto;
}
/* @end CSS module FLV Player by Joel GAUJARD */


/************************************************
** MODULE GOLF DIRECTORY
*************************************************/
#golfdirectory_list .directory_description, #golfdirectory_list h3 {
  font-size: 14px;
  font-weight: bold;
  color: #4f790c;
}
#golfdirectory_list h3 {
  margin: 25px 0 0 0;
  border-bottom: 1px solid #727272;
}
#golfdirectory_list #flash {
  width: 300px;
  height: 312px;
  margin: 0 auto;
}
#golfdirectory_list form input {
  display: inline;
}
#golfdirectory_list li li {
  border-bottom: 1px solid #727272;
  line-height: 20px;
  height: 20px;
}
#golfdirectory_list ul a {
  text-decoration: none;
  width: 400px;
  display:block;
  float:left;
}
#golfdirectory_list ul a:hover {
  text-decoration: underline;
}

#golfdirectory_detail {}
#golfdirectory_detail .directory_info, .directory_description div, .directory_rating form, .directory_rating p, .directory_comments div, .directory_addcomment form {
  border: 1px solid #727272;
  clear: both;
}
#golfdirectory_detail .directory_info {
  padding: 25px 0 0 0;
}
#golfdirectory_detail .directory_info img {
  float: left;
  margin: 0 10px 20px 10px;
  border: 1px solid #727272;
}
#golfdirectory_detail .directory_info ul {
  float: left;
  margin-bottom: 20px;
}
#golfdirectory_detail .directory_info li {
  line-height: 16px;
}
#golfdirectory_detail .directory_info .golf_name {
  color: #5a7d23;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #727272;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
#golfdirectory_detail .directory_info .average_rating {
  padding-top: 10px;
}
#golfdirectory_detail .directory_info .average_rating form, #golfdirectory_detail .directory_info .average_rating span {
  float: left;
}
#golfdirectory_detail .directory_info .average_rating form p {
  display: inline;
  margin-left: 5px;
}
#golfdirectory_detail .directory_info .directory_login {
  clear: both;
  margin: 0;
  padding: 6px 0 6px 10px;
  background-color: #f1f1f1;
  border-top: 1px solid #727272;
}
#golfdirectory_detail .directory_info .directory_login, #golfdirectory_detail .directory_info .directory_login a {
  color: #5a7d23;
}
#golfdirectory_detail .directory_rating form p {
  width: 47%;
  float: left;
  border: none;
  clear: none;
}
#golfdirectory_detail .directory_rating form p label {
  float: left;
  width: 50%;
  text-align: right;
  padding-right: 5px;
  line-height: 16px;
}
#golfdirectory_detail .directory_rating form p.submit {
  width: 100%;
}
#golfdirectory_detail .directory_rating form p.submit input {
  margin: 0 auto;
}

/* @group special special for lady categories */
body.body_lady {
	background-image: url("../img/body_bg_lady.jpg");
}
body.body_lady #center_column input.button_small, body.body_lady #center_column input.button_small_disabled, body.body_lady #center_column a.button_small, body.body_lady #center_column span.button_small {
	background-image: url("../img/button-lady-mini.gif");
}
/* @end special special for lady categories */

#buy_block #attributes .productattribute_unique {
	margin-left: 0 !important;
}


/* @group video page */
#video_page p {
	background: transparent url('../img/video_item.jpg') no-repeat top center;
	padding: 0;
	margin: 0 3px 10px 3px;
	width: 200px;
	height: 171px;
	text-align: center;
	float: left;
}
#video_page p .manufacturer {
	display: block;
	padding-top: 1px;
}
#video_page p .product_name {
	display: block;
	padding-top: 0;
	font-size: 13px;
	color: #5d8e0e;
}
#video_page p .product_img {
	padding-top: 0;
	display: block;
	text-align: center;
	margin: 0 auto;
}
#video_page p .video_button {
	display: block;
	margin: 0 auto;
	width: 100%;
	line-height: 32px;
	height: 32px;
}
#video_page p .video_button a {
	float: left;
}
#video_page p .video_button a.button_video {
	margin: 0 8px;
}
#video_page p .video_button a.button_small {
	margin-top: 11px;
}
/* @end video page */


/* @group flash sales */
#flash_sales {
}
#flash_sales li {
	clear: both;
	background: transparent url('../img/flash_bg.gif') no-repeat top left;
	display: block;
	padding: 15px 11px 0 20px;
	width: 590px; /* 621 - padding */
	height: 135px; /* 150 - padding */
	margin: 6px 0;
}
#flash_sales a.product_img_link {
	display: block;
	float: left;
	width: 100px;
	margin: 0 5px 0 0;
}
#flash_sales .flash_left {
	float: left;
	width: 240px;
}
#flash_sales .flash_reduc {
	background: transparent url('../img/flash_reduc.gif') no-repeat top left;
	width: 135px;
	height: 20px;
	line-height: 20px;
	text-align: center;
}
#flash_sales .flash_reduc, #flash_sales .flash_reduc .extra_flash_list {
	font-weight: bold;
	font-size: 12px;
	color: #FFF;
}
#flash_sales h3 {
	margin: 0 3px;
	font-size: 14px;
}
#flash_sales p.product_desc, #flash_sales p.product_desc a {
	padding: 0;
	text-decoration: none;
}
#flash_sales .flash_center {
	float: left;
	text-align: center;
	background: transparent url('../img/flash_countdown_fr.gif') no-repeat center bottom;
	padding: 34px 0 0 0;
	width: 170px;
	height: 100px; /* 134 - padding */
	line-height: 26px;
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
}
#flash_sales .flash_center .decompte {
	color: #e27d06;
	font-size: 14px;
}
#flash_sales .flash_right {
	float: left;
	width: 70px;
	text-align: center;
	font-weight: bold;
}
#flash_sales .flash_right .price-discount {
	font-size: 11px;
	color: #606060;
}
#flash_sales .flash_right .price {
	font-size: 16px;
	color: #e27d06;
}
#flash_sales .flash_right .availability {
	font-size: 14px;
	color: #e27d06;
}

/* on product detail page */
#vente-flash_product {
  background: transparent url('../img/fond-flash.jpg') no-repeat top left;
  padding: 2px 0 0 0;
  width: 225px;
  height: 38px; /* 40px - padding */
  text-align: center;
}
#primary_block form#buy_block #link_all_flash a, #primary_block form#buy_block #link_all_flash, #primary_block form#buy_block #div_decompte {
  color: #E57C0A !important;
  margin: 0;
}
#primary_block form#buy_block #div_decompte {
  font-weight: bold;
  font-size: 14px;
}
/* @end flash sales */

#primary_block form#buy_block p#mulligan_img {
	float:right;
	padding-top:50px;	
}

#primary_block form#buy_block p#mulligan_left {
	float:left;
	width:97px;
}

#primary_block form#buy_block p#mulligan_right {
	float:left;
	width:195px;
	color:#E57C0A;
}

#primary_block form#buy_block #mulligan_option {
	margin:0;
	border:none;
}

#discount_product_mr tr, #discount_product_mr td,  #discount_product_mr th{
padding:0;
}
#discount_product_mr td {
	color:#E57C0A;
}

#blockcart_products .more_info_sheets {
	height:400px;
	margin-top:8px;
}
#blockcart_products .productsblock li .catproduct_img {
	width:90px;
}
#blockcart_products .productsblock li div {
	float:none;
}
#blockcart_products .idTabs li {
	padding-bottom:0px;
}

#blockcart_products .block_top {
	height:inherit;
}

#blockcart_products .productsblock li {
	clear:none!important;
	float:left;
}

/************************************************
** BLOG WORDPRESS
*************************************************/
#wrapper #main {	text-align:left;
  padding-top: 5px;
}
#wrapper .breadcrumb_blog {
  padding-bottom: 10px;
}
