﻿/* —————————————————————————————— clear.css —————————————————————————————— */
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, b, u, i, center, dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input, textarea
{margin:0;padding:0;border:0;outline:0;font-size:12px;font-weight:normal;vertical-align:top;background:transparent;outline:none;}
b {font-weight:bold;}
i {font-style:italic;}
ol, ul {list-style:none;}
blockquote, q {quotes:none;}
table {border-collapse:collapse;border-spacing:0;}
a, span {vertical-align:baseline;}
img {vertical-align:top;text-decoration:none;}





/* —————————————————————————————— general styles —————————————————————————————— */
html, body {width:100%;height:100%;}
body {font:normal 12px "Arial", Arial, Helvetica, sans-serif;color:#000;}

.bold {font-weight:bold;}
.strike {text-decoration:line-through;}
.clear {clear:both;}
br.clear {height:0;clear:both;overflow:hidden;font-size:0;line-height:0;}
noscript ul {list-style-type:none;background:black;color:white;padding:10px;}

.clearfix:after {clear:both;display:block;height:0;font-size:0;visibility:hidden;content:".";}
.clearblock {height:0;clear:both;overflow:hidden;font-size:0;line-height:0;}

.hidden,
.collapsed,
.block_hidden_only_for_screen {display:none;}

.center_column p {padding-top:12px;color:#868686;}
.center_column a {color:#000;text-decoration:underline;}
.center_column a:hover {text-decoration:none;}

.center_column h1 {    color: #ED4E91;font: 12px "Arial";padding: 12px 0 0;}
.center_column h1 span {margin-left:15px;font-size:12px;font-weight:normal;color:#777;text-transform:none;}

.center_column h2,
.center_column h3,
.center_column h4 {padding:14px 0 0 0;font-size:12px;font-weight:bold;color:#777;text-transform:uppercase;}

h1#instant_search_results a {margin-left:20px;text-transform:none;}

a.product_link {font:bold 12px "Arial";color:#000000;text-decoration:none;text-transform:none !important;}
a.product_link:hover {color:#999;}

a.product_descr {font:12px "Arial";color:#777;text-decoration:none;text-transform:none !important;}
a.product_descr:hover {color:#20303c;}

table#cart_summary td.price,
.center_column span.price {font-weight:bold;color:#000000; font-size:14px;}

p.confirmation {color:#33a33b;font-weight:bold;}

/* footer links */
ul.footer_links {height:16px;clear:both;padding:30px 0 0 0;}
ul.footer_links li {height:16px;float:left;margin:0 25px 0 0;}
ul.footer_links li a {line-height:17px;color:#868686;text-decoration:none;}
ul.footer_links li a:hover {color:#000;}
ul.footer_links li img.icon {margin:0 5px 0 0;}

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

/* errors */
div.error {border:2px solid #868686;background:#f5f5f5;margin:12px 0 0 0;padding:10px;}
div.error p {padding:0;font-weight:bold;color:#000;}
div.error ol {padding:0 0 3px 0;}
div.error li {list-style-position:inside;list-style-type:decimal;margin:10px 0;color:#868686;}

/* warning */
p.warning {background:#f8e1a0;margin:12px 0 0 0;padding:10px 13px;font-weight:bold;color:#000;}
.warning_inline {color:#da0f00;font-weight:bold;}

/* success */
p.success {border:2px solid #5eb569;background:#f1f2f4;margin:12px 0 0 0;padding:10px 13px;font-weight:bold;color:#3eab4c;}
.success_inline {color:green;font-weight:bold;}





/* —————————————————————————————— layout —————————————————————————————— */
div#wrapper1 {
	min-width:980px;
	min-height:100%;
	background:#fff;
}
div#wrapper2 {height:100%;}
div#wrapper3 {
	width:980px;
	margin:0 auto;
	text-align:left;
}

#left_column,
#center_column {float:left;}

#columns {
	clear: both;
	overflow: hidden;
	margin-top: 20px;
}

#left_column {clear:left;width:230px;}
#center_column {
	width:730px;
	margin:0 0 10px 20px;
	padding:0px 0 0 0;
	/*background:url(../img/center_col_top.gif) 0 0 no-repeat #f5f5f5;*/
	background: none;
}
#center_column_inner {
	/*padding:0 19px 20px 19px;*/
	/*background:url(../img/center_col_bottom.gif) 0 bottom no-repeat #f5f5f5;*/
	zoom:1;
}

body#index #center_column{
	width:730px;
	padding:0;
	background:none;
	margin-left: 20px;
}
body#index #center_column_inner{
	width:730px;
	padding:0;
	background:none;
}





/* ——————————————————————————————————— rte ——————————————————————————————————— */
body#cms div.content_only {padding:0 20px 20px 20px;background:#fff;color:#000;text-align:left;}

body#cms div.content_only h1 {padding:14px 0 0 0;font:normal 18px "Arial";color:#777;text-transform:uppercase;}
body#cms div.content_only h2 {padding:14px 0 0 0;font:bold 14px "Arial";color:#777;text-transform:uppercase;}
body#cms div.content_only h3 {padding:14px 0 0 0;font:bold 12px "Arial";color:#777;text-transform:uppercase;}
body#cms div.content_only h4,
body#cms div.content_only h5,
body#cms div.content_only h6 {padding:14px 0 0 0;font:normal 12px "Arial";color:#777;text-transform:uppercase;}

body#cms div.content_only p {padding-top:12px;font:normal 12px "Arial";color:#000;}
body#cms div.content_only a {font:normal 12px "Arial";color:#0753b4;text-decoration:none;}
body#cms div.content_only a:hover {color:#000;}

body#cms div.content_only ul {list-style-type:circle;list-style-position:inside;}
body#cms div.content_only ol {list-style-type:decimal;list-style-position:inside;}

div.rte strong {font-weight:bold;}
div.rte em {font-style:italic;}

div.rte table {border-collapse:separate;border-spacing:1px;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 #eee solid;font:normal 12px "Arial";color:#000;text-align:center;}

div.rte th {height:24px;padding:0 7px;background:#eee;font-weight:bold;}





/* ——————————————————————————————————— mce ——————————————————————————————————— */
.mceContentBody {width:556px;margin:9px 6px;background:#fff;font:normal 12px "Arial";color:#000;text-align:left;}
body.mceContentBody {background-image:none;}

.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;
}

.mceContentBody h1 {padding:14px 0 0 0;font:normal 18px "Arial";color:#777;text-transform:uppercase;}
.mceContentBody h2 {padding:14px 0 0 0;font:bold 14px "Arial";color:#777;text-transform:uppercase;}
.mceContentBody h3 {padding:14px 0 0 0;font:bold 12px "Arial";color:#777;text-transform:uppercase;}
.mceContentBody h4,
.mceContentBody h5,
.mceContentBody h6 {padding:14px 0 0 0;font:normal 12px "Arial";color:#777;text-transform:uppercase;}

.mceContentBody p {margin:7px;font:normal 12px "Arial";color:#000;}
.mceContentBody a {font:normal 12px "Arial";color:#0753b4;text-decoration:underline;}

.mceContentBody ul {list-style-type:circle;list-style-position:inside;}
.mceContentBody ol {list-style-type:decimal;list-style-position:inside;}

.mceContentBody strong {font-weight:bold;}
.mceContentBody em {font-style:italic;}

.mceContentBody table {border-collapse:separate;border-spacing:1px;width:auto;}

.mceContentBody caption,
.mceContentBody th,
.mceContentBody td,
.mceContentBody table {text-align:left;font-weight:normal;background:none;height:inherit;border:1px #eee solid;font:normal 12px "Arial";color:#000;text-align:center;}

.mceContentBody th {height:24px;padding:0 7px;background:#eee;font-weight:bold;}





/* —————————————————————————————— buttons —————————————————————————————— */
/*
   -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 , a.button_small_large
{height:20px !important;display:block;font:bold 11px "Trebuchet MS" !important;color:#fff !important;background:#262626;border:none;text-align:center;text-decoration:none;cursor:pointer;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;}

/* link/span button */
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, a.button_small_large {line-height:20px !important;}

/* firefox padding fix for input tag */
@-moz-document url-prefix() {
input.button_mini, input.button_small, input.button, input.button_large,
input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled,
input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled
{padding-bottom:2px;}
}

/* disabled button */
input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled,
span.button_mini, span.button_small, span.button, span.button_large,
span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large {cursor:default;color:#aaa !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 {background:#14958e;color:#fff;}

/* 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:#262626 !important;}

/* hover button */
input.button_mini:hover, input.button_small:hover, input.button:hover, input.button_large:hover,
a.button_mini:hover, a.button_small:hover, a.button:hover, a.button_large:hover, .button_small_large:hover {background:#000;text-decoration:none !important;}

/* 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:#077670;text-decoration:none !important;}

/* classic buttons */
input.button_mini, input.button_mini_disabled, a.button_mini, span.button_mini {width:50px;}
input.button_small, input.button_small_disabled, a.button_small, span.button_small {width:70px;}
input.button, input.button_disabled, a.button, span.button, .button_small_large, .button_small_large {width:115px;}
input.button_large, input.button_large_disabled, a.button_large, span.button_large {width:195px;}

/* exclusive button */
input.exclusive_mini, input.exclusive_mini_disabled, a.exclusive_mini, span.exclusive_mini {width:50px;}
input.exclusive_small, input.exclusive_small_disabled, a.exclusive_small, span.exclusive_small {width:70px;}
input.exclusive, input.exclusive_disabled, a.exclusive, span.exclusive {width:115px;}
input.exclusive_large, input.exclusive_large_disabled, a.exclusive_large, span.exclusive_large {width:195px;}





/* —————————————————————————————— global table styles —————————————————————————————— */
div.table_block {padding:17px 0 0 0;}
table.std {width:100%;}

table.std td,
table.std th {padding:7px;vertical-align:middle;}

table.std tr.item td,
table.std tr.item th {}

table.std tr.alternate_item td,
table.std tr.alternate_item th {}

table.std tbody tr td,
table.std tfoot tr td {border-bottom:2px solid #eee;}

table.std th {height:25px;padding:0 7px;background:#eee;font-weight:bold;color:#000;text-align:left;white-space:nowrap;}
table.std tfoot td {color:#000;text-align:right;white-space:nowrap;}





/* —————————————————————————————— global form styles —————————————————————————————— */
form.std {clear:both;}
form.std h3 {padding:14px 5px 5px 0;border-bottom:2px solid #eee;}

form.std fieldset {border:none;}

form.std h4,
form.std p {padding:12px 0 0 0;clear:both;}

/* global form styles */
input,
textarea,
select {background:#fff;border:1px solid #bdc2c9;font:normal 12px "Arial";color:#555;}

/* form labels */
form.std .text label,
form.std .password label,
form.std .textarea label,
form.std .select label,
form.std .select span,
form.std .radio span,
form.std .checkbox span {float:left;text-align:right;width:150px;padding:2px 7px 0 0;}

form.std .text label,
form.std .text span,
form.std .password label,
form.std .password span,
form.std .textarea label,
form.std .textarea span,
form.std .select label,
form.std .select span,
form.std .radio label,
form.std .radio span,
form.std .checkbox label,
form.std .checkbox span {font:normal 12px "Arial";color:#555;}

span.editable {font:normal 12px/19px "Arial";color:#555;}

/* selectss */
select {height:19px;}
form.std p.select select {width:210px;}

select#days {width:45px;margin:0 8px 0 0;}
select#months {width:85px;margin:0 8px 0 0;}
select#years {width:58px;}

/* text inputs */
input.text {height:15px;padding:1px;}

p.text input,
p.password input {width:206px;height:15px;padding:1px;}

/* textarea */
textarea {padding:1px;}

/* radio & checkboxes */
form.std p.checkbox,
form.std p.radio {overflow:hidden;}

form.std p.checkbox {padding-left:157px;}

.checkbox input,
.radio input {display:inline;background:none;border:none;position:relative;left:0;top:1px;}

*+html p.checkbox input {margin:-3px 0 0 -4px;}
*+html p.radio input {margin:-3px 0 0 -4px;}

.checkbox label,
.radio label {width:auto;padding:0 0 0 3px;}

/* submit */
form.std p.submit {padding:20px 0 0 157px;}

/* required state */
form.std .required sup {vertical-align:top;font:normal 13px "Tahoma";color:#da0f00;}
form.std .required_desc {padding-left:157px;}




/* -------- szukaj ------------------ */
#szukaj{
	clear: both;
	overflow: hidden;
	padding: 10px 20px;
	border: 1px solid #e4e2df;
}
#szukaj h1{
	color: #457520;
	font-size: 14px;
	font-family: "Trebuchet MS";
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#szukaj h3{
	color: #765e32;
	font-size: 11px;
	font-family: "Trebuchet MS";
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
}
/* --------------- promocje ------------------ */
#promocje{
	clear: both;
	overflow: hidden;
	padding: 10px 20px;
	border: 1px solid #e4e2df;
}
#promocje h1{
	color: #457520;
	font-size: 14px;
	font-family: "Trebuchet MS";
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}
/* --------------- nowe produkty ------------------ */
#noweprodukty{
	clear: both;
	overflow: hidden;
	padding: 10px 20px;
	border: 1px solid #e4e2df;
}
#noweprodukty h1{
	color: #457520;
	font-size: 14px;
	font-family: "Trebuchet MS";
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}
/* --------------- bestselery ------------------ */
#bestsellery{
	clear: both;
	overflow: hidden;
	padding: 10px 20px;
	border: 1px solid #e4e2df;
}
#bestsellery h1{
	color: #457520;
	font-size: 14px;
	font-family: "Trebuchet MS";
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}
/* --------------- kontakt form ------------------ */
#kontaktform{
	clear: both;
	overflow: hidden;
	padding: 10px 20px;
	border: 1px solid #e4e2df;
}
#kontaktform h1{
	color: #457520;
	font-size: 14px;
	font-family: "Trebuchet MS";
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}
/* --------------- cmss ------------------ */
#cmss{
	clear: both;
	overflow: hidden;
	padding: 10px 20px;
	border: 1px solid #e4e2df;
}
#cmss h1{
	color: #457520;
	font-size: 14px;
	font-family: "Trebuchet MS";
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#cmss .rte{
	font-size: 12px;
	font-family: "Trebuchet MS";
	color: #765e32;
	line-height: 150%;
	letter-spacing: 1px;
}
#cmss .rte p,#cmss .rte a,#cmss .rte h2, #cmss .rte h3{
	color: #765e32;
}
/* --------------- authentication ------------------ */
#auth{
	clear: both;
	overflow: hidden;
	padding: 10px 20px;
	border: 1px solid #e4e2df;
}
#auth h1{
	color: #457520;
	font-size: 14px;
	font-family: "Trebuchet MS";
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#auth label,#auth span{
	font-size: 11px !important;
	font-family: "Trebuchet MS" !important;
	letter-spacing: 1px;
	color: #765e32;
	padding-top: 3px;
}
#auth input[type=text]{
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #e4e2df;
	font-size: 11px !important;
	font-family: "Trebuchet MS" !important;
	letter-spacing: 1px;
	color: #765e32;
	padding: 3px 5px;
}
#auth input[type=password]{
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #e4e2df;
	font-size: 11px !important;
	font-family: "Trebuchet MS" !important;
	letter-spacing: 1px;
	color: #765e32;
	padding: 3px 5px;
}
#auth textarea{
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #e4e2df;
	font-size: 11px !important;
	font-family: "Trebuchet MS" !important;
	letter-spacing: 1px;
	color: #765e32;
	padding: 3px 5px;
}
#auth select{
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #e4e2df;
	font-size: 11px !important;
	font-family: "Trebuchet MS" !important;
	letter-spacing: 1px;
	color: #765e32;
	padding: 3px 5px;
	height: 25px;
}
#auth p.submit input{
	background: #619b35;
	font-size: 11px !important;
	font-family: "Trebuchet MS" !important;
	letter-spacing: 1px;
}

/* --------------- password ------------------ */
#hasło{
	clear: both;
	overflow: hidden;
	padding: 10px 20px;
	border: 1px solid #e4e2df;
}
#hasło h1{
	color: #457520;
	font-size: 14px;
	font-family: "Trebuchet MS";
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#hasło p{
	font-size: 11px !important;
	font-family: "Trebuchet MS" !important;
	letter-spacing: 1px;
	color: #765e32;
}
#hasło label{
	color: #765e32;
	padding-top: 3px;
}
#hasło input[type="text"]{
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #e4e2df;
	font-size: 11px !important;
	font-family: "Trebuchet MS" !important;
	letter-spacing: 1px;
	color: #765e32;
	padding: 3px 5px;
}
#hasło p.submit input{
	background: #619b35;
	font-size: 11px !important;
	font-family: "Trebuchet MS" !important;
	letter-spacing: 1px;
}

/* --------------- moje konto ------------------ */
#konto{
	clear: both;
	overflow: hidden;
	padding: 10px 20px;
	border: 1px solid #e4e2df;
}
#konto h1{
	color: #457520;
	font-size: 14px;
	font-family: "Trebuchet MS";
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#konto a{
	font-size: 11px !important;
	font-family: "Trebuchet MS" !important;
	letter-spacing: 1px;
	color: #765e32;
}

/* --------------- identitity ------------------ */
#ident{
	clear: both;
	overflow: hidden;
	padding: 10px 20px;
	border: 1px solid #e4e2df;
}
#ident h1{
	color: #457520;
	font-size: 14px;
	font-family: "Trebuchet MS";
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#ident p,#ident span{
	font-size: 11px !important;
	font-family: "Trebuchet MS" !important;
	letter-spacing: 1px;
	color: #765e32;
}
#ident label{
	color: #765e32;
	padding-top: 3px;
	font-size: 11px !important;
	font-family: "Trebuchet MS" !important;
	letter-spacing: 1px;
}
#ident input[type="text"]{
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #e4e2df;
	font-size: 11px !important;
	font-family: "Trebuchet MS" !important;
	letter-spacing: 1px;
	color: #765e32;
	padding: 3px 5px;
}
#ident input[type="password"]{
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #e4e2df;
	font-size: 11px !important;
	font-family: "Trebuchet MS" !important;
	letter-spacing: 1px;
	color: #765e32;
	padding: 3px 5px;
}
#ident p.submit input{
	background: #619b35;
	font-size: 11px !important;
	font-family: "Trebuchet MS" !important;
	letter-spacing: 1px;
}
#ident select{
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #e4e2df;
	font-size: 11px !important;
	font-family: "Trebuchet MS" !important;
	letter-spacing: 1px;
	color: #765e32;
	padding: 3px 5px;
	height: 25px;
}

/* --------------- history ------------------ */
#zam{
	clear: both;
	overflow: hidden;
	padding: 10px 20px;
	border: 1px solid #e4e2df;
}
#zam h1{
	color: #457520;
	font-size: 14px;
	font-family: "Trebuchet MS";
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#zam p{
	font-size: 11px !important;
	font-family: "Trebuchet MS" !important;
	letter-spacing: 1px;
	color: #765e32;
}
#zam a{
	font-size: 11px !important;
	font-family: "Trebuchet MS" !important;
	letter-spacing: 1px;
	color: #765e32;
}
#zam span{
	font-size: 11px !important;
	font-family: "Trebuchet MS" !important;
	letter-spacing: 1px;
	color: #765e32;
}
#zam td{
	font-size: 10px !important;
	font-family: "Trebuchet MS" !important;
	letter-spacing: 1px;
	color: #765e32;
}
#zam td a{
	color: #765e32;
	font-size: 10px !important;
	font-family: "Trebuchet MS" !important;
}
#zam li{
	font-size: 10px !important;
	font-family: "Trebuchet MS" !important;
	letter-spacing: 1px;
	color: #765e32;
}

/* --------------- discount ------------------ */
#disc{
	clear: both;
	overflow: hidden;
	padding: 10px 20px;
	border: 1px solid #e4e2df;
}
#disc h1{
	color: #457520;
	font-size: 14px;
	font-family: "Trebuchet MS";
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}
/* --------------- adressess ------------------ */
#adres{
	clear: both;
	overflow: hidden;
	padding: 10px 20px;
	border: 1px solid #e4e2df;
}
#adres h1{
	color: #457520;
	font-size: 14px;
	font-family: "Trebuchet MS";
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#adres p{
	font-size: 11px !important;
	font-family: "Trebuchet MS" !important;
	letter-spacing: 1px;
	color: #765e32;
}
#adres li,#adres li a{
	font-size: 11px !important;
	font-family: "Trebuchet MS" !important;
	letter-spacing: 1px;
	color: #765e32;
}
#adres .button_large{
	background: #619b35;
	font-size: 11px !important;
	font-family: "Trebuchet MS" !important;
	letter-spacing: 1px;
}
/* --------------- adress ------------------ */
#adres2{
	clear: both;
	overflow: hidden;
	padding: 10px 20px;
	border: 1px solid #e4e2df;
}
#adres2 h1{
	color: #457520;
	font-size: 14px;
	font-family: "Trebuchet MS";
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#adres2 p,#adres2 span{
	font-size: 11px !important;
	font-family: "Trebuchet MS" !important;
	letter-spacing: 1px;
	color: #765e32;
}
#adres2 label{
	color: #765e32;
	padding-top: 3px;
	font-size: 11px !important;
	font-family: "Trebuchet MS" !important;
	letter-spacing: 1px;
}
#adres2 input[type="text"]{
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #e4e2df;
	font-size: 11px !important;
	font-family: "Trebuchet MS" !important;
	letter-spacing: 1px;
	color: #765e32;
	padding: 3px 5px;
}
#adres2 input[type="password"]{
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #e4e2df;
	font-size: 11px !important;
	font-family: "Trebuchet MS" !important;
	letter-spacing: 1px;
	color: #765e32;
	padding: 3px 5px;
}
#adres2 p.submit input{
	background: #619b35;
	font-size: 11px !important;
	font-family: "Trebuchet MS" !important;
	letter-spacing: 1px;
}
#adres2 select{
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #e4e2df;
	font-size: 11px !important;
	font-family: "Trebuchet MS" !important;
	letter-spacing: 1px;
	color: #765e32;
	padding: 3px 5px;
	height: 25px;
}
#adres2 textarea{
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #e4e2df;
	font-size: 11px !important;
	font-family: "Trebuchet MS" !important;
	letter-spacing: 1px;
	color: #765e32;
	padding: 3px 5px;
}
/* --------------- order slips ------------------ */
#slip{
	clear: both;
	overflow: hidden;
	padding: 10px 20px;
	border: 1px solid #e4e2df;
}
#slip h1{
	color: #457520;
	font-size: 14px;
	font-family: "Trebuchet MS";
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/* --------------- shopping cart ------------------ */
#sc{
	clear: both;
	overflow: hidden;
	padding: 10px 20px;
	border: 1px solid #e4e2df;
}
#sc h1{
	color: #457520;
	font-size: 14px;
	font-family: "Trebuchet MS";
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#sc p, #sc label, #sc span{
	font-size: 11px !important;
	font-family: "Trebuchet MS" !important;
	letter-spacing: 1px;
	color: #765e32;
}
#sc td{
	font-size: 11px !important;
	font-family: "Trebuchet MS" !important;
	letter-spacing: 1px;
	color: #765e32;
}
#sc td a{
	font-size: 11px !important;
	font-family: "Trebuchet MS" !important;
	letter-spacing: 1px;
	color: #765e32;
}
#sc span.price{
	font-size: 12px !important;
}
#sc p.submit input{
	background: #619b35;
	font-size: 11px !important;
	font-family: "Trebuchet MS" !important;
	letter-spacing: 1px;
}
#sc a.exclusive{
	background: #619b35;
	font-size: 11px !important;
	font-family: "Trebuchet MS" !important;
	letter-spacing: 1px;
}
#sc a.button_large{
	background: #9C814E;
	font-size: 11px !important;
	font-family: "Trebuchet MS" !important;
	letter-spacing: 1px;
}
/* --------------- order address ------------------ */
#oa{
	clear: both;
	overflow: hidden;
	padding: 10px 20px;
	border: 1px solid #e4e2df;
}
#oa h1{
	color: #457520;
	font-size: 14px;
	font-family: "Trebuchet MS";
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#oa p, #oa label, #oa span{
	font-size: 11px !important;
	font-family: "Trebuchet MS" !important;
	letter-spacing: 1px;
	color: #765e32;
}
#oa li,#oa li a{
	font-size: 11px !important;
	font-family: "Trebuchet MS" !important;
	letter-spacing: 1px;
	color: #765e32;
}
#oa p.submit input{
	background: #619b35;
	font-size: 11px !important;
	font-family: "Trebuchet MS" !important;
	letter-spacing: 1px;
}
#oa textarea{
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #e4e2df;
	font-size: 11px !important;
	font-family: "Trebuchet MS" !important;
	letter-spacing: 1px;
	color: #765e32;
	padding: 3px 5px;
}
#oa a.button_large{
	background: #619b35;
	font-size: 11px !important;
	font-family: "Trebuchet MS" !important;
	letter-spacing: 1px;
}
#oa a.button{
	background: #9C814E;
	font-size: 11px !important;
	font-family: "Trebuchet MS" !important;
	letter-spacing: 1px;
}
/* --------------- order payment ------------------ */
#op{
	clear: both;
	overflow: hidden;
	padding: 10px 20px;
	border: 1px solid #e4e2df;
}
#op h1{
	color: #457520;
	font-size: 14px;
	font-family: "Trebuchet MS";
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#op a.button{
	background: #9C814E;
	font-size: 11px !important;
	font-family: "Trebuchet MS" !important;
	letter-spacing: 1px;
}
/* --------------- order delivery ------------------ */
#od{
	clear: both;
	overflow: hidden;
	padding: 10px 20px;
	border: 1px solid #e4e2df;
}
#od h1{
	color: #457520;
	font-size: 14px;
	font-family: "Trebuchet MS";
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#od p, #od label, #od span, #od a{
	font-size: 11px !important;
	font-family: "Trebuchet MS" !important;
	letter-spacing: 1px;
	color: #765e32;
}
#od td{
	font-size: 11px !important;
	font-family: "Trebuchet MS" !important;
	letter-spacing: 1px;
	color: #765e32;
}
#od a.button{
	background: #9C814E;
	font-size: 11px !important;
	font-family: "Trebuchet MS" !important;
	letter-spacing: 1px;
}
#od input.exclusive{
	background: #619b35;
	font-size: 11px !important;
	font-family: "Trebuchet MS" !important;
	letter-spacing: 1px;
}
/* --------------- cashondelivery ------------------ */
#cod{
	clear: both;
	overflow: hidden;
	padding: 10px 20px;
	border: 1px solid #e4e2df;
}
#cod h1{
	color: #457520;
	font-size: 14px;
	font-family: "Trebuchet MS";
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#cod p, #cod label, #cod span, #cod a{
	font-size: 11px !important;
	font-family: "Trebuchet MS" !important;
	letter-spacing: 1px;
	color: #765e32;
}
#cod a.button_large{
	background: #9C814E;
	font-size: 11px !important;
	font-family: "Trebuchet MS" !important;
	letter-spacing: 1px;
}
#cod input.exclusive_large{
	background: #619b35;
	font-size: 11px !important;
	font-family: "Trebuchet MS" !important;
	letter-spacing: 1px;
}

/* --------------- order confirmation ------------------ */
#ocnf{
	clear: both;
	overflow: hidden;
	padding: 10px 20px;
	border: 1px solid #e4e2df;
}
#ocnf h1{
	color: #457520;
	font-size: 14px;
	font-family: "Trebuchet MS";
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#ocnf p, 
#ocnf label, 
#ocnf span, 
#ocnf a{
	font-size: 11px !important;
	font-family: "Trebuchet MS" !important;
	letter-spacing: 1px;
	color: #765e32;
}




/* —————————————————————————————— header styles —————————————————————————————— */
div#header {
	padding:135px 0 0 0;
	/*background:url(../img/bg_header.gif) 0 131px no-repeat;*/
	position:relative;
	zoom:1;
}

a#header_logo {
	height:64px;
	width: 170px;
	display:block;
	position:absolute;
	left:0px;
	top: 10px; 
	z-index: 1;
}
/* ————— blockcurrencies.tpl ————— */
div#currencies_block_top {position:absolute;right:10px;top:10px;}
div#currencies_block_top label {display:block;float:left;padding:1px 5px 0 0;}
div#currencies_block_top select {width:60px;font-size:normal;font-size:11px;}


/* ————— blocklanguages.tpl ————— */
div#languages_block_top {position:absolute;right:10px;top:40px;}
div#languages_block_top ul#first-languages li {float:left;margin:0 0 0 5px;}
div#languages_block_top ul#first-languages li:first-child {margin:0;}
div#languages_block_top ul#first-languages li img {width:18px;height:12px;}


/* ————— tmheaderlinks.tpl ————— */
/* buttons view */
ul#header_links {position:absolute;left:0;top:131px;z-index:1;}
ul#header_links li {height:29px;float:left;padding:13px 30px 0 30px;border-right:1px solid #fdfdfd;}
ul#header_links li a {font:normal 12px "Arial";color:#929292;text-decoration:none;text-transform:uppercase;}

ul#header_links li a:hover,
ul#header_links li a.active {color:#fdfdfd;text-decoration:none;}

/* simple view 
ul#header_links {position:absolute;left:10px;bottom:10px;}
ul#header_links li {float:left;}
ul#header_links li a {padding:0 20px 0 0;color:#0753b4;text-decoration:none;text-transform:capitalize;}

ul#header_links li a:hover,
ul#header_links li a.active {color:#000;text-decoration:none;}
*/


/* ————— blockuserinfo.tpl ————— */
ul#header_user {color:#000000;position:absolute;right:0;top:44px; z-index: 1;}
ul#header_user li {color: #919191;font: 11px "Arial";text-align: right; float:left;}

ul#header_user li#header_user_info {}
ul#header_user li#header_user_info a {   color: #919191;font: 11px "Arial"; text-decoration: underline;}
ul#header_user li#header_user_info span {margin:0 3px 0 0;color:#919191;}
ul#header_user li#header_user_info a:hover { text-decoration:none; color:#000}
ul#header_user li#your_account {}
ul#header_user li#your_account a { font-weight: bold;margin: 0 0 0 3px;text-decoration: none; color:#919191; font-size:11px;}
ul#header_user li#your_account a:hover { color:#000}
ul#header_user li#shopping_cart { position:absolute; right:0px; top:16px;}
ul#header_user li#shopping_cart a {color: #ED4E91;font: bold 11px "Arial";text-decoration: none;}
ul#header_user li#shopping_cart div {display:inline;}
ul#header_user li#shopping_cart a:hover { color:#000;}
ul#header_user li#shopping_cart span{ font-size:11px; color:#919191;}
/* ————— blocksearch-top.tpl ————— */
div#search_block_top {
	height: 32px;
	position:absolute;
	right:0;
	top:86px;
	z-index:1;
	width: 760px;
}

div#search_block_top label {display:block;float:left;padding:2px 7px 0 0;font:bold 11px "Arial";color:#919191;}
div#search_block_top input.search_query {
	width:720px;
	height:30px;
	margin:2px 0 0 2px;
	float:left;
	background:#e4e2df;
	border: none;
	border-radius: 3px;
	font:normal 13px "Syncopate";
	color:#765e32;
	
}
div#search_block_top a {
	width:31px;
	height:30px;
	padding:2px 0 0 0;
	display:block;
	float:right;
	/*background:url(../img/search_btn.gif) 0 0 no-repeat;*/
	text-align:center;
}
div#search_block_top a:hover { color:#000}
div#old_center_column {display:none;}

div#search_block_top form#searchbox {
	width: 760px;
	height: 31px;
	float:left;
	/*background:url(../img/search_bg.gif) 0 0 no-repeat;*/
}
/* ————— banner ————— */
.tmbanner1{ 
	float:left; 
	width:230px; 
	height:469px; 
	margin-right: 20px;
	margin-left: -7px;
}
.tmbanner2{float:left;width:230px; height:469px; margin-right: 20px;}
.tmbanner3{float:left;width:230px; height:469px; margin-right: 20px;}
.tmbanner4{float:left;width:230px; height:469px;}
.tmbanner5{
	height: 197px;
	width: 710px;
	float: left;
	overflow: hidden;
	margin: 20px 0 10px -7px;
}

/* -------------------------------------------------------------------------------- */
#header_right #kontakt-user{
	position: absolute;
	width: 490px;
	height: 40px;
	top: 15px;
	margin-left: 202px;	
}
#header_right #kontakt-user ul li{
	float: left;
	overflow: hidden;
	margin-left: 20px;
	font-family: Syncopate;
	font-size: 12px;
	color: #457520;
}
#header_right #kontakt-user ul li img{
	vertical-align: middle;
	margin-right: 10px;
}
#header_right #kontakt-user ul li a{
	color: #457520;
	text-decoration: none;
}

#header_right #user-panel{
	position: absolute;
	width: 240px;
	height: 40px;
	top: 19px;
	margin-left: 740px;	
}
#header_right #user-panel #no-log{
	width: 240px;
	clear: both;
	overflow: hidden;
}
#header_right #user-panel #no-log #forms{
	width: 240px;
	clear: both;
	overflow: hidden;
	margin-bottom: 8px;
}
#header_right #user-panel #no-log #forms input{
	width: 108px;
	font-size: 13px;
	color: #765e32;
	font-family: Syncopate;
	border: none;
	background: #e4e2df;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 3px 3px;
}
#header_right #user-panel #no-log #forms input:first-child{
	margin-right: 5px;
}
#header_right #user-panel #no-log #inputs{
	width: 240px;
	clear: both;
	overflow: hidden;
}
#header_right #user-panel #no-log #inputs input[type=submit]{
	float: right;
	width: 115px;
	background: #619b35;
	border: none;
	cursor: pointer;
	color: #fff;
	font-family: Syncopate;
	font-weight: bold;
	height: 22px;	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#header_right #user-panel #no-log #inputs a{
	color: #765e32;
	font-family: Syncopate;
	font-size: 9px;
	text-decoration: none;
	display: block;
	width: 100px;
	float: left;
	margin: 8px 0 0 18px;
}
#header_right #user-panel #on-log{
	width: 240px;
	clear: both;
	overflow: hidden;
}
#header_right #user-panel #on-log #forms{
	width: 240px;
	clear: both;
	overflow: hidden;
	margin-bottom: 8px;
	font-size: 13px;
	color: #765e32;
	font-family: Syncopate;
}
#header_right #user-panel #on-log #forms span{
	font-weight: bold;
	font-size: 13px;
}
#header_right #user-panel #on-log #inputs{
	width: 240px;
	clear: both;
	overflow: hidden;
}
#header_right #user-panel #on-log #inputs a#logout{
	float: right;
	width: 115px;
	background: #619b35;
	border: none;
	cursor: pointer;
	color: #fff;
	font-family: Syncopate;
	font-weight: bold;
	height: 18px;	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 0;
	font-size: 13px;
	text-align: center;
	padding-top: 5px;
}
#header_right #user-panel #on-log #inputs a{
	color: #765e32;
	font-family: Syncopate;
	font-size: 9px;
	text-decoration: none;
	display: block;
	width: 100px;
	float: left;
	margin: 8px 0 0 18px;
}













/* —————————————————————————————— left && right column blocks styles —————————————————————————————— */
/* ————— general block styles ————— */
div.column {}
div.column a {color:#f3f3f3;text-decoration:none;}
div.column a:hover {color:#000;}

div.column div.block {margin:0 0 10px 0;padding:0 0 10px 0;background:url(../img/block_bottom.gif) 0 bottom no-repeat #f6f6f6;}

div.column div.block h4 {height:15px;padding:23px 40px 0 40px;background:url(../img/block_top.gif) 0 0 no-repeat #f6f6f6;font:bold 12px/14px "Arial";color:#000;text-transform:uppercase;}
div.column div.block h4 a {font:bold 12px "Arial";color:#000;}
div.column div.block h4 a:hover{ text-decoration:underline;}
div.column div.block .block_content {
	padding:0 20px 20px 20px;
}

div.column div.block ul.bullet {padding-top:5px;}
div.column div.block ul.bullet li {padding:4px 0 0 12px;background:url(../img/bullet.gif) 0 8px no-repeat;}


/* ————— blockcategories.tpl ————— */
div#categories_block_left {
	background: #fbf9f5;
}
div#categories_block_left h4{
	background: none;
	display: none;
}
div#categories_block_left ul.tree {}
div#categories_block_left ul.tree li {
	padding:12px 0 0 0;
	position:relative;
	clear: both;
	/*overflow: hidden;*/
}
/*
div#categories_block_left ul.tree li:hover{
	background: #ccc;
}*/

div#categories_block_left ul.tree li.last {}
div#categories_block_left ul.tree li img{
	vertical-align: middle;
	float: left;
	width: 30px;
	margin-right: 10px;
}
div#categories_block_left ul.tree a {
	height:15px;
	display:block;
	font:normal 11px "Trebuchet MS";
	color:#765e32;
	text-decoration: none;
	float: left;
	text-transform: uppercase;
	letter-spacing: 1px;
}
div#categories_block_left ul.tree a:hover {color:#000;text-decoration: underline;}

div#categories_block_left ul.tree a.selected {color:#000;}

div#categories_block_left ul.tree li ul {
	padding:0;
	zoom:1;
	margin-left: 5px;
	/*list-style: disc;*/
}
div#categories_block_left ul.tree li ul li {
	padding:10px 0 0 35px;
	color:#765e32;
	font-size: 8px;
	overflow: hidden;
}

div#categories_block_left ul.tree li ul li:hover{
	/*background: #ccc;*/
}
div#categories_block_left ul.tree li ul li:hover ul li{
	/*background: #FBF9F5;*/
}

div#categories_block_left ul.tree li ul li.last {}
div#categories_block_left ul.tree li ul li a {
	color:#457520;
	text-decoration:none;
	text-transform: none;
}
div#categories_block_left ul.tree li ul li a.selected {}

div#categories_block_left span.grower {width:15px;height:15px;display:block;cursor:pointer;position:absolute;left:-27px;top:12px;z-index:1;}
div#categories_block_left span.OPEN {background:url(../img/categ_minus.gif) 3px 3px no-repeat;}
div#categories_block_left span.CLOSE {background:url(../img/categ_plus.gif) 3px 3px no-repeat;}



/* ————— blockcart.tpl ————— */

#cart_block {
	/*background:url(../img/block_cart_bottom.gif) 0 bottom no-repeat #ed4e91;*/
	width: 220px;
	float: right;
	background: #619b35;
	margin-top: -207px;
	padding: 20px;
	height: 157px;
}

#cart_block .block_content {}
#cart_block h4 a{ 
	color:#FFF;
	font-weight: bold;
	text-decoration: none;
}
#cart_block h4 {
	/*background:url(../img/block_cart_top.gif) 0 0 no-repeat #ed4e91;*/
	position:relative;
	font-weight: 700;
}
#cart_block h4 span {padding:0 0 0 9px;cursor:pointer;position:absolute;right:37px;top:24px;}
#cart_block h4 span#block_cart_collapse {background:url(../img/icon/sort_asc_white.gif) 0 3px no-repeat;}
#cart_block h4 span#block_cart_expand {background:url(../img/icon/sort_desc_white.gif) 0 3px no-repeat;}

#cart_block #cart_block_no_products {
	padding:0px 0 2px 0;
	color:#fff;
	font-size: 11px !important;
}

#cart_block #cart_block_summary {padding:24px 0 0 0;}
#cart_block #cart_block_summary span {color:#fff;}
#cart_block #cart_block_summary span.ajax_cart_total {margin:0 0 0 5px;font-weight:bold;}

#cart_block dl {margin:9px 0 13px 0;}
#cart_block dl dt {height:15px;padding:5px 0 0 0;clear:both;}
#cart_block dl dd {clear:both;}

#cart_block span.quantity-formated {padding:0 2px 0 0;float:left;font:normal 10px/17px "Arial";letter-spacing:1px;color:#ddd;}
#cart_block span.quantity-formated span.quantity {font-size:10px;}

#cart_block dl a {text-decoration:underline;}
#cart_block dl a:hover {text-decoration:none;}
#cart_block dl dt a {
	float:left;
	color:#fff;
	font-size: 11px !important;
	font-family: "Trebuchet MS" !important;
	letter-spacing: 1px;
}
#cart_block dl dt span.price {
	float:right;
	color:#fff;
	font-size: 11px !important;
	font-family: "Trebuchet MS" !important;
	letter-spacing: 1px;
}
#cart_block dl dd a {
	padding:0 0 0 13px;
	font-style:italic;
	font-size: 11px !important;
	font-family: "Trebuchet MS" !important;
	letter-spacing: 1px;
}

#cart_block a.ajax_cart_block_remove_link {width:11px;height:13px;margin:0 0 0 5px;float:right;font-size:0;display:block;background:url(../img/icon/delete.gif) 0 bottom no-repeat;}
#cart_block a.ajax_cart_block_remove_link:hover {text-decoration:none;}

#cart_block table#vouchers {width:100%;margin:0 0 17px 0;}
#cart_block table#vouchers tr td.price {font-weight:bold;text-align:right;}
#cart_block table#vouchers tr td.delete {width:16px;text-align:right;}
#cart_block table#vouchers tr td.delete a {width:11px;height:13px;font-size:0;display:block;float:right;background:url(../img/icon/delete.gif) 0 bottom no-repeat;}
#cart_block table#vouchers tr td.delete a img {display:none;}

#cart_block ul.cart_block_customizations {padding:0 0 0 13px;}
#cart_block ul.cart_block_customizations li {font:11px/15px "Arial";}
#cart_block ul.cart_block_customizations div.deleteCustomizableProduct {width:11px;float:right;}
#cart_block ul.cart_block_customizations div.deleteCustomizableProduct a {float:right;margin:0;padding:0;font-size:0;}

/* cart prices — 2-line view */
#cart_block div.cart-prices {margin-top: 12px;}
#cart_block div.cart-prices div.cart-prices-block {  background: none repeat scroll 0 0 #FFFFFF;border-radius: 2px 2px 2px 2px;height: 20px;margin: 0 0 11px;}
#cart_block div.cart-prices span {float:left;padding:5px 0 0 5px;font:normal 10px "Syncopate";color:#939292;}

#cart_block div.cart-prices span#cart_block_shipping_cost,
#cart_block div.cart-prices span#cart_block_total,
#cart_block div.cart-prices span#cart_block_wrapping_cost,
#cart_block div.cart-prices span#cart_block_tax_cost {float:right;padding:5px 4px 0 0;}

/* cart prices — 4-line view 
#cart_block div.cart-prices {border-top:1px solid #ccc;}
#cart_block div.cart-prices div.cart-prices-block {margin:10px 0;clear:both;}
#cart_block div.cart-prices span {display:block;}

#cart_block div.cart-prices span#cart_block_shipping_cost,
#cart_block div.cart-prices span#cart_block_total {padding:4px 7px;background:#eee;font-weight:bold;}
*/

#cart_block p#cart-price-precisions {padding:2px 0 12px 0; color:#FFF}

#cart_block p#cart-buttons {height:20px;padding:2px 0 0 0;overflow:hidden;}
#cart_block p#cart-buttons a {
	float:left;
	margin:0 0px 0 0;
	background: #9c814e;
	font-family: Syncopate !important;
	font-weight: 100 !important;
	font-size: 10px !important;
	width: 100px;
}
#cart_block p#cart-buttons a.exclusive_large {width:180px;}
#cart_block p#cart-buttons a#button_order_cart {margin:0 0 0 7px;float: right;}
#cart_block .button_small{ width:85px;}

#left_column #cart_block{
	width: 190px;
	float: right;
	background: #619b35;
	padding: 20px;
	margin: 0;
	margin-bottom: 10px;
	overflow: hidden;
	height: 100%;
}
#left_column #cart_block h4{
	background: none;
	margin: 0;
	margin-bottom: 8px;
	padding-top: 0;
	padding-left: 20px;
}
#left_column #cart_block h4 a{
	font-family: Syncopate;
}
#left_column #cart_block #cart_block_no_products {
	padding:0px 0 2px 0;
	color:#fff;
	font-size: 11px !important;
	font-family: Syncopate;
}

/* ————— blocktags.tpl ————— */
#tags_block_left {
	/*background:url(../img/block_tags_bottom.gif) 0 bottom no-repeat #e7e7e7;*/
	border: 1px solid #f8f8f7;
	background: none;
}
#tags_block_left h4 {
	/*background:url(../img/block_tags_top.gif) 0 0 no-repeat #e7e7e7;*/
	position:relative;
	background: none;
	color: #457520;
	font-size: 12px;
	font-family: "Syncopate";
}

div#tags_block_left p.block_content {text-align:justify;padding:15px 40px 8px 40px;}
*+html div#tags_block_left p.block_content {padding:14px 40px;}
div#tags_block_left p.block_content a {
	margin:0 0px 0 0;
	line-height:23px;
	color:#868686;
	text-decoration:underline;
	font-family: "Syncopate";
}
div#tags_block_left p.block_content a:hover {color:#fff;background:#619B35;text-decoration:none;}
a.tag_level1 {font-size:8px;}
a.tag_level2 {font-size:9px;}
a.tag_level3 {font-size:10px;}
a.tag_level4 {font-size:11px;}
a.tag_level5 {font-size:13px;}


/* ————— blockmyaccount.tpl ————— */
div.column div.myaccount p.logout {padding:4px 0 0 12px;}
div.column div.myaccount p.logout a {font-weight:bold;}


/* ————— blocknewsletter.tpl ————— */
div#newsletter_block_left {
	background: #619b35;
}
div#newsletter_block_left h4{
	background: #619b35;
	color: #fff;
	font-family: "Syncopate";
	font-size: 12px;	
}
div#newsletter_block_left p {}
div#newsletter_block_left input {
	width:180px;
	height:17px;
	margin:10px 0 0 0;
	border: none;
	font-size: 9px;
	color: #9c814e;
	font-family: "Syncopate";	
}
div#newsletter_block_left select {width:162px;margin:10px 0 0 0;}
div#newsletter_block_left input.button_mini {
	width:90px;
	text-transform: capitalize;
	font-family: "Syncopate" !important;
	font-weight: 100 !important;
	color: #fff;
	background: #9c814e;
	font-size: 10px !important;
}


/* ————— blockmanufacturer.tpl && blocksupplier.tpl ————— */
.blockmanufacturer select,
.blocksupplier select {width:160px;margin:8px 0 0 0;}


/* ————— blocklink.tpl ————— */


/* ————— blockrss.tpl ————— */
div#rss_block_left ul {padding-top:5px;}
div#rss_block_left ul li {padding:4px 0 0 12px;background:url(../img/bullet.gif) 0 8px no-repeat;}


/* ————— blockadvertising.tpl ————— */
.advertising_block {width:200px;margin:10px 0 0 0;text-align:center;}


/* ————— blockpaymentlogo.tpl ————— */
div.paiement_logo_block {width:200px;margin:10px 0 0 0;text-align:center;}
div.paiement_logo_block a {text-decoration:none;}
div.paiement_logo_block img {margin:0 5px;}


/* block products (new products, top sellers, viewed products) on left and right column */
.products_block ul {padding-top:10px;}
.products_block ul li {margin:0 0 10px 0;}

.products_block h5 a,
.products_block dl dt a {font-weight:bold;}

.products_block dl {clear:both;padding:2px 0 0 0;border-top:1px solid #ccc;}
.products_block dl dt {margin:9px 0 0 0;}
.products_block dl dd a {font-size:11px;}
.products_block dl dd a img {margin:5px 0 0 0;}

.products_block p a.button_large {margin:12px 0 0 0;color:#fff;}


/* ————— blockspecials.tpl ————— */
div#special_block_right ul li {margin:10px 0 0 0;}

div#special_block_right h5 {padding:12px 0 9px 0;}
div#special_block_right h5 a {}

div#special_block_right span.price-discount {text-decoration:line-through;}
div#special_block_right span.price {font-weight:bold;}

div#special_block_right a.button_large {margin:12px 0 0 0;}


/* ————— blocknewproducts.tpl ————— */


/* ————— blockbestsellers.tpl ————— */


/* ————— blockviewed.tpl ————— */
div#viewed-products_block_left ul li.last_item {margin:0;}
div#viewed-products_block_left h5 {padding:5px 0 0 0;}
div#viewed-products_block_left h5 a {font-weight:bold;}
div#viewed-products_block_left p {font-size:11px;}
div#viewed-products_block_left p img {margin:4px 0 0 4px;}


/* ————— blockstore.tpl ————— */
div#stores_block_left p {padding:12px 0 0 0;text-align:center;}
div#stores_block_left p a img {margin:0 0 10px 0;}





/* —————————————————————————————— center column styles —————————————————————————————— */
/* ————— breadcrumb.tpl ————— */
.breadcrumb {padding:6px 0 0 0;color:#457520;letter-spacing: 1px;}
.breadcrumb .navigation-pipe {padding:0 5px;font-size:9px;}

.breadcrumb .navigation_page,
.breadcrumb .navigation_end,
.breadcrumb .navigation_product {
	color:#765e32;
	font-family: "Trebuchet MS";
	font-size: 11px;
	text-transform: lowercase;
}

.breadcrumb a {
	color:#457520;
	text-decoration:none;
	font-family: "Trebuchet MS";
	font-size: 11px;
	text-transform: lowercase;
}
.breadcrumb a:hover {color:#9C814E;}





/* —————————————————————————————— product pages —————————————————————————————— */
/* ————— homefeatured.tpl ————— */
div#featured-products_block_center {}
div#featured-products_block_center h4 {display:none;}
div#featured-products_block_center ul {
	width:730px;
	overflow:hidden;
}
div#featured-products_block_center ul li {
	width:209px;
	height:290px;
	float:left;
	margin:7px 20px 0 0;
	padding:19px 0 0 19px;
	/*background:url(../img/featured_item.gif) 0 0 no-repeat;*/
	border: 1px solid #fbfbfa;
	position:relative;
}
div#featured-products_block_center ul li img{
	border: 1px solid #fbfbfa;
}

div#featured-products_block_center ul li div.product_info {
	/*display:none;*/
	width:192px;
	height:73px;
	background:#fff;
	position:absolute;
	left:19px;
	bottom:0;
	border-top: 1px solid #e4e2df;
}
div#featured-products_block_center ul li:hover div.product_info {display:block;}

div#featured-products_block_center ul li div.product_info h5 {padding:29px 0 0 0;}
div#featured-products_block_center ul li div.product_info h5 a {
	font:bold 12px "Trebuchet MS" !important;
	color:#457520;
	text-decoration:none;
}
div#featured-products_block_center ul li div.product_info h5 a:hover {text-decoration:underline;}


/* -------------------------- category -------------------------------------------- */
#categorys{
	clear: both;
	overflow: hidden;
	width: 730px;
	/*border: 1px solid #e4e2df;*/
}
#categorys div#c1{
	border: 1px solid #fbfbfa;
	padding: 10px 20px;
	clear: both;
	overflow: hidden;
	width: 688px;
}
#categorys div#c2{
	/*border: 1px solid #e4e2df;*/
	/*border: 1px solid #ccc;
	padding: 10px 20px;*/
	clear: both;
	overflow: hidden;
	width: 730px;
	margin-top: 10px;
}
#categorys h1{
	font-weight: bold;
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #457520;
	text-transform: lowercase;
	letter-spacing: 1px;
}
#categorys h1 span{
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #765e32;
	text-transform: lowercase;
}
	






















/* ————— category.tpl ————— */
#subcategories{
	display: none;
}

div#subcategories ul.inline_list {padding:17px 0 0 0;}
div#subcategories ul.inline_list li {float:left;margin-right:20px;}
div#subcategories ul.inline_list li a img {display:inline;}

img#categoryImage {margin:17px 0 0 0;}

div.cat_desc {padding:15px 0 0 0;}


/* ————— product-compare.tpl ————— */
form.product_compare {height:27px;padding:20px 0 0 0;text-align:right;}


/* ————— product-sort.tpl ————— */
form#productsSortForm p {height:18px;padding:20px 0 0 0;}

form#productsSortForm p label,
form#productsSortForm p select {float:right;}

form#productsSortForm p label {
	display:block;
	padding:2px 7px 0 0;
	font:normal 11px "Trebuchet MS";
	color:#457520;
	text-transform:capitalize;
	letter-spacing: 1px;
}
form#productsSortForm p select {
	width:130px;
	background:#fbf9f5;
	/*border:1px solid #e9e9e9;*/
	border: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font:normal 11px "Trebuchet MS";
	color: #765e32;
	padding: 3px;
	height: 23px;
}


/* ————— product-list.tpl ————— */
ul#product_list {
	/*margin:0 0 0 -19px;*/
	margin: 0;
	padding:17px 0 0 0;
}
ul#product_list li {
	width: 688px;
	height:286px;
	/*padding:33px 0 0 0;*/
	/*background:url(../img/center_col_sep.gif) 0 0 no-repeat;*/
	border: 1px solid #fbfbfa;
	padding: 10px 0px;
	letter-spacing: 1px;
	margin-top: 10px;	
}
ul#product_list li:first-child {margin:0;}

ul#product_list li a.product_img_link {
	width:192px;
	height:263px;
	display:block;
	float:left;
	/*margin:0 0 0 19px;*/
	margin: 0;
	border: 1px solid #fbfbfa;
}

ul#product_list li div.center_block {width:320px;float:left;margin:0 0 0 20px;}

ul#product_list li div.center_block div.product_flags span {font:bold 11px "Arial";}
ul#product_list li div.center_block div.product_flags span.new {
	margin:0 40px 0 0;
	color:#e20000;
	text-transform: uppercase;
	font-family: "Trebuchet MS";
	font-size: 11px;
}
ul#product_list li div.center_block div.product_flags span.availability {
	color:#457520;
	text-transform: uppercase;
	font-family: "Trebuchet MS";
	font-size: 11px;
}

ul#product_list li div.center_block h3 {padding:14px 0 0 0;}
ul#product_list li div.center_block h3 a {
	font:bold 12px "Trebuchet MS";
	color:#457520;
	text-decoration:none;
}
ul#product_list li div.center_block h3 a:hover {text-decoration:underline;}

ul#product_list li div.center_block p.product_desc {margin:0;padding:14px 0 0 0;}
ul#product_list li div.center_block p.product_desc a {
	color:#765e32;
	text-decoration:none;
	font-family: "Trebuchet MS";
	font-size: 11px;
	line-height: 150%;
}
ul#product_list li div.center_block p.product_desc a:hover {color:#000;}

ul#product_list li div.right_block {width:120px;float:right;margin:0 19px 0 0;}

ul#product_list li div.right_block span.on_sale,
ul#product_list li div.right_block span.discount {
	display:block;
	padding:0 0 10px 0;
	font:bold 12px "Trebuchet MS";
	color:#E20000;
	text-transform:uppercase;
	letter-spacing: 1px;
}

ul#product_list li div.right_block span.price {
	display:block;
	padding:0 0 13px 0;
	font:bold 14px "Trebuchet MS";
	color:#619b35;
	letter-spacing: 1px;
}
ul#product_list li div.right_block .exclusive {
	margin:0 0 125px 0;
	background: url('../img/new/koszyk.png') no-repeat;
	width: 107px;
	height: 25px !important;
	display: block;
	font: normal 11px "Trebuchet MS" !important;
	padding: 7px 0 0 0;
	letter-spacing: 1px;
	text-transform: uppercase;
}
ul#product_list li div.right_block .exclusive:hover{
	background: url('../img/new/koszyk-on.png') no-repeat;
}


*+html ul#product_list li div.right_block p.compare input {margin-right:-4px;}

ul#product_list li div.right_block .button{
	margin:0 0 18px -2px;
	background: url('../img/new/szczegoly.png') no-repeat;
	width: 92px;
	height: 25px !important;
	display: block;
	font: normal 11px "Trebuchet MS" !important;
	padding: 9px 0 0 19px;
	color: #765e32 !important;
	text-align: left;
	text-transform: uppercase;
}

ul#product_list li div.right_block .add_p{
	margin:0 0 18px -2px;
	background: url('../img/new/imbryk.png') no-repeat;
	width: 92px;
	height: 25px !important;
	display: block;
	font: normal 11px "Trebuchet MS" !important;
	padding: 8px 0 0 26px;
	color: #fff !important;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#pb-left-column .add_p{
	margin: 20px 0 18px 280px;
	background: url('../img/new/imbryk.png') no-repeat;
	width: 92px;
	height: 25px !important;
	display: block;
	font: normal 11px "Trebuchet MS" !important;
	padding: 8px 0 0 26px;
	color: #fff !important;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
}
#pb-left-column .add_p2{
	position: absolute;
	width: 220px;
	height: 240px;
	/*top: 150px;*/
	/*right: 306px;*/
	/*right: 85px;*/
	border: 1px solid #a18757;
	border-radius: 3px;
	z-index:3;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #fff;
	display: none;
}
#pb-left-column .add_p2 #adds{
	clear: both;
	overflow: hidden;
	width: 190px;
	margin: 0 auto;
	margin-top: 10px;
}
#pb-left-column .add_p2 #adds input{
	border: none;
	background: #619b35;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #fff;
	font-size: 11px;
	font-family: "Trebuchet MS";
	padding: 3px 5px;
	width: 180px;
	letter-spacing: 1px;
	margin: 0 0 5px 0;
}
#pb-left-column .add_p2 #adds textarea{
	border: none;
	background: url('../img/new/textarea.png') no-repeat;
	width: 182px;
	height: 160px;
	font-family: "Trebuchet MS";
	color: #765e32;
	font-size: 10px;
	letter-spacing: 1px;
	padding: 5px 5px 33px 5px;
}
#pb-left-column .add_p2 #adds button{
	width: 25px;
	height: 24px;
	background: url('../img/new/add.png') no-repeat;
	border: none;
	position: absolute;
	margin: -30px 0 0 167px;
	cursor: pointer;
}




/* ————— pagination.tpl ————— */
div.pagination {
	width:672px;
	height:20px;
	margin:0 0 0 -19px;
	padding:39px 19px 5px 19px;
	/*background:url(../img/center_col_sep.gif) 0 0 no-repeat;*/
	font-family: "Trebuchet MS";
	font-size: 11px;
}
ul.pagination {float:left;padding:3px 0 0 0;}
ul.pagination li {float:left;margin:0 3px;}

ul.pagination li a {
	color:#457520;
	text-decoration:none;
	font-family: "Trebuchet MS";
	font-size: 11px;
}
ul.pagination li a:hover {
	color:#765e32;
}

ul.pagination li.disabled span {
	color:#765e32;
	font-family: "Trebuchet MS";
	font-size: 11px;
}
ul.pagination li.current span {
	color:#457520;
	font-weight: bold;
	font-family: "Trebuchet MS";
	font-size: 12px;
}

ul.pagination li#pagination_previous {text-transform:lowercase;margin-left:0;}
ul.pagination li#pagination_next {text-transform:lowercase;margin-right:0;}

form.pagination select {width:45px;height:20px;float:right;padding:1px;background:#e9e9e9;border:1px solid #e9e9e9;font:normal 11px "Arial";color:#000;}
form.pagination label {display:block;float:right;padding:3px 10px 0 10px;font:normal 11px "Arial";color:#000;}
form.pagination a {float:right;}

form.pagination input {display:none;}


/* ————— stores.tpl ————— */
div#stores_block p.text label {display:block;float:left;padding:2px 7px 0 0;}
div#stores_block p.text input {width:270px;height:15px;padding:1px;font:normal 12px "Arial";color:#555;}

div#stores_block p.select {padding:20px 0 0 0;}
div#stores_block p.select label {display:block;float:left;padding:2px 7px 0 0;}
div#stores_block p.select select {float:left;}
div#stores_block p.select span {display:block;float:left;padding:2px 7px 0 7px;}
div#stores_block p.select #stores_loader {margin:-2px 0 0 0;display:none;}

div#stores_block input.button {clear:both;margin:10px 0 0 0 !important;}

div#stores_block select#locationSelect {margin:20px 0;visibility:hidden;}

div#stores_block div#map {width:100%;height:400px;}

div#stores_block table#stores-table {margin:20px 0 0 0;display:none;}


/* ————— products-comparison.tpl ————— */
table#product_comparison {margin:17px 0 0 0;}

table#product_comparison h5 {height:15px;margin:0 20px 0 0;}

table#product_comparison p {padding-right:20px;}

table#product_comparison div.comparison_product_infos {padding:15px 0 0 0;}
table#product_comparison div.comparison_product_infos div.product_discount {padding:12px 0 0 0;height:15px;}
table#product_comparison div.comparison_product_infos a.cmp_remove {padding:0 0 0 15px;background:url(../img/icon/delete.gif) 0 2px no-repeat;color:#dd0000;text-decoration:none;}
table#product_comparison div.comparison_product_infos a.button {margin:15px 0 0 0;}
table#product_comparison div.comparison_product_infos .exclusive {margin:5px 0 0 0;}

table#product_comparison tr.empty td {height:20px;}

table#product_comparison tr.comparison_header td {padding:5px 0 5px 8px;background:#000;font-weight:bold;color:#fff;}

table#product_comparison tr td.comparison_feature_odd,
table#product_comparison tr td.comparison_feature_even {padding:5px 0 5px 8px;font-weight:bold;}

table#product_comparison tr td.comparison_feature_odd {background:#eee;}

table#product_comparison tr td.comparison_infos {font-weight:normal;}

/* ---------------------------------------------------------------------------- */
#produkt{
	clear: both;
	overflow: hidden;
	border: 1px solid #fbfbfa;
	padding: 10px 20px;
}









/* ————— product.tpl ————— */
#primary_block {}
#primary_block #pb-right-column { float: left;padding: 17px 0 0;width: 263px;}


/* product img */
#primary_block #image-block {  
	height: 263px; 
	width: 263px;
	border: 1px solid #fbfbfa;
}
#primary_block #image-block img#bigpic {width:263px;height:263px;cursor:pointer;}
#primary_block #image-block img#bigpic.jqzoom {cursor:crosshair;position:relative;}


/* views block */
#views_block {width:263px;margin:0px 0 0 0;}
#thumbs_list {}
#thumbs_list ul {width:273px!important;overflow:hidden;}
#thumbs_list li {
	width:81px;
	height:81px;
	float:left;
	cursor:pointer;
	margin:10px 10px 0 0;
	border: 1px solid #fbfbfa;
}
#thumbs_list li a img {width:81px;height:81px;}

span#wrapResetImages {display:none;}
span#wrapResetImages div {padding:12px 0 0 0;}


/* usefull links */
#primary_block ul#usefull_link_block {padding:13px 0 0 0;    clear: both;
    overflow: hidden;}
#primary_block ul#usefull_link_block li {padding:8px 0 0 9px;background:url(../img/bullet_alt.gif) 0 12px no-repeat;}

#primary_block ul#usefull_link_block li a,
#primary_block ul#usefull_link_block span.span_link {text-decoration:none;color:#ed4e91;cursor:pointer;}

#primary_block ul#usefull_link_block li a:hover,
#primary_block ul#usefull_link_block span.span_link:hover {color:#000;}


#primary_block #pb-left-column {width:380px;float:left;padding:17px 0 0 20px;}




#primary_block #pb-left-column {   float: left; padding: 17px 0 0 20px; width: 380px;}

#primary_block #pb-left-column h1{
	font-family: "Trebuchet MS" !important;
	font-size: 12px;
	font-weight: bold;
	color: #457520;
	letter-spacing: 1px;
	margin: 0 0 10px 0 !important;
	padding: 0;
	text-transform: uppercase;
}


/* short description */
#primary_block #short_description_block {}
#primary_block #short_description_content {    
	color: #765e32;
    font-size: 11px;
    font-family: "Trebuchet MS" !important;
    letter-spacing: 1px;
    line-height: 150%;
}


/* buttons */
#primary_block p.buttons_bottom_block {padding:0;}
#primary_block p.buttons_bottom_block a {
	margin:18px 0 0 280px;
	background: url('../img/new/koszyk.png') no-repeat;
	width: 108px;
	height: 24px !important;
	display: block;
	padding: 4px 0 0 0;
	color: #fff;
    font-size: 12px;
    font-family: "Trebuchet MS" !important;
    font-weight: 100 !important;
    text-transform: uppercase;
    letter-spacing: 1px;	
}
#primary_block p.buttons_bottom_block a:hover{
	background: url('../img/new/koszyk-on.png') no-repeat;
}

#primary_block p.buttons_bottom_block input#add2cartbtn {display:none;}


/* pack items */
#primary_block #short_description_block h3 {padding:17px 0 3px 0;}
#primary_block #short_description_block .pack_content {padding:7px 0 0 0;font-size:10px;color:#777;}
#primary_block #short_description_block .pack_content p {padding:0;}


/* color picker */
#primary_block #color_picker {padding:7px 10px 10px 10px;background:#eee;margin:17px 0 0 0;}
#primary_block #color_picker p {padding:0;}
#primary_block #color_to_pick_list li {display:inline;float:left;margin:4px 7px 0 0;}

#primary_block a.color_pick {display:block;width:20px;height:20px;border:1px solid #666;cursor:pointer;}
#primary_block a.color_pick:hover {border:1px solid #000;}

#primary_block a#color_all {cursor:pointer;}


/* buy block */
#primary_block form#buy_block {padding:3px 0 0 0;}
#primary_block form#buy_block p {padding:0;}


/* price */
#primary_block form#buy_block span.on_sale,
#primary_block form#buy_block span.discount {
	display:block;
	margin:16px 0 0 0;
	font:bold 12px "Trebuchet MS";
	color:#e20000;
	text-transform:uppercase;
	letter-spacing: 1px;
}

#primary_block form#buy_block span.our_price_display {display:block;margin:14px 0;}
#primary_block form#buy_block span#our_price_display {
	margin:0 3px 0 0;
	font:bold 16px "Trebuchet MS";
	color:#457520;
}

#primary_block form#buy_block div#other_prices {margin:12px 0;}
#primary_block form#buy_block div#other_prices p {margin:2px 0 0 0;}

#primary_block form#buy_block p#old_price {color:#777;text-decoration:line-through;}
#primary_block form#buy_block p#reduction_percent {color:#777;}

#primary_block form#buy_block p.pack_price {color:#777;}
#primary_block form#buy_block p.price-ecotax {color:#229922;}

#primary_block form#buy_block p#quantity_wanted_p {margin:14px 0 10px 0;}
#primary_block form#buy_block p#quantity_wanted_p label {
	display:block;
	float:left;
	padding:5px 7px 0 0;
	color:#457520;
	font-size: 10px;
	text-transform: uppercase;
}
#primary_block form#buy_block p#quantity_wanted_p input{
	border: none;
	background: #fbf9f5;
	text-align: center;
	color: #765e32;
	font-size: 9px;
	font-family: "Trebuchet MS";
	width: 40px;
	font-weight: bold;
	padding: 3px 0;
}

#primary_block form#buy_block p#availability_statut {margin:14px 0 0 0;}
#primary_block form#buy_block p#availability_statut span#availability_value {font-weight:bold;}

#primary_block form#buy_block p#pQuantityAvailable {margin:15px 0 0 0;}

#primary_block form#buy_block p#last_quantities {margin:14px 0 0 0;font-weight:bold;color:#000;}


/* attributes */
div#attributes {}
div#attributes p {margin:14px 0;padding:3px 0 !important;}
div#attributes p label {float:left;text-align:right;padding:2px 7px 0 0;}


#more_info_block{
	clear: both;
	overflow: hidden;
	margin-top: 20px;
}



/* tabs */
ul.idTabs {height:49px;padding:20px 0 0 0;clear:both;}
ul.idTabs li {float:left;margin:0 0 0 1px;}
ul.idTabs li:first-child {margin:0;}
ul.idTabs li a {
	width:220px;
	height:32px;
	display:block;
	padding:17px 0 0 0;
	background:url(../img/tab.gif) 0 0 no-repeat;
	font:bold 11px "Trebuchet MS";
	color:#765e32;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	cursor:pointer;
	letter-spacing: 1px;
}
ul.idTabs li a.selected {
	/*background:url(../img/tab_active.gif) 0 0 no-repeat;*/
	color:#457520;
	font-size: 11px;
	font-family: "Trebuchet MS";
	background: #fff;
	border: 1px solid #f8f8f7;
	border-bottom: none;
}

/* tabs short */
ul.idTabsShort li a {
	width:130px;
	/*background:url(../img/tab_short.gif) 0 0 no-repeat;*/
	background: #fbf9f5; 
	color: #765e32;
}
ul.idTabsShort li a.selected {
	/*background:url(../img/tab_short_active.gif) 0 0 no-repeat;*/
	color:#457520;
	font-size: 11px;
	font-family: "Trebuchet MS";
	background: #fff;
	border: 1px solid #f8f8f7;
	border-bottom: none;
}


/* quantity discount */
div#quantityDiscount {background:url(../img/tabs_top.gif) 0 0 no-repeat #e7e7e7;padding:5px 0 0 0;}
div#quantityDiscount_inner {background:url(../img/tabs_bottom.gif) 0 bottom no-repeat #e7e7e7;padding:9px 20px 14px 20px;}

div#quantityDiscount td {padding-top:3px;border:none;}

div#quantityDiscount th,
div#quantityDiscount td {height:auto;padding:10px;background:none;border:none;}

div#quantityDiscount td {border-top:2px solid #ccc;font:bold 12px "Arial";color:#ed4e91;}



/* tabs contents */
div#more_info_sheets {
	/*background:url(../img/tabs_top.gif) 0 0 no-repeat #e7e7e7;*/
	background: none;
	padding:5px 0 0 0;
	zoom:1;
	border: 1px solid #f8f8f7;
}
div#more_info_sheets_inner {
	/*background:url(../img/tabs_bottom.gif) 0 bottom no-repeat #e7e7e7;*/
	background: none;
	padding:7px 20px 14px 20px;
	zoom:1;
}
.extra_prod{background:url(../img/tabs_bottom.gif) 0 bottom no-repeat #e7e7e7;}

/* idTab1 (product description) */
div#idTab1 {
	padding:5px 0;
	color:#765e32;
	font-size: 11px;
	font-family: 'Trebuchet MS';
	line-height: 150%;
	letter-spacing: 1px;
}
div#idTab1 p {
	margin:0;
	padding:0;
	color:#765e32;
}


/* idTab2 (data sheet) */
ul#idTab2 li {margin:5px 0;padding:0 0 0 10px;background:url(../img/bullet_alt.gif) 0 4px no-repeat;}
ul#idTab2 li span {font-weight:bold;}


/* idTab9 (attachments) */
ul#idTab9 li {margin:5px 0;padding:0 0 0 10px;background:url(../img/bullet_alt.gif) 0 4px no-repeat;}
ul#idTab9 li a {font-weight:bold;color:#ed4e91;}



/* idTab4 (accessories) */
ul#idTab4 {padding:8px 0;}
ul#idTab4 li {height:81px;margin:20px 0 0 0;}
ul#idTab4 li:first-child {margin:0;}

ul#idTab4 li div.accessories_desc {width:490px;float:left;}
ul#idTab4 li div.accessories_desc a.product_image {width:80px;height:80px;display:block;float:left;margin:0 10px 0 0;}

ul#idTab4 li div.accessories_desc a {font:normal 12px "Trebuchet MS";color:#000;text-decoration:none; float:left; margin-right:10px;}
ul#idTab4 li div.accessories_desc a:hover {text-decoration:underline;}
ul#idTab4 li div.accessories_desc h5 {margin:0 0 4px 0;}
ul#idTab4 li div.accessories_desc a.product_description {}

ul#idTab4 li div.accessories_price {width:114px;float:right;}
ul#idTab4 li div.accessories_price span.price {display:block;margin:0 0 2px 0;font:bold 14px "Trebuchet MS";color:#000;}
ul#idTab4 li div.accessories_price a {margin:0 0 5px 0;}

ul#idTab4 li div.accessories_price a {
	margin:18px 0 0 0px;
	background: url('../img/new/koszyk.png') no-repeat;
	width: 108px;
	height: 24px !important;
	display: block;
	padding: 4px 0 0 0;
	color: #fff;
    font-size: 12px;
    font-family: "Trebuchet MS" !important;
    font-weight: 100 !important;
    text-transform: uppercase;
    letter-spacing: 1px;	
}
ul#idTab4 li div.accessories_price a:hover{
	background: url('../img/new/koszyk-on.png') no-repeat;
}


/* idTab5 (product comments) */
/* idTab5 (product comments) */
div#idTab5 p {margin:5px 0 !important;padding:0;}

div#idTab5 p.align_center {text-align:center;}

div#idTab5 p.align_right {height:11px;}
div#idTab5 p.align_right a {width:11px;height:0;padding:11px 0 0 0;overflow:hidden;display:block;float:right;background:url(../img/icon/delete.gif) 0 0 no-repeat;}

div#idTab5 fieldset {margin:0;padding:0 0 3px 0;}
div#idTab5 textarea#content {width:628px;height:120px;margin:2px 0 5px 0;}

div#idTab5 div.table_block {padding:0;}

div#idTab5 div.table_block th,
div#idTab5 div.table_block td {height:auto;padding:5px;background:none;border:none;}

div#idTab5 div.table_block td {border-top:2px solid #ccc;}


/* customizable products */
div.customization_block {background:url(../img/tabs_top.gif) 0 0 no-repeat #e7e7e7;padding:5px 0 0 0;}
div.customization_block_inner {background:url(../img/tabs_bottom.gif) 0 bottom no-repeat #e7e7e7;padding:9px 20px 14px 20px;}

div.customization_block p,
div.customizationUploadBrowseDescription {margin:5px 0;padding:0;}

div.customization_block p img {margin:0 2px 0 0;}
div.customization_block h5 {margin:15px 0 5px 0;font-weight:bold;color:#000;text-transform:uppercase;}

div.customization_block ul li div.customizationUploadBrowse {margin:0 0 7px 0;}
div.customization_block ul li div.customizationUploadBrowse img {margin:0 7px 0 0;}

div.customization_block p#customizedDatas {margin:9px 0 15px 0;}


/* pack products list */
div#pack_product_list {padding:9px 0 0 0;}





/* ————— manufacturers-list.tpl && suppliers-list.tpl ————— */
ul#manufacturers_list,
ul#suppliers_list {padding:17px 0 0 0;}

ul#suppliers_list li,
ul#manufacturers_list li {height:81px;clear:both;padding:20px 0;border-top:2px solid #eee;}

ul#suppliers_list li.first_item,
ul#manufacturers_list li.first_item {padding:0 0 20px 0;border:none;}

ul#suppliers_list li.last_item,
ul#manufacturers_list li.last_item {padding:20px 0 0 0;}

ul#suppliers_list li div.left_side,
ul#manufacturers_list li div.left_side {width:395px;float:left;}

ul#suppliers_list li div.logo,
ul#manufacturers_list li div.logo {float:left;margin:0 10px 0 0;}

ul#suppliers_list li div.logo img,
ul#manufacturers_list li div.logo img {border:1px solid #eee;}

ul#suppliers_list li h3,
ul#manufacturers_list li h3 {padding:0;font-weight:bold;}

ul#suppliers_list li h3 a,
ul#manufacturers_list li h3 a {font-weight:bold;color:#000;}

ul#suppliers_list li div.right_side,
ul#manufacturers_list li div.right_side {width:115px;height:81px;float:right;position:relative;}

ul#suppliers_list li div.right_side a.button,
ul#manufacturers_list li div.right_side a.button {position:absolute;right:0;bottom:0;}

.online_only{ overflow:hidden; padding-bottom:10px; display:block;}



/* —————————————————————————————— info pages —————————————————————————————— */
/* ————— sitemap.tpl ————— */
div.sitemap_block {width:30%;float:left;padding:0 3% 0 0;}
div.sitemap_block ul {padding-top:5px;}
div.sitemap_block ul li {padding:4px 0 0 10px;background:url(../img/sitemap-bullet.gif) 0 10px no-repeat;}

div.categTree {clear:both;overflow:hidden;padding:3px 0 0 0;}
div.tree_top {height:14px;margin:7px 0 0 0;padding:3px 0 0 28px;background:url(../img/sitemap-top.gif) -1px -1px no-repeat;}
div.tree_top a {font-weight:bold;text-transform:uppercase;}

div#center_column ul.tree li {border-left:solid 1px #a1a1a1;background:url(../img/sitemap-horizontal.gif) 0 12px no-repeat;margin:0 0 0 11px;padding:5px 0 0 16px;}
div#center_column ul.tree li ul {padding:2px 0 4px 0;}
div#center_column ul.tree li ul li {margin:0;}
div#center_column ul.tree a {padding-left:0;}
div#center_column ul.tree a.selected {font-weight:bold;}
div#center_column ul.tree li.last {background:url(../img/sitemap-last.gif) 0 0 no-repeat;border:none;padding:5px 0 0 17px;}


/* ————— contact-form.tpl ————— */
p#desc_contact0,
p#desc_contact1,
p#desc_contact2 {height:15px;padding:11px 0 0 157px;}

body#contact-form div#center_column form p.file_input label {padding-top:3px;}
body#contact-form div#center_column form p.file_input input {height:21px;}
body#contact-form div#center_column form textarea#message {width:330px;}





/* —————————————————————————————— account pages —————————————————————————————— */
/* ————— authentication.tpl ————— */
/* login / create account */
body#authentication #create-account_form {width:48%;clear:none;float:left;margin:0 4% 0 0;}
body#authentication #login_form {width:47.9%;clear:none;float:left;}

body#authentication #create-account_form h4,
body#authentication #login_form h4 {
	padding:19px 0 0 0;
	font-size: 10px !important;
	font-family: "Trebuchet MS" !important;
	letter-spacing: 1px;
	color: #765e32;
}

body#authentication #create-account_form h3,
body#authentication #login_form h3 {
	padding:19px 0 0 0;
	font-size: 12px !important;
	font-family: "Trebuchet MS" !important;
	letter-spacing: 1px;
	color: #765e32;
}

body#authentication #create-account_form p.text,
body#authentication #login_form p.text {width:220px;height:38px;padding:12px 0 0 0;}

body#authentication #create-account_form p.submit,
body#authentication #login_form p.submit {padding:15px 0 0 0;}

body#authentication #create-account_form label,
body#authentication #login_form label {
	display:block;
	clear:both;
	text-align:left;
	font-size: 11px !important;
	font-family: "Trebuchet MS" !important;
	letter-spacing: 1px;
	color: #765e32;
}
body#authentication #create-account_form input[type=text],
body#authentication #login_form input[type=text],body#authentication #login_form input[type=password]{
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #e4e2df;
	font-size: 11px !important;
	font-family: "Trebuchet MS" !important;
	letter-spacing: 1px;
	color: #765e32;
	padding: 3px 5px;
}

body#authentication #create-account_form p.submit input,
body#authentication #login_form p.submit input{
	background: #619b35;
	font-size: 11px !important;
	font-family: "Trebuchet MS" !important;
	letter-spacing: 1px;
}

body#authentication #login_form p.lost_password {padding:12px 0 0 0;}
body#authentication #login_form p.lost_password a{
	font-size: 11px !important;
	font-family: "Trebuchet MS" !important;
	letter-spacing: 1px;
	color: #765e32;
}

#new_account_form p.radio input {top:3px;}
#new_account_form p.radio label {padding:0 15px 0 3px;line-height:19px;display:inline-block;}

/* account creation form */
form#account-creation_form p.radio input {top:3px;}
form#account-creation_form p.radio label {padding:0 15px 0 3px;line-height:19px;display:inline-block;}

form#account-creation_form textarea {width:206px;}

form#account-creation_form span.form_info {line-height:19px;}


/* ————— password.tpl ————— */


/* ————— my-account.tpl ————— */
body#my-account div#center_column ul#my_account_links {padding:3px 0 0 0;}
body#my-account div#center_column ul#my_account_links li {padding:12px 0 0 0;}
body#my-account div#center_column ul#my_account_links li img {margin:0 5px 0 0;display:inline-block;}


/* ————— addresses.tpl ————— */
ul.address {float:left;}

ul.item {width:48%;margin:17px 4% 0 0;}
ul.alternate_item {width:47.9%;margin:17px 0 0 0;}

ul.address li {padding:5px 0 0 8px;}
ul.address li.address_title {height:20px;padding:5px 0 0 8px;background:#eee;font-weight:bold;}
ul.address li.address_name {padding:8px 0 0 8px;font-weight:bold;color:#000;}

ul.address li.address_update,
ul.address li.address_delete {}

body#addresses div.address_add {clear:both;padding:20px 0 0 0;}


/* ————— address.tpl ————— */
body#address div#center_column form.std p.textarea textarea {width:206px;}


/* ————— identity.tpl ————— */
form.identity p.radio input {top:3px;}
form.identity p.radio label {padding:0 15px 0 3px;line-height:19px;display:inline-block;}

form.identity p.required_desc {padding:20px 0 0 157px;}

p#security_informations {padding:20px 0 0 157px;font-size:11px;}





/* —————————————————————————————— order pages —————————————————————————————— */
/* ————— order-steps.tpl ————— */
ul#order_step {width:435px;height:27px;margin:20px auto 15px auto;padding:0 0 0 40px;background:url(../img/step_start.png) 0 bottom no-repeat;}
ul#order_step li {width:90px;height:27px;float:left;background:url(../img/step_standard.png) 50% bottom no-repeat;text-align:center;}
ul#order_step li.step_current {background:url(../img/step_current.png) 50% bottom no-repeat;font-weight:bold;color:#000000;}
ul#order_step li.step_todo {color:#777;}
ul#order_step li#step_end {width:70px;}
ul#order_step li#step_end {background:url(../img/step_end.png) left bottom no-repeat;}
ul#order_step li#step_end.step_current {background:transparent url(../img/step_end_current.png) left bottom no-repeat;}


/* ————— Order step 1: summary (shopping-cart.tpl) ————— */
table.cart_last_product {width:350px;margin:15px auto 0 auto;}
table.cart_last_product tr th {background:#ed4e91;color:#fff;}
table.cart_last_product tr td {border:none !important;padding-right:0;}
table.cart_last_product tr td.cart_product {width:45px;}

body#order table.std td:first-child a img {}
body#order table.std h5 a {}
body#order table.std h5 a:hover {}

table#cart_summary {}
table#cart_summary tr td.cart_product {width:45px;}

table#cart_summary tr td.cart_quantity {text-align:center;width:46px;}
table#cart_summary tr td.cart_quantity div#cart_quantity_button {width:30px;float:left;}
table#cart_summary tr td.cart_quantity div#cart_quantity_button input.text {width:26px;margin:3px 0;text-align:center;}
table#cart_summary tr td.cart_quantity a {height:9px;display:block;text-align:center;}
table#cart_summary tr td.cart_quantity a.cart_quantity_delete {width:11px;height:11px;display:block;float:left;margin:15px 0 0 5px;}

table#cart_summary tr td ul.customizationUploaded li img {margin:0 10px 0 0;border:1px solid #eee;}
table#cart_summary tr td ul.typedText li {padding:7px 0 0 0;}

table#cart_summary tr td.cart_discount_delete {text-align:center;}

table#cart_summary tr th.cart_total,
table#cart_summary tr td.cart_total,
table#cart_summary tr td.cart_discount_price {text-align:right;}

/* voucher form */
form#voucher fieldset {border:2px solid #eee;padding:10px;}
form#voucher fieldset h2 {float:left;padding:6px 20px 0 0;}
form#voucher fieldset p {float:left;padding:4px 20px 0 0;}
form#voucher fieldset p.submit {padding:0;}
form#voucher fieldset p.text label {float:left;text-align:right;padding:2px 7px 0 0;}
form#voucher fieldset p.text input {width:166px;}

form#voucher fieldset div#display_cart_vouchers h4 {margin:10px 0 0 0;padding:10px 0 0 0;border-top:1px solid #eee;}
form#voucher fieldset div#display_cart_vouchers div {padding:4px 0 0 0;}
form#voucher fieldset div#display_cart_vouchers span.voucher_name {font-weight:bold;text-decoration:underline;cursor:pointer;}
form#voucher fieldset div#display_cart_vouchers span.voucher_name:hover {text-decoration:none;}

/* order carrier */
div#order_carrier {border:2px solid #eee;margin:17px 0 0 0;padding:10px;}
div#order_carrier h4 {float:left;padding:0 10px 0 0;}

/* cart navigation */
p.cart_navigation {height:27px;clear:both;padding:17px 0 0 0;}

p.cart_navigation .button,
p.cart_navigation .button_large {float:left;}

p.cart_navigation .exclusive,
p.cart_navigation .exclusive_large {float:right;}


/* ————— Order step 2: log in (authentication.tpl) ————— */


/* ————— Order step 3: addresses (order-address.tpl) ————— */
div.order_address {}
div.order_address p.select label {float:left;text-align:right;padding:2px 7px 0 0;}
div.order_address p#address_invoice_form a.button_large {margin:0 auto;}
div.order_address p.address_add {padding:17px 0 0 0;}
div.order_address div#ordermsg textarea {width:516px;height:100px;}


/* ————— Order step 4: shipping (order-carrier.tpl) ————— */
table#carrierTable {margin:17px 0 0 0;border-collapse:separate;}
table#carrierTable tr td {border-bottom:2px solid #eee !important;}
table#carrierTable tr td.radio input {background:none;border:none;position:relative;top:1px;left:0;}

p#gift_div {display:none;clear:both;}
p#gift_div label {display:block;}
p#gift_div textarea {width:516px;height:100px;margin:12px 0 0 0;}


/* ————— Order step 5: payment (order-payment.tpl) ————— */
p.payment_module {display:block;margin:0 !important;padding:17px 0 0 0 !important;border:none !important;}
.payment_module img {vertical-align:middle;margin:0 10px 0 0;}
.payment_module a {display:block;background:#fafafa;border:2px solid #ddd;padding:7px;color:#777;text-decoration:none;}

.payment_module a:hover,
.payment_module a:focus,
.payment_module a:active {background:#fff;border:2px solid #14958e;color:#000;}


/* ————— history.tpl ————— */
.color-myaccount,
a.color-myaccount {color:#868686;}

div#block-history {margin:17px 0 0 0;}
div#block-history textarea {width:516px;height:100px;}

table#order-list td.history_link a {font-weight:bold;}
table#order-list td.history_detail a.details_link {text-transform:capitalize;}

#block-history #block-order-detail table.std td.inputs input.order_qte_input {height:15px;padding:1px;float:left;}
#block-history #block-order-detail table.std td.inputs label {display:block;float:left;padding:2px 0 0 7px;font-weight:bold;}

#block-history h3 {padding:17px 0 0 0;}
#block-history #block-order-detail {padding:0 0 12px 0;border-top:2px solid #868686;border-bottom:2px solid #868686;}

div#order-detail-content table.std th.last_item,
div#order-detail-content table.std td.last_item {text-align:right;}

form#sendOrderMessage {padding:3px 0 0 0;}
form#sendOrderMessage p.submit {padding:12px 0 0 0;}


/* ————— order-slip.tpl ————— */


/* ————— discount.tpl ————— */
table.discount {margin:17px 0 0 0;}
table.discount td.discount_code {font-weight:bold;}
table.discount td.discount_value {white-space:nowrap;}

body#discount div.center_column sup {vertical-align:top;font:normal 13px "Tahoma";color:#da0f00;}





/* ————— One Page Checkout ————— */
/* ————— order-opc.tpl ————— */
div#order-opc h2 {padding:30px 0 0 0;}

div#order-opc table#carrierTable {margin:17px 0 0 0;}

div#order-opc textarea#message {width:516px;height:100px;}


/* ————— order-opc-new-account.tpl ————— */

/* account choice */
div#opc_account_choice div.opc_float {height:27px;padding:17px 0 0 0;}
div#opc_account_choice div.opc_float input {float:left;margin:0 7px 0 0;}

div#login_form_content input.text {width:206px;}

/* already registered */
div#login_form_content p.submit,
div#login_form_content p.lost_password {padding-left:157px;}

/* new customer */
div#opc_account_form textarea#other,
div#opc_account_form #other_invoice {width:206px;}

div#opc_account_form p.required_desc {padding-top:20px;}

p#opc_account_saved {display:none;font-weight:bold;color:#3eab4c;}


/* ————— guest-tracking.tpl ————— */
form.guest p.text i {padding:0 0 0 5px;line-height:19px;}






/* ————— 404.tpl ————— */
body#page_404 p.error {border:2px solid #dd0000;background:#f5f5f5;margin:12px 0 0 0;padding:10px;line-height:32px;}
body#page_404 p.error img {margin:0 10px 0 0;}
body#page_404 p.text input.text {width:206px;}
body#page_404 p.submit {padding-left:157px;}


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

/* 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 paypalapi */
.paypalapi_about {text-align:justify;}
.paypalapi_about ul {padding-left:20px;}



/********************************************************/
#slide_holder{
	width: 710px;
	height: 197px;
	clear: both;
	overflow: hidden;
	margin: 55px 0 10px 0px;
}
.nivoSlider{
	width: 710px;
	height: 197px;
}
.nivo-controlNav{
	display: none !important;
}

.nivo-imageLink{
	width: 710px;
	height: 197px;
	display: block;
}



/* —————————————————————————————— footer styles —————————————————————————————— */


#footer_wrapper {clear:both;padding:14px 0 0 0;overflow:hidden;}

#footer {
	clear:both;
	overflow: hidden;
	background: #f8f4ee;
	padding-bottom: 20px;
}

#block_various_links_footer {width:710px;float:left;padding:20px 0 0 0;}
#block_various_links_footer li {display:inline;padding:0 0 0 20px;}
#block_various_links_footer li.first_item {padding-left:0;}

#block_various_links_footer li a {color:#404040;text-decoration:none;}
#block_various_links_footer li a:hover {color:#000;}

#block_various_links_footer li.last_item {display:block;padding:4px 0 0 0;color:#797979;}
#block_various_links_footer li.last_item a {color:#797979;}
#block_various_links_footer li.last_item a:hover {color:#000;}

/* ————— footercurrencies.tpl ————— */
div#currencies_block_footer {width:160px;height:19px;float:right;padding:18px 0 0 0;}
div#currencies_block_footer label {display:block;float:right;padding:2px 10px 0 0;font:normal 11px "Arial";color:#ed4e91;text-transform:lowercase;}
div#currencies_block_footer select {width:80px;height:19px;float:right;background:#eaeaea;border:1px solid #eaeaea;font:normal 11px "Arial";color:#a4a4a4;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;}
*+html div#currencies_block_footer select {background:#fff;}


/* ————— footerlanguages.tpl ————— */
div#languages_block_footer {width:72px;height:12px;float:right;padding:22px 0 0 0;}
div#languages_block_footer ul#first-languages {}
div#languages_block_footer ul#first-languages li {width:18px;height:12px;float:left;margin:0 0 0 9px;}
div#languages_block_footer ul#first-languages li:first-child {margin:0;}
div#languages_block_footer ul#first-languages li img {width:18px;height:12px;}


/* ----------------------------------------------------------------------------------- */
#menu2 li{
 	width: 160px;
 	float:left;
}
#menu2 li ul li.titre{
	border: none;
	color: #765e32;
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold !important;
	margin: 0;
	text-transform: none;
}
#menu2 li ul li.titre span{
	font-weight: bold !important;
}
#menu2 li ul li a{
	background: none;
	padding-left: 0;
	color: #765e32;
	font-family: "Trebuchet MS";
	font-size: 11px;
}
#menu2 li ul li{
	background: none;
	padding-left: 0;
	color: #765e32;
	font-family: "Trebuchet MS";
	font-size: 11px;
	text-transform: lowercase;
}


#foot{
	clear: both;
	overflow: hidden;
	color: #765e32;
	font-family: "Trebuchet MS";
	font-size: 11px;
	letter-spacing: 1px;
	margin-left: 700px;
	text-align: right;
	margin-right: 20px;
}
#foot a{
	color: #765e32;
	text-decoration: none;
}

#cookiesClose{
	right: 10px !important;
}











/* —————————————————————————————— printable version —————————————————————————————— */
@media print {

* {background:none!important;background-color:white!important;}

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;}

}