/* 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;
birder-bottom:1px solid #dddddd;
}

.vert_products .vert_header{
font-size:100%;
width:560px;
height:25px;
padding-top:10px;
font-weight:bold;
background-color:#dddddd;

}

.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;
}


/* Products Gallery */
#gallery{

}

#gallery ul{
margin:0px;
padding:0px;

}

#gallery li{
margin:0px;
padding:3px;
list-style:none;
float:left;
border-left:1px solid #666666;
border-top:1px solid #666666;
border-bottom:1px solid #666666;
}

#gallery li#last {
border-right:1px solid #666666;
border-bottom:1px solid #666666;
}

/* end of Products Gallery*/

/* image Categories*/


.imagecategory{
width:100%;
float:left;
margin-bottom:5px;
padding-bottom:5px;

}
.imagecategory ul{
margin:0px;
padding:0px;
margin:auto;
}

.imagecategory li{
margin:0px;
padding:0px;
list-style-type:none;
float:left;
border:1px dotted #ccc;
margin:2px;
width:135px;
height:135px;
overflow:hidden;
}

/* end of image categories*/