/*
Theme Name: Rumah Batik
Theme URI: http://dapurpixel.com/rumah-batik-theme/
Description: Free Prestashop Theme from DapurPixel.com
Version: 1.1
Author: LiliekS
Author URI: http://dapurpixel.com/
*/

/* ------- Resets ------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 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;
	background: transparent;
}

* {
	padding:0;
	margin:0;
}
body {
	background:url("../img/bg.jpg") repeat scroll 0 top #FDFDFB;
	color:#7b7673;
	position:relative;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
	color:#7b7673;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	outline: none;
	border: none;
	text-decoration: none;
}

/* ------- Typography ------- */
body{font:11px/1.5 Verdana, Arial, Helvetica, sans-serif}hr{border:0 #ccc solid;border-top-width:1px;clear:both;height:0}h1{font-size:25px}h2{font-size:18px;margin:0 10px;}h3{font-size:21px}h4{font-size:19px}h5{font-size:15px;}h6{font-size:13px; font-weight:bold;}ol{list-style:decimal}li{margin-left:30px}p,dl,hr,h1,h2,h3,h4,ol,ul,pre,table,address,fieldset{margin-bottom:20px}h7{font-size:13px; font-weight:bold; color: white;}


/* ------- Global Style ------- */
a {
	color:#7b7673;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: none;
	color:#D7D2CE;
}
input:focus {
	outline: 0;
	outline-offset: 0;
}
input.button, input.button_mini, .button {
	-moz-border-radius: 5px;
  	-webkit-border-radius: 5px;
    border-radius: 5px;
	background:transparent;
	border:2px solid #bfb9b9;
	color:#7b7673;
	cursor:pointer;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	padding:7px 10px;
	text-transform:none;
}
input.button:hover, input.button_mini:hover, .button:hover {
	background-color:#7b7673;
	background-image:none;
	border:2px solid #bfb9b9;
	color:#d3d2d1;
}
input.button_mini {
	height:23px;
	padding:0 5px 1px;
}
input.special, a.special {  }
input.special:hover, a.special:hover { 
	background-color:#7b7673;
	background-image:none;
}
select, input, textarea { 
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .1);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .1);
	box-shadow: 0 1px 3px rgba(0,0,0, .1);
	-moz-border-radius: 5px;
  	-webkit-border-radius: 5px;
    border-radius: 5px;
	background:#FFFFFF none no-repeat scroll left center;
	border:1px solid #ABA58D;
	color:#ABA58D;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:3px;
}
select option {	padding-right:2.1em; }
form textarea {
	float:left;
	margin:4px 0 0;
}
.checkbox input, .radio input {	border: none; }
p.radio label {
	display:inline;
	float:none;
	font-weight:normal !important;
	text-align:left;
}
p.checkbox { padding:0px 0 0 225px; }
p.checkbox label {
	display:inline;
	float:none;
	font-weight:normal !important;
	text-align:left;
	width:auto;
}
p.textarea {
	height:auto;
	margin-bottom:3px;
	overflow:hidden;
}
p.submit { 
	clear:both;
	height:auto;
	padding:5px 0 0 225px;
}
.custom {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border:medium none;
	color:#7b7673;
	cursor:pointer;
	display:block;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight:normal;
	height:26px;
	line-height:26px;
	margin:10px 0 0;
	padding:0 0 0 10px;
	text-align:left;
	text-shadow:0 1px 0 #D9D6C8;
	text-transform:capitalize;
}
.custom:hover{
	border:medium none;
	color:#7b7673;
	text-shadow: 0 1px 0 #f1f1f1;
}

/* - global form style - */
form p { 
	font-weight:bold;
	height:30px;
	/* line-height: 30px; */
	margin:5px;
}
form label, form.std p span, #availability_label, #quantityAvailableTxtMultiple {
	display:block;
	float:left;
	padding-right:5px;
	text-align:right;
	width:190px;
}

/* - global table style - */
.table_block {
	margin:0 10px 20px;
	padding-bottom:6px;
	width:auto;
}
table.std {
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
}
table.std th {
	white-space:nowrap;
}
table.std tbody tr td, table.std tfoot tr td {
	border-bottom:1px solid #7b7673;
	padding:10px;
}
table.std thead th {
	background:none repeat scroll 0 0 #e0dad7;
	border-bottom:1px solid #7b7673;
	height:30px;
	line-height:30px;
	padding:0 10px;
	white-space:nowrap;
}
table.std thead th.cart_unit{ 
	text-align:center;
}
table.std thead th.cart_quantity, table.std thead th.cart_availability { text-align:center; }
table.std tfoot td {
	text-align: right;
	white-space: nowrap;
}
table { margin:0; }

/* - 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; }
.normal {font-weight:normal; }
.top { vertical-align: top; }
.span_link { cursor:pointer; color:#1c1c1c; }
.span_link:hover { color:#6f6f6f; }
.clear { clear:both; }
br.clear {
	clear:both;
	line-height:0;
	font-size:0;
	height:0;
}
noscript ul {list-style-type:none; background:black; color:white; padding:10px; border:1px solid gray;}
.wrapper, #header_wrapper, #content_wrapper, #footer_wrapper {
	margin:0 auto;
	width:960px;
}
.add_margin { margin:0 10px; }
.left {	float:left; }
.right { float:right; }

/* - warning - */
.warning, .error, .success, .confirmation {
	-moz-border-radius: 10px;
  	-webkit-border-radius: 10px;
    border-radius: 10px;
	background:#DFD9C3 none repeat scroll 0 0;
	border:1px solid #C9C3AD;
	margin:20px 10px;
	padding:10px;
	text-align:center;
}
.warning_inline {
	color:#da0f00;
	font-weight:bold;
}
/* - errors - */
.error ul { margin:0; }

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

/* ------- Header ------- */
#header {
	background:url("../img/bg_header.png") repeat-x scroll 0 top #ffffff;
	width: 960px;
	margin: 0 auto;
	border: 1px solid #e1e1e1;
}
#header_top {
	height:90px;
	margin:0 10px;
	position:relative;
}
#header_top #logo {
background:url("../img/logo.png") no-repeat scroll 0 0 transparent;
float:left;
height:56px;
margin:30px 0 0;
text-indent:-9999px;
width:229px;
}
#search_block_top {
float:right;
margin-top:-6px;
width:250px;
}

/*newscore module*/
#news_core {display: block; width: 850px; margin-top:8px; margin-left: 50px;}
.news_core h1 {font-size: 20px; font-weight: bold; padding-left: 5px; margin-bottom: 5px}
.news_core a{font-size: 13px;}
.newsblockcontent {width: 850px;}
.news_core dt {border:1px solid #d6d6d6; padding: 2px 0 2px 8px;}
.news_core p {padding: 2px; margin-bottom: 2px;}
.news_core dd{padding: 2px; width: 810px;}
.news_core a.button_large{ background: #e7e4e3; padding: 2px; -webkit-box-shadow: 0 1px 3px rgba(0,0,0, .1);-moz-box-shadow: 0 1px 3px rgba(0,0,0, .1);box-shadow: 0 1px 3px rgba(0,0,0, .1);border-color:#EAE8DF #EAE8DF #F9F7ED;border-style:solid;border-width:1px; margin: 5px;}


 /*- Featured homepage products - */
*/ Special style for block products in center column */
div.homefeatured {width: 960px;}
#homefeatured.products_block {width: 916px; margin:22px; border-top: 1px solid #e1e1e1;}
#homefeatured.products_block  ul {width: 920px; color: #595a5e; border: none;}
#homefeatured.products_block li {float:left;margin:0 15px;padding:0 10px;width:170px;}
#homefeatured.products_block h5 {font-weight:bold;  width:170px; color:#7b7673;  padding:0.8em 0 1em 0; margin:0; float:left; font-size:11px}
#homefeatured.products_block h3 a {color: #7b7673}
#homefeatured.products_block h4 {color:#7b7673; margin: 0.3em 0 0em 0; font-size: 16px; }
#homefeatured.products_block  a:hover{color:#EAE8DF;}
#homefeatured.products_block p {padding:0.3em 3px;text-align:center;width:150px;-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .1);-moz-box-shadow: 0 1px 3px rgba(0,0,0, .1);box-shadow: 0 1px 3px rgba(0,0,0, .1);border-color:#EAE8DF #EAE8DF #F9F7ED;border-style:solid;border-width:1px;}
#homefeatured.products_block a {display: block; width: 170px;}
#homefeatured.products_block .price{ color:#1c1c1c; width: 150px; padding: 5px;}
#homefeatured.products_block span.price { float:right}
#homefeatured.products_block span.on_sale {float:right; color:white; background: #b20a1e; padding:3px; border: 1px solid #e1e1e1}
#homefeatured.products_block li img { height: 160px; width: 160px; margin-left: 10px;}
.nav a {color:#7b7673; font-size:12px;}
.nav a:hover {color:#7b7673;}

/*#center_column .products_block li.last_item { float:none; clear:both; }*/
#homefeatured div.products_block h5 {display:block; padding:0 }
#homefeatured div.products_block h5 a {color: #7b7673; font-size:12px; font-weight:bold; text-transform:uppercase }
#homefeatured div.products_block a.product_image {display: block; background-color: transparent; width: 129px; height: 129px; margin-left:2px;}
#homefeatured.products_block span.price {text-align: center; font-size: 1em; padding: 0.5em 0; display: block;}
#homefeatured.products_block a.button   {display: block; width: 123px; margin-top: 5px;}
#center_column .products_block a.exclusive {margin: 1em;}
#center_column .products_block span.exclusive {margin: 1em;}

/* ------- Content ------- */
#content{ clear:both;width:100%;}

#content_wrapper {
background:none repeat scroll 0 0 white;
border:1px solid #E1E1E1;
overflow:hidden;
margin-top: 33px;
}
#center_column, #right_column{
	display:inline;
	float:left;
}
#info.right_column{
 float:right;	
}
#center_column {

width:720px;
position: relative;
}
#right_column {
	margin:10px 10px 20px;
	width:220px;
}

/* - Breadcrumb - */
.breadcrumb {
	-moz-border-radius: 5px;
  	-webkit-border-radius: 5px;
    border-radius: 5px;
	border-bottom:1px solid #E8E5D9;
	color:#7b7673;
	font-size:10px;
	height:36px;
	line-height:36px;
	margin:20px 10px;
	padding:0 10px;
}
.breadcrumb .navigation-pipe { padding: 0 0.6em; }
.breadcrumb a, #right_column a { color:#656565; }
.breadcrumb a:hover, #right_column a:hover { color:#D7D2CE; }

/* - Product Sort - */
#productsSortForm {
	height:26px;
	position:absolute;
	right:10px;
	text-align:right;
	top:84px;
	width:160px;
}
#productsSortForm select { 
	width:150px;
}

/* - Product List - */
#categoryImage {
	background:#fff;
	border:1px solid #D9D5C5;
	margin:0 10px;
}
#scenes { margin:20px 10px 0; }
#sceneImage { 
	background:#fff;
	border:1px solid #D9D5C5;
}
.cat_desc {
	clear:both;
	padding:10px;
}
#product_list {
	list-style-type:none;
	overflow:hidden;
	margin:20px 0 0;
}
#product_list li {
	float:left;
	margin:0 10px 10px;
	min-height:290px;
	position:relative;
	width:220px;
}
#product_list a img{ height: 155px; width: 155px; }
#product_list h3 { margin:0; }
#product_list h3 a{ 
	color:#322F27;
	font-size:12px;
        font-weight:bold;

}
#product_list p.product_desc { margin:0; }
#product_list p.product_desc a{ color:#7b7673; }
#product_list .price{
	color:#6f6f6f;
	display:block;
	font-weight:bold;
}
#product_list a.view_detail { font-weight:bold; }
#product_list a.ajax_add_to_cart_button { 
	border-right:1px solid;
	font-weight:bold;
	padding-right:5px;
}
#product_list .new{
	/*background:transparent url("../img/new.png") no-repeat scroll right top;*/
	height:70px;
	position:absolute;
	right:0;
	text-indent:-9999px;
	top:0;
	width:70px;
}
#product_list .on_sale {
	background:#322F27 none repeat scroll 0 0;
	color:#FFFFFF;
	padding:2px 5px;
}
#product_list .reduction {
	display: block;
	margin-bottom: 0.3em;
}
#product_list .discount{
	background:#7b7673 none repeat scroll 0 0;
	color:#FFFFFF;
	padding:2px 5px;
	
}
#product_list span.availability {
	background:#3A372D none repeat scroll 0 0;
	color:#FFFFFF;
	display:none;
	font-size:10px;
	padding:5px;
	position:absolute;
}

#subcategories {
        display: block;
        border: 1px solid #ccc;
        margin: 20px;
padding: 20px;
font: 20px;
font-weight: bold;
font-size: 15px;
}
#subcategories li:hover }
background: #1c1c1c;
}

#subcategories li }
 margin-left: 30px;
margin: 10px;
padding: 10px;
}
/* - Pagination - */
#pagination {
	margin:0 10px;
	overflow:hidden;
}
ul.pagination { 
	float:left;
	height:30px;
	line-height:30px;
	margin:0;
}
ul.pagination li {
	display:inline;
	float:left;
	margin:0 2px 0 0;
}
ul.pagination li, ul.pagination a, ul.pagination span { 
	-moz-border-radius: 3px;
  	-webkit-border-radius: 3px;
    border-radius: 3px;
	background-color:#FFFFFF; 
}
ul.pagination a, ul.pagination span { padding:3px 5px; }
ul.pagination li.current span {
	background:#3A372D none repeat scroll 0 0;
	color:#EFEAD1;
}
ul.pagination a { color:#3A372D; }
ul.pagination a:hover, #pagination_next a:hover, #pagination_previous a:hover { 
	background: #6f6f6f none repeat scroll 0 0;
	color:#EFEAD1;
}
ul.pagination li.truncate {
	padding: 0.3em;
	background: none;
}
li.disabled span { color:#888888; }

#pagination form { float:right;}
#pagination form label {
	font-weight:normal;
	width:auto;
}
#product_list div.center_block{
	float:left;
	width:74%;
}
#product_list li div.right_block{
	float:left;
	width: 11em;
	text-align:right;
	margin-left:1em;
	margin-top:0;
}


/* - product.tpl - */
#primary_block {overflow:hidden; }
#primary_block #pb-right-column, #primary_block #pb-left-column{
	float:left;
	margin:10px;
	position:relative;
}
#primary_block #pb-right-column { width:300px; }
#primary_block #image-block{
	height:300px;
	width:300px;
}
#primary_block #image-block img#bigpic{ 
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .1);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .1);
	box-shadow: 0 1px 3px rgba(0,0,0, .1);
	cursor:pointer;
	height:300px;
	width:300px;
}
#primary_block ul#usefull_link_block{
	list-style-type:none;
}
#primary_block ul#usefull_link_block li{
	background:url("../img/icon/extra_links.gif") no-repeat scroll 0 0 transparent;
	display:inline;
	float:left;
	font-size:10px;
	height:18px;
	line-height:18px;
	margin:5px 10px 5px 0;
	padding-left:16px;
}
#primary_block ul#usefull_link_block li#print_it{ background-position: left bottom; }
#primary_block ul#usefull_link_block li#zoom_it {
	background-position:left center;
	float:right;
	margin-right:0;
}
#primary_block #image-block img#bigpic.jqzoom{
	cursor:crosshair;
	position:relative;
}
#views_block{
	margin:20px auto;
	position:relative;
	width:275px;

}
#thumbs_list {
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .1);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .1);
	box-shadow: 0 1px 3px rgba(0,0,0, .1);
	border-color:#EAE8DF #EAE8DF #F9F7ED;
	border-style:solid;
	border-width:1px;
	margin:0 auto;
	overflow:hidden;
	width:237px;
}
#thumbs_list ul {
	padding-left:0px;
	list-style-type:none;
}
#thumbs_list li {
	cursor:pointer;
	float:left;
	height:80px;
	margin:0;
	padding-bottom:21px;
	width:80px;
}
#view_scroll_left, #view_scroll_right {
	background:url("../img/next_prev.png") no-repeat scroll left top transparent;
	border-bottom:medium none;
	height:24px;
	position:absolute;
	text-indent:-3000px;
	top:30px;
	width:18px;
}
#view_scroll_left {
	background-position:left bottom;
	left:-10px;
}
#view_scroll_left:hover { background-position: right bottom; }
#view_scroll_right{
	background-position:left top;
	right:-10px;
}
#view_scroll_right:hover { background-position: right top; }
#views_block p {
	background-color:#e0dad7;
	border-top:1px solid #FFFFFF;
	left:18px;
	position:absolute;
	top:80px;
	width:237px;
}
a#resetImages {
	border-top:1px solid #ECEAE1;
	color:#AFA88C;
	display:block;
	font-size:10px;
	line-height:2em;
}
a#resetImages:hover{ color:#908762; }
#primary_block #pb-left-column{ width:380px; }
#primary_block h2,{ margin:0; }
#primary_block #short_description_block { margin:10px 0 0; min-height: 200px; }
#primary_block #short_description_block p { margin:0;  }
#primary_block .buttons_bottom_block a.button {
	background:url("../img/btn_details.png") no-repeat scroll 0 0 transparent;
	width:112px;
}
#primary_block .buttons_bottom_block a.button:hover { background-position:left bottom; }
#primary_block #color_picker, #primary_block form#buy_block, #primary_block form p.price, #primary_block p#add_to_cart, #more_info_block { 
	clear:both;
	margin:20px 0 0; 
}
#primary_block form#buy_block select {
width:50%;
}
#primary_block #color_picker, #primary_block #item_opt, #choose_address {
	-moz-border-radius: 5px;
  	-webkit-border-radius: 5px;
    border-radius: 5px;
	background:url("../img/bg_attribut.gif") repeat scroll 0 0 transparent;
	border:1px solid #EAE8DF;
	padding:10px;
}

#order form#voucher{
width: 320px;
-moz-border-radius: 5px;
  	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #EAE8DF;
	padding:5px;
	float:right;
}
#primary_block #color_picker p {
	float:left;
	line-height:20px;
	margin:0;
	padding-right:5px;
	text-align:right;
	width:95px;
}
#primary_block #color_to_pick_list {
	float:left;
	margin:0;
}
#primary_block #color_to_pick_list li {
	display:inline;
	float:left;
	margin:0 0.4em 0 0;
}
#primary_block a.color_pick {
	border:1px solid #FFFFFF;
	cursor:pointer;
	display:block;
	height:20px;
	width:20px;
}
#primary_block a.color_pick:hover {
	border: 1px solid #65A3B9;
}
#buy_block label, #availability_label, #quantityAvailableTxtMultiple { 
	font-weight:normal;
	width:30%;
}
#primary_block form #our_price_display {
	color:#6f6f6f;
	font-size:17px;
	font-weight:bold;
}
#primary_block .discount { font-weight:bold; }
#primary_block #old_price { text-decoration:line-through; }
#last_quantities {
	-moz-border-radius: 3px;
  	-webkit-border-radius: 3px;
    border-radius: 3px;
	background-color:#5A5955;
	color:#EFEAD1;
	display:inline-block;
	padding:3px 10px;
}
#primary_block .price { position:relative; }
#primary_block .on_sale_img {
	height:52px;
	position:absolute;
	right:0;
	top:0;
	width:51px;
}
#primary_block .new_img {
	height:70px;
    position:absolute;
    right:0;
    text-indent:-9999px;
    top:0;
    width:70px;
}
#primary_block p.confirmation { margin:10px; }
#oosHook { display:none; }
#add_to_cart .custom { 
	background: url("../img/add-to-cart.jpg") no-repeat scroll right top;
	width:180px;
	height:80px;
float:right;
-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .1);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .1);
	box-shadow: 0 1px 3px rgba(0,0,0, .1);
	border-color:#EAE8DF #EAE8DF #F9F7ED;
	border-style:solid;
	border-width:1px;
	text-shadow: 0 1px 0 #eae8df;
	text-transform:uppercase;
}
#add_to_cart .custom:hover {
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .1);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .1);
	box-shadow: 0 1px 3px rgba(0,0,0, .1);
	border-color:#EAE8DF #EAE8DF #F9F7ED;
	border-style:solid;
	border-width:1px;
	color:#F9F7ED;
	text-decoration:underline;
} 

/* - Tabs - */
ul.idTabs { 
	border-bottom:3px solid #7b7673;
	height:26px;
	list-style:none outside none;
	margin:0 10px;
}
ul.idTabs li { 
	float:left;
	margin:0;
	padding:0 0 0 1px;
}
ul.idTabs li a {
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
  	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	background-color:#7b7673;
	color:#ffffff;
	display:block;
	font-size:10px;
	height:26px;
	line-height:24px;
	padding:0 10px;
	text-transform:capitalize;
}
#quantityDiscount { margin:0 10px; }
#quantityDiscount table.std tr td { border: none; }

/* - IdTabs Short - */
ul.idTabsShort li a.selected, ul.idTabsShort li a:hover { background:url("../img/arrow_up.png") no-repeat scroll center 22px #7b7673; } 
div.sheets{	clear:both;	padding:20px; }
#more_info_sheets ul li{ margin-bottom:0.4em; }
form#sendComment, #page_not_found form {
	-moz-border-radius: 5px;
  	-webkit-border-radius: 5px;
    border-radius: 5px;
	background:url("../img/bg_attribut.gif") repeat scroll 0 0 transparent;
	border:1px solid #EAE8DF;
	padding:10px;
}
form#sendComment fieldset { padding:10px 20px;}
form#sendComment textarea#content { padding:3px; }
form#sendComment p.submit { padding-left:0; }

/* - Order Step - */
ul.step {
overflow:hidden;
padding:0 10px;
}
ul.step li {
background-color:#fdf8f5;
float:left;
height:36px;
list-style:none outside none;
margin-left:0;
position:relative;
vertical-align:middle;
width:20%;
}
ul.step li ins {
background:url("../img/bg_step.png") no-repeat right top transparent;
display:block;
height:36px;
position:absolute;
right:0;
top:0;
width:12px;
}
ul.step li.step_current {
background-color:#615954;
background-position:left -144px;
}
ul.step li.step_current ins {
background-position:right -36px;
}
ul.step li.step_last_done ins {
background-position:right -72px;
}
ul.step li.step_done ins {
background-position:right -108px;
}
ul.step li.step_last_done, ul.step li.step_done {
background-color:#b1aba7;
}
ul.step li span {
color:#bfb7b3;
font-weight:bold;
left:25px;
position:absolute;
top:10px;
width:120px;
}
ul.step li span a {
color:e7e7e7;
}
ul.step li span a:hover {
color:#faf4f1
}
/* Special style for block cart */
font-weight:bold;
	height:24px;
	line-height:24px;
	margin-bottom:10px;
	padding:0 10px;
	width:249px;
}
#order div.cart_last_product { 
	width: 300px;
	margin: 0 auto 12px
}
#order div.cart_last_product .cart_last_product_header,
 #order div.cart_last_product .cart_last_product_header div.left {
	
}
#order div.cart_last_product .cart_last_product_header div.left {
	background-color:#fff;
	background-position:0 0;
	margin-bottom:5px;
	padding-left: 27px;
	width: 249px;
	height: 24px;
	line-height: 24px;
	color: #374853;
	font-weight: bold
}
#order div.cart_last_product a.cart_last_product_img { float:left }
#order div.cart_last_product a.cart_last_product_img img {
	margin:0 6px;
	border:1px solid #D0D1D5;
	width: 45px;
	height: 45px
}
#order div.cart_last_product .cart_last_product_content { 
	float:right; 
	width:241px 
}
#order div.cart_last_product .cart_last_product_content a { text-decoration:none; }
#order div.cart_last_product .cart_last_product_content h5 { font-size: 15px; }
#order div.cart_last_product .cart_last_product_content h5 a { color:#595A5E }
p.cart_contain { margin:30px 10px 0; padding-bottom:20px; font-size: 20px; background: }
form p.cart_navigation, p.cart_navigation {
	height:auto;
	line-height:1.5em;
	margin:20px 10px;
	overflow:hidden;

}
#validation p.cart_navigation { margin:60px 0 0; }
p.cart_navigation_extra { text-align:center; width:auto; }
#cart_summary tfoot tr td { border-top:none; line-height:1.5em; }
#cart_summary tfoot tr.cart_total_product td { border-top: 1px solid #bdc2c9; }
#cart_summary tfoot tr.cart_total_price td { border-bottom:3px solid #DFDCD1; }
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 { width:320px; }
#order form#voucher fieldset, #order #cart_voucher h4 { margin:0; }
#order form#voucher label { width:auto; }
#order form#voucher p { display:inline; padding:0; }
#order form#voucher input#discount_name{ padding:8px; }
.shipping_option { margin:0 10px; }
.shipping_option h3, .shipping_option h6 { margin:20px 0 0; }
.shipping_option p.checkbox { padding:0; height:auto; }
#order #order_carrier {
	-moz-border-radius: 5px;
  	-webkit-border-radius: 5px;
    border-radius: 5px;
	background-color:#F3F1E8;
	border:1px solid #DFDCD1;
	padding:10px;
	width:auto;
}
#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; margin:0 10px; }
#order #gift_div label, #order #gift_div textarea {

	display:block;
	float:none;
	font-weight:normal;
	text-align:left;
	width:300px;

}
.order_delivery { margin:0 10px; }
form.shipping_option p.cart_navigation { margin:20px 0; }


/* Boxes */
.boxgrid{width:100px; height:100px; padding:1em; float:left; margin-right:1.3em; background:url('../img/texture.gif'); overflow:hidden; position:relative; font:Verdana, Geneva, sans-serif }
.boxgrid img{ position: absolute; top: 0; left: 0; border: 0; }

/* - Cart - 
p.cart_contain {
	margin:30px 10px 0;
	padding-bottom:20px;
}
th.cart_description { text-align:left; }
td.cart_product {text-align:center; }
td.cart_product a { margin: 0 10px; }
td.cart_product a img { border: 2px solid #FFFFFF; }
td.cart_product a:hover img { border: 2px solid #7b7673; }
td.cart_description a { text-decoration: none; }
td.cart_availability, td.cart_ref { text-align: center; }
td.cart_unit, td.cart_total, td.cart_discount_price { text-align: right; }
td.cart_total .price { font-weight: normal; }
td.cart_quantity p, td.cart_quantity a {
	float: left;
	display: inline;
}
td.cart_quantity p {
	margin:8px 5px 0 0;
	text-align:right;
}
td.cart_quantity .icon { margin-top: 10px; }
td.cart_quantity a.cart_quantity_up, td.cart_quantity a.cart_quantity_down { display: block; }
table.cart_last_product {
	width:300px;
	margin-left:130px;
}
table.cart_last_product_content { margin:5px 0px 10px 130px; }
p.cart_contain { 
	margin:30px 10px 0;
	padding-bottom:20px;
}
form p.cart_navigation, p.cart_navigation {
	height:auto;
	line-height:1.5em;
	margin:20px 10px;
	overflow:hidden;
}
#validation p.cart_navigation { margin:60px 0 0; }
p.cart_navigation_extra {
	text-align:center;
	width:auto;
}
#cart_summary tfoot tr td {
	border-top: none;
	line-height: 1.5em;
}
#cart_summary tfoot tr.cart_total_product td { border-top: 1px solid #bdc2c9; }
#cart_summary tfoot tr.cart_total_price td { border-bottom:3px solid #7b7673; }
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, #order #cart_voucher h4 { margin:12px; padding: 10px;}
#order form#voucher label { width:auto; }
#order form#voucher p {
	display:inline; 
	padding:0; 

}
#order form#voucher input#discount_name{ padding:8px; }
#shipping_option { margin:0 10px; }
#shipping_option h3, #shipping_option h6 { margin:20px 0 0; }
#shipping_option p.checkbox { padding:0; }
#order #order_carrier {
	background-color:#e0dad7;
	padding:10px;
	width:auto;
}
#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; margin:0 10px; }
#order #gift_div label, #order #gift_div textarea{
	display:block;
	float:none;
	font-weight:normal;
	text-align:left;
	width:300px;
}
.order_delivery { margin:0 10px; }*/

/* authentication.tpl */
#authentication #create-account_form, #authentication #login_form {
	clear:none;
	display:inline;
	float:left;
	margin:10px 40px 30px 10px;
	min-height:30em;
	width:40%;
}
#authentication h3 {
	border-bottom:3px solid #7b7673;
	margin-bottom:10px;
	padding:0 0 10px;
}
#authentication p.cart_navigation { padding-left:215px; }
p.text {
	font-weight:normal;
	height:auto;
	line-height:1.5em;
	padding:7px 0 6px;


}
#authentication p.lost_password { font-weight:normal; }
#authentication label, #authentication p.select span { font-weight:bold; }
#create-account_form label, #login_form label { width:35%; }
#create-account_form p.submit, #login_form p.submit, p.lost_password  { padding:5px 0 0 105px; }
#create-account_form span, #login_form span { width:auto; }
#account-creation_form { margin:0 10px; }
#create-account_form h4 { padding:10px 0; }
input.account_input { width:150px; }
form.std p span.form_info {
	display:inline;
	float:none;
	font-weight:normal;
}

/* order step 3: PAYMENT */
body#payment form p {
	height:auto;
	line-height:1.5em;
	margin:0;
	overflow:hidden;

}
body#payment form p.cart_navigation { margin:20px 0; }
.payment_module, .payment_heading { display:block; margin:0 10px; }
.payment_module img { vertical-align:middle; margin-right:1em; }
.payment_module a {
	display:block;
	padding:10px;
	text-decoration:none;


}
.payment_module a:hover, .payment_module a:focus, .payment_module a:active {
	background:#F3F1E8 none repeat scroll 0 0;
	border-left:1px solid #e7e5dd;
	border-top:1px solid #e7e5dd;

}
#password p{ margin:0 10px; }
#payment_execution p {
	font-weight:normal;
	height:auto;
	width:auto;
}

/* - My Account - */
#my-account #center_column ul { margin:20px; }
#my-account #center_column li { list-style:none; margin:10px; }
#my-account #center_column p.home { margin:10px; }
img.icon { padding-right:5px; }
ul.footer_links { list-style:none outside none; margin-top:20px; }
ul.footer_links li { margin-left:10px; }

/* - Adresses - */
.addresses { margin:0 10px; position:relative; }
ul.address {
	clear:none;
	display:inline;
	float:left;
	list-style:none outside none;
	margin:10px 40px 30px 0;
	overflow:hidden;
	width:40%;
}
ul.address li { margin:10px 10px 10px 0; }
.address_update, .address_delete {
	background:url("../img/btn_address.png") no-repeat scroll 0 top transparent;
	display:inline;
	float:left;
	width:120px;
}
.address_update a, .address_delete a { color:#5f5f5f; }
.address_update { background-position:left top; text-indent:0px; }
.address_delete { background-position:left -52px; text-indent:6px; }
.address_update:hover { background-position:left -26px; }
.address_delete:hover { background-position:left bottom; }
.addresses p.checkbox input{
	margin-top:0!important;
	margin-top:-3px;
	margin-left:0;
}
ul.address li.address_title {
	border-bottom:3px solid #7b7673;
	margin-bottom:10px;
	padding:0 0 10px;
	font-size:1.4em;
	font-weight:bold;
	line-height:2em;
}
.address_name, .address_company { font-weight: bold; }
p.address_add { margin:0 10px; padding:20px 0; }
form.std p input#id_gender1, form.std p input#id_gender2, form.std p input#newsletter, form.std p input#optin, form.std p input.button { width:auto; }
#ordermsg p { font-weight:normal; margin:20px 0 0; }
#ordermsg p.textarea { margin:0; width:528px; }
p#address_invoice_form { padding:10px; }

/* history.tpl*/

#block-history table#order-list { border:none; }
#block-history table#order-list td.history_link { white-space: nowrap; }
#block-history #block-order-detail {
border:1px dashed #EAE8DF;
margin-top:20px;
padding:20px 10px;
}
#order-detail-content {
	clear:both;
}
order-detail-content label { width:auto; }
#order-detail-content tbody tr { height:3em; }
#order-detail-content table.std thead th.last_item { text-align:right; }
#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{
	color:#C9937B;
	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;
	margin:0;
}
#block-history #block-order-detail #sendOrderMessage p input.button{ width:auto; margin:0; }
#block-history #block-order-detail textarea{
	float:none;
	margin:10px 0;
	width:520px;
}
#block-history #block-order-detail label { width:auto; }
td.history_price { text-align:right; }

/* - Identity - */
p#security_informations{
	font-size:10px;
	margin: 10px 10px 20px;
}

/* - Contact Us - */
#contact_us, #page_not_found {
	margin:0 10px;
	position:relative;
}
#contact_us .warning, #contact_us .error, #contact_us .success, #contact_us  .confirmation { width:640px; }
#contact-form #center_column { width: 100%; min-height: 650px; }
#alt_contact {
	position:absolute;
	right:10px;
	top:-12px;
	width:220px;

}
h4.phone { 
	color:#575F35;
	font-weight:bold; 
}

/* - 404.tpl - */
#page_not_found fieldset { margin-bottom:0; }

/* ------- Footer ------- */
#footer {
background:none repeat scroll 0 0 white;
border-bottom:2px solid #E1E1E1;
border-left:1px solid #E1E1E1;
border-right:1px solid #E1E1E1;
clear:both;
margin-bottom:30px;
margin: 0 auto;
padding-bottom:10px;
width:960px;
}

#inner_footer {
	color:#7b7673;
	font-size:10px;
	margin:0 10px;
	overflow:hidden;
	position:relative;
}
#inner_footer a{ color:#7b7673;	}
#inner_footer a:hover{ color:#848484; }
#inner_footer p, #inner_footer ul {	margin:0; }
#inner_footer li {
	border-right:1px solid #8E937C;
	display:inline;
	margin:0;
	padding:0 5px 0 0;
}
#inner_footer li.last_item { border:none; }
#inner_footer a.copyright {
	background:url("../img/logo.jpg") no-repeat scroll 0 0 transparent;
	float:right;
	height:56px;
	margin:8px 12px 0 0;
	text-indent:-9999px;
	width:229px;	
	
}
.footer_logo {
	/*background:transparent url("../img/small_logo.png") no-repeat scroll left center;
	background: #6f6f6f;*/
	display:block;
	float:left;
	height:0;
	padding:20px 0 20px 10px;
	text-indent:-9999px;
	width:0;
}
.footer_link{
	float:left;
	padding:20px 0 0;
	width:480px;
}

/* ------- MODUL at Header ------- */

/* - User info block v0.1 - */
#header_user {
	position:absolute;
	right:0;
	top:45px;
	width:700px;
}
#header_user_info, #shopping_cart { 
	float:right;
	font-size:10px;
	height:32px;
	line-height:37px;
	padding-right:5px;
	text-align:right;
}
#shopping_cart {
	background:url("../img/cart.png") no-repeat scroll right center transparent;
	padding-right:35px;
}

/* - Currency block v0.1 - */
#currencies_block_top, #languages_block_top {
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
  	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
	background-color:#ffffff;
	float:right;
	margin-left:5px;
}
#currencies_block_top ul, #languages_block_top ul#first-languages {
	float:left;
	height:1.5em;
	list-style:none outside none;
	margin:0;
	padding:0 3px;
}
#currencies_block_top ul li, #languages_block_top ul#first-languages li {
	float:left;
	margin:0;
}
#currencies_block_top ul li a {
	color:#C7C0A7;
	display:block;
	font-size:0.8em;
	min-width:1em;
	padding:0 3px 3px;
	text-decoration:none;
	vertical-align:middle;
}
#currencies_block_top ul li a:hover {
	background-color:#262520;
	color:#EFEAD1;
}
#currencies_block_top ul li.selected a {
	background-color:transparent;
	color:#7b7673;
	cursor:default;
}
#currencies_block_top p, #languages_block_top p {
	clear: left;
	display:none;
}

/* - Language block  v0.1  - */
#languages_block_top ul#first-languages li {
	float:left;
	margin:0 3px;
}

/* ------- MODUL at Homepage ------- */
body#index #.content_wrapper{ overflow:visible; }
body#index #content_wrapper, body#index #content_wrapper  {
	display:block;
	float:none;
	margin-top:33px;
	width:960px;
	
}

/* - Home text editor v1.5 - */
#editorial_block_center {
	height:200px;
	padding:80px 0 0;
	position:relative;
}
#editorial_block_center h1 {
	background:url("../img/editorial_main.png") no-repeat scroll center center transparent;
	height:55px;
	line-height:55px;
	margin:0 0 0 570px;
	text-align:center;
	text-indent:-9999px;
	width:380px;
}
#editorial_block_center h3, #editorial_block_center h5 {
	margin:0 0 0 570px;
	text-align:center;
	width:380px;
}
#editorial_block_center img {
	height:269px;
	left:-50px;
	position:absolute;
	top:0px;
	width:599px;
}
#editorial_block_center p { 
	margin:0 0 0 570px;
	padding:5px 0 0;
	text-align:center;
	width:380px;
}

/* - AddStuff - Homepage Static Block  v0.6 - */
.static_link  {
	background:#fff
	width: 925px;
        padding-left: 35px;
	display:block;

}
.static_link .wrapper img{
	display:inline;
	float:left;
	margin-left:10px;
	margin-right:10px;
	padding:20px 0;
}

/* ------- MODUL at Product Page ------- */

/* - Products Category v1.2.1 - */
#productscategory {
	height:120px;
	margin:20px;
	position:relative;
	width:100%;
}
#productscategory_noscroll{
	margin:2em auto 0pt;
	height:120px;
	width:100%;
}
#productscategory_list  {
	float:left;
	overflow:hidden;
	width:95%;
}
#productscategory_list ul{
	padding-left:0px;
	list-style-type:none;
}
#productscategory_list li {
	cursor:pointer;
	float:left;
	margin:0 3px;
	overflow:hidden;
	text-align:center;
	width:92px;
}
#productscategory_scroll_left, #productscategory_scroll_right {
	background:url("../img/next_prev.png") no-repeat scroll left top transparent;
	display:block;
	height:24px;
	position:absolute;
	text-indent:-9999px;
	top:30px;
	width:18px;
}
#productscategory_scroll_right  {
	background-position:left top;
	right:15px;
}
#productscategory_scroll_left  {
	background-position:left bottom;
	left:-20px;
}

/* - Send to a Friend module v1.1 - */
#sendtoafriend-form form.std {
	margin:0 10px;
	position:relative;
}
#sendtoafriend-form .share_it p {
	display:block;
	height:auto;
}
#sendtoafriend-form .share_it img {
	border:1px solid #7b7673;
	margin:5px 0 0 225px;
}

/*loyalty module*/
#loyalty {
display:block;
float:left;
height:70px;
margin:-40px 0 50px 0;
width:160px;
}

/* ------- MODUL at Sidebar ------- */
#right_column .block { margin-top:20px; }
#right_column h4 {
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
  	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	
	border-bottom:1px solid #2e321c;
	padding:0 10px; 
	
}
#right_column h4, #right_column h4 a {
	color:#7b7673;
	height:36px;
	line-height:36px;
	margin:0;
}
#right_column .block_content  {
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
  	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
	border-top:1px solid #7b7673;
	overflow:hidden;
	padding:10px;
}

/* - Categories block v1.0 - */
#categories_block_left h4 {
	
}
#categories_block_left .block_content {
	padding:0;
}
#categories_block_left ul.tree { 
	margin-bottom:5px;
	padding:10px 0;
	border-bottom:1px solid #7b7673;
}
#categories_block_left ul.tree li {
	list-style-type:none;
	margin:0;
	position:relative;
	font-weight:bold;
}
#categories_block_left ul.tree li ul { margin-bottom:0; }
#categories_block_left ul.tree li ul li {
	font-weight:normal;
	padding-left:10px;
	
}
#categories_block_left ul.tree li ul li ul li {
	padding-left:15px;
	font-size:9px;
	border-bottom: 1px dashed #7b7673;
}
#categories_block_left ul.tree a {
	display:block;
	line-height:2em;
	padding:0 10px;
	
	
}
#categories_block_left ul.tree a:hover { background-color:#7b7673; }
#categories_block_left ul.tree a.selected {
    background:#e7e4e3;
}
#categories_block_left span.grower{
	cursor:pointer;
	display:block;
	height:14px;
	position:absolute;
	right:10px;
	top:5px;
	width:14px;
}
#categories_block_left span.OPEN { background-position:left top; }
#categories_block_left span.OPEN:hover { background-position:left bottom;}
#categories_block_left span.CLOSE { background-position:right top; }
#categories_block_left span.CLOSE:hover { background-position:right bottom;  }


/* - Cart block v1.2 - */
#cart_block h4 { 
	border-bottom:1px solid #7b7673;
	position:relative;
}
#cart_block h4 span{
	cursor:pointer;
	font-size:0.8em;
	height:17px;
	position:absolute;
	right:10px;
	text-indent:-999px;
	top:10px;
	width:17px;
}
#cart_block h4 span#block_cart_collapse{ background-position: right top; }
#cart_block h4 span#block_cart_collapse:hover{ background-position: right bottom; }
#cart_block h4 span#block_cart_expand{ background-position: left top; }
#cart_block h4 span#block_cart_expand:hover{ background-position: left bottom; }
#cart_block .block_content { 
	border:1px solid #7b7673;
	color:#7b7673;
	font-size:10px;
}
#cart_block #cart_block_no_products{ margin: 0.5em 0; }
#cart_block dl, #cart_block p, #cart_block dt, #cart_block dd { clear: both; margin:0; }
#cart_block dl span.quantity-formated{ padding-right:0.3em; }
#cart_block dd{ margin-left:1em; margin-right:1em; font-style:italic;}
#cart_block a.ajax_cart_block_remove_link {
	background:transparent url(../img/delete.png) no-repeat scroll left top;
	display:block;
	float:right;
	font-size:0;
	height:14px;
	margin:2px 0 0 4px;
	width:13px;
}
#cart_block a.ajax_cart_block_remove_link:hover { background-position:left bottom; }
#cart_block p span {
	clear: right;
	text-align: right;
}
#cart_block p#cart-prices {
	background:#e7e4e3;
	border:1px dashed #7b7673;
	margin-top:10px;
	padding:5px 16px 5px 10px;
}
#cart_block span.price { float: right; }
#cart_block #cart-buttons a.custom {
	background:url("../img/btn_checkout.png") no-repeat scroll left top transparent;
	color:#7b7673;
	text-transform:uppercase;
	width:112px;
}
#cart_block #cart-buttons a.custom:hover { background-position:left bottom; }

/* - New products block v0.9 - */
#new-products_block_right .block_content { padding:0; }
.products_block li img {
	height:80px;
	width:80px;
}
.products_block ul { 
	overflow:hidden;
}
.products_block li {
	display:inline;
	float:left;
	margin:10px 0 0 10px;
}
.products_block p { margin:5px 10px 10px; }

/* - Manufacturers block v1.0 - */
.blockmanufacturer form p{
	text-align:center;
	margin-bottom:10px;
}


/* - Manufacturers block v1.0 - */
.blockmanufacturer form p{
	text-align:center;
	margin-bottom:10px;
}
#newsletter_block_left form p {
text-align: left;}

.block_content ul.bullet { 
	margin-bottom:10px;
	color:#C7C0A7;
}

/* - CMS - */
.rte, p.search_page { margin:0 10px; }
.rte h2 {margin:0 0 20px;}

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

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

/* Printable version */
@media print {
	a.button, span.button , ul#usefull_link_block, #header_user, #languages_block_top, #search_block_top, #currencies_block_top, ul#header_links, ul.idTabs, #availability_statut br, #right_column, .sf-contener, p#add_to_cart, #footer, #productscategory_noscroll, #header_user, input.button, input.button_mini, .button, a#resetImages { display:none!important; }
	#center_column {width:100%}
	input.text{border:1px solid gray}
	.block_hidden_only_for_screen { display:block; margin-top:1em; }
	#more_info_block {margin:0; }
	#more_info_sheets #idTab1{ width:90%; }
	#more_info_sheets #idTab1 h3 { font-size:15px; font-weight:bold; }
	* {background:none!important;background-color:white!important;}
}

/* crosselling block */
#crossselling {
	margin: 20px;
	height: 120px;
	width: 100%;
	position: relative;
}
#crossselling_noscroll {
	margin: 2em auto 0pt;
	height: 120px;
	width: 100%
}
#crossselling_list {
	overflow: hidden;
	float: left;
	width: 95%
}
#crossselling_list ul {
	padding-left: 0;
	list-style-type: none;
}
#crossselling_list li {
	float: left;
	margin: 0 3px;
	cursor: pointer;
	text-align: center;
	width: 92px;
	overflow: hidden
}
#crossselling_scroll_left,#crossselling_scroll_right {
	background: url('../img/next_prev.png') no-repeat scroll left top transparent;
	text-indent: -9999px;
	display: block;
	width: 18px;
	height: 24px;
	top: 30px;
	position:absolute;
}
#crossselling_scroll_right { background-position: left top;
right: 15px;
}
#crosselling_scroll_left {
background-position: left bottom;
left: -20px;
}



/* Customizable product */
#customization_block { width: 556px }
.customization_block_title { margin: 4px 4px 4px 2px }
#customization_block ul { margin: 6px 6px 0 6px }
.customization_block_input { vertical-align: inherit }
img.customization_delete_icon { margin: 2px }
li.customizationUploadLine {
	clear: left;
	padding: 4px;
	display: block
}
div.customizationUploadBrowse { float: left }
div.customizationUploadBrowseDescription { padding: 6px }
img.customizationUploaded {
	margin: 2px;
	border: 1px solid #888888
}
ul.customizationUploaded {
	list-style-type: none;
	margin-left: 4px
}
ul.customizationUploaded li { display: inline }
ul.customizationUploaded a { text-decoration: none }
div.customizationUploaded { clear: left }
div.deletePictureUploaded { float: right }
div.deleteCustomizableProduct { float: right }
ul.typedText {
	padding-left: 6px;
	list-style-type: none
}

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