/* 
	Full Name: 		Product List - Image Bottom - Customized for Svenssonshop
	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:220px;
		height:310px;
		padding:3px;
		margin-right:5px;
		margin-bottom:5px;	
		border:1pt solid #fff;
		
	}
	
		div#product_list .frame:hover {
			border:1pt solid #bbb;			
			cursor: pointer;
			cursor: hand;
		}

	div#product_list .image_thumbnail {
		width:200px;

	}

	div#product_list .artnr {
		font-size:10pt;
	}	
	
	div#product_list .name {
		color:#000;
		font-size:10pt;
		text-align:left;
	}
	
	div#product_list .brand {
		font-size:10pt;
	}
	
	div#product_list .price {
		font-size:12pt;
	}
	
	div#product_list .specialprice {
		font-size:12pt;
		color:red;
	}	
