#main_content {
	width: 496px;
	margin: 0 0 0 10px;
	padding: 0;
}

#main_content h2 {
	text-transform: none;
	font-weight: normal;
	font-size: 1.35em;
	padding: 0 0 .6em 0;
}

#main_content h2 a {
	text-decoration: underline;
}
#main_content h2 a:hover {
	background: none;
	color: #C00266;
}


/* pagination */

#main_content .pagination {
	float: left;
	width: 100%;
	height: 35px;
	margin: 0 0 10px 0;
	background: #f2f2f2;
	text-align: center;
	line-height: 33px;	
	text-transform: uppercase;
	font-size: .85em;
	font-weight: bold;
	background: #f2f2f2 url(/_images/bg/pagination-corners.gif) top left no-repeat;
}
#main_content .pagination .bottom {
	height: 33px;
	padding-top: 2px;
	background-image: url(/_images/bg/pagination-corners-bottom.gif);
}

#main_content  div.bottom {
	
	background: url(/_images/bg/pagination-corners-bottom.gif) no-repeat ;
	
	}




#main_content .pagination .previous {
	display: block;
	float: left;
	width: 108px;
	padding: 0 0 0 30px;
	text-align: left;
	border-right: 1px solid #fff;
	background-position: 10px center;
	background-repeat: no-repeat;
}
#main_content .pagination .next {
	display: block;
	float: right;
	width: 108px;
	padding: 0 30px 0 0;
	text-align: right;
	border-left: 1px solid #fff;
	background-position: 115px center;
	background-repeat: no-repeat;
}
#main_content .pagination .pages {
	float: left;
	width: 214px;
}

#main_content .pagination .pages ul {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}
#main_content .pagination .pages ul li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}

#main_content a:hover {
	background: none;
}


/* product listings */

.product a {

}

.product-list {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
.product-list li {
	float: left;
	width: 165px;
	margin: 0;
	padding: 0;
	border-top: 1px solid #ccc;
	list-style: none;
	text-align: center;
}
.product-list li.top-row {
	border-top: none;
}
.product-list li .product {
	height: 165px;
	margin: 10px 0 10px 0;
	border-left: 1px solid #ccc;
}
.product-list li.row-start .product {
	border-left: none;
}
.product-list li .thumbnail {
	height: 110px;
}
#main_content .product-list li a, #main_content .product-list li a:hover {
	display: block;
	margin: 10px 15px;
	padding: 0 0 0 15px;
	font-size: .85em;
	font-weight: bold;
	line-height: 1.4;
	text-align: left;
	text-decoration: none;
	color: #0070A2;
	background: url(/_images/home/av-bullet.png) 0px 1px no-repeat;
}
#main_content .product-list li a:hover {
	text-decoration: underline;
}
#main_content .product-list em.price {
	display: block;
	padding: .2em 0 0 0;
}

#main_content .product .thumbnail a, #main_content .product .thumbnail a:hover  {
	background:none;
	
}

#footer {
/*	*padding-top:40px;
	_padding-top:35px;*/
	}
#footer #site_credits {
	*margin-top:-10px;
	_margin-top:0;
	}