
/* basic elements */

.image {
	margin-top: 3px;
}
.image img {
	border: solid 1px #e7e7e7;
	background: #fff;
	padding: 5px;
}

img {
	border: none;
}
.lien_scroll {
	PADDING-RIGHT: 7px; PADDING-LEFT: 7px; FONT-SIZE: 10px; COLOR: #4c4c4c; FONT-FAMILY: Arial; TEXT-DECORATION:none;
	margin-left:2px; text-align:justify;
}
.lien_scroll:hover {
	PADDING-RIGHT: 7px; PADDING-LEFT: 7px; FONT-SIZE: 10px; COLOR: #4c4c4c; FONT-FAMILY: Arial; TEXT-DECORATION: underline;
	margin-left:2px; text-align:justify;
}




/* product list */



.single_list {
	list-style: none;
	margin: 0;
	width:255px
}
.single_list li {
	margin: 0;
	width: 122px;
	height: 136px;
	position: relative;
	line-height: 100%;
	
	background-image: none;
	
}

/* feature products */
.feat_prods {
	background: #f0f0f0 url(images/feat-products-bg.gif) ;
	border: solid 1px #fff;
	position: relative;
	padding: 8px 0 0 8px;
	width:420px;
	height:auto;
	margin:auto;
	text-align:center;
}
.feat_list {
	height: auto;
	overflow: hidden;
	margin:auto;
	text-align:center;
}
.feat_list li {
	padding: 0px;
	margin: 0;
	text-align:center;
	background-image: none;
}
.feat_prods .next {
	position: absolute;
	right: 0;
	top:60px;
	cursor: pointer;
}
.feat_prods .prev {
	position: absolute;
	left: 0;
	top: 60px;
	cursor: pointer;
}



.feat_list .price {
	
	position:absolute;
	text-align:center;
	top:91px;
	height:90px;
	width:120px;
	right:8px;
}

