/* Tile Grid CSS */

.product_results, .artist_results
{
	display:block; 
	float:left;	 
	width:190px; 
	height:170px; 
	text-align:center;
	margin-top:20px;
}

.product_results {height:230px;}
.product_results .product_middle{height:30px; overflow:hidden; clear:both;}
.product_results .product_name{max-height:50px; overflow:hidden; clear:both;}

.products{height:130px}

.grid_info{margin-top:10px; text-align:center; 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}
