/* 
	Full Name: 		Product List -  Homely
	Description:	A detailed product list (X products per row). X depends on space available and width of box
					Thumbnail Image on top and basic information below
*/					
  
div#product_list {	
	  
}  
      
	div#product_list .frame {
		float:left;
		width:300px; 
		height:146px;		
		margin-right:10px; 
		margin-bottom:10px;
		border:solid 1px #ac8f74;
	} 


		div#product_list .frame:hover {
			border:solid 1px #ac8f74;	
			cursor:pointer;
			cursor:hand;
		} 
 
	div#product_list .frame_head { 	
	   background-image:url('images/bg_boxheader.jpg');
	   background-repeat:repeat;
	   height:24px; 
	} 
 

	div#product_list .frame_head a {
	color:#5a2729;
	font-weight:bold;
	font-size:12px;
	} 



	div#product_list .frame_content { 
	 background-image:url('images/bg_box.png');
	   background-repeat:repeat;
	} 


 
	div#product_list .image_thumbnail {
		height:100px;		
		border:0;
	}

	div#product_list .artnr {
		font-size:11pt;
	}	
	
	div#product_list .name {
		font-size:10pt;
	}
	
   div#product_list .author {
		font-size:10pt;
	}
	
	div#product_list .price {
		font-size:10pt;
		color:#5a2729;
	}
	 
	div#product_list .currency {
		font-size:9pt;
		color:#5a2729;
	}
	
	div#product_list_box_vrect .specialprice {
		font-size:12pt;
		color:#5a2729;
	}
	
	div#product_list_box_vrect .description {
		font-size:9pt;
	}
