@charset "utf-8";
/* 
PRODUCTS STYLE SHEET FOR [ATTIK DESIGNS]
Created by [ADRIAN CORCORAN]
[http://www.attikdesigns.ie]
*/
/*CATEGORY PRODUCTS PANELS*/
div.category-homepage-panel{
	width:46%;
	margin-right:2px;
	margin-bottom:60px;
	text-align:center;
	padding-bottom:0;
	}
div.category-homepage-panel a.full-link:hover{
	background:url(/mainpics/bgs/bg-homepage-panel-hover.png);
	}		
div.category-homepage-panel.red{
	}
div.category-homepage-panel.last{
	margin-right:0px;
	}
div.category-homepage-panel:hover{
	}
div.category-homepage-panel.red:hover{
	}
div.category-homepage-panel h2 a:hover{
	text-decoration:none!important;
	}
div.category-homepage-panel h2{
	min-height:72px;
	}
div.product-details a:hover{
	text-decoration:none!important;
	}	
/*
div.category-homepage-panel h2{
	text-align:center;
	font-size:3.2em!important;
	font-weight:bold!important;
	margin-bottom:10px!important;
	color:#FFF!important;
	text-shadow:0.5px 0.5px #000!important;
	position:absolute;
	width:100%;
	top:42%;
	z-index:9995;
	}
div.category-homepage-panel h2 a{
	color:#FFF!important;
	text-decoration:none!important;
	}
*/	
div.category-homepage-panel.red h2{
	}
div.category-image-bg-panel{
	width:100%;
	height:310px;
	overflow:hidden;
	margin-bottom:0px;
	margin-top:15px;
	background-size:auto 100%!important;
	border:1px solid #FFF;
	webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	}
div.product-thumbnail.details{
	border:2px solid #FFF;
	margin:0!important;
	padding:0!important;
	background-size: cover!important;
	height:200px;
	box-shadow: 0px 0px 2px 1px #c9c9c9;		
	}	
div.product-thumbnail.details a{
	text-decoration:none!important;
	}	
div.product-thumbnail.details.full{
	margin-bottom:15px!important;
	}	
div.product-thumbnail.details.half{
	height:160px;
	}	
div#product-details h2{
	color:#000;
	}
div#price h2{
	color:#1e5287;;
	}
div#price h2 span.currency{
	font-size:0.7em;
	}
p.contact-text strong{
	color:#A40400;
	}	
p.contact-text a{
	color:#000;
	text-decoration:none;
	}	
p.contact-text a:hover{
	text-decoration:underline;
	}	