/*

	Full Name: 		Product List - Box 

	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;

		height:170px;

		width:150px;

		padding:0px;

		margin-right:5px;

		margin-bottom:5px;

		text-align:center;

/*		border:1pt solid #ddd;		*/

		background-image:url('/images/user/box-bg.gif');

		background-repeat:none;

	}

	

		div#product_list .frame:hover {

			/*border:1pt solid #bbb;*/

			cursor: pointer;

			cursor: hand;

		}



	div#product_list .image_thumbnail {		

	

		height:100px;

		width:100px;

		border:0;

	}



	div#product_list .artnr {

		font-size:11pt;

	}	

	

	div#product_list .name {

		font-size:11pt;

	}

	

	div#product_list .price {

		font-size:12pt;

	}

	

	div#product_list .specialprice {

		font-size:12pt;

		color:red;

	}

	

	div#product_list .description {

		font-size:9pt;

	}

	

	div#product_list .stockstatus {

		font-size:10pt;

	}

		


