﻿
#custompagecontrol 
{
	display: none;
	margin: 10px 0px 20px 20px;
	background-color: #f0f4fb;	
}

#custompagecontrol p
{
	color: #999999;
	margin: 1px 0;
	padding: 2px 0;
	font-size: 10px;
	text-align: center;
}

a.manageBasketLink  
{
	display: block;
	margin: 6px 0 10px 8px;
	font-size: 85%;
	color: #888888;
}

#checkout 
{
	width: 100%;
}

div.relatedProducts td 
{
	border-top: solid 1px #aaaaaa;
	padding: 2px 4px;
}

div.relatedProducts a 
{
	text-decoration: none;
}

div.relatedProducts tr.first td 
{
	border-top: none!important;
}

div.relatedProducts td.image {
	width: 44px!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;
}

#worldpay {
	padding: 3px 0px;
}

#worldpay img
{
	border: none;
}

#worldpay 
{
	margin-bottom: 8px;
}

#worldpay p 
{
	text-align: center;
}

#worldpay p.text 
{
	text-align: left;
	font-size: 80%;
	margin-bottom: 0px;
}

#currencySelectorDiv {
	padding-bottom: 6px;
}

#currencySelectorDiv p {
	margin: 0 0 4px 10px;
	text-decoration: underline;
	cursor: pointer;
}
#currencyOptions {
	overflow: hidden;
	height: 1px;
}

#currencySelectorDiv div span {
	display: block;
	font-size: 90%;
	padding: 0 0 2px 10px;
}

#currencySelectorDiv input.button {
	display: block;
	margin: 0 4px 0 10px;
	font-size: 90%;
}