/*===============================
	Products | Vertical Templates
==================================*/
#titleHeader h1
{
	margin-bottom : 0;
}
/* overides anothes children selector */
#content > div > #vertGallery
{
	padding-top		: 0;
	border			: none;
	border-bottom	: solid 20px #333;
	/*border-top	: solid 20px #333;*/
}

div.detailsRow 
{
	display			: block;
	clear			: left;
	background 		: #eee;
	width			: 100%;	
	height			: 54px;
	overflow		: hidden;
	margin-bottom	: 3px;
}

.detailsRow h6
{
	padding : 20px 0 0 8px;	
	float	: left;	
}

a.detailsThumb
{
	float 			: left;
	padding			: 2px;	
	margin-right	: 8px;
}

.detailsThumb img
{
	border	: none;
}

/* ==== coda slider vertTemplate2 ====== */
.codaVertTemplate2 .coda-nav ul 
{
	background-color: #fff;
	border-left		: thin solid #eee;
	border-right	: thin solid #eee;
}

.codaVertTemplate2 div.detailsRow 
{
	background-color: #fff;
}

.codaVertTemplate2 .coda-slider
{
	border-bottom : none;
}

/*===============================
	Products | Horizontal Template
==================================*/

#content > div > #hozGallery
{
	padding-top		: 0px;
	margin-bottom 	: 0px;	
	border-bottom	: solid 20px #333;
	background		: #eee;
}
/*
.codaHozTemplate .panel
{
	border-left : solid thin #eee;
	margin-left	: 1px;
}*/

.codaHozTemplate .coda-slider
{
	border-bottom : none;	
}


/**************** general ************/

a.enquiryLink
{
	/*display		: inline;
	font-weight	: bold;	
	font-size	: 13px;
	color		: #666;
	background 	: transparent url( "../images/layout/enquiryQ.png") no-repeat center right;
	padding-right	: 5px;
	padding-top		: 0px;*/
	
	font-weight	: bold;	
	font-size	: 13px;
	color		: #666;
	
}

a.enquiryLink:hover
{
	color : #999;	
}





















