/* CSS Document */

.ProductBox{
	width:283px;
	height:300px;
	float:left;
	
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	/*
	background-image:url(../images/product_box.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	
	*/
	font-size:70%;
	margin-left:0px;
	
}
.ProductBox .PHeader{
	font-weight:bold;
	margin:5px;
	font-size:135%;
}
.ProductBox .Poffer{
	color:red;
	margin-left:10px;
}

.ProductBox .PImage {
	height:150px;
	width:150px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	border:1px solid #cccccc;
	overflow:hidden;
	margin-bottom:5px;
}

.ProductBox .Penlarge{
	margin-top:5px;
	margin-left:15px;
	float:left;
}

.clear{
 clear:both;
}
.ProductBox .Pprice{
 margin-top:5px;
 text-align:center;
 font-size:140%;
}

.ProductBox .Poptionsetone{
	margin-top:5px;
	margin-left:5px;
	float:left;
}
.ProductBox .Poptionsettwo{
	margin-top:5px;
	margin-right:5px;
	float:right;
}

.ProductBox .Pinfo{

	margin-top:5px;
	width:250px;
	height:28px;
	margin-left:5px;
	overflow:hidden;
	font-size:125%;
}

.ProductBox .Pupdate{
	color:#999999;
	margin-top:10px;
	margin-left:5px;
	font-size:10px;
	display:none;
}


	/*Member rates popup table*/
	.discounthover {
	display:inline;
	position:relative;
	z-index: 1;
	}
	.discounthover table {
		position:absolute;
		left:-103px;
		bottom:20px;
		visibility:hidden;
		background-color:#FFFFFF;
		color:#000000;
		border:solid #cccccc 1px;
		width:20em;
	}
	.discounthover table td {
		padding:2px;
	}
	.discounthover:hover table {
		visibility:visible;
	}
	.notes{
		font-size:smaller;
		color:#999999;
	}
	/* end of member rates */
	
	
	.vert_products{
float:left;
width:560px;
background-image:url(../images/product-image-layouts/heading_divider.gif);
background-position:center top;
background-repeat:no-repeat;
margin-bottom:5px;
margin-top:10px;
min-height:185px;
_height:185px;
}

.vert_products .vert_header{
font-size:100%;
width:560px;
height:25px;
padding-top:10px;
font-weight:bold;

}

.vert_products .vert_image{

width:150px;
height:150px;
margin-left:auto;
margin-right:auto;
overflow:hidden;
float:left;
font-size:75%;
}

.vert_products .vert_details{
background-image:url(../images/product-image-layouts/verticle_divider.gif); 
background-position:top left; 
background-repeat:no-repeat;
min-height:130px;
_height:130px;
padding:10px;
width:200px;
text-align:justify;
font-size:85%;
float:left;
}

.vert_products .vert_details_alt{
background-image:url(../images/product-image-layouts/verticle_divider.gif); 
background-position:top left; 
background-repeat:no-repeat;
min-height:130px;
_height:130px;
padding:10px;
width:380px;
text-align:justify;
font-size:85%;
float:left;
}

.vert_products .vert_prices{
background-image:url(../images/product-image-layouts/verticle_divider.gif); 
background-position:top left; 
background-repeat:no-repeat;
min-height:120px;
_height:120px;
padding-top:40px;
margin-left:365px;
text-align:right;

}

.vert_products .vert_viewimage{
height:13px; 
width:560px;
}


/* lightbox javascript image loader v.2*/


#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

/* end of light box*/



/* inc vat*/

.IncVAT{
color:red;
}

.ExVat{
font-size:90%;
}
