/* CSS Document by Arve */


/* Product list (also used on cat_and_prod.cfm
------------------------------------------------------------------ */

#prodList {}

#prodList ul {
	margin:0;
	padding:0;}
#prodList li {
	margin:0 0 0 15px;
	list-style: none;
	background: url(../gfx/bullett.gif) no-repeat left 6px;
	padding:0 0 0 10px;}

#prodList .catDesc {}

#prodList .box { 
	width:358px;
	float:left;
	margin:0 8px 10px 0;}	

#prodList .box .thumbnail {
	float:left;
	width:120px;
	height:125px;
	overflow:hidden;
	margin-right:15px;
	text-align:center;}
	
#prodList .box .thumbnailRight {
	float:right;
	width:120px;
	height:125px;
	overflow:hidden;
	margin-right:10px;
	text-align: center; }
#prodList .box .thumbnailRight img {
	max-height: 125px; }
	
#prodList .box h1 {
	margin:0;
	padding:0 0 5px 0;
	font-size:1.2em;}
	
#prodList .box h1 a:link,
#prodList .box h1 a:visited {
	text-decoration:underline;
	color:#000;}
	
#prodList .box h1 a:hover {
	text-decoration:none;
	color:#F48906;}
	
#prodList .box .ingress {
	margin-bottom:5px;}
	
#prodList .boxHeader {
	background-image:url(../gfx/bgBoxProductHeader.jpg);
	background-repeat:no-repeat;
	background-position:bottom center;
	height:4px;
	font-size:0;}	
	
#prodList .boxContent {
	background-image:url(../gfx/bgBoxProductContent.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	padding:8px 6px 4px 6px;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	min-height: 140px;
	height: auto !important;
	height:140px;}	
	
#prodList .boxFooter {
	background-image:url(../gfx/bgBoxProductFooter.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height:3px;
	font-size:0;}



/* Product inline
------------------------------------------------------------------ */

#prodPresentation {}

#prodPresentation .image img{
	border:1px solid #CCCCCC;
	padding:4px;
	margin-bottom:5px;}

#prodPresentation .ingress {
	font-weight:bold;
	font-size:1.1em;}
	
#prodPresentation .previous {
	padding:2px 0 0 20px;
	background:url(../gfx/btnBack.gif) no-repeat top left;
	float:left;
	margin-right:30px;}

#prodPresentation .next {
	padding:2px 20px 0 20px;
	background:url(../gfx/btnNext.gif) no-repeat top right;
	float:left;
	margin-right:30px;
