div.search {
	position: absolute;
	top: 40px;
	left: 430px;
}

div.product {
	margin: 5px 10px 10px 10px;
	width: 430px;
	height: 475px;
	font-size: 11pt;
	color: #666666;
	padding: 10px;
}

div.productHeader {
	font-size: 14pt;
	color: #663366;
}

div.productCaption {
	font-size: 11pt;
	color: #663366;
}

div.shoppingcart {
	background: url(../images/user/pbshoppingcart.gif) no-repeat left top;
	position: absolute;
	top: 125px;
	left: 435px;
	margin: 0px;
	width: 203px;
	height: 210px;
	padding: 10px;
	font-size: 6pt;
	color: #663366;
}

div.shoppingcart table {
	width: 180px;
}
div.shoppingcart tr {
	margin-top: -2em;
}

div.shoppingcart td {
	text-align: left;
}

.shoppingcartHeading {
	font-size:8pt;
	color: #663366;
	
}

.shoppingcartMoney {
	font-size:8pt;
	color: #990000;
}

.shoppingcartItemNo {
	font-size:8pt;
	color: #666666;
	
}
.shoppingcartText {
	font-size:8pt;
	color: #666666;
	margin-top: -1em;
	
}

div.shoppingcart form {
	margin-top: 5;
}

.textboxsmall {
	width: 40px;
}
.textboxemail {
	width: 120px;
}

div.relatedproducts {
	background: url(/images/user/pbrelatedproducts.gif) no-repeat left top;
	position: absolute;
	top: 330px;
	left: 435px;
	margin-top: 25px;
	width: 203px;
	height: 94px;
	font-size: 6pt;
	color: #666666;
	text-align: left;
	padding: 10px;
}

div.relatedproducts table {
	width: 180px;
}
div.relatedproducts tr {
	margin-top: -2em;
}

div.relatedproducts td {
	text-align: left;
}

div.relatedproducts a:link, a:visited, a:active {
  text-decoration: underline;
}

div.relatedproductsPrice {
	text-align: right;
}

div.sale {
	position: absolute;
	top: 455px;
	left: 435px;
}


