/* 
	Full Name: 		Product List Simple
	Description:	A simple product list (1 product per row)
*/

div#product_list{

}

	div#product_list .frame {
		clear:both;
		float:left;
		width:100%;
	}

	div#product_list .item0 {
		background-color:#eee;	
	}
	
	div#product_list .item1 {
		background-color:#fff;
		border-bottom:1px solid #ddd;
		border-top:1px solid #ddd;
	}		
	
	div#product_list .image_thumbnail {
		width:32px;
		height:32px;
		border:1pt solid #ccc;
	}

	div#product_list .artnr {
		font-size:10pt;
		white-space:nowrap;
	}	
	
	div#product_list .name {
		font-size:10pt;
	}
	
	div#product_list .price {
		font-size:10pt;
		white-space:nowrap;
	}
	
	div#product_list .specialprice {
		font-size:10pt;
		color:red;
	}

	div#product_list .currency {
		font-size:10pt;
		white-space:nowrap;
	}
	
	div#product_list .stockstatus {
		font-size:10pt;
	}
