/**
  * Thème Prestashop pour KW
  * Version 5
  * Création : Pierre-Yves Cailliatte
  *
  * Couleurs utilisées :
  *		Noir : #000000 (textes)
  *		Blanc: #ffffff (icones et panier)
  *		Fushia : #bb4980 (menus) #c5367b (liens) #F10A6C (lien hover)
  * Polices
  *    Barre : Arial
  **/

/******************/
/* Design général */
/******************/
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#header {
	height: 100px;
	margin: 0;
	padding: 0;
	border-top: 1px solid black;
	background: #000000;
}

#logo {
	margin: 0px;
	padding: 0px;
}
#logo a img {
	margin: 0;
	padding: 0;
	border: none;
}

#menuTop {
	width: 100%;
	height: 30px;
	background: url(../img/barre.png);
	font-family: Arial, Helvetica, sans-serif;
}

#headerContent, #barContent, #page, #footerContent {
	width: 970px;	
	margin: 0px auto 0px auto;
}

#left_column {
	clear: left;
	float: left;
	width: 210px;
}

#center_column {
	float: left;
	width: 550px;	
}

#right_column {
	float: left;
	width: 195px;
	padding-left: 15px;
}

#footer {
	min-height: 100px;
	-height: 100px;
	clear: both;
	background: url(../img/footer_bg.png) bottom repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

#footer ul {
	text-align: center;
	margin: 0 0 0 0;
	padding: 60px 0 0 0;
}

#footer ul li {
	display: inline;
	margin: 0;
	padding: 5px;
	list-style: none;
}

#footer ul li a {
	color: #999;	
}

#footer ul li a:hover {
	color: #F10A6C;
}

.clear {
	clear: both;	
}
/*****************************************/
/* Définition des éléments HTML généraux */
/*****************************************/
a {
	color: 	#c5367b;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
}

a:link {
	border: none;	
}

a:visited {
		border: none;	
}

a:hover {
	color: 	#F10A6C;
}

a:active {
		border: none;	
}

a img {
	border: none;	
}


/* 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;
}
.categTree ul.tree, ul.tree ul{ list-style-type:none; }
.categTree 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;
}
.categTree ul.tree a{ padding-left:0.2em; }
.categTree ul.tree a.selected{ font-weight:bold; }
.categTree ul.tree li.last{
	background:url(../img/sitemap-last.gif) no-repeat -12px -2px;
	border:none;
}
.categTree span.grower{ cursor:pointer; }

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

/* 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;
	padding-top: 0;
}
div#more_info_sheets ul li{	margin-bottom:0.4em; }



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

/*************************/
/* Définition des blocks */
/*************************/
#left_column .block, #right_column .block {
	width: 190px;
	margin-top: 10px;
	background: url(../img/fond_box.png) top center no-repeat;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	
	min-height: 160px;
	-height: 160px;
}

#left_column .block h4, #right_column .block h4	{
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 0px 0px;
	text-align: center;
	font-size: 13pt;
}


/**************************************************/
/* Définition de la barre de menu en haut du site */
/**************************************************/
#menuTop #barStaticsLink {
	float: right;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	list-style: none;
}

#menuTop #barStaticsLink li {
	display: bloack;	
	float: left;
	width: 130px;
}

#menuTop #barStaticsLink li a {
	font-size: 12pt;
	color: #bb4980;
	text-decoration: none;
	line-height: 30px;
}

#menuTop #barStaticsLink li a:hover {
	text-decoration: underline;
}

/***********************************************/
/* Déinfition du menu gauche catégories normal */
/***********************************************/

/* Partie fixe du menu 190x84*/
#fixed_categories_block_left {
	width: 190px;
	height: 84px;
	margin-top: 15px;
	background: url(../img/fond_menu_top.png);
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
}

#fixed_categories_block_left ul, #fixed_categories_block_left ul li {
	margin: 0px 0px 0px 0px;
	padding: 0;
	list-style: none;
}

#fixed_categories_block_left ul {
	margin: 0px 0px 0px 15px;
	padding-top: 20px;
}

#fixed_categories_block_left ul li {
 	margin-top: 5px;	
}

#fixed_categories_block_left ul li a {
	color: #FFF;
	text-decoration: none;
}


#categories_block_left ul, #categories_block_left ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Décoration niveau 1 */
#categories_block_left {
	font-family: Arial, Helvetica, sans-serif;
}

#categories_block_left ul li {
	margin-top: 10px;	
}

#categories_block_left ul li a {
	display: block;
	width: 180px;
	height: 18px;
	line-height: 18px;
	margin: 0;
	padding: 0px 0px 0px 10px;
	background: url(../img/menu_niveau_1.png) top center no-repeat;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11pt;
}

/* Décoration niveau 2 */
#categories_block_left ul li ul li  {
	margin-top: 0px;	
}

#categories_block_left ul li ul li a {
	display: block;
	width: 160px;
	height: 18px;
	line-height: 18px;
	margin: 0;
	padding: 0px 0px 0px 30px;
	background: url(../img/menu_niveau_2.png) top center no-repeat;
	color: #000000;
	text-decoration: none;
	font-size: 11pt;
}

#categories_block_left ul li ul li a:hover {
	color: #F10A6C;
}

/*************************************/
/* Décoration du block d'information */
/*************************************/

#informations_block_left ul, #informations_block_left ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#informations_block_left ul li {
	padding-left: 15px;	
}

/********************/
/* Top static links */
/********************/
#topStaticLink {
	position: absolute;	
	margin-left: 400px;
	top: 0px;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
}

#topStaticLink ul, #topStaticLink ul li{
		margin: 0;
		padding: 0;
		list-style: none;
}

#topStaticLink ul li {
		float: left;
		width: 100px;
		height: 80px;
}

#topStaticLink ul li a {
		display: block;
		width: 100px;
		padding-top: 61px;
		text-align: center;
		color: #FFF;
		text-decoration: none;
}

#topStaticLink ul li a.contact {
	background: url(../img/contact.png) bottom center no-repeat;
}

#topStaticLink ul li a.newsletter {
	background: url(../img/newsletter.png) bottom center no-repeat;
}

#topStaticLink ul li a.monCompte {
	background: url(../img/mon_compte.png) bottom center no-repeat;
}

#topStaticLink ul li a.contact:hover {
	background: url(../img/contact.png) top center no-repeat;
}

#topStaticLink ul li a.newsletter:hover {
	background: url(../img/newsletter.png) top center no-repeat;
}

#topStaticLink ul li a.monCompte:hover {
	background: url(../img/mon_compte.png) top center no-repeat;
}


/*******************************************/
/* Définition du breadcrumb (fil d'ariane) */
/*******************************************/
.breadcrumb {
	margin-top: 20px;
	font-size: 9pt;
	font-family: Verdana, Geneva, sans-serif;
}

/*************************/
/* Panier dans le header */
/*************************/
#cart_block_top {
	position: absolute;
	top: 0px;
	width: 120px;
	height: 100px;
	margin-left: 750px;
	padding-left: 90px;
	background: url(../img/panier.png) left center no-repeat;
	
	color: #ffffff;
	font-size: 11pt;
}

/*******************/
/* Page Catégories */
/*******************/
.category_title, #primary_block h2 {	
	color: #F10A6C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
}

.category_title span {
	color: #CCC;
	font-size: 8pt;
}

/* Recherche de produits */
#productSearch {
	float: right;	
	margin-right: 15px;
	font-family: Arial, Helvetica, sans-serif;
}

#productSearch select {
	font-size: 9pt;	
	border: 1px solid #CCC;
}

/* Liste d'articles */
#product_list {
	
}

#product_list h3 {
	font-size: 9pt;
}

#product_list li {
	width: 180px;
	height: 300px;
	float: left;
	display: block;
	text-align: center;
}

#product_list, #product_list li {
	margin: 0;
	padding: 0;
	
	list-style: none;
}

/* Décoration de la pagination */
.pagination {
	float: right;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.pagination, .pagination li {
		margin: 0;
		padding: 0;
		list-style: none;
}

.pagination li {
	float: left;
	width: 20px;
	height: 20px;
	margin: 5px;
	border: 1px solid #999;
	background: #CCC;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
}

.pagination li a {
	display: block;
	height: 20px;
	width: 20px;
	color: #333;
	text-decoration: none;
}

.pagination li.current {
	color: #F10A6C;
}

.oldPrice {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #900;
}

.newPrice {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

.promoSWF {
	position: absolute;	
	margin-top: 170px;
	margin-left: 110px;
}

.nouveauSWF {
	position: absolute;	
	margin-top: -5px;
	margin-left: -5px;
}


/***********************************/
/*  Décoration de la page produits */
/***********************************/

/* product.tpl */
#primary_block #pb-right-column{
	width:310px;
	float:left;
}
#primary_block #image-block{
	height:302px;
	width:300px;
}
#primary_block #image-block img#bigpic{ 
	cursor:pointer; 
	height:300px;
	width:300px;
}
#primary_block ul#usefull_link_block{
	list-style-type:none;
	margin-top:1em;
}
#primary_block ul#usefull_link_block li{ margin:0.5em 1em 0.5em 0; display: block; }
#primary_block ul#usefull_link_block li a, #primary_block ul#usefull_link_block span.span_link, #primary_block ul#usefull_link_block span.span_link:hover{
	text-decoration:none;
	color:#76839b;
	font-size:0.9em;
	background: white url('../img/bullet_alt.jpg') no-repeat top left;
	padding-left:15px;
	height:15px;
}
#primary_block #pb-left-column{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	float:left;
	margin-left: 0px;
	width:240px;
}
#primary_block #short_description_block{
	background: #e5e6e7 url('../img/product-short-desc-bg.gif') repeat-x top left;
	border: 1px #d0d3d8 solid;
	padding:0.7em;
	margin-bottom:1.5em;
}
#primary_block #color_picker p {
	margin: 0 0 0.4em 0;
	padding: 0 0 0 0;
}
#primary_block #color_picker {
	padding: 0.7em;
	background: #e5e6e7 url('../img/product-short-desc-bg.gif') repeat-x top left;
	border: 1px #d0d3d8 solid;
	margin-bottom: 1.5em;
}
#primary_block #color_to_pick_list {

}
#primary_block #color_to_pick_list li {
	display: inline;
	float: left;
	margin: 0 0.4em 0.4em 0;
}
#primary_block a.color_pick {
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #666;
	cursor: pointer;
}
#primary_block a.color_pick:hover {
	border: 1px solid #000;
}

#primary_block #image-block img#bigpic.jqzoom{
cursor:crosshair;
position:relative;
}

#primary_block p.buttons_bottom_block{ margin:0; }
#primary_block p.buttons_bottom_block a, #primary_block p.buttons_bottom_block input { margin:0.9em auto 0 auto; }
#primary_block #short_description_content{
	margin-bottom:0.5em;
}
#primary_block form#buy_block{
	background: #f1f2f4 url('../img/product-buy-bg.gif') repeat-x top left;
	font-size:1.1em;
	padding:0.7em;
	color:#374853;
	border: 1px #d0d3d8 solid;
}
#primary_block form#buy_block p{
	padding:0;
	margin-top:0;
}
#primary_block form#buy_block img.on_sale_img{
	float:left;
}
#primary_block form#buy_block span.on_sale{
	color:#da0f00;
	text-transform:uppercase;
	font-weight:bold;
	float:right;
}
#primary_block form#buy_block span.discount{
	color:#da0f00;
	text-transform:uppercase;
	font-weight:bold;
	float:right;
}
#primary_block form#buy_block span.our_price_display{
	float:right;
}
#primary_block form#buy_block span#availability_label{
	float:left;
	margin-right:1em;
}
#primary_block form#buy_block label{
	text-align:right;
}
#primary_block form#buy_block label,#primary_block form#buy_block select{
	display:block;
	width:47%;
	float:left;
}
#primary_block div#attributes p, #quantity_wanted_p{
	clear: left;
	height:2em;
}

/* prices */
#primary_block form#buy_block p.price{
	font-size:1.05em;
	text-align:right;
}
#primary_block form#buy_block span#pretaxe_price{
	font-size:0.75em;
	text-align:right;
}
#primary_block form#buy_block p#old_price{
	font-size:0.8em;
	text-align:right;
	text-decoration:line-through;
}
#primary_block form#buy_block p#reduction_percent{
	color:#da0f00;
	font-size:0.75em;
	text-align:right;
}
#primary_block form#buy_block p.price-ecotax{
	font-size:0.75em;
	text-align:right;
}

/* views block */
#views_block{
	width: 274px;
}

#thumbs_list{
	overflow:hidden;
	float:left;
	width: 240px;
}
#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;
}

/* global table style */
div.table_block {
	background: transparent url('../img/table_footer.gif') no-repeat bottom left;
	padding-bottom:6px;
	margin:0 auto 2em;
	width:541px;
}
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 {
	background-color: transparent;
	background-image: url('../img/table_header.gif');
	background-repeat: no-repeat;
	height:24px;
	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 {
	background-position: -5px 0;
}
table.std tfoot td {
	color: #374853;
	text-align: right;
	white-space: nowrap;
}
/* /global table style */

/* global form style */
form.std {
	clear: both;
}
form.std h3 {
	color: #555;
	font-size: 1.4em;
	font-weight: normal;
	border-bottom: 1px solid #d0d1d5;
	padding: 0.5em;
	margin: 0 0 0.5em 0;
}
form.std fieldset {
	border: 1px solid #d0d3d8;
	background: #D0D1D5 url('../img/form_bg.jpg') repeat-x top left;
	margin-bottom: 1em;
	padding-bottom: 1em;
}
form.std fieldset legend {
	padding: 0.3em 0.6em;
	margin: 1em 0 1em 0.5em;
	font-size: 1.6em;
	font-weight: 100;
	border-color: #d0d1d5;
	border-style: solid;
	border-width: 1px;
}
form.std h4, form.std p {
	padding: 0.3em 1em;
	clear: both;
}
form.std label, form.std p span {
	float: left;
	text-align: right;
	width: 30%;
}
form.std p span.like_input {
	width: auto;
	margin-left:0.7em;
}
input, textarea, select, span.editable {
	margin-left: 0.7em;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	vertical-align: top;
	outline: none;
}

input, textarea, select {
	border: 1px solid #bdc2c9;
}

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;
}
.required sup {
	color: #da0f00;
}
form.std p.checkbox {
	padding-left: 30%;
}
form.std p.submit {
	padding-left:31%!important;
	margin-bottom: 1.5em;
}

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

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

/* global button */
input.button_mini, input.button_small, input.button, input.button_large,
input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled,
input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled,
a.button_mini, a.button_small, a.button, a.button_large,
a.exclusive_mini, a.exclusive_small, a.exclusive, a.exclusive_large,
span.button_mini, span.button_small, span.button, span.button_large,
span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large {
	background-repeat: no-repeat;
	background-position: top left;
	border: none;
	color:black!important;
	font-weight: bold;
	font-size: 10px!important;
	text-align: center;
	text-decoration: none!important;	
	cursor: pointer;
	display: block;
	line-height: 18px;
	height: 18px;
}

/* input button */
input.button_mini, input.button_small, input.button, input.button_large,
input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled,
input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled {
	padding-bottom:2px;
}

/* disabled button */
input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled,
span.button_mini, span.button_small, span.button, span.button_large,
span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large {
	background-position: left -36px;
	cursor:default;
	color:#888!important;
}

/* exclusive button */
input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled,
a.exclusive_mini, a.exclusive_small, a.exclusive, a.exclusive_large,
span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large {
	color:white!important;
}

/* exclusive disabled button */
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled, span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large {
	color:#488c40!important;
}

/* hover button */
input.button_mini:hover, input.button_small:hover, input.button:hover, input.button_large:hover,
input.exclusive_mini:hover, input.exclusive_small:hover, input.exclusive:hover, input.exclusive_large:hover,
a.button_mini:hover, a.button_small:hover, a.button:hover, a.button_large:hover,
a.exclusive_mini:hover, a.exclusive_small:hover, a.exclusive:hover, a.exclusive_large:hover {
	background-position: left -18px;
}

/* exclusive hover button */
input.exclusive_mini:hover, input.exclusive_small:hover, input.exclusive:hover, input.exclusive_large:hover, a.exclusive_mini:hover, a.exclusive_small:hover, a.exclusive:hover, a.exclusive_large:hover {
	color:white!important;
}

/* classic buttons */
input.button_mini, input.button_mini_disabled, input.exclusive_mini, input.exclusive_mini_disabled, a.button_mini, a.exclusive_mini, span.button_mini, span.exclusive_mini {
	width: 30px;
	background-image: url('../img/button-mini.gif');
}
input.button_small, input.button_small_disabled, input.exclusive_small, input.exclusive_small_disabled, a.button_small, a.exclusive_small, span.button_small, span.exclusive_small {
	width: 60px;
	background-image: url('../img/button-small.gif');
}
input.button, input.button_disabled, input.exclusive, input.exclusive_disabled, a.button, a.exclusive, span.button, span.exclusive {
	width: 120px;
	background-image: url('../img/button-medium.gif');
}
input.button_large, input.button_large_disabled, input.exclusive_large, input.exclusive_large_disabled, a.button_large, a.exclusive_large, span.button_large, span.exclusive_large {
	width: 180px;
	background-image: url('../img/button-large.gif');
}

/* exclusive button */
input.exclusive, input.exclusive_disabled, a.exclusive, span.exclusive { background-image: url('../img/button-medium_exclusive.gif'); }
input.exclusive_mini, input.exclusive_mini_disabled, a.exclusive_mini, span.exclusive_mini { background-image: url('../img/button-mini_exclusive.gif'); }
input.exclusive_small, input.exclusive_small_disabled, a.exclusive_small, span.exclusive_small { background-image: url('../img/button-small_exclusive.gif'); }
input.exclusive_large, input.exclusive_large_disabled, a.exclusive_large, span.exclusive_large { background-image: url('../img/button-large_exclusive.gif'); }

/* 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 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 {
	color: #da0f00;
	font-size: 1.1em;
	font-weight: bold;
	white-space:nowrap;
}

/* errors */
.error {
	width: 90%;
	border: 1px solid #da0f00;
	background-color: #f1f2f4;
	color: #da0f00;
	margin: 0.3em auto 1.5em auto;
	padding: 0.3em 0.8em 1em;
}
.error p { font-weight: bold; }
.error li {
	list-style-position: inside;
	list-style-type: decimal-leading-zero;
	padding-left: 3em;
}

/* warning */
.warning {
	color: black;
	font-size: 1.2em;
	background-color: #F8E1A0;
	border: 1px dashed #F9E400;
	font-weight: bold;
	margin: 0.2em 2em;
	padding: 0.6em 1em;
}
.warning_inline {
	color:#da0f00;
	font-weight:bold;
}

/* success */
.success {
	color: green;
	background-color: #d0d3d8;
	border: 1px dashed green;
	font-weight: bold;
	margin: 0.2em 1em;
	padding: 0.3em 0.8em 1em;
}
.success_inline {
	color:green;
	font-weight:bold;
}

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

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

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

#authentication #create-account_form fieldset, #authentication #login_form fieldset {
	height: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; }

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

/* 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: #dd2a81; }
#block-history table#order-list {
	border:none;
}
#block-history table#order-list thead th {
	background-image: url('../img/block_myaccount_header_large.gif');
}
#block-history table#order-list thead th {
	color:white;
}
#block-history table#order-list tbody {
	background: #D0D1D5 url('../img/form_bg.jpg') repeat-x top left;
}
#block-history table#order-list tbody tr td {
	background-color:white;
}
#block-history table#order-list td.history_link {
	white-space: nowrap;
	text-align: right;
}
#block-history #block-order-detail {
	border-top:2px #dd2a81 solid;
	border-bottom:2px #dd2a81 solid;
	padding:0.5em;
	background: #D0D1D5 url('../img/form_bg.jpg') repeat-x top left;
}
#block-history #block-order-detail p {
	padding-left :0;
	padding-right :0;
}
#order-detail-content {
	clear:both;
	margin-top:1.5em;
}

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

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

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

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

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

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

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

/* adresses */
div.addresses {
	border: 1px solid #d0d3d8;
	background: #D0D1D5 url('../img/form_bg.jpg') repeat-x top left;
	padding: 0.6em;
	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:268px;
}

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

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

/* conditions.tpl */
#conditions #right_column { display: none; }
#conditions h2 { background: transparent url('../img/title_bg_large.gif') no-repeat top left; }
#conditions #center_column {
	width: 730px;
	text-align: justify;
}
#conditions #center_column ul, #conditions #center_column ol {
	margin-left: 2em;
	padding: 0.6em;
}
#conditions #center_column ul { list-style-type: circle; }
#conditions #center_column li { padding-bottom: 0.5em; }
#conditions #center_column { line-height: 1.3em; }

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

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

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

/* shopping cart */
table.cart_last_product {
	width:300px;
	margin-left:130px;
}

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

p.cart_navigation {
	padding: 1em 0!important;
}
p.cart_navigation .button, p.cart_navigation .button_large {
	float: left;
}
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 #bdc2c9;
}
#cart_summary tfoot tr.cart_total_price td {
	border-bottom: 2px solid #bdc2c9;
}
#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 #d0d1d5; }
td.cart_product a:hover img { border: 1px solid #888; }
td.cart_description a { text-decoration: none; }
td.cart_description a:hover { text-decoration: underline; }
td.cart_description h5 a, td.cart_ref, td.cart_total { color: #595a5e; }
td.cart_unit, td.cart_total, td.cart_discount_price { text-align: right; }
td.cart_availability, td.cart_ref { text-align: center; }
td.cart_total .price { font-weight: bold; }
tr.cart_item td.cart_unit { padding-right: 1em; }

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

tr.cart_free_shipping {
	white-space: normal;
}

#order tfoot p {
	margin: 0;
	float: left;
	width: 85%;
}
#order tfoot span {
	float: right;
	width: 15%;
	display: block;
}
tr.cart_total_price { font-weight: bold; }
#order form#voucher fieldset {
	border: 1px solid #bdc2c9;
	padding: 0.7em;
}
#order form#voucher h4, #order form#voucher p, #order form#voucher .button {
	display: inline;
}
#order form#voucher h4 {
	float: left;
	line-height: 1.5em;
	margin-right: 6em;
}

#order #order_carrier {
	clear: both;
	margin-top: 1em;
	border: 1px solid #bdc2c9;
	padding: 0.5em;
}
#order #order_carrier h4 {
	width: 50%;
	display: inline;
}
#order #order_carrier img {
	vertical-align: middle;
}
#order #order_carrier span {
	margin: 0 0.2em;
}

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

ul.address  {
	margin: 2px;
	padding: 0;
}

/********************************************/
/* Produits page d'accueil 					*/
/********************************************/
#featured-products_block_center ul, .featured-products_block_center ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#featured-products_block_center ul li {
	
	float: left;
	width: 130px;	
	height: 200px;
	margin-bottom: 15px;
	text-align: center;	
}

#featured-products_block_center h5 {
	margin: 0;
	padding: 0;
}

#featured-products_block_center h4 {
	color: #F10A6C;
	font-size: 14pt;
}

#featured-products_block_center p.price_container {
	margin: 0;
	padding: 0;
}

#menuTop #categories_block_top ul li ul {
	display: none;
	visibility: hidden;
	position: absolute;
	z-index: 10;
	margin-top: 6px;
	width: 200px;
	background: #4d4d4d;
	border: 1px solid #CCC;
	border-top: none;
}

#menuTop #categories_block_top ul li ul li {
	border: none;
	text-align: left;
	padding-left: 10px;
	width: 190px;
	font-size: 9pt;
}

#menuTop #categories_block_top ul
,#menuTop #categories_block_top li{
	margin: 0;
	padding: 0;
	list-style: none;
}

#menuTop #categories_block_top li {
	border-right: #FFF solid 1px;
	float: left;
	width: 130px;
	text-align: center;
	line-height: 24px;
	border-bottom: 6px solid #4d4d4d;
}

#menuTop #categories_block_top li a {
	text-decoration: none;
	color: #FFF;
}

#menuTop #categories_block_top li a:hover {
	text-decoration: underline;
}

.livraison_logo_block {
	background: url(../img/livraison.png) center center no-repeat;	
	width: 190px;
	height: 152px;
}

.livraison_logo_block p {
	text-align: center;
	padding-top: 95px;
}

.livraison_logo_block p strong {
	color: #F00;
}

#availability_statut {
	font-size: 12pt;
	font-weight: bold;
}

#editorial_block_center {
	margin-top: 10px;	
}
.accessories_block {
	margin: 0px !important;	
	padding: 0px !important;	
}

.accessories_block ul {
	margin: 0 !important;
	padding: 0 !important;
}

.accessories_block li {
	float: left;
	width : 140px;
	margin: 10px ;
	padding: 0 !important;
	background-image: none !important;
	
}

.accessories_block li img { 
	width : 140px;	
}

.accessories_block .product_accessories_description h5{
	padding: 0px;
	margin: 0px;	
}

.accessories_block .product_accessories_description {
	padding: 0px;
	margin: 0px;	
}

.accessories_block .product_accessories_description .product_description {
	display: none;
}

#subcategories ul, #subcategories ul li {
	margin: 0;
	padding: 0;
}

#subcategories ul li {
	float: left;
	list-style: none;
	
		width: 180px;
	height: 160px;
	float: left;
	display: block;
	text-align: center;
	
}

.right_block span.on_sale {
	position : absolute;
	margin-top: -260px;
	margin-left: -35px;
}