/* CSS Document
Pam Tillis
Store: Store Page CSS
© 2007 Pam Tillis
CSS code by Digital Vision Media, LLC, www.digitalvisionmedia.com */

div#mainareaproductlistdiv {
	padding: 35px 50px 40px 35px;
	}

div.avactis-style-productlist {
    padding: 0;
	margin: 0;
	width: 100%;
}

div.avactis-style-productlist div.category_name{
    padding: 0;
	margin: 0;
	text-align: center;
	font-family: Tahoma, Verdana;
	color: #000;
	font-size: 100%;
	font-weight: bold;
}

div.avactis-style-productlist div.category_descr{
    padding: 6px 0 15px 0;
	margin: 0;
	color: #333;
	font-family: Tahoma, Verdana;
    font-size: 90%;
	font-weight: normal;
}

div.avactis-style-productlist div.product_name{
    font-family: Tahoma, Verdana;
	color: #666;
    font-size: 80%;
	font-weight: bold;
    text-align: center;
	padding-bottom: 10px;
	padding-top: 7px;
}

div.avactis-style-productlist div.product_price{
    font-family: Tahoma, Verdana;
	color: #666;
    font-size: 11px;
	font-weight: bold;
	text-align: center;
    padding: 5px;
}

div.avactis-style-productlist div.product_descr {
    padding: 10px;
	margin: 0;
	color: #333;
	font-family: Tahoma, Verdana;
    font-size: 80%;
	font-weight: normal;
	text-align: center;
}

div.avactis-style-productlist HR.separator{
    height: 1px;
	color: #E5E5E5;
	background-color: #E5E5E5; 
	border: 0px;
}

div.avactis-style-productlist table.product_list td{
    vertical-align: top;
}

div.avactis-style-productlist IMG {
    border: 0;
}