/* 
	Full Name: 		Product List - Music/Albums/CDs/EPS
	Version:		1.0.2
	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:140px;
		height:220px;
		padding:2px;
		margin-right:8px;
		margin-bottom:8px;
		text-align:center;
		border:1pt solid #ddd;		
	}
	
		div#product_list .frame:hover {
			border:1pt solid #bbb;			
			cursor: pointer;
			cursor: hand;
		}

	div#product_list  .image_thumbnail {
		width:130px;
		height:130px;	
	}

	div#product_list  .artnr {
		font-size:10pt;
	}	
	
	div#product_list  .name {
		font-size:10pt;
	}
	
	div#product_list  .author {
		font-size:10pt;
	}
	
	div#product_list .brand {
		font-size:10pt;
	}

	div#product_list  .priceprefix {
		font-size:10pt;
	}
		
	div#product_list  .price {
		font-size:12pt;
	}

	div#product_list  .specialpriceprefix {
		font-size:10pt;		
	}	
	
	div#product_list  .specialprice {
		font-size:12pt;
		color:red;
	}	
	
	div#product_list .currency {
		font-size:10pt;
	}
