/* 

PANELS STYLE SHEET FOR [ATTIK DESIGNS]
Created by [ADRIAN CORCORAN]
[http://www.attikdesigns.ie]

*/

/* --------- 8. panels  --------- */

/*	div.contentLeft */
div.contentLeft div.panel {
	}
div.contentLeft div.panel h2 {
	}
div.contentLeft div.panel p {
	}
div.contentLeft div.panel ul {
	}
div.contentLeft div.panel ul li {
	}
div.contentLeft div.panel a {
	}
div.contentLeft div.panel a:hover {
	}
div.contentLeft div.panel a.more {
	}
div.contentLeft div.panel a.more:hover {
	}

/*	div.contentRight */
div.contentRight div.panel {
	width: 186px;
	margin-top:20px;
	}
div.contentRight div.panel div.panelTop {
	background:url(/mainpics/panel-top.png) 0 0 no-repeat;
	height: 28px;
}
div.contentRight div.panel div.panelMid {
	background:#fff;
	border-left:2px solid #e2e4e8;
	border-right:2px solid #e2e4e8;
	padding:0 10px 10px 10px;
}
div.contentRight div.panel div.panelBottom {
	clear:both;
	background:url(/mainpics/panel-bottom.png) 0 0 no-repeat;
	height: 30px;
}
div.contentRight div.panel h2 {
	color: #93c166;
	margin-bottom:1em;
	font-size:1.6em;
	}
div.contentRight div.panel h3 {
	color: #93c166;
	margin-bottom:1em;
	font-size:1.4em;
	}
div.contentRight div.panel p {
	margin-bottom:1em;
	}
div.contentRight div.panel p#testimonials {
	}
div.contentRight div.panel p#testimonials a {
	}
div.contentRight div.panel p#testimonials a:hover {
	text-decoration:underline;
	}
div.contentRight div.panel p#testimonials span.customer {
	display:block;
	color: #77a1b4;
	text-align:right;
	}
div.contentRight div.panel p#testimonials span.location {
	color: #77a1b4;
	display:block;
	text-align:right;
	}
/*-----------------------------------------ANIMATED PRODUCT DESCRRIPTIONS ------------------------------*/
div.contentRight div.panel div.product {
	margin-top:5px;
1	border: 1px solid #5dcbe2;
	float:left;
	clear:both;
	width:98%;
	padding:2px 0;
	margin-bottom:5px;
	}
div.contentRight div.panel p.expandable {
	display:block;
	position:absolute;
	right:-30px;
	top:-40px;
	padding:5px;
	width:60%;
	line-height: 1.4em;
	border:2px solid #e2e4e8;
	background:#fff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-border-radius:5px;
	z-index:300;
}
div.contentRight div.panel a.productTitle {
	display:block;
	position:relative;
	font-size: 1.4em;
1	color: #93c166;
	font-size:1.3em;
	text-decoration:none;
	line-height:1.2em;
	z-index:200;
}
div.contentRight div.panel a.productTitle:hover {
1	color: #77a1b4;
}
/*-----------------------------------------ANIMATED PRODUCT DESCRRIPTIONS ------------------------------*/
div.contentRight div.panel ul {
	}
div.contentRight div.panel ul li {
	}
div.contentRight div.panel a {
	}
div.contentRight div.panel a:hover {
	}
div.contentRight div.panel a.more {
	}
div.contentRight div.panel a.more:hover {
	}

