﻿
#custompagecontrol 
{
	display: none;
	margin: 10px 0px 20px 100px;
	background-color: #f0f4fb;	
}

#custompagecontrol p
{
	color: #555555;
	cursor: pointer;
	margin: 1px 0;
	padding: 2px 0;
	background-color: #b9c0d5;
	color: White;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	font-size: 80%;
}

#manageBasketButton 
{
	display: block;
	margin: 6px 0 10px 8px;
	font-size: 85%;
	color: #888888;
}

#checkout 
{
	width: 100%;
}

#relatedProductsContent 
{
	padding: 4px 8px 12px;
}

#relatedProductsContent td 
{
	border-top: solid 1px #aaaaaa;
	padding: 2px 4px;
}

#relatedProductsContent a 
{
	text-decoration: none;
}

#relatedProductsContent tr.first td 
{
	border-top: none!important;
}

#calloutbox 
{
	position: absolute;
	width: 181px;
	height: 115px;
	overflow: hidden;
}

#calloutbox div 
{
	text-align: center;
	padding: 24px 40px 0 30px;
	font-size: 90%;
	width: 111px;
	height: 91px;
	cursor: pointer;
}

span.highlight 
{
	background-color: Yellow;
	text-decoration: inherit;
}