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

/** {
	padding:0;
	margin:0;
}*/

body {
	background:#000000;
	margin:0;
	font:13px Arial, Helvetica, sans-serif;
}

/* Useful */
.align_center { text-align:center; }
.align_right { text-align:right; }
.middle { vertical-align: middle; }
.align_justify{ text-align: justify; }
.uppercase { text-transform:uppercase; }
.hidden, .collapsed, .block_hidden_only_for_screen { display:none; }
.wrap { white-space: normal; }
.bold { font-weight: bold; }
.strike { text-decoration:line-through; }
.italic { font-style: italic; }
.top { vertical-align: top; }
.span_link { cursor:pointer; }
.span_link:hover { text-decoration:underline; }
.clear { clear:both; }
br.clear {
	clear:both;
	line-height:0;
	font-size:0;
	height:0;
}
ul {
	margin:0;
	padding:0;
	list-style:none;
}

noscript ul {list-style-type:none; background:black; color:white; padding:10px; border:1px solid gray;}

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

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

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

/* Tabs */
ul.idTabs {
	list-style-type:none;
	border-bottom:solid 1px #999;
	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:white;
}
ul.idTabs li a.selected{
	background-image: url('../img/tab_bg_selected.jpg');
	color:white;
}

/* IdTabs Short*/
ul.idTabsShort li a {
	background-image: url('../img/tab_bg_short.jpg');
	width:138px;
}
ul.idTabsShort li a.selected{
	background-image: url('../img/tab_bg_selected_short.jpg');
	color:white;
}

div.sheets{
	clear:both;
	padding:1em;
}
div#more_info_sheets ul li{	margin-bottom:0.4em; }

/* global style */
a {
	text-decoration:none;
	color:#9ba5ad;
	outline: none;
}
a:hover {
	text-decoration: none;
}
input:focus {
	outline: 0;
	outline-offset: 0;
}
a img {
	outline: none;
	border: none;
	text-decoration: none;
}
h1, h2 {
	font-size: 26px;
}
h3 {
	font-size: 20px;
}
.cufon {
	color: #FFF;
	font-family: Myriad Pro Cond, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-indent: 0px!important;
	margin: 0px 0px 10px;
}
h2 {
	font-size: 14px;
	line-height:1.5em;
	margin: 0;
	font-weight: bold;
	color: black;
	height: 21px;
}
h2#index { color:#5b5b5b; }
h2 span {
	font-size: 11px;
	text-transform: lowercase;
	font-weight: normal;
	font-style: italic;
	color: #5b5b5b;
	margin-left: 1em;
}
h4 { font-size: 1em; background:none; text-indent:0px;}

/* CSS */
#main_container, #main_container_terms {
	background:#fff url(../img/bg.jpg) bottom repeat-x;
}

#main_container_home {
	background:#e2e2e3 url(../img/bg_new.jpg) center top no-repeat;
	background-color:  #000;
}
#main_container_about {
	background:#fff url(../img/bg_about.jpg) left top no-repeat;
}
#main_container_about #home_intro {
	width: 500px!important;
}
#main_container_terms #home_intro {
	width: 700px!important;
}
#main_container_howto {
	background:#fff url(../img/bg_howto.jpg) center top no-repeat;
}
#main_container_exclusive {
	background:#fff url(../img/bg_exclusive.jpg) center top no-repeat;
}
#main_container_contact {
	background:#fff url(../img/bg_contact.jpg) center top no-repeat;
}
#main_container_homesale {
	background:#fff url(../img/bg_homesale.jpg) center top no-repeat;
}
#main_container_collection {
	background:#000 url(../img/bg_collection.jpg) right top no-repeat;
}

#home_komlangs {
	visibility: hidden;
}

#wrapper {
	background:url(../img/bg_footer.png) bottom repeat-x;
	min-height:766px;
	text-align:left
}

#top {
	background:url(../img/bg_left.png) left top no-repeat;
	min-height:624px;
	overflow:hidden;
	padding-bottom:10px;
}
.no_bg { background: none!important }

#container {
	width:980px;
	margin:0 auto;
}

#col_left {
	float: left;
	width: 140px;
	background: white;
	margin-top: 39px;
	margin-left: 10px;
	padding: 20px;
}

#col_left #logo {
	background:url(../img/sprite.png) 0px -32px;
	width:130px;
	height:125px;
}

#col_left #logo a {
	text-indent:-9999px;
	height:125px;
	display:block;
}

/* MENU LEFT COLUMN */
#col_left ul {
	margin:10px 0px 0px -13px;
}

#col_left ul li {
	line-height:30px;
}

#col_left ul li a {
/*	
	background:url(../img/sprite.png);
	text-indent:-9999px;
*/
	height:19px;
	margin-bottom:11px;
	width:140px;
	display:block;
	text-transform:uppercase;
	font-size: 20px;
	color:#4f5659;
}
div#col_left ul ul a {
	font-size: 16px;
	color:#000;
}
#col_left ul ul {
	margin-left:0px;
}

#col_right {
	float:right;
	width:790px;
}

/* HOME */
#home_intro {
	width:324px;
	/* Als meertalig dan wellicht beter de onderste padding 
	padding:15px 25px 25px 25px;*/
	padding:25px;
	background:url(../img/bg_intro.png);
	margin-top:39px;
	font-size:12px;
	line-height:16px;
	color:#fff;
	overflow:hidden;
	float:left;
}
.col_wide { width: 500px!important }
#home_intro #languages {
	height:45px;
}

#home_intro p {
	text-align:justify;
}

#home_komlangs {
	float:left;
	margin:110px 0px 0px 10px;
	width:175px;
	height:175px;
	background:url(../img/sprite.png) -404px -887px no-repeat;
}
#home_komlangs a {
	height:160px;
	display:block;
	text-indent:-9999px;
}

#home_intro a.followus {
	background: url(../img/sprite.png) -0px -1055px no-repeat;
	width: 90px;
	height: 39px;
	float: left;
	text-indent: -9999px;
	display:block;
}
#home_intro a.button_wide {
	margin-top: 16px;
}

#category_intro {
	width:290px;
	/* Als meertalig dan wellicht beter de onderste padding 
	padding:15px 25px 25px 25px;*/
	padding:25px 25px 0px;
	background:url(../img/bg_cat_intro.png);
	margin-top:39px;
	font-size:12px;
	line-height:16px;
	color:#fff;
	overflow:hidden;
	float:left;
}

/* Header */

#header {
	overflow:hidden;
	height:70px;
	color:#464d50;
}

#header #user_info {
	width:650px;
	float:left;
}

#header #user_info ul {
	margin-top:30px;
}

#header #user_info ul li {
	float:left;
	padding-right:22px;
}

#header #user_info ul li strong {
	color:#787e80;
}

#header #user_info ul li a {
	color:#464d50;
	text-decoration:none;
}

#header input {
	width:146px;
	float:right;
	border:#d9d9d9 1px solid;
	padding:4px;
	margin-top:5px;
	background:url(../img/bg_search_input.gif) 130px 5px no-repeat;
}

/* Languages */

#header #languages {
	margin-top:10px;
	height:26px;
}
#languages {
	text-align:right;
	/* Hieronder weghalen voor taalkeuze */
	display:none;
}
#languages a {
	background:url(../img/sprite.png);
	width:30px;
	height:25px;
	float:right;
	margin-left:2px;
}
#languages a.lang_1_selected, #languages a:hover.lang_1 {
	background-position: -242px -131px;
}
#languages a.lang_1 {
	background-position: -276px -131px;
}
#languages a.lang_3_selected, #languages a:hover.lang_3 {
	background-position: -310px -131px;
}
#languages a.lang_3 {
	background-position: -345px -131px;
}

/* Pages */

#page h1, #page h2 {
	#background:url(../img/sprite.png);
	height:11px;
	#width:112px;
	display:block;
	text-indent:-9999px;
	margin:0px 0px 18px 0px;
	float:left;
}

#page #products {
	clear: both;
	overflow: hidden;
}
/* shop cat_id = 19 */
#page h1#heading_19_1, #page h2#heading_19_1 {	background-position: -250px -88px; }
#page h1#heading_19_3, #page h2#heading_19_3 {	background-position: -403px -88px; }

/* necklaces cat_id = 5 */
#page h1#heading_5_1, #page h2#heading_5_1 {	background-position: -250px -22px; }
#page h1#heading_5_3, #page h2#heading_5_3 {	background-position: -403px -22px; }

/* bracelets cat_id = 6 */
#page h1#heading_6_1, #page h2#heading_6_1 {	background-position: -250px -44px; }
#page h1#heading_6_3, #page h2#heading_6_3 {	background-position: -403px -44px; }

/* earrings cat_id = 7 */
#page h1#heading_7_1, #page h2#heading_7_1 {	background-position: -250px -66px; }
#page h1#heading_7_3, #page h2#heading_7_3 {	background-position: -403px -66px; }

#page #products div.item {
	width:156px;
	height:225px;
	float:left;
	margin: 0px 9px 12px 0px;
}
#page #products div.item a {
	color:#464d50;
}

#page #products div.item img {
	border:#d6d6d6 1px solid;
}

#page #products div.item h3 {
	color:#464d50;
	font-size:12px;
	margin:6px 0px 0px 16px;
}

#page #products div.item p {
	font-weight:bold;
	color:#787e80;
	margin:6px 0px 0px 16px;
}

#page #products div.item sup {
	font:Verdana, Arial, Helvetica, sans-serif;
	color:#006699;
}

#page #products div.last_item {
	margin-right:0px;
}

/* Product */

#page #pb-right-column {
	width:393px;
	float:left;
}

#page #pb-left-column {
	float:left;
	width:380px;
}

#pb-left-column h1 {
	text-indent:0px;
	height:auto;
	background:none;
	color:#464d50;
	font-size:14px;
	width:100%;
}

#pb-left-column p {
	font-size:11px;
	line-height:18px;
	font:13px/18px "Trebuchet MS", Tahoma, Verdana;
}

#pb-left-column p.price {
	font-size:13px;
	font-weight:bold;
}

#pb-left-column p.grey a {
	color:#a8a8a8;
	font-size:11px;
	padding:0;
	margin:0;
}

/* Color picker */
#color_picker {
	border:#d6d6d6 1px solid;
	padding:5px 10px;
	color:#a8a8a8;
	font-size:11px;
}

#color_picker p {
	padding:0;
	margin:0;
}

#color_to_pick_list li {
	display: inline;
	float: left;
	margin: 0 15px 6px 0;
}
#color_to_pick_list li.color_pick {
	border: 1px solid #474747;
}
#color_to_pick_list li.color_pick a {
	display: block;
	margin:1px;
	width: 30px;
	height: 30px;
	cursor: pointer;
}
a.color_pick:hover {
	border: 1px solid #000;
}

a#color_all {
	cursor:pointer;
}

/* Image */
#image-block{
	height:367px;
	width:367px;
}
#image-block img#bigpic{ 
	cursor:pointer;
	height:367px;
	width:367px;
	border:#d6d6d6 1px solid;
}

/* Views block */
#views_block{
	width:367px;
	border:#d6d6d6 1px solid;
	margin-top:12px;
	overflow:hidden;
}

#thumbs_list{
	overflow:hidden;
	float:left;
	width: 333px;
}
#thumbs_list ul{
	padding-left:0px;
	list-style-type:none;
	margin-top: 5px;
}
#thumbs_list li{
	float:left;
	cursor:pointer;
	width: 80px;
	height: 80px;
}
#view_scroll_left, #view_scroll_right{
	background: url('../img/thumbs_left.gif') no-repeat center;
	text-indent:-3000px;
	width:9px;
	height:18px;
	float:left;
	margin-top:30px;
	padding-right: 4px;
	padding-left: 4px;
}
#view_scroll_right{
	background-image: url('../img/thumbs_right.gif');
}
span.view_scroll_spacer{
	float: left;
	width: 17px;
	height: 80px;
}

/* Contentpage */
#content {
	width:500px;
	clear:both;
	min-height:400px;
	padding:15px 320px 30px 0px;
	border-top:#d6d6d6 1px solid;
	font:13px/18px "Trebuchet MS", Tahoma, Verdana;
}

#content_search {
	width:820px;
	margin-top:22px;
	min-height:400px;
	padding:15px 0px 30px 0px;
	border-top:#d6d6d6 1px solid;
	font:11px/18px Arial, Helvetica, sans-serif;
}

#content h1, 
#news_items h1 {
	background:none;
	height:auto;
	line-height:1.3em;
	text-indent:0px;
	width:100%;
	font:bold 14px Arial, Helvetica, sans-serif;
}

/* Newspage */
#news_items {
	width:100%;
	clear:both;
	padding:15px 0px 0px 0px;
	border-top:#d6d6d6 1px solid;
	font:12px/18px Arial, Helvetica, sans-serif;
	color:#010101;
}
#news_items li {
	float: left;
	width: 250px;
	text-align: center;
}
.news_item {
	width:850px;
	overflow:hidden;
	padding-bottom:20px;
}
.news_item a {	
	color:#4e5659;
}
.news_item p {
	padding:0;
	margin:0;
}
.news_item p span {
	padding:5px 0;
	margin:0;
	color:#98a8ae;
	font:italic 11px Arial, Helvetica, sans-serif;
}
.news_item h3 {
	color:#4e5659;
	margin:0;
	padding:0;
	font:bold 13px Arial, Helvetica, sans-serif;
}
.news_item h3 a {
	color:#4e5659;
	text-decoration:none;
}
.news_item_left {
	float:left;
	width:500px;
}

.news_item_right {
	float:left;
	width:300px;
}
.news_item_right img {
	float: right;
}

div#backtooverview_1 {
	background:url(../img/sprite.png) -250px -110px;
	width:150px;
	height:11px;
	float:left;
	margin-bottom:22px;
}
div#backtooverview_1 a {
	display:block;
	height:11px;
	text-indent:-9999px;
}
div#backtooverview_3 {
	background:url(../img/sprite.png) -403px -110px;
	width:150px;
	height:11px;
	float:left;
	margin-bottom:22px;
}
div#backtooverview_3 a {
	display:block;
	text-indent:-9999px;
	height:11px;
}

div#viewall_1 {
	background:url(../img/sprite.png) -403px -176px;
	width:150px;
	height:11px;
	float:left;
	margin-bottom:22px;
	margin-left:30px;
}
div#viewall_1 a {
	display:block;
	height:11px;
	text-indent:-9999px;
}
div#viewall_3 {
	background:url(../img/sprite.png) -403px -154px;
	width:150px;
	height:11px;
	float:left;
	margin-bottom:22px;
	margin-left:30px;
}
div#viewall_3 a {
	display:block;
	text-indent:-9999px;
	height:11px;
}

#bottom {
	height:248px;
	clear:both;
}

/* Footer */

#footer {
	height:198px;
	width:980px;
	margin:0 auto;
}

.footer_col {
	width:245px;
	float:left;
	margin:20px 0px;
	color:#9ba5ad;
	font-size:12px;
}

#footer h3 {
	background:url(../img/sprite.png);
	height:14px;
	width:125px;
	display:block;
	text-indent:-9999px;
	margin:0;
}

/* Footer h3 Engels */
#footer h3#new_1 {			background-position:0px -700px; }
#footer h3#necklaces_1 {	background-position:0px -724px; }
#footer h3#bracelets_1 {	background-position:0px -748px; }
#footer h3#earrings_1 {		background-position:0px -772px; }

/* Footer h3 Nederlands */
#footer h3#new_3 {			background-position:-250px -700px; }
#footer h3#necklaces_3 {	background-position:-250px -724px; }
#footer h3#bracelets_3 {	background-position:-250px -748px; }
#footer h3#earrings_3 {		background-position:-250px -772px; }

#footer ul {
	margin-top:10px;
}

#footer ul li {
	line-height:18px;
}

#footer a:link {
	color:#9ba5ad;
	text-decoration:none;
}
#footer a:hover, #footer a.active {
	color:#fff;
	text-decoration:none;
}

#copyright {
	border-top:#464d50 1px solid;
	height:44px;
	width:980px;
	margin:0 auto;
	color:#FFFFFF;
}

#copyright a {
	color:#FFFFFF;
	text-decoration:none;
}

#copyright ul {
	float:left;
	width:740px;
	list-style:none;
	margin-top:15px;
}

#copyright ul li {
	float:left;
	padding-right:19px;
	text-transform:lowercase;
}

#copyright ul li.copy {
	text-transform:none;
	padding-right:0px;
}

#copyright #payment_methods {
	width:216px;
	height:30px;
	margin-top:14px;
	float:right;
	background:url(../img/sprite.png) no-repeat;
}

#copyright #payment_methods a {
	height:30px;
	display:block;
}

/* Buttons */

input.button, span.button {
	background:url(../img/buttons.png) no-repeat;
	width:122px;
	border:0;
	height:25px;
	line-height:25px;
	cursor:pointer;
	text-indent:-9999px;
	color:#dcdcdc;
	display: block;
	float:left;
	margin-right:10px;
	margin-top:0px;
}

a.button {
	background:url(../img/buttons.png) no-repeat;
	width:122px;
	border:0;
	height:25px;
	line-height:25px;
	text-indent:-9999px;
	cursor:pointer;
	color:#dcdcdc;
	display: block;
	float:left;
	margin-right:10px;
	margin-top:0px;
}

input.button_black, span.button_black {
	background:url(../img/buttons.png) no-repeat;
	width:136px;
	border:0;
	height:25px;
	line-height:25px;
	cursor:pointer;
	text-indent:-9999px;
	color:#181818;
	padding-right:20px;
	display: block;
	float:left;
	margin-right:10px;
	margin-top:0px;
}

a.button_black {
	background:url(../img/buttons.png) no-repeat;
	width:136px;
	border:0;
	height:25px;
	line-height:25px;
	cursor:pointer;
	color:#181818;
	display: block;
	float:left;
	margin-right:10px;
	text-indent:-9999px;
	margin-top:0px;
}

.button_wide, span.button_wide {
	background:url(../img/buttons.png) no-repeat;
	width:195px;
	border:0;
	height:25px;
	line-height:25px;
	cursor:pointer;
	text-indent:-9999px;
	color:#dcdcdc;
	padding-right:20px;
	display: block;
	float:left;
	margin-right:10px;
	margin-top:0px;
}
a.button_wide {
	background:url(../img/buttons.png) no-repeat;
	width:175px;
	border:0;
	height:25px;
	line-height:25px;
	cursor:pointer;
	text-indent:-9999px;
	color:#dcdcdc;
	padding-right:20px;
	display: block;
	float:left;
	margin-right:10px;
	margin-top:0px;
}

/* Buttons Engels */
input.button_addtocart_1 {				background-position: 0px 0px; }
input:hover.button_addtocart_1 {		background-position: 0px -25px; }
input.button_createaccount_1 {			background-position: -258px -50px; }
input:hover.button_createaccount_1 {	background-position: -258px -75px; }
input.button_login_1 {					background-position: -136px -50px; }
input:hover.button_login_1 {			background-position: -136px -75px; }
input.button_register_1 {				background-position: -0px -50px; }
input:hover.button_register_1 {			background-position: -0px -75px; }
input.button_send_1 {					background-position: -136px -200px; }
input:hover.button_send_1 {				background-position: -136px -225px; }
input.button_next_1 {					background-position: -0px -200px; }
input:hover.button_next_1 {				background-position: -0px -225px; }
input.button_save_1 {					background-position: -136px -250px; }
input:hover.button_save_1 {				background-position: -136px -275px; }
input.button_confirmation_1 {			background-position: -258px -200px; }
input:hover.button_confirmation_1 {		background-position: -258px -225px; }
input.button_redeem_1 {					background-position: -0px -300px; }
input:hover.button_redeem_1 {			background-position: -0px -325px; }
a.button_save_1 {						background-position: -136px -250px; }
a:hover.button_save_1 {					background-position: -136px -275px; }
a.button_addtocart_1 {					background-position: 0px 0px; }
a:hover.button_addtocart_1 {			background-position: 0px -25px; }
a.button_sendtofriend_1 {				background-position: -136px -0px; }
a:hover.button_sendtofriend_1 {			background-position: -136px -25px; }
a.button_addaddress_1 {					background-position: -258px -100px; }
a:hover.button_addaddress_1 {			background-position: -258px -125px; }
a.button_previous_1 {					background-position: -0px -150px; }
a:hover.button_previous_1 {				background-position: -0px -175px; }
a.button_next_1 {						background-position: -0px -200px; }
a:hover.button_next_1 {					background-position: -0px -225px; }
a.button_continueshopping_1 {			background-position: -258px -150px; }
a:hover.button_continueshopping_1 {		background-position: -258px -175px; }
a.button_sendtofriend_1 {				background-position: -136px -0px; }
a:hover.button_sendtofriend_1 {			background-position: -136px -25px; }
a.button_wishlist_1 {					background-position: -258px -0px; }
a:hover.button_wishlist_1 {				background-position: -258px -25px; }
a.button_goback_1 {						background-position: -136px -300px; }
a:hover.button_goback_1 {				background-position: -136px -325px; }
a.button_startshopping_1 {				background-position: -258px -300px; float:right; margin-right:0; }
a:hover.button_startshopping_1 {		background-position: -258px -325px; float:right; margin-right:0; }

/* Buttons Nederlands */
input.button_addtocart_3 {				background-position: -453px 0px; }
input:hover.button_addtocart_3 {		background-position: -453px -25px; }
input.button_createaccount_3 {			background-position: -711px -50px; }
input:hover.button_createaccount_3 {	background-position: -711px -75px; }
input.button_login_3 {					background-position: -589px -50px; }
input:hover.button_login_3 {			background-position: -589px -75px; }
input.button_register_3 {				background-position: -453px -50px; }
input:hover.button_register_3 {			background-position: -453px -75px; }
input.button_send_3 {					background-position: -589px -200px; }
input:hover.button_send_3 {				background-position: -589px -225px; }
input.button_next_3 {					background-position: -453px -200px; }
input:hover.button_next_3 {				background-position: -453px -225px; }
input.button_save_3 {					background-position: -589px -250px; }
input:hover.button_save_3 {				background-position: -589px -275px; }
input.button_confirmation_3 {			background-position: -711px -200px; }
input:hover.button_confirmation_3 {		background-position: -711px -225px; }
input.button_redeem_3 {					background-position: -453px -300px; }
input:hover.button_redeem_3 {			background-position: -453px -325px; }
a.button_save_3 {						background-position: -589px -250px; }
a:hover.button_save_3 {					background-position: -589px -275px; }
a.button_addtocart_3 {					background-position: -453px 0px; }
a:hover.button_addtocart_3 {			background-position: -453px -25px; }
a.button_sendtofriend_3 {				background-position: -589px -0px; }
a:hover.button_sendtofriend_3 {			background-position: -589px -25px; }
a.button_addaddress_3 {					background-position: -711px -100px; }
a:hover.button_addaddress_3 {			background-position: -711px -125px; }
a.button_previous_3 {					background-position: -453px -150px; }
a:hover.button_previous_3 {				background-position: -453px -175px; }
a.button_next_3 {						background-position: -453px -200px; }
a:hover.button_next_3 {					background-position: -453px -225px; }
a.button_continueshopping_3 {			background-position: -711px -150px; }
a:hover.button_continueshopping_3 {		background-position: -711px -175px; }
a.button_sendtofriend_3 {				background-position: -589px -0px; }
a:hover.button_sendtofriend_3 {			background-position: -589px -25px; }
a.button_wishlist_3 {					background-position: -711px -0px; }
a:hover.button_wishlist_3 {				background-position: -711px -25px; }
a.button_goback_3 {						background-position: -589px -300px; }
a:hover.button_goback_3 {				background-position: -589px -325px; }
a.button_startshopping_3 {				background-position: -711px -300px; float:right; margin-right:0; }
a:hover.button_startshopping_3 {		background-position: -711px -325px; float:right; margin-right:0; }

a.ss_account,
a:hover.ss_account {
	float:none;
	margin-top:20px;
	margin-right:inherit;
}

/* Carroussel */
.js{overflow:hidden;zoom:1;}
.carousel,
.carousel .carousel-wrap{margin:0;border:0;zoom:1;}
.IE .js .carousel-wrap{display:inline;}
.carousel-control{overflow:hidden;display:inline-block; height:30px; line-height:30px;cursor:pointer;zoom:1;}
span.carousel-control { padding:3px; color:#787e80; font-size:12px; font-weight:bold; float:right; width:100px;}
.carousel-next{ }
.carousel-previous{ }
.carousel-control:hover{ color:#333;}
.disabled, .disabled:hover{-moz-opacity:.1;opacity:0.10;filter:alpha(opacity=10);cursor:default;}
.carousel ul{margin:0;overflow:hidden;padding:0;zoom:1;list-style:none;}
.carousel ul li{position:relative;width:816px;margin:0;list-style:none;}
.carousel ul li cite{position:absolute; bottom:0px; right:10px; line-height:19px; font-size:11px;}
.carousel ul li cite a img{vertical-align:middle;}
.carousel ul li cite a{color:#fff;text-decoration:none;}
div.center-wrap{overflow:hidden;clear:both;zoom:1; width:400px; float:left;}
div.center-wrap div{border:0;margin:9px 0;}
div.center-wrap a{margin:0 4px;padding:1px 6px;color:#464d50; border:0; background:none;cursor:pointer;}
div.center-wrap a.active{border:1px solid #d9d9d9;background:#fff;color:#787e80;-moz-border-radius:12px;webkit-border-radius:12px;border-radius:12px;font-weight:bold;}
.js ul{overflow:hidden;zoom:1;}
.js ul li{overflow:hidden;width:816px;height:474px;}
.js .carousel-wrap{width:816px;margin-bottom:0;zoom:1; border-bottom:#d9d9d9 1px solid;}







/* global RTE fields */

div.rte,
.mceContentBody {
	text-align:left;
	background:white;
	color:black;
}

div.rte html, div.rte div, div.rte span, div.rte applet, div.rte object, div.rte iframe,
div.rte h1, div.rte h2, div.rte h3, div.rte h4, div.rte h5, div.rte h6, div.rte p, div.rte blockquote, div.rte pre,
div.rte a, div.rte abbr, div.rte acronym, div.rte address, div.rte big, div.rte cite, div.rte code,
div.rte del, div.rte dfn, div.rte em, div.rte font, div.rte img, div.rte ins, div.rte kbd, div.rte q, div.rte s, div.rte samp,
div.rte small, div.rte strike, div.rte strong, div.rte sub, div.rte sup, div.rte tt, div.rte var,
div.rte dl, div.rte dt, div.rte dd, div.rte ol, div.rte ul, div.rte li,
div.rte fieldset, div.rte form, div.rte label, div.rte legend,
div.rte table, div.rte caption, div.rte tbody, div.rte tfoot, div.rte thead, div.rte tr, div.rte th, div.rte td,
.mceContentBody html, .mceContentBody div, .mceContentBody span, .mceContentBody applet, .mceContentBody object, .mceContentBody iframe,
.mceContentBody h1, .mceContentBody h2, .mceContentBody h3, .mceContentBody h4, .mceContentBody h5, .mceContentBody h6, .mceContentBody p, .mceContentBody blockquote, .mceContentBody pre,
.mceContentBody a, .mceContentBody abbr, .mceContentBody acronym, .mceContentBody address, .mceContentBody big, .mceContentBody cite, .mceContentBody code,
.mceContentBody del, .mceContentBody dfn, .mceContentBody em, .mceContentBody font, .mceContentBody img, .mceContentBody ins, .mceContentBody kbd, .mceContentBody q, .mceContentBody s, .mceContentBody samp,
.mceContentBody small, .mceContentBody strike, .mceContentBody strong, .mceContentBody sub, .mceContentBody sup, .mceContentBody tt, .mceContentBody var,
.mceContentBody dl, .mceContentBody dt, .mceContentBody dd, .mceContentBody ol, .mceContentBody ul, .mceContentBody li,
.mceContentBody fieldset, .mceContentBody form, .mceContentBody label, .mceContentBody legend,
.mceContentBody table, .mceContentBody caption, .mceContentBody tbody, .mceContentBody tfoot, .mceContentBody thead, .mceContentBody tr, .mceContentBody th, .mceContentBody td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
div.rte h1, div.rte h2, div.rte h3, div.rte h4, div.rte h5, div.rte h6,
.mceContentBody h1, .mceContentBody h2, .mceContentBody h3, .mceContentBody h4, .mceContentBody h5, .mceContentBody h6 {
	margin: 0.75em 0 0.3em 0;
	color: #374853;
}
div.rte h1,
.mceContentBody h1 {
	font-size: 25px;
	font-weight:bold;
}
div.rte h2,
.mceContentBody h2 {
	font-size: 20px;
	background:none;
	text-transform:none;
	height: auto;
}
div.rte h3, .mceContentBody h3 {font-size: 16px;}
div.rte h4, .mceContentBody h4 {font-size: 14px;}
div.rte h5,.mceContentBody h5 {font-size: 12px;}
div.rte h6, div.rte h6 {font-size:  8px;}

div.rte ol, .mceContentBody ul,
div.rte ol, .mceContentBody ul
 {
	padding-left: 2em;
}

div.rte ul, .mceContentBody ul{
	list-style-type:square;
	margin-left:10px;
}

div.rte strong, .mceContentBody strong {
	font-weight:bold;
}

div.rte em, .mceContentBody em {
	font-style:italic;
}

/* tables still need 'cellspacing="0"' in the markup */
div.rte table,.mceContentBody table {
	border-collapse: separate;
	border-spacing: 1px;
	width:auto;
}
div.rte caption, div.rte th, div.rte td, div.rte table,
.mceContentBody caption, .mceContentBody th, .mceContentBody td, .mceContentBody table {
	text-align: left;
	font-weight: normal;
	background:none;
	height:inherit;
	border:1px #e5e6e7 solid;
	text-align:center;
}

div.rte th,
.mceContentBody th {
	padding-left:1em;
	padding-right:1em;
	background:#e5e6e7;
}

div.rte p,
.mceContentBody p {
	margin:0.5em 0pt;
	padding-left:0.7em;
}

div.rte ol, .mceContentBody ol{
	list-style-type:decimal;
	margin-left:10px;
}
/* /global RTE fields */

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

/* global form style */
form.std {
	clear: both;
}
form.std h3 {
	color: #555;
	font-size: 1.3em;
	border-bottom: 1px solid #d0d1d5;
	padding: 0.5em 0px;
	margin: 0 0 0.5em 0;
}
form.std fieldset {
	border: 0px;
	margin-bottom: 1em;
	padding-bottom: 1em;
	padding:0;
}
form.std fieldset legend {
	padding: 0.3em 0.6em;
	margin: 1em 0 1em 0.5em;
	font-size: 1.6em;
	font-weight: 100;
	border-color: #d0d1d5;
	border-style: solid;
	border-width: 1px;
}
form.std h4, form.std p {
	padding: 0 0 0.3em 0;
	clear: both;
}
form.std label, form.std p span {
	float: left;
	text-align: left;
	width: 30%;
}
form.std p span.like_input {
	width: auto;
}
input, textarea, select, span.editable {
	font: 13px "Trebuchet MS", Tahoma, Verdana;
	vertical-align: top;
	outline: none;
}

input, textarea, select {
	border: 1px solid #d9d9d9;
	color:#787e80;
	font: 13px "Trebuchet MS", Tahoma, Verdana;
}

input.text {
	height:18px;
	padding-left:2px;
	padding-right:2px;
}
.checkbox input, .radio input {
	border: none;
}
form.std .checkbox label, form.std .radio label, form.std span.form_info {
	margin: 0;
	float: none;
	text-align: left;
	cursor:pointer;
}
.required sup {
	color: #da0f00;
	font-size:16px;
	font-weight:bold
}
form.std p.checkbox {
	padding-left: 30%;
}
form.std p.submit {
	padding-left:31%!important;
	margin-bottom: 1.5em;
}

#center_column form.std p.submit2 {
	padding-left:170px;
	margin-bottom: 1.5em;
}

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

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

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

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

/* errors */
.error {
	width: 90%;
	color: #da0f00;
}
.error p { font-weight: bold; }
.error li {
	list-style-position: inside;
	list-style-type: decimal-leading-zero;
	padding-left: 0;
}

/* warning */
.warning {
	color: black;
	font-size: 1.2em;
	font-weight: bold;
}
.warning_inline {
	color:#da0f00;
	font-weight:bold;
}

/* success */
.success {
	color: green;
	font-weight: bold;
}
.success_inline {
	color:green;
	font-weight:bold;
}

/* breadcrumb.tpl */
.breadcrumb {
	font-size: 9px;
	color:#888;
	margin-bottom:8px;
}
.breadcrumb .navigation-pipe {
	padding: 0 0.6em;
}
.breadcrumb a {
	text-decoration: none;
	color:#5d717e;
}
.breadcrumb a:hover {
	text-decoration: underline;
}

/* product-sort.tpl */
form#productsSortForm p{
	height: 1em;
	margin: 0.5em 0 0 0;
}
form#productsSortForm p label, form#productsSortForm p select{ float:right; }
form#productsSortForm p select{ font-size: 11px; }

/* Default block style */
div.block {
	margin-bottom: 1em;
	width: 100%;
}
#left_column div.block, #right_column div.block {
	padding-bottom: 6px;
}
div.block h4 {
	font:bold 14px Arial, Helvetica, sans-serif;
	border-bottom:1px solid #595A5E;
	line-height:1.3em;
	color: #000;
	height: 19px;
}
div.block h4 a { color: white; }
div.block ul { list-style-type: none; }
div.block ul.tree li { padding-left:1.5em; background: transparent url('../img/bullet.gif') no-repeat 0.6em 0.5em; }
div.block a:hover { text-decoration: underline; }
#left_column div.block .block_content a.button_large, #right_column div.block .block_content a.button_large { margin:0 0 0 -3px; }
div.block .block_content {
	padding:0.5em 0px 0pt;
	min-height:20px;
}
div.block li {
	padding: 0.2em 0 0.2em 0em;
	list-style-position: outside;
}
div.block a {
	color: white;
	text-decoration: none;
}

/* block exclusive */
#left_column div.exclusive, #right_column div.exclusive {
}
div.exclusive h4 {
	color: black;
}
div.exclusive h4 a { color: black; }
div.exclusive li { margin-top: 0; }
div.exclusive, div.exclusive a { color: black; }
div.exclusive .block_content {
	background: #efefef;
}

/* block myaccount */
#col_left div.myaccount { margin-left:3px; }
div.myaccount h4#heading_1 { background:url(../img/sprite.png) -0px -674px no-repeat; text-indent:-9999px; height:14px; }
div.myaccount h4#heading_3 { background:url(../img/sprite.png) -250px -674px no-repeat; text-indent:-9999px; height:14px; }
div.myaccount h4 a, div.myaccount h4 { color: #000; }
div.myaccount, div.myaccount a { color: #111; }
div.myaccount ul.bullet { margin-top: 0.6em; }
div.myaccount ul.bullet li { background-image: url('../img/bullet_myaccount.gif'); text-indent:0px; }
#col_left ul.bullet li a { background:none; text-indent:0px; height:14px; line-height:16px; font-size:11px; }
div.myaccount ul.bullet .icon { display: none; }
div.myaccount p.logout { padding: 0.3em 0 0.3em 1em; }
div.myaccount p.logout, div.myaccount p.logout a { color: #000; }
div.myaccount p.logout a { font-weight:bold; }
div.myaccount p.logout a:hover { text-decoration: underline; }

.account_input {
	margin-left: 0px;
	width:15em;
}

/* block in the center column */
#center_column p { margin: 0.5em 0; padding-left:0.7em;}
#center_column div.block { width: 536px; margin:auto;}
#center_column div.block h4 {
	height: 17px;
	color: black;
}

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

#center_column #featured-products_block_center { background:url(../img/bg_featured_home.gif) bottom no-repeat; padding-bottom:6px;}

/* Special style for block products in center column */
#center_column .products_block { border: none; }
#center_column .products_block  { color: #595a5e; }
#center_column .products_block h4 { line-height: 1.3em; }
#center_column .products_block .block_content {
	background:#FFFFFF;
	padding:0pt;
	border-left:#003152 1px solid;
	border-right:#003152 1px solid;
	overflow:hidden;
}
#center_column .products_block ul li:hover { background-color: #efefef; }
#center_column .products_block ul li {
	border-right: 1px solid #c2ced6;
	background:#FFFFFF;
	float: left;
	clear: none;
	width:132px;
/*	height:375px;*/

	padding: 0;
	margin-top:0;
}

#center_column .products_block ul .product_accessories_description  {
	margin:0;
	padding:0;
}
#center_column .products_block ul .product_accessories_description .product_accessories_price{
	margin-top:75px !important;
	margin-top:0px;
}
#center_column .products_block ul .product_accessories_description {
	margin:0;
	padding:0;
	height:280px;
}
/*#center_column .products_block li.last_item { float:none; clear:both; }*/
#center_column .products_block li.last_item_of_line { border-right:none; }
#center_column .products_block li.first_item_of_line { clear:both; }
#center_column .products_block li.last_line { border-bottom:none; }
#center_column .products_block p, #center_column .products_block h5 { margin: 0 0.1em 0 0.1em; padding:0; }
#center_column div.products_block h5 {
	color: #003152;
	display: block;
	height:45px;
}
#center_column div.products_block h5 a {
	color: #003152;
	font-size:1.1em;
}
#center_column div.products_block ul li p {
	margin:0;
	padding:0;
}
#center_column div.products_block p.product_desc {
	height:11em;
	color: #003152;
}
#center_column div.products_block a.product_image {
	display: block;
	background-color: transparent;
	width: 129px;
	height: 129px;
	margin-left:2px;
}
#center_column div.products_block .product_accessories_description a.product_image {
	width: 118px;
	height: 85px;
}
#center_column div.products_block a.product_description {
	display: block;
	width: 118px;
	height: 50px;
	margin-left:2px;	
}

#center_column div.products_block a.product_image img{
	float:none;
	margin:0;
}
#center_column div.products_block p.product_desc, #center_column div.products_block h5 {
	margin-left:0.5em;
	margin-right:0.5em;
}
#center_column div.products_block ul li p.product_desc a { font-weight:normal; color:#003152; text-decoration:none; }
#center_column div.products_block ul li p.product_desc a:hover { font-weight:normal; color:#003152; text-decoration:none; }
#center_column .products_block span.price {
	padding: 0.5em 0;
	margin-left:0.5em;
	margin-right:0.5em;
	/*display: block;*/
}
p.price_container {
	text-align: left;
}
#center_column .products_block .featured_price { 
	margin-top:2.5em;
}
#center_column .products_block a.button, #center_column .products_block a.exclusive, #center_column .products_block span.exclusive {
	margin: 0.5em auto;
}

/* Special style for block accessories in center column (product page) */
#center_column .products_block.accessories_block .block_content{ background:none; }
#center_column div.products_block.accessories_block p.product_desc { height:6.5em; }
#center_column .products_block.accessories_block .block_content li{ background:none;  }
#center_column .products_block.accessories_block .block_content li a.product_image, #center_column .products_block.accessories_block .block_content li a.product_description { border-right:1px solid #d0d3d8; font-weight:bolder; }
#center_column .products_block.accessories_block .block_content li.last_item a.product_image{ border:none; }

ul.footer_links {
	clear:both;
}

ul.footer_links li {
	display:inline;
	padding: 0px 10px;
	background:url(../img/bullet_myaccount.gif) 0px 3px no-repeat;
}

/* Block tags */
div.tags_block .block_content {
	padding: 0.2em 0.6em;
}
div.tags_block p {
	text-align: justify;
	font-size:0.9em;
}
div.tags_block p a {
	margin: 0 0.1em;
	line-height: 1.5em;
}
div.tags_block p a:hover {
	color:white!important;
	background-color:#5D717E;
	text-decoration:none;
}
a.tag_level3 { font-size: 1.8em; font-weight:bold;}
a.tag_level2 { font-size: 1.4em;}
a.tag_level1 { font-size: 1em; color:#888!important;}

/* Block manufacturer */
.blockmanufacturer ul, .blocksupplier ul {
	padding-bottom: 0.6em;
}
.blockmanufacturer select, .blocksupplier select, .blocksupplier select, .blockcurrencies select {
	width: 100%;
	margin: 0;
}

/* Block specials */
.blockspecials ul {
	height: 8em;
}
.blockspecials li {
	float: left;
	clear: none;
	width: 48%;
}

.blockspecials p.product_image {
	margin-right: 0.3em;
}
.blockspecials p {
	padding: 0.3em 0 0 0;
	margin: 0;
	text-align: center;
	clear: both;
}
.blockspecials p a {
	margin: 0 auto;
}

/* Block Viewed Products */
div#viewed-products_block_left div.block_content ul.products li { height:85px; color:#FFFFFF; }
div#viewed-products_block_left div.block_content ul.products li img { margin-right:7px; }

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

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

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

/* Block editorial */
.editorial_block { margin: 0px 13px 2em 13px; width:530px; }
.editorial_block .rte{
	background:transparent none repeat scroll 0 0;
}
.editorial_block h2 {
	background: none;
	padding: 0;
	margin-bottom: 1em;
}
.editorial_block p { text-align: justify; padding-top: 0.4em;}

#editorial_block_center p { padding-left:0px; }

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

/* Block new products */
#new-products_block_right dt a { font-size:11px; font-weight:bold; }
#new-products_block_right dt a:hover { text-decoration:none; }
#new-products_block_right dt { border-top:#12405e 1px solid; }
#new-products_block_right dd { border-bottom:#00233a 1px solid; }
#new-products_block_right dd a:hover { text-decoration:none; }

/* Block categories */
div#col_left ul.tree { padding-left:0px; }

div#col_left ul.tree li {
	border:none;
	padding-left:15px;
	background: none;
	margin-left:0;
	font-size:12px;
}
div#col_left ul.tree li ul li{
	padding-left:15px;
	background:none;
	font-size:11px;
	font-weight:normal;
}
div#col_left ul.tree li ul li ul li{
	padding-left:15px;
	font-size:10px;
}
div#col_left ul.tree a{
	padding-left:0;
	color:#4f5659;
}
div#col_left ul.tree ul a { color:#000; }
div#col_left ul.tree a:hover{
	text-decoration:none;
}
div#col_left ul.tree a.selected{
	color: #4f5659;
	font-weight: bold;
}
div#col_left span.grower{
	display:block;
	float:left;
	background-position: 0px 3px;
	background-repeat: no-repeat;
	width:9px;
	height:19px;
	margin: 0 0 0 -10px!important;
	margin: 0 0 0 -6px;
	padding: 0;
}
div#col_left span.OPEN { background-image: url('../img/icon/less.gif'); }
div#col_left span.CLOSE{ background-image: url('../img/icon/more.gif'); }


/* steps (like order step) */
ul.step {
	background: transparent url('../img/step_start.gif') no-repeat bottom left;
	list-style: none;
	margin:0.8em 0px 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; }
ul#order_step {
	background-color: white;
}

/* Special style for block cart*/
#cart_block .block_content { padding: 0.6em; }
#cart_block h4 { background-image: url('../img/block_header_exclusive_cart.gif'); }
#cart_block h4 span{
	text-transform:none;
	font-size:0.8em;
	cursor:pointer;
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:10px;
}
#cart_block h4 span#block_cart_collapse{ background-image: url('../img/icon/sort_asc_white.gif'); }
#cart_block h4 span#block_cart_expand{ background-image: url('../img/icon/sort_desc_white.gif'); }
#cart_block #cart_block_no_products{ margin: 0.5em 0; }
#cart_block dl dt a, #cart_block dl dt span.quantity-formated {
	float: left;
}
#cart_block dl {
	font-size: 0.9em;
}

#cart_block dt{
	padding-top:0.4em;
	height:1.2em;
}
#cart_block dl span.quantity-formated{ padding-right:0.3em; }
#cart_block dt, #cart_block dd{
	clear: both;
	margin-top:0.2em;
}

#cart_block dt {
width: 175px;
}

#cart_block dd {
width: 155px;
}

#cart_block dd{ margin-left:1em; margin-right:1em; font-style:italic;}
#cart_block dl dt a { font-weight: bold; }
#cart_block a.ajax_cart_block_remove_link {
	width:11px;
	height:13px;
	margin-left:4px;
	float:right;
	font-size:0;
	display:block;
	background: transparent url('../img/icon/delete.gif') no-repeat left bottom;
}
#cart_block a.ajax_cart_block_remove_link:hover { text-decoration:none; }
#cart_block p { clear: both; }
#cart_block p span {
	clear: right;
	float: left;
	text-align: right;
}
#cart_block li { clear: both; }
#cart_block span.price {
	color: white;
	float: right;
}
#cart_block dl span.price {
	font-weight: normal;
	color: white;
	float: right;
}
#cart_block_wrapping_cost, #cart_block_shipping_cost , #cart_block_total{ padding-right:1.3em; }
#cart_block table#vouchers {
	margin-top:0.5em;
	border-top:1px solid white;
	height: 3em;
	padding-top:0.4em;
	margin-bottom:0.5em;
	clear:both;
}

 #cart_block p#cart-prices {
	margin-top:0.5em;
	border-top:1px solid white;
	height: 4em;
	padding-top:0.4em;
	margin-bottom:0.5em;
	clear:both;
}

#cart_block table#vouchers td {
	padding:0;
	border:0;
	height:1.5em;
}

#cart_block table#vouchers td.price {
	color:white;
	font-size:1em;
	font-weight:normal;
	width:37%;
	text-align:right;
}
#cart_block table#vouchers td.delete {
	width:9%;
	text-align:right;
}

#cart_block table#vouchers td.delete img{
	margin:0;
}

#cart_block p#cart-buttons {
	height: 5.0em;
    width: 180px;
}
#cart_block p#cart-buttons a { /*float: left;*/ width: 120px; }
#cart_block p#cart-buttons a#button_order_cart { /*float: right;*/ }

#cart_block .cart_block_customizations {
	margin-left: 6px;
	list-style-type: square;
}

#cart_block #cart-price-precisions {
	margin-top:0.5em;
	padding-top: 0.4em;
	border-top:1px solid white;
	font-size: 0.9em;
	height: 2em;
}

/* authentication.tpl */
#authentication #create-account_form, #authentication #login_form {
	width: 49%;
	height: 25em;
	clear: none;
	float: left;
}
#authentication #create-account_form h4 {
	height: 3.4em;
	padding:0.3em 0px 0 0px;
}

#authentication #create-account_form p.text, #authentication #login_form p.text{
	height: 3.4em;
	padding-left:0;
	padding-right:0;
}

#authentication #login_form a{ color:#374853; }
#authentication #create-account_form { margin-right: 7px; }
#authentication #create-account_form p.text {
text-align:left;
width:100px;
}
#authentication #create-account_form p.text label{
	width:100px;
}
#authentication input#SubmitCreate, #authentication input#SubmitLogin{ margin:0; }
#authentication p.submit {
	margin-right: 0;
	text-align:left;
	padding-left:17% !important;
}

#authentication #create-account_form fieldset, #authentication #login_form fieldset {
	height:18em;
}
#authentication p.submit span { padding-right:0.5em; }
#authentication #create-account_form label, #authentication #login_form label {
	float: none;
	clear: both;
	display: block;
	text-align: left;
	width: 100%;
	margin-bottom: 0.3em;
}
form#account-creation_form input.text, form#account-creation_form #id_country, form#account-creation_form #id_state, #authentication textarea { width:17em; }

body#authentication #content {
	width: 100%!important;
	padding: 15px 0px 30px 0!important;
}
fieldset.account_creation {
	float: left;
	width: 375px;
	margin-right: 20px;
}

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

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

/* category.tpl */
h2.category_title { font-size: 1.3em; }
body#category-all #subcategories h3 { 
	padding: 10px 0px 0px 15px;
	background: url(../img/bg_cat_h3.png) bottom repeat-x;
	position: absolute;
	z-index: 100;
	top: 80px;
	left: 0px;
	width: 275px;
}
body#category-all #subcategories li {
	margin-right: 10px;
	width: 290px;
	height: 120px;
	margin-bottom: 15px;
	background-repeat: no-repeat;
	background-position: bottom left;
	position:relative;
	float: left;
} 
body#category-all #subcategories a.thumb, body#category-all #subcategories .thumb span { display: block; height: 120px; cursor: pointer; }
body#category-all #subcategories a.thumb:hover {
}
body#category-all #subcategories span {
	overflow: hidden;
	display: block;
}
	  
div.cat_desc { margin:0 1em; }

/* product-list.tpl */
ul#product_list{ margin-top: 2em; list-style-type: none; }
ul#product_list li {
	border: solid 1px #ececec;
	padding: 6px;
	height: 130px;
	clear: both;
	margin-bottom: 0.3em;
}
ul#product_list li a {
	text-decoration:none;
	color:#374853;
}

ul#product_list a.product_img_link{
	border: 0;
	float:left;
	margin-right:0.6em;
}

ul#product_list a.product_img_link img{
	vertical-align:bottom;
}
ul#product_list li h3{ margin:0.4em 0; }
ul#product_list li .new{
	background:transparent url(../img/flag_new_bg.jpg) repeat-x scroll 0%;
	border:1px solid #488C40;
	color:white;
	font-size:0.6em;
	font-weight:bold;
	margin:0pt 1em 0pt 0pt;
	padding:0pt 0.4em;
	text-transform:uppercase;
	vertical-align:0.3em;
}
ul#product_list li p.product_desc{ font-size:11px; }
ul#product_list li div.center_block{
	float:left;
	width:74%;
}
ul#product_list li div.right_block{
	float:left;
	width: 11em;
	text-align:right;
	margin-left:1em;
	margin-top:0;
}
ul#product_list li .discount{
	color:#da0f00;
	text-transform:uppercase;
	font-weight:bold;
	display: block;
}
ul#product_list li .on_sale{
	color:#da0f00;
	text-transform:uppercase;
	font-weight:bold;
	display: block;
}
ul#product_list li .reduction {
	display: block;
	margin-bottom: 0.3em;
}
ul#product_list li .price{
	display: block;
	font-size: 12px;
	color:#d90014;
	margin-bottom: 0.2em;
}
ul#product_list li span.availability{
	float: right;
	color:#488c40;
	font-size:0.9em;
}
ul#product_list li a.button{ margin-top:0.5em; }

/* collection */
ul#product_collection_list li {
	width: 150px;
	float: left;
	margin: 5px;
	text-align: center;
	font-size: 11px;
}
ul#product_collection_list a {
	height: 130px;
	padding: 5px;
	display: block;
	border: #fff 1px solid;
}
ul#product_collection_list a:hover {
	border: #efefef 1px solid;
}
ul#product_collection_list a:hover {
	color: #000;
}

/* shopping cart */
table.cart_last_product {
	width:300px;
}

table.cart_last_product_content {
	margin:5px 0px 10px 0px;
}

p.cart_navigation {
	clear:both;
	padding: 1em 0!important;
}
p.cart_navigation .button, p.cart_navigation .button_large {
	float: left;
}
p.cart_navigation .exclusive, p.cart_navigation .exclusive_large {
	float: right;
}
p.cart_navigation_extra {
	text-align:center;
	width:auto;
}
form.std p.cart_navigation span {
	float:none;
	text-align:left;
	width:auto;
}
#cart_summary tfoot tr td {
	border-top: none;
	line-height: 1.5em;
}
#cart_summary tfoot tr.cart_total_product td {
	border-top: 1px solid #EEE;
}
#cart_summary tfoot tr.cart_total_price td {
	border-bottom: 1px solid #EEE;
}
#cart_summary .price, #cart_summary .price-discount {
	color: #595A5E;
	font-size: 1em;
	text-decoration: none;
}
tr.cart_item td { padding: 0.5em 0; }
td.cart_product a { margin: 0 0.6em; }
td.cart_product a img { border: 1px solid #fff; }
td.cart_product a:hover img { border: 1px solid #EEE; }
td.cart_description a { text-decoration: none; }
td.cart_description a:hover { text-decoration: underline; }
td.cart_description h5 { margin:0; padding:0; font-size:13px;}
td.cart_description h5 a, td.cart_ref, td.cart_total { color: #595a5e; }
td.cart_unit, td.cart_total, td.cart_discount_price { text-align: right; }
td.cart_availability, td.cart_ref { text-align: center; }
td.cart_total .price { font-weight: bold; }
tr.cart_item td.cart_unit { padding-right: 1em; }

td.cart_quantity {
	width: 5.5em;
	text-align: right;
}
td.cart_quantity p, td.cart_quantity a {
	float: left;
	display: inline;
}
td.cart_quantity p {
	padding-right: 0.3em;
}
td.cart_quantity .icon {
	margin-top: 0.6em;
}
td.cart_quantity a.cart_quantity_up, td.cart_quantity a.cart_quantity_down {
	display: block;
}

tr.cart_free_shipping {
	white-space: normal;
}

#order tfoot p {
	margin: 0;
	float: left;
	width: 85%;
}
#order tfoot span {
	float: right;
	width: 15%;
	display: block;
}
tr.cart_total_price { font-weight: bold; }
#order form#voucher fieldset {
	border:0;
}
#order form#voucher p {
	display: inline;
	padding: 10px 0px 0px 0px;
}
#order form#voucher h4, #order form#voucher h5 {
	display:block;
	padding: 10px 0px 0px 0px;
}
#order form#voucher h4 {
	float: left;
	line-height: 1em;
	padding:0;
	margin: 7px 6em 0px 0px;
}
#order form#voucher label,
#order form#voucher input {
	float:left;
	margin-right:10px;
}
#order #order_carrier {
	clear: both;
	margin-top: 1em;
	border: 1px solid #bdc2c9;
	padding: 0.5em;
}
#order #order_carrier h4 {
	width: 50%;
	display: inline;
}
#order #order_carrier img {
	vertical-align: middle;
}
#order #order_carrier span {
	margin: 0 0.2em;
}

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

/* contact-form.tpl */
body#contact-form div#center_column form input#email, body#contact-form div#center_column form select#id_contact, body#contact-form div#center_column form textarea#message{
	width: 50%;
}

form.std p.desc_contact span.like_input {
	width: 366px;
	text-align: left;
}

/* history.tpl*/

#block-history { color:#374853; }
.color-myaccount{ color: #333; }
#block-history table#order-list {
	border:none;
}
#block-history table#order-list thead th {
	background:#333333;
}
#block-history table#order-list thead th {
	color:white;
}
#block-history table#order-list tbody tr td {
	background-color:white;
}
#block-history table#order-list td.history_link {
	white-space: nowrap;
	text-align: right;
}
#block-history #block-order-detail {
	border-top:1px #CCC solid;
	border-bottom:1px #CCC solid;
	padding:0.5em;
}
#block-history #block-order-detail p {
	padding-left :0;
	padding-right :0;
}
#order-detail-content {
	clear:both;
	margin-top:1.5em;
}

#order-detail-content tbody tr{
	height:3em;
}

#order-detail-content tfoot td{
	border:none;
}

#order-detail-content table td input.order_qte_input{
	display:none;
}

#order-detail-content table td.order_cb input{
	border: none;
}
#order-detail-content table td span.order_qte_span{
	width: 100%;
	display:block;
}
#block-history #block-order-detail h4{ font-size:1.4em; }

#block-history #block-order-detail #sendOrderMessage p{
	padding:0pt 4px 0pt 1px;
}

#block-history #block-order-detail textarea{
	margin:0 auto;
	width:100%;
}

#ordermsg textarea{
	margin:0;
	padding:0;
	width:528px;
	
}

#pb-left-column #color_picker p {
	margin-bottom: 0.4em;
	padding: 0;
}
#pb-left-column #color_picker {
	padding: 0.6em 0.9em 0.4em 0.9em;
	border: 1px #d0d3d8 solid;
	margin:1.5em 0;
}
#pb-left-column #color_to_pick_list {

}
#pb-left-column #color_to_pick_list li {
	display: inline;
	float: left;
	padding: 1px;
	border: 1px solid #d9d9d9;
}
#pb-left-column #color_to_pick_list li:hover {
	border: 1px solid #000;
}
#pb-left-column a.color_pick {
	display: block;
	width: 30px;
	height: 30px;
	cursor: pointer;
	border: 1px solid #fff;
}

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

/* product.tpl */
#pb-left-column #pb-right-column{
	width:310px;
	float:left;
}
#pb-left-column #image-block{
	height:369px;
	width:369px;
}
#pb-left-column #image-block img#bigpic{ 
	cursor:pointer; 
	height:367px;
	width:367px;
    border:#d0d1d5 solid 1px;
}
#pb-left-column ul#usefull_link_block{
	list-style-type:none;
	margin-top:1em;
}
#pb-left-column ul#usefull_link_block li{ margin:0.5em 1em 0.5em 0; display: block; }
#pb-left-column ul#usefull_link_block li a, #pb-left-column ul#usefull_link_block span.span_link, #pb-left-column ul#usefull_link_block span.span_link:hover{
	text-decoration:none;
	color:#76839b;
	font-size:0.9em;
	background: white url('../img/bullet_alt.jpg') no-repeat top left;
	padding-left:15px;
	height:15px;
}
#pb-left-column #pb-left-column{
	float:left;
	margin-left:1.1em;
	width:233px;
}
#pb-left-column #image-block img#bigpic.jqzoom{
cursor:crosshair;
position:relative;
}

#pb-left-column p.buttons_bottom_block{ padding-top:5px; clear:both; display:block; height:30px; }
#pb-left-column p.buttons_bottom_block a, #pb-left-column p.buttons_bottom_block input { margin-top:0; }
#pb-left-column #short_description_content{
	margin-bottom:0.5em;
}
#pb-left-column form#buy_block{
}
#pb-left-column #product_height {
	overflow:hidden;
}
#pb-left-column form#buy_block p{
	padding:0;
	margin-top:0;
}
#pb-left-column img.on_sale_img{
	float:left;
}
#pb-left-column span.on_sale{
	color:#da0f00;
	text-transform:uppercase;
	font-weight:bold;
	float:left;
}
#pb-left-column span.discount{
	color:#da0f00;
	text-transform:uppercase;
	font-weight:bold;
	float:left;
}
#pb-left-column span.our_price_display{
	float:left;
}
#pb-left-column span#availability_label{
	float:left;
	margin-right:1em;
}
#pb-left-column span.warning-inline { color: #cc0000; font-weight: bold; }
#pb-left-column label{
	text-align:left;
}
#pb-left-column label,#primary_block form#buy_block select{
	display:block;
	width:100px;
	float:left;
}
#pb-left-column div#attributes p, #quantity_wanted_p{
	clear: left;
	height:2em;
	margin-bottom:10px;
}
#pb-left-column div#attributes select {
	width:200px;
	padding:3px;
	border:#d9d9d9 1px solid;
}
#pb-left-column div#attributes input {
	padding:3px;
	border:#d9d9d9 1px solid;
}
/* prices */
#pb-left-column p.price{
	font-size:1.05em;
}
#pb-left-column span#pretaxe_price{
	font-size:0.75em;
}
#pb-left-column p#old_price{
	font-size:0.8em;
	text-decoration:line-through;
}
#pb-left-column p#reduction_percent{
	color:#da0f00;
	font-size:0.75em;
}
#pb-left-column p.price-ecotax{
	font-size:0.75em;
}
#pb-left-column .relatedproducts{
	float:left;
	width:80px;
	margin-right: 10px;
	text-align:center;
}
/* manufacturers-list.tpl && suppliers-list.tpl */
ul#manufacturers_list, ul#suppliers_list {
	margin-top:2em;
	list-style-type:none;
}
ul#suppliers_list li, ul#manufacturers_list li {
	background: #d0d3d8 url('../img/block_category_item_bg.jpg') repeat-x;
	border: solid 1px #d0d3d8;
	padding:0.6em;
	margin-bottom:1.5em;
}
ul#suppliers_list li a, ul#manufacturers_list li a{
	text-decoration:none;
	color:#374853;
}
ul#suppliers_list li h3, ul#manufacturers_list li h3{ margin:0.4em 0; }
ul#suppliers_list .left_side, ul#manufacturers_list .left_side{
	float:left;
	width:75%;
}
ul#suppliers_list .logo, ul#manufacturers_list .logo{
	border: solid 1px #d0d3d8;
	float:left;
	margin-right:0.6em;
}
ul#suppliers_list li p.description, ul#manufacturers_list li p.description{ font-size:0.92em; }
ul#suppliers_list li .right_side, ul#manufacturers_list li .right_side {
	float:right;
	text-align:right;
}
ul#suppliers_list .right_side span, ul#manufacturers_list .right_side span{
	font-size:1.7em;
	color:#da0f00;
}
ul#suppliers_list li a.button, ul#manufacturers_list li a.button{ margin-top: 4em; }

/* category.tpl */

#category img#categoryImage {
	margin-top:1em;
}

/* category.tpl */

/* adresses */
div.addresses {
	position:relative;
	width:544px;
}
div.addresses h3 { margin: 0; }
div.addresses p.checkbox input{
	margin-top:0!important;
	margin-top:-3px;
}
ul.address {
	background-color:white;
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-left:0.25em;
	padding-bottom:0.6em;
	margin-bottom:1em;
	position:relative;
	width:260px;
}

ul.address li {
	padding-left: 1.4em;
	margin-top: 0.6em;
}
li.address_title {
	margin-top: 0!important;
	background-color: #d0d1d5;
	color: white;
	font-weight: bold;
	height: 21px;
	font-size: 1.2em;
	line-height: 1.5em;
}
ul.item li.address_title { }
ul.alternate_item li.address_title { }
li.address_name, li.address_update a, li.address_delete a { color: #4e5659; }
li.address_name, li.address_company { font-weight: bold; }
li.address_update, li.address_delete {
	background: transparent url('../img/bullet_myaccount.gif') no-repeat 0 0.5em!important;
	background: transparent url('../img/bullet_myaccount.gif') no-repeat 0 0.4em;
	margin-left: 1.4em;
}
.address_add { padding: 1em 0; }

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

/* conditions.tpl */
#conditions #right_column { display: none; }
#conditions h2 { }
#conditions #center_column {
	width: 730px;
	text-align: justify;
}
#conditions #center_column ul, #conditions #center_column ol {
	margin-left: 2em;
	padding: 0.6em;
}
#conditions #center_column ul { list-style-type: circle; }
#conditions #center_column li { padding-bottom: 0.5em; }
#conditions #center_column { line-height: 1.3em; }

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

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

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

/* Customizable product */
#customization_block {
	width: 556px;
}

.customization_block_title {
	margin: 4px 4px 4px 2px;
}

#customization_block ul {
	margin: 6px 6px 0px 6px;
}

.customization_block_input {
	vertical-align: inherit;
}

img.customization_delete_icon {
	margin: 2px;
}

li.customizationUploadLine {
	clear: left;
	padding: 4px;
	display: block;
}

div.customizationUploadBrowse {
	float: left;
}

div.customizationUploadBrowseDescription {
	padding: 6px;
}

img.customizationUploaded {
	margin: 2px;
	border: 1px solid #888888;
}

ul.customizationUploaded {
	list-style-type: none;
	margin-left: 4px;
}

ul.customizationUploaded li {
	display: inline;
}

ul.customizationUploaded a {
	text-decoration: none;
}

div.customizationUploaded {
	clear: left;
}

div.deletePictureUploaded {
	float: right;
}

div.deleteCustomizableProduct {
	float: right;
}

ul.typedText {
	padding-left: 6px;
	list-style-type: none;
}

/* category Products block */
#productscategory{
	margin:2em auto 0pt;
	height:120px;
	width:100%;
}

#productscategory_noscroll{
	margin:2em auto 0pt;
	height:120px;
	width:100%;
}

#productscategory_list{
	overflow:hidden;
	float:left;
	width:96%;
}
#productscategory_list ul{
	padding-left:0px;
	list-style-type:none;
}
#productscategory_list li{
	float:left;
	margin:0 3px;
	cursor:pointer;
	text-align:center;
	width:100px;
	overflow:hidden;
}
#productscategory_scroll_left, #productscategory_scroll_right{
	background: url('../img/thumbs_left.gif') no-repeat center;
	text-indent:-3000px;
	display:block;
	width:9px;
	height:18px;
	float:left;
	margin-top:30px;
}
#productscategory_scroll_right{
	background-image: url('../img/thumbs_right.gif');
}

/* module blockwishlist */
#wishlist_block #wishlist_block_list dl.products {
	font-size: 10px;
	border-bottom: 1px solid #fff;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
}

#wishlist_block div.block_content #wishlist_block_list dl.products dt a.cart_block_product_name {
	font-weight:bold;
}

#wishlist_block div.block_content #wishlist_block_list dl.products dt {
	margin: 4px 0 4px 0;
}

#wishlist_block div.block_content #wishlist_block_list dl.products dt a.ajax_cart_block_remove_link {
	float: right;
	margin:-12px 0 0 0;
}

#wishlist_block div.block_content #wishlist_block_list dl.products dd{
	font-style: italic;
	margin: 0 0 0 10px;
}

#wishlist_block div.block_content p select#wishlists{
	width: 140px;
}

#wishlist_block div.block_content p a.exclusive{
	margin: 5px auto 0 auto;
}

/* mywishlist */
div#mywishlist div#block-order-detail form.wl_send fieldset p input{
	margin-left:60px;
}
div#mywishlist div#block-order-detail {
	margin-top: 10px; 
	display: block;
}
div#mywishlist form.std fieldset label {
	width: 30px;
}
div#mywishlist form.std fieldset input#submitWishlist {
	display: inline;
}
div#mywishlist table.std thead th.mywishlist_first{
	text-align: center;
	width: 40px;
}
div#mywishlist table.std thead th.mywishlist_second{
	text-align: center;
	width: 80px;
}
div#mywishlist table.std thead th.first_item, div#mywishlist table.std tbody tr td{
	width: 200px;
}
div#mywishlist div#block-order-detail {
	margin-top: 10px;
}
div#mywishlist div#block-order-detail ul li span.wishlist_product_detail select {
	margin: 0;
}
div#mywishlist #hideBoughtProducts,div#mywishlist #showBoughtProducts{
	float:left;
	margin:-18px 0 0 5px;
}
div#mywishlist #showBoughtProducts, div#mywishlist #hideBoughtProductsInfos, div#mywishlist #hideSendWishlist{
	display:none;
}
div#mywishlist #showBoughtProductsInfos, div#mywishlist #hideBoughtProductsInfos{
	float:right;
	margin:-18px 118px 0 0;	
}
div#mywishlist #showSendWishlist, div#mywishlist #hideSendWishlist, div#mywishlist div#block-order-detail ul li a.exclusive {
	float:right;
	margin:-18px 0px 0 0;
}
div#mywishlist div#block-order-detail table.wlp_bought_infos thead tr th {
	text-align: center;
}
div#mywishlist div#block-order-detail table.wlp_bought_infos thead tr th.first_item {
	width: 300px;
}
div#mywishlist div#block-order-detail table.wlp_bought_infos{
	margin:0 0 0 10px;
}
div#mywishlist div#block-order-detail ul li img {
	float:left;
}
/* View wishlish */
#view_wishlist #featured-products_block_center ul div li a img {
	float: left;
}
#view_wishlist #featured-products_block_center ul div li a, #view_wishlist #featured-products_block_center ul div li span {
	text-decoration: none;
	float: left;
}
#view_wishlist #featured-products_block_center ul div li span.wishlist_product_detail, div#mywishlist div#block-order-detail ul li span.wishlist_product_detail {
	margin-left: 30px;
	float: left;
}
div#mywishlist div#block-order-detail ul li span.wishlist_product_detail {
	margin-bottom:5px;
} 
#view_wishlist #featured-products_block_center ul div li a.exclusive, #view_wishlist #featured-products_block_center ul div li span.exclusive {
	margin-left:55px;
}
#view_wishlist #featured-products_block_center ul div li.address_name input.text {
	color: #999;
	font-weight: bold;
	font-size: 11px;
	border:0;
}
/* module reversoform*/
.account_creation #reverso-form {
	width:100%;
}

.account_creation #reverso-form label {
	width: 250px;
	text-align:left;
	margin-left:10px;
}

.account_creation #reverso-form label#legend_reverso {
	clear:both;
	width:100%;
	font-size:10px;
	text-align:left;
}

.account_creation #reverso-form input#reverso_form {
	margin-top:20px;
}
/* module productcomments */
.rating {
 cursor: pointer;
 margin: 2em;
 clear: both;
 display: block;
}
.rating:after {
 content: '.';
 display: block;
 height: 0;
 width: 0;
 clear: both;
 visibility: hidden;
}
.cancel,
.star {
 float: left;
 width: 17px;
 height: 15px;
 overflow: hidden;
 text-indent: -999em;
 cursor: pointer;
}
.cancel,
.cancel a {background: url(../../../modules/productcomments/img/delete.gif) no-repeat 0 -16px;}

.star,
.star a {background: url(../../../modules/productcomments/img/star.gif) no-repeat 0 0px;}
 
.cancel a,
.star a {
 display: block;
 width: 100%;
 height: 100%;
 background-position: 0 0px;

}
div.star_on a{
 background-position: 0 -16px;
}
div.star_hover a,
div.star a:hover{
 background-position: 0 -32px;

}

.pack_content{
	margin: 10px 0 10px 0;
}
.pack_price {
	float: right; margin-right:3px; font-size: 12px;
}

.confirmation { color: forestgreen; font-weight: bold;}

#page .rte {
	background:transparent none repeat scroll 0 0;
}

/* Ya Search */

.dialog {
	width:100%;
	display:none;
	text-align:center;
	color:#000;
}
.dialogcontent {
	width:675px;
	margin:0 auto;
	text-align:left;
}
.grouptitle {
	font-weight:bold;
}
.dialog span {
	color:#fff;
}
.closeAdvSearch{
	color:#333;
	padding:2px 10px;
	width:150px;
	float:right;
	text-align:right;
	cursor:pointer;
}
.dialogOpcjeTitle {
	font-weight:bold;
	cursor:pointer;
	padding:3px;
	color:#000;
	width:100%;
}
#advSearchTags {
	float:left;
	font-weight:bold;
	cursor:pointer;
	padding:3px;
	color:#000;
}
.opcjeItem {
	display:none;
	color:#000;
	padding:3px;
}
.dialogform {
	padding:20px;
	margin:0 auto;
	width:628px;
}
.dialogform input.keyword {
	border:#CCCCCC 1px solid;
	width:80%;
	padding:2px;
}
.dialogform input.price {
	border:#CCCCCC 1px solid;
	width:30%;
	padding:2px;
	float:none;
}
.dialogform input {
	border:0;
}
.dialogform span {
	color:#fff;
}
.adsearchOpcje {
	background:#fff;
	padding:25px;
	margin:10px;
	border:1px solid #CCC;
}
.dialoginput {
	clear:both;
	float:none;
	background:none;
	padding:3px;
	border:0;
}
.catGroup {
	cursor:pointer;padding:3px;
}
.advcontainer {
	cursor:pointer;
	text-decoration:underline;
	clear:both;
	padding:0px 10px;
	background:#447a9e;
}

/* End Ya Search */


/* FAQ module */

.applemenu{
	margin: 5px 0;
	padding: 0;
	width: 100%; /*width of menu*/
}

.applemenu div.silverheader{
	border-bottom:#CCCCCC 1px solid;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 5px 0;
	padding-left: 8px;
	text-decoration: none;
	font-weight:bold;
	color:#333;
	cursor:pointer;
}

.applemenu div.silverheader:visited, .applemenu div.silverheader:active{
}

.applemenu div.selected, .applemenu div.silverheader:hover{
	background-image:#efefef;
	border-bottom:#CCCCCC 1px solid;
	color:#000;
	font-weight:bold;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
	padding: 5px;
	/*height: 300px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}

/* End FAQ Search */

/* News module */

ul.block_news li {
	float: left;
	width:556px;
	background: url(../img/block_bg_news.png) repeat-y;
	list-style: none;
	margin-bottom: 8px;
}
ul.block_news li div.bg_news {
	background: url(../img/block_header_news.gif) no-repeat;
	float: left;
	width:536px;
	padding: 5px 10px;
}
ul.block_news li .foot_news {
	background: url(../img/block_footer_news.gif) no-repeat;
	float: left;
	width:556px;
	height: 8px;
}
ul.block_news li h2 {
	background: url(../img/block_title_news.gif) repeat-x left bottom;
	margin-bottom: 0px;
	margin-right: 10px;
	margin-left: 10px;
}
ul.block_news li h2 a {
	text-decoration: none;
}
ul.block_news li h2 a:hover {
	text-decoration: underline;
}

ul.block_news li img, img.news {
	padding: 1px;
	float: left;
	border: 1px solid #d4d6d8;
	margin-right: 10px;
	margin-left: 10px;
}
ul.block_news li div.date {
	margin: 0px 0px 8px 6px;
	font-size: 90%;
	padding-left: 10px;
}

/* End News module */

/* Collection wizard */
#collection_left {
	width: 275px;
	float: left;
	border-right: #CCC 1px dotted;
}
#collection_left label {
	font-size: 11px;
}
#collection_right {
	width: 520px;
	float: right;
}
