@charset "UTF-8";

#promotions
{
	width: 676px;
	height: 203px;
    /*margin: 4px 0 10px 4px;*/

    position: relative;
    
    font-family: Verdana;
	background-color: #fff;
	border: 1px solid #467D91;

	overflow: hidden;
	left:264px;
}
/*
#promotions
{
	position:absolute !important;
	margin:0 !important;
	right:0px !important;
}
*/
#promotions .title
{
	color:#3399cc;
	font-size: 20px;
	margin-left: 12px;
	margin-top: 10px;
	
}


#promotions .coda-slider {
    width: 620px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
/*    background: #FFFFFF url(../images/promotions/content_pane-gradient.gif) repeat-x scroll left bottom;*/
    background-color: #FFFFFF;
}

#promotions .coda-slider div.panel {
    /*padding: 20px;
    padding-top: 5px;
	padding-bottom: 0;*/
    width: 550px;
}
#promotions .coda-slider .panel-wrapper {
	padding-left: 20px;
}

#promotions ul.codaslider_navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 200px;
    height: 100%;
    position: absolute;
    right:0;
	top: 0;
    z-index: 1;
    
	border-left: 1px solid #b2b2b2;

    background: #ddd;
}

#promotions ul.codaslider_navigation li {
	background:transparent url(img/promotions/bg_produits_mois_off.png) repeat-x;
}

#promotions ul.codaslider_navigation li a {
    
    display: block;
	height: 50px;
    text-align: right;
    text-decoration: none;
    font-size: 20px;
    color: #444;
    font-weight:normal;
    outline:none;
	position: relative;
	margin-bottom:1px;
}
#promotions ul.codaslider_navigation li img
{
	border: none;
	top:0;
	left:0;
}
#promotions ul.codaslider_navigation li a span
{
	display: block;
}
#promotions ul.codaslider_navigation li a .thumb
{
	position: absolute;
	right: 5px;
	top:4px;
	background-color: #fff;
	width: 40px;
	height: 40px;

	display: table-cell;
	vertical-align: middle;
}
#promotions ul.codaslider_navigation li a .price
{
	position: absolute;
	left: 15px;
	top:4px;
	width: 130px;
}
#promotions ul.codaslider_navigation li a .price div
{
	position: absolute;
	right: 0;
}
#promotions ul.codaslider_navigation li a .num
{
	position: absolute;
	
	top:3px;
	left: 3px;
}
#promotions ul.codaslider_navigation li a .name
{
	position: absolute;
	bottom: 5px;
	left: 5px;
	font-family: Verdana;
	font-size: 10px;
	color: #000;
}
#promotions ul.codaslider_navigation .current .name
{
	color: #fff;
}
#promotions ul.codaslider_navigation li a div
{
	position: absolute;
}
#promotions ul.codaslider_navigation li a .on
{
	display: none;
}
#promotions ul.codaslider_navigation .current .off
{
	display: none;
}
#promotions ul.codaslider_navigation .current .on
{
	display: block;
}
#promotions ul.codaslider_navigation .current {
	background:transparent url(img/promotions/bg_produits_mois_on.png) repeat-x;
    color:#fff;
}

#promotions .content {
	width:300px;	
}
#promotions .panel img.thumb {
	float:left;
}

#promotions .panel .content {
	float:left;
	padding: 10px 30px;
	padding-top: 0;
}

#promotions .panel .name {
	color: #313131;
	font-weight: bold;
	padding-bottom: 2px;
	font-size: 13px;
}
#promotions .panel .reduction {
	position: absolute;
	margin-left: 175px;
	margin-top: -5px;
	background: url(img/promotions/pastille_bleue.png) no-repeat 50% 0;
	color:#fff;
	font-weight: bold;
	text-align: center;
	padding-top: 30px;
	font-size: 15px;
	font-family: Arial;
	width: 70px;
	height: 70px;
}
#promotions .panel .description {
	color: #373737;
	padding-bottom: 10px;
	font-size: 10px;
	font-family: Verdana;
}

#promotions .panel .lastprice {
	color: 4c4c4c;
	padding-bottom: 2px;
	font-size: 11px;
	text-decoration: line-through;
}
#promotions .panel .promoprice {
	color: #dc133d;
	padding-bottom: 10px;
	font-size: 13px;
	font-weight: bold;
	color:#d61041;
}
#promotions .panel a
{
	text-decoration: none;
	color:#39c;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;

	padding-left: 10px;
	background: url(img/fleche_bleue_right.png) no-repeat 0 50%;
	
}

#promotions .panel a:hover
{
	text-decoration: underline;
	color:#333;
	
}
