/* @group CSS reset by Eric Meyer */

body,
html, 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,
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: inherit;
	vertical-align: baseline;
}
/* 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: "" "";
}

/* @end */


body {
	background: black url('../img/bg-page.gif') repeat-y center top;
	font-family: Trebuchet, Verdana, Arial, Helvetica, Sans-Serif;
	text-align: center;
	font-size: 11px;
}

/* @group global style */
#bg_page {
	background: transparent url('../img/bg-page-logo.jpg') no-repeat fixed center 20px;
}
body, a {
	color: #fefefe;
}
a:hover {
	text-decoration: none;
}
h2 {
	background: black url('../img/bg-title.jpg') no-repeat center top;
	width: 500px;
	height: 40px;
	line-height: 3.5em;
	text-transform: uppercase;
	text-indent: 2em;
	font-weight: bold;
}
h3 {
	font-size: 1.2em;
	padding: 0.8em 0 0.6em 0;
}
h4 {
	font-weight: bold;
}
h5 {
	font-size: 1.1em;
	line-height: 2.5em;
}
p {
	padding: 0.3em 0;
}
.highlight {
	color: #f7e976;
}

/* @end */

/* global layout */
#page {
	width: 972px;
	margin: 0 auto 2px auto;
	text-align:left;
}

#header {
	background: transparent url('../img/bg-header.jpg') no-repeat top right;
	height: 168px;
}

#logo {
	width: 274px;
	float: left;
}

/* @group useful */
.align_center { text-align:center; }
.align_right { text-align:right; }
.middle { vertical-align: middle; }
.uppercase { text-transform:uppercase; }
.hidden, .collapsed { display:none; }
.wrap { white-space: normal; }
.bold { font-weight: bold; }
.strike { text-decoration:line-through; }
.italic { font-style: italic; }
.top { vertical-align: top; }
.clear { clear:both; }
br.clear {
	clear:both;
	line-height:0;
	font-size:0;
	height:0;
}
/* @end */

/* @group PrestaShop style */
.price {
	color: red;
	white-space: nowrap;
}
p.price {
	text-align: center;
}
.price-discount {
	text-decoration: line-through;
	font-size: 1.1em;
}


div.breadcrumb {
	padding: 0.5em 0 1em 1em;
}
span.navigation-pipe {
	padding: 0 0.5em;
}

img.icon {
	vertical-align: middle;
	padding: 0.2em 0.4em 0.2em 0;
}

div.error {
	margin: 1em 0.3em;
	border: 1px solid #BD0F06;
	padding: 0.3em;
	color: black;
	background-color: #FF8479;
}
div.error p {
	font-weight: bold;
}
div.error ol {
	list-style-type: upper-roman;
}
div.error li {
	margin-left: 2em;
}

p.warning {
	border: 1px solid #8F6906;
	background-color: #261A02;
	margin: 1em 0.5em;
	padding: 0.5em 1em 0.8em 1em;
	font-weight: bold;
}

/* @end */

/* @group table style */
table.std {
	clear: both;
	width: 98%;
	margin: 0.8em auto 0 auto;
	border: 1px solid white;
	background-color: #DDD;
}
table.std, table.std a {
	color: black;
}
table.std th, table.std td {
	padding: 0.1em 0.2em;
	background-color: #DDD;
}
table.std th {
	font-size: 1.1em;
	font-weight: bold;
	border-bottom: 2px solid white;
	background-color: #111;
	vertical-align: middle;
	padding: 0.3em 0.2em;
	color: #EEE;
}
table.std tbody td {
	border-bottom: 1px solid white;
}
/* @end */


/* @group form style */
form.std {
	margin: 0.4em 0.3em;
}
form.std fieldset {
	border: 2px solid #1D1E19;
	padding: 1em;
	margin: 0 0 1em 0;
}
form.std h3 {
	padding: 0 0 0.8em 0;
	margin: 0 0 0.4em 0;
	font-size: 1.3em;
	border-bottom: 1px solid white;
}
form.std h4 {
	padding: 0.2em 0;
}
form.std p {
	clear: both;
	padding: 0.5em 0;
}
form.std p.submit {
	text-align: center;
}
form.std span {
	padding: 0 1.5em 0 0;
}
form.std .form_info {
	display: block;
	font-size: 0.9em;
	text-align: left;
	width: inherit;
}
form.std .checkbox input {
	margin-left: 39%;
	margin-right: 0.5em;
	float: left;
}
form.std span, form.std label {
	padding: 0 1em 0 0;
	line-height: 1.6em;
	width: 40%;
	display: block;
	float: left;
	text-align: right;
}
form.std .radio label, form.std .checkbox label	 {
	text-align: left;
	float: none;
}
form.std .radio label, form.std .checkbox label {
	display: inline;
}
form.std .textarea label {
	display: block;
}
input, form.std input, form.std select {
	border: none;
	padding: 0;
	outline: 0;
}
form.std .required sup {
	color: red;
}
form #address_alias, form #address_alias label {
	text-align: center;
}
form #address_alias label {
	width: 100%;
}
/* @end */

/* @group button */
.button, .button_large, .button_simple, a.exclusive, input.exclusive, a.exclusive_large, input.exclusive_large {
	display: block;
	float: left;
	margin: 0.2em 0.5em;
	cursor: pointer;
	border: none;
	color: #FEFEFE;
	text-decoration: none;
	text-align: center;
	line-height: 26px;
	font-size: 11px;
	height: 28px;
	width: 116px;
	background: black url('../img/bg-button.gif') no-repeat top left;
}
.button_large, a.exclusive_large, input.exclusive_large {
	width: 208px;
	background-image: url('../img/bg-button_large.gif');
}
input.button, input.button_simple, input.button_large, input.exclusive, input.exclusive_large {
	padding-bottom: 2px;
	display: inline;
	float: none;
}
input.button_large {
	float: right;
	margin: 0.7em 0;
}
/* @end */


/* @group pagination */
/* 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: #374853;
}
ul.pagination a, ul.pagination span {
	border: 1px solid #888;
	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 #595a5e;
}
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: none;
	line-height: 19px;
	border-color: #d0d1d5;
	border-style: solid;
	border-width: 0 1px;
}
#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;
	background-color: #f1f2f4;
}

form.pagination {
	text-align: right;
	float: left;
	width: 40%;
}
form.pagination p * {
	float: right;
	margin-top: 0;
}
form.pagination label {
	line-height: 1.4em;
	vertical-align: bottom;
	margin-left: 0.3em;
}
form.pagination select option{
	font-size: 0.9em;
	padding-right: 0.2em;
	float: none;
}
/* @end */


/* @group tabs */
ul.idTabs {
	list-style-type:none;
	border-bottom:solid 1px #76839b;
	height:21px;
	margin-top:1em;
}
ul.idTabs li {
	float:left;
	margin-right:1px;
}
ul.idTabs li a {
	background-image: url('../img/tab_bg.jpg');
	display:block;
	width:173px;
	height:18px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	padding-top:3px;
	color:#374853;
}
ul.idTabs li a.selected{
	background-image: url('../img/tab_bg_selected.jpg');
	color:white;
}
div.sheets{
	clear:both;
	padding:1em;
}
div#more_info_sheets ul li{	margin-bottom:0.4em; }
/* @end */


/* @group block currencies */
#block_currencies {
	float:right;
	margin-right: 3em;
}
#block_currencies li {
	float: left;
}
#block_currencies li a {
	margin: 0.1em 0.2em 0 0.2em;
	text-align: center;
	text-decoration: none;
	background-color: #222;
	display: block;
	width: 1em;
	height: 1.2em;
	border: 1px solid #DDD;
}
#block_currencies li a:hover {
	border-color: #000;
}
#block_currencies li.selected a {
	border: none;
	background: none;
	font-size: 1.1em;
	font-weight: bold;
}
/* @end */

/* @group block languages */
#block_languages {
	float:right;
	margin-right: 3em;
}
#block_languages li {
	float: left;
	margin: 0.3em 0.2em 0 0.2em;
}
/* @end */

/* @group block search on header */
div#search_block_top {
	margin: 0 0 0 610px;
	padding: 2em 0 0 0;
	width: 334px;
	height: 36px;
	background: transparent url('../img/bg-blocksearch.gif') no-repeat bottom left;
}
div#search_block_top form {
	margin: 0;
	padding: 0.3em 0 0 35px;
}
div#search_block_top p {
	clear: none;
	padding: 0;
}
div#search_block_top input {
	margin-top: 0;
}
div#search_block_top input#search_query {
	width: 160px;
	margin-bottom: 2px;
}
/* @end */

/* @group block user information on header */
#header_user {
	text-align: right;
	padding: 6px 35px 0 0;
}
#header_user li#your_account {
	border-left: 1px solid #FFF;
}
#header_user #header_user_info {
	font-size: 1.2em;
	padding: 0 0 0.8em 0;
}
/* @end */

/* @group navigation on header */
ul#navigation {
	height: 2em;
	margin: 1.8em 0 0 0;
	padding: 0 0 0 360px;
}
ul#navigation li {
	float: left;
	margin: 0 3em 0 0;
}
ul#navigation a {
	font-size: 1.1em;
	text-transform: uppercase;
	text-decoration: none;
}
ul#navigation a:hover {
	color: red;
}
/* @end */

/* @group center of page */
#center {
	clear: both;
}

/* @group left column */
#left_column {
	float: left;
	width: 230px;
}
/* @end */

/* @group center column */
#center_column {
	float: left;
	width: 730px;
	margin: 0 0 0 5px;
}

/* @group center page */
#center_page {
	float: left;
	width: 510px;
	border-bottom: 1px solid white;
	margin: 0 0 5px 0;
	padding: 0 0 1em 0;
}
/* @end */

/* @group right column */
#right_column {
	float: left;
	width: 200px;
	margin: 0 0 0 5px;
}
/* @end */

/* @group center footer */
#center_footer {
	clear: both;
	width: 720px;
	padding: 8px 0 0 0;
}
/* @end */

/* @end */

/* @end */

/* @group footer */
#footer {
	padding: 4em 0 0 0;
}
#footer div {
	float: left;
}
#footer p {
	padding-bottom: 0.8em;
}
div#footer_left {
	padding: 0 0 0 40px;
	width: 75%;
}
div#footer_left img {
	margin: 0 0 10px 0;
}
div#footer_right {
	text-align: right;
	padding: 0 40px 0 0;
}
/* @end */


/* @group block */
.block_content_left, .block_content_right {
	float: left;
	width: 49.9%;
}
div.block {
	padding: 0 5px;
	background: black url('../img/bg-block.gif') repeat-y top center;
	margin: 0 auto 8px auto;
	width: 180px;
	clear: both;
}
div.block h4 {
	text-transform: uppercase;
	text-align: center;
	background: transparent url('../img/bg-block-header.gif') no-repeat top center;
	padding: 1.8em 0 0.6em 0;
}
div.block .block_content {
	padding: 0 0 15px 1em;
	background: transparent url('../img/bg-block-footer.gif') no-repeat bottom center;
}
div.block a {
	text-decoration: none;
}
div.block ul li {
	line-height: 3em;
	padding: 0 1.5em 0 2em;
}
.block_content p {
	padding: 0 0 0 1.5em;
}
/* @end */

/* @group block lite */
div.block_lite {
	width: 120px;
	margin: 1em auto 0 auto;
}
div.block_lite h4 {
	border-bottom: 1px solid white;
	padding: 0.3em 0 0.3em 0.2em;
}
div.block_lite .block_content {
	padding: 0.4em 0.1em 0 0.1em;
	font-size: 0.9em;
}
/* @end */

/* @group big block */
div.block_big {
	width: 90%;
}
div.block_big .block_content {
	border: 2px solid #1D1E19;
	padding: 0.4em 0 1em 1.5em;
}
/* @end */

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

/* @group products block */
.product_list li {
	float: left;
	width: 25%;
	margin: 0 0 0.2em 0;
}
.product_list a.product_image, .product_list h5, .product_list p {
	margin: 0 2px;
}
.product_list a.product_image {
	padding: 6px 0;
	display: block;
	text-align: center;
	background-color: white;
}
.product_list h5, .product_list h5 a {
	background-color: white;
	color: black;
	text-align: center;
	text-decoration: none;
}
.product_list h5 {
	line-height: 1.3em;
	padding: 0 0 0.5em 0;
}
.product_list h5 a:hover {
	text-decoration: underline;
}
.product_list .product_desc {
	padding: 0.3em 0.2em;
	height: 6.5em;
}
.product_list .product_desc a {
	text-decoration: none;
}
.product_list .price, .product_list .add_to_cart {
	text-align: center;
	padding: 0;
}
.product_list .add_to_cart {
	padding-bottom: 0.5em;
}
/* @end */


/* @group special block */

div#media {
	width: 500px;
	height: 330px;
	border: 1px solid white;
	margin: 5px auto 8px auto;
}

/* @group block avantages */
div#avantages_block ul {
	margin: 0 0 2em 0;
}
div#avantages_block li {
	line-height: 2em;
	font-size: 1.1em;
}
div#avantages_block .block_content {
	height: 280px;
}
div#avantages_block .block_content_left p {
	line-height: 1.6em;
}
div#avantages_block .block_content_right img {
	float: right;
}
div#avantages_block .block_content_right h5,
div#avantages_block .block_content_right p {
	clear: both;
	padding-left: 70px;
}
/* @end */

/* @group block newsletter */
#newsletter_block_left {
	font-size: 0.95em;
	margin-top: 10em;
}
#newsletter_block_left h4 {
	padding-left: 2.7em;
	text-transform: none;
	font-weight: bold;
	text-align: left;
}
#newsletter_block_left p {
	padding-right: 2.2em;
}
#newsletter_block_left form {
	margin: 1em 0;
}
#newsletter_block_left label {
	padding-left: 0.3em;
}
#newsletter_block_left input {
	margin-top: 0.4em;
}
/* @end */

/* @group new products */
#new_products_block ul, #best_sellers_block ul {
	padding: 1em 0.2em 0 0.6em;
}
#new_products_block li, #best_sellers_block li {
	line-height: 1.2em;
	height: 4.2em;
	padding: 0;
	width: 100%;
	float: none;
}
#new_products_block li img, #best_sellers_block li img {
	vertical-align: middle;
	float: left;
	margin: 0 0.2em 0 0;
}
#new_products_block li h6, #best_sellers_block li h6 {
	font-weight: bold;
}
/* @end */

/* @end */

/* @group block payment logo */
#paiement_logo_block_footer {
}
#paiement_logo_block_footer a {
	text-decoration: none;
}
/* @end */

/* @group block cart */
#cart_block h4 span {
	text-transform: none;
	font-size: 0.8em;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 1em 0 0;
}
#cart_block h4 span#block_cart_collapse {
	background-image: url('../img/icon/sort_asc.gif');
}
#cart_block h4 span#block_cart_expand {
	background-image: url('../img/icon/sort_desc.gif');
}
#cart_block .block_content {
	padding: 0.6em 1.2em 1em 1.8em;
}
#cart_block_summary {
	padding-left: 1.7em;
}
#cart_block dl *, p#cart-prices span {
	float: left;
}
#cart_block dt {
	clear: both;
	padding-top: 0.8em;
}
#cart_block .quantity-formated, #cart_block .quantity {
	padding-right: 0.2em;
}
#cart_block .quantity {
	font-weight: bold;
}
#cart_block .quantity-formated {
	font-weight: normal;
}
#cart_block .cart_block_product_name {
	clear: right;
}
#cart_block .cart_block_combination {
	clear: left;
}
#cart_block .ajax_cart_block_remove_link {
	background: transparent url('../img/icon/delete.gif') no-repeat top left;
	width: 11px;
	height: 13px;
	display: block;
	float: right;
	margin: 0 0.4em 0 0;
}
#cart_block_list .price {
	float: right;
}
p#cart-prices {
	font-weight: bold;
	padding: 1em 0 0 1em;
}
p#cart-buttons {
	clear: both;
	padding: 1.4em 2em 0;
	text-align: center;
}
/* @end */

/* @group page category */
.cat_desc {
	padding: 0.6em 0;
}

div#categories_block_left .selected {
	color: #F7E976;
	font-weight: bold;
}
div#categories_block_left span.grower{
	display: block;
	float: left;
	background-position: 0px 13px;
	background-repeat: no-repeat;
	width: 9px;
	height: 30px;
	margin: 0 3px 0 -10px!important;
	margin: 0 3px 0 -6px;
	padding: 0;
}
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'); }
/* @end */

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

/* @group page authentication */
#create-account_form, #login_form {
	width: 45%;
	float: left;
}
#create-account_form label, #login_form label {
	width: 100%;
	text-align: left;
}
#create-account_form fieldset, #login_form fieldset {
	height: 23em;
}
/* @end */

/* @group page my-account */
ul#my-account-list {
	padding: 1.5em 0 2em 1em;
}
ul#my-account-list li {
	padding: 0.9em 0;
}
/* @end */

/* @group page address */
ul.address {
	float: left;
	border: 1px solid white;
	background-color: #DDD;
	width: 47%;
	padding: 0.1em 0.3em 0.3em 0.3em;
	margin: 0 0.2em 0.4em 0;
	color: black;
}
ul.item {
	clear: left;
}
ul.address li.address_title {
	font-weight: bold;
	font-size: 1.1em;
	background-color: #BBB;
	border-bottom: 1px solid #333;
	padding: 0.2em;
	margin-bottom: 0.6em;
	text-align: center;
}
ul.address a {
	color: black;
}
ul.address li.address_update, ul.address li.address_delete {
	float: left;
	width: 48%;
	border-top: 1px solid #333;
	padding-top: 0.2em;
	margin-top: 0.8em;
	text-align: center;
}
#order ul.address li.address_update {
	width: 100%;
}
.address_add {
	text-align: center;
}
.address_add a {
	float: none;
}
/* @end */

/* @group shopping cart (order step 1) */
table#cart_summary {
	margin-bottom: 2em;
}
tr.cart_item td {
	vertical-align: middle;
}
td.cart_product img {
	float: left;
	margin: 0.1em 0.3em 0.1em 0.1em;
}
table#cart_summary .cart_availability {
	text-align: center;
	width: 45px;
}
table#cart_summary .cart_unit {
	width: 80px;
}
td.cart_quantity {
	text-align: center;
	font-weight: bold;
	font-size: 0.9em;
	white-space: nowrap;
	width: 45px;
}
td.cart_quantity a.cart_quantity_up, td.cart_quantity a.cart_quantity_down, td.cart_quantity a.cart_quantity_delete {
	margin:0;
	padding:0;
}
td.cart_quantity a.cart_quantity_up, td.cart_quantity a.cart_quantity_down, td.cart_quantity p {
	float: left;
}
td.cart_quantity p {
	margin: 0 0.2em;
	font-size: 1.2em;
	line-height: 0.6em;
}
td.cart_quantity img {
	vertical-align: bottom;
}
td.cart_quantity a.cart_quantity_delete {
	display: block;
	clear: both;
}
table#cart_summary td.cart_total, table#cart_summary td.cart_unit, table#cart_summary td.price {
	text-align: right;
	padding-right: 0.8em;
}
table#cart_summary td.cart_total {
	font-weight: bold;
}
table#cart_summary tfoot td {
	text-align: right;
	padding: 0.3em 0;
	background-color: #BBB;
}
table#cart_summary tr.cart_total_price td {
	font-weight: bold;
	font-size: 1.2em;
}

form#voucher fieldset {
	padding: 0 1em;
}
form#voucher input#discount_name {
	width: 120px;
	vertical-align: top;
}

p.cart_navigation {
	text-align: right;
	clear: both;
}
p.cart_navigation * {
	float: right;
}
/* @end */

/* @group payment (order step 3) */
.payment_module {
	display: block;
}
.payment_module img {
	vertical-align: middle;
	margin-right: 1em;
}
.payment_module a {
	display: block;
	border: 1px solid white;
	padding: 0.6em;
	text-decoration: none;
}
.payment_module a:hover, .payment_module a:focus, .payment_module a:active {
	background-color: #111;
}
/* @end */

/* @group product detail (product.tpl) */
#primary_block #pb-right-column {
	width: 260px;
	float: left;
	text-align: center;
}
#primary_block #image-block img {
	border: #d0d1d5 solid 1px;
	padding: 4px;
	margin: 0 auto;
	width: 250px;
	display: block;
}
#primary_block #image-block img#bigpic {
	cursor: pointer;
}

/* @group scroll images (product.tpl) */
#views_block{
	width: 260px;
	margin: 0.8em auto 0.3em auto;
}
#thumbs_list{
	overflow: hidden;
	float: left;
	width: 230px;
}
#thumbs_list ul{
	padding-left:0px;
	list-style-type:none;
}
#thumbs_list li{
	float:left;
	cursor:pointer;
	margin-right: 3px;
}
#view_scroll_left, #view_scroll_right{
	background-repeat: no-repeat;
	background-position: center;
	text-indent:-3000px;
	display:block;
	width:9px;
	height:18px;
	float:left;
	margin-top: 60px;
}
#view_scroll_left{
	background-image: url('../img/thumbs_left.gif');
	margin-right: 0.3em;
}
#view_scroll_right{
	background-image: url('../img/thumbs_right.gif');
	margin-left: 0.3em;
}
/* @end */

#primary_block #pb-left-column {
	float: left;
	margin-left:1.1em;
	width: 233px;
}

#primary_block #short_description_block, #primary_block #color_picker, #primary_block form#buy_block {
	background-color: #FFF;
	color: #111;
	padding: 0.7em;
	margin-bottom: 1.5em;
}
#primary_block #short_description_block a, #primary_block #color_picker a, #primary_block form#buy_block a {
	color: #111;
}

#primary_block #color_picker p {
	margin: 0 0 0.4em 0;
	padding: 0 0 0 0;
}
#primary_block a.color_pick {
	width: 20px;
	height: 20px;
	float: left;
	border: 1px solid black;
	margin: 0 0.5em 0 0;
	cursor: pointer;
}
#primary_block a.color_pick:hover {
	border-color: #222;
}

form#buy_block {
	font-size:1.1em;
	color:#EEE;
}

/* prices */
#primary_block form#buy_block p.price {
	font-size:1.05em;
	text-align:right;
}
#primary_block form#buy_block span.our_price_display, #primary_block form#buy_block span.on_sale, #primary_block form#buy_block span#old_price {
	clear: both;
	display: block;
	text-align: right;
}
#primary_block form#buy_block span.our_price_display {
	font-size: 1.4em;
	line-height: 1.8em;
}
#primary_block form#buy_block span#pretaxe_price{
	font-size:0.75em;
	text-align:right;
}
#primary_block form#buy_block p#reduction_percent{
	color:#da0f00;
	font-size:0.75em;
	text-align:right;
}
#primary_block form#buy_block p.price-ecotax{
	font-size:0.75em;
	text-align:right;
}


form#buy_block img.on_sale_img{
}
form#buy_block span.on_sale, form#buy_block span.discount{
	color:#da0f00;
	text-transform:uppercase;
	font-weight:bold;
	float:right;
}
form#buy_block span#availability_label{
	float:left;
	margin-right:1em;
}
form#buy_block label{
	margin-right: 0.4em;
}
#primary_block div#attributes p, #quantity_wanted_p{
	height:2em;
}
form#buy_block #add_to_cart {
	padding: 0;
}
form#buy_block #add_to_cart input {
	background: transparent url('../img/cart_add.gif') no-repeat top left;
	width: 200px;
	height: 120px;
	border: none;
	color: white;
	padding: 0 0.6em 1.8em 0;
	font-size: 1.4em;
	text-align: right;
	vertical-align: top;
}

#primary_block ul#usefull_link_block {
	list-style-type: none;
	margin-top: 2em;
}
/* @end */

/* @group thickbox */
#TB_window a {
	color: black;
}
/* @end */

