/*
	Full Name: 		Category Box - No border  
	Description:	A detailed category list (X products per row). X depends on space available and width of box
					Thumbnail Image on top and basic information below
*/					

div#category_list {

} 

	div#category_list .frame {
		float:left;
		height:180px;
		width:180px;
		padding:3px;
		margin-right:6px;
		margin-bottom:6px;
		text-align:center;
		/*border:1pt solid #ddd;*/
	}
	
		div#category_list .frame:hover {
			/*border:1pt solid #bbb;			
			cursor:pointer;
			cursor:hand;*/
		}

	div#category_list .image_thumbnail {
		width:80px;
		height:80px;
	}

	div#category_list .name {
		font-size:14pt;
	}	
	
	div#category_list .description {
		font-size:10pt;
	}	
	
