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

.clearfix:before,
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden
}
.clearfix:after {clear: both}
.clearfix {zoom: 1}
.no-right-margin {margin-right: 0 !important;}

/* ************************************************************************************************
		struture
************************************************************************************************ */
#pattern {padding:14px 0}
#page, .site-width {width:1002px;}
	#header {z-index:10}
	#columns {z-index:1}
		#left_column {width:200px; float:left}
		#center_column {width:100%;}
		#right_column {}
	#footer {}
.left_column #left_column {margin-right:45px; float:left}
.right_column #left_column {margin-left:45px; float:right}
.right_column #center_column, .left_column #center_column {width:715px; float:left}
#index .right_column #center_column, #index .left_column #center_column {width:757px}
#product #center_column {float: none; width: 100%;}
.site-width {margin: 0 auto;}

.widescreen #header {padding-top: 14px; border:none}
.widescreen #header .fixed-width {width:100%; max-width:998px; margin: 0 auto; position: relative; }
.widescreen #header_right .fixed-width-indent {padding:10px 20px 0; height: 106px;}
.widescreen #columns .fixed-width {width:100%; max-width:978px; margin: 0 auto; position: relative;}
.widescreen #index #columns .fixed-width {width:100%; max-width:958px;}
.widescreen-top-bg {display: none;}
.widescreen #header_logo span.logo {margin-top: 15px;}
.widescreen .widescreen-top-bg {background-color: #f6f4f4; width:100%; position: absolute;top:0; left: 0; height: 29px; display: block;}
.widescreen .breadcrumb {margin-top: 20px;}
.widescreen #pk_customlinks {position: absolute; top:-7px; left:0; text-align: left; padding: 0; width:60%}
.widescreen #header_user_info {position: absolute; top:-7px; right: 20px; margin: 0; }
.widescreen #header_right #header_user,
.widescreen #header_right #currencies_block_top,
.widescreen #header_right #languages_block_top {margin-top: 42px;}
.widescreen #header_right #cart_block {margin:3px 20px 0 0}

.widescreen #page {width:100%; background: #fafafa; padding: 0 0 70px;}
.widescreen .common-indent,
.widescreen #pattern {padding: 0 !important;}
.widescreen #columns .common-indent {width:962px; margin:0 auto}
.widescreen #index #columns .common-indent {width:1002px; margin:0 auto}
.widescreen #pk_bxslider_container {margin-top: 0; margin-bottom: 30px;}
.widescreen #productsCarousel .indent {padding-left: 0; padding-right: 0;}
.widescreen #productsCarousel .wht-bg, .widescreen #productsCarousel_single .wht-bg, .widescreen #manufacturersCarousel.wht-bg, .widescreen h3.productsCarousel_single-title {border:none}
.widescreen .manufacturersCarouselWrapper {padding: 15px 55px;}
.widescreen #manufacturersCarousel .bx-controls .bx-next {margin-right: 0;}
.widescreen #manufacturersCarousel .bx-controls .bx-prev {margin-left: 0;}
.widescreen .watchlist, .widescreen .favoritelist, .widescreen #pk_wishlist { top: 19px }
.widescreen #pk_bxslider_container .aw_slide-text {padding-left: 0;}
.widescreen #search_block_top #search_query_top {width:300px;}

/* ************************************************************************************************
		generic style
************************************************************************************************ */
body{
	font:normal 12px/16px Verdana, Arial, sans-serif;
	color:#797878;
	background:#fff
	-ms-overflow-x: hidden;
	    overflow-x: hidden;
}
body.content_only {
	background: #fafafa;
}
.widescreen body {background: #FAFAFA;}
.dd_container {display: none; z-index:9999}
/* positionnement ****************************************************************************** */
.hidden {display:none !important}
.f_left {float:left}
.f_right {float:right}
p.center {text-align:center}
.clearBoth {clear:both}
.wht-bg {background:#fff; border:1px solid rgba(0, 0, 0, .05)}
.widescreen .wht-bg {background:#fafafa;}

/* title *************************************************************************************** */
h1 {
	font-size:28px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 20px;
}
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-bottom:20px}

p em {font-style:italic}
.warning ul, .success ul, .error ul {
	list-style-position: inside;
	}
.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;
}
body .error p { color:#333 !important}
.required {color:#990000}

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

	
/* 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, #new_comment_form button {
	position:relative;
	display:inline-block;
	vertical-align: top;
	padding:0px 15px;
	border:none;
	font-weight:normal;
	cursor: pointer;
	height: 30px;
	font-size:13px;
	line-height: 30px;
	text-transform: uppercase;
	-webkit-transition: all .2s ease-in-out;  
	-moz-transition: all .2s ease-in-out;  
	-o-transition: all .2s ease-in-out;  
	transition: all .2s ease-in-out;
}
*: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 {
	/*padding-bottom: 2px*/
}

/* disabled button */
input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled,
span.button_mini, span.button_small, span.button, span.button_large,
span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large, 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 {
	text-decoration:none;
	background-position: left -50px
}

/* 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: left -100px
}

/* 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('http://www.jardindedetallesyeventos.com/themes/avena/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('http://www.jardindedetallesyeventos.com/themes/avena/img/button-small.png')*/
}
input.button_disabled, input.exclusive_disabled, span.exclusive {
	color:#fff;
	background-color:#e1e1e1 !important;
	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('http://www.jardindedetallesyeventos.com/themes/avena/img/button-large.png')*/
}

/* exclusive button */
/*input.exclusive, input.exclusive_disabled, a.exclusive, span.exclusive { background-image: url('http://www.jardindedetallesyeventos.com/themes/avena/img/button-medium_exclusive.png') }
input.exclusive_mini, input.exclusive_mini_disabled, a.exclusive_mini, span.exclusive_mini { background-image: url('http://www.jardindedetallesyeventos.com/themes/avena/img/button-mini_exclusive.gif') }
input.exclusive_small, input.exclusive_small_disabled, a.exclusive_small, span.exclusive_small { background-image: url('http://www.jardindedetallesyeventos.com/themes/avena/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('http://www.jardindedetallesyeventos.com/themes/avena/img/button-large_exclusive.gif') }*/

/* form **************************************************************************************** */
form.std fieldset {
	margin:20px 0;
	border:1px solid #e4e4e4
}

/* table *************************************************************************************** */
table.std thead th{
	margin-bottom:2px;
	border-bottom:1px solid #e4e4e4
	}
table.std,
table.table_block {
	margin-bottom:20px;
	width:100%;
	border:1px solid #e4e4e4;
	border-bottom:none;
	background:white;
	border-collapse:inherit
}
table.std th,
table.table_block th {
	padding:14px 5px;
	font-size:16px;
	color:#535451;
	text-transform:uppercase;
}
table.std tr.alternate_item,
table.table_block tr.alternate_item {background-color: #f3f3f3}
table.std  td,
table.table_block  td {
	padding:12px;
	border-bottom:1px solid #e9e9e9;
	font-size:12px;
	vertical-align:top
}
.table-separator {
	line-height: 2px;
	height: 2px;
	padding: 0 !important;
	}
.table-separator div {
	width:101%;
	height: 2px;
	line-height: 2px;
	background: #fff;
	margin:0 -1px;
}
table.std .s_title_block {
	text-transform: uppercase;
	font-size: 18px;
	line-height: 22px;
	}
/* BLOCK .block ******************************************************************************** */
.block {margin-bottom:40px}
#footer .block {margin:0 70px 0 0; float: left;}
	#left_column .block .title_block, #left_column .block h4 {		
		height:38px;
		line-height: 38px;
		padding: 0;
		color:#fff;
		font-size:16px;
		text-transform:uppercase;
		padding-left: 10px;
		margin-bottom: 10px;
	}
	#left_column .block .title_block a, #left_column .block h4 a {color:#fff}
	.block ul {list-style-type:none}
			#left_column .block li {
				font-size: 13px;
				padding:7px 0;
				}
			#left_column .block li a {
				padding: 0 0 0 0px;
				}
			#left_column .block li a:hover {
				text-decoration: none;
			}
			#left_column .block li a:after {
				content:"";
				display: block;
				width: 2px;
				height: 10px;
				float: left;
				margin:3px 5px 0 0
			}
			#left_column .block li a {

			}

/* BLOCK .products_block *********************************************************************** */
#products-comparison #left_column {display: none;}
#products-comparison #center_column {width: 100%;}
#products-comparison h1 {
	margin-bottom: 20px;
	
	}
.tax-ident {margin-top: 3px;}
/* BLOCK customer privacy ******************************************************************* */
.account_creation {margin-bottom: 10px !important}
.account_creation label{
	float:left;
	padding-top:5px;
	width:80%;
	text-align:left;
	cursor:pointer
}

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

/* barre comparaison / tri ********************************************************************* */
.content_sortPagiBar {margin:20px 0;}
#center_column .sortPagiBar strong {color:#000;}
#center_column .sortPagiBar p {padding:0;}
#center_column .sortPagiBar form {display:inline-block;}

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

.sortPagiBar #productsSortForm {margin-left: 16px;}
	.sortPagiBar select#selectPrductSort {
		margin:0 0 0 10px;
		color:#000;
		border:1px solid #ccc
	}
#selectPrductSort1 {width:128px}
.touch #selectPrductSort1 {width:113px}


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

.sortPagiBar .PrductSort {float:left;}

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

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

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

div.pagination {
	margin:0;
}
ul.pagination {list-style-type:none; margin-left:5px}
ul.pagination .truncate {line-height: 23px;}
ul.pagination li {display: block; float: left; margin-left: 5px;}
ul.pagination a, ul.pagination span {
	display:inline-block;
	height:23px;
	width:23px;
	font:13px/23px Verdana,sans-serif;
	color:#787878;
	background:#e4e4e4;
	text-align: center;
}
ul.pagination.sx a, ul.pagination.sx span {
	width:20px
	}
ul.pagination a {
	text-align:center;
	text-decoration: none;
}
#page ul.pagination a:hover {
	color:#fff;
}
ul.pagination .current span {
	color:#fff;
}
ul.pagination li.disabled span {color:#ccc}

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

#pagination_previous a, #pagination_previous span,
#pagination_next a, #pagination_next span {
	padding:0 6px;
	width:auto;
}
.sx #pagination_previous a, .sx #pagination_previous span,
.sx #pagination_next a, .sx #pagination_next span {
	padding:0 5px;
}
#pagination_previous span,
#pagination_next span {
	color:#787878;
}

/* CART steps *********************************************************************** */
ul#order_step { background-color: white;}
ul.step {
	list-style-type:none;
	margin-bottom:40px;
	overflow: hidden;
}
ul.step li {
	float:left;
	width:20%;
	text-align:center;
	text-transform:uppercase;
	border-bottom:3px solid #e4e4e4
}
ul.step li a, ul.step li span {
	padding:8px 10px 12px;	
	font-size: 15px;
}

ul.step li a, ul.step li.step_current span, 
ul.step li.step_current_end span {
	display:inline-block;	
	color:#000;	
}
ul.step li.step_current {
	border-bottom:3px solid #000
}

ul.step li.step_current_end {
}
ul.step li.step_todo span {
	display:inline-block;
	color:#858585;
}
ul.step li.step_done {
	border-bottom:3px solid #000
}

/* module productcomments ********************************************************************** */
.rate_block, .star a {background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE8AAAANCAYAAADopDPhAAACX0lEQVR42qXVzUtUURiA8aNYFFQQRTkhZR+boiCKQUxLLGkZEVESiEEgRCDUIkKyAlsUUdAHUlE4OYL1BwQuIss+dRe27QMi0qmpaZyCsWB6Fid4ucx977lnFj+YwXlGznvOnWMyU1NhurAbpgIn0FRB343tFfTH0FpBfxRtYX8Pi+bgA57DeJqPLxjx7OfhMx559nPxCaMV9B8xFnd4R1CydnmfGnqrwefUiL7J69TY3vP0dom+1XV4NXgnwqfep4beeuhzakQ/4nVqbO9xemvwXvSjYcNLogN9GMYbG0jjSKMX7dgEIzSiE+fxAG9tJ71CCqdxAOtF32D7voj+nu0PBvqk6O9jskz/GoO2b8cG2csZKH1a9BuNffEHJUcFtJR5zP+i5CiHRtEf9ujlo9wRs8+jWfSHYvYz2PE/3o+iQ/Qz8E8RewFZbBVd3AV8RzLQ6odA3zg5g9k4GyfjPRED/KH88LsuIIPNSh+1id+wRen3oRhz46S9KLpuXDC+rYQ9MA6Gle/oduiHlP64Q59S+pMO/V2lP6Xdto+VcADGwYTyHdcd+pdK3+/QP1P6Ww79E6W/ow0vIz74FTPi/QRMhGoURDON38ErX1GFvHzMA/0YTIRc4DH/Jd6/cOizsg/MYDxseLXiJjmHRViOqyiigGoYxVrx+9iDBViBm5hFJqJfJfpe2yfQjyKyEX2duNjOiP6G7XMRfULcxmexELW4Zvs8qsoNbxuuYGnIogZQD6NowwUshglYhyEsU/qduIglMAFrkEZC6VtwKWQNqzGIOqVvxuWQvh4prISB+QfUVXWoSJviaAAAAABJRU5ErkJggg==) no-repeat 0 0}
.rate_star, .star {background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE8AAAANCAQAAABCrftqAAACVUlEQVR4AX3QW2gcVRzA4W/HKIqIIAhVik2ys6FuVt9K0Vq8bDTV+CJ4qaKlUhRE8KGgrZVudsELiW+KSEHxUtGAi4iPIkg1oWZLVVKtmO1DEUFoGxvbVWGqICw4HLIz883T4TeH/zmnJNB50kmfK7LbogX5nvGdr+V72nFfyveUri+koo70u9jzGopc5ln75bvUHtPyXWKvRmHfE3YiKTsM26Iu3xPWmbRZnl2uVbeloK93m63y7LTBVrdnHW/IPjBd+DbQKHgb2F/wNkUThuwFDalSZ5ONxsSqbgR0LFvW9aNj4CZjKirGjQO+8bMTlh3zEzbbKDYW9v7+rqV+36Qq7u+vARb7E05Ychz/n6AW9G5/wg+lznYHDRn0pymHwC4HXGTQH+52GDu9ldOnLOAx72T28+4xj0e8n9l7piJzHpZY65xtDgHe9rh/rfW7usPgXTsy+ll3WgAHPeqfjMNPmgcf2u5CRt/mqwhtD0iEVt1lHsgZcFrdUUgHJEIrJhwBMOchSc7loO1BSdblIvCZ94RetSjEnLbQi74XavtY6CXfCn3iI6EZR4U+9YHQrCMQAWKhikHl4j+MFnflgVVRj4EIUANn9MC4tSJVcMrfoCZESQ2czuncAFb8Vdz1gpUIrHO1npay2GsSVZEQIy636oX+HwdcGLjAda6wqmFU2ZuSgb7elc6ZNiz2Rka/xlXOaxpR8brE9UpQ6sDN7veyM4ANmlpOCk2YMOMsINa02ykpd5g0awUwquU5v0m51b1m0gkjWvb5Vcot7vNK2oc1NfzCf3H1s5Vmir3/AAAAAElFTkSuQmCC) no-repeat 0 0}
.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;
	width: 16px;
	height: 16px;
	text-indent: -999em;
	cursor: pointer
}
.cancel {margin-right: 7px; display: none;}
.cancel a, .star a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0
}
.commentListContainer .star {cursor:default}
div.star_on a { background-position: 0 -16px }
div.star_hover a, div.star a:hover { background-position: 0 -16px }
.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; margin: 0px;}
#index #header {margin-bottom: 10px;}	
.common-indent {padding: 10px 20px 20px;}
#index .common-indent {padding: 10px 20px 0;}
#index #header .common-indent {padding-bottom: 10px;}
#columns .common-indent {padding-top: 0;}
#header_logo {
	position: absolute;
	left:25px;
	top: 20px;
	z-index: 1;
	text-decoration:none;
	-webkit-backface-visibility:visible
}
#header_logo span.logo {display: block; margin-top: 2px; text-indent: 2px; -webkit-backface-visibility: hidden;}
#header_logo img {width: auto; height: auto;}
.slogan {letter-spacing:2px;}

#header_right {
	position:relative;
}


/* ************************************************************************************************
		BREADCRUMB
************************************************************************************************ */
.breadcrumb {
	margin-bottom:20px;
	font-size:12px;
	line-height: 12px;
}
.breadcrumb .navigation-pipe {margin:0 10px; color:#797878}
.breadcrumb img {
	position:relative;
	top:5px
}


/* ************************************************************************************************
		FOOTER
************************************************************************************************ */
#footer {
	color:#797878;
	padding:40px 0 0 0;
	clear:both
}
.footer-content {
	padding-bottom: 45px;
	}
.footer_bottom {
	clear:both;
	border-top:1px solid rgba(0, 0, 0, .2);
	padding-top: 1px;
	}
.footer_bottom-top-border {
	border-top:1px solid rgba(0, 0, 0, .2);
	padding: 30px 0 40px;
	overflow: hidden;
}
.footer_text {
	width:620px;
	float: left;
	color:#9a9a9a;
	padding-top: 5px;
	}
.footer_bottom_hook {
	overflow: hidden;
	}
	.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:0 0 20px 10px;
	text-transform:uppercase
}
#footer .title_block ,
#footer .title_block  a {
	font-weight:normal;
	font-size:16px;
}
#footer a {color:#797878}
#footer a:hover {text-decoration:underline}
#footer ul {list-style-type:none; border-top:1px solid rgba(0, 0, 0, .08);}
#footer li {padding:7px 0; border-bottom:1px solid rgba(0, 0, 0, .1); border-top:1px solid rgba(255, 255, 255, .5); line-height: 22px;}
#footer li:hover {border-bottom:1px solid rgba(0, 0, 0, .2); border-top:1px solid rgba(255, 255, 255, .7)}
#footer li a {color:#797878; padding-left: 10px;}
#footer li a:hover {text-decoration: none; color:#333}

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

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

/* BLOCK idTabs ******************************************************************************** */
.customcontent-section p {padding-bottom: 10px;}
.idTabs {
	list-style-type: none;
	border:1px solid #e4e4e4;
	position: relative;
}
ul.idTabs li {
	float: left;
	margin-right: 1px
}
.idTabs a {
	display:block;
	padding:10px 17px;
	text-decoration:none;
	color:#212223;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
}
#page .idTabs a.selected {
	color:#000;
}

#more_info_sheets {margin-top:3px; border: 1px solid #e4e4e4; padding: 20px 20px 30px 20px; max-height:370px; overflow: auto;}
#more_info_sheets em {font-style:italic}
#more_info_sheets #idTab5 {display: none;}
#more_info_sheets .product_desc{
	margin-bottom:20px
}
#more_info_sheets ul, #more_info_sheets ol, #more_info_sheets dl {
	list-style-position: inside;
	}

#more_info_sheets .product_desc .product_image{
	
}

#more_info_sheets .product_desc .block_description{
	line-height: 17px;
}
#more_info_sheets .product_desc .clear_product_desc{
	
}

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


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

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

.cart_navigation {margin:40px 0 0 0}
.cart_navigation .exclusive,
.cart_navigation .exclusive_large {
	float:right
}
.cart-total .cart_navigation .button,
.cart-total .cart_navigation .button_large {
	height: 45px;line-height: 45px;
}


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

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

#order-detail-content {margin-bottom:20px}
#order-detail-content #cart_summary {margin-bottom: 30px;}
#order-detail-content .customizationUploaded li,#order-detail-content .typedText li {
	list-style: none;
}
table#cart_summary th {
	padding:8px 0px 8px 0px;
	text-align: center;
	color:#535451;
	text-transform:uppercase;
}
table#cart_summary  th.cart_product {text-align:center}
table#cart_summary  td {
	padding:20px 0 20px 20px;
	border-bottom:1px solid #e9e9e9;
	font-size:12px;
	vertical-align:top
}
table#cart_summary  td.cart_delete,
table#cart_summary  td.price_discount_del {border-right:none;position: relative;}
table#cart_summary  .last_item  td {border-bottom:1px solid #e4e4e4}


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: #f7f7f7
}

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

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 #e4e4e4;
}
table#cart_summary tbody tr td.cart_discount_delete {
	padding-left: 34px;
	font-size: 15px;
	text-align: center;
}
table#cart_summary  .cart_product  img {
	width:130px;
	height: auto;
	}
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: center}
table#cart_summary  .cart_quantity {width:130px; text-align: center; line-height: 30px;}
table#cart_summary .customization .cart_quantity {padding: 8px 12px 0;}
.cart_quantity .cart_quantity_input {
	margin-left: 5px;
	width: 20px;
	border:1px solid #fff;
	display: inline-block;
	vertical-align: top;
}
table#cart_summary .cart_quantity_input {
	width: 70px;
	height: 28px;
	border:1px solid #e4e4e4;
	text-align:center;
	font-size: 18px;
	color:#787878;
	font-weight: normal;
}
.cart_quantity .cart_quantity_button {
	position: relative;
	display: inline-block;
}
table#cart_summary .cart_total {width:120px;text-align: center}
table#cart_summary td.cart_total {text-align: center}
table#cart_summary .cart_delete {
	width:64px;
	text-align:center;
	position: relative;
}
table#cart_summary .cart_discount_price {text-align: center}
.cart_delete a.cart_quantity_delete,
a.price_discount_delete {
	position: absolute;
	top:0;
	right: 0;
	width: 25px;
	height: 25px;	
	display:block;	
	text-indent: -9999px;
	background-color:#e4e4e4;
}
.cart-total-wrapper {overflow: hidden;}
.cart-total {width:365px; display: inline-block; vertical-align: top;}
.cart-total table {
	border-bottom: 1px solid #e4e4e4;
	}
.cart-total table td {
	border-bottom:none;
	text-align: center;
	font-size: 20px;
	padding: 10px 0;
	}
.cart-total table tr td:first-child {
	border-right:1px solid #e4e4e4;
	font-size: 16px;
	text-transform: uppercase;
}
.cart-total table tr.cart_total_price td {
	padding-top: 29px;
	}
.cart-total table tr.cart_total_tax td {
	padding-bottom: 25px;
	}
.additional-cart-info {
	width: 554px; 
	display: inline-block; 
	border:1px solid #e4e4e4;
	margin-right:35px;
	vertical-align: top;
}
.additional-cart-info table td {vertical-align: top;}
.additional-cart-tabs {
	width:240px;	
	}
.additional-cart-tabs div {
	background: #e4e4e4;
	border-bottom: 2px solid #fff;
	height: 60px;
	color:#444;
	cursor: pointer;
	}
.additional-cart-tabs div:hover,
.additional-cart-tabs div.active {
	color:#fff
	}
.additional-cart-tabs div span {
	padding-left: 20px;
	font-size: 18px;
	line-height: 60px;
	text-transform: uppercase;	
	vertical-align: middle;
}
.vouchers-content {display: none; padding-bottom: 10px;}
#order-opc .vouchers-content {display: block;}
.price-discount {font-size: 20px;}
#compare_shipping_form h3,
#voucher h3 {
	font-size: 15px;
	line-height: 20px;
	color:#797878;
	text-transform: uppercase;
	font-weight: normal;
}
.td-additional-cart-tabs-content {
	padding-left: 20px;
	}
.additional-cart-tabs-content {
	width:272px;	
}
.shipping-and-taxed-content #compare_shipping,
#voucher fieldset {
	padding:0;
	border-style: none;
	margin: 10px 0 0 0;
}
#voucher fieldset {
	margin-bottom: 10px;
	}
.td-additional-cart-tabs {background: #e4e4e4;}
#voucher #total_price {font-size: 14px;}
.total-title {text-transform: uppercase; font-size: 15px;}
#availableCarriers .std th {font-size: 12px; text-transform: none; padding: 5px;}
.SE_SubmitRefreshCard {overflow: hidden;}
.SE_SubmitRefreshCard input {font-size: 11px; float: left; margin-right: 5px;}
#availableCarriers .std td {padding: 5px;}
#compare_shipping label[for="id_country"], #compare_shipping p#states label {display: none;}
#order #zipcode, #discount_name {
	height: 23px;
	line-height: 21px;
	width: 270px;
	border: 1px solid #666666;
	padding: 0;
	text-indent: 10px;
	margin-bottom: 4px;
	}
select#id_country, select#id_state {
	width:272px
	}
.cart_total_price .total_price_container {
	border-right:none;
}
.cart_total_price .price, .cart_total_delivery .price, .cart_total_voucher .price, .cart_total_tax .price, .cart_total_taxes_state .price {
	color:#212223
	}
table#cart_summary .cart_discount td {line-height: 30px;}
table#cart_summary .cart_total_price td.cart_voucher {
	border-bottom:1px solid #e4e4e4;
	vertical-align:middle
}

table#cart_summary #total_price_container {
	border-bottom:1px solid #e4e4e4;
	border-right: none;
}
.cart-total .cart_total_price.ttlprc td {
	border-top:1px solid #e4e4e4;
	background: #f7f7f7;
	padding: 10px 0;
	line-height: 30px;
	font-size: 25px;
	}
.cart_voucher .title_block, .cart_voucher h4
.cart_voucher p {float:left;}
.cart_voucher .title_block, .cart_voucher h4 {
	margin-right:12px;
	padding:5px 0;
	font-size:13px
}
#voucher p {padding-bottom:0;}
#order #compare_shipping ul#carriercompare_errors_list li { margin-left: 0; }
#voucher p.discount_name_block {margin-bottom: 5px;}
.cart_voucher #display_cart_vouchers {
	clear:both;
	line-height: 20px;
	color:#666;
	padding-top:2px;
	font-weight:normal;
	border-top:1px dotted #ccc
}
.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(/themes/avena/img/bg_discount_name.png) repeat-x 0 0 #fff
}
.cart_voucher .submit input.button {
	margin-left:2px;
	padding:2px;
	height:24px;
	border:1px solid #000;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
	color:#fff;
	text-transform:uppercase;
	text-shadow:0 -1px 0 #333;
	background:url(/themes/avena/img/bg_cart_voucher_submit.png) repeat-x 0 0 #000
}
.exclusive.standard-checkout,
.exclusive.multishipping-button {
	line-height: 45px;
	height: 45px;
	}
#order .exclusive.standard-checkout:hover,
#order .exclusive.multishipping-button:hover {
	color: #FFF;
	}
#cart_summary .cart_ref {line-height: 30px;}
#cart_summary .price {
	border-right:none;
	text-align: left;
	white-space: nowrap;
	font-size: 20px;
	line-height: 30px;
}
.cart_quantity_down {display: none;}
table#cart_summary .cart_quantity_up:hover {
	text-decoration: none;
	background: #ccc;
	}
table#cart_summary .cart_quantity_up {
	width: 30px;
	height: 30px;
	display: inline-block;
	color:#fff;
	background: #d6d6d6;
	margin-left: -2px;
	text-align: center;
	line-height: 29px;
	font-size: 18px;
	vertical-align: top;
	}
.total_price_container p {text-align: left}

table#cart_summary .cart_total_price .total_price_container {
	padding:0;
	border-bottom:1px solid #e4e4e4;
	border-right:1px solid #e4e4e4;
}
.cart_total_price .total_price_container p {
	display:block;
	padding:8px;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
	background:#333
}
.cart_total_price .total_price_container span {
	display:block;
	padding:15px;
	font-weight:bold;
	font-size:18px;
	text-align:center
}

#order_carrier {
	clear:both;
	margin-top:20px;
	border:1px solid #e4e4e4;
	background:#fff
}
#order_carrier .title_block  {
	padding:0 15px;
	height: 29px;
	line-height:29px;
	text-transform:uppercase;
}
#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;
}
#carriers_list td {line-height: 22px;}
#carriers_list .carrier_name img {display: block;}
#carriers_list .carrier_price .price {font-size: 16px;}

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

#authentication #create-account_form fieldset,
#authentication #login_form fieldset, #new_account_form fieldset {
	margin: 0;
}

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

#create-account_form h3,
#authentication #login_form h3 {
	text-transform:uppercase;
}
#create-account_form .title_block  {
	padding-bottom:22px;
	font-size:12px;
	color:#535451
}

#create-account_form label,
#login_form label {
	display:block;
	color:#535451;
	margin-bottom: 10px;
}

#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:10px 0px;
	line-height: 20px;
	width:100%;
	border:1px solid #e4e4e4;
	color:#666;
	text-indent:10px
}

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

.lost_password {
	float:left;
	width:200px
}
.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:3%;
	width:25%;
}
/*#ordermsg .textarea {float:right}*/
#ordermsg .textarea textarea {
	height:90px;
	width:71%;
	border:1px solid #e4e4e4
}

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

.address-form-multishipping { padding: 10px 0px; }
#multishipping_mode_box {
	border: 1px solid #e4e4e4;
	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: 0px;
	width:40%;
	border: 1px solid #e4e4e4;
	background: #f7f7f7;
}
#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 {
}

#order .delivery_options_address h3, #order-opc .delivery_options_address h3 {
	text-transform: uppercase;
	font-size: 15px;
}
#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: 90%;
}
#order .delivery_option.item, #order-opc .delivery_option.item {
	border:1px solid #e4e4e4
}
#order .delivery_option.alternate_item, #order-opc .delivery_option.alternate_item {
	
}
#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 { /*height: 40px;*/ }
#order .delivery_option_carrier .first_item, #order-opc .delivery_option_carrier .first_item {
	padding: 3px 5px 3px 12px;
	background:url(/themes/avena/img/arrow_right_2.png) no-repeat 3px 7px
}

.order_carrier_content {
	padding:15px;
	border:1px solid #e4e4e4;
	font-size:12px;
	color:#444;
}
.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 #e4e4e4;
	border-bottom:none;
	background:#fff
}

#carrierTable tbody{
	border-bottom:1px solid #e4e4e4;
}
#carrierTable  th {
	padding:0 15px;
	line-height:29px;
	text-transform:uppercase;
}
#carrierTable  td {
	padding:15px;
	font-weight:bold;
	border-right:1px solid #e4e4e4
}
#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 #e4e4e4
}

a.iframe {font-weight:bold}

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

/* step 5 - paiement ************************************************************************** */
.paiement_block .cart-total { width: 100%}
.paiement_block {
	padding:15px;
	border:1px solid #e4e4e4;
	font-size:12px;
	color:#444;
}

.payment_module {
	position:relative;
	padding-top:20px;
	border-top:1px dotted #ccc;
	text-transform:uppercase;
}
.payment_module:first-child {
	border:none
	}
.payment_module a {display:block; line-height: 50px;}
.payment_module img {
	float:left;
	margin-right:10px
}
/*.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:100%}
#page #opc_account_form h3 {border-left:none; border-right:none}
#new_account_form  #opc_account_form p:first-child {padding-top: 20px;}
#order-opc .shipping-and-taxes-tab {display: none;}
#order-opc h2 {}
#order-opc h2 span {
	display:inline-block;
	color:#212121;
}

#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 #crossselling_list {height: 320px; overflow: hidden;}
#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: 20px 0}
#new_account_form h3 {	
}
#center_column #new_account_form p {
	margin:0;
	padding:0 0 10px 0
}
#new_account_form p.required {color:#888}
#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:10px 5px;
	width:360px;
	border:1px solid #e4e4e4;
	font-size:12px;
	color:#666
}
body #page .chosen-single span {padding: 0 !important; text-align: left !important; height: 21px; line-height: 21px !important;}
#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;
	margin: 0;
}
#form_forgotpassword  p.text label {
	display: inline-block;
	padding-right: 10px;
	font-size: 12px;
}
#form_forgotpassword  p.text input#email {
	border:1px solid #e4e4e4;
	height: 28px;
	width: 50%;
	line-height: 28px;
}
#form_forgotpassword p.submit {
	margin-right:25px;
}
#password .icon {
	position:relative;
	top:9px;
}


/* ************************************************************************************************
		PAGE ADRESSES
************************************************************************************************ */
#addresses #left_column {display:none}
#addresses #center_column{width:100%}

#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:100%}

form#add_address {}
#add_address fieldset {
	margin:0;
	border:1px solid #e4e4e4;
	padding: 20px;
}
#add_address h3 {
	margin:0 0 15px 0;
	font-size:14px;
	text-transform:uppercase;
}
#center_column #add_address p {margin:0; padding:0 0 10px 0}
#add_address p.required {color:#222}

#add_address p.text label,
#add_address p.password label,
#add_address p.select label,
#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:5px 0px;
	width:50%;
	border:1px solid #e4e4e4;
	font-size: 12px;
	color:#666;
	line-height:20px;
	text-indent: 10px;
}
#add_address p.checkbox input {
	margin-left:260px;
}
#add_address p.select select {
	margin-right:10px;
	border:1px solid #e4e4e4;
	width:50%;
	font-size: 12px;
	color:#666
}
#add_address p.textarea label {vertical-align:top}
#add_address p.textarea textarea {
	height:80px;
	width:50%;
	border:1px solid #e4e4e4;
	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:100%}

#order-slip #order-list {border-bottom:1px solid #e4e4e4}
#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:100%}

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


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


/* ************************************************************************************************
		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 input[type="text"] {
	border:1px solid #e4e4e4;
	height:20px; line-height: 20px;
	padding: 0 5px;
	width:120px;

}
.description_box {
	border: 1px solid #e4e4e4;	
	padding: 5px;
	margin-bottom: 20px;
}
.description_box p {
	margin: 0;
	padding: 0 10px 5px;
}
.description_box .hide_desc {
	display: none;
}
.description_box .lnk_more {
	background: url("/themes/avena/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(/themes/avena/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 {
	border:1px solid #333;
	padding: 2px 5px;
	height: 24px;
	width: 200px;
	color: #ccc;
}
#pagenotfound .button_small {
	
}
#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:100%}


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


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

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


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


/* ************************************************************************************************
		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:100%}

#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(/themes/avena/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:100%}

#product p#loyalty {
	padding:10px 0 0 20px;
	border-top:1px solid #ccc;
	background:url(/themes/avena/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(/themes/avena/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(/themes/avena/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(/themes/avena/img/icon/delete.gif) no-repeat 0 0
}

.star {
	position: relative;
	float: left;
	height: 15px;
	width: 16px;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer
}

#layered_block_left ul li a:after {
	display:none !important;
}
/* ************************************************************************************************
		xxxxx
************************************************************************************************ */


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

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



/* ************************************************************************************************
		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 ul {margin-left:24px}
		#categories_block_left  li ul li {border:none}
			#categories_block_left  li ul li a {
				padding-left:0;
				background:none
			}
		#categories_block_left  li.last {padding-bottom: 0;}
#categories_block_left li .OPEN,
#categories_block_left li .CLOSE {
	display:block;
	float:right;
	margin:4px 10px 0;
	height:9px;
	width:9px;
	background:url(/modules/blockcategories/img/icon/open_close.png) no-repeat 0 -9px;
	cursor:pointer
}
#categories_block_left li .CLOSE {background-position:0 0}


/* footer */
.blockcategories_footer {
	padding:15px 10px;
}
.blockcategories_footer .category_footer {float:left;clear:none;}
.blockcategories_footer ul ul {display:none !important}



/*************** Block CMS ***************/
tr.subitem > td:first-child + td {
    padding-left: 10px;
}



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

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

.blockmanufacturer form {
	margin-top: 10px;   
    width: 200px;
}
.blockmanufacturer p {
	padding:0;
}

/*************** 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 li {padding-left:22px !important;}
#social_block li.facebook {background:url(/modules/blocksocial/img/sprite_pict_social_block.png) no-repeat 0 10px;}
#social_block li.twitter {background:url(/modules/blocksocial/img/sprite_pict_social_block.png) no-repeat 0 -20px;}
#social_block li.rss {background:url(/modules/blocksocial/img/sprite_pict_social_block.png) no-repeat 0 -50px;}


/*************** 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 form {
	margin-top: 10px;
    width: 200px;
}
.blocksupplier p {
	padding:0;
}

.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%}

/* additional styles */

.form-module-cheque-payment,
.form-module-bankwire-payment {
	border:1px solid #e4e4e4;
	padding: 20px;
	}
.mobclear, #pb-left-column #buy_block .qlabel {display: none;}
.formobile {visibility: hidden;}

.accessories_block .ajax_add_to_cart_button {display: none;}
.interfacecontainerdiv {display: none; position: absolute; background: #FFF; border: 1px solid #e4e4e4; padding: 10px 10px 0 10px; z-index:999}

#layered_block_left .type_color li {display: inline-block; vertical-align: top; margin:0 5px 10px 0; padding: 0;}
#layered_block_left .type_color li:nth-child(5n+5) {margin-right: 0;}
#page #layered_form .color-option {
	display: block; 
	cursor: pointer;
	width: 32px; 
	height: 27px; 
	float: left; 
	-webkit-box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.5); 
	-moz-box-shadow:    0px 1px 2px rgba(50, 50, 50, 0.5); 
	box-shadow:         0px 1px 2px rgba(50, 50, 50, 0.5);
	border:none
	}
#layered_block_left .type_color li label i {
	display: none;
}
#layered_form {margin-top: 20px;}
#layered_form li {line-height: 13px;}
#page #layered_block_left #enabled_filters, #page #layered_url_filter_block { padding: 10px; border: none; margin-bottom: 15px;}
#layered_block_left .type_color li input.checkbox {display: none;}
#layered_block_left .type_color li label a.value-link {display: none;}

#layered_block_left .type_size li {display: inline-block; vertical-align: top; margin:0 5px 10px 0; padding: 0; background: #E1E1E1;  text-align: center; line-height: 27px; height: 27px; width: 32px;}
#page #layered_block_left .type_size li:hover,
#page #layered_block_left .type_size li:hover a {color:#333}
#layered_block_left .type_size li:nth-child(5n+5) {margin-right: 0;}
#layered_block_left .type_size li input.checkbox {display: none;}
#layered_block_left .type_size li label a.value-link span {display: none;}

#layered_form > div > div {padding: 0px 0 30px 0; }
#layered_form div div ul {border-top: 1px solid #e4e4e4;margin-top: 10px; padding: 17px 0 0 0;}
#layered_form #enabled_filters ul {padding: 10px 0; margin: 0;}
#page #layered_block_left .layered_subtitle {font-weight: normal; text-transform: uppercase; font-size: 14px;}
#page #layered_block_left .ui-widget-content {border:none; background: none; border-top:1px solid #ccc}
#page #layered_block_left .ui-slider-horizontal .ui-slider-range {height: 1px; background: #333; line-height: 1px; margin-top: -1px;}
#page #layered_block_left .ui-slider-horizontal .ui-slider-handle {display: block; width: 10px; height: 10px; border-radius:50%; background: #333; border:none; cursor: pointer; margin-top: -1px;}
#page #layered_block_left .layered_slider_container {margin: 20px 0 6px 9px;width: 94%;}
#availability_value, #product_reference .editable, #page .product-manufacturer a {color:#333}
#order .order_delivery {margin-bottom: 20px;}
#reinsurance_block {clear:both}
/* images */

#pk_customlinks .ajax_cart_block_remove_link,
#pk_customlinks .favoritelist a.remove,
#cart_block .remove_link a, #cart_block .ajax_cart_block_remove_link, .cancel, .cancel a, .cmp_remove, .cart_delete a.cart_quantity_delete, a.price_discount_delete, #module-blockwishlist-mywishlist #block-order-detail #hideSendWishlist, ul.wlp_bought_list li .lnkdel, #favoriteproducts_block_account .remove .icon{
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAhElEQVQY02OorKiwA+IDQMzPgAaAYsxAvAiIY0GcfCD+D8SnkRVDFS2Fyi2ACRZDBU6BFKMpWgziI1tTCpU4AcTLsSpCUlwJVfAfaiJWRSDrliEpPIbhQTRFIOtqoOyjQMyHSxEzVLwaKnYEiHlBAm24HA7k10Ll1oM4ElDFmA5HBJ02AJ8+h9cxW/9wAAAAAElFTkSuQmCC);	
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
#pk_customlinks .ajax_cart_block_remove_link:hover,
#pk_customlinks .favoritelist a.remove:hover,
#cart_block .remove_link a:hover, #cart_block .ajax_cart_block_remove_link:hover, .cmp_remove:hover, .cart_delete a.cart_quantity_delete:hover, a.price_discount_delete:hover, #module-blockwishlist-mywishlist #block-order-detail #hideSendWishlist:hover, ul.wlp_bought_list li .lnkdel:hover, #favoriteproducts_block_account .remove .icon:hover {
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAhElEQVQY02NQVFK2A+IDQMzPgAaAYsxAvAiIY0GcfCD+D8SnkRVDFS2Fyi2ACRZDBU6BFKMpWgziI1tTCpU4AcTLsSpCUlwJVfAfaiJWRSDrliEpPIbhQTRFIOtqoOyjQMyHSxEzVLwaKnYEiHlBAm24HA7k10Ll1oM4ElDFmA5HBJ02AODZQQUgxzCKAAAAAElFTkSuQmCC);	
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.bx-loading {background:url(data:image/gif;base64,R0lGODlhHgAeAPUVAKyqrMzKzBweHLSytJyanKSmpAQCBOzq7Pz6/MTGxOTi5PT29LS2tJyenMzOzOzu7KyurPz+/AwODKSipPTy9BQWFGxubHx+fDQ2NNTW1Nze3GxqbOTm5HRydAQGBLy6vAwKDERCRDw+PGRmZDQyNNTS1ISChBwaHMTCxDw6PCQmJISGhCwuLGRiZHx6fBQSFHR2dAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJBwAVACwAAAAAHgAeAAAG/8CKcDhEcAIDCKIkEHU+C6J0WkE4CoTsxGroGgQrCnWqwWYbDQZCwwJ5v4OxMBIgNOyJA2IYoTBGbl0mchUaaAlRcgcjBhIBYw5iGgqERBAOFQqYRBoEBWKVUwpolEILAHYcoWRZAIkOWQmrVChZJVVYE4mzRAsTnggKeLxUCanGBAfEUxx3CQN2EctSCHcMWHHTUhCeCxS72qbeCOThROQIBWnmQwMNANAT0ubVBAzIyuYcscIEsuYJ7ihIZ2ePNl/AKsBq8G8ask0LsDRQtWxUQiGdJuQjZoiABikBHmSiGEqBSA2PqIxqEADclAUBAYicN6WOlgQPDApBcCDBryosm+SUsaOFQR8IP7MU+BhqwZUsBLY8gOrJgc5Va54ViPCgwIAEHK5KCQIAIfkECQcAFQAsAAAAAB4AHgAABv/AinA4RHACAwiCUmAEOAiidFpBOAqE7ATxyGYLpShVqsFmGw0GYgFpENyEgmIsjATe78RBXFeg4AQOdBUaaAkLgwh/EwdjDhSEc4NDGg8VAy5kcZCTUwMgBhBDCwBvHJ1TBQYGApwOWQmoVC2rK1VYE4iyUhwSrAsKebtUG6sMCVmNw1Ifqx0DbxHLUgugIlgD01IRLL8UutpDHBoKCObhROYIBWnoQwMNBdAT0ugIbsfJ7hywwQSx6BK4gYKlAZ9lCybEifKqAcBpyAIJWVDw1DIFbgrw0UCA0bRCBDRICWBJgcVOCixpCDAGY4MA4KgsEAjAUr0pd7QkeHAQwYErBAqzCBpUBk9HBhEoQAj6RWSnBVe8bOnipYCDg50QaEgwoECEB/ISQKETBAAh+QQJBwAVACwAAAAAHgAeAAAG/8CKcDhEcAIDCIJSYAQ4CKJ0WkE4CoTsBPHIZgulKFWqwWYbDQZiAWkQ3ISCYiyMBN7vxEFcV6DgBA50FRpoCQuDCH8TB2MOFIRzg0MaDxUKgkQacZCTUwpokhULAG8cnlObBACIFQ5ZCahUKFklVVgTrbJECxNxCAp5u1QJpsUEjcNSHG4JA28RylIIbgxYA9JTEHELFLrZQgvdCOTgvBRMaeZ1JAYCzxPR5hQgBiLHyeAoBgYbwQSxzG3gpwZLAz7KDkgwcALRqwYBpY3gZyKcwVPKBvA7YUnIJkbSCngwAEBKAEsKMHpSYGlChzGgGgT4NmVBggYALMmbckdLgjEHCBEcSOArSyY6ZfAQmMAgAgUIRb9oQLXgipctXbwUcIDQEwINzgpEeFBgQAIodIIAACH5BAUHAB0ALAAAAAAeAB4AAAb/wI5wOERwAgMIglJgBDgIonTaQTgKhOwE8chmC6UoVarBZhsNBmIBaRDchIJiLIwE3u/EQVxXoOAEDnQdGmgJC4MIfxMHYw4UhHODQxoPHQqCRBpxkJNTCmiSHQsAbxyeU5sEAIgdDlkJqFQoWSVVWBOtskQLE3EICnm7VAmmxQSNw1IcbgkDbxHKUghuDFgD0lMQcQsUutlCC90I5OBE5AgFaeZDAw0AzxPR5tQEDMfJ4BywwQSx5gncKEj3ho+yXr9cCct2LNMCLA1OKQOVUMgmRtIKEdAgJYAlBRI9MchAKMAYUA0CfJvCYYMHASTnTbmjJcEDgwsSWJBgoOeFLEll8BCYwCCCBgwvevasAADVgitetpRQaqDCBUu7EGhwViCCgwoYNjBYSSQIACH5BAkHAAAALAQAGAAVAAYAAAZLQACA8REaj0jFQzgAeSxL5HGRaBQoEYthK+kEFsfIIdAgEBoOQGRS2XJDCwpkYjYXFMfDpb0FUR51BAUOCFIAchsYAnEFAwkKhUZBACH5BAkHAAIALAAADwAdAA8AAAaHQMpjISgaj8gksuJJKZ/QIsbwIkavkeLGYAhcv0UItwOOEhqLCvVRvrrGbSTqeFB7PvGiJjmhevNKETAJAhwcZQpsUAoNDQFWTwsJDQCKSgEEmRMBB1lGCAcJE5kEDlEaBaQEEwwRFBCjpAV7VwsOqZkNEQ+qBQ4IbQgaCQMACA8FAwkKwEpBACH5BAkHAB0ALAAABQAeABkAAAbewE4ncskIj8jkUXFQCgsGgdFJrR4qBgOjylVesptuNYFcYCVNMbXREA6yFnWX0LFkyXLngd7BGCQLeVVtWBiCXQoaHIdOCBQdCJGMSpIFDQOTSRBtAwQTEZlCCBN0CQQEaZkcDXQKp3iZpgQcCAUEDQiZC6QFQg63sIeyDkILtg2LhwqsBblCGp6peRqsGkkBDx0KyWIK2RoBVMsNAYFVCwkNANmgTgGnngkPzqIHCaSnxFwax6cTDBEoQMB3qoA1MQsc2PKH4AE8AgUc0FODQEOCAQUiPCgwIAGtKkEAACH5BAUHABUALAAAAAAeAB4AAAb/wIpwOFx8NiLVgshsOh8mgWEqoTivTcBpOgWlFlYstsP1bFCLyBDBETcnHnMbu3Q7rBOIe6g4VBQOTBoEBQ97TQoNDQpFAAQNc4dDGg0EAHUOBAQJkk0omiUVCAUEE3Wda4oFCAqPnKhMCY8KsgR+sEQclQkDj2q4axMEDKQDwEwQhGCnxxXLCNDNQxHQBQ0M0kIQDQC9E7/HCMIMtbfHHJoJrZvSCZUKo48IxwvCqxWZDa+4tYHOpJBwJSI0T8igCeY6USKggUkAQwoiuVFgSEOAK4kaBGDWZIE7AIbAOdRUKsGDgkIQHEggTJM/LBoAaprAIAIFCC01FWi4Z4EDGVIzETwgScgBykMINPAqEOFBgQEJOBxlEgQAOw==) 50% 50% no-repeat
}
/*
------------------------------
	Impromptu
------------------------------
*/
#popupouter {
position: absolute;
width: 400px;
top: 50%;
left: 50%;
margin:-28px 0 0 -268px;
z-index: 99999;
background: #fff;
border:1px solid #e7e7e7;
	padding: 5px;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
-moz-box-shadow:    0px 0px 10px rgba(0, 0, 0, 0.75);
box-shadow:         0px 0px 10px rgba(0, 0, 0, 0.75);
text-align: center;
}
.LoginRadius_overlay{
	width:100%;
	position: absolute;
	height: 100%;
	background:rgba(204, 204, 204, 0.8);
	z-index:99999
	}
body.jqi-active #pattern {-webkit-filter:blur(2px)}
.jqifade{
	position: absolute; 
	background-color: #000;	
}
div.jqi{  
	font-family: Arial, Helvetica, sans-serif; 
	position: absolute; 
	background-color: #fff; 
	font-size: 14px; 
	line-height: 50px;
	text-align: left; 
	border:1px solid #e7e7e7;
	padding: 5px;
	width:400px;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
-moz-box-shadow:    0px 0px 10px rgba(0, 0, 0, 0.75);
box-shadow:         0px 0px 10px rgba(0, 0, 0, 0.75);
}
div.jqi .jqicontainer{ 
	background: #efefef;
}
div.jqi .jqiclose{ 
	position: absolute;
	top: 10px; right: 10px; 
	width: 12px; 
	height: 12px;
	cursor: pointer; 
	text-indent: -9999px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAhElEQVQY02OorKiwA+IDQMzPgAaAYsxAvAiIY0GcfCD+D8SnkRVDFS2Fyi2ACRZDBU6BFKMpWgziI1tTCpU4AcTLsSpCUlwJVfAfaiJWRSDrliEpPIbhQTRFIOtqoOyjQMyHSxEzVLwaKnYEiHlBAm24HA7k10Ll1oM4ElDFmA5HBJ02AJ8+h9cxW/9wAAAAAElFTkSuQmCC) no-repeat 50% 50%;
}
div.jqi .jqititle{
	padding: 5px 10px;
	font-size: 16px; 
	line-height: 20px; 
	border-bottom: solid 1px #eeeeee;
}
div.jqi .jqimessage{ 
	padding: 10px; 
	line-height: 20px; 
	color: #444444; 
	text-align:center;
}
div.jqi .jqibuttons{ 
	text-align: right; 
	padding: 5px 0 5px 0; 
	border: solid 1px #eeeeee; 
	background-color: #f4f4f4;
}
div.jqi button{ 
	padding: 3px 10px; 
	margin: 0 10px; 
	background-color: #2F6073; 
	border: solid 1px #f4f4f4; 
	color: #ffffff; 
	font-weight: bold; 
	font-size: 12px; 
}
div.jqi button:hover{ 
	background-color: #728A8C;
}
div.jqi button.jqidefaultbutton{
	background-color: #BF5E26;
}
.jqiwarning .jqi .jqibuttons{ 
	background-color: #BF5E26;
}
body.wdt480 #views_block #view_scroll_left, body.wdt480 #views_block #view_scroll_right {
	display: none !important;	
}

.jqi .jqiarrow{ position: absolute; height: 0; width:0; line-height: 0; font-size: 0; border: solid 10px transparent;}

.jqi .jqiarrowtl{ left: 10px; top: -20px; border-bottom-color: #ffffff; }
.jqi .jqiarrowtc{ left: 50%; top: -20px; border-bottom-color: #ffffff; margin-left: -10px; }
.jqi .jqiarrowtr{ right: 10px; top: -20px; border-bottom-color: #ffffff; }

.jqi .jqiarrowbl{ left: 10px; bottom: -20px; border-top-color: #ffffff; }
.jqi .jqiarrowbc{ left: 50%; bottom: -20px; border-top-color: #ffffff; margin-left: -10px; }
.jqi .jqiarrowbr{ right: 10px; bottom: -20px; border-top-color: #ffffff; }

.jqi .jqiarrowlt{ left: -20px; top: 10px; border-right-color: #ffffff; }
.jqi .jqiarrowlm{ left: -20px; top: 50%; border-right-color: #ffffff; margin-top: -10px; }
.jqi .jqiarrowlb{ left: -20px; bottom: 10px; border-right-color: #ffffff; }

.jqi .jqiarrowrt{ right: -20px; top: 10px; border-left-color: #ffffff; }
.jqi .jqiarrowrm{ right: -20px; top: 50%; border-left-color: #ffffff; margin-top: -10px; }
.jqi .jqiarrowrb{ right: -20px; bottom: 10px; border-left-color: #ffffff; }
.posrel {position: relative;}

.lava3, .lava2, .lava1 { width:100px; height:3px; line-height: 3px; position:absolute !important; z-index:2;}
.lava1 {bottom: -4px }
.lava3 {bottom: 0}
.lava2 {top: 0px;}

#cluetip {background:#000; padding: 10px; border:none; display: inline-block; -webkit-border-radius: 0;
        border-radius: 0;}
#cluetip .customer_name {padding-bottom: 5px;}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #888;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #888;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #888;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #888;
}

/* titles */
#address h3 {
	text-transform: uppercase;
	font-size: 20px;
	}
body#contact h3,
#create-account_form h3,
#authentication #login_form h3,
#account-creation_form h3,
#addresses h3, #address h3,
#order .delivery_options_address h3, 
#order-opc .delivery_options_address h3,
#module-cheque-payment h3,
#module-bankwire-payment h3,
#new_account_form h3 {
	border:1px solid #e4e4e4;
	padding: 0;
	margin-bottom: 3px;
	font-weight: normal;
	text-transform: uppercase;
	}
#contact h3 > span,
#create-account_form h3 >span,
#authentication #login_form h3 > span,
#account-creation_form h3 > span,
#addresses h3 > span, #address h3 > span,
#order .delivery_options_address h3 > span, 
#order-opc .delivery_options_address h3 > span,
#module-cheque-payment h3 > span,
#module-bankwire-payment h3 > span,
#new_account_form h3 > span {
	padding: 0 20px;
	line-height: 40px;
	height: 38px;
	display: inline-block;
	position: relative;
	}
#contact h3 > span span,
#create-account_form h3 > span span,
#authentication #login_form h3 > span span,
#account-creation_form h3 > span span,
#addresses h3 > span span, #address h3 > span span,
#order .delivery_options_address h3 > span span, 
#order-opc .delivery_options_address h3 > span span,
#module-cheque-payment h3 > span span,
#module-bankwire-payment h3 > span span,
#new_account_form h3 > span span {
	position: absolute;
	width: 100%;
	left: 0;
	bottom:-4px;
	height: 3px;
	line-height: 3px;
	background: #000;
	display: block;
}
/* fonts */
#pk_customlinks .text_desc a, 
#pk_wishlist .text_desc span,
#page .aw_pName,
a.f_title,
.cart_block_product_name, .product-title, 
.special-products .s_title_block,
#best-sellers_carousel h5,
.s_title_block a,
.accessories_block .product_info .price,
#productscategory_list li p.product_name a,
#crossselling .product_name a,
#new_comment_form button,
.additional-cart-tabs div span,
.total-title,
body #aw_slider_container .aw_pName,
#sequence h3,
#isotopeSort .s_title_block,  #isotopeSort h5,
.blog-title h3, #page #blog-list-comments .prfb-right h3, #page .blog-post-data h3,
.blog-carousel-post h6 {
	font-family:Judson, Georgia}
#pk_customlinks .text_desc .price, .sf-menu a, 
#page .aw_slide-text h4,
#page .aw_price, #productsCarousel div.price span,
#cart_block .quantity-formated,
#cart_block .price,
.block .title_block, .block h4,
#product_list li .price,
#product_list li span.new,
#special_block_right .price,
#special_block_right .reduction,
#best-sellers_carousel li .price,
.idTabs a,
#our_price_display,
.blockproductscategory .price,
#crossselling .price,
#old_price_display,
#reduction_percent_display, #reduction_amount_display,
.comparison-title,
#product_comparison tr.comparison_header, 
.comparison_feature_odd strong,
.comparison_feature_even strong,
.price, .old_price,
table.table_block th,
table#cart_summary th,
.price-discount,
.cart-total table td,
ul.step li a, ul.step li span,
#block-history table th,
.wlp_bought_infos th,
#pk_bxslider_container h3,
.more_info_block_mobile .accordionButton,
#module-referralprogram-program table th,
.carouselMobile .accordionButton,
.flexmenu > ul > li a,
.mobileMenuTitle,
#page .mobile-visible > ul > li > a,
#page .flexmenu .left-title,
#page .flexmenu .right-title,
.filter li, .blog-date, .blog-post-likes, .sortTools  {
	font-family: "Crimson Text", Georgia }
#page .aw_slide-text h3,
#page .comment_title_block,
#pk_bxslider_container h3,
#sequence h4 {
	font-family: "Playfair Display", Georgia; }

/* colors */
	/* yellow background */
	.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active,
	.sf-menu ul li:hover, .sf-menu ul li.sfHover,
	.sf-menu ul li a:focus, .sf-menu ul li a:hover, .sf-menu ul li a:active,
	#aw_slider_container .bx-wrapper-mod .bx-pager.bx-default-pager a:hover,
	#aw_slider_container .bx-wrapper-mod .bx-pager.bx-default-pager a.active,
	.bx-wrapper-mod .bx-controls-direction a:hover,
	#banners_carousel .flex-direction-nav li a:hover,
	.nivo-controlNav a:hover, .nivo-controlNav a.active,
	.theme-default .nivo-directionNav a:hover,
	#footer .facebook-box .likeButton:hover,
	#cart_block .remove_link:hover, 
	#cart_block .deleteCustomizableProduct:hover,
	#pk_customlinks .remove:hover, 
	#pk_customlinks .ajax_cart_block_remove_link:hover,
	#pk_customlinks .favoriteproduct a.remove:hover,
	#left_column .block li a:hover:after,
	#category #page h1,
	#center_column #bt_compare:hover,
	#page .chosen-container .chosen-results li.highlighted,
	ul.pagination a:hover, ul.pagination .current span, 
	.function_button a:hover, 
	.product_like.active a.remfav,
	.product_wishlist.active a,
	#wishlist_button:hover,
	.function_button label:hover, .product_compare.active label,
	#product_comments_block_tab button.usefulness_btn:hover,
	#product_comments_block_tab button.usefulness_btn:active,
	.wrapper-dropdown .dropdown li:hover,
	#wishlist_button.active,
	.cmp_remove:hover,
	.cart_delete a.cart_quantity_delete:hover,
	a.price_discount_delete:hover,
	#order .exclusive.standard-checkout,
	#order .exclusive.multishipping-button,
	#module-blockwishlist-mywishlist #block-order-detail #hideSendWishlist:hover,
	ul.wlp_bought_list li .lnkdel:hover,
	#favoriteproducts_block_account .remove .icon:hover,
	.main-section-links > li > a,
	#page .flexmenu > ul > li.flexHover > a,
	#page .flex-blockspec-direction-nav a:hover,
	#page .mobile-visible.flexmenu,
	#page .mobile-visible > ul li a,
	#page .flexmenu .left-title,
	#page .flexmenu .right-title,
	#sequence h3,	
	#isotopeSort span.new,
	#page #sequence-theme .nav li.active,
	#layered_block_left .type_size li:hover,
	.showcase-plus-anchor,
	#navigation ul li a:hover, #navigation ul li.selected a,
	#scrollTop:hover
	{
		background-color: #ffbd00;
	}
	/* yellow color */
	.aw_price, 
	#footer .facebook-box .fb_fans a,
	#left_column .block li a:hover,
	#page .cat_desc a.lnk_more,
	.breadcrumb, #product_comments_block_tab .comment_author_infos span span,
	p.required  sup,
	#footer #twitter_block.block ul li a
	{
		color:#ffbe00
	}
	/* dark yellow background */	
	#footer .socialnetworks_menu li a:hover,
	#product_list li span.new, .q1, .q2,
	#special_block_right .bx-controls a:hover,
	#best-sellers_carousel .bx-controls a:hover {
		background-color: #c8001f		
	}
	/* black background */
	#left_column .block .title_block, #left_column .block h4,
	#left_column .block li a:after, #subcategories h3, 
	#new_comment_form button,
	.additional-cart-tabs div:hover,
	.additional-cart-tabs div.active,
	#order .exclusive.standard-checkout:hover,
	#order .exclusive.multishipping-button:hover,
	.flexmenu,
	#page .mobile-visible > ul,
	.flexmenu > ul,
	#page #sequence-theme .status,
	.lava3, .lava2, .lava1, #navigation ul li a,
	#page .theme_controller.main_opened #handler,
	#page .theme_controller.main_closed #handler
	 {
		background-color: #212223;
	}
	/* black color */
	#category #page h1,
	#center_column #bt_compare:hover,
	#page .comment_title_block,
	#order .exclusive.standard-checkout,
	#order .exclusive.multishipping-button,
	#cart_summary .price,
	.carouselMobile .accordionButton,
	#page ul.flex-blockspec-direction-nav a:hover,
	#best-sellers_carousel .bx-controls a:hover,
	#page .mobile-visible.flexmenu .mobileMenuTitle {
		color:#212223
	}
	/* red color */
	#product_list li .price,
	#special_block_right .price,
	#best-sellers_carousel li .price,
	.accessories_block .product_info .price,
	#our_price_display,
	.blockproductscategory .price,
	#crossselling .price,
	#product p.online_only,
	.price,
	.cart_total_price.ttlprc .price {
		color:#df1919
	}
	/* red background */
	#page #product_list li .discount,
	#availability_statut #availability_value.warning_inline,
	#reduction_percent_display,
	.discount {
		background:#df1919	
	}
/* transitions */
.showcase-plus-anchor,
#aw_slider_container .bx-wrapper-mod .bx-pager.bx-default-pager a,
#banners_carousel .flex-direction-nav,
.nivo-directionNav a,
.tab .bottom-line,
#manufacturersCarousel .bx-controls a,
#footer li,
#footer .facebook-box .likeButton,
.facebook-box .fb_followers li a, 
.facebook-box .fb_followers li span,
.facebook-box .fb_followers li div.fb_name,
.socialnetworks_menu li a,
#cart_block dt:hover .remove_link, 
#cart_block dt:hover .deleteCustomizableProduct,
#pk_customlinks li ul li, 
#pk_customlinks .remove, 
#pk_customlinks .ajax_cart_block_remove_link,
#left_column .block li a,
#left_column .block li a:after,
#category_description_full, #category_description_short, 
#product_list li,
.view_btn, 
ul.pagination li *,
.function_button *,
#special_block_right .bx-controls a,
#best-sellers_carousel .bx-controls a,
#product_list-container.view_grid li .product_compare,
#view_scroll_left,#view_scroll_right,
#view_scroll_left,
#view_scroll_right,
#product_comments_block_tab button.usefulness_btn,
#plus_one,
#wishlist_button,
.bx-next, .bx-prev,
.productscategory_buttons,
.cmp_remove,
.cart_delete a.cart_quantity_delete,
.additional-cart-tabs div,
a.price_discount_delete,
#module-blockwishlist-mywishlist #block-order-detail #hideSendWishlist,
ul.wlp_bought_list li .lnkdel,
.ac_results li *,
.ac_results li,
.flexmenu a,
.filter a,
#layered_block_left li,
.accordionButton span {
	-webkit-transition: all .2s ease-in-out;  
	-moz-transition: all .2s ease-in-out;  
	-o-transition: all .2s ease-in-out;  
	transition: all .2s ease-in-out;
}
#search_query_top {
	-webkit-transition: all .5s ease-in-out;  
	-moz-transition: all .5s ease-in-out;  
	-o-transition: all .5s ease-in-out;  
	transition: all .5s ease-in-out;
}

@media (min-width: 1001px) {
	.widescreen.w1000 #search_block_top {top:117px; right: 20px;}
	.widescreen.w1000 #search_block_top #search_query_top {border:none; border-left:1px solid #eee; border-right:1px solid #eee; height: 50px;}
	.no-touch .widescreen.w1000 #search_block_top #search_query_top {width:50px; text-indent:-9999px}
	.widescreen.w1000 #search_block_top #search_query_top.focus {background: #FFF; text-indent: 10px;}
	.widescreen.w1000 #search_block_top .button_search {background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAARCAQAAAB6UzRyAAAAu0lEQVR4AY3KMSvEYRzA8c/VGXQyyFmUyOAlWJ5u06EMR+mUzTuwSFcml5LUFaVks3H+ud8btBie5xm4z3f9Kizo6vjDlpGpEJ71taCWfAkvro01wkhbZUPjQwJ03QsXKldCDwAdbxorMm1Tr0onwp7MqnCjtCucySyaeVDaF44UHn1blxsL2wo9YWIZwEB4Umm5FN6dS/ruhBCG1NvQp/jt1qmZegNLkoEDm+BQvdWy7XiebeJfO9bM5wcFfi9oZ/Dn9wAAAABJRU5ErkJggg==) no-repeat 50% 50%;
		width: 50px;
		height: 50px;
	}
	#page #search_block_top #search_query_top {background: #212223;}
	.widescreen #page #search_block_top #search_query_top {background: #212223;}
	#twitter_block {width:223px}
}
/*