@import url(featuredcontentglider_ae.html);
#contenu{
	padding:0 30px;
}
/*-Textes----------------------------------------------- */
h1#infos_title {display:block;margin:0 0 20px;}

h2 {
	color:#6e8c32;
	font: italic 18px/24px Arial,verdana,sans-serif;
	text-transform:uppercase;
}h2 .second_part{color:#544627;font: italic 18px/24px Georgia, arial, sans-serif;text-transform:none;}

h2.masquer{
	color:#544627;
	display:inline;
	font: normal 13px/24px verdana,"trebuchet MS",sans-serif;text-transform:none;
}

p{
	font: normal 13px/24px verdana,"trebuchet MS",sans-serif;
}
.horizontal_splitter{
	width:829px;height:32px;background:url(images/informations/horizontal_splitter.jpg) no-repeat;margin:10px auto 20px;
}
/*-PageContent----------------------------------------------- */
#headtitle {
	text-align:center;
	font-size:15px;
	color:#81B221;
	padding:20px 0 10px 0;
}
.infos {
	background:url(images/product_info/bg_titre.html) repeat-y;
	border-top:1px solid #edebdf;	
	border-left:1px solid #e5e3d7;
	border-right:1px solid #e5e3d7;
	border-bottom:1px solid #dbd9ce;
	padding:30px 25px;
}

#menu_section_infos{
	float:right;
}
#menu_section_infos ul{
	margin-top:2px;
}
#menu_section_infos li{
	height:25px;
	padding-top:4px;
	color:#937c2c;
	background:url(images/informations/sep_sous_menu.gif) repeat-x 0 100%;	
}
#menu_section_infos li a{
	font: normal 11px/20px verdana,"trebuchet MS",sans-serif;
	color:#927100;
	padding-left:15px;
	text-decoration:none;
	background:url(images/informations/puce_sous_menu.gif) no-repeat 0 3px;
}

#slider_debut{
	margin-bottom:14px;		
}
#slider_fin{
	width:838px;
	padding:0 30px;		
}
.slider_class{
	width:898px;
	height:264px;
	position:relative;
}
.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: #F6F6F1;
visibility: hidden;
background:#DFDFC3 url(images/absinthexplore/bg_texte_slider.html) repeat-x;
}
.sub_glidecontent{
padding-top:52px;
}
.glidecontentwrapper{
position: relative; /* Do not change this value */
float:left;
margin-top:8px;
width: 838px;
height: 252px; /* Set height to be able to contain height of largest content shown*/
overflow: hidden;
}

.glidecontenttoggler a.prev, .glidecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
	display:none;
	visibility: hidden;
}

	.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
	background: #1A48A4;
	color: white;
}
.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
	position: absolute;
	top:7px;
	width:838px;
	padding-top:5px;
	z-index:450;
	height:24px;
	text-align: center;
}
.glidecontenttoggler a{
	float:left;
	display: block;
	color: #832f01;
	height:23px;
	margin-right:15px;
	padding:3px 15px 0 15px;
	font:normal 11px/10px Verdana,sans-serif;
	text-decoration: underline;
}
.glidecontenttoggler a.selected{
	float:left;
	display: block;
	color: #fff;
	height:23px;
	margin-right:20px;
	padding:3px 15px 0 15px;
	font:normal 10px/10px Verdana,sans-serif;
	text-decoration: none;
	background:url(images/informations/slider_toggle_bg.gif) repeat-x;	
}


/* Module bestsales ----------- */
#buy_absinthe_sommaire{
	background:url(images/informations/summary_bg.jpg) no-repeat 50% 15px;
	height:100px;
	margin-top:40px;
}
.icon_sommaire{
	text-align:center;
    display: inline-block;
	line-height:20px;
	margin:0 25px; 
}.icon_sommaire img{display:inline}
.icon_sommaire a{text-decoration:none;font:italic 11px/20px Verdana,sans-serif;color:#6e8c32;}
.icon_sommaire a:hover{text-decoration:none;font:normal 11px/20px Verdana,sans-serif;color:#782d00;}



.ActionButton {
	
	-moz-box-shadow:inset 0px 1px 0px 0px #cf866c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #cf866c;
	box-shadow:inset 0px 1px 0px 0px #cf866c;
	
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d0451b), color-stop(1, #bc3315));
	background:-moz-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-webkit-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-o-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-ms-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0451b', endColorstr='#bc3315',GradientType=0);
	
	background-color:#d0451b;
	
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	
	border:1px solid #942911;
	
	display:block;
	color:#ffffff;
	font-family:arial;
	font-size:13px;
	font-weight:normal;
	padding:6px 24px;
	text-decoration:none;
	text-align:center;
	width:300px;
	margin:0 auto;	
	text-shadow:0px 1px 0px #854629;
	
}
.ActionButton:hover {
	
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bc3315), color-stop(1, #d0451b));
	background:-moz-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-webkit-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-o-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-ms-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:linear-gradient(to bottom, #bc3315 5%, #d0451b 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc3315', endColorstr='#d0451b',GradientType=0);
	color:#FFF;
	background-color:#bc3315;
}
.ActionButton:active {
	position:relative;
	top:1px;
}
.ActionButton:visited {
	color:#FFF;
}
