/************** Catalogue **************/

/****** box_productList *****/

.cornerLeftTopBoxProductList, .cornerLeftBottomBoxProductList, .cornerRightBottomBoxProductList{
	height:12px;
	width:12px;
}

/** corner top **/
.cornerLeftTopBoxProductList {
	float:left;
	background:#efefef url(../images/box/productList/corner_LeftTop.gif) no-repeat;
}
.cornerRightTopBoxProductList {
	padding:6px 0;
	background:#efefef url(../images/box/productList/corner_RightTop.gif) no-repeat right top;
}

/** title **/
.titleBoxProductList {
	position:relative;
	_width:98%;
	background:#efefef url(../images/box/productList/bg_title.jpg) no-repeat;
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 3px 10px;
	margin-left:-18px;
}

/** content **/
.contentLeftBoxProductList {
	margin:0;
	padding-left:12px;
	background:#efefef url(../images/box/productList/contentLeft.gif) repeat-y;
}

.contentBoxProductList {
	margin:0;
	background: #efefef url(../images/box/productList/contentRight.gif) repeat-y right top;
	padding-right:16px;
}

.imgProductList {
	text-align:center;
	padding:16px 10px 20px 0;
}

.imgProductListList {
	float:left;
	padding:16px 10px 0px 0;
}

.descriptionProductList {
	width:220px;
	float:left;
	font: 12px Arial, Helvetica, sans-serif;
	padding:0;
	padding-top:16px;
	margin: 0 0 0 0px;
	_height:0;
}

.descriptionProductDetail {
	font: 12px Arial, Helvetica, sans-serif;
	color:#666666;
	padding:0;
	padding-top:16px;
	margin: 0 0 0 0px;
	_height:0;
}

.specialPriceProductList {
	font: bold 14px Arial, Helvetica, sans-serif;
}

.priceProductList, .priceProductDetail {
	float:left;
	width:220px;
	margin-bottom:10px;
}
.priceProductDetail { width:150px }

.specialPriceProductDetail { font: bold 14px Arial, Helvetica, sans-serif }

/* icon */

.moreDetailProductList a:link, .moreDetailProductList a:visited, .addToBasketProductList a:link, .addToBasketProductList a:visited {
	float:left;
	width:65px;
	padding-left:40px;
	padding-bottom:5px;
	color:#3a75c4;
	text-decoration:none;
}

.moreDetailProductList a:link, .moreDetailProductList a:visited { 
	padding-right:10px; 
	background: url(../images/moreInfos.gif) no-repeat; 
	margin-left:0;
}
.addToBasketProductList a:link, .addToBasketProductList a:visited { 
	background: url(../images/addToBasket.gif) no-repeat
}

.moreDetailProductList a:hover, .addToBasketProductList a:hover {
	color:#000;
	text-decoration:none
}

.addToBasketProductList{
	float:left;
}

/** corner bottom **/
.cornerLeftBottomBoxProductList {
	float:left;
	background: url(../images/box/productList/corner_LeftBottom.gif) no-repeat left top;
}

.cornerRightBottomBoxProductList {
	float:right;
	background: url(../images/box/productList/corner_RightBottom.gif) no-repeat;
}

/** footer **/
.footerBoxProductList {
	background: url(../images/box/productList/bg_footer.gif) repeat-x;
	margin:0 12px;
	padding: 4px 0 6px;
}

/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color:#000;
	cursor: pointer;
	z-index:20;
}

#lbCenter, #lbBottomContainer {
	position:relative;
	z-index:20;
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {

	background: #fff url(../images/slimbox/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/slimbox/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/slimbox/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/slimbox/fermerlabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
