/* CSS Document  */
html, html body {
	background-image: url(about: blank);
	background-attachment: fixed;
}
html .footer {
	position: absolute;
	bottom: auto;
	top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
}
img {
	border: 0;
}


body {
  margin: 0px;
  padding: 0px;
}

a.button {
	background: transparent url('images/bg_button_a.gif') no-repeat scroll top right;
	color: #000;
	display: inline-block;
	font: normal 11px Arial;
	height: 19px;
	margin-right: 6px;
	padding-right: 18px;
	text-decoration: none;
}
a.button span {
	background: transparent url('images/bg_button_span.gif') no-repeat;
	display: block;
	line-height: 9px;
	padding: 5px 0 5px 18px;
}
a.button:hover {
	background-position: bottom right;
	color: #000;
	outline: none;
	cursor: pointer;
}
a.button:hover span {
	background-position: bottom left;
	padding: 6px 0 4px 18px;
}
a.button2 {
	background: transparent url('images/bg_button2_a.gif') no-repeat scroll top right;
	color: #FFF;
	display: inline-block;
	font: bold 14px Arial;
	height: 32px;
	margin-right: 6px;
	padding-right: 34px;
	text-decoration: none;
	cursor: pointer;
}
a.button2 span {
	background: transparent url('images/bg_button2_span.gif') no-repeat;
	display: block;
	line-height: 22px;
	cursor: pointer;
	padding: 5px 0 5px 18px;
}
a.button2_in {
	background: transparent url('images/bg_button2_a_in.gif') no-repeat scroll top right;
	color: #FFF;
	display: inline-block;
	font: bold 14px Arial;
	height: 32px;
	margin-right: 6px;
	padding-right: 34px;
	text-decoration: none;
}
a.button2_in span {
	background: transparent url('images/bg_button2_span_in.gif') no-repeat;
	display: block;
	line-height: 22px;
	padding: 5px 0 5px 18px;
}
#toprow img {
	position: relative;
	top: 2px;
	margin-right: 3px;
	border: 0;
}
#headerrow table {
	border: 1px solid #E6E6E6;
	background: #FFF;
}

#site_switch {
  position: relative;
  left: 24px;
	background: #FFF;
	width: 185px;
	font-size: 11px;
	border: 1px solid #E4E4E4;
	padding: 8px;
	text-align: left;
	margin-top: 14px;
}
#site_switch:hover {
	border: 1px solid #AAD927;
	cursor: pointer;
}

#site_switch .n {
  position: absolute;
  right: 0px;
  top: 0px;
  background: #DB4425;
  font-size: 11px;
  line-height: 1em;
  text-align: center;
  padding: 1px 6px 1px 8px;
  color: #FFFFFF;

}

.box_cat_title td {
	padding-left: 10px;
	color: #FFF;
	height: 24px;
	font-size: 12px;
	font-weight: 700;
	line-height: 24px;
	vertical-align: middle;
}
.box_cat_title img {
	margin-right: 8px;
	vertical-align: middle;
}
/* new cart  */
#cart_container {
	clear: both;
	position: fixed;
	z-index: 10;
	bottom: 0;
	left: 50%;
	margin-left: -488px;
	width: 972px;
	height: 134px;
	background-image: url('images/cart_effect_degrade.png');
	background-position: top left;
	background-repeat: no-repeat;
}
.cart_borders {
	background: #AAD927;
	position: relative;
	top: 9px;
	left: -1px;
	width: 100%;
	height: 100%;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
	border-top: 1px solid #666;
}

.cart_borders_over{
  background: #F2BC40;
	position: relative;
	top: 9px;
	left: -1px;
	width: 100%;
	height: 100%;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
	border-top: 1px solid #666;  
}

#cart {
	position: absolute;
	width: 696px;
	top: 16px;
	right: 6px;
	border: 1px solid #849C3B;
	overflow: auto;
	height: 100px;
	background: #FFF;
	padding: 5px;
}

#cart_loader_overlay {
	position: absolute;
	width: 696px;
	top: 16px;
	right: 6px;
	border: 1px solid #849C3B;
	height: 100px;
	line-height: 98px;
	text-align: center;
	background: #AAD927;
	z-index: 500;
	filter: alpha(opacity=30);
/* internet explorer */
	-khtml-opacity: 0.3;
/* khtml, old safari */
	-moz-opacity: 0.3;
/* mozilla, netscape */
	opacity: 0.3;
/* fx, safari, opera */
	display: none;
	padding: 5px;
}
#empty_cart {
	width: 100%;
	text-align: center;
}
#cfeil {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 60px;
	left: 247px;
	background-image: url('images/cart_effect_arrow2.png');
	background-repeat: no-repeat;
	z-index: 1000;
}
#rcart {
	position: absolute;
	width: 240px;
	top: 16px;
	left: 6px;
	border: 1px solid #849C3B;
	height: 110px;
	background: #FFF;
}
#rcart2 {
	position: absolute;
	width: 240px;
	top: 138px;
	left: 6px;
	border: 1px solid #849C3B;
	height: 100px;
	background: #FFF;
	font-size: 14px;
	font-weight: 700;
	color: #666;
}
#rcart3 {
	position: absolute;
	width: 240px;
	top: 250px;
	left: 6px;
	border: 1px solid #849C3B;
	height: 38px;
	background: #FFF;
	font-size: 14px;
	font-weight: 700;
	color: #666;
}
#rcart4 {
	position: absolute;
	width: 240px;
	top: 288px;
	left: 6px;
	border: 1px solid #849C3B;
	height: 38px;
	background: #FFF;
	font-size: 14px;
	font-weight: 700;
	color: #666;
}
#rcart4:hover, #rcart3:hover {
	border: 1px solid #999;
	background: #E7E7E7;
	color: #000;
	cursor: pointer;
}
#pcont {
	width: 100%;
	font-size: 14px;
	font-weight: 700;
	color: #666;
}
#title {
	width: 100%;
	height: 19px;
	background-color: #468DCD;
	text-align: center;
	color: #FFF;
	vertical-align: middle;
	line-height: 19px;
	border-bottom: 1px solid #849C3B;
	font-weight: 700;
}
.pdata {
	font-size: 25px;
	text-align: right;
	padding-right: 10px;
	color: #000;
}
.pdatas {
	font-size: 18px;
	text-align: right;
	padding-right: 10px;
	color: #000;
}
.pdata_remise {
	font-size: 18px;
	text-align: right;
	padding-right: 10px;
	color: #D0040D;
}
.ptd_m {
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	background-image: url('images/icon_fup.gif');
	background-repeat: no-repeat;
	background-position: center right;
}
.ptd_m:hover {
	color: #000;
	background: #EEE;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	cursor: pointer;
	background-image: url('images/icon_fup.gif');
	background-repeat: no-repeat;
	background-position: center right;
}
.ptd_m_open {
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	background-image: url('images/icon_fdown.gif');
	background-repeat: no-repeat;
	background-position: center right;
}
.ptd_m_open:hover {
	color: #000;
	background: #EEE;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	cursor: pointer;
	background-image: url('images/icon_fdown.gif');
	background-repeat: no-repeat;
	background-position: center right;
}
.ptd_r {
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}
.ptd_r:hover {
	color: #000;
	background: #EEE;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	cursor: pointer;
}
.ptd_c {
	border-right: 1px solid #FFF;
	border-top: 1px solid #FFF;
}
.ptd_c:hover {
	color: #000;
	background: #EEE;
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	cursor: pointer;
}


.pitem {
	float: left;
	width: 215px;
	height: 18px;
	margin-right: 16px;
	margin-top: 5px;
	margin-bottom: 2px;
	font-size: 11px;
	position: relative;
}

.pitem .i{
  float: left;
  width: 20px;
  text-align: center;
  margin-right: 3px;
}

.pitem a {
	font-size: 11px;
	color: #333;
	text-decoration: none;
	float: left;
	width: 115px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space:nowrap; 
}
.pitem a:hover {
	color: #000;
	text-decoration: underline;
}

.pitem .f_st{
  position: absolute;
  right: 0px;
}

.pitem .f_qte_s {
	float: left;
	margin-right: 3px;
}


#cartform {
	margin: 0px;
}

/* end new cart   qte fields  */
.f_qte_s {
	position: relative;
	width: 32px;
	height: 17px;
	padding: 0;
}
.f_qte_s input {
	position: absolute;
	top: 0;
	right: 13px;
	font-size: 10px;
	border: solid 1px #65BD05;
	width: 15px;
	height: 13px;
	text-align: right;
	padding-right: 1px;
	color: #206019;
}
.f_qte_s #qb1 {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}
.f_qte_s #qb2 {
	position: absolute;
	top: 9px;
	right: 0;
	cursor: pointer;
}
/* end qte fields  */
tr, table, td, div {
	font-family: Arial, Helvetica, sans-serif;
}
.info_titre {
	font-size: 17px;
	font-weight: 700;
	color: #5682AF;
}
td#path img {
	padding-right: 5px;
	padding-left: 5px;
}
.nd {
	display: none;
}
#mcontent {
	height: 100%;
}
.new_cat {
	position: relative;
	top: -1px;
	margin-left: 4px;
	background: #DB4425;
	color: #FFF;
	font-size: 10px;
	height: 20px;
	width: 38px;
	padding: 0 3px;
}
#mt {
	margin-bottom: 106px;
}
.mtable {
	border: 1px solid #E6E6E6;
	background: #FFF;
	width: 717px;
	margin: 0;
}
#prod_loading {
	position: relative;
	height: 400px;
	width: 715px;
}
#prod_loading_sub {
	position: absolute;
	top: 100px;
	left: 170px;
	border: #D5D5D5 1px solid;
	font-size: 16px;
	font-weight: 700;
	color: #7B9339;
	background: #FFF;
	padding: 70px 100px;
}
/*Prod box small */
#loadmore {
	float: left;
	border: 1px solid #468DCD;
	width: 715px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	margin: 0 3px 10px 0;
	font-size: 17px; 
	background: url('images/icon_arrow_down.gif') no-repeat center center;

}

#loadmore:hover {
	cursor: pointer;
}
.pbox {
	float: left;
	background: #FFF;
	border: 1px solid #E6E6E6;
	width: 175px;
	height: 156px;
	margin: 0 3px 3px 0;
}
.alist {
	display: none;
	position: absolute;
	z-index: 200;
	top: 110px;
	right: 27px;
	border: #999 1px solid;
	background-color: #F4F4F4;
	width: 280px;
	font-size: 12px;
	padding: 0 4px;
}

.pinnerbox {
	height: 156px;
	width: 175px;
	position: relative;
	padding: 3px;
}
.ptitle {
	position: absolute;
	top: 4px;
	background: url('images/icon_dfeil.gif') no-repeat;
	background-position: 1px 4px;
	width: 154px;
	height: 16px;
	padding-left: 15px;
	overflow: hidden;
}
.ptitle a {
	font-size: 11px;
	font-weight: bold;
	color: #206019;
	text-decoration: none;
}
.ptitle a:hover {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.prod_desc {
	position: absolute;
	top: 19px;
	font-size: 9px;
	color: #666;
	vertical-align: top;
	width: 169px;
	height: 28px;
	overflow: hidden;
}
.prod_img {
	position: absolute;
	top: 53px;
	width: 78px;
	cursor: move;
	height: 100px;
}
.prod_img_fiche {
	width: 340px;
	height: 250px;
	cursor: move;
	text-align: center;
	line-height: 250px;
	vertical-align: middle;
}
.prod_bio {
	position: absolute;
	top: 53px;
	width: 62px;
	height: 26px;
	z-index: 3;
}

.prod_surgele{
	position: absolute;
	top: 53px;
	width: 33px;
	height: 33px;
	z-index: 3;
}

.prod_icon {
	position: absolute;
	top: 134px;
	z-index: 3;
	width: 20px;
	height: 19px;
	cursor: pointer;
}
.prod_lot {
	position: absolute;
	top: 47px;
	left: 83px;
	font-size: 11px;
	color: #666;
	width: 88px;
	height: 14px;
	overflow: hidden;
}
.prod_lot img {
  position: relative;
  top: 2px;
  margin-left: 2px;
  cursor: pointer;
}


.prod_brand {
	position: absolute;
	top: 61px;
	left: 83px;
	font-size: 11px;
	color: #666;
	width: 88px;
	height: 14px;
	overflow: hidden;
}
.prod_livt {
	position: absolute;
	top: 75px;
	left: 83px;
	font-size: 11px;
	color: #666;
	width: 88px;
	height: 14px;
}
.pbut {
	position: absolute;
	top: 93px;
	left: 83px;
	cursor: pointer;
}
.pbut2 {
	position: absolute;
	top: 93px;
	left: 126px;
	cursor: pointer;
}
.prod_price {
	position: absolute;
	bottom: 31px;
	left: 81px;
	width: 87px;
	text-align: right;
	font-size: 14px;
	font-weight: 700;
	color: #666;
}
.pb_load {
	position: absolute;
	bottom: 12px;
	left: 90px;
}
.pb_input {
	position: absolute;
	bottom: 10px;
	left: 107px;
}
.pg_bbut {
	position: absolute;
	bottom: 10px;
	left: 144px;
	cursor: pointer;
}
.nostock {
	position: absolute;
	bottom: 10px;
	left: 88px;
	width: 80px;
	height: 14px;
	font-size: 10px;
	color: #F6892E;
	background: #FFF7BF;
	border: 1px solid #F6892E;
	text-align: center;
}
/*end box small Prod box big */

.pbox_big {
	float: left;
	background: #FFF;
	border: 1px solid #E6E6E6;
	width: 355px;
	height: 317px;
	margin: 0 3px 3px 0;
	background: url('images/bg_coup.jpg') no-repeat top right;
}
.pbox_big .pinnerbox {
	height: 317px;
	width: 355px;
}

.pbox_big .alist {
	top: 272px;
	right: 107px;
}

.pbox_big .ptitle {
	position: absolute;
	width: 315px;
	height: 27px;
	padding-left: 1px;
	background: none;
}
.pbox_big .ptitle a {
	font-size: 21px;
	font-weight: 700;
	color: #AF352B;
}
.pbox_big .ptitle a:hover {
	font-size: 21px;
	font-weight: 700;
	color: #000;
}
.pbox_big .prod_desc {
	top: 34px;
	font-size: 15px;
	color: #333;
	vertical-align: top;
	width: 350px;
	height: 36px;
	overflow: hidden;
	padding-left: 2px;
}
.pbox_big .prod_desc_2 {
	position: absolute;
	top: 79px;
	left: 182px;
	font-size: 12px;
	color: #666;
	vertical-align: top;
	width: 165px;
	height: 124px;
	overflow: hidden;
	line-height: 18px;
}
/*need own class because of drag*/
.prod_img_big {
	top: 79px;
	width: 78px;
	height: 235px;
	position: absolute;
	cursor: move;
}
.pbox_big .prod_bio {
	top: 80px;
}
.pbox_big .prod_icon {
	top: 295px;
}
.pbox_big .prod_lot {
	top: 209px;
	left: 183px;
}
.pbox_big .prod_brand {
	top: 223px;
	left: 183px;
}
.pbox_big .prod_livt {
	top: 236px;
	left: 183px;
}
.pbox_big .pbut {
	top: 255px;
	left: 183px;
}
.pbox_big .pbut2 {
	top: 255px;
	left: 226px;
}
.pbox_big .prod_price {
	left: 181px;
}
.pbox_big .pb_load {
	position: absolute;
	left: 190px;
}
.pbox_big .pb_input {
	left: 208px;
}
.pbox_big .pg_bbut {
	left: 244px;
}
.pbox_big .nostock {
	left: 188px;
}
/* end box big  */


.box {
	float: left;
	background: #FFF;
	margin: 0 3px 3px 0;
}
.top_nav {
	height: 65px;
	text-align: center;
}
.top_nav a {
	position: relative;
	top: 20px;
	font-size: 12px;
	font-weight: 700;
	color: #FFF;
	text-decoration: none;
}
.top_nav:hover a, .top_nav a:hover {
	font-size: 12px;
	font-weight: 700;
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
.box_titre {
	font-size: 11px;
	font-weight: 700;
	color: #FFF;
	padding-left: 7px;
}
a.link13 {
	font-size: 14px;
	color: #206019;
	text-decoration: none;
}
a.link13:hover {
	font-size: 14px;
	color: #000;
	text-decoration: underline;
}
a.link12 {
	font-size: 12px;
	color: #206019;
	text-decoration: none;
	font-weight: 400;
}
a.link12:hover {
	font-size: 12px;
	color: #000;
	text-decoration: underline;
	font-weight: 400;
}
a.link11 {
	font-size: 11px;
	color: #206019;
	text-decoration: none;
	font-weight: 400;
}
a.link11:hover {
	font-size: 11px;
	color: #000;
	text-decoration: underline;
	font-weight: 400;
}
.text12 {
	font-size: 12px;
	color: #333;
}
.text11 {
	font-size: 11px;
	color: #333;
}
.panier_box_list {
	font-size: 11px;
	color: #666;
}
.panier_box_list a {
	font-size: 11px;
	color: #666;
	text-decoration: none;
}
.panier_box_list a:hover {
	font-size: 11px;
	color: #000;
	text-decoration: underline;
}
.panier_list a:hover {
	font-size: 12px;
	color: #000;
	text-decoration: underline;
}
#str {
	font-size: 11px;
	border: solid 1px #C2C2C2;
	width: 120px;
	height: 14px;
	padding-right: 5px;
	padding-left: 18px;
	color: #000;
	background-image: url('images/icon_search_bg.gif');
	background-repeat: no-repeat;
	background-position: 5px 4px;
}
.alist_form {
	font-size: 18px;
	border: solid 1px #65BD05;
	width: 200px;
	color: #206019;
	font-weight: 700;
	padding: 3px;
}
.alist_save {
	font-size: 18px;
	color: #FFF;
	background: #63BC05;
	border: solid 1px #63BC05;
	cursor: pointer;
	padding: 2px;
}
.copyright {
	font-size: 9px;
	color: #777;
}
/* Social Links  */
#social_book ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}
#social_book ul li {
	display: inline;
	border: solid 1px #CCC;
	margin: 0 7px 0 0;
	padding: 0 4px 4px;
}
#social_book ul li:hover {
	border: 1px solid #8BC32C;
}
#social_book ul li a {
	font-size: 11px;
	text-decoration: none;
	color: #666;
	margin: 0 3px 0 0;
	padding: 0 0 0 22px;
}
#social_book ul li a:hover {
	color: #206019;
}
#social_book ul li.digg {
	background: url('images/icon_book_digg.gif') no-repeat 4px 3px;
}
#social_book ul li.facebook {
	background: url('images/icon_book_facebook.gif') no-repeat 4px 3px;
}
#social_book ul li.delicious {
	background: url('images/icon_book_delicious.gif') no-repeat 4px 3px;
}
#social_book ul li.reddit {
	background: url('images/icon_book_reddit.gif') no-repeat 4px 3px;
}
#social_book ul li.stumbleupon {
	background: url('images/icon_book_stumbleupon.gif') no-repeat 4px 3px;
}
#social_book ul li.wong {
	background: url('images/icon_book_wong.gif') no-repeat 4px 3px;
}
/* Nav rows  */
.navrow {
	line-height: 25px;
	font-size: 14px;
	color: #586F30;
	padding-left: 6px;
	border: 1px solid #F4F4F4;
	cursor: pointer;
}
.navrow img {
	position: relative;
	top: 4px;
	margin-right: 6px;
}
.navrow:hover {
	color: #000;
	background: #ECFF9F;
	border: 1px solid #206019;
	cursor: pointer;
}
/* Categorie tree  */
.containerTableStyle {
	overflow: hidden;
	position: relative;
}
.standartTreeRow {
	font-size: 14px;
}
td.standartTreeRow, td.standartTreeRow a {
	font-size: 14px;
	text-decoration: none;
	color: #485C27;
	cursor: pointer;
	padding: 1px;
}
td.standartTreeRow:hover {
	color: #000;
	background: #ECFF9F;
	border: 1px solid #206019;
	cursor: pointer;
	padding: 0;
}
td.standartTreeRow:hover a {
	color: #000;
}
.selectedTreeRow {
	color: #000;
	font-size: 14px;
}
.fiche_prod_titre {
	font-size: 20px;
	font-weight: 700;
	color: #5F8F1A;
	text-align: left;
}
#fiche_prod_info td {
	border: 1px solid #E6E6E6;
	padding-left: 5px;
}
.fiche_prod_data {
	font-size: 15px;
	font-weight: 400;
	color: #206019;
}
#fiche_buy_table {
	border: 1px solid #e6e6e6;
	width: 240px;
	height: 90px;
	background-image: url('images/bg_buy.jpg');
}
.fiche_gro_box {
	border: 1px solid #E6E6E6;
	background-image: url('images/bg_myshop_fiche.jpg');
}
.fiche_gro_box:hover {
	border: 1px solid #8BC32C;
	background-image: url('images/bg_myshop_fiche.jpg');
	cursor: pointer;
}
.fiche_prod_price {
	font-size: 26px;
	font-weight: 700;
	color: #80BB2F;
	text-align: right;
	padding-bottom: 6px;
}
#fiche_buy_table .prod_price_promo {
	font-size: 26px;
	font-weight: 700;
	color: #EE272A;
	text-align: right;
	padding-bottom: 6px;
}
#fiche_buy_table .prod_price_nopromo {
	font-size: 13px;
	font-weight: 400;
	color: #666;
	text-align: right;
	padding-bottom: 6px;
}
#fiche_buy_table .site_qte, #panier .site_qte {
	font-size: 15px;
	border: solid 1px #65BD05;
	width: 24px;
	height: 17px;
	text-align: right;
	padding-right: 2px;
	color: #206019;
}
.fiche_ex {
	font-size: 15px;
	color: #666;
	text-align: left;
}
a.close {
	position: relative;
	bottom: 3px;
	font-size: 11px;
	color: #CE1111;
	font-weight: 700;
	text-decoration: none;
}
a.close:hover {
	font-size: 11px;
	color: #000;
	font-weight: 700;
	text-decoration: none;
}
.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: dotted 1px #65BD05;
	color: #1D629F;
	padding: 3px;
}
.form_man {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: solid 1px #65BD05;
	color: #1D629F;
	padding: 3px;
}
.form_err {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: solid 1px #F36523;
	color: #206019;
	padding: 3px;
}
.form:focus, .form_man:focus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: solid 1px #E1AF10;
	color: #000;
	background: #FBFFCF;
}
.form_label_err {
	font-size: 14px;
	color: #F36523;
}
.status_5 {
	background-color: #CCC;
	color: #666;
	padding: 1px 5px;
}
.status_10 {
	background-color: #FFD3AF;
	color: #9F571D;
	padding: 1px 5px;
}
.status_11 {
	background-color: #BFBFBF;
	color: #3F3F3F;
	padding: 1px 5px;
}
.status_20 {
	background-color: #B3C9EF;
	color: #14356F;
	padding: 1px 5px;
}
.status_30 {
	background-color: #A7DFAF;
	color: #184F20;
	padding: 1px 5px;
}
.footernav_current {
	font-size: 14px;
	background-color: #E9FF8F;
	border: 1px solid #80BB2F;
	font-weight: 700;
	padding: 5px;
}
a.footernav {
	font-size: 14px;
	color: #333;
	background-color: #F3F3F3;
	border: 1px solid #BBB;
	text-decoration: none;
	padding: 5px;
}
a.footernav:hover {
	font-size: 14px;
	background-color: #FFE9BF;
	border: 1px solid #F0AF37;
	font-weight: 700;
	padding: 5px;
}
.account_box {
	background-color: #F3F3F3;
	border: 1px solid #E6E6E6;
	margin-bottom: 28px;
	cursor: pointer;
}
.account_box:hover {
	background-color: #E9FF8F;
	border: 1px solid #80BB2F;
	margin-bottom: 28px;
	cursor: pointer;
}
.liv_adr_box {
	float: left;
	border: 1px solid #999;
	width: 280px;
	height: 80px;
	background: #F8F8F8;
	overflow: hidden;
	margin: 8px;
	padding: 8px;
}
.liv_adr_box:hover, .liv_adr_box_selected {
	float: left;
	width: 280px;
	height: 80px;
	overflow: hidden;
	cursor: pointer;
	border: 1px solid #80BB2F;
	background: #E9FF8F;
	margin: 8px;
	padding: 8px;
}
.liv_box {
	font-size: 11px;
	color: #000;
	border: solid 1px #999;
	background: #F6FFDF;
	text-align: center;
	cursor: pointer;
}
.liv_box:hover, .liv_box_selected {
	font-size: 11px;
	color: #000;
	border: solid 1px #80BB2F;
	background: #E9FF8F;
	text-align: center;
	cursor: pointer;
}
.liv_box_complet {
	font-size: 11px;
	color: #A90003;
	border: solid 1px #A90003;
	background: #EFD2C2;
	text-align: center;
	cursor: pointer;
}
.liv_nav_box {
	display: table-cell;
	text-align: center;
	font-size: 13px;
	color: #458CCC;
	width: 165px;
	font-weight: 700;
	padding: 0 20px;
}
.liv_nav_box img {
	margin-bottom: 8px;
}
.liv_nav_box_container {
	background: url('images/bg_liv_boxes.gif');
	background-repeat: no-repeat;
	background-position: 70px 20px;
	margin: 20px 10px 10px;
}
/* dialogs  (add class) */
.ui-dialog-alert .ui-dialog-titlebar {
	background: #F36523;
	color: #FFF;
}
.ui-dialog-msg .ui-dialog-titlebar {
	background: #FBE55C;
}
.pitem img, .top_nav:hover {
	cursor: pointer;
}
#lefttd, #lefttd_ac, #lefttd_inf {
	vertical-align: top;
	background: #F4F4F4;
	border: 1px solid #E6E6E6;
	border-top: 0;
}
#mt_ac, #mt_inf {
	margin-bottom: 10px;
}
.mtable_ac, .mtable_inf {
	border: 1px solid #E6E6E6;
	background: #FFF;
	width: 717px;
	height: 630px;
	margin: 0;
}
.prod_img img, .prod_img_big img {
	position: absolute;
	bottom: 0;
}
.prod_prom, .big_prod_prom {
	position: absolute;
	width: 34px;
	height: 16px;
	bottom: 9px;
	left: 40px;
	z-index: 3;
	background: #FFF;
	border: 1px solid #EE272A;
	color: #EE272A;
	text-align: right;
	font-size: 14px;
	font-weight: 700;
	padding: 2px;
}

.fnostock, .big_fnostock {
	width: 80px;
	height: 14px;
	font-size: 10px;
	color: #F6892E;
	background: #FFF7BF;
	border: 1px solid #F6892E;
	text-align: center;
}
.prod_price_promo, .big_prod_price_promo {
	font-size: 14px;
	font-weight: 700;
	color: #EE272A;
	text-align: right;
	padding-bottom: 6px;
}
.prod_price_nopromo, .big_prod_price_nopromo {
	font-size: 9px;
	font-weight: 400;
	color: #666;
	text-align: right;
	padding-bottom: 6px;
}
.big_prod_input_rc, .big_prod_input {
	font-size: 10px;
	border: solid 1px #65BD05;
	width: 14px;
	height: 13px;
	text-align: right;
	padding-right: 2px;
	color: #206019;
}
.text13, .text14, .form_label, .form_label_man {
	font-size: 14px;
	color: #333;
}
.panier_list, .panier_list a {
	font-size: 12px;
	color: #666;
	text-decoration: none;
}
