.prodBox
{
	background:#4a054f;
	box-shadow:1px 1px 3px #604e41;
	-webkit-box-shadow:1px 1px 3px #604e41;
	-moz-box-shadow:1px 1px 3px #604e41;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
	
	width:210px;
	float:left;
	margin-right:20px;
	padding-top:5px;
	margin-bottom:2em;
	cursor:pointer;
}


.prodBoxBottom
{
	padding-bottom:10px;
}

.prodBoxBottom p
{
	font-size:.625em;
}

.prodBox p
{
	padding:.5em 10px 0px 10px;	
	margin:0px;
	color:#ffffff;
	background-color:transparent;	
}

.prodBoxImg
{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	padding-top:5px;
	height:90px;
	margin:5px 10px;
	text-align:center;
	background-color:#ffffff;
	color:#000000;
}

.prodBox:hover
{
	background:#ee791e;
}


.prodBoxTitle
{
	height:2.6em;
	font-weight:bold;
	padding-top:10px;
	overflow:hidden;
}

.prodBoxTitle a, .prodBoxTitle a:visited
{
	color:#ffffff;	
}
.prodBox .prodBoxDesc
{
	color:#000000;
	background-color:#ffffff;
	margin:5px 0px 0px 0px;
	padding:10px;		
	height:3.6em;
	overflow:hidden;
	opacity: 0.6;
	-moz-opacity:0.6;
	filter: alpha(opacity=60);		
}

.productPhoto
{
	background:#ffffff;
	color:#000000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;			
	margin-top:1em;
}

.productPhoto .photoContent
{
	text-align:center;
	width:300px;
	height:300px;
	float:right;
	overflow:hidden;	
}

.productPhotoFrame
{
	width:300px;
	height:300px;
	background-color:#ffffff;	
}

.productThumbs
{
	float:left;
	width:80px;
}

.photoThumbnail
{
	display:block;
	width:80px;
	height:80px;
	margin-bottom:5px;
}

.ttgreenBox .top
{
	background:#4b064e url(http://cache3.headstartdesign.co.uk/webB/EquineCompare/images/purpleGreenBox.png) no-repeat center top;
	height:5px;
	font-size:1px;
	margin-top:16px;
}

.ttgreenBox .bottom
{
	background:#4b064e url(http://cache3.headstartdesign.co.uk/webB/EquineCompare/images/purpleGreenBox.png) no-repeat center bottom;
	height:5px;
	font-size:1px;
}

.ttgreenBox
{
	background:#4b064e url(http://cache3.headstartdesign.co.uk/webB/EquineCompare/images/purpleGreenBoxContents.png) repeat-y center top;
}

.stockists
{
	width:200;
	float:left;
}

.stockists a
{
	display:block;
}

.reviewer
{
	padding:5px 20px;
	background-color:#dbcddb;
	color:#000000;
	width:860px;
}

.feedback
{
	padding:10px 20px;
	background-color:#ffffff;
	color:#36393d;
}

.supplierResponse
{
	padding:10px 20px;
	background-color:#73880a;
	color:#ffffff;	
	margin-bottom:1em;
}

.supplierResponse p
{
	font-style:italic;	
}

td
{
	padding-right:1em;	
}

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

/* - - - - - - - - - - - - - - - - - - - - -
Start picnikbox CSS
- - - - - - - - - - - - - - - - - - - - - */

#pbox_overlay {
	/* Netscape 4, IE 4.x-5.0/Win and other lesser browsers will use this */
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.pbox_UseOpacityForBackground{
	background-color:#000;
	-moz-opacity: 0.7;
	opacity:.70;
	filter: alpha(opacity=70);
}

.pbox_UsePNGForBackground {
	/* change this path to point to your copy of lightbox_overlay.png */
	background-image: url(http://cache3.headstartdesign.co.uk/css/lightbox_overlay.png);
}

body > div#pbox_overlay {
  /* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 4.5+, iCab, ICEbrowser */
  position: fixed;
}

#pbox_picnik {
	display:block;
	position:absolute;
	top:0px;
	background:#ccc;
}

body > div#pbox_picnik {
  /* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 4.5+, iCab, ICEbrowser */
  position: fixed;
}

#pbox_iframe {
	width:100%;
	height:100%;
	border:none;
}

/* - - - - - - - - - - - - - - - - - - - - -
End picnikbox CSS
- - - - - - - - - - - - - - - - - - - - - */
