/* CSS Document */

.ProductBox{
	width:282px;
	height:300px;
	float:left;
	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;
}

.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;
}


	/*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;
}

