
/* Prodlist on ProductGroup page */

#ProdList{
	width:100%;
	height:auto;
	overflow:auto;
	margin-top:20px;
	padding:0;
}

#ProdList ul{
	list-style:none;
	margin:0;
	padding:0;
	border:0;
}

#ProdList ul li{
	display:block;
	float:left;
	
	width:230px;
	height:100px;
	overflow:hidden;
	margin-right:10px;
	margin-bottom:10px;
	padding:0;
	list-style:none;

	background-image:url(../gfx/ProductSubGroupListBg.gif);
	background-repeat:no-repeat;
	
}

#ProdList ul li a{
	display:block;
	width:230px;
	height:100px;
	overflow:hidden;
	margin:0;
	border:0;
	text-decoration:none;
}

#ProdList ul li a:hover{
	background-image:url(../gfx/ProductSubGroupListBgHover.gif);
	background-repeat:no-repeat;
}

#ProdList span.Name{
	display:block;
	padding:10px;
	padding-bottom:0px;
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
}

#ProdList span.Text{
	display:block;
	padding-left:10px;
	font-size:11px;
	cursor:pointer;
}

#ProdList img{
	margin:10px;
	border:0;
}




