body {
	margin:0;
	background:#F4DFFF url(leftbannernewest.jpg) repeat-y left top;
	font-family: Arial, Helvetica, sans-serif;
}

form{
	display:inline;
}

a.white:link { color: #FFFFFF; text-decoration: none}
a.white:visited { color: #FFFFFF; text-decoration: none}
a.white:hover { color: #67329A; text-decoration: none}
a.white:active { color: #FFFFFF; text-decoration: none}
a:link { color: #67329A;}
a:visited { color: #67329A;}
a:hover { color: #B08AD7;}
a:active { color: #67329A;}

#fullheight{height:100%}

#centrepanel{
 	left:175px;
 	width:635px;
 	padding-left:175px;
 	padding-right:20px;
 	height:100%;
	font-size: 12px;
	color:#67329A;
}

#basket{
	position:absolute;
	text-align:center;
	color:#FFFFFF;
	top:58px;
	left:666px;
	width:133px;
	height: 86px;
}
#navigation{
	position:absolute;
	text-align:center;
	color:#FFFFFF;
	top:180px;
	left:58px;
	width:87px;
	font-size: 13px;
	font-weight:bold;
	height: 367px;
}

.baskettable{
	background-color: #67339B;
	color: #FFFFFF;	
}

.basketbold {
	font-weight:bold;
	font-size: 16px;
	text-decoration: underline;
	line-height: 1.6;
}
.basketvalue {
	font-size: 12px;
	line-height: 1.6;
}
.basketboldbottom {
	font-weight:bold;
	font-size: 14px;
	line-height: 1.6;
}

.grandtotal {
	font-size: 14px;
}

.standardbold {
	font-size: 14px;
	font-weight:bold;
}
.standardboldcenter {
	text-align:center;
	font-size: 14px;
	font-weight:bold;
	font-style: italic;
}
.standarditalic {
	font-style: italic;
}