/* Tile Grid CSS */

.product_results, .artist_results
{
	display:block; 
	float:left;	 
	width:190px; 
	height:200px; 
	text-align:center;
	margin-top:20px;
}

.product_results .product_middle{height:30px; overflow:hidden; clear:both}
.product_results .product_name{max-height:30px; overflow:hidden}

.products{height:130px}

.grid_info{margin-top:10px; font-size:13px}

/* -------------------------------------------------------------------------------------------------------- */
/* Ajax paging bar */
/* -------------------------------------------------------------------------------------------------------- */

.pageBox{height:30px;padding:0px 15px 0px 15px;font-size:13px;}
.pages{float:right;display:block;padding-top:6px;}
.pages .current{text-decoration:none;font-weight:bold;}
.pages .current:hover{text-decoration:underline;}
.pages a{text-decoration:underline;color:#333}
