div.watermark {
	background: url("../img/product-arrow.png");
	display: none;
	position: relative;
	top: 110px;
	left: 0;
	width: 27px;
	height: 25px;
}

div.listing-type-grid li.item {
	background: #9eacd1;
	border: 1px solid #808ebf;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	height: 234px;
	width: 312px; 
	overflow: hidden;
	position: relative;
}

div.listing-type-grid li.item h2.title a {
	color: #fff;
	display: block;
	font-size: 14px;
	margin-bottom: 15px;
	text-decoration: none;
}

div.listing-type-grid li.item h2.title a:hover {
	color: #000;
}

div.listing-type-grid li.item dl {
	font-size: 11px;
	list-style-type: none;
	margin-top: -5px;
}

div.listing-type-grid li.on div.detail-primary dl dt {
	/*width: 100px;*/
}

div.listing-type-grid li.item dl dt {
	color: #000;
	display: block;
	float: left;
	width: 65px;/*125px;*/
}

div.listing-type-grid li.item dl dd { /*background: red;*/
	color: #fff;
	/*margin-left: 125px;*/
	/*display: block;*/
}

div.listing-type-grid li.item dl dd span {
	display: block;
	height: 15px;
	overflow: hidden;
}

div.listing-type-grid li.item h3.more-details {
	color: #fff;
	display: block;
	font-size: 12px;
	/*margin: 16px auto;*/ 
	margin: 20px auto 15px;
	/*width: 100px;*/
	text-align: center;
	text-decoration: underline;
}

div.listing-type-grid li.item h3.more-details a {
	color: #fff;
	text-decoration: underline;
}

div.listing-type-grid li.item h3.more-details a:hover {
	color: #c8e99d;
}

a.preview {
	/*background: #ccc url("../img/horsey.jpg") center top no-repeat;*/
	/*width: 326px;*/
	background-position: top center !important;
	height: 240px;
}

div.listing-type-grid li div.detail {
	display: none;
}

/*div.listing-type-grid li.on div.detail {
	background: url("../img/bg-grid-details.png") top center;
	display: block;
}*/

div.listing-type-grid li div.detail {
	background: url("../img/bg-grid-details.png") top center;
	display: none;
	
	position: absolute;
	top: 0;
	width: 290px;
/*	z-index: -1;*/
}

div.listing-type-grid li.item a.preview {
	display: block;
}

div.listing-type-grid li.on a.preview {
	display: none;
	/*background: url('../img/btn-submit.png');	*/
}

div.listing-type-grid li.item div.detail {
	/*display: none;*/
	margin-left: 0;
	padding: 15px 20px;
}

div.listing-type-grid li.item div.detail div.detail-primary {
	float: none;
	height: 112px;
	width: auto;
}

div.listing-type-grid li.item div.detail div.detail-secondary {
	float: none;
	/*padding-top: 14px;*/
	height: 76px;
	/*position: absolute;*/
	width: auto;
	margin-left: -5px;
} 

div.listing-type-grid div.detail-secondary {
	padding-top: 0px;
}


div.listing-type-grid div.detail-secondary div.button-cart a,
div.listing-type-grid div.detail-secondary div.button-cart img {
	margin: 0 auto;
	text-align: center;
}

div.listing-type-grid div.detail-secondary div.button-cart {
	text-align: center;
}

/* ----------------------- TEMP ----------------------- */

/*div.preview {
	display: none;
}

div.detail {
	display: block;
}

div div.detail {
	background: url("../img/bg-grid-details.png") top center;
	display: block;
}*/
