.basic {font-family:Basic, Arial, Helvetica, sans-serif;}
/* ##################################################################################################
	PRESTASHOP CSS
################################################################################################## */

/* ****************************************************************************
		reset
**************************************************************************** */
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0}
table{border-collapse:collapse;border-spacing:0}
fieldset,img{border:0}
address,caption,cite,code,dfn,em,th,var,optgroup{font-style:inherit;font-weight:inherit}
del,ins{text-decoration:none}
caption,th{text-align:left}
h1,h2,h3,h4,h5,h6{font-size:100%}
q:before,q:after{content:''}
abbr,acronym{border:0;font-variant:normal}
sup{vertical-align:baseline}
sub{vertical-align:baseline}
legend{color:#000}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit}
input,button,textarea,select{font-size:100%}

.ie7 input, .ie7 select{line-height:18px}
a {cursor:pointer}
/* ************************************************************************************************
		struture
************************************************************************************************ */
#page {}
	#header {z-index:10}
	#columns {z-index:1}
		#left_column {}
		#center_column {}
		#right_column {}
	#footer {}


/* ************************************************************************************************
		generic style
************************************************************************************************ */
body {
	font-family:Basic, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000;
	background:url(../img/atlanpolis/body-bg.png) no-repeat center top #fff;
}
body.content_only {
	background: #FFF;
}

/* positionnement ****************************************************************************** */
.hidden {display:none}
.f_left {float:left}
.f_right {float:right}
p.center {text-align:center}
.clearBoth {clear:both}

/* title *************************************************************************************** */
h1 {
	margin-bottom:20px;
	font-size:42px;
	line-height: 42px
}
h2 {
	padding-bottom:20px;
	font-size:18px
}
h3 {
	padding-bottom:20px;
	font-size:16px
}
.title_block {
	padding-bottom:20px;
	font-size:14px
}

.hide-left-column #left_column {display:none}
.hide-left-column #center_column {/*width:757px*/}

/* text **************************************************************************************** */
p {padding:10px 0; font-size:14px;}

p em {font-style:italic}

.warning {
	margin:0 0 10px 0;
	padding:10px;
	border:1px solid #e6db55;
	font-size:13px;
	background:#ffffe0
}
.success {
	margin:0 0 10px 0;
	padding:10px;
	border:1px solid #5cff74;
	font-size:13px;
	background: #d3ffab;
}
.error {
	margin:0 0 10px 0;
	padding:10px;
	border:1px solid #990000;
	font-size:13px;
	background:#ffcccc
}
.error ol {margin-left:20px}
.error p.lnk {
	margin-top:20px;
	padding:0;
	font-size:11px
}
.required {color:#990000}

/* link **************************************************************************************** */
a, a:active, a:visited {
	color:#333;
	text-decoration:none;
	outline: medium none
}
	a:hover {text-decoration:none}

	
/* HACK IOS ipad, iphone */
input[type="text"], input[type="email"], input[type="search"], input[type="password"], input[type="submit"], input[type="image"] {
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	-webkit-border-radius:0px !important;
	-moz-border-radius:0px !important;
	border-radius:0px !important;
}
	
/*buttons ************************************************************************************** */
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, span.exclusive_large_disabled {
	text-transform:uppercase; color:#FFF; font-size:16px; display:inline-block; height:34px; line-height:34px; padding:0 20px; border:none;
	background-image:url(../img/atlanpolis/bt-bg.png);
	background-repeat:repeat-x;
	background-position:0 0;
	-webkit-transition: all 200ms linear;
	   -moz-transition: all 200ms linear;
	    -ms-transition: all 200ms linear;
	     -o-transition: all 200ms linear;
	        transition: all 200ms linear;
}
*:first-child+html input.button_mini, *:first-child+html input.button_small, *:first-child+html input.button, *:first-child+html input.button_large,
*:first-child+html input.button_mini_disabled, *:first-child+html input.button_small_disabled, *:first-child+html input.button_disabled, *:first-child+html input.button_large_disabled,
*:first-child+html input.exclusive_mini, *:first-child+html input.exclusive_small, *:first-child+html input.exclusive, *:first-child+html input.exclusive_large,
*:first-child+html input.exclusive_mini_disabled, *:first-child+html input.exclusive_small_disabled, *:first-child+html input.exclusive_disabled, *:first-child+html input.exclusive_large_disabled {
	border:none
}


/* 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 {
	text-transform:uppercase; color:#FFF; font-size:16px; display:inline-block; height:34px; line-height:34px; padding:0 20px; border:none;
	background-image:url(../img/atlanpolis/bt-bg.png);
	background-repeat:repeat-x;
	background-position:0 0;
	cursor:pointer;
	-webkit-transition: all 200ms linear;
	   -moz-transition: all 200ms linear;
	    -ms-transition: all 200ms linear;
	     -o-transition: all 200ms linear;
	        transition: all 200ms linear;
}

/* 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, span.exclusive_large_disabled {
	/*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, span.exclusive_large_disabled {
	/*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:0 -34px;
}

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

/* active button */
input.button_mini:active, input.button_small:active, input.button:active, input.button_large:active,
input.exclusive_mini:active, input.exclusive_small:active, input.exclusive:active, input.exclusive_large:active,
a.button_mini:active, a.button_small:active, a.button:active, a.button_large:active,
a.exclusive_mini:active, a.exclusive_small:active, a.exclusive:active, a.exclusive_large:active {
	background-position:0 -34px;
	/*background-position:0 -68px;*/
}

/* 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.png')*/
}
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.png')*/
}
input.button_disabled, input.exclusive_disabled, span.exclusive {
	border:1px solid #ccc;
	color:#999;
	background:url(../img/bg_bt_2.gif) repeat-x 0 0 #CCCCCC;
	cursor:default;
}
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, span.exclusive_large_disabled {
	/*width: 180px;
	background-image: url('../img/button-large.png')*/
}

/* exclusive button */
/*input.exclusive, input.exclusive_disabled, a.exclusive, span.exclusive { background-image: url('../img/button-medium_exclusive.png') }
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, span.exclusive_large_disabled { background-image: url('../img/button-large_exclusive.gif') }*/

/* form **************************************************************************************** */
form.std fieldset {
	margin:20px 0;
}

/* table *************************************************************************************** */
table.std,
table.table_block {
	margin-bottom:20px;
	width:100%;
	border:1px solid #E6E6E6;
	border-bottom:none;
	background:white;
	border-collapse:collapse
}
table.std th,
table.table_block th {
	padding:14px 12px;
	font-size:24px;
	color:#000;
	text-transform:uppercase;
	background:#E6E6E6;
}
table.std tr.alternate_item,
table.table_block tr.alternate_item {background-color: #f3f3f3}
table.std  td,
table.table_block  td {
	padding:12px;
	border-right:1px solid #E6E6E6;
	border-bottom:1px solid #E6E6E6;
	font-size:12px;
	vertical-align:top
}

/* BLOCK .block ******************************************************************************** */
.block {margin-bottom:20px}
#footer .block {margin-bottom:0}
	.block .title_block, .block h4 {
		/*padding:6px 11px;
		font-size:12px;
		color:#fff;
		text-shadow:0 1px 0 #000;
		text-transform:uppercase;
		background:#383838;
		text-align:left;
		font-weight: bold;*/
	}
		.block .title_block a, .block h4 a {/*color:#fff*/}
	.block ul {list-style-type:none}
		.block li.last {	border:none}
			.block li a {
				/*display:block;
				color:#333*/
			}

/* BLOCK .products_block *********************************************************************** */
/*.products_block {}
	.products_block li {float:left
}
	.products_block li img {border:1px solid #d1d1d1}
*/
/* BLOCK customer privacy ******************************************************************* */
.account_creation label{
	float:left;
	padding-top:5px;
	width:80%;
	text-align:left;
	cursor:pointer
}

/* BLOCK .footer_links (cms pages) ************************************************************* */
ul.footer_links {
	list-style-type:none;
	margin-bottom:20px;
	font-size:12px;
}
ul.footer_links li {float:right}
ul.footer_links li.f_right {float:left}
ul.footer_links li .icon {
	position:relative;
	top:6px;
	left:0
}

/* barre comparaison / tri ********************************************************************* */
.content_sortPagiBarTop {margin:0 0 15px 0; border-bottom:1px solid #e0e0e0; padding:0 0 10px 0;}
.content_sortPagiBarBottom {margin:10px 0 0 0; border-top:1px solid #e0e0e0; padding:10px 0 0 0;}
#center_column .sortPagiBar {
	font-size:14px;
	color:#000;
}
	#center_column .sortPagiBar strong {color:#000;}
#center_column .sortPagiBar p {padding:0;}
#center_column .sortPagiBar p.select {padding:0 0 0 20px;}
#center_column .sortPagiBar form {display:inline-block; float:left;}

.ie7 #center_column .sortPagiBar form {display:inline;}

.sortPagiBar #productsSortForm {/*float:right;*/}
	.sortPagiBar select#selectPrductSort {
		margin:0 0 0 10px;
		color:#000;
		border:1px solid #ccc
	}

.sortPagiBar #bt_compare {
	width:213px;
	height:34px;
	padding:0;
	margin:0;
	border:none;
	cursor:pointer;
	vertical-align:middle;
	background:url(../img/atlanpolis/voir-comparateur.jpg) no-repeat 0 0 transparent;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
	/*
	padding:0 7px;
	border:none;
	color:#fff;
	text-shadow:0 1px 0 #000;
	background:url(../img/bg_bt_compare.gif) repeat-x 0 0 #111;
	text-transform:uppercase;
	background: #92bb00;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzkyYmIwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiOWQwMzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #92bb00 0%, #b9d033 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#92bb00), color-stop(100%,#b9d033));
	background: -webkit-linear-gradient(top,  #92bb00 0%,#b9d033 100%);
	background: -o-linear-gradient(top,  #92bb00 0%,#b9d033 100%);
	background: -ms-linear-gradient(top,  #92bb00 0%,#b9d033 100%);
	background: linear-gradient(to bottom,  #92bb00 0%,#b9d033 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92bb00', endColorstr='#b9d033',GradientType=0 );
	*/
}
.sortPagiBar #bt_compare:hover { background-position:0 -34px; }

.sortPagiBar .nbrItemPage {margin-left:20px;}

.sortPagiBar .PrductSort {float:left;}

.sortPagiBar .nbrProduct {
	display:inline-block;
	padding:0 10px;
}

.sortPagiBar #nb_item {border:1px solid #ccc}

/* grid-list ********************************************************************************** */

#grid-list {float:right;}
#grid-list a {width:20px; height:20px; background-image:url(../img/atlanpolis/grid-list.png); background-repeat:no-repeat; float:right; display:block; margin-left:5px;}
#grid-list a:hover {text-decoration:none;}
#grid-list a.grid {background-position:0 0;}
#grid-list a.list {background-position:-20px 0;}
#grid-list a.grid.active {background-position:0 -20px;}
#grid-list a.list.active {background-position:-20px -20px;}

/* pagination ********************************************************************************** */
form.pagination {display:none;}

div.pagination {
	margin:0;
	text-align: center
}
ul.pagination {list-style-type:none; font-size:18px;}
ul.pagination li {display:inline;}
ul.pagination a, ul.pagination span {
	display:inline-block;
	/*height:24px;
	width:24px;
	border:1px solid #eee;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;*/
	/*font:11px/24px Arial,Verdana,sans-serif;*/
	color:#000;
	padding:0 10px;
}
ul.pagination a {
	text-align:center;
}
ul.pagination a:hover {
	color:#333;
	/*border:1px solid #333*/
}
ul.pagination .current span {
	color:#88a136;
	/*border:1px solid #fff*/
}
ul.pagination li.disabled span, ul.pagination li.disabled {color:#FFF}

#pagination_previous {/*float:left*/}
#pagination_next {/*float:right*/}

.ie7 #pagination_previous,
.ie7 #pagination_next {float:none}

#pagination_previous a, #pagination_previous span,
#pagination_next a, #pagination_next span {
	padding:0 8px;
	width:auto;
}
#pagination_previous span,
#pagination_next span {
	color:#ccc;
	border:1px solid #eee
}

/* CART steps *********************************************************************** */
ul#order_step { background-color: white;}
ul.step {
	list-style-type:none;
	margin-bottom:30px;
	font-size:18px;
	color:#e0e0e0;
}
ul.step li {
	float:left;
	text-align:center;
	text-transform:none;
	width:20%;
	margin:0;
	position:relative;
	background:url(../img/step_standard.gif) no-repeat center 160px transparent;
	padding:0 0 60px 0;
}
ul.step li div {position:absolute; bottom:0; left:0; right:0;}
ul.step li a, 
ul.step li.step_current span, 
ul.step li.step_current_end span {
	display:inline-block;
	padding:0;
	color:#9aba31;
	/*background:url(../img/step_current_span.gif) no-repeat center bottom transparent*/
}
ul.step li.step_current {
	background:url(../img/step_current.gif) no-repeat center 160px transparent;
	color:#9aba31;
}

ul.step li.step_current_end {
	color:#9aba31;
	background:url(../img/step_end_current.gif) no-repeat center 160px transparent
}
ul.step li.step_todo span {
	display:inline-block;
	padding:0;
	color:#999;
	background:#eee
}
ul.step li.step_done {
	background:url(../img/step_done.gif) no-repeat center 160px transparent
}
/*ul.step li#step_end {background:url(../img/step_end.gif) no-repeat center bottom transparent}*/

/* module productcomments ********************************************************************** */
.rating {
	clear: both;
	display: block;
	margin: 2em;
	cursor: pointer;
}
.rating:after {
	content: '.';
	display: block;
	height: 0;
	width: 0;
	clear: both;
	visibility: hidden
}
.cancel, .star {
	overflow: hidden;
	float: left;
	margin:0 1px 0 0;
	width: 16px;
	height: 16px;
	text-indent: -999em;
	cursor: pointer
}
.cancel, .cancel a { background: url(../../../modules/productcomments/img/delete.gif) no-repeat 0 -16px !important }
.star, .star a { background: url(../../../modules/productcomments/img/star.gif) no-repeat 0 0 }
.cancel a, .star a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0
}
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 {
	margin: 0 0 10px;
	padding: 10px;
	border: 1px solid #e6db55;
	font-size: 13px;
	background: none repeat scroll 0 0 #ffffe0;
}
#page .rte { background: transparent none repeat scroll 0 0 }

.listcomment {
	list-style-type:none;
	margin:0 0 20px 0 !important;
}
.listcomment li {
	padding:10px 0;
	border-bottom:1px dotted #ccc;
	color:#666
}
.listcomment .titlecomment {
	display:block;
	font-weight:bold;
	font-size:12px;
	color:#333
}
.listcomment .txtcomment {
	display:block;
	padding:5px 0;
	color:#333
}
.listcomment .authorcomment {}


/* ************************************************************************************************
		HEADER
************************************************************************************************ */
#header {position:relative; height:80px; background-image:url(../img/atlanpolis/header-bg.jpg); background-repeat:repeat-x; padding:0 0 35px 0;}
#logo {position:absolute; left:20px; top:12px;}
#logo a#header_logo {display:block;}
#logo a#header_logo img {float:left;}


/* ************************************************************************************************
		BREADCRUMB
************************************************************************************************ */
.breadcrumb {
	margin-bottom:10px;
	font-size:12px
}
.breadcrumb .navigation-pipe {margin:0 3px 0 5px}
.breadcrumb img {
	position:relative;
	top:5px
}


/* ************************************************************************************************
		FOOTER
************************************************************************************************ */
#footer {
	color:#fff;
}
	.blockcategories_footer,
	#footer .myaccount ,
	#block_various_links_footer,
	#social_block,
	#block_contact_infos {
		/*float:left;
		width:175px*/
	}
	.blockcategories_footer {margin-left:0}
#footer .title_block {
	padding-bottom: 10px;
	text-transform:uppercase
}
#footer .title_block ,
#footer .title_block  a {
	font-weight:normal;
	font-size:14px;
	color:#fff
}
#footer a {color:#fff}
#footer a:hover {text-decoration:none}
#footer ul {list-style-type:none}
#footer li {}
#footer li a {color:#fff}

#footer .myaccount {padding: 15px 10px}
#footer .myaccount .title_block, #footer .myaccount h4 {
	padding:0 0 10px 0;
	background:none;
	text-shadow:none
}
#footer .myaccount .favoriteproducts img,
#footer .myaccount .lnk_wishlist img {display:none}

/* ************************************************************************************************
		PRODUCT PAGE
************************************************************************************************ */

/* BLOCK idTabs ******************************************************************************** */
/*
.idTabs {
	list-style-type: none;
	margin-top: 20px;
	border-bottom: 8px solid #f7b900
}
ul.idTabs li {
	float: left;
	margin-right: 1px
}
.idTabs a {
	display:block;
	padding:10px 10px 7px 10px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	background:#000
}
.idTabs .selected {
	color:#000;
	background: url(../img/bg_li_idTabs.png) repeat-x 0 0
}

#more_info_sheets {padding-top:10px}
#more_info_sheets ul,
#more_info_sheets ol,
#more_info_sheets dl {margin-left:20px}
#more_info_sheets em {font-style:italic}

#more_info_sheets .product_desc{
	margin-top:5px
}

#more_info_sheets .product_desc .product_image{
	float:left
}

#more_info_sheets .product_desc .block_description{
	float:left;
	margin-left:10px;
	width:420px
}
#more_info_sheets .product_desc .clear_product_desc{
	clear:both;
	height:0px;
	line-height:0px
}
*/
/* Make sure lists are correctly displayed in tinyMCE BO edition mode too */
#short_description_content ul,
#short_description_content ol,
#short_description_content dl,
#tinymce ul,
#tinymce ol,
#tinymce dl {margin-left:20px}

.block_hidden_only_for_screen {display:none}


/* ************************************************************************************************
		PAGE AUTHENTIFICATION
************************************************************************************************ */
#authentication #left_column {display:none}
#authentication #center_column{/*width:757px*/}


/* ************************************************************************************************
		PAIMENT - PAGE ORDER
************************************************************************************************ */

/* nav bottom ********************************************************************************** */
#order #left_column , #order-confirmation #left_column {display:none}
#order #center_column, #order-confirmation #center_column{/*width:757px*/}

.cart_navigation {padding:30px 0 10px 0; clear:both;}
.cart_navigation .exclusive,
.cart_navigation .exclusive_large {
	float:right
}
.cart_navigation .button,
.cart_navigation .button_large {
	text-transform:uppercase; color:#FFF; font-size:16px; display:inline-block; height:34px; line-height:34px; padding:0 20px;
	background-image:url(../img/atlanpolis/bt-bg.png);
	background-repeat:repeat-x;
	background-position:0 0;
	-webkit-transition: all 200ms linear;
	   -moz-transition: all 200ms linear;
	    -ms-transition: all 200ms linear;
	     -o-transition: all 200ms linear;
	        transition: all 200ms linear;
}


/* step 1 - cart ******************************************************************************* */
.cart_last_product {display:none}

/*p.cart_navigation .multishipping-button { margin-right: 10px }*/

#order-detail-content {margin-bottom:20px}

table#cart_summary th {
	padding:14px 12px;
	color:#000;
	font-size:24px;
	font-weight:normal;
	text-transform:uppercase;
	background:#E6E6E6;
}
table#cart_summary  th.cart_product {text-align:center}
table#cart_summary  td {
	padding:12px;
	border-right:1px solid #E6E6E6;
	border-bottom:1px solid #E6E6E6;
	font-size:13px;
	vertical-align:top
}
table#cart_summary  td.cart_delete,
table#cart_summary  td.price_discount_del {border-right:none;text-align: center}
table#cart_summary  .last_item  td {border-bottom:1px solid #E6E6E6}


table#cart_summary tr.cart_item.odd,
table#cart_summary tr.cart_total_delivery,
table#cart_summary tr.cart_total_price,
table#cart_summary tr.cart_total_voucher{
	background-color: #fff;
}
table#cart_summary tr.cart_item.even {
	background-color: #f3f3f3
}

table#cart_summary tr.customization.odd {
	background-color: #fff
}
table#cart_summary tr.customization.even {
	background-color: #f3f3f3
}

table#cart_summary tr ul {
	list-style: none;
}
table#cart_summary .cart_product {
	width:80px;
	text-align:center
}
table#cart_summary tbody tr:last-child td {
	border-bottom: 1px solid #E6E6E6;
}
table#cart_summary tbody tr td.cart_discount_delete {
	padding-left: 34px;
}
table#cart_summary  .cart_product  img {}
table#cart_summary .cart_description {
	width:230px;
}
table#cart_summary .cart_unit {width:130px;text-align: center}
table#cart_summary td.cart_unit {text-align: right}
table#cart_summary  .cart_quantity {width:130px; text-align:center;}
table#cart_summary .customization .cart_quantity {padding: 8px 12px 0;}
.cart_quantity .cart_quantity_input {
	margin:0 5px;
	width: 30px;
	height:25px;
	text-align:center;
	border:1px solid #d6d8d8
}
.cart_quantity .cart_quantity_button {position: relative;}
.cart_quantity_button, .cart_quantity_button a {width:15px; height:15px; line-height:15px; display:inline-block; background:#9aba31; border-radius:50px; color:#FFF; text-align:center;}
.cart_quantity_button a:hover {background:#000; text-decoration:none;}
table#cart_summary .cart_total {width:120px;text-align: center}
table#cart_summary td.cart_total {text-align: right}
table#cart_summary .cart_delete {
	width:64px;
	text-align:center
}
table#cart_summary .cart_discount_price {text-align: right}
.cart_delete a.cart_quantity_delete,
a.price_discount_delete {
	background:#FE9898;
    border-radius:50px;
    color:#FFFFFF;
    display:inline-block;
    font-size:15px;
    height:20px;
    line-height:16px;
    padding:0;
    text-align:center;
    width:20px;
}
.cart_delete a.cart_quantity_delete:hover,
a.price_discount_delete:hover {
	text-decoration:none;
}

.cart_total_price .total_price_container {
	border-right:none;
}

table#cart_summary .cart_total_price td.cart_voucher {
	border-bottom:1px solid #E6E6E6;
	vertical-align:middle
}

table#cart_summary .cart_total_price td.cart_voucher #voucher {background:#000; color:#FFF; text-transform:uppercase; height:40px; line-height:40px; margin:0 0 2px 0; position:relative; padding:0 20px;}
table#cart_summary .cart_total_price td.cart_voucher #voucher #voucher-arrow {background:url(../img/atlanpolis/voucher-arrow.png) no-repeat; position:absolute; top:0; right:-30px; width:38px; height:30px;}
table#cart_summary .cart_total_price td.cart_voucher #voucher p.submit {float:right;}

table#cart_summary #total_price_container {
	border-bottom:1px solid #E6E6E6;
	border-right: none;
	padding:10px 20px;
}

.cart_total_price td, .cart_total_delivery td {text-align:right; text-transform:uppercase; font-size:13px;}



.cart_voucher .title_block, .cart_voucher h4
.cart_voucher p {float:left;}
.cart_voucher .title_block, .cart_voucher h4 {margin:0 20px 0 0; padding:0;}
.cart_voucher p {padding:0;}

.cart_voucher p.discount_name_block {float:left;}
.cart_voucher #display_cart_vouchers {
	clear:both;
	line-height: 20px;
	color:#000;
	font-weight:normal;
}

#display_cart_vouchers li {
	background:#e6e6e6;
	margin-bottom:2px;
	height:40px;
	line-height:40px;
	padding:0 0 0 20px;
	color:#000;
	text-align:left;
}


.cart_voucher .title_offers {
	margin-top:15px;
	margin-bottom:5px
}
.cart_voucher #display_cart_vouchers span {
	font-weight:bold;
	cursor:pointer;
}
.cart_voucher input.discount_name {
	padding:0 5px;
	height:22px;
	width:170px;/* 180 */
	border:1px solid #ccc;
	font-weight:normal;
	background:url(../img/bg_discount_name.png) repeat-x 0 0 #fff
}
.cart_voucher .submit input.button {
	height:24px;
	margin:8px 0 0 15px;
	padding:0 20px;
	width:24px;
	text-align:center;
	display:inline-block;
}

#cart_summary .price {
	border-right:none;
	text-align: right;
	white-space: nowrap;
}
.total_price_container p {text-align: left}

table#cart_summary .cart_total_price .total_price_container {
	padding:0;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
}
.cart_total_price .total_price_container p {
	font-size:24px;
	display:block;
	padding:8px;
	color:#000;
	text-transform:uppercase;
}
.cart_total_price .total_price_container span {
	font-size:24px;
	text-align:center;
	text-transform:uppercase;
}
.cart_total_price .total_price_container span#total_price {
	color:#7f9a28;
}

#order_carrier {
	clear:both;
	margin-top:20px;
	border:1px solid #999;
	background:#fff
}
#order_carrier .title_block  {
	padding:0 15px;
	height: 29px;
	font-weight: bold;
	line-height:29px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	background:url(../img/bg_table_th.png) repeat-x 0 -10px #999
}
#order_carrier span {
	display:block;
	padding:15px;
	font-weight:bold
}


.multishipping_close_container {
	text-align: center;
}

table#cart_summary .gift-icon {
	color: white;
	background: #0088CC;
	line-height: 20px;
	padding: 2px 5px;
	border-radius: 5px;
}

/* step 2 - authentification ******************************************************************* */
#create-account_form {
	clear: none;
	float: left;
	height: 20em;
	width: 49%;
}
#authentication #login_form {
	clear: none;
	float: right;
	height: 20em;
	width: 49%;
}
#create-account_form {}

#authentication #create-account_form fieldset,
#authentication #login_form fieldset {
	min-height: 200px;
	border:1px solid #e0e0e0;
}

#authentication #create-account_form .form_content,
#authentication #login_form .form_content {
	padding:15px 10px
}

#create-account_form h3,
#authentication #login_form h3 {
	padding:8px;
	border-bottom:1px solid #ccc;
	font-weight:bold;
	font-size:12px;
	color:#fff;
	text-transform:uppercase;
	background:url(../img/bg_form_h3.png) repeat-x 0 0 #989898
}
#create-account_form .title_block  {
	padding-bottom:22px;
	font-size:11px;
	color:#333
}

#create-account_form label,
#login_form label {
	display:inline-block;
	width:110px;
	color:#666
}

#order-opc #login_form_content label {
	display:block;
	margin:0 0 10px 0
}

#create-account_form #email_create,
#login_form #email,
#login_form #passwd,
#login_form #login_email,
#login_form #login_passwd {
	padding:0 5px;
	height:20px;
	width:220px;/* 230 */
	border:1px solid #ccc;
	color:#666;
	background:url(../img/bg_discount_name.png) repeat-x 0 0 #fff;
	line-height:20px;
}

#create-account_form #SubmitCreate,
#login_form #SubmitLogin {
	float:right
}

.lost_password {
	float:left;
}
.lost_password a {color:#666}

#order-opc .lost_password {
	display:block;
	float:none;
	margin:5px 0 10px;
	width:auto;
	font-size:11px;
	color:#666
}

#ordermsg p {padding-bottom:0}
#ordermsg p.txt {
	float:left;
	margin-right:25px;
	width:220px
}
/*#ordermsg .textarea {float:right}*/
#ordermsg .textarea textarea {
	height:90px;
	width:475px;
	border:1px solid #ccc
}

/* step 3 - address ************************************************************************** */

.address-form-multishipping { padding: 10px 0px; }
#multishipping_mode_box {
	border: 1px solid #D0D3D8;
	background: url("../img/form_bg.jpg") repeat-x scroll left top #D0D1D5;
	margin-bottom: 10px;
	padding: 5px;
}
#multishipping_mode_checkbox {
	vertical-align: middle;
	margin-right: 5px;
}
#multishipping_mode_box.on {
	border: 1px solid #ddd;
}
#multishipping_mode_box .title {
	padding: 5px;
	font-weight: bold;
}
#multishipping_mode_box .description, #multishipping_mode_box .description_off {
	padding: 5px;
}
#multishipping_mode_box .description_off {
	display: none;
	padding: 5px;
}
#multishipping_mode_box .description_off div {
	margin-bottom: 10px;
}
#multishipping_mode_box .description_off a, #multishipping_mode_box .description a {
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 5px 10px;
	margin: 0 160px;
	border: 1px solid #ccc;
	background: #ddd;
}
#multishipping_mode_box .description_off a:hover, #multishipping_mode_box .description a:hover {
	background: #f3f3f3;
	border: 1px solid #ccc;
}
#multishipping_mode_box.on .description_off {
	display: block;
}


/* step 4 - paiement ************************************************************************** */

.delivery_options {
	border: 1px solid #E6E6E6;
	border-top: 0;
}

#order .delivery_options_address h3, #order-opc .delivery_options_address h3 {
	padding: 6px 11px;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	background:#9aba31;
    color: #FFF;
    font-size:18px;
    margin:0;
    font-weight: bold;
    height: 29px;
    line-height: 29px;
	
}
#order .delivery_option_radio, #order-opc .delivery_option_radio {
	float: left;
	margin: 21px 12px;
}
#order .delivery_option label, #order-opc .delivery_option label {
	display: block;
	padding-bottom: 5px;
	padding-top: 5px;
}
#order .delivery_option label > table.resume, #order-opc .delivery_option label > table.resume {
	height: 46px;
	width: 685px;
}
#order .delivery_option.item, #order-opc .delivery_option.item {
	background: #fafafa;
}
#order .delivery_option.alternate_item, #order-opc .delivery_option.alternate_item {
	border-top: 1px solid #E6E6E6;
	background: #f1f2f4;
	border-bottom: 1px solid #E6E6E6;
}
#order .delivery_option label > table.resume td, #order-opc .delivery_option label > table.resume td {
	padding: 0 8px;
}
#order .delivery_option label > table.resume td + td, #order-opc .delivery_option label > table.resume td + td {
	width: 300px;
}
#order .delivery_option label > table.resume td + td + td, #order-opc .delivery_option label > table.resume td + td + td {
	width: 100px;
	text-align: right;
}
#order .delivery_option_carrier td {width:200px}
#order .delivery_option_carrier td + td {width:280px;}
#order .delivery_option_carrier td + td + td {width:200px}
#order .delivery_options_address .delivery_option_logo, #order .delivery_option_carrier .delivery_option_logo, #order-opc .delivery_options_address .delivery_option_logo {
	padding-left:10px;
	width: 160px;
}
#order .delivery_options_address .delivery_option_logo img, #order-opc .delivery_options_address .delivery_option_logo img {width:160px; height:auto;}
#order .delivery_option_carrier .first_item, #order-opc .delivery_option_carrier .first_item {
	padding: 3px 5px 3px 12px;
	background:url(../img/arrow_right_2.png) no-repeat 3px 7px
}

.order_carrier_content {
	/*padding:15px;
	border:1px solid #ccc;
	background:#f8f8f8*/
	font-size:12px;
	color:#000;
}
.order_carrier_content h3 {
	padding:15px 0 10px 0;
	font-size:13px;
	color:#000
}
.order_carrier_content h3.carrier_title {padding-top:0}
.order_carrier_content input {
	position:relative;
	top:1px
}

#carrierTable {
	border:1px solid #999;
	border-bottom:none;
	background:#fff
}

#carrierTable tbody{
	border-bottom:1px solid #999;
}
#carrierTable  th {
	padding:0 15px;
	height: 29px;
	font-weight: bold;
	line-height:29px;
	color:#fff;
	text-transform:uppercase;
	background:url(../img/bg_table_th.png) repeat-x 0 -10px #999
}
#carrierTable  td {
	padding:15px;
	font-weight:bold;
	border-right:1px solid #e9e9e9
}
#carrierTable  td.carrier_price {border:none}

#gift_div {
	display:none;
	padding-bottom:10px
}
#gift_div label {
	display:block;
	margin-bottom:5px
}
#gift_div #gift_message {
	height:50px;
	width:720px;
	border:1px solid #999
}

a.iframe {font-weight:bold}

.hook_extracarrier {
	margin-top: 5px;
	padding: 5px;
}

/* step 5 - paiement ************************************************************************** */
.paiement_block {
	padding:0;
	font-size:12px;
	color:#000;
}

.payment_module {
	position:relative;
	text-transform:uppercase;
}
.payment_module a {display:block;}
.payment_module img {
	float:none;
	margin-right:10px;
	width:50px;
	height:auto;
	vertical-align:middle;
}
/*.payment_module span {
	position:absolute;
	top:50px;
	left:145px
}*/

.payment_module:before,
.payment_module:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden
}
.payment_module:after {clear: both}
.payment_module {zoom: 1}


/* ************************************************************************************************
		PAGE ORDER-OPC
************************************************************************************************ */
#order-opc #left_column {display:none}
#order-opc #center_column{/*width:757px*/}


#order-opc h2 {}
#order-opc h2 span {
	display:inline-block;
	padding:5px 7px;
	color:#fff;
	background:#333;
}

#order-opc #login_form fieldset {
	background: none repeat scroll 0 0 #FFFFE0;
	border: 1px solid #E6DB55;
	font-size: 13px;
	margin: 0 0 10px;
	padding: 10px;
}
#order-opc #login_form fieldset p {padding:0}
#order-opc #login_form fieldset p a {padding:0}

#order-opc #new_account_form p.submit {
	margin-right: 120px;
	text-align:right
}
#order-opc #new_account_form p.opc-required {margin-left:20px}

#order-opc .addresses {margin-bottom:20px}

#order-opc #opc_delivery_methods h3 {margin-top:20px;}
#order-opc #opc_delivery_methods textarea {
	height:60px;
	width:723px;
	border:1px solid #ccc
}
#order-opc #opc_delivery_methods #message {
	/*width:757px*/;
}
#order-opc #opc_payment_methods {margin-bottom:20px}
#order-opc #opc_payment_methods #opc_payment_methods-content p{margin:0}
.delivery_option_carrier td {width:200px}
.delivery_option_carrier td + td {width:280px;}
.delivery_option_carrier td + td + td {width:200px}
.delivery_option_carrier {
	margin: 5px 0 0 45px;
	width: 670px;
	display: none;
}
 .delivery_option_carrier tr td {
	padding: 5px;
}
.delivery_option_carrier.selected {
	display: table;
}
.delivery_option_carrier.not-displayable {
	display: none;
}
.delivery_option_title {
	font-weight: bold;
}


/* ************************************************************************************************
	express checkout
************************************************************************************************ */
#new_account_form {clear:both;margin-bottom: 20px}
#new_account_form h3 {
	margin-bottom:20px;
	padding:8px;
	border-bottom:1px solid #ccc;
	font-weight:bold;
	font-size:12px;
	color:#fff;
	text-transform:uppercase;
	background:url(../img/bg_form_h3.png) repeat-x 0 0 #989898
}
#center_column #new_account_form p {
	margin:0;
	padding:0 0 10px 0
}
#new_account_form p.required {color:#222}
#new_account_form p.required sup {color:#990000}
#new_account_form p.radio span,
#new_account_form p.text label,
#new_account_form p.password label,
#new_account_form p.select label,
#new_account_form p.select span,
#new_account_form p.textarea label {
	display: inline-block;
	padding: 6px 15px;
	width: 230px;
	font-size: 14px;
	text-align: right
}
#new_account_form p.radio label {
	float:none;
	padding-right:10px;
	width:auto;
	font-size:14px;
}
#new_account_form p.checkbox label {
	float: none;
	width: auto;
	font-size: 12px;
}
#new_account_form p.text input,
#new_account_form p.password input,
#new_account_form p.select input {
	height:22px;
	padding:0 5px;
	width:360px;
	border:1px solid #ccc;
	font-size:12px;
	color:#666
}
#new_account_form p.checkbox input {margin-left: 260px;}

#new_account_form #submitGuestAccount {float: right}

/* ************************************************************************************************ */

/* ************************************************************************************************
		paiment - CONFIRMATION
************************************************************************************************ */
#orderconfirmation #left_column {display:none}
#orderconfirmation #center_column{/*width:757px*/}


/* ************************************************************************************************
		PAGE PASSWORD
************************************************************************************************ */
#form_forgotpassword fieldset {
	padding: 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#form_forgotpassword  p.text label {
	display: inline-block;
	padding-right: 10px;
	font-weight: bold;
	font-size: 12px;
	text-align: right
}
#form_forgotpassword  p.text input {
	padding: 0 5px;
	height: 20px;
	width: 288px;
	border: 1px solid #ccc;
	background: url(../img/bg_input.png) repeat-x 0 0 #fff
}
#form_forgotpassword p.submit {
	margin-right:25px;
	padding-bottom:5px;
	/*text-align:right*/
}

#password .icon {
	position:relative;
	top:6px;
}


/* ************************************************************************************************
		PAGE ADRESSES
************************************************************************************************ */
#addresses #left_column {display:none}
#addresses #center_column{/*width:757px*/}

#address p.inline-infos {
	margin:0 0 0 265px !important;
	font-size:12px;
	color:#666;
}


/* ************************************************************************************************
		PAGE ADD ADRESS
************************************************************************************************ */
#address #left_column {display:none}
#address #center_column{/*width:757px*/}

form#add_address {}
#add_address fieldset {
	margin:0;
}
#add_address h3 {
	margin:0 0 15px 0;
	padding:8px;
	font-size:18px;
	color:#FFF;
	text-transform:uppercase;
	background:#9aba31;
}
#center_column #add_address p {margin:0; padding:0 0 10px 0}
#add_address p.required {color:#222}
#add_address p.required  sup {color:#990000}

#add_address p.text label,
#add_address p.password label,
#add_address p.select label,
#add_address p.select span,
#add_address p.textarea label {
	display:inline-block;
	padding:6px 15px;
	width:230px;/* 260 */
	font-size:14px;
	text-align:right
}
#add_address p.text input,
#add_address p.password input,
#add_address p.select input {
	padding:0 5px;
	height:22px;
	width:360px;/* 370 */
	border:1px solid #ccc;
	font-size: 12px;
	color:#666;
	line-height:22px
}
#add_address p.checkbox input {
	margin-left:260px;
}
#add_address p.select select {
	margin-right:10px;
	border:1px solid #ccc;
	font-size: 12px;
	color:#666
}
#add_address p.textarea label {vertical-align:top}
#add_address p.textarea textarea {
	height:80px;
	width:370px;
	border:1px solid #ccc;
	font-size: 12px;
	color:#666
}
#center_column  #add_address p.submit2 {
	margin-top:20px;
	text-align:right
}

#add_address span.form_info,
#add_address span.inline-infos {
	display:block;
	margin:5px 0 0 265px;
	color:#666
}


/* ************************************************************************************************
		PAGE ORDER-SPLIP
************************************************************************************************ */
#order-slip #left_column {display:none}
#order-slip #center_column{/*width:757px*/}

#order-slip #order-list {border-bottom:1px solid #999}
#order-slip #order-list td {
	border-top: 1px solid #ccc;
	border-bottom:none
}
#order-slip #order-list td.history_invoice {border-right:none}


/* ************************************************************************************************
		PAGE DISCOUNT
************************************************************************************************ */
#discount #left_column {display:none}
#discount #center_column{/*width:757px*/}

#discount .table_block tr.last_item td {border-bottom:1px solid #999}
#discount .table_block td.discount_expiration_date {border-right:1px solid #999}
#discount .table_block td.discount_value {white-space:nowrap}


/* ************************************************************************************************
		PAGE ORDER FOLLOW
************************************************************************************************ */
#order-follow #left_column {display:none}
#order-follow #center_column{/*width:757px*/}


/* ************************************************************************************************
		PAGE NEW-PRODUCTS
************************************************************************************************ */
#newproducts .sortPagiBar {margin-bottom:20px}


/* ************************************************************************************************
		PAGE BEST SALES
************************************************************************************************ */
#bestsales .sortPagiBar {margin-bottom:20px}

/* ************************************************************************************************
		PAGE PRICES DROP SALES
************************************************************************************************ */
#pricesdrop .sortPagiBar {margin-bottom:20px}


/* ************************************************************************************************
		PAGE MANUFACTURER
************************************************************************************************ */
#manufacturer .nbrmanufacturer {
	margin: 15px 0 10px;
	padding: 8px 7px;
	font-size:12px;
	color: #000;
	background: none repeat scroll 0 0 #f0f0f0
}

#manufacturer #product_list {margin-top:15px}

ul#manufacturers_list {list-style-type:none}
ul#manufacturers_list li {
	margin-bottom: 14px;
	padding: 12px 8px;
	border: 1px solid #eee;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius:3px;
}
ul#manufacturers_list li a.lnk_img {
	display: block;
	float: left;
}
ul#manufacturers_list li img {
	display: block;
	float: left;
	margin-right: 14px;
	border: 1px solid #ccc;
	vertical-align: bottom
}
ul#manufacturers_list li h3 {
	padding: 0 0 10px;
	font-size: 13px;
	color: #000
}
ul#manufacturers_list li .description {
	overflow: hidden;
	padding: 0;
	font-size:12px;
	color:#666
}
ul#manufacturers_list li .right_side {float:right;}

.description_box {
	border: 1px solid #CCCCCC;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 1px 1px #E2E2E2;
	padding: 5px;
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 18px;
}
.description_box p {
	margin: 0;
	padding: 0 10px 5px;
}
.description_box .hide_desc {
	display: none;
}
.description_box .lnk_more {
	background: url("../img/arrow_right_1.png") no-repeat scroll 100% 4px transparent;
	color: #0088CC;
	padding: 0 10px;
}
.description_box ul {
	padding-left: 30px;
	padding-bottom: 10px;
}

/* ************************************************************************************************
		PAGE SUPPLIER
************************************************************************************************ */
#supplier .nbrmanufacturer {
	margin: 15px 0 10px;
	padding: 8px 7px;
	font-size:12px;
	color: #000;
	background: none repeat scroll 0 0 #f0f0f0
}
ul#suppliers_list {list-style-type:none}
ul#suppliers_list li {
	margin-bottom: 14px;
	padding: 12px 8px;
	border: 1px solid #eee;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius:3px;
}
ul#suppliers_list li a.lnk_img {
	display: block;
	float: left;
}
ul#suppliers_list li img {
	display: block;
	float: left;
	margin-right: 14px;
	border: 1px solid #ccc;
	vertical-align: bottom
}
ul#suppliers_list li h3 {
	padding: 0 0 10px;
	font-size: 13px;
	color: #000
}
ul#suppliers_list li .description {
	overflow: hidden;
	padding: 0;
	font-size:12px;
	color:#666
}
ul#suppliers_list li .right_side {float:right;}


/* ************************************************************************************************
		PAGE SEARCH
************************************************************************************************ */
#search h3.nbresult {
	margin:0 0 10px 0;
	padding:10px;
	border:1px solid #e6db55;
	font-size:13px;
	background:#ffffe0
}
#search .sortPagiBar {margin-bottom:20px}


/* ************************************************************************************************
		PAGE 404
************************************************************************************************ */
/*
#pagenotfound #left_column,
#pagenotfound #right_column,
#pagenotfound #footer {display:none}

#pagenotfound #left_column,
#pagenotfound #right_column,
#pagenotfound #footer {display:none}

#pagenotfound #center_column {width:940px;}

#pagenotfound .pagenotfound {
	padding:30px 300px 0 0;
	height:330px;
	font-size:14px;
	background:url(../img/bg_404.png) no-repeat 100% 0
}
#pagenotfound h3 {
	font-weight:normal;
	font-size:14px
}
#pagenotfound fieldset {border:none}
#pagenotfound fieldset label {color:#333}
#pagenotfound  #search_query {
	-moz-border-bottom-colors: none;
	-moz-border-image: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #fff !important;
	border-top: 1px solid #666;
	padding: 0 5px;
	height: 24px;
	width: 200px;
	color: #ccc;
	background: url(../../../modules/blocksearch/img/bg_search_input.png) repeat-x scroll 0 0 #fff
}
#pagenotfound .button_small {
	padding: 4px 7px;
	border: medium none;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
	color: #fff;
	text-transform: uppercase;
	background: url("../../../modules/blocksearch/img/bg_search_submit.png") repeat-x scroll 0 0 #101010
}
#pagenotfound .pagenotfound a {
	font-weight:bold;
	color:#333
}
#pagenotfound .pagenotfound .icon {
	position:relative;
	top:3px
}
*/

/* ************************************************************************************************
		addons payment cheque
************************************************************************************************ */
#module-cheque-payment #left_column {display:none}
#module-cheque-payment #center_column{/*width:757px*/}


/* ************************************************************************************************
		addons payment bankwire
************************************************************************************************ */
#module-bankwire-payment #left_column {display:none}
#module-bankwire-payment #center_column{/*width:757px*/}


/* ************************************************************************************************
		addons google checkout
************************************************************************************************ */
#module-gcheckout-payment #left_column {display:none}
#module-gcheckout-payment #center_column{/*width:757px*/}

/* ************************************************************************************************
		addons paypal
************************************************************************************************ */
#module-payment-submit #left_column {display:none}
#module-payment-submit #center_column{/*width:757px*/}


/* ************************************************************************************************
		addons cashondelivery validation
************************************************************************************************ */
#module-cashondelivery-validation #left_column {display:none}
#module-cashondelivery-validation #center_column{/*width:757px*/}


/* ************************************************************************************************
		addon RerversoForm
************************************************************************************************ */
#account-creation_form fieldset.reversoform {padding:10px !important}
#account-creation_form fieldset.reversoform  .text label{
	display:block;
	padding:0 0 10px 0;
	width:100%;
	text-align:left;
}
#account-creation_form fieldset.reversoform .infos-sup {
	padding:0 !important;
	font-size:10px;
	font-style:italic;
	text-align:right
}
/* ************************************************************************************************
		addon customer privacy
************************************************************************************************ */
#account-creation_form fieldset.customerprivacy label, fieldset.customerprivacy label{
	padding-bottom:0;
	font-size:14px;
	text-align:left;
	cursor:pointer
}

/* ************************************************************************************************
		addon referralprogram
************************************************************************************************ */
#module-referralprogram-referralprogram-program #left_column {display:none}
#module-referralprogram-referralprogram-program #center_column{/*width:757px*/}

#footer .myaccount li.referralprogram img {display:none}

#module-referralprogram-referralprogram-program .sheets {padding-top:10px}

#module-referralprogram-referralprogram-program form p.checkbox {font-weight:bold}
#module-referralprogram-referralprogram-program form p.checkbox a {text-decoration:underline}
#module-referralprogram-referralprogram-program form p.submit {text-align:right}
#module-referralprogram-referralprogram-program form p.see_email {
	padding-left:10px;
	color: #0088cc;
	background:url(../img/arrow_right_1.png) no-repeat 0 4px;
}
#module-referralprogram-referralprogram-program form p.see_email a {
	color: #0088cc;
	text-decoration:underline
}

/* ************************************************************************************************
		addon loyalty
************************************************************************************************ */
#module-loyalty-default #left_column {display:none}
#module-loyalty-default #center_column{/*width:757px*/}

#product p#loyalty {
	padding:10px 0 0 20px;
	border-top:1px solid #ccc;
	background:url(../img/icon/info.png) no-repeat 0 8px;
	margin-top: 10px;
}

#footer .myaccount li.loyalty img {display:none}


/* ************************************************************************************************
		addon Livezilla
************************************************************************************************ */
#livezilla_lnk  {
	margin:10px 0;
	text-align: right
}
#livezilla_lnk a {
	display:inline-block;
	padding:6px 8px 8px 8px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	font:bold 10px Arial,Verdana,sans-serif;
	color:#fff;
	text-shadow: 0 -1px 0 #000;
	background: url(../img/bg_bt_compare.gif) repeat-x scroll 0 0 #000
}
#livezilla_lnk a:hover {text-decoration:none}

/* ************************************************************************************************
		addons comments products
************************************************************************************************ */
form#sendComment  fieldset{
	padding:10px;
	border:1px solid #ccc;
	background:#eee
}
form#sendComment h3 {font-size:14px;}
#new_comment_form p.text {
	 margin-bottom: 0;
	 padding-bottom: 0;
}
#sendComment p.text label,
#sendComment p.textarea label {
	display: block;
	margin: 12px 0 4px;
	font-weight: bold;
	font-size: 12px;
}
#sendComment p.text input {
	padding: 0 5px;
	height: 28px;
	width: 498px;
	border: 1px solid #ccc;
	background: url(../img/bg_input.png) repeat-x 0 0 #fff;
}
#sendComment p.textarea textarea {
	height:80px;
	width:508px;
	border:1px solid #ccc;
}
#sendComment p.submit {
	padding:0;
	text-align:right
}

#sendComment p.closeform {
	float:right;
	padding:0;
	height:12px;
	width:12px;
	text-indent:-5000px;
	background:url(../img/icon/delete.gif) no-repeat 0 0
}

.star {
	position: relative;
	top:2px;
	float: left;
	height: 12px;
	width: 12px;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer
}
.star, .star a { background: url(../../../modules/productcomments/img/star.gif) no-repeat 0 0 }
div.star_on a { background-position: 0 -12px }
div.star_hover a, div.star a:hover { background-position: 0 -12px }


/* ************************************************************************************************
		xxxxx
************************************************************************************************ */


/* ************************************************************************************************
		guest tracking
************************************************************************************************ */

#guest-tracking fieldset p:first-child {
	padding-top: 10px;
}
#guest-tracking fieldset p:last-child {
	padding-bottom: 10px;
}



/* ************************************************************************************************
		CSS Modules
************************************************************************************************ */

/******* IMPORTANT - Internet Explorer can read 31 CSS files max. Some CSS have been put here and erased from their own module folder.************/

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



/*************** Block CATEGORIES ***************/
#categories_block_left  li {border-bottom:1px solid #FFF; font-size:18px;}
	#categories_block_left  li.last {	border:none;}
		#categories_block_left li a {
			display:block;
			padding:7px 11px 5px 22px;
			color:#000;
			background:#ccdc98;
		}
	#categories_block_left li a:hover {text-decoration:none;}
	#categories_block_left li ul {padding-left:0; border-bottom:1px solid #ffffff;}
	#categories_block_left li ul ul {padding-left:30px;}
		#categories_block_left li ul li {font-size:14px; border-bottom:1px solid #ffffff;}
		#categories_block_left li ul li.last {border:none;}
			#categories_block_left  li ul li a {
				padding-left:0;
				background:none;
			}
			
			
			
#categories_block_left li .OPEN,
#categories_block_left li .CLOSE {
	display:block;
	float:right;
	margin:12px 10px 0;
	/*height:9px;
	width:9px;*/
	height:12px;
	width:11px;
	background:url(../../../modules/blockcategories/img/icon/open-close.png) no-repeat 0 -12px;
	cursor:pointer;
	-webkit-transition: all 200ms linear;
	   -moz-transition: all 200ms linear;
	    -ms-transition: all 200ms linear;
	     -o-transition: all 200ms linear;
	        transition: all 200ms linear;
}		
#categories_block_left li li .OPEN,
#categories_block_left li li .CLOSE {
	background:url(../../../modules/blockcategories/img/icon/open-close-gris.png) no-repeat 0 -12px;
}
#categories_block_left li .CLOSE {background-position:0 0}
#categories_block_left li li .CLOSE {background-position:0 0}
#categories_block_left ul ul {border:none;}


#categories_block_left ul.tree > li > a.active {color:#FFF; background:#91bc48;}
#categories_block_left ul.tree > li > a.selected {font-weight:bold;}
#categories_block_left ul.tree > li > ul > li > a {color:#000; text-transform:uppercase;}
#categories_block_left ul.tree > li > ul > li > a.selected {font-weight:bold;}
#categories_block_left ul.tree > li > ul > li {padding-left:30px;}
#categories_block_left ul.tree > li > ul > li.active {background:#ededed;}
#categories_block_left ul.tree > li > ul > li > ul > li {border:none;}
#categories_block_left ul.tree > li > ul > li > ul > li > a {color:#757575;}
#categories_block_left ul.tree > li > ul > li > ul > li > a.selected {color:#000000; font-weight:bold;}


/* footer */
.blockcategories_footer {
	padding:15px 10px;
}
.blockcategories_footer .category_footer {/*float:left;clear:none;*/}
.blockcategories_footer .category_footer .list{/*float:left;*/}

.blockcategories_footer .list > ul {display:table; width:100%;}
.blockcategories_footer .list > ul > li {display:table-cell; font-size:14px;}
.blockcategories_footer .list > ul > li > a {display:block; margin:0 0 10px 0;}
.blockcategories_footer .list > ul > li > ul {margin:0 10px 0 0;}
.blockcategories_footer .list > ul > li > ul > li {font-size:11px;margin:2px 0;}


.blockcategories_footer .list > ul > li > ul ul {display:none !important}

/*************** Block CMS ***************/
/* footer */
#footer .block_various_links {padding:15px 10px;}

/* Block CMS links */
.informations_block_left li {border-bottom:1px dotted #eee}
.informations_block_left li.last {border:none;}
.informations_block_left li a {
    display:block;
    padding:7px 11px 5px 22px;
    color:#333;
    background:url(../../../modules/blockcms/img/arrow_right_2.png) no-repeat 10px 10px transparent;
}
    
tr.subitem > td:first-child + td {
    padding-left: 10px;
}



/*************** Block CONTACTINFOS ***************/

#block_contact_infos {padding:15px 10px;}
#block_contact_infos li {
	padding:0 !important;
	line-height: 20px;
}
#block_contact_infos li  strong {
	font-weight:normal;
	font-size:13px;
}
#block_contact_infos li  pre {font: 11px/20px Arial,Verdana,sans-serif;}



/*************** Block LINK ***************/
#links_block_left .block_content li {border-bottom:1px dotted #eee}
#links_block_left .block_contentt li.last {border:none;}
#links_block_left .block_content li a {
    display:block;
    padding:7px 11px 5px 22px;
    color:#333;
    background:url(../../../modules/blocklink/img/arrow_right_2.png) no-repeat 10px 10px transparent;
}



/*************** Block MANUFACTURER ***************/
#manufacturers_block_left {background:#FFF; border:1px solid #CCC; padding:15px; margin:0; line-height:1; width:768px; float:left; height:374px;}
#manufacturers_block_left #manu_tab_title {text-transform:uppercase; font-size:24px; text-align:center; border-bottom:1px solid #98b930; height:42px;}
#manufacturers_block_left #manu_tab_title a {color:#7f9a28; display:inline-block; padding:10px 15px 0 15px; margin:0; height:33px; line-height:33px;
-webkit-border-radius: 5px 5px 0px 0px;
        border-radius: 5px 5px 0px 0px;
}
#manufacturers_block_left #manu_tab_title a.active {color:#000; padding:4px 14px 0 14px; border:1px solid #98b930; border-bottom:none; background:#FFF;}
#manufacturers_block_left #manu_tab_title a.active span {border-bottom:5px solid #98b930;}
#manufacturers_block_left #manu_tab_title a:hover {text-decoration:none;}

#manufacturers_block_left #manu_tabs_container {border:1px solid #98b930; border-top:none; padding:15px; position:relative; /*height:390px;*/}



#manufacturers_block_left #marques {height:300px;}
#manufacturers_block_left #marques ul {}
#manufacturers_block_left #marques ul li {width:20%; float:left;}
#manufacturers_block_left #marques ul li a {border:1px solid #e8e8e8; display:block; height:115px;
-webkit-transition: all 200ms linear;
   -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
     -o-transition: all 200ms linear;
        transition: all 200ms linear;
}
#manufacturers_block_left #marques ul li a:hover {border:1px solid #98B930;}
#manufacturers_block_left #marques ul li a img {max-width:100%; height:auto;}

#manufacturers_block_left #marques ul li a .wrap_img {margin:15px;
-webkit-transition: all 200ms linear;
   -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
     -o-transition: all 200ms linear;
        transition: all 200ms linear;
}
#manufacturers_block_left #marques ul li a:hover .wrap_img {margin:5px;}

#manufacturers_block_left #marques ul li a span {font-size:15px;
-webkit-transition: all 200ms linear;
   -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
     -o-transition: all 200ms linear;
        transition: all 200ms linear;
}
#manufacturers_block_left #marques ul li a:hover span {font-size:18px;}


#manufacturers_block_left .all {text-align:center; padding:10px 0;}
#manufacturers_block_left .all a {
	text-transform:uppercase; color:#FFF; font-size:16px; display:inline-block; height:34px; line-height:34px; padding:0 20px;
	background-image:url(../img/atlanpolis/bt-bg.png);
	background-repeat:repeat-x;
	background-position:0 0;
	-webkit-transition: all 200ms linear;
	   -moz-transition: all 200ms linear;
	    -ms-transition: all 200ms linear;
	     -o-transition: all 200ms linear;
	        transition: all 200ms linear;
}
#manufacturers_block_left .all a:hover {background-position:0 -34px; text-decoration:none;}

#all_brands {list-style:none; padding:15px; margin:0; background:#FFF;}
#all_brands li {width:33.333333333%; float:left; position:relative;}
#all_brands li a {border:1px solid #e8e8e8; display:block; height:200px; text-align:center;
-webkit-transition: all 200ms linear;
   -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
     -o-transition: all 200ms linear;
        transition: all 200ms linear;
}
#all_brands li a:hover {border:1px solid #98B930;}
#all_brands li a .wrap_img {margin:40px 50px 40px 50px;
-webkit-transition: all 200ms linear;
   -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
     -o-transition: all 200ms linear;
        transition: all 200ms linear;
}
#all_brands li a:hover .wrap_img {margin:40px 15px 40px 15px;}
#all_brands li a img {max-width:100%; height:auto;}
#all_brands li a .txt {position:absolute; bottom:5px; left:0; right:0; text-align:center;}

#all_brands li a .txt_only {line-height:200px; font-size:15px;}
#all_brands li a:hover .txt_only {font-size:18px;}


#manufacturers_block_left #odr ul {list-style:none; padding:0; margin:0;}
#manufacturers_block_left #odr li {padding:0; margin:0; width:25%; float:left; text-align:center; position:relative;}
#manufacturers_block_left #odr li .inner {padding:10px; height:280px;}
#manufacturers_block_left #odr li .prices_cart {position:absolute; left:0; right:0; bottom:10px;}

#manufacturers_block_left #odr li .pdt_img {position:relative; margin:0 20px;}
#manufacturers_block_left #odr li .pdt_img img {max-width:100%; height:auto;}
#manufacturers_block_left #odr li .cat {font-size:12px; color:#757575; text-transform:uppercase;}
#manufacturers_block_left #odr li .manufacturer {font-size:30px; color:#000;}
#manufacturers_block_left #odr li .name {font-size:24px; color:#000;}
#manufacturers_block_left #odr li .prices {padding:0 0 5px 0;}
#manufacturers_block_left #odr li .old_price {font-size:20px; color:#7f9a28; text-decoration:line-through;}
#manufacturers_block_left #odr li .new_price {font-size:42px; color:#f51818;}
#manufacturers_block_left #odr li .add_cart {padding:0;}
#manufacturers_block_left #odr li .add_cart a {
    background:url("../img/atlanpolis/addtocart.png") no-repeat scroll 0 0 transparent;
    border:none;
    display:block;
    height:42px;
    margin:0 auto;
    padding:0;
    width:42px;
}
#manufacturers_block_left #odr li a:hover,
#manufacturers_block_left #odr li a:hover .cat,
#manufacturers_block_left #odr li a:hover .manufacturer,
#manufacturers_block_left #odr li a:hover .name {color:#7f9a28;}




/*************** Block SERVICES ***************/
#services_block {background:#FFF; border:1px solid #CCC; padding:15px; margin:0 0 0 30px; line-height:1;  width:308px; float:left; height:374px;}
#services_block .title {font-size:40px; color:#909090; text-transform:uppercase; letter-spacing:4px; text-align:center; margin-bottom:20px;}
#services_block ul {padding:0; margin:0; list-style:none;}
#services_block ul li {padding:0; margin:0; float:left; width:50%; position:relative;}
#services_block ul li.s1 a {background-color:#21c4e6;}
#services_block ul li.s2 a {background-color:#034684;}
#services_block ul li.s3 a {background-color:#2caa63;}
#services_block ul li.s4 a {background-color:#55b00e;}
#services_block ul li.s5 a {background-color:#ee8646;}
#services_block ul li.s6 a {background-color:#b11e39;}
#services_block ul li.s1 a,#services_block ul li.s3 a,#services_block ul li.s5 a {margin-right:5px;}
#services_block ul li.s2 a,#services_block ul li.s4 a,#services_block ul li.s6 a {margin-left:5px;}
#services_block ul li.s3,#services_block ul li.s4 {margin:10px 0;}
#services_block ul li a {color:#FFFFFF; text-align:center; text-transform:uppercase; font-size:16px; display:block; padding:0; height:94px;
	background-image:url(../img/atlanpolis/services/hover.png); background-repeat:repeat-x; background-origin:0 0;
	-webkit-transition: all 200ms linear;
	   -moz-transition: all 200ms linear;
	    -ms-transition: all 200ms linear;
	     -o-transition: all 200ms linear;
	        transition: all 200ms linear;
}
#services_block ul li a:hover {text-decoration:none; background-position:left bottom;}
#services_block ul li a .img {position:absolute; top:2px; left:0; right:0;}
#services_block ul li a:hover .img {
	-webkit-transition: all 200ms linear;
	   -moz-transition: all 200ms linear;
	    -ms-transition: all 200ms linear;
	     -o-transition: all 200ms linear;
	        transition: all 200ms linear;
}
#services_block ul li a .txt {position:absolute; bottom:10px; left:0; right:0;}
#services_block ul li a img {max-width:100%; height:auto;}
#services_block ul li.s1 a div,#services_block ul li.s3 a div,#services_block ul li.s5 a div {right:5px;}
#services_block ul li.s2 a div,#services_block ul li.s4 a div,#services_block ul li.s6 a div {left:5px;}
#services_block ul li.s1 a .img,#services_block ul li.s3 a .img,#services_block ul li.s5 a .img {left:50px; right:55px;}
#services_block ul li.s2 a .img,#services_block ul li.s4 a .img,#services_block ul li.s6 a .img {left:55px; right:50px;}
/*#services_block ul li.s1 a:hover .img,#services_block ul li.s3 a:hover .img,#services_block ul li.s5 a:hover .img {left:0; right:5px;}
#services_block ul li.s2 a:hover .img,#services_block ul li.s4 a:hover .img,#services_block ul li.s6 a:hover .img {left:5px; right:0;}*/

/*************** Block SERVICES FOOTER ***************/
#services_block_footer {padding:0; margin:40px 0 0 0; line-height:1;}
#services_block_footer .title {font-size:40px; color:#909090; text-transform:uppercase; letter-spacing:4px; text-align:center; margin-bottom:20px;}
#services_block_footer ul {padding:0; margin:0; list-style:none;}
#services_block_footer ul li {padding:0; margin:0; float:left; width:16.66666666666666%; position:relative;}
#services_block_footer ul li.s1 a {background-color:#21c4e6;}
#services_block_footer ul li.s2 a {background-color:#034684;}
#services_block_footer ul li.s3 a {background-color:#2caa63;}
#services_block_footer ul li.s4 a {background-color:#55b00e;}
#services_block_footer ul li.s5 a {background-color:#ee8646;}
#services_block_footer ul li.s6 a {background-color:#b11e39;}
#services_block_footer ul li a {color:#FFFFFF; text-align:center; text-transform:uppercase; font-size:16px; display:block; padding:0; height:94px; margin:0 10px;
	background-image:url(../img/atlanpolis/services/hover.png); background-repeat:repeat-x; background-position:left top;
	-webkit-transition: all 200ms linear;
	   -moz-transition: all 200ms linear;
	    -ms-transition: all 200ms linear;
	     -o-transition: all 200ms linear;
	        transition: all 200ms linear;
}
#services_block_footer ul li a:hover {text-decoration:none; background-position:left bottom;}
#services_block_footer ul li a .img {position:absolute; top:2px; left:0; right:0;}
#services_block_footer ul li a:hover .img {
	-webkit-transition: all 200ms linear;
	   -moz-transition: all 200ms linear;
	    -ms-transition: all 200ms linear;
	     -o-transition: all 200ms linear;
	        transition: all 200ms linear;
}
#services_block_footer ul li a .txt {position:absolute; bottom:10px; left:10px; right:10px;}
#services_block_footer ul li a img {max-width:100%; height:auto;}
#services_block_footer ul li a .img {left:72px; right:72px;}
/*#services_block_footer ul li a:hover .img {left:10px; right:10px;}*/




/*************** Block LOGO PAYMENT ***************/

.paiement_logo_block { width: 191px; text-align: center; margin-bottom: 1.5em }
.paiement_logo_block a { text-decoration: none }
.paiement_logo_block img { margin: 0 0.5em }



/*************** Block RSS ***************/
#rss_block_left p {
	margin:0;
	padding:10px;
}

#rss_block_left li {border-bottom:1px dotted #ccc}
#rss_block_left li.last {	border:none;}
	#rss_block_left li a {
		display:block;
		padding:7px 11px 5px 22px;
		color:#333;
		background:url(../../../modules/blockrss/img/arrow_right_2.png) no-repeat 10px 10px transparent
	}

	
/*************** Block SOCIAL ***************/
#social_block {padding:15px 10px;}
#social_block li {padding-left:22px !important;}
#social_block li.facebook {background:url(../../../modules/blocksocial/img/sprite_pict_social_block.png) no-repeat 0 6px;}
#social_block li.twitter {background:url(../../../modules/blocksocial/img/sprite_pict_social_block.png) no-repeat 0 -26px;}
#social_block li.rss {background:url(../../../modules/blocksocial/img/sprite_pict_social_block.png) no-repeat 0 -56px;}


/*************** Block STORE ***************/
.blockstore img { margin: 10px 0 0 0}
.blockstore p { 
	padding-bottom:0;
	font-weight:bold;
	text-align: right
}
.blockstore p.store_image { 
	padding-bottom:10px;
	text-align:center
}


/*************** Block SUPPLIER ***************/
.blocksupplier li {border-bottom:1px dotted #ccc}
.blocksupplier li.last {	border:none;}
	.blocksupplier li a {
		display:block;
		padding:7px 11px 5px 22px;
		color:#333;
		background:url(../../../modules/blocksupplier/img/arrow_right_2.png) no-repeat 10px 10px transparent
	}

.blocksupplier form {margin-top:10px;}
.blocksupplier p {
	padding:0;
	text-align:center
}

.ie7 #featured-products_block_center .product_image span.new {top:110px;right:0;width:94%}
.ie8 #featured-products_block_center .product_image span.new{top:110px;right:0;width:94%}
.lt-ie6 #featured-products_block_center .product_image span.new {top:110px;right:0;width:94%}






/* ************************************************************************************************
		ATLANPOLIS
************************************************************************************************ */
.clearfix:before, .clearfix:after {content:" "; display:table;}
.clearfix:after {clear:both;}
.clearfix {*zoom:1;}


#columns-wrap, #footer-wrap {position:relative; z-index:10;}
#header-wrap {position:relative; z-index:20;}
#wrap-home-slider {position:relative; height:480px; z-index:5;}
#services-wrap {position:relative; z-index:10;}
#footer-wrap {background-image:url(../img/atlanpolis/footer-bg.jpg); background-repeat:repeat-x; background-color:#030202; margin-top:40px;}

#header_user {position:absolute; top:6px; right:20px; width:137px; height:66px;}
#header_user #header_user_info {position:absolute; top:0; left:0; width:66px; height:66px; background:url(../img/atlanpolis/header_user_info.png) no-repeat #c7c7c6;}
#header_user #header-cart {position:absolute; top:0; right:0; width:66px; height:66px; background:url(../img/atlanpolis/header-cart.png) no-repeat #95be00;}


#header .sf-contener {background-image:url(../img/atlanpolis/menu-bg.jpg); background-repeat:repeat-x; background-color:#132026;}
#header-inner {padding:0 20px;}

#shopping_cart .ajax_block_cart_total {text-align:center; color:#FFF; font-size:11px; font-weight:bold; margin-top:5px;}
#header_user #shopping_cart .ajax_cart_quantity {
	position:absolute; top:22px; right:10px;
	font-size:10px; color:#FFF; text-align:center; background:url(../img/atlanpolis/header-cart-qty.png) no-repeat; width:21px; height:12px; line-height:12px;
}

#header #cart_block {
background: #92bb00;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzkyYmIwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiOWQwMzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #92bb00 0%, #b9d033 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#92bb00), color-stop(100%,#b9d033)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #92bb00 0%,#b9d033 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #92bb00 0%,#b9d033 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #92bb00 0%,#b9d033 100%); /* IE10+ */
background: linear-gradient(to bottom,  #92bb00 0%,#b9d033 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92bb00', endColorstr='#b9d033',GradientType=0 ); /* IE6-8 */
}

#header_user #header_user_info a.account, #header_user #header_user_info a.login {bottom:0; left:0; position:absolute; right:0; top:0;}
#header_user #header_user_info .account-txt {position:absolute; bottom:5px; left:0; right:0; text-align:center; color:#FFF; font-size:10px; text-transform:uppercase;}
#header_user #header_user_info #account-dropdown {position:absolute; top:66px; right:0; width:270px; height:auto; z-index:10;
background: #aaaaaa;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FhYWFhYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNWQ1ZDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #aaaaaa 0%, #d5d5d4 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aaaaaa), color-stop(100%,#d5d5d4)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #aaaaaa 0%,#d5d5d4 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #aaaaaa 0%,#d5d5d4 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #aaaaaa 0%,#d5d5d4 100%); /* IE10+ */
background: linear-gradient(to bottom,  #aaaaaa 0%,#d5d5d4 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaaaaa', endColorstr='#d5d5d4',GradientType=0 ); /* IE6-8 */
}
#header_user #header_user_info {color:#040505; font-size:16px;}
#header_user #header_user_info .block_content {padding:15px 0 0 0;}
#header_user #header_user_info ul { list-style:none; padding:0; margin:10px 0;}
#header_user #header_user_info li {padding:0; margin:0;}
#header_user #header_user_info li a {display:block; padding:5px 0 5px 30px; margin:0 1px; background:url(../img/atlanpolis/header-user-account-arrow.png) no-repeat 12px 8px; font-size:12px; color:#040505;
-webkit-transition: all 200ms linear;
   -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
     -o-transition: all 200ms linear;
        transition: all 200ms linear;
}





#header_user #header_user_info a.logout, 
#header_user #header_user_info a.create, 
#header_user #SubmitLogin {
	float:right;
	text-decoration:none;
	text-transform:uppercase; color:#FFF; font-size:11px; display:inline-block; height:25px; line-height:25px; padding:0 15px; margin:10px 0;
	background-image:url(../img/atlanpolis/bt-bg.png);
	background-repeat:repeat-x;
	background-position:0 0;
	-webkit-transition: all 200ms linear;
	   -moz-transition: all 200ms linear;
	    -ms-transition: all 200ms linear;
	     -o-transition: all 200ms linear;
	        transition: all 200ms linear;
}
#header_user #header_user_info a.logout:hover, 
#header_user #header_user_info a.create:hover, 
#header_user #SubmitLogin:hover {
	background-position:0 -34px;
}







#header_user #header_user_info li a:hover {background-color:#ffffff; text-decoration:none; background-position:15px 8px;}
#header_user input[type="email"], #header_user input[type="password"] {
	background: url(../img/bg_search_input.png) repeat-x scroll 0 0 #FFFFFF;
    border: 1px solid #C4C3C3;
    color: #686868;
    font-size: 12px;
    height: 23px;
    padding: 0 5px;
	width:100%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
}
#header_user .lost_password {font-size:10px;}
#header_user label {font-size:12px; color:#040505;}
#header_user p.text {margin:0;}



#search_block_top label {background:url(../img/atlanpolis/header-search.png) no-repeat top left; width:35px; height:26px; display:inline-block;}
form#searchbox {height:26px; line-height:26px;}
form#searchbox label, form#searchbox input {vertical-align:middle;}
#search_block_top .button {margin-left:5px; font-size:11px; text-transform:uppercase;}

#cart_block_list {color:#FFF;}
#cart_block_list a {color:#FFF;}
#cart_block_list #cart-prices {color:#000; text-transform:uppercase;}

#homeslider li a {position:absolute; top:0; left:0; right:0; bottom:0;}


/* LABELS */
.bp {background:url(../img/atlanpolis/bandos-pictos.png) no-repeat top left; color:#FFF;
	text-shadow:1px 1px 1px #000000;
	white-space: nowrap;
}
a:hover .bp{color:#FFFFFF;}

.bando-flash {background-position:0 0; width:82px; height:82px;}
.bando-new {background-position:0 -132px; width:82px; height:82px;}
.bando-odr {background-position:0 -264px; width:82px; height:82px;}
.bando-promo {background-position:0 -396px; width:82px; height:82px;}
.bando-top {background-position:0 -528px; width:82px; height:82px;}

.picto-flash {background-position:0 -660px; width:60px; height:70px; line-height:70px; padding:5px 6px 0 0;}
.picto-new {background-position:0 -785px; width:51px; height:69px; line-height:69px;}
.picto-odr {background-position:0 -904px; width:62px; height:64px; line-height:64px;}
.picto-promo {background-position:0 -1018px; width:51px; height:69px; line-height:69px;}
.picto-top {background-position:0 -1137px; width:79px; height:83px; line-height:83px;}




/**/
.picto {background:url(../img/atlanpolis/pictos.png) no-repeat top left; position:absolute; top:0; right:0; text-align:center; white-space:nowrap; font-size:22px; color:#FFF; background-position:100px 100px;}
.picto .amount {
	position:absolute;
	right:0;
	top:35px;
	font-size:16px;
    background:url(../img/atlanpolis/amount.png) repeat-x;
    color: #FFFFFF;
    padding:0;
	height:20px;
	line-height:20px;
    text-decoration: none;
	padding:0 3px;
}

.picto-odr {background-position:0 -333px; width:82px; height:82px; line-height:82px;}
.picto-nouveaute {background-position:0 -80px; width:127px; height:85px; line-height:85px;}
.picto-topvente {background-position:0 -465px; width:80px; height:83px; line-height:83px;}
.picto-promotion {background-position:0 -215px; width:49px; height:68px; line-height:68px;}
.picto-venteflash {background-position:0 -598px; width:60px; height:65px; line-height:65px; padding:10px 6px 0 0;}
/**/
.picto-chrono {background-position: 0 0; width:26px; height:30px; line-height:30px;}


#pb-right-column .picto {right:inherit; left:0; top:-36px;}
#pb-right-column .picto-venteflash {top:-15px;}


#product_list li span.new {
	position:absolute; top:0; right:0; text-indent:-9999px;
	width:127px; height:85px;
	background-image:url(../img/atlanpolis/pictos.png); background-repeat:no-repeat; background-position:0 -80px;
}

#product_list-container {padding:20px; background:#FFF;}




#push_product_by_category {background:#FFF; border:1px solid #CCC; padding:15px; margin:0; line-height:1;}
#push_product_by_category #tab_title {text-transform:uppercase; font-size:24px; text-align:center; border-bottom:1px solid #98b930; height:42px;}
#push_product_by_category #tab_title a {color:#7f9a28; display:inline-block; padding:10px 15px 0 15px; margin:0; height:33px; line-height:33px;
-webkit-border-radius: 5px 5px 0px 0px;
        border-radius: 5px 5px 0px 0px;
}
#push_product_by_category #tab_title a.active {color:#000; padding:4px 14px 0 14px; border:1px solid #98b930; border-bottom:none; background:#FFF;}
#push_product_by_category #tab_title a.active span {border-bottom:5px solid #98b930;}
#push_product_by_category #tab_title a:hover {text-decoration:none;}
#push_product_by_category #tabs_container {border:1px solid #98b930; border-top:none; padding:15px; position:relative;}
#push_product_by_category li {width:25%;}
#push_product_by_category .all {text-align:center; padding:10px 0;}
#push_product_by_category .all a {
	text-transform:uppercase; color:#FFF; font-size:16px; display:inline-block; height:34px; line-height:34px; padding:0 20px;
	background-image:url(../img/atlanpolis/bt-bg.png);
	background-repeat:repeat-x;
	background-position:0 0;
	-webkit-transition: all 200ms linear;
	   -moz-transition: all 200ms linear;
	    -ms-transition: all 200ms linear;
	     -o-transition: all 200ms linear;
	        transition: all 200ms linear;
}
#push_product_by_category .all a:hover {background-position:0 -34px; text-decoration:none;}

#push_product_by_category #tabs_container {border:1px solid #98b930; border-top:none; padding:15px; position:relative;}
#push_product_by_category #topvente,
#push_product_by_category #venteflash,
#push_product_by_category #promotion {}

#push_product_by_category ul {list-style:none; padding:0; margin:0;}
#push_product_by_category li {padding:0; margin:0; width:25%; float:left; text-align:center; position:relative;}
#push_product_by_category li .inner {padding:10px; height:390px;}
#push_product_by_category li .prices_cart {position:absolute; left:0; right:0; bottom:10px;}

#push_product_by_category li .pdt_img {position:relative; margin:0 20px;}
#push_product_by_category li .pdt_img img {max-width:100%; height:auto;}
#push_product_by_category li .cat {font-size:12px; color:#757575; text-transform:uppercase;}
#push_product_by_category li .manufacturer {font-size:30px; color:#000;}
#push_product_by_category li .name {font-size:24px; color:#000;}
#push_product_by_category li .prices {padding:0 0 5px 0;}
#push_product_by_category li .old_price {font-size:20px; color:#7f9a28; text-decoration:line-through;}
#push_product_by_category li .amount {font-size:12px; text-decoration:none; /*color:#FFF; background:#900; padding:2px;*/}
#push_product_by_category li .new_price {font-size:42px; color:#f51818;}
#push_product_by_category li .add_cart {padding:0;}
#push_product_by_category li .add_cart a {
    background-image:url("../img/atlanpolis/addtocart.png");
	background-repeat:no-repeat;
	background-position:0 0;
    border:none;
    display:block;
    height:42px;
    margin:0 auto;
    padding:0;
    width:42px;
	-webkit-transition: all 200ms linear;
	   -moz-transition: all 200ms linear;
	    -ms-transition: all 200ms linear;
	     -o-transition: all 200ms linear;
	        transition: all 200ms linear;
}
#push_product_by_category li .add_cart a:hover {background-position:0 -42px ;}
#push_product_by_category li a:hover,
/*#push_product_by_category li a:hover .cat,*/
#push_product_by_category li a:hover .manufacturer,
#push_product_by_category li a:hover .name {color:#7f9a28;}
#push_product_by_category .all {text-align:center; padding:10px 0;}
#push_product_by_category .all a {
	text-transform:uppercase; color:#FFF; font-size:16px; display:inline-block; height:34px; line-height:34px; padding:0 20px;
	background-image:url(../img/atlanpolis/bt-bg.png);
	background-repeat:repeat-x;
	background-position:0 0;
	-webkit-transition: all 200ms linear;
	   -moz-transition: all 200ms linear;
	    -ms-transition: all 200ms linear;
	     -o-transition: all 200ms linear;
	        transition: all 200ms linear;
}
#push_product_by_category .all a:hover {background-position:0 -34px; text-decoration:none;}




#new-products_block_right #nouveautes li .add_cart a {background:url("../img/atlanpolis/addtocart.png") no-repeat scroll 0 0 transparent;}


#fb_shop {float:left; margin-left:30px; width:340px; height:509px; overflow:hidden;}
#fb_shop #fb {background:#FFF; margin-bottom:20px; height:159px; overflow:hidden; border:1px solid #CCCCCC;}
#fb_shop #shop {}
#fb_shop #shop img {max-width:100%; height:auto;}


#reinsurance_top {height:63px; background:url("../img/atlanpolis/reinsurance_top.jpg") repeat-x; margin-top:20px; position:relative;}
#reinsurance_top #shop_phone {position:absolute; top:10px; left:694px; color:#FFF; font-size:35px;}
#reinsurance_top #fianet {position:absolute; top:0; bottom:0; right:0;}
#reinsurance_top #fianet #mask {background:url("../img/atlanpolis/reinsurance_top_bg.jpg") repeat-x top left; position:absolute; top:5px; right:0; width:42px; height:33px;}

#header-account {position:relative; padding:0 0 0 110px; min-height:125px; font-size:14px;}
#header-account .atlanboy-account {position:absolute; top:-30px; left:0;}



#categories_block_left {border:1px solid #98b930; background:#f5f8ea; margin-bottom:0;}




#layered_block_left {border:1px solid #98b930; margin-top:20px;}
#layered_block_left h4.title {text-transform:uppercase; font-size:24px; text-align:center; color:#000; font-weight:normal; padding:20px 0;}

#layered_block_left #layered_form > div > div {margin:0 30px 15px 30px; padding:0 0 15px 0; border-bottom:1px solid #98b930;}
#layered_block_left #layered_form > div > div.last_item {border:none; margin-bottom:0;}
#layered_block_left #layered_form > div > div#enabled_filters {padding:10px 30px; margin:0 0 20px 0; border:none;}

#layered_block_left .ui-slider-horizontal a {background:url(../img/atlanpolis/range.png) no-repeat center center; cursor:pointer; border:none;}
#layered_block_left .ui-slider-horizontal {margin:0; height:6px; border:1px solid #c5c6be; background:#c8c8c8;}
#layered_block_left .ui-slider-range {background:url(../img/atlanpolis/range-bg.png) repeat-x;}

select, textarea {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}






#categpush {background:#FFF; border:1px solid #CCC; padding:15px; margin:0 0 30px 0; line-height:1;}
#categpush ul {list-style:none; padding:0; margin:0; border:1px solid #98B930;}
#categpush li {padding:0; margin:0; width:25%; float:left; text-align:center; position:relative;}
#categpush li .inner {padding:10px; height:390px;}
#categpush li .prices_cart {position:absolute; left:10px; right:10px; bottom:10px;}
#categpush li .pdt_img {position:relative; margin:0 20px;}
#categpush li .pdt_img img {max-width:100%; height:auto;}
#categpush li .cat {font-size:12px; color:#757575; text-transform:uppercase;}
#categpush li .manufacturer {font-size:30px; color:#000;}
#categpush li .name {font-size:24px; color:#000;}
#categpush li .prices {padding:0 0 5px 0;}
#categpush li .old_price {font-size:20px; color:#7f9a28; text-decoration:line-through;}
#categpush li .amount {font-size:12px; color:#FFF; text-decoration:none; background:#900; padding:2px;}
#categpush li .new_price {font-size:42px; color:#f51818;}
#categpush li .add_cart {padding:0;}
#categpush li .add_cart a {
    background-image:url("../img/atlanpolis/addtocart.png");
	background-repeat:no-repeat;
	background-position:0 0;
    border:none;
    display:block;
    height:42px;
    margin:0 auto;
    padding:0;
    width:42px;
	-webkit-transition: all 200ms linear;
	   -moz-transition: all 200ms linear;
	    -ms-transition: all 200ms linear;
	     -o-transition: all 200ms linear;
	        transition: all 200ms linear;
}
#categpush li .add_cart a:hover {
	background-position:0 -42px ;
}
#categpush li a:hover .cat,
#categpush li a:hover .manufacturer,
#categpush li a:hover .name {color:#7f9a28;}

#categpush .timer {margin:0 auto 10px auto; width:115px;}


#copy {font-size:11px; text-align:center; padding:20px 0 40px 0;}




.timer {position:relative; border:1px solid #d2d2d2; height:40px; line-height:40px; margin:0; font-size:18px; color:#747474; padding:0 5px 0 35px; width:145px; text-align:center;}
.timer .picto-chrono {top:5px; left:5px; right:inherit;}
#product_list .timer {width:140px; margin-bottom:10px; float:right;}
#product_list.grid .timer {width:115px; margin:5px auto; float:none;}


.products_tab {list-style:none; padding:0; margin:0;}
.products_tab > li {position:relative; float:left; width:16.666666666%; text-align:center;}
.products_tab > li .inner {position:relative; padding:10px; height:290px;}
.products_tab > li .inner a {}
.products_tab > li .pdt_img {margin:0 10px; position:relative; text-align:center;}
.products_tab > li .pdt_img img {max-width:100%; height:auto;}
.products_tab > li .cat {font-size:12px; color:#757575; text-align:center; text-transform:uppercase;}
.products_tab > li .manufacturer {font-size:14px; color:#000000; text-align:center; text-transform:uppercase;}
.products_tab > li .name {font-size:14px; color:#000000; text-align:center;}
.products_tab > li .inner a:hover,
/*.products_tab > li .inner a:hover .cat,*/
.products_tab > li .inner a:hover .manufacturer,
.products_tab > li .inner a:hover .name {color:#7f9a28;}
.products_tab > li .prices_cart {position:absolute; bottom:10px; left:10px; right:10px;}
.products_tab > li .prices {padding:0 0 5px 0; text-align:center;}
.products_tab > li .old_price {font-size:14px; color:#7F9A28; text-decoration:line-through;}
.products_tab > li .new_price {font-size:18px; color:#F51818;}
.products_tab > li .price {font-size:18px; color:#7f9a28;}
.products_tab > li .add_cart {padding:0;}
.products_tab > li .add_cart a {
    background-image:url("../img/atlanpolis/addtocart.png");
	background-repeat:no-repeat;
	background-position:0 0;
    border:none;
    display:block;
    height:42px;
    margin:0 auto;
    padding:0;
    width:42px;
	-webkit-transition: all 200ms linear;
	   -moz-transition: all 200ms linear;
	    -ms-transition: all 200ms linear;
	     -o-transition: all 200ms linear;
	        transition: all 200ms linear;
}
.products_tab > li .add_cart a:hover {
	background-position:0 -42px ;
}


#idTab11 .products_tab > li {width:16.666666666%;}




.dispo {background-image:url(../img/atlanpolis/dispo.png); background-repeat:no-repeat; width:21px; height:20px;display: inline-block;}
.dispo-ok {background-position:0 0;}
.dispo-bientot {background-position:0 -20px;}
.pas-dispo {background-position:0 -40px;}


#product_list.list .stock {position:absolute; bottom:-3px; right:0; background:#FFF; z-index:500; text-align:right; font-size:15px;}
#product_list.grid .stock {position:absolute; bottom:4px; left:0; right:0; background:#FFF; z-index:500; text-align:center; font-size:15px;}



a.expand_collapse {
	text-transform:uppercase; color:#FFF; font-size:16px; display:inline-block; height:34px; line-height:34px; padding:0 20px;
	background-image:url(../img/atlanpolis/bt-bg.png);
	background-repeat:repeat-x;
	background-position:0 0;
	-webkit-transition: all 200ms linear;
	   -moz-transition: all 200ms linear;
	    -ms-transition: all 200ms linear;
	     -o-transition: all 200ms linear;
	        transition: all 200ms linear;
}
a.expand_collapse :hover {background-position:0 -34px; text-decoration:none;}



.bt1 {
	background: #afd136;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FmZDEzNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZmJkM2YiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #afd136 0%, #8fbd3f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#afd136), color-stop(100%,#8fbd3f));
	background: -webkit-linear-gradient(top,  #afd136 0%,#8fbd3f 100%);
	background: -o-linear-gradient(top,  #afd136 0%,#8fbd3f 100%);
	background: -ms-linear-gradient(top,  #afd136 0%,#8fbd3f 100%);
	background: linear-gradient(to bottom,  #afd136 0%,#8fbd3f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afd136', endColorstr='#8fbd3f',GradientType=0 );
}
.bt1:hover {
	background: #133a4a;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzEzM2E0YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwODBiMGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #133a4a 0%, #080b0c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#133a4a), color-stop(100%,#080b0c));
	background: -webkit-linear-gradient(top,  #133a4a 0%,#080b0c 100%);
	background: -o-linear-gradient(top,  #133a4a 0%,#080b0c 100%);
	background: -ms-linear-gradient(top,  #133a4a 0%,#080b0c 100%);
	background: linear-gradient(to bottom,  #133a4a 0%,#080b0c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#133a4a', endColorstr='#080b0c',GradientType=0 );	
}

.bt2 {
	background: #e6e6e5;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2ZTZlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhZmFmYWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #e6e6e5 0%, #afafae 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e6e5), color-stop(100%,#afafae));
	background: -webkit-linear-gradient(top,  #e6e6e5 0%,#afafae 100%);
	background: -o-linear-gradient(top,  #e6e6e5 0%,#afafae 100%);
	background: -ms-linear-gradient(top,  #e6e6e5 0%,#afafae 100%);
	background: linear-gradient(to bottom,  #e6e6e5 0%,#afafae 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e5', endColorstr='#afafae',GradientType=0 );
}
.bt2:hover {
	background: #afafae;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FmYWZhZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2NjY2NjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #afafae 0%, #666666 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#afafae), color-stop(100%,#666666));
	background: -webkit-linear-gradient(top,  #afafae 0%,#666666 100%);
	background: -o-linear-gradient(top,  #afafae 0%,#666666 100%);
	background: -ms-linear-gradient(top,  #afafae 0%,#666666 100%);
	background: linear-gradient(to bottom,  #afafae 0%,#666666 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afafae', endColorstr='#666666',GradientType=0 );
}


#mode_paiement {border:1px solid #ed8e25;}
#mode_paiement p {border:1px solid #ed8e25; border-left:none; border-right:none; border-bottom:none; padding:0;}
#mode_paiement .error {margin:5px 15px; display:none;}

#mode_paiement p a {display:block; padding:10px 20px;}
#mode_paiement p a:hover { background:#E6E6E6; color:#000;}


#center_column #product_list.list .add_cart a.voir_pdt {display:block; text-align:center; height:30px; line-height:30px; margin:0; padding:0 15px; color:#FFF; font-size:14px;}
#center_column #product_list.grid .add_cart a.voir_pdt {display:block; text-align:center; height:30px; line-height:30px; margin:0 15px; padding:0; color:#FFF; font-size:14px;}


#idTab11 .add_cart a.voir_pdt {display:block; text-align:center; height:30px; line-height:30px; margin:0 15px; padding:0; color:#FFF; font-size:14px; width:inherit;}
#idTab11 .bt1 {
	background: #afd136;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FmZDEzNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZmJkM2YiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #afd136 0%, #8fbd3f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#afd136), color-stop(100%,#8fbd3f));
	background: -webkit-linear-gradient(top,  #afd136 0%,#8fbd3f 100%);
	background: -o-linear-gradient(top,  #afd136 0%,#8fbd3f 100%);
	background: -ms-linear-gradient(top,  #afd136 0%,#8fbd3f 100%);
	background: linear-gradient(to bottom,  #afd136 0%,#8fbd3f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afd136', endColorstr='#8fbd3f',GradientType=0 );
}
#idTab11 .bt1:hover {
	background: #133a4a;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzEzM2E0YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwODBiMGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #133a4a 0%, #080b0c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#133a4a), color-stop(100%,#080b0c));
	background: -webkit-linear-gradient(top,  #133a4a 0%,#080b0c 100%);
	background: -o-linear-gradient(top,  #133a4a 0%,#080b0c 100%);
	background: -ms-linear-gradient(top,  #133a4a 0%,#080b0c 100%);
	background: linear-gradient(to bottom,  #133a4a 0%,#080b0c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#133a4a', endColorstr='#080b0c',GradientType=0 );	
}



#push_product_by_category .add_cart a.voir_pdt {display:block; text-align:center; height:30px; line-height:30px; margin:5px 15px 0 15px; padding:0; color:#FFF; font-size:14px; width:inherit;}
#push_product_by_category li .add_cart a.bt1 {
	background: #afd136;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FmZDEzNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZmJkM2YiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #afd136 0%, #8fbd3f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#afd136), color-stop(100%,#8fbd3f));
	background: -webkit-linear-gradient(top,  #afd136 0%,#8fbd3f 100%);
	background: -o-linear-gradient(top,  #afd136 0%,#8fbd3f 100%);
	background: -ms-linear-gradient(top,  #afd136 0%,#8fbd3f 100%);
	background: linear-gradient(to bottom,  #afd136 0%,#8fbd3f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afd136', endColorstr='#8fbd3f',GradientType=0 );
}
#push_product_by_category li .add_cart a.bt1:hover {
	background: #133a4a;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzEzM2E0YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwODBiMGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #133a4a 0%, #080b0c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#133a4a), color-stop(100%,#080b0c));
	background: -webkit-linear-gradient(top,  #133a4a 0%,#080b0c 100%);
	background: -o-linear-gradient(top,  #133a4a 0%,#080b0c 100%);
	background: -ms-linear-gradient(top,  #133a4a 0%,#080b0c 100%);
	background: linear-gradient(to bottom,  #133a4a 0%,#080b0c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#133a4a', endColorstr='#080b0c',GradientType=0 );	
}



#new-products_block_right #nouveautes li .add_cart a.voir_pdt {display:block; text-align:center; height:30px; line-height:30px; margin:5px 15px 0 15px; padding:0; color:#FFF; font-size:14px; width:inherit;}
#new-products_block_right #nouveautes li .add_cart a.bt1 {
	background: #afd136;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FmZDEzNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZmJkM2YiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #afd136 0%, #8fbd3f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#afd136), color-stop(100%,#8fbd3f));
	background: -webkit-linear-gradient(top,  #afd136 0%,#8fbd3f 100%);
	background: -o-linear-gradient(top,  #afd136 0%,#8fbd3f 100%);
	background: -ms-linear-gradient(top,  #afd136 0%,#8fbd3f 100%);
	background: linear-gradient(to bottom,  #afd136 0%,#8fbd3f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afd136', endColorstr='#8fbd3f',GradientType=0 );
}
#new-products_block_right #nouveautes li .add_cart a.bt1:hover {
	background: #133a4a;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzEzM2E0YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwODBiMGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #133a4a 0%, #080b0c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#133a4a), color-stop(100%,#080b0c));
	background: -webkit-linear-gradient(top,  #133a4a 0%,#080b0c 100%);
	background: -o-linear-gradient(top,  #133a4a 0%,#080b0c 100%);
	background: -ms-linear-gradient(top,  #133a4a 0%,#080b0c 100%);
	background: linear-gradient(to bottom,  #133a4a 0%,#080b0c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#133a4a', endColorstr='#080b0c',GradientType=0 );	
}




/*MENU*/
/* height == [1] */.sf-contener {position:absolute; top:80px; left:0; right:0; height:35px; clear:both;}
.sf-menu {display:table; width:100%; padding:0; margin:0; list-style:none;}
.sf-menu ul {list-style:none;}
.sf-menu a {display:block; position:relative;}
.sf-menu a:hover {text-decoration:none;}
.sf-menu ul a:hover {text-decoration:underline;}
.sf-menu > li {display:table-cell; float:left;}
/* height == [1] */.sf-menu > li > a {display:block; margin:0; padding:0 20px; line-height:35px; height:35px; border: 0; text-decoration:none; text-align:center; color:#FFF;}
.sf-menu > li > a:hover, .sf-menu > li:hover > a {
	color:#000;
	background: #b9d033;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzkyYmIwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiOWQwMzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #b9d033 0%, #92bb00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b9d033), color-stop(100%,#92bb00));
	background: -webkit-linear-gradient(top,  #b9d033 0%,#92bb00 100%);
	background: -o-linear-gradient(top,  #b9d033 0%,#92bb00 100%);
	background: -ms-linear-gradient(top,  #b9d033 0%,#92bb00 100%);
	background: linear-gradient(to bottom,  #b9d033 0%,#92bb00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b9d033', endColorstr='#92bb00',GradientType=0 );
}
/* top == [1] */.sf-menu > li > ul {
	position:absolute; left:0; top:35px; right:0; z-index:99; padding:20px 20px 0 20px; margin:0; display:none;
	background: #92bb00;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzkyYmIwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiOWQwMzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #92bb00 0%, #b9d033 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#92bb00), color-stop(100%,#b9d033));
	background: -webkit-linear-gradient(top,  #92bb00 0%,#b9d033 100%);
	background: -o-linear-gradient(top,  #92bb00 0%,#b9d033 100%);
	background: -ms-linear-gradient(top,  #92bb00 0%,#b9d033 100%);
	background: linear-gradient(to bottom,  #92bb00 0%,#b9d033 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92bb00', endColorstr='#b9d033',GradientType=0 );
}
/*.sf-menu > li > ul > li {float:left; width:25%; margin:0 0 20px 0; padding:0; position:relative;}*/
.sf-menu > li > ul > li {float:left; width:282px; margin:0 0 20px 0; padding:0; position:relative;}

/* css3, jQuery addClass */.sf-menu > li > ul > li:nth-child(4n+1), .sf-menu > li > ul > li.nth-child-4n-1 {clear:both;}

.sf-menu > li > ul .border1, .sf-menu > li > ul .border2, .sf-menu > li > ul .border3 {position:absolute; top:20px; bottom:20px; border-left:1px solid #c3d67d; border-right:1px solid #505f18;}
.sf-menu > li > ul .border1 {left:282px;}
.sf-menu > li > ul .border2 {left:564px;}
.sf-menu > li > ul .border3 {left:846px;}

.sf-menu > li > ul > li.row-x .border-top{position:absolute; top:-12px; left:0; right:38px; border-top:1px solid #c3d67d; border-bottom:1px solid #505f18;}


/* margin-right == [2] */.sf-menu > li > ul > li > a {line-height:1; color:#000; font-size:14px; position:relative; display:block; margin:0 30px 10px 0; font-weight:bold;}
.sf-menu > li > ul > li.noUl > a {margin:0 20px 0 0;}					
/* margin-right == [2] */.sf-menu > li > ul > li > ul {margin:0 30px 0 0;}
.sf-menu > li > ul > li > ul > li {}
.sf-menu > li > ul > li > ul > li > a {padding:0 0 0 15px; font-size:14px; color:#000;}
.sf-menu > li > ul > li > ul > li > a .prepend {position:absolute; top:0; left:0;}



#more_info_sheets {border:1px solid #98b930; border-top:none; padding:15px; position:relative;}
#more_info_tabs {text-transform:uppercase; font-size:24px; text-align:center; border-bottom:1px solid #98b930; height:42px;}
#more_info_tabs a {color:#7f9a28; display:inline-block; padding:10px 15px 0 15px; margin:0; height:33px; line-height:33px;
-webkit-border-radius: 5px 5px 0px 0px;
        border-radius: 5px 5px 0px 0px;
}
#more_info_tabs a.selected {color:#000; border:1px solid #98b930; border-bottom:none; background:#FFF; padding-top:9px;}
#more_info_tabs a.selected span {border-bottom:5px solid #98b930;}
#more_info_tabs div.selected {color:#000; border:1px solid #98b930; border-bottom:none; background:#FFF; padding-top:9px;}
#more_info_tabs div.selected span {border-bottom:5px solid #98b930;}
#more_info_tabs a:hover {text-decoration:none;}

#HOOK_SHOPPING_CART {margin-bottom:20px;}

#product #pb-left-column .additional_image{
	border-top: 1px solid #ccc;
	height: 65px;
	width: 100%;
}
#product #pb-left-column .additional_image img{
	max-width: 100%;
}