/* @override 
	http://www.hancoxart.com/wp-content/uploads/wpsc/upgrades/gold_cart_files//grid_view.css
*/

/* STEF: note, customisations to this file are contained at the *bottom* of the file. 
To upgrade this file, copy these additions and paste at the bottom of the new file */

div.category_grid_display,
div.product_grid_display{
 /*margin-bottom: 20px;*/
 float: left;
 width: 100%;
 text-align: left !important;
 }


/* can change the width and height of the grid view elements here */
div.category_grid_display div.category_grid_item,
div.product_grid_display div.product_grid_item{
	margin-bottom: 20px;
	width: 120px;
	float: left;
	position: relative;
	margin: 4px 8px 8px 0px;
/* 	min-height:200px; */
	height:auto !important;
/* 	_height:220px; */
 }

div.grid_view_newline {
 clear: both;

}

div.grid_category_info,
div.grid_product_info{
 /*font-family:"Trebuchet MS",Arial,sans-serif;*/
	/*  float: left; */
	/*position: absolute;
	top: 0px;*/
	padding-right: 14px;
 }

div.grid_product_info div.product_text{
 	margin: 7px 0 0 0;
	padding: 0;
 	min-height: 50px;
/* STEF - min-height fix for IE */
	height:auto !important;
	height:50px;
 /*clear: right;*/
 }


div.grid_category_info div.category_text{
 	min-height: 70px;
/* STEF - min-height fix for IE */
	height:auto !important;
	height:75px;
 padding: 0;
 /*clear: right;*/
 }
 
 
div.grid_product_info div.product_text span.oldprice{
  color:#b5b5b5;
  }


div.category_grid_display div.category_grid_item img,
div.product_grid_display div.product_grid_item img{
 border: none !important;
/*  padding: 0px !important; */
 margin-left: auto;
 margin-right: auto;
 }


div.category_grid_display div.category_grid_item a.preview_link,
div.product_grid_display div.product_grid_item a.preview_link{
 display: block;
 /* STEF font-size: 8pt;*/
 }

div.grid_more_info{
 font-family:"Trebuchet MS",Arial,sans-serif;
/*  height: 22px; */
 padding-top: 4px;
 padding-right: 7px;
 }

div.grid_more_info a{
 text-decoration: none;
 border-bottom: 0px;
 }

div.grid_more_info span{
 /* STEF font-size: 8pt;*/
/*  float: left; */
/*  margin-left: 33px; */
 }

div.grid_more_info p{
 margin-bottom: 0px;
 padding-bottom: 0px;
 }
 
 div.grid_more_info select{
 margin-bottom: 0px;
 }


div.grid_more_info img{
 float: right;
 }



/* @group STEF's edits */

 
 div.grid_more_info p {
 /*STEF margin-bottom: 0px;*/
 	margin-bottom: 10px;
 }

div.category_grid_display div.category_grid_item,
div.product_grid_display div.product_grid_item{
	/*STEF width: 120px;*/
	width: 224px;
 }

div.category_grid_display div.category_grid_item{
	text-align: center;
 }
  
div.category_text p {
 	/*margin-bottom: 10px;*/
 	margin-bottom: 0;	
 }
  
div.category_grid_display a.thickbox.preview_link:focus {
	/* STEF - hide outline in Firefox, etc. on click */
	border: 0;
	outline: 0;
	outline-offset 0;
} 

 /* @end */

 

