/* CATALOGUE */
/*-------------------------------------------------------------------------*/
#catalog-filter {
	margin: 0 0 20px;
	clear: both
}
#record-position,
#pagination {
	clear: both;
}
#related-products {
	padding: 1em 0;
}
.frm-addtocart {
	margin-bottom: 20px;
}
.frm-addtocart .submit-bar {
	clear: both;
	padding: 3px;
	text-align: right;
	border-top: 1px solid #7F735F;
	background-color: #FFFFF0;
}
.submit-bar IMG,
.submit-bar INPUT[type="image"] {
	vertical-align: middle;
}
DL.product {
	float: left;
	width: 100%;
	background-color: #FFFFF0;
}
.product DT {
	border-bottom: 1px solid #7F735F;
	padding-left: 3px;
}
.product .product-designation {
	margin-left: 3px;
	display: block;
}
.product .product-id {
	float: right;
	display: block;
	padding: 0 3px 0 20px;
	background: transparent url("../../images/interface/bg_product-id.gif") repeat 0 0;
}
.product DD {
	padding: 6px;
}
.product DD.product-id A:visited,
.product DD.product-id A {
	font-size: xx-small;
	color: #7F735F;
}
DD.product-picture {
	float: left;
}
/*--- DETAILS ---*/
FORM.details {
	width: 100%;
	clear: both;
}
FORM.details .product-content {
	padding-left: 410px;
}
FORM.details .product-description {
	min-height: 175px;
}
FORM.details .viewer {
	position: relative;
	margin-bottom: 6px;
	width: 400px;
	height: 300px;
}
FORM.details .viewer IMG {
	width: 400px;
	height: 300px;
}
/*--- PREVIEW ---*/
FORM.preview {
	width: 47%;
	float: left;
	margin: 0 18px 18px 0;
}
FORM.preview .product-description {
	min-height: 120px;
}
FORM.preview .viewer {
	position: relative;
	margin-bottom: 6px;
	width: 160px;
	height: 120px;
}
FORM.preview .viewer IMG {
	width: 160px;
	height: 120px;
}
/*--- THUMBNAILS ---*/
.thumbs {
	clear: both;
	width: 400px;
	height: 90px;
}
.thumbs IMG {
	width: 120px;
	height: 90px;
	margin: 0 0 0 11px;
	padding: 2px;
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
	cursor: pointer;
}
.thumbs IMG.first {
	margin: 0;
}
.thumbs IMG.selected {
	border-color: #7F735F;
}
.product-options INPUT[type="radio"] {
	width: auto;
	height: auto;
	vertical-align: text-bottom;
	margin: 0 6px;
}
.product-options .color-preview {
	margin-right: 6px;
 	border: 1px solid #7F735F;
}
.product-options LABEL {
	cursor: pointer;
}
.product-options TEXTAREA {
	width: 98%;
	height: 35px;
	border: 1px solid #7F735F;
}
.sizes,
.colors {
	float: left;
}
.sizes {
	width: 49%;
	margin: 0;
}
.colors {
	width: 47%;
	margin: 0 1%;
	padding: 0 0 0 1%;
}
.sizes P.header,
.colors P.header {
	font-weight: bold;
	margin-bottom: .5em;
	border-bottom: 1px solid #7F735F;
}
.sizes UL,
.colors UL {
	list-style-position: inside;
	height: 100px;
	overflow: auto;
}
.sizes LI,
.colors LI {
	text-align: left;
	margin-bottom: 3px;
}
.normal-price {

}
.strike-price {
	font-size: xx-small;
	text-decoration: line-through;
}
.promotion-price,
.solde-price {
	color: #FF0000;
	text-decoration: blink;
}
.sticker {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 105px;
	height: 105px;
}
.nouveau {
	background:  url("../../images/items/nouveau.gif") no-repeat right top;
}
.promotion {
	background:  url("../../images/items/promotion.gif") no-repeat right top;
}
.solde {
	background:  url("../../images/items/solde.gif") no-repeat right top;
}



