/* List Page Styles  */

#listPage_pageTitle
{
	font-family: Arial, Tahoma, sans-serif;
	font-size:32px;
	
	margin-bottom:10px;
}
#listPage_pageDescription
{
	
	padding-top:4px;
	padding-bottom:8px;
}

/* List Page Product Styles */
#productListings
{
width:750px;
text-align:left;

}

.listPage_productDiv
{
	clear:none;
	display:inline;
	vertical-align:top;
	float:left;
	width:320px;
	height:190px;
	text-align:left;
	padding-bottom:18px;
}

.listPage_productLink
{
	text-decoration:none;
}

.listPage_productName
{
	height:80%;	
	font-size:18px;
	color:#030291;
	vertical-align:top;
}


.listPage_productImage
{
	border-style:none;
	float:left;
}

/* List Page Category Styles */
#categoryListings 
{
width:750px;
text-align:left;
vertical-align:top;
}

.listPage_categoryDiv
{	
	clear:none;
	display:inline;	
	float:left;
	width:330px;
	height:190px;
	text-align:left;
	margin-bottom:18px;
	
}

.listPage_categoryDiv li
{
	list-style-type:none;
}

.listPage_categoryDiv a
{
	font-size:18px;
	text-decoration:none;

}

.listPage_categoryDiv a:hover
{
	font-size:18px;
	text-decoration:none;

}

.listPage_categoryDiv a:visited
{
font-size:18px;
text-decoration:none;

}

.listPage_categoryLink
{	
	text-decoration:none;
}

.listPage_categoryName
{
	height:80%;	
	color:#030291;
	vertical-align:top;
}

.listPage_categoryImage
{
	float:left;
	text-align:left;
}

.listPage_categoryDescription
{

	text-align:left;
}


