#div_sort {
	float: left;
	color: #5f4e4c; 
	padding-bottom: 20px;
}

#div_view {
	float: right;
}

#a_thumbnails {
	color: #ac9a6f; 
	background-image: url("skin/grid.png");
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 15px;
	height: 14px;
	padding-right: 20px;
}

#a_list {
	color: #ac9a6f; 
	background-image: url("skin/rows.png");
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 15px;
	height: 14px;
	padding-right: 20px;
}

#div_main {
	padding: 10px 50px;
}

#h1_categoryName {
	color: #89817f; 
	background-image: none;
	background-repeat: no-repeat;
	background-position: bottom center;
	margin-bottom: 15px;
}

#table_products {
	width: 100%;
	border-collapse: collapse;
	clear: both;
}
/**************************/
/* Affichage en miniature */
#table_thumbnails {
	border: 1px solid white;
	border-collapse: collapse;
	clear: both;
	margin: auto;
}
#table_thumbnails td {
	border: 1px solid #cfd3d9;
	text-align: left;
	width: 290px;
}
#table_thumbnails h2 {
	display: block;
	font-size: 16px;
	padding-left: 5px;
	text-align: left;
	width: 290px;
}
#table_thumbnails h2 a {
	color: #5f4e4c; 
	text-decoration: none;
}
#table_thumbnails h2 a:hover {
	text-decoration: none;
}
#table_thumbnails div.markNone,
#table_thumbnails div.mark1,
#table_thumbnails div.mark2,
#table_thumbnails div.mark3,
#table_thumbnails div.mark4,
#table_thumbnails div.mark5,
#table_thumbnails div.mark6,
#table_thumbnails div.mark7,
#table_thumbnails div.mark8,
#table_thumbnails div.mark9,
#table_thumbnails div.mark10 {
	font-size: 9px;
	text-align: left;
	width: 290px;
}
#table_thumbnails a.cart {
	display: block;
	text-align: center;
	width: 290px;
}
#table_thumbnails a.cart span {
	background-image: url("skin/cart.png");
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 20px;
}
#table_thumbnails p {
	text-align: justify;
}
#table_thumbnails div.thumbnailFooter {
	position: relative;
	width: 290px;
}
#table_thumbnails div.pack {
	background-image: url("skin/pack.gif");
	background-position: left;
	background-repeat: no-repeat;
	cursor: pointer;
	height: 30px;
	left: 0px;
	margin-top: 0px;
	position: absolute;
	width: 55px;
}
#table_thumbnails span.price {
	marign-bottom: 15px;
}
/*
#table_thumbnails td {
	vertical-align: top;
	border-top: 1px solid #cfd3d9;
	border-right: 1px solid #cfd3d9;
}

#table_thumbnails {
	!border: 1px solid white;
}
*> #table_thumbnails {
	border: none;
	!border: 1px solid white;
}
*/
#table_products th {
	background-color: #5f4e4c; 
	color: white;
	font-weight: bold;
	text-align: left;
	height: 40px;
}

#table_products tr.even, #table_products tr.odd {
	border-bottom: 1px solid #ac9a6f; 
	height: 120px;
}

#table_products td.picture {
	background-color: white;
}

td.picture {
	width: 80px;
	text-align: center;
}

div.picture {
	width: 100%;
	text-align: center;
}

td.name, div.description {
	color: #352320; 
	padding: 15px;
}

td.name a, div.description a {
	color: #fa4; 
}

td.name strong {
	color: #340700; 
	background-image: url("skin/title_dot.png");
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 15px;
	font-size: 14px;
}

td.name strong a {
	color: #340700; 
	text-decoration: none;
}

td.name strong a:hover {
	text-decoration: none;
}

th.mark, th.price, th.availability {
	text-align: center;
}

td.mark {
	font-size: 8px;
	text-align: center;
	width: 90px;
}

td.price {
	width: 90px;
}

td.availability {
	padding: 5px;
	width: 150px;
}
td.availability div.available {
	background-image: url("skin/picture_stock.png");
	height: 20px;
	width: 90px;
}
td.availability div.available span {
	display: none;
}
td.availability a.deliveryDelay {
	color: #988f72; 
	font-size: 13px;
}
td.availability a.addToCart {
	background-image: url("skin/cart.png");
	background-position: left;
	background-repeat: no-repeat;
	font-size: 11px;
	line-height: 20px;
	margin: auto;
	padding-left: 25px;
	text-decoration: underline;
}
td.availability a.addToCart:hover {
	text-decoration: none;
}
div.prices {
	border: no-border;
	font-weight: bold;
	width: 100px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}

#table_thumbnails div.prices {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
span.price {
	color: #5f4e4c; 
	display: block;
	width: 100%;
	padding-top: 8px;
}

div.prices strike {
	color: #383838; 
	display: block;
	width: 100%;
}

tr.even div.pack {
	background-image: url("skin/pack.gif");
	background-repeat: no-repeat;
	width: 55px;
	height: 30px;
	margin: 5px;
	cursor: pointer;
}

tr.odd div.pack {
	background-image: url("skin/pack.gif");
	background-repeat: no-repeat;
	width: 55px;
	height: 30px;
	margin: 5px;
	cursor: pointer;
}



div.pack span {
	display: none;
}

tr.even div.notAvailable {
	background-image: url("skin/nostock_even.png");
	background-repeat: no-repeat;
	width: 110px;
	height: 14px;
	margin: 5px;
}
tr.odd div.notAvailable {
	background-image: url("skin/nostock_even.png");
	background-repeat: no-repeat;
	width: 110px;
	height: 14px;
	margin: 5px;
}
div.notAvailable span {
	display: none;
}

tr.even div.notYetAvailable {
	background-image: url("skin/clock_odd.png");
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 18px;
	margin: 5px;
}
tr.odd div.notYetAvailable {
	background-image: url("skin/clock_odd.png");
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 18px;
	margin: 5px;
}

tr.even div.available1 {
	background-image: url("skin/stock_even.png");
	background-repeat: no-repeat;
	width: 106px;
	height: 35px;
	margin: 5px;
}
tr.odd div.available1 {
	background-image: url("skin/stock_even.png");
	background-repeat: no-repeat;
	width: 106px;
	height: 35px;
	margin: 5px;
}
tr.even div.available2 {
	background-image: url("skin/stock24_even.png");
	background-repeat: no-repeat;
	width: 106px;
	height: 35px;
	margin: 5px;
}
tr.odd div.available2 {
	background-image: url("skin/stock24_even.png");
	background-repeat: no-repeat;
	width: 106px;
	height: 35px;
	margin: 5px;
}
tr.even div.available3 {
	background-image: url("skin/stock48_even.png");
	background-repeat: no-repeat;
	width: 106px;
	height: 35px;
	margin: 5px;
}
tr.odd div.available3 {
	background-image: url("skin/stock48_even.png");
	background-repeat: no-repeat;
	width: 106px;
	height: 35px;
	margin: 5px;
}
tr.even div.available4 {
	background-image: url("skin/stock72_even.png");
	background-repeat: no-repeat;
	width: 106px;
	height: 35px;
	margin: 5px;
}
tr.odd div.available4 {
	background-image: url("skin/stock72_even.png");
	background-repeat: no-repeat;
	width: 106px;
	height: 35px;
	margin: 5px;
}
div.available1 span, div.available2 span, div.available3 span, div.available4 span {
	display: none;
}

div.markNone {
	/*background-image: url("skin/mark00.gif");
	background-repeat: no-repeat;*/
	width: 76px;
	
	margin: 5px;
}
/*div.markNone span {
	display: none;
}*/

div.mark1 {
	background-image: url("skin/mark01.png");
	background-repeat: no-repeat;
	width: 76px;
	height: 7px;
	margin: 5px;
	cursor: pointer;
}
div.mark1 span {
	display: none;
}

div.mark2 {
	background-image: url("skin/mark02.png");
	background-repeat: no-repeat;
	width: 76px;
	height: 7px;
	margin: 5px;
	cursor: pointer;
}
div.mark2 span {
	display: none;
}

div.mark3 {
	background-image: url("skin/mark03.png");
	background-repeat: no-repeat;
	width: 76px;
	height: 7px;
	margin: 5px;
	cursor: pointer;
}
div.mark3 span, {
	display: none;
}

div.mark4 {
	background-image: url("skin/mark04.png");
	background-repeat: no-repeat;
	width: 76px;
	height: 7px;
	margin: 5px;
	cursor: pointer;
}
div.mark4 span {
	display: none;
}

div.mark5 {
	background-image: url("skin/mark05.png");
	background-repeat: no-repeat;
	width: 76px;
	height: 7px;
	margin: 5px;
	cursor: pointer;
}
div.mark5 span {
	display: none;
}

div.mark6 {
	background-image: url("skin/mark06.png");
	background-repeat: no-repeat;
	width: 76px;
	height: 7px;
	margin: 5px;
	cursor: pointer;
}
div.mark6 span {
	display: none;
}

div.mark7 {
	background-image: url("skin/mark07.png");
	background-repeat: no-repeat;
	width: 76px;
	height: 7px;
	margin: 5px;
	cursor: pointer;
}
div.mark7 span {
	display: none;
}

div.mark8 {
	background-image: url("skin/mark08.png");
	background-repeat: no-repeat;
	width: 76px;
	height: 7px;
	margin: 5px;
	cursor: pointer;
}
div.mark8 span {
	display: none;
}

div.mark9 {
	background-image: url("skin/mark09.png");
	background-repeat: no-repeat;
	width: 76px;
	height: 7px;
	margin: 5px;
	cursor: pointer;
}
div.mark9 span {
	display: none;
}

div.mark10 {
	background-image: url("skin/mark10.png");
	background-repeat: no-repeat;
	width: 76px;
	height: 7px;
	margin: 5px;
	cursor: pointer;
}
div.mark10 span {
	display: none;
}


/* Ajouter au panier */
td.availability a.cart {
	background-image: url("skin/cart.png");
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 20px;
}

