/* 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;
	position:relative;
}
.imagecenter {
	height:0px;
	width:0px;
	top:0%;
	left:0%;
	position:relative;
}

.imagecenter img{
	position:relative;
	display:block;
}
.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 .Poptions{
	margin-top:5px;
	margin-left:55px;
	float:left;
}

.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;
}

.IncVat{
	color:red;
}


	/*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 */

/*Sponsor summary listing*/
	
	.SponsorSummary{
		border:1px solid black;
		width:125px;
		min-height:150px;
		_height:150px;
		float:left;
		margin:5px;
	}
	
	.SpName{
	background-color:#ffffff;
	color:#000000;
	padding:2px;
	}
	.SponsorSummary .SpImage{
	border-bottom:1px solid #ffffff;
	height:125px;
	width:125px;
	}

	.SpBtn{
	padding:2px;
	}
/*End sponsor summary*/