@charset "utf-8";
*
{
	margin: 0;
	padding: 0;	
	list-style: none;
}
a
{
	color: #0026FF;
	text-decoration: none;
}
a:hover
{
	color: #99f;
}
button
{
	padding-top: 2px;
}
ul, ol, li
{
	list-style: none;
}
/*p
{
	margin-bottom: 0.8em;
}*/
img
{
	border: none;
}
html, body
{
	height: 100%;
}
body
{
	/*background: #E0EAEA url(/images/back.png) repeat-x; 
	*background:#DCE7E7 url(/images/back.png) repeat-x;*/	
	font-family:"Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Geneva, Arial, Verdana, sans-serif;
	font-size: 12px;
}
.alignLeft
{
	float: left;
}
.alignRight
{
	float: right;
}
#center
{
	width: 1048px;
	margin: 0 auto -15px;
	background-color: White;
	height: 100%;
}
#centertd
{
	padding: 10px;
}
#container, .main
{
	width: 100%;
	float: left;
}
.logo
{
	float: left;
	height: 115px;
	width: 170px;	
	background-repeat: no-repeat;
	overflow: hidden;
}
.logo a
{
	float: left;
	height: 0px;
	width: 100%;
	padding-top: 120px;
	overflow: hidden;
}
#banner
{
	padding-right: 305px;
	text-align: center;
}
.miniSearch
{
	padding-left: 35px;
	padding-top: 3px;
	padding-bottom: 5px;
}
.miniSearch span.recherche
{
	background-image: url(/images/search_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	padding-left: 18px;
	margin-right: 5px;
}
#nav_1, #nav_2
{
	padding-top: 3px;
	width: 100%;
	float: left;
}
/*#nav_1 ul {
	padding-left: 25px;
	margin: 0 auto 0 auto;
	float: none;
}
#nav_1 li {
	background-image: url(/images/nav1_l.gif);
	background-repeat: no-repeat;
}
#nav_1 li a {
	background-image: url(/images/nav1_r.gif);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	padding: 0 10px;
	line-height: 18px;
	height: 20px;
	overflow: hidden;
}*/
#nav_1 table
{
	width: 700px;
	margin: -3px auto -3px auto;
}
#nav_1 td
{
	background-image: url(/images/nav1_l.gif);
	background-repeat: no-repeat;
}
#nav_1 td a
{
	background-image: url(/images/nav1_r.gif);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	padding: 0 10px;
	line-height: 18px;
	height: 20px;
	text-align: center;
}
/*#nav_1 li, #nav_2 li {
	float: left;
	margin-right: 3px;
	display: inline;
}
#nav_2 li {
	background-image: url(/images/nav2_l.gif);
	background-repeat: no-repeat;
}
#nav_2 li a {
	background-image: url(/images/nav2_r.gif);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	padding: 0 10px;
	line-height: 20px;
	overflow: hidden;
	height: 22px;
}*/
#nav_2 table
{
	margin: -3px 0 -3px -3px;
	width: 826px;
}
#nav_2 td
{
	background-image: url(/images/nav2_l.gif);
	background-repeat: no-repeat;
}
#nav_2 td a
{
	background-image: url(/images/nav2_r.gif);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	padding: 0 10px;
	line-height: 20px;
	height: 22px;
	text-align: center;
}
#nav_2 td.actif
{
	background-image: url(/images/nav2_l_actif.gif);
}
#nav_2 td.actif a
{
	background-image: url(/images/nav2_r_actif.gif);
}
#accountNav
{
	float: right;
	width: 300px;
	margin-top: -123px;
	margin-right: -2px;
}
#accountNav li
{
	float: left;
	height: 26px;
	width: 149px;
	background-image: url(/images/quickNav.gif);
	background-repeat: no-repeat;
	line-height: 1em;
	padding-top: 6px;
	margin: 0 0 1px 1px;
}
#accountNav span.icon
{
	padding: 0 2px 0 3px;
	float: left;
}
.text_red, .text_red a
{
	color: #e60106;
}
#sidebar
{
	float: left;
	width: 170px;
	margin-top: 10px;
}
#sidebar span.parent
{
	padding-left: 10px;
	line-height: 22px;
	display: block;
	width: 160px;
	cursor: pointer;
	clear: none;
}
#sidebar span.parent:hover
{
	color: Gray;
}
#sidebar li
{
	background-image: url(/images/cate_bg.gif);
	background-repeat: repeat-x;
	float: left;
	margin-bottom: 2px;
}
#sidebar span.color
{
	float: right;
	height: 22px;
	width: 16px;
	background-image: url(/images/menu-mask.png);
	*background-image: url(/images/menu-mask-ie.gif);
	background-position: right;
	background-repeat: no-repeat;
}
#content
{
	padding-top: 10px; /*padding-left: 180px;*/
	padding-left: 10px;
	float: left;
	width: 820px;
}
.breadcrumbs
{
	/*float: left;*/
	/*width: 100%;
	background-image: url(/images/breadcrumbs.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height: 26px;
	padding-left: 5px;
	padding-top: 2px;*/
	margin-bottom: 10px;
	font-size: 9pt;
}
.breadcrumbs li
{
	display: inline; /*padding-right: 5px;*/
}
.breadcrumbs ul
{
	display: inline;
}
.col-middle
{
	float: left;
	width: 542px;
}
.main
{
	padding-bottom: 5px;
	width: 543px;
	height: 293px;
}
.left50
{
	float: left;
	width: 268px;
}
.right50
{
	float: right;
	width: 268px;
}
.title-cadre
{
	float: left;
	width: 100%;
	background-image: url(/images/title_bg.gif);
	background-repeat: repeat-x;
	height: 21px;
	text-align: center;
	line-height: 20px;
	color: #FFF;
	font-weight: bold;
}
.title-cadre a
{
	color: White;
	display: block;
}
.title-cadre a:hover
{
	color: #ddd;
}
/*.content
{
	float: left;
	width: 266px;
	border-left: solid 1px #bbbabf;
	border-right: solid 1px #bbbabf;
	overflow: hidden;
}
.foot
{
	background-image: url(/images/boxFoot.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 268px;
	float: left;
	height: 21px;
	text-align: center;
	line-height: 20px;
	color: #FFF;
	font-weight: bold;
}
.foot a
{
	color: White;
	display: block;
}
.foot a:hover
{
	color: #ddd;
}*/
.col-right
{
	float: right;
	width: 268px;
}
.box
{
	width: 268px;
	float: left;
	margin-bottom: 6px;
}
.product_view
{
	float: left;
	width: 100%;
}
.product_photo
{
	float: left;
	margin-right: 10px; /*width: 402px; 	width: 287px;*/ /*overflow: hidden;*/ /*text-align: center;*/
	width: 450px;
}
.product_photo img.#imgBig
{
	/*border: solid 1px #bbb;
	border: solid 1px white;*/
}
.product_detail
{
	padding-left: 462px;
}
.product_detail *
{
	/*color: #33a;*/
}
h3
{
	font-size: 14px;
	color: #d60330;
	margin-bottom: 1.2em;
}
.addingTable
{
	clear: both;
	border-top: solid 1px #6B1A5A;
	border-bottom: solid 1px #6B1A5A;
	border-collapse: collapse;
	margin-top: 10px;
}
.addingTable tr.reference:hover
{
	background-color: #efefef;
}
.addingTable td
{
	white-space: nowrap;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-bottom: solid 1px #D1AFB7;
}
.otherProductsh4
{
	font-size: 12px;
	color: #D60330;
	margin-top: 5px;
	border-bottom: solid 1px #d60330;
	margin-bottom: 5px;
}
.product-associated
{
	float: left;
	margin-right: 2px;
	margin-bottom: 2px;
	width: 160px; /*border-collapse: collapse;*/
}
h5 a
{
	font-size: 9px;
	color: #D60330;
}
h5 a:hover
{
	color: #bbb;
}
.price .input
{
	width: 10px;
	padding: 0 1px;
	margin: 0 2px 0 0;
	font-size: 9px;
}
.price p
{
	margin: 0;
}
.moreInfo
{
	background: url(/images/moreInfo.gif) no-repeat 0 bottom;
}
.moreInfo a
{
	color: #FFF;
	margin-top: -1px;
	display: block;
}
#footer
{
	text-align: center;
	clear: both;
	color: #999;
	padding: 0px 0 10px 180px;
}
#footer a
{
	margin: 0 3px;
}
.list-cadre1
{
	width: 266px;
	margin-left: 1px;
	border:1px solid #AB819D;
}
.list-cadre1-tr2
{
	height: 42px; 
	border-top:1px solid #AB819D;
	padding:1px 4px;
}
.list-cadre1-tr3
{
	height: 21px;
	background-color: #aaf;
	border-top:1px solid #AB819D;
	text-align: center;
}
.list-cadre2
{
	width: 268px;
	height: 243px;
	margin-top: -242px;
	*margin-left:0px;
	background-image:url(/images/contours-midle.png);
	background-repeat:no-repeat;
	background-position:topleft;
}
.list-cadre3
{
	width: 266px;
	margin-left: 1px;
	margin-top: -242px;
}
.cart_descrip
{
	margin-top: 15px; /*float: left;*/
}
.my_cart
{
	width: 100%;
	padding-bottom: 10px;
}
.list-cadre3-tr2
{
	height: 42px; 
	*height:42px;
}
.list-cadre3-tr2v2
{
	height: 42px; 
	*height:40px;
	padding: 1px 4px;
	*padding-left:6px;
	*padding-right:6px;
}
.list-cadre3-tr2v2-name
{
	color: #E00F50; 
	font-weight: bold; 
	font-size: 10px;
	line-height: 11px;
	*line-height: 9px;
}
.step
{
	margin: 5px 0 20px 225px;
}
.step li
{
	width: 130px;
	float: left;
	font-size: 18px;
	color: #666;
	background: url(../images/grey_globle.gif) no-repeat 0 1px;
	height: 30px;
	line-height: 24px;
}
.step a
{
	color: #666;
}
.step span
{
	float: left;
	color: #FFFFFF;
	width: 24px;
	text-align: center;
	padding-right: 8px;
}
.my_cart li.active
{
	color: #BC0213;
	background: url(../images/red_globle.gif) no-repeat 0 1px;
}
.my_account
{
	width: 646px;
	margin: 10px 5px 275px;
	padding: 10px 0;
	display: inline;
	border-top: solid 1px #7f7f7f;
	border-bottom: solid 1px #7f7f7f;
	color: #444;
}
.my_account .left
{
	width: 300px;
	padding-bottom: 30px;
}
.font18px
{
	font-size: 18px;
}
p.create_account
{
	margin-top: 20px;
	margin-bottom: 10px;
}
.logform
{
	float: right;
	width: 300px; /*border-left: solid 1px #7f7f7f;*/
	padding-left: 12px;
	font-size: 12px;
}
.logform p
{
	margin-bottom: 15px;
	clear: both;
}
.logform li
{
	width: 280px;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
	float: left;
}
.logform span
{
	float: left;
	width: 100px;
	padding-left: 10px;
	padding-top: 1px;
}
.logform ul
{
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
}
.input
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
	border: solid 1px #b8b8b8;
	height: 13px;
}
.gp-filters
{
	/**margin-top: -10px;  	margin-bottom: 8px;*/
	margin: 1px 0 -25px;
	float: right;
	font-size: 10px;
	position: relative;
}
.gp-filters2
{
	margin: 1px 0 -26px;
	float: left;
	font-size: 10px;
	position: relative;
}
.menu-item a
{
	line-height: 11px;
}
.gp-pictos
{
	border: 1px solid #AAAAAA;
	cursor: pointer;
	margin: 4px 4px 0 0;
}
.gp-pictos2
{
	border: solid 1px transparent;
	width: 68px;
	height: 45px;
	margin: 4px 4px 0 0;
}
.div-titre
{
	background: url(/images/titre-back.png) repeat-x top;
	border: solid 1px #aaa;
	padding: 10px;
	margin-bottom: 10px;
	float: left;
	width: 798px;
}
#div-description
{
	/*background: url(/images/titre-back.png) repeat-x top; 	border: solid 1px #aaa;*/
	padding: 3px; /*margin-bottom: 10px; 	float: left;*/ /*width: 497px; 	*width: 494px;*/ /*width: 422px; 	*width: 419px;*/
	padding-left: 0;
	color : #6B1A5A;
}
#div-description *.color-category
{
	color : #6B1A5A;
}
.title
{
	display: none;
	visibility: hidden;
}
/*.title 
{
	display:none;
	width: 820px;
	background: url(/images/netbg.gif) no-repeat right top;
	height: 26px;
	font-size: 18px;
	line-height: 24px;
	font-family: "Trebuchet MS";
	color: #33a;
	margin-bottom: 20px;
}
*/
.text-myaccount
{
	font-size: 14px;
	margin: 20px 50px 20px 20px;
	text-align: justify;
}
.tdSuggest
{
	white-space: normal;
	border-left: solid 1px #bbb;
	border-right: solid 1px #bbb;
	padding: 3px 3px 0 3px;
}
/* AUTOCOMPLETE */
.search-completation-list
{
	width: 450px !important;
	border: solid 1px gray;
	cursor: default;
	margin: 0px !important;
	position: relative;
	z-index: 100;
	margin-left: -327px !important;
	/*float: none !important;
	display: block !important;*/
}
.search-completation-list li
{
	float: none !important;
	display: block !important;
	margin: 0 !important;
	padding: 1px !important;
}
.AutoComplete_List
{
	background-color: #FFF;
	margin: 0px !important;
	border: 1px solid #999;
	cursor: pointer;
	text-align: left;
	list-style-type: none;
	width: 500px !important;
}
.AutoComplete_ListItem
{
	color: #666;
	padding: 1px;
	border-bottom: 1px solid #ddd;
}
.AutoComplete_ListItemHilite
{
	color: #000;
	padding: 1px;
	border-bottom: 1px solid #ddd;
	background-color: #5F5;
}
.AutoComplete_ListItemHiliteText
{
	background-color: #7AC142;
	color: #FFF;
}
/* //AUTOCOMPLETE */
.contactDiv
{
	width: 675px;
	margin: 0 auto;
	float: none;
	padding-bottom: 25px;
}
.contactDiv .item
{
	width: 95px;
	float: left; /*padding-right: 10px;*/ /*font-size: 15px;*/
	padding-top: 3px;
	text-align: right;
}
.contactDiv li
{
	float: left;
	padding-bottom: 15px;
	font-size: 14px;
}
.contactDiv td
{
	vertical-align: top;
}
.contactDiv .input
{
	font-family: "Times New Roman" , Times, serif;
	font-size: 14px;
	color: #666;
	padding: 3px;
	border: solid 1px #b4ac7e;
	background-color: #fafafa;
	height: auto;
	width: 210px;
	margin-bottom: 20px;
}
.contactDiv .envoyer
{
	background-color: #CCCC66;
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #111111;
}
#derniers-vus
{
	position: absolute;
	display: none;
	padding-left: 1px;
	z-index: 100;
}
#panierFlotant
{
	position: absolute;
	z-index: 100;
	display: none;
	padding-left: 1px;
}
#a-derniers-vus
{
	background: transparent url(/images/icon_arrow.gif) no-repeat scroll 3px 6px; 
	*background:transparent url(/images/icon_arrow.gif) no-repeat scroll 3px 5px;
	display:block;
	height:21px;
	margin-top:-5px;
	padding-left:33px;
	padding-top:10px;
}
a.a-dernier-vu
{
	display: block;
	border: solid 1px transparent;
	padding: 2px;
	min-height: 36px;
}
a.a-dernier-vu:hover
{
	background-color: White;
	border: solid 1px gray;
	color: #33a !important;
}
.link-valider
{
	/*font-size: 14px;*/
	color: #005;
	margin-bottom: 10px;
	display: block;
	width: 820px;
	text-align: center;
	cursor: pointer;
}
.mode-paiement label:hover
{
	text-decoration: underline;
}
#ifrmOrder
{
	width: 680px;
	margin-left: 70px;
}
.bon-Commande
{
	border: solid 1px gray;
	padding: 10px 15px 0;
	clear: both;
}
.coordonees-banc
{
	border: solid 1px gray;
	border-collapse: collapse;
}
.coordonees-banc td
{
	padding: 3px;
	text-align: center;
	border: solid 1px gray;
}
.ul-normal ul
{
	margin-left: 20px;
}
.ul-normal ol
{
	margin-left: 24px;
}
.ul-normal ul, .ul-normal li
{
	list-style-type: disc;
}
.ul-normal ol, .ul-normal ol li
{
	list-style-type: decimal;
}
.ul-normal p
{
	margin: 0;
	padding: 0;
}

.autres-vues
{
	text-align: left;
	font-weight: bold;
	text-decoration: underline;
	font-size: 10px;
}
#divLivreIframe
{
	overflow: hidden; 
	width: 820px; 
	float: right;
	/*margin-bottom: -2px;
	*margin-bottom: 17px;*/
}
.buttonJetons
{	
	width: 88px; 
	height: 70px;
	/*margin-top: 0px;	
	*margin-top: -75px;	*/
}
#btAide
{
	float:right;
	margin-right:20px;
	margin-top:-186px;
	position:relative;
}
.pLivres
{
	font-size: 14px; 
	color: White; 
	font-weight: bold; 
	margin-top: 39px;
	*margin-top: 22px;
}
.livre-list
{
	float: right; 
	margin: 6px;
	width: 60px;
	height: 65px;
}
.aide-list
{
	float: right; 
	margin: 14px; 
	clear: both; 
	margin-top: 0; 
	position: relative;
	width: 45px;
	height: 45px;
}
.picotos
{
	float: left;
	margin-right: 10px;
	width: 450px;
}
.col_left
{
	background-color: #ddd;
	text-align: left;
	padding: 2px;
}
body {
	font-family:"Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Geneva, Arial, Verdana, sans-serif;
	font-size: 12px;
}
* {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	border:none;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
}
#header, #container {
	width: 100%;
	float: left;
	margin-bottom:10px;
}
#footer {
	float:none;
	padding-left:180px;
	clear:left;
	text-align:center;
	font-size: 11px;
	padding-bottom:10px;
}
#footer li {
	border-right: solid 1px #661E5E;
	padding:0 10px;
	display:inline;
}
#footer a {
	color:#661E5E;
}
#header {
	background-image: url(/images/bg-header.gif?10);
	background-repeat: repeat-x;
	height: 132px;
}
#logo {
	background-image: url(/images/logo.gif);
	float: left;
	height: 132px;
	width: 302px;
	overflow: hidden;
	font-size: 13px;
	font-weight: bold;
	text-transform: capitalize;
	color: #661E5E;
}
#logo a {
	float: left;
	height: 1px;
	width: 100%;
	padding-top: 112px;
	overflow: hidden;
}
.text-pink {
	color: #E4007F;
}
.text-blue {
	color: #00A0E9;
}
.text-green {
	color: #BBD762;
}
#header-right {
	padding-left: 310px;
}
#nav, #main, .box, .content {
	float: left;
	width: 100%;
}
#mon-compte, #mes-commandes, #mes-favoris, #mon-espace, #mon-panier {
	float: left;
	height: 80px;
	background-color: #895581;
	margin-left: 9px;
	display: inline;
	position: relative;
	padding: 0 5px;
	color: #fff;
	font-size: 10px;
}
#mon-compte { width:200px; margin-left:40px;}
#mes-commandes, #mon-panier { width:106px;}
#mon-espace, #mes-favoris { width:72px;}
.trigon {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 9px;
	height: 9px;
}
#mon-compte h2, #mon-espace h2, #mes-favoris h2, #mes-commandes h2, #mon-panier h2 {
	font-size: 12px;
	text-align: center;
	border-bottom: solid 1px #DDB6D9;
	line-height: 1.6em;
	margin-bottom: 8px;
}
/*#mon-compte input[type=text], #mon-compte input[type=password], #mini-search input[type=text] {*/
#mon-compte input, #mon-compte input, #mini-search input {
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Geneva, Arial, Verdana, sans-serif;
	border: none 0;
	font-size: 10px;
	padding:2px;
	margin-right:4px;
}
#mon-compte form {
	width:100%;
	float:left;
	padding-top:4px;
}
#mon-compte input, #mini-search input {
	float:left;
}
#find-pw {
	clear: left;
	text-align: right;
	padding-right: 10px;
	/*padding-top:8px;*/
}
.mini-contact {
	float: left;
	height: 64px;
	width: 230px;
	margin-left: 10px;
	background-color: #895581;
	color: #fff;
	padding: 8px;
	display: inline;
}
.mini-contact img {
	vertical-align: text-bottom;
}
#header a {
	color: #fff;
}
.mini-contact .mo a {
	font-size: 10px;
	font-style: italic;
	padding-left: 8px;
	background: url(/images/arrow-r.png) no-repeat left center;
	display: inline-block;
}
#nav {
	padding-top: 12px;
	font-size: 11px;
	font-weight: bold;
}
#nav ul {
	display: inline;
}
#nav li {
	float: left;
	padding: 2px 8px;
	border-right: solid 1px #EFCEEB;
	margin-top: 5px;
}
#nav li.last {
	border:none;
}
#mini-search {
	float: right;
	margin-bottom:5px;
}
#mini-search input[type=image] {
	margin-top:2px;
	float:left;
}
#col-left {
	float: left;
	width: 170px;
}
#col-left li {
	float: left;
	width: 170px;
	background-image: url(/images/bg-left-menu.png);
	background-repeat: repeat-y;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 1px;
}
#col-left span.parent
{
	color: #fff;	
	display: block;
	padding: 4px;
	cursor: pointer;
}
#col-left span.parent:hover
{
	color: Gray;
}
#col-left span.color
{
	float: right;
	height: 14px;
	width: 14px;
	background-image: url(/images/menu-mask.png);
	*background-image: url(/images/menu-mask-ie.gif);
	background-position: left top;
	background-repeat: no-repeat;
	margin: 1px 1px 0 0;
	position: relative;
	z-index: 10;
}
.divSousMenu
{
	width: 160px;
	color: White;
	padding: 4px 0;
	border-left: solid 1px #666;
	border-top: solid 1px #666;
	border-right: solid 1px #eee;
	border-bottom: solid 1px #eee;
	margin: 0 4px 4px;
}
#col-right {
	padding-left: 180px;
	/*padding-right: 12px;*/
}
#breadcrumbs {
	float: left;
	width: 100%;
	background-color: #895581;
	line-height: 26px;
	color: #fff;
	text-indent: 10px;
	margin-bottom: 10px;
}
#breadcrumbs li {
	display: inline;
	padding-right:0px;
}
#breadcrumbs a {
	color: #fff;
	padding-left: 3px;
}
#coups, #meilleures, #produicts {
	width: 402px;
	float:left;
	border: solid 1px #661E5E;
}
#coups, #meilleures {
	margin-right:5px;
	display: inline;
}
.head {
	float: left;
	width: 392px;
	background-color: #661E5E;
	color: #fff;
	padding: 4px 5px;
}
.head a
{
	color: White;
}
.head h2 {
	font-size: 12px;
	text-align: center;
	line-height: 15px;
}
.head span {
	float: right;
}
.odd {
	background-color: #ece6eb;
}
#main .content li {
	float: left;
	width: 100%;
	position: relative;
}
.thumbnail-image {
	float: left;
	width: 135px;
	border-right: solid 1px #661E5E;
	border-bottom: solid 1px #661E5E;
	height: 90px;
	background-color: #dcdddd;
	text-align: center;
}
#main .content li.last .thumbnail-image { border-bottom:none;}
.thumbnail-text {
	padding-top: 5px;
	padding-right: 4px;
	padding-left: 141px;
}
.thumbnail-text h3 {
	font-size: 12px;
	/*text-transform: uppercase;*/
	color: #661E5E;
	line-height: 1em;
	margin-bottom: -4px;
}
.thumbnail-text h3 a 
{ 
	color:#661e5e;
	font-size: 11px;
	display: block;
	overflow: hidden;
	height: 25px;
}
.info-excerpts {
	font-size: 10px;
	line-height: 17px;
	font-style: italic;
	font-weight: bold;
}
.dis {
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	line-height: 4px;
}
.ref {
	font-size: 10px;
	font-weight: bold;
	color: #661E5E;
	margin-top: 4px;
}
.ref .price {
	padding-left: 5px;
	color: #000;
}
.add-to {
	background-color: #ece6eb;
	position: absolute;
	height: 22px;
	padding-left: 6px;
	padding-top: 3px;
	width: 260px;
	right: 0px;
	bottom: 0px;
}
a.add-to-favoris {
	color: #898989;
	font-weight: bold;
	background: url(/images/icon-add.gif) no-repeat 0px center;
	padding-left: 18px;
	cursor: pointer; float:left; 
}
input.qty  
{
	width:40px; 
	border: solid 1px #887f80; 
	font-family:"Trebuchet MS", arial; 
	font-size:10px; 
	padding: 0 2px; 
	height:15px;
	display: inline;	
	float:left; 
	margin:0 2px;
}
.watermark
{
	color: #999;
}
#table-nav
{
	border-collapse: collapse;
	width: 678px;
}
#table-nav td
{
	color: White;
}
#table-nav td.element
{
	width: 1px;
	white-space: nowrap;
}
.noborder {
	border:none !important;
}
.noborder * {
	border:none !important;
}
.product-favoris
{
	display: inline-block;
	cursor:pointer;
	height:19px;
	width:60px;
}
.product-favoris img
{
	*margin-bottom: -5px;
}
.voir-tout
{
	display: block;
	text-align: center;
	font-size: 11px;
	margin-left: -6px;
	margin-top: -3px;
	height: 25px;
	line-height: 23px;
}
.add-cart
{
	margin-bottom: 4px;
}
