body {
	background-color: #663366;
	background-image: url(images/interface/wingsBackground.gif);
	background-repeat: repeat-x;
	background-position: -1000px top;
}

.pageLayout {
	width: 980px;
	border-left: 1px Solid White;
	border-right: 1px Solid White;	
	background-color: #cc9966;
}

.mainTable {
	width: 720px;
}
.rightColumn {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	width: 210px;
	padding: 10px;
	background-color: #D5AA80;
	border: 8px Solid #cc9966;
}

.rightColumn img {
	border: none;
}

.mainMenu {
	list-style-type:none;
	margin-left: 10px;
	padding-left: 0px;
}

.mainMenu, .topNav {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.mainMenu a, .topNav a {
	color: #330066;
	text-decoration: none;			
	font-weight:bold;	
	line-height: 150%;
}

.mainMenu a:hover, .topNav  a:hover {
	color: #993300;
}

#ajaxTrolley td, #ajaxTrolley th, #ajaxTrolley input {
	font-size: 11px;
}

#ajaxTrolley .trolleyQty input {
	border: none;
	width: 10px;
	background-color: transparent;
}

#ajaxTrolley .trolleyGrandTotal {
	border-top: 1px Solid Black;
}

#ajaxTrolley .trolleyTable {
	width: 200px;
}

#ajaxTrolley th {
	text-align: left;
}
#ajaxTrolley .trolleyQty td {
	
}

#ajaxTrolley .trolleyPrice {
	display: none;
}

#ajaxTrolley .trolleySpacer {
	display: none;
}
#ajaxTrolley .trolleyRecalc input {
	display: none;
}

  
.categoryMenu, .categoryMenu ul {
list-style: none;
padding: 0;
margin: 0 0 10px 0;
}

.categoryMenu>li {
font-weight: bold;

}
.catSubMenu li {
margin-left:5px;
}

.catSubMenu a {
font-weight: normal !important;
}

.categoryMenu {
	color: #663366;
}
