/* CSS Document */

*{
	padding:0;
	border:0;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0;
}

body {
	background-image: url(../images/general_bg.png);
	background-repeat: repeat;
	background-position: center top;
}

a{
	cursor:pointer;
	color:#000;
}

a:hover{
	text-decoration:underline;
}

a.back_to_shop{
	float:left;
	margin-left:16px;
	margin-top:16px;
	text-align:center;
	color:#868686;
	height:21px;
	width:139px;
	background-image:url(../images/back_to_shop.png);
	background-repeat:no-repeat;
	padding-top:1px;
}

a.continue{
	float:right;
	margin-right:16px;
	margin-top:16px;
	text-align:center;
	color:#FFF;
	height:24px;
	width:159px;
	background-image:url(../images/continue_order.png);
	background-repeat:no-repeat;
	padding-top:3px;
}

ul{
	list-style-type: none;
}


input.text_i {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #a1a1a1;
	border-right-color: #ededed;
	border-bottom-color: #f0f0f0;
	border-left-color: #dbdbdb;
	height: 14px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

textarea.text_i {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #a1a1a1;
	border-right-color: #ededed;
	border-bottom-color: #f0f0f0;
	border-left-color: #dbdbdb;
	height: 60px;
	width: 750px;
	font-size:12px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

.submit_i {
	background-image: url(../images/newsletter_submit.png);
	background-repeat:no-repeat;
	height: 16px;
	width: 15px;
	margin-left: 4px;
	cursor:pointer;
}

#main_content {
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 12px;
}

#main_content_ {
	background-image: url(../images/main_top.png);
	background-position: center top;
	background-repeat: no-repeat;
	float:left;
}
#header {
	height: 188px;
	width: 1000px;
}
#main_content #header #logo {
	height: 174px;
	width: 190px;
	display: block;
	float: left;
	overflow:hidden;
}

#main_content #header #logo img{
	margin:3px;
}

#sidebar_2 {
	float: left;
	width: 190px;
	margin-top: 6px;
}


#main_content #sidebar_2 dl {
	margin-bottom:11px;
}

#main_content #sidebar_2 dt {
	font-weight: bold;
	font-size:15px;
	padding-left:19px;
	margin-left:12px;
	height:37px;
	line-height:37px;
	border-top: 1px solid #B2B2B2;
	border-bottom: 1px solid #B2B2B2;
	margin-bottom:9px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-position:0px center;
}

#main_content #sidebar_2 dd .delete_kw {
	color: #000000;
	background-image: url(../images/close_keyword.png);
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: left center;
	font-weight:bold;
	font-size:12px;
}

#main_content #sidebar_2 dl.c_orange dt {
	background-image:url(../images/dt_orange_o.png);
}

#main_content #sidebar_2 dl.c_blue dt {
	background-image:url(../images/dt_blue_o.png);
}

#main_content #sidebar_2 dl.c_gray dt {
	background-image:url(../images/dt_gray_o.png);
}

#main_content #sidebar_2 dl.c_black dt {
	background-image:url(../images/dt_black_o.png);
}

#main_content #sidebar_2 dt.plus {
	font-weight: bold;
	font-size:15px;
	color:#FE5722;
	padding-left:19px;
	margin-left:12px;
	height:37px;
	line-height:37px;
	border-top: 1px solid #B2B2B2;
	border-bottom: 1px solid #B2B2B2;
	margin-bottom:9px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-position:0px center;
}

#main_content #sidebar_2 dt.sublevel{
	font-weight: bold;
	font-size:13px;
	padding-left:19px;
	border-top: 0px solid #B2B2B2;
	border-bottom: 1px solid #B2B2B2;
	margin-left:1px;
	height:37px;
	line-height:37px;
	margin-bottom:9px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-position:0px center;
}

#main_content #sidebar_2 dl.sublevel {
	margin-bottom:4px;
}

#main_content #main_content_ .full_width #order_steps {
	float: left;
	height: 51px;
	background-image: url(../images/steps_bg.png);
	background-repeat: repeat-x;
	background-position:0px 10px;
}
#main_content #main_content_ .full_width #order_steps .order_steps_ {
	float: left;
	width: 90px;
	height: 54px;
	margin-right:105px;
}


#main_content #main_content_ .full_width #order_steps #t_order_steps_4{
	margin-right:35px;
}



body.cart #main_content #main_content_ .full_width table {
	margin-top:13px;
	color:#868686;
	float:left;
}


body.cart #main_content #main_content_ .full_width table.delivery {
	margin-top:13px;
	color:#868686;
	float:left;
	border:1px solid;
}

body.cart #main_content #main_content_ .full_width thead {
	background-image: url(../images/cart_header.png);
	height: 38px;
	width: 804px;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
}



body.cart #main_content #main_content_ .full_width thead th{
	background-position:top center;
}

body.cart #main_content #main_content_ .full_width thead th.timage{
	background-position:top left;
}

body.cart #main_content #main_content_ .full_width thead th.tamount{
	background-position:top right;
}

body.cart #main_content #main_content_ .full_width td.timage, body.cart #main_content #main_content_ .full_width th.timage {
	width:165px;
	text-align:center;
}

body.cart #main_content #main_content_ .full_width td.timage img{
	width:100px;
}

body.cart #main_content #main_content_ .full_width td.tarticle, body.cart #main_content #main_content_ .full_width th.tarticle {
	width:217px;
	text-align:left;
}

body.cart #main_content #main_content_ .full_width td.tarticle .product_title {
	margin-left:0;
	font-size:11px;
	font-weight:bold;
	color:#868686;
}

body.cart #main_content #main_content_ .full_width td.tarticle .product_brand {
	margin-left:0;
	font-weight:normal;
	clear:left;
	font-size:11px;
}

body.cart #main_content #main_content_ .full_width td.tdispo,  body.cart #main_content #main_content_ .full_width th.tdispo{
	text-align:left;
	width:104px;
}

body.cart #main_content #main_content_ .full_width td.tprice,  body.cart #main_content #main_content_ .full_width th.tprice{
	text-align:center;
	width:80px;
}

body.cart #main_content #main_content_ .full_width td.noprod,  body.cart #main_content #main_content_ .full_width th.noprod{
	text-align:center;
	width:804px;
}

body.cart #main_content #main_content_ .full_width td.tquant,  body.cart #main_content #main_content_ .full_width th.tquant{
	text-align:center;
	width:115px;
}

body.cart #main_content #main_content_ .full_width td.tquant select{
	width:65px;
	height: 19px;
	border:1px solid #dcdcdc;
	margin-top:2px;
	text-align:right;
}

body.cart #main_content #main_content_ .full_width td.tquant a.delete{
	background-image: url(../images/cart_delete.png);
	height: 11px;
	width: 11px;
	margin-left: 18px;
	display:inline-block;
}

body.cart #main_content #main_content_ .full_width td.tamount,  body.cart #main_content #main_content_ .full_width th.tamount{
	text-align:center;
	font-weight:bold;
}



body.cart #main_content #main_content_ .full_width tbody tr td {
	height:100px;
	border-bottom:1px dotted #afafaf;
}








body.cart #main_content #main_content_ .full_width tfoot tr.totalamount td {
	height:35px;
	border-bottom:1px solid #afafaf;
	text-align:center;
	color:#000;
}





body.cart #main_content #main_content_ .full_width tfoot tr.beautifuls td {
	height:72px;
	border-bottom:1px solid #afafaf;
	text-align:center;
	background-color:#d3f7ff;
	color:#000;
}

body.cart #main_content #main_content_ .full_width tfoot tr.beautifuls td.beautifuls-1 {
	border-left:1px solid #afafaf;
}

body.cart #main_content #main_content_ .full_width tfoot tr.beautifuls td.ot_total {
	border-right:1px solid #afafaf;
	font-weight:bold;
}



body.cart #main_content #main_content_ .full_width tfoot tr td.ot_description {
	text-align:right;
	color:#868686;
	font-weight:bold;
	font-size:12px;
}


body.cart tfoot tr td div.beautifulsrow_1{
	text-align:left;
	font-size:11px;
	font-weight:bold;
	float:left;
	margin-left:32px;
	width:160px;
}

body.cart tfoot tr td div.beautifulsrow_1 strong{
	color:#ff5822;
}


body.cart tfoot tr td div.beautifulsrow_2{
	text-align:right;
	font-size:11px;
	font-weight:normal;
	float:right;
	margin-right:32px;
	margin-top:18px;
}

body.cart tfoot tr td div.beautifulsrow_2 strong{
	font-weight:bold;
}


body.cart #main_content #main_content_ .full_width tfoot tr.totalamount td.ot_total {
	text-align:right;
	padding-right:20px;
	font-weight:bold;
	color:#868686;
	font-size:12px;
	padding-right:45px;
}

body.cart #main_content #main_content_ .full_width tfoot tr.beautifuls td.ot_total {
	color:#ff5822;
	padding-right:15px;
}


body.cart #main_content #main_content_ .full_width tfoot tr td.ot_description select{
	width:111px;
	height: 19px;
	border:1px solid #dcdcdc;
	margin-top:0px;
	text-align:center;
}

body.cart #main_content #main_content_ .full_width tfoot tr.fraisdeport td.ot_description {
	border-left:1px solid #afafaf;
	color:#868686;
	font-weight:bold;
	height:32px;
}

body.cart #main_content #main_content_ .full_width tfoot tr.bigtotal td.ot_description {
	border-left:1px solid #afafaf;
	font-size:11px;
	font-weight:bold;
	color:#000000
}
body.cart #main_content #main_content_ .full_width tfoot tr.fraisdeport td.ot_total {
	border-right:1px solid #afafaf;
	color:#868686;
	font-weight:bold;
	height:32px;
	padding-right:45px;
}

body.cart #main_content #main_content_ .full_width tfoot tr.bigtotal td.ot_total {
	border-right:1px solid #afafaf;
	font-size:13px;
	font-weight:bold;
	padding-right:45px;
	color:#000000
}

body.cart #main_content #main_content_ .full_width tfoot tr.tbuttons td.ot_description {
	border-right:1px solid #afafaf;
	border-left:1px solid #afafaf;
	height:61px;
	vertical-align:top;
}

body.cart #main_content #main_content_ .full_width tfoot tr.tbuttons td.ot_description a.back_to_shop{
	float:left;
	margin-left:16px;
	margin-top:16px;
	text-align:center;
	color:#868686;
	height:21px;
	width:139px;
	background-image:url(../images/back_to_shop.png);
	background-repeat:no-repeat;
	padding-top:1px;
}

body.cart #main_content #main_content_ .full_width tfoot tr.tbuttons td.ot_description a.continue_order{
	float:right;
	margin-right:16px;
	margin-top:16px;
	text-align:center;
	color:#FFF;
	height:24px;
	width:159px;
	background-image:url(../images/continue_order.png);
	background-repeat:no-repeat;
	padding-top:3px;
}




body.cart #main_content #main_content_ .full_width tfoot tr td.tnb {
	border-bottom:0;
	vertical-align:top;
}










#main_content #main_content_ .full_width #order_steps #t_order_steps_5{
	float: left;
	margin-right:0px;
}

#main_content #main_content_ .full_width #order_steps .order_steps_ .order_steps_1{
	line-height: 20px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/pay_step.png);
	background-repeat: no-repeat;
	text-align: left;
	padding-left:7px;
	float: left;
	height: 20px;
	width: 24px;
}


#main_content #main_content_ .full_width #order_steps .order_steps_selected .order_steps_1, #main_content #main_content_ .full_width #order_steps .order_steps_:hover .order_steps_1{
	background-image: url(../images/pay_step_current.png);
}

#main_content #main_content_ .full_width #order_steps #t_order_steps_5 .order_steps_1{
	float:right;
	background-image: url(../images/pay_step-f.png);
	background-position:right;
	text-align: right;
	padding-right:7px;
}

#main_content #main_content_ .full_width #order_steps #t_order_steps_5.order_steps_selected .order_steps_1, #main_content #main_content_ .full_width #order_steps #t_order_steps_5.order_steps_:hover .order_steps_1{
	background-image: url(../images/pay_step_current-f.png);
}

#main_content #main_content_ .full_width #order_steps .order_steps_ .order_steps_2{
	text-align: left;
	float: left;
	height: 35px;
	width: 90px;
	padding-top:7px;
	clear:left;
	line-height:12px;
}

#main_content #main_content_ .full_width #order_steps .order_steps_selected .order_steps_2{
	color:#ff5822;
	font-size:14px;
	font-weight:bold;
}

#main_content #main_content_ .full_width #order_steps #t_order_steps_5 .order_steps_2{
	text-align: right;
	float: right;
	clear:right;
}



#main_content #sidebar_2 dl.c_orange.closed dt {
	background-image:url(../images/dt_orange_c.png);
}

#main_content #sidebar_2 dl.c_blue.closed dt {
	background-image:url(../images/dt_blue_c.png);
}

#main_content #sidebar_2 dl.c_gray.closed dt {
	background-image:url(../images/dt_gray_c.png);
}

#main_content #sidebar_2 dl.c_black.closed dt {
	background-image:url(../images/dt_black_c.png);
}






#main_content #sidebar_2 dd {
	margin-left: 31px;
	font-size:11px;
	margin-bottom:5px;
}

#main_content #sidebar_2 dl.closed dd {
	display:none;
}


#main_content #sidebar_2 dd a{
	color: #8f8f8f;
}

#main_content #sidebar_2 dd.c_link a {
	color: #FE5722;
	text-decoration: underline;
}

#main_content #sidebar_2 dl.c_blue dd.c_link a {
	color: #00b5db;
}

#main_content #sidebar_2 dl.c_gray dd.c_link a {
	color: #756f4b;
}

#main_content #sidebar_2 dl.c_black dd.c_link a {
	color: #000;
}


#slogan {
	background-image: url(../images/slogan.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 106px;
	width: 322px;
}
#main_content #header #header_ {
	height: 106px;
	width: 487px;
	float: left;
}

#toolbar {
	float: right;
	height: 22px;
	width: 487px;
	margin-left: 0px;
}
#main_content #header #header_ #toolbar ul {
	float:right;
	margin-right:208px;
}
#main_content #header #header_ #toolbar ul li {
	float: left;
	height: 22px;
}
#main_content #header #header_ #toolbar ul li a {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	line-height: 22px;
	padding-left:25px;
}

#main_content #header #header_ #toolbar li.t_flex {
	background-image: url(../images/toolbar_flex_left.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #ececec;
}

#main_content #header #header_ #toolbar li.t_flex a{
	display:block;
	height: 22px;
	float:left;
}

#main_content #header #header_ #toolbar li.t_flex span {
	background-image: url(../images/toolbar_flex_right.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #ececec;
	width:5px;
	display:block;
	height: 22px;
	float:left;
}




#main_content #header #header_ #toolbar li.t_register a{
	background-image: url(../images/register_icon.png);
	background-repeat: no-repeat;
	background-position: 13px center;
}

#main_content #header #header_ #toolbar li.t_account {
	margin-left:2px;
}

#main_content #header #header_ #toolbar li.t_account a{
	background-image: url(../images/account_icon.png);
	background-repeat: no-repeat;
	background-position: 11px center;
}

#main_content #header #header_ #toolbar li.t_cart {
	background-image: url(../images/toolbar_cart_bg.png);
	background-repeat: no-repeat;
	width: 195px;
	position:absolute;
	left:50%;
	margin-left:293px;
	background-position:left bottom;
	height:22px;
}

#main_content #header #header_ #toolbar li.t_cart div.dyncartitem{
	display:none;
}

#main_content #header #header_ #toolbar li.t_cart:hover {
	min-height:150px;
	overflow:auto;
	color:#FFF;
}

#main_content #header #header_ #toolbar li.t_cart:hover div.dyncartitem{
	display:block;
	padding-left:26px;
}

#main_content #header #header_ #toolbar .t_cart a.t_cart_top {
	background-image: url(../images/cart_icon.png);
	background-repeat: no-repeat;
	background-position: 7px center;	
}

#main_content #header #header_ #toolbar .t_cart a {
	color: #FFFFFF;
}

#main_content #main_content_ #header #header_ #mailbody {
	float: left;
	width: 350px;
	height:100px;
	margin-top:29px;
	padding-top:4px;
	padding-left:10px;
	font-size:12px;
	border-left:1px dotted #b3b3b3;
}


#main_content #main_content_ #header #header_ #mailbody h1 {
	    font-size:25px;
        margin-bottom:5px;
        color:#777777;
}

#main_content #main_content_ #header #header_ #mailbody h2 {
	    font-size:25px;
        margin-bottom:6px;
        margin-left:80px;
        color:#ff5822;
        
}

#main_content #main_content_ #header #header_ #mailbody a { 
	font-size:11px;
	font-weight:normal;
	color:#777777;
	text-decoration:underline;
}
#main_content #main_content_ #header #header_ #mailbody p {
	
}

#main_content #main_content_ #header #header_ #mailbody ul li{
	height:17px;
	padding-left:6px;
	background-image:url(../images/more_arrow.png);
	background-repeat:no-repeat;
	background-position:left 4px;
}

#main_content #main_content_ #header #header_ #header_4 {
	float: left;
	height: 70px;
	width: 198px;
	height:37px;
	margin-top:29px;
	padding-top:4px;
	border-left:1px dotted #b3b3b3;
}

#main_content #main_content_ #header #header_ #header_4 ul {
	margin-left: 14px;
}
#main_content #main_content_ #header #header_ #header_4  ul li {
	padding-left: 20px;
	margin-bottom: 4px;
}
#main_content #main_content_ #header #header_ #header_4 #beautifuls {
	background-image: url(../images/beaut_icon.png);
	background-repeat: no-repeat;
	background-position: left 3px;
}

#main_content #main_content_ #header #header_ #header_4 #videos {
	background-image: url(../images/video_icon.png);
	background-repeat: no-repeat;
	background-position: left 3px;
}

#main_content #main_content_ #header #header_ #header_4 .sub_2 {
	color: #FF5723;
	font-weight: bold;
}
#main_content #main_content_ #header #header_ #header_4 .sub_1 {
	font-weight: bold;
}
#main_content #main_content_ #header #header_ #header_5 {
	float: left;
	margin-top: 43px;
}
#main_content #main_content_ #header #header_ #header_5 label {
	display: block;
	float: left;
	padding-left: 25px;
	width: 75px;
	font-weight: bold;
}

#main_content #main_content_ #header #header_ #header_5 a.search_i {
	margin-left: 6px;
}

#main_content #main_content_ #header #header_ #header_5 input.text_i {
	width: 155px;
}


#main_content #header #header_promo {
	height: 200px;
	width: 700px;
	float: left;
}

#main_content #header #code_promo {
	margin-top: 40px;
	margin-left: 10px;
	height: 60px;
	width: 350px;
	float: right;
	background-image: url(../images/codepromo.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 10px;
	padding-left: 12px;
	text-align:center;
	font-size:25px;
	color: #000000;
}

#main_content #header #code_promo .promo{
	font-size:25px;
	color: #000000;
}
#main_content #header #code_promo .explipromo{
	font-size:12px;
	color: #000000;
}


#main_content #main_content_ #header #header_6 {
	height: 19px;
	float: left;
	margin-top:11px;
	margin-left: 6px;
	padding-left: 12px;
	overflow: hidden;
	
}
#main_content #main_content_ #header #header_6 li {
	float: left;
	margin-right:2px;
}
#main_content #main_content_ #header #header_6 a {
	display: block;
	background-image: url(../images/topmenu_b_right.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 19px;
	padding-right:10px;
	color:#000;
	line-height:19px;
}

#main_content #main_content_ #header #header_6 a span{
	background-image: url(../images/topmenu_b_left.png);
	width:10px;
	height:19px;
	float:left;
	background-repeat: no-repeat;
}

#main_content #main_content_ #header #header_6 a:hover, #main_content #main_content_ #header #header_6 li.selected a {
	background-image: url(../images/topmenu_o_right.png);
	color:#FFF;
}

#main_content #main_content_ #header #header_6 a:hover span, #main_content #main_content_ #header #header_6 li.selected a span{
	background-image: url(../images/topmenu_o_left.png);
}

#main_content #main_content_ #header #header_6_s {
	height: 28px;
	float: left;
	margin-top:2px;
	margin-left: 0px;
	padding-left: 0px;
	overflow: hidden;
	
}
#main_content #main_content_ #header #header_6_s li {
	float: left;
	margin-right:2px;
}

#main_content #main_content_ #header #header_6_s li.special a {
	display: block;
	background-image: url(../images/topmenu_s_right.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 28px;
	padding-right:10px;
	color:#FFF;
	line-height:28px;
	font-size:12px;
	font-weight:bold;
}

#main_content #main_content_ #header #header_6_s a span{
	background-image: url(../images/topmenu_s_left.png);
	width:10px;
	height:28px;
	float:left;
	background-repeat: no-repeat;
}




#main_content #main_content_ #header #header_7 {
	background-image: url(../images/toolbar_2.png);
	height: 39px;
	width: 789px;
	float: left;
	margin-left: 10px;
	line-height: 25px;
	font-size:12px;
}

#main_content #main_content_ #header #header_7 ul {
	height:25px;
	margin-top:7px;
}


#main_content #main_content_ #header #header_7 li {
	float: left;
	height:25px;
	font-size:12px;
}
#main_content #main_content_ #header #header_7 .sub_1 {
	margin-left: 15px;
	letter-spacing: 0.59px;
	width: 180px;
	background-image: url(../images/header_7-bg.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#main_content #main_content_ #header #header_7 .sub_2 {
	background-image: url(../images/header_7-bg.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-left:19px;
	width:188px;
}

#main_content #main_content_ #header #header_7 .sub_2 span{
	display:block;
	height:15px;
	text-align:center;
	margin-top:5px;
	float:left;
	line-height:15px;
	padding-right:5px;
	font-size:12px;

}

#main_content #main_content_ #header #header_7 .sub_2 span.se{
	width:15px;
	border:1px solid #474747;
	padding-right:0px;
}

#main_content #main_content_ #header #header_7 .sub_2 a{
	display:block;
	height:15px;
	width:15px;
	text-decoration:underline;
	text-align:center;
	margin-top:5px;
	float:left;
	line-height:15px;
	color:#000000;
	font-size:12px;
}

#main_content #main_content_ #header #header_7 .sub_3 {
	border-left-style: solid;
	border-left-color: #c2c2c2;
	padding-left:19px;
	width:517px;
}

#main_content #main_content_ #header #header_7 .sub_4 {
	
}

#main_content #main_content_ #header #header_7 .sub_5 {
	background-image: url(../images/header_7-bg.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-left:14px;
	width:24px;
}

#main_content #main_content_ #header #header_7 .sub_6 {
	background-image: url(../images/header_7-bg.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-left:8px;
	width:22px;
}

#main_content #main_content_ #header #header_7 .sub_7 {
	background-image: url(../images/header_7-bg.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-left:8px;
	width:24px;
}

#main_content #main_content_ #header #header_7 .sub_8 {
	background-image: url(../images/header_7-bg.png);
	background-repeat: no-repeat;
	background-position: right top;
	width:448px;
}

#main_content #main_content_ #header #header_7 .sub_8 .sub_8_tags{
	margin-left:18px;
	line-height:12px;
	width:157px;
	float:left;
}


#main_content #main_content_ #header #header_7 .sub_8 .sub_8_tags a{
	color:#000;
}

#main_content #main_content_ #header #header_7 .sub_8 .sub_8_tag_it{
	width:239px;
	float:right;
	font-weight:bold;
	vertical-align:center;
}

#main_content #main_content_ #header #header_7 .sub_8 .sub_8_tag_it a.tag_i {
	height: 16px;
	width: 15px;
	margin-left: 4px;
	cursor:pointer;	
}

#main_content #main_content_ #header #header_7 .sub_8 .sub_8_tag_it input.text_i{
	width:101px;
}

#main_content #main_content_ #header #header_7 .sub_9 {
	padding-left:17px;
}

#main_content #main_content_ #header #header_7 .sub_9 span{
	font-weight:bold;
	margin-right:10px;
	float:left;
}


#main_content #main_content_ #header #header_7 .sub_9 a img{
	margin-right:4px;
	float:left;
	margin-top:4px;
}


#main_content #main_content_ #header #header_7 .sub_10 a{
	color:#494949;
	font-weight:bold;
	margin-left:14px;
}

#main_content #main_content_ #header #header_7 .sub_11{
	margin-left:305px;
	width:213px;
	background-image: url(../images/header_7-bg.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#main_content #main_content_ #header #header_7 .sub_12{
	float:left;
	margin-left:10px;
}



#main_content #main_content_ #header #header_7 .sub_4 a {
	background-image: url(../images/rss_icon.png);
	height: 16px;
	width: 16px;
	display:block;
	margin-top:7px;
}
#main_content #main_content_ #header #header_7 .sub_3 .delete_kw {
	color: #000000;
	background-image: url(../images/close_keyword.png);
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: left center;
	margin-left:10px;
	font-weight:bold;
	font-size:12px;
}

/*** Navigation en bas de page de Catalogue ***/
#main_content #main_content_ #content #header_7 {
	background-image: url(../images/toolbar_bas.png);
	height: 40px;
	width: 774px;
	float: left;
	margin-top: 10px;
	margin-left: 1px;
	line-height: 25px;
	font-size:12px;
}

#main_content #main_content_ #content #header_7 ul {
	height:25px;
	margin-top:7px;
}


#main_content #main_content_ #content #header_7 li {
	float: left;
	height:25px;
	font-size:12px;
}
#main_content #main_content_ #content #header_7 .sub_1 {
	margin-left: 15px;
	letter-spacing: 0.59px;
	width: 180px;
	background-image: url(../images/header_7-bg.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#main_content #main_content_ #content #header_7 .sub_2 {
	background-image: url(../images/header_7-bg.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-left:19px;
	width:188px;
}

#main_content #main_content_ #content #header_7 .sub_2 span{
	display:block;
	height:15px;
	text-align:center;
	margin-top:5px;
	float:left;
	line-height:15px;
	padding-right:5px;
	font-size:12px;

}

#main_content #main_content_ #content #header_7 .sub_2 span.se{
	width:15px;
	border:1px solid #474747;
	padding-right:0px;
}

#main_content #main_content_ #content #header_7 .sub_2 a{
	display:block;
	height:15px;
	width:15px;
	text-decoration:underline;
	text-align:center;
	margin-top:5px;
	float:left;
	line-height:15px;
	color:#000000;
	font-size:12px;
}

#main_content #main_content_ #content #header_7 .sub_3 {
	border-left-style: solid;
	border-left-color: #c2c2c2;
	padding-left:19px;
	width:517px;
}

#main_content #main_content_ #content #header_7 .sub_4 {
	
}

#main_content #main_content_ #content #header_7 .sub_5 {
	background-image: url(../images/header_7-bg.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-left:14px;
	width:24px;
}

#main_content #main_content_ #content #header_7 .sub_6 {
	background-image: url(../images/header_7-bg.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-left:8px;
	width:22px;
}

#main_content #main_content_ #content #header_7 .sub_7 {
	background-image: url(../images/header_7-bg.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-left:8px;
	width:24px;
}

#main_content #main_content_ #content #header_7 .sub_8 {
	background-image: url(../images/header_7-bg.png);
	background-repeat: no-repeat;
	background-position: right top;
	width:448px;
}

#main_content #main_content_ #content #header_7 .sub_8 .sub_8_tags{
	margin-left:18px;
	line-height:12px;
	width:157px;
	float:left;
}


#main_content #main_content_ #content #header_7 .sub_8 .sub_8_tags a{
	color:#000;
}

#main_content #main_content_ #content #header_7 .sub_8 .sub_8_tag_it{
	width:239px;
	float:right;
	font-weight:bold;
	vertical-align:center;
}

#main_content #main_content_ #content #header_7 .sub_8 .sub_8_tag_it a.tag_i {
	height: 16px;
	width: 15px;
	margin-left: 4px;
	cursor:pointer;	
}

#main_content #main_content_ #content #header_7 .sub_8 .sub_8_tag_it input.text_i{
	width:101px;
}

#main_content #main_content_ #content #header_7 .sub_9 {
	padding-left:17px;
}

#main_content #main_content_ #content #header_7 .sub_9 span{
	font-weight:bold;
	margin-right:10px;
	float:left;
}


#main_content #main_content_ #content #header_7 .sub_9 a img{
	margin-right:4px;
	float:left;
	margin-top:4px;
}


#main_content #main_content_ #content #header_7 .sub_10 a{
	color:#494949;
	font-weight:bold;
	margin-left:14px;
}

#main_content #main_content_ #content #header_7 .sub_11{
	margin-left:305px;
	width:213px;
	background-image: url(../images/header_7-bg.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#main_content #main_content_ #content #header_7 .sub_12{
	float:left;
	margin-left:10px;
}



#main_content #main_content_ #content #header_7 .sub_4 a {
	background-image: url(../images/rss_icon.png);
	height: 16px;
	width: 16px;
	display:block;
	margin-top:7px;
}
#main_content #main_content_ #content #header_7 .sub_3 .delete_kw {
	color: #000000;
	background-image: url(../images/close_keyword.png);
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: left center;
	margin-left:10px;
	font-weight:bold;
	font-size:12px;
}

#main_content #main_content_ #sidebar_2 #tag_cloud{
	margin-left:12px;
	margin-top:12px;
	float: left;
}

#main_content #main_content_ #home_12_2 #tag_cloud{
	text-align:center;
}

.product_info #main_content #main_content_ #sidebar_2 #tag_cloud {
	margin-left:0px;
}


#tag_cloud a {
	font-weight: bold;
	color: #00B5DB;
	line-height:20px;
	margin-left:3px;
	text-decoration:none;
}

#tag_cloud a:hover {
	font-weight: bold;
	background-color: #A4A4A4;
	color: #FFFFFF;
	margin-left:3px;
	line-height:20px;
}

#tag_cloud a.p_1 {
	font-size: 13px;
}

#tag_cloud a.p_2 {
	font-size: 14px;
}

#tag_cloud a.p_3 {
	font-size: 15px;
}

#tag_cloud a.p_4 {
	font-size: 17px;
}

#tag_cloud a.p_5 {
	font-size: 19px;
}

#tag_cloud a.p_6 {
	font-size: 21px;
}

#main_content #main_content_ #sidebar_2 #newsletter {
	float: left;
	margin-top: 10px;
	margin-left:12px;
}

.product_info #main_content #main_content_ #sidebar_2 #newsletter {
	margin-left:0px;
}

#main_content #main_content_ #sidebar_2 #newsletter label {
	background-image: url(../images/newsletter_icon.png);
	padding-left: 24px;
	background-repeat: no-repeat;
	line-height:11px;
	background-position: left center;
	color:#414141;
	font-size:12px;
	margin-bottom:2px;
	float:left;
}
#main_content #main_content_ #sidebar_2 #newsletter .text_i {
	width: 155px;
}
#main_content #main_content_ #sidebar_2 #side_infos {
	float: left;
	margin-left: 12px;
	width: 180px;
	margin-top:26px;
}

.product_info #main_content #main_content_ #sidebar_2 #side_infos {
	margin-left:0px;
}

#main_content #main_content_ #sidebar_2 #side_infos #titlebar {
	border-bottom:1px solid #b2b2b2;
	padding-bottom:17px;
}
	
#main_content #main_content_ #sidebar_2 #side_infos #titlebar span.sub_1 {
	font-size: 12px;
	font-weight:bold;
	color:#696969;
}

#main_content #main_content_ #sidebar_2 #side_infos #titlebar span.sub_2 {
	font-size: 18px;
	font-weight:bold;
	color:#696969;
}

#main_content #main_content_ #sidebar_2 #side_infos h1{
	border-bottom:1px solid #b2b2b2;
	padding-bottom:17px;
	color:#696969;
}

#main_content #main_content_ #sidebar_2 #side_infos li {
	border-bottom:1px solid #b2b2b2;
}

#main_content #main_content_ #sidebar_2 #side_infos li a{
	color:#8F8F8F;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left:2px;
	display:block;
	font-size:11px;
}

#main_content #main_content_ #sidebar_2 #side_infos li a:hover{
	background-color:#b4f1fe;
}

.left_sb #main_content #main_content_ #content {
	float: left;
	width: 776px;
	margin-left:21px;
	margin-top:5px;
}

.product_info #main_content #main_content_ #content {
	margin-left:10px;
}

div.product_image{
	float:left;
}

div.product_icon{
	/*float:right;*/
}

div.theme_{
	position:relative;
	width:10px;
	height:16px;
	background-repeat:no-repeat;
}


div.theme_orange{
	background-image: url(../images/pi_orange.png);	
}

div.theme_blue{
	background-image: url(../images/pi_blue.png);	
}


div.theme_orange_{
	background-image: url(../images/pi_orange_.png);	
}

div.theme_black_{
	background-image: url(../images/pi_black_.png);	
}

.product_title{
	font-size:15px;
	float:left;
	margin-left:19px;
	margin-top:5px;
}

a.product_brand{
	font-size:12px;
	float:left;
	font-weight:bold;
	margin-left:19px;
	display:block;
	cursor:pointer;
}

div.product_hearts{
	margin-top:2px;
	float:left;
	margin-left:19px;
}

div.product_hearts img{
	margin-right:5px;
}

.rating-box {
    float:left;
    position:relative;
    width:69px;
    height:13px;
    margin-right:5px;
    background:url(../images/heart_g.png) repeat-x;
    }
    
.rating-box .rating {
    position:absolute;
    top:0;
    left:0;
    height:25px;
    background:url(../images/heart.png) repeat-x;
    }
    
div.product_price .old_price{
	font-size:13px;
	text-decoration:line-through;
}

div.product_price .price{
	font-size:18px;
	color:#ff5822;
	font-weight:bold;
}


div.product_description{
	font-size:11px;
	float:left;
	margin-left:19px;
	margin-top:5px;
	width:139px;
	color:#848484;
}


a.product_addcart {
	line-height: 16px;
	background-image: url(../images/add_to_cart.png);
	background-repeat: no-repeat;
	height: 21px;
	width: 99px;
	text-align: center;
	display:block;
	float:left;
	color:#3a3a3a;
	font-size:11px;
}

.left_sb #main_content #main_content_ #content #static-content {
	
}

.left_sb #main_content #main_content_ #content #static-content h1 {
        font-size:20px;
        margin-bottom:20px;
        width:80%;
        color:#31DBFF;
}

.left_sb #main_content #main_content_ #content #static-content h2 {
        font-size:14px;
        margin-top:20px;
    	margin-bottom:10px;	
        font-weight:bold;
        border-bottom:1px solid;
        width:80%;
}


.left_sb #main_content #main_content_ #content #static-content h3 { 
	font-size:12px;
	font-weight:bold;
	color:#777777;
	margin-top:10px;
	margin-bottom:10px;
	width:100%;
}

.left_sb #main_content #main_content_ #content #static-content a { 
	font-size:12px;
	font-weight:normal;
	color:#777777;
	text-decoration:underline;
}

.left_sb #main_content #main_content_ #content #static-content p { 
	font-size:12px;
	font-weight:normal;
	color:#000000;
}

.left_sb #main_content #main_content_ #content #static-content span.bold { 
	font-size:12px;
	font-weight:bold;
	color:#ff5822;
}

.left_sb #main_content #main_content_ #content #static-content a.bold { 
	font-size:12px;
	font-weight:bold;
	color:#ff5822;
}

.left_sb #main_content #main_content_ #header  #static-content {
	width : 700px;
}

.left_sb #main_content #main_content_ #header #static-content h1 {
        font-size:20px;
        margin-bottom:20px;
        margin-top:10px;
        width:80%;
        color:#31DBFF;
}

.left_sb #main_content #main_content_ #header #static-content h2 {
        font-size:14px;
        margin-top:20px;
    	margin-bottom:10px;	
        font-weight:bold;
        border-bottom:1px solid;
        width:80%;
}


.left_sb #main_content #main_content_ #header #static-content h3 { 
	font-size:12px;
	font-weight:bold;
	color:#777777;
	margin-top:10px;
	margin-bottom:10px;
	width:100%;
}

.left_sb #main_content #main_content_ #header #static-content a { 
	font-size:12px;
	font-weight:normal;
	color:#777777;
	text-decoration:underline;
}

.left_sb #main_content #main_content_ #header #static-content p { 
	font-size:14px;
	font-weight:normal;
	color:#000000;
}

.left_sb #main_content #main_content_ #header #static-content span.bold { 
	font-size:12px;
	font-weight:bold;
	color:#ff5822;
}

.left_sb #main_content #main_content_ #header #static-content a.bold { 
	font-size:12px;
	font-weight:bold;
	color:#ff5822;
}

.left_sb #main_content #main_content_ #header .home_16 {
	float: left;
	border: 1px solid #CCCCCC;
	border-right:0;
	border-bottom:0;
	width:775px;
	margin-top:8px;
	margin-left:120px;
	overflow:hidden;
}

.left_sb #main_content #main_content_ #header .home_16_wt {
	margin-top:0px;
}

#home_16_bis {
	float: left;
	height: 200px;
	width: 313px;
}
.left_sb #main_content #main_content_ #header .home_16 .product_home_16 {
	float: left;
	height: 199px;
	width: 153px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
}


.left_sb #main_content #main_content_ #header .home_16 .product_home_16  .product_title{
	margin-left:6px;
	width: 145px;
}

.left_sb #main_content #main_content_ #header .home_16 .product_home_16  div.product_image{
	position:relative;
	z-index:4;
	margin-top:-10px;
}

.left_sb #main_content #main_content_ #header .home_16 .product_home_16  div.product_image2{
	position:relative;
	z-index:4;
	margin-top:0px;
}

.left_sb #main_content #main_content_ #header .home_16 .product_home_16 div.product_icon{
	position:relative;
	z-index:5;
	margin-left:132px;
	margin-top:8px;
	width:10px;
	height:9px;
}

.left_sb #main_content #main_content_ #header .home_16 .product_home_16  div.product_brand{
	margin-left:6px;
	font-size:11px;
	font-weight:bold;
}


.left_sb #main_content #main_content_ #header .home_16 .product_home_16  a.product_brand{
	margin-left:6px;
}

.left_sb #main_content #main_content_ #header .home_16 .product_home_16  div.product_price{
	margin-left:6px;
	float:left;
	clear:left;
	width:140px;
	line-height:18px;
}

.left_sb #main_content #main_content_ #header .home_16 .product_home_16  div.product_price .price{
	float:left;
}

.left_sb #main_content #main_content_ #header .home_16 .product_home_16  div.product_price .old_price{
	float:right;
}


#main_content #main_content_ #content #static-content ul li{
	padding-left:14px;
	font-size:12px;
	background-image:url(../images/more_arrow.png);
	background-repeat:no-repeat;
	background-position:left 4px;
}

#main_content #main_content_ #content #static-content #bloc1{
	border:1px solid;
	margin:10px 15px;
	width:300px;
	height:250px;
	display: block;
	float:left;
	border:1px;
}

#main_content #main_content_ #content #static-content #bloc1 #nommag {
	font-size:15px;
	font-weight:bold;
	padding:5px;
}

#main_content #main_content_ #content #static-content #bloc1 #imgmag{
	float:left;
	margin-left:10px;
	margin-top:4px;
}


#main_content #main_content_ #content #static-content #bloc1 #adresse{
	text-align:top;
	width:180px;
	float:right;
}


#main_content #main_content_ #content #static-content #bloc1 #adresse #add {
	font-size:13px;
	font-weight:normal;
}

#main_content #main_content_ #content #static-content #bloc1 #adresse #add a{
	font-size:10px;
	font-weight:normal;
}

#main_content #main_content_ #content #static-content #bloc1 #adresse #horaires {
	margin-top:20px;
	font-size:12px;
	font-weight:normal;
}


#main_content #main_content_ #content #static-content #bloc1 #adresse #horaires #hor{
	font-size:13px;
	font-weight:normal;
	border-bottom:1px solid;
}

#main_content #main_content_ #content #static-content #bloc1 #adresse #horaires #jours{
	font-size:12px;
	font-weight:bold;
	margin-top:4px;
}

#main_content #main_content_ #content #static-content #bloc1 #adresse #horaires #ferme{
	font-size:10px;
	font-weight:normal;
	margin-top:4px;
}

.left_sb #main_content #main_content_ #content #home_12 {
	float: left;
	height: 217px;
	width: 457px;

}

.left_sb #main_content #main_content_ #content #home_12_2 {
	float: left;
	margin-top:15px;
	margin-right:15px;
	height: 172px;
	width: 220px;	
}



.left_sb #main_content #main_content_ #content #home_12_3 {
	float: left;
	height: 180px;
	width: 205px;
	margin-top:15px;
	background-image: url(../images/fondblvideos.png);
	background-repeat:no-repeat;
	background-position: center top;
}

.left_sb #main_content #main_content_ #content #home_12_3 a.video {
	width:160px;
	height:85px;
	display:block;
	text-align:center;
	margin: 15px 0px 0px 23px;
	color:#8c8c8c;
}

.left_sb #main_content #main_content_ #content #home_12_3 img {
	width:160px;
}

.left_sb #main_content #main_content_ #content #home_12_3 a.lienvideo {
	width:150px;
	height:26px;
	display:block;
	margin: 37px 0px 0px 23px;
	font-size:10px;
	color:#000000;
}

.left_sb #main_content #main_content_ #content #home_13 {
	border: 1px solid #cccccc;
	margin-right:5px;
	float:left;
	height:404px;
	width:312px;
}

.left_sb #main_content #main_content_ #content #home_13 div.noresult{
	float:left;
	margin-top:40px;
	text-align:center;
	margin-right:17px;
	margin-left:17px;
	width:275px;
	font-size:14px;
	font-color:#3a3a3a;
}

.left_sb #main_content #main_content_ #content #home_13 div.product_image{
	height:245px;
	width:312px;

}

.left_sb #main_content #main_content_ #content #home_13 div.theme_{
	margin-top:-170px;
	z-index:109;
	position:absolute;
}

.left_sb #main_content #main_content_ #content #home_13 div.product_icon{
	position:absolute;
	z-index:110;
	left:50%;
	margin-left:463px;
	top:206px;
}

.left_sb #main_content #main_content_ #content #home_13 div.product_price{
	float:right;
	margin-top:40px;
	text-align:right;
	margin-right:17px;
	width:99px;
}

.left_sb #main_content #main_content_ #content #home_13 div.product_price .old_price,.left_sb #main_content #main_content_ #content #home_13 div.product_price .price{
	float:right;
	clear:right;

}

.left_sb #main_content #main_content_ #content #home_13 a.product_brand{
	clear:left;
}

.left_sb #main_content #main_content_ #content #home_13 div.product_hearts{
	clear:left;
}

.left_sb #main_content #main_content_ #content #home_13 div.product_description{
	clear:left;
}



.left_sb #main_content #main_content_ #content #home_13 a.product_addcart{
	margin-top:8px;
	float:right;
	margin-right:17px;
	clear:right;
}

div.product_home_50{
	width:382px;
	float:left;
	margin-top:8px;
	border: 1px solid #cccccc;
	height:163px;
	overflow:hidden;
}

div.product_home_50_{
	height:120px;
}


.left_sb #main_content #main_content_ #content #home_15 {
	float:right;
}

.left_sb #main_content #main_content_ #content div.product_home_50 .product_title{
	margin-top:10px;
	width:145px;
}

.left_sb #main_content #main_content_ #content div.product_home_50 a.product_brand{
	width:145px;
}

.left_sb #main_content #main_content_ #content div.product_home_50 div.product_icon{
	float:right;
	margin-top:12px;
	margin-right:12px;
}


.left_sb #main_content #main_content_ #content div.product_home_50 div.theme_{
	top:-135px;
}

.left_sb #main_content #main_content_ #content div.product_home_50 div.product_hearts{
	width:200px;
}

.left_sb #main_content #main_content_ #content div.product_home_50 div.product_description{
	width:200px;
}

.left_sb #main_content #main_content_ #content div.product_home_50 div.product_price{
	float:right;
	margin-right:10px;
	text-align:right;
}

.left_sb #main_content #main_content_ #content div.product_home_50 a.product_addcart{
	margin-left:19px;
	margin-top:19px;
}

.left_sb #main_content #main_content_ #content .home_16 {
	float: left;
	border: 1px solid #CCCCCC;
	border-right:0;
	border-bottom:0;
	width:775px;
	margin-top:8px;
	overflow:hidden;
}

.left_sb #main_content #main_content_ #content .home_16_wt {
	margin-top:0px;
}

#home_16_bis {
	float: left;
	height: 200px;
	width: 313px;
}
.left_sb #main_content #main_content_ #content .home_16 .product_home_16 {
	float: left;
	height: 199px;
	width: 153px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
}


.left_sb #main_content #main_content_ #content .home_16 .product_home_16  .product_title{
	margin-left:6px;
	width: 145px;
}

.left_sb #main_content #main_content_ #content .home_16 .product_home_16  div.product_image{
	position:relative;
	z-index:4;
	margin-top:-10px;
}

.left_sb #main_content #main_content_ #content .home_16 .product_home_16  div.product_image2{
	position:relative;
	z-index:4;
	margin-top:0px;
}

.left_sb #main_content #main_content_ #content .home_16 .product_home_16 div.product_icon{
	position:relative;
	z-index:5;
	margin-left:132px;
	margin-top:8px;
	width:10px;
	height:9px;
}

.left_sb #main_content #main_content_ #content .home_16 .product_home_16  div.product_brand{
	margin-left:6px;
	font-size:11px;
	font-weight:bold;
}


.left_sb #main_content #main_content_ #content .home_16 .product_home_16  a.product_brand{
	margin-left:6px;
}

.left_sb #main_content #main_content_ #content .home_16 .product_home_16  div.product_price{
	margin-left:6px;
	float:left;
	clear:left;
	width:140px;
	line-height:18px;
}

.left_sb #main_content #main_content_ #content .home_16 .product_home_16  div.product_price .price{
	float:left;
}

.left_sb #main_content #main_content_ #content .home_16 .product_home_16  div.product_price .old_price{
	float:right;
}

#main_content #main_content_ #account_edit {
	width:382px;
	float:left;
	margin-top:8px;
	border: 1px solid #cccccc;
	height:300px;
	overflow:hidden;
}

.clearing {
	background-image: url(../images/main_bottom.png);
	clear: both;
	float: left;
	height: 8px;
	width: 1000px;
}

#sitemap_footer {
	background-image: url(../images/main_top.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 180px;
	width: 1000px;
	margin-top: 9px;
	float:left;
}
#main_content #sitemap_footer dl {
	width: 30%;
	float:left;
	height:95px;
	border-right:1px solid #d1d1d1;
	margin-top:25px;
}


#main_content #sitemap_footer dl dt{
	font-size:12px;
	font-weight:bold;
	color:#777777;
	height:30px;
}

#main_content #sitemap_footer dl dd{
	font-size:11px;
	color:#1b1b1b;
	width:48%;
	float:left;
	height:18px;
}

#main_content #sitemap_footer dl dd{
	font-size:11px;
	color:#1b1b1b;
	width:48%;
	float:left;
	height:18px;
}

#main_content #sitemap_footer dl dd.dd_1 {
	font-size:11px;
	color:#1b1b1b;
	text-align:center;
	margin-top:10px;
	width:100%;
	float:left;
	height:18px;
	
}
#main_content #sitemap_footer dl dd.dd_1 a {
	font-size:12px;
	font-weight:bold;
	
}

#main_content #sitemap_footer dl dd a{
	color:#777777;
}

#main_content #sitemap_footer dl.dl_1{
	width:297px;
	margin-left:52px;
}

#main_content #sitemap_footer dl.dl_2{
	margin-left:39px;
	width:346px;
}

#main_content #sitemap_footer dl.dl_3{
	border-right:none;
	margin-left:34px;
	width:220px;
}

#main_content #sitemap_footer dl.dl_4{
	border-right:none;
	margin-top:5px;
	width:800px;
	height:50px;
	text-align: center;
	margin-left:52px;
}

#copyright_footer {
	line-height: 29px;
	background-image: url(../images/credits_bg.png);
	text-align: center;
	float: left;
	height: 29px;
	width: 1000px;
	margin-top: 8px;
	margin-bottom:8px;
	color:#777777;
}
.left_sb #main_content #main_content_ .full_width {
	float: left;
	width: 976px;
	margin-left: 12px;
}
.orange_alert {
	color: #FFFFFF;
	background-image: url(../images/organge_alert.png);
	width: 976px;
	line-height:20px;
}

.product_info_actions #main_content #main_content_ .full_width #product_info_main {
	float: left;
	width: 920px;
	height: 500px;
}

.product_info_actions #main_content #main_content_ .full_width #product_info_main #product_action {
	margin-top:15px;
	float: right;
	height: 435px;
	width: 500px;
	border: 1px solid #cccccc;
}

.product_info_actions #main_content #main_content_ .full_width #product_info_main #product_action .title{
	font-size:18px;
	margin-left:27px;
	margin-top:2px;
}

.product_info_actions #main_content #main_content_ .full_width #product_info_main #product_action .description{
	font-size:12px;
	margin-right:10px;
	margin-left:27px;
	margin-top:2px;
}

.product_info_actions #main_content #main_content_ .full_width #product_info_main #product_action .description_short{
	font-size:10px;
	margin-right:10px;
	margin-left:27px;
	margin-top:2px;
}

.product_info_actions #main_content #main_content_ .full_width #product_info_main #product_action .formulaire{
	font-size:12px;
	margin-left:27px;
	margin-top:20px;
}

.product_info_actions #main_content #main_content_ .full_width #product_info_main #product_action .product_hearts {
	font-size:12px;
	margin-left:27px;
	margin-top:3px;
}
	
.product_info_actions #main_content #main_content_ .full_width #product_info_main #product_action .review_text{
	font-size:12px;
	float:left;
	margin-left:5px;
	margin-bottom:10px;
}


.product_info_actions #main_content #main_content_ .full_width #product_info_main #product_action label {
	font-size:12px;
	font-weight:bold;
}
	 
.product_info_actions #main_content #main_content_ .full_width #product_info_main #product_action textarea.text_i {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #a1a1a1;
	border-right-color: #ededed;
	border-bottom-color: #f0f0f0;
	border-left-color: #dbdbdb;
	height: 100px;
	width: 400px;
	font-size:12px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

.product_info_actions #main_content #main_content_ .full_width #product_info_main #product_main_info {
	float: left;
	height: 435px;
	width: 410px;
	margin-top:15px;
	border: 1px solid #cccccc;
}

.product_info_actions #main_content #main_content_ .full_width #product_info_main #product_main_info_1 {
	float: left;
	height: 162px;
	width: 410px;
	border-bottom: 1px solid #cccccc;
	background-position:0px 86px;
}

.product_info_actions #main_content #main_content_ .full_width #product_info_main #product_main_info .product_title{
	font-size:18px;
	margin-left:27px;
}

.product_info_actions #main_content #main_content_ .full_width #product_info_main #product_main_info .product_brand{
	font-size:11px;
	font-weight:bold;
	margin-left:27px;
	clear:left;
	width:200px;
}

.product_info_actions #main_content #main_content_ .full_width #product_info_main #product_main_info .product_hearts{
	margin-left:27px;
	margin-top:4px;
	clear:left;
}

.product_info_actions #main_content #main_content_ .full_width #product_info_main #product_main_info .product_description{
	margin-left:27px;
	margin-top:4px;
	width:365px;
	clear:left;
}

.product_info_actions #main_content #main_content_ .full_width #product_info_main #product_main_info H1{
	font-size:18px;
	font-weight:normal;
}

.product_info_actions #main_content #main_content_ .full_width #product_info_main #product_main_info H2{
	font-size:11px;
	font-weight:normal;
}


.product_info_actions #main_content #main_content_ .full_width #product_info_main #product_main_info_2 {
	float: left;
	height: 64px;
	width: 410px;
	border-bottom: 1px solid #cccccc;
}

.product_info_actions #main_content #main_content_ .full_width #product_info_main #product_main_info_2 .product_price .product_price_1{
	margin-left:26px;
	margin-top:9px;
	float:left;
}

.product_info_actions #main_content #main_content_ .full_width #product_info_main #product_main_info_2 .product_price .product_price_2{
	margin-left:26px;
	margin-top:9px;
	float:left;	
	line-height:25px;
}

.product_info_actions #main_content #main_content_ .full_width #product_info_main #product_main_info_2 #product_main_info_2_{
	width:179px;
	float:right;
	margin-top:27px;
	font-weight:bold;
}

.product_info_actions #main_content #main_content_ .full_width #product_info_main #product_main_info_2 #product_main_info_2_ span{
	color:#ff5822;
}


.product_info_actions #main_content #main_content_ .full_width #product_info_main #product_main_info_2 .product_price .product_price_1 .price{
	font-size:20px;
}
.product_info_actions #main_content #main_content_ .full_width #product_info_main #product_main_info_2 .product_price .product_price_1 .price_{
	font-size:12px;
}


.product_info_actions #main_content #main_content_ .full_width #product_info_main #product_main_info_3 {
	float: left;
	height: 46px;
	width: 410px;
	border-bottom: 1px solid #cccccc;
}

.product_info_actions #main_content #main_content_ .full_width #product_info_main #product_main_info_3 .product_addcart{
		margin-left:26px;
		margin-top:13px;
}

.product_info_actions #main_content #main_content_ .full_width #product_info_main #product_main_info_4 {
	float: left;
	height: 72px;
	width: 410px;
	border-bottom: 1px solid #cccccc;
}

.product_info_actions #main_content #main_content_ .full_width #product_info_main #product_main_info_4 div#product_main_info_4_1{
	float: left;
	height: 72px;
	width: 50%;
	border-right: 1px solid #cccccc;
}

.product_info_actions #main_content #main_content_ .full_width #product_info_main #product_main_info_4 div#product_main_info_4_1_{
	margin-top:19px;
	margin-left:10px;
}

.product_info_actions #main_content #main_content_ .full_width #product_info_main #product_main_info_4 div#product_main_info_4_1 select{
	width:162px;
	height: 19px;
	border:1px solid #dcdcdc;
	margin-top:5px;
}

.product_info_actions #main_content #main_content_ .full_width #product_info_main #product_main_info_4 div#product_main_info_4_2{
	float: left;
	height: 72px;
	width: 49%;

}
.product_info_actions #main_content #main_content_ .full_width #product_info_main #product_main_info_4 div#product_main_info_4_2 dl{
	float: left;
	margin-left:14px;
	margin-top:12px;
}

.product_info_actions #main_content #main_content_ .full_width #product_info_main #product_main_info_4 div#product_main_info_4_2 dt{
	float: left;
	font-weight:bold;
	clear:left;
	height:16px;
	width:132px;
}

.product_info_actions #main_content #main_content_ .full_width #product_info_main #product_main_info_4 div#product_main_info_4_2 a{
	font-weight:normal;
}
.product_info_actions #main_content #main_content_ .full_width #product_info_main #product_main_info_4 div#product_main_info_4_2 dd{
	float: left;
	margin-left:5px;
	height:16px;
	width:132px;
}



.product_info_actions #main_content #main_content_ .full_width #product_info_main #product_main_info_5 dl{
	float: left;
	margin-left:14px;
	margin-top:12px;
}

.product_info_actions #main_content #main_content_ .full_width #product_info_main #product_main_info_5 dt{
	float: left;
	font-weight:bold;
	clear:left;
	height:16px;
	width:400px;
	margin-bottom:5px;
}

.product_info_actions #main_content #main_content_ .full_width #product_info_main #product_main_info_5 dd{
	float: left;
	margin-right:5px;
}

#product_info_main {
	float: left;
	width: 832px;
	height: 702px;
}
#product_info_main .product_image {
	float: left;
	height: 335px;
	width: 419px;
	overflow:hidden;
}

#product_info_main .product_image img{
	width:419px;
	height: 335px;
}

.product_info #main_content #main_content_ .full_width #product_info_main #product_awards {
	float: left;
	clear:left;
	text-align: right;
	height: 35px;
	width: 390px;
	margin-top:4px;
	padding-top:6px;
}

.product_info #main_content #main_content_ .full_width #product_info_main #product_second_info {
	float: left;
	clear:left;
	height: 52px;
	width: 408px;
	border: 1px solid #cccccc;
	margin-top:3px;
}

.product_info #main_content #main_content_ .full_width #product_info_main #product_second_info #list_images {
	float: left;
	height: 52px;
	width: 220px;
	margin-top:2px;
	margin-left:2px;
	vertical-align:center;
}


.product_info #main_content #main_content_ .full_width #product_info_main #product_second_info a{
	float: left;
	margin-right:2px;
}

.product_info #main_content #main_content_ .full_width #product_info_main #product_second_info #product_second_info_{
	background-image: url(../images/dispo_icon.png);
	background-repeat: no-repeat;
	float: right;
	margin-top:7px;
	padding-left:15px;
	width:143px;
}

span.volumineux{
	color:#ff5822;
	font-weight:bold;
}

.product_info #main_content #main_content_ .full_width #product_info_main #product_third_info {
	float: left;
	clear:left;
	height: 256px;
	width: 830px;
	border: 1px solid #cccccc;
	margin-top:8px;
	background-color:#f6f6f6;
}

.product_info #main_content #main_content_ .full_width #product_info_main #product_third_info #product_third_info_1{
	float: left;
	width:275px;
	height: 256px;
	border-right: 1px solid #cccccc;
}

.product_info #main_content #main_content_ .full_width #product_info_main #product_third_info #product_third_info_2{
	float: left;
	width:276px;
	height: 256px;
	border-right: 1px solid #cccccc;
}

.product_info #main_content #main_content_ .full_width #product_info_main #product_third_info #product_third_info_3{
	float: left;
	width:275px;
	height: 256px;
}

.product_info #main_content #main_content_ .full_width #product_info_main #product_third_info #product_third_info_3 dd.d_qual{
	float:left;
	margin-bottom:10px;
}

.product_info #main_content #main_content_ .full_width #product_info_main #product_third_info #product_third_info_3 dd.d_qual div.product_hearts{
	margin-left:0;
}
.product_info #main_content #main_content_ .full_width #product_info_main #product_third_info #product_third_info_3 dd.d_qual p{
	float: right;
	margin-top:3px;
	width:150px;
}

.product_info #main_content #main_content_ .full_width #product_info_main #product_third_info div .brand_ico{
	float:right
}

.product_info #main_content #main_content_ .full_width #product_info_main #product_third_info div .product_third_info_foot_{
	float:left;
	border-top: 1px solid #cccccc;
	width:100%;
}

.product_info #main_content #main_content_ .full_width #product_info_main #product_third_info div .product_third_info_foot_ a{
	line-height:42px;
	color:#54564f;
	float:left;
	background-image:url(../images/more_arrow.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:8px;
	margin-left:18px;
	font-weight:bold;
}

.product_info #main_content #main_content_ .full_width #product_info_main #product_third_info div .product_third_info_foot_ a.tr{
	float:right;
	margin-right:22px;
}


.product_info #main_content #main_content_ .full_width #product_info_main #product_third_info div .product_third_info__{
	height:213px;
	float:left;
}

.product_info #main_content #main_content_ .full_width #product_info_main #product_third_info div dl{
	margin-left:26px;
	margin-top:16px;
	width:236px;
	float:left;
}

.product_info #main_content #main_content_ .full_width #product_info_main #product_third_info div dt{
	font-weight:bold;
	font-size:bold;
	height:32px;
}

.product_info #main_content #main_content_ .full_width #product_info_main #product_third_info div dt strong{
	color:#ff5822;
}

.product_info #main_content #main_content_ .full_width #product_info_main #product_third_info div dd.d_image{
	float:left;
	margin-right:10px;
}


.product_info #main_content #main_content_ .full_width #product_info_main #product_third_info div dd.d_text{
	float:left;
	width:150px;
}


.product_info #main_content #main_content_ .full_width #product_info_main #product_main_info {
	float: right;
	height: 435px;
	width: 410px;
	border: 1px solid #cccccc;
}

.product_info #main_content #main_content_ .full_width #product_info_main #product_main_info_1 {
	float: left;
	height: 162px;
	width: 410px;
	border-bottom: 1px solid #cccccc;
	background-position:0px 86px;
}

.product_info #main_content #main_content_ .full_width #product_info_main #product_main_info .product_title{
	font-size:18px;
	margin-left:27px;
}

.product_info #main_content #main_content_ .full_width #product_info_main #product_main_info H1 {
	font-size:18px;
	font-weight:normal;
}




.product_info #main_content #main_content_ .full_width #product_info_main #product_main_info .product_brand{
	font-size:11px;
	font-weight:bold;
	margin-left:27px;
	clear:left;
	width:200px;
}

.product_info #main_content #main_content_ .full_width #product_info_main #product_main_info .product_hearts{
	margin-left:27px;
	margin-top:4px;
	clear:left;
}

.product_info #main_content #main_content_ .full_width #product_info_main #product_main_info .product_description{
	margin-left:27px;
	margin-top:4px;
	width:365px;
	clear:left;
}

.product_info #main_content #main_content_ .full_width #product_info_main #product_main_info H2{
	font-size:11px;
	font-weight:normal;
}



.product_info #main_content #main_content_ .full_width #product_info_main #product_main_info_2 {
	float: left;
	height: 64px;
	width: 410px;
	border-bottom: 1px solid #cccccc;
}

.product_info #main_content #main_content_ .full_width #product_info_main #product_main_info_2 .product_price .product_price_1{
	margin-left:26px;
	margin-top:9px;
	float:left;
}

.product_info #main_content #main_content_ .full_width #product_info_main #product_main_info_2 .product_price .product_price_2{
	margin-left:26px;
	margin-top:9px;
	float:left;	
	line-height:25px;
}

.product_info #main_content #main_content_ .full_width #product_info_main #product_main_info_2 #product_main_info_2_{
	width:179px;
	float:right;
	margin-top:27px;
	font-weight:bold;
}

.product_info #main_content #main_content_ .full_width #product_info_main #product_main_info_2 #product_main_info_2_ span{
	color:#ff5822;
}


.product_info #main_content #main_content_ .full_width #product_info_main #product_main_info_2 .product_price .product_price_1 .price{
	font-size:20px;
}
.product_info #main_content #main_content_ .full_width #product_info_main #product_main_info_2 .product_price .product_price_1 .price_{
	font-size:12px;
}


.product_info #main_content #main_content_ .full_width #product_info_main #product_main_info_3 {
	float: left;
	height: 46px;
	width: 410px;
	border-bottom: 1px solid #cccccc;
}

.product_info #main_content #main_content_ .full_width #product_info_main #product_main_info_3 .product_addcart{
		margin-left:26px;
		margin-top:13px;
}

.product_info #main_content #main_content_ .full_width #product_info_main #product_main_info_4 {
	float: left;
	height: 72px;
	width: 410px;
	border-bottom: 1px solid #cccccc;
}

.product_info #main_content #main_content_ .full_width #product_info_main #product_main_info_4 div#product_main_info_4_1{
	float: left;
	height: 72px;
	width: 50%;
	border-right: 1px solid #cccccc;
}

.product_info #main_content #main_content_ .full_width #product_info_main #product_main_info_4 div#product_main_info_4_1_{
	margin-top:19px;
	margin-left:10px;
}

.product_info #main_content #main_content_ .full_width #product_info_main #product_main_info_4 div#product_main_info_4_1 select{
	width:162px;
	height: 19px;
	border:1px solid #dcdcdc;
	margin-top:5px;
}

.product_info #main_content #main_content_ .full_width #product_info_main #product_main_info_4 div#product_main_info_4_2{
	float: left;
	height: 72px;
	width: 49%;

}
.product_info #main_content #main_content_ .full_width #product_info_main #product_main_info_4 div#product_main_info_4_2 dl{
	float: left;
	margin-left:14px;
	margin-top:12px;
}

.product_info #main_content #main_content_ .full_width #product_info_main #product_main_info_4 div#product_main_info_4_2 dt{
	float: left;
	font-weight:bold;
	clear:left;
	height:16px;
	width:185px;
}

.product_info #main_content #main_content_ .full_width #product_info_main #product_main_info_4 div#product_main_info_4_2 a{
	font-weight:normal;
}
.product_info #main_content #main_content_ .full_width #product_info_main #product_main_info_4 div#product_main_info_4_2 dd{
	float: left;
	margin-left:5px;
	height:16px;
	width:132px;
}



.product_info #main_content #main_content_ .full_width #product_info_main #product_main_info_5 dl{
	float: left;
	margin-left:14px;
	margin-top:12px;
}

.product_info #main_content #main_content_ .full_width #product_info_main #product_main_info_5 dt{
	float: left;
	font-weight:bold;
	clear:left;
	height:16px;
	width:400px;
	margin-bottom:5px;
}

.product_info #main_content #main_content_ .full_width #product_info_main #product_main_info_5 dd{
	float: left;
	margin-right:5px;
}


.orange_alert span{
	margin-left:10px;
	font-weight:normal;
	font-size:12px;
}


div#breadcrumb{
	color:#535353;
}

div#breadcrumb a{
	color:#535353;
	text-decoration:underline;
}

body.product_info div#breadcrumb{
	color:#535353;
	margin-left:419px;
	margin-top:12px;
	margin-bottom:12px;
}


.sub_t{
	float:left;
	width:774px;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;	
	height:43px;
	background-position:10px center;
	background-repeat:no-repeat;
	margin-top:8px;
	font-size:12px;
}

.sub_t span{
	margin-left:25px;
	line-height:40px;
	font-size:12px;
	font-weight:normal;
}

.theme_orange_ span.sub_t_{
	color:#ff5822;
}

.sub_t span form{
	display:inline;
}

.sub_t span form select{
	width:162px;
	height: 19px;
	border:1px solid #dcdcdc;
	margin-top:5px;
	margin-left:11px;
}


div#sidebar_video{
	float:right;
	width:136px;
	height:702px;
}

div#sidebar_video .title_block{
	color:#333333;
	height:47px;
}

div#sidebar_video .title_block .titlevideo{
	padding-left:21px;
	font-size:14px;
	font-weight:bold;
	color:#333333;
	background-image: url(../images/video_icon.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	float:left;
}

div#sidebar_video .title_block a{
	color:#333333;
	margin-top:5px;
	float:left;
	clear:left;
	width:120px;
}

.product_info #main_content #main_content_ .full_width #sidebar_video .video_item_suggest {
	background-image: url(../images/right_sb_video_bg.png);
	float: left;
	height: 125px;
	width: 136px;
	margin-bottom: 8px;
}

.product_info #main_content #main_content_ .full_width #sidebar_video .video_item_suggest a{
	width:75px;
	height:26px;
	display:block;
	text-align:center;
	margin: 30px auto 0 auto;
	color:#8c8c8c;
}

.product_info #main_content #main_content_ .full_width #sidebar_video .video_item {
	background-image: url(../images/right_sb_video_bg.png);
	float: left;
	height: 125px;
	width: 136px;
	margin-bottom: 8px;
}

.product_info #main_content #main_content_ .full_width #sidebar_video .video_item a{
	width:75px;
	height:26px;
	display:block;
	text-align:center;
	margin: 15px 0px 10px 4px;
	color:#8c8c8c;
}

div.c_box_176{
	float:left;
	height:116px;
	width:176px;
	margin-right:10px;
	margin-top:10px;
}

div.c_box_176 div.c_box_title{
	float:left;
	height:22px;
	width:176px;
	line-height:22px;
	text-align:left;
}

div.c_box_176 div.c_box_content{
	height:93px;
	width:174px;
	float:left;
}

div.c_box_176 div.c_box_content ul, div.c_box_176 div.c_box_content p{
	margin-left:10px;
	margin-top:9px;
	width:152px;
	text-align:left;
}

div.c_box_176 div.c_box_content p{
	line-height:12px;
}

div.c_box_176 div.c_box_content ul li{
	height:17px;
	padding-left:6px;
	background-image:url(../images/more_arrow.png);
	background-repeat:no-repeat;
	background-position:left 4px;
}

div.c_box_176 div.c_box_title div.c_box_title_{
margin-left:12px;
}

.c_box_blue div.c_box_title{
	background-image:url(../images/box_top_blue.png);
	color:#000;
}

.c_box_orange div.c_box_title{
	background-image:url(../images/box_top_orange.png);
	color:#FFF;
}

.c_box_blue div.c_box_content{
	border:1px solid #31dbff;
}

.c_box_orange div.c_box_content{
	border:1px solid #ff6c13;
}


div#sidebar_c{
	width:149px;
	float:right;
	margin-top:13px;
}



div.c_box_149{
	float:left;
	width:149px;
	margin-bottom:8px;
}

div.c_box_149 div.c_box_title{
	float:left;
	height:22px;
	width:149px;
	line-height:22px;
	text-align:left;
}

div.c_box_prod{
	border:1px solid #cccccc;
	width:147px;
}

div.c_box_prod .product_title{
	margin-left:8px;
	width:140px;
	font-size:13px;
}

div.c_box_prod a.product_brand{
	font-size:11px;
	margin-left:8px;
	width:140px;
}

div.c_box_prod div.product_price{
	margin-left:8px;
	width:140px;
}

div.c_box_prod div.product_price span.price{
	float:left;
}

div.c_box_prod div.product_price span.old_price{
	float:right;
}


div.c_box_149 div.c_box_title div.c_box_title_{
	margin-left:12px;
}

div.c_box_149 div.c_box_content{
	width:147px;
	float:left;
	padding-bottom:10px;
}

.c_box_black div.c_box_title{
	background-image:url(../images/box_top_black.png);
	color:#FFF;
}

.c_box_black div.c_box_content{
	border:1px solid #000;
}


.c_box_black div.c_box_content a.delete{
	background-image: url(../images/cart_delete.png);
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: left center;
	font-size:12px;
}

.c_box_gray div.c_box_title{
	background-image:url(../images/box_top_gray.png);
	color:#000;
}

.c_box_gray div.c_box_content{
	border:1px solid #c9c9c9;
	color:#7f7f7f;
}

.c_box_gray div.c_box_content a{
	color:#7f7f7f;
}

div.c_box_149 div.c_box_content p, div.c_box_149 div.c_box_content ul{
	margin-left:10px;
	margin-top:9px;
	width:130px;
	text-align:left;
}

div.c_box_149 div.c_box_content ul li{
	height:18px;
}


div.c_box_149 div.c_box_content input.text_i{
	width:108px;
}


body.cart table.delivery {
	margin-top:13px;
	color:#000000;
	float:left;
}

body.cart td.expediteur {
	color:#000000;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	padding:20px;
	vertical-align:top;
}

body.cart span.exp {
	color:#000000;
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;	
}

body.cart span.tel {
	color:#000000;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;	
}

body.cart td.destinataire {
	color:#000000;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:48px;
	border:1px solid;
	padding:20px;
}

body.cart td.logo {
	padding-left:20px;
}
