.smallwhite {
	FONT-SIZE: 10px; COLOR: #ffffff
}

.formField {
width:250px;
}

.formLabel { width:250px; }

TD {
	FONT-SIZE: 12px; COLOR: #006699; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
BODY {
	FONT-SIZE: 12px; COLOR: #006699; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; background-color:#cc00cc; background-image:url(images/green_gradient.jpg);
}
.heading {
	FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: #d241ba
}
.purple {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #663399
}
.pink {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #d241ba
}
A:link {
	COLOR: #0066cc; TEXT-DECORATION: underline;
}
A:visited {
	COLOR: #0066cc; TEXT-DECORATION: underline;
}
A:hover {
	COLOR: #003366; TEXT-DECORATION: none;
}
.current:visited {
	FONT-WEIGHT: bold; COLOR: #ffffff; TEXT-DECORATION: none
}
.current:link {
	FONT-WEIGHT: bold; COLOR: #ffffff; TEXT-DECORATION: none
}
.nav:link {
	COLOR: #ffffff; TEXT-DECORATION: none
}
.nav:hover {
	COLOR: #000000; TEXT-DECORATION: none
}
.nav:visited {
	COLOR: #ffffff; TEXT-DECORATION: none
}
.tableHeader {
background-color:#9900FF;
color:white;
}
.basket {
background-color:white;
}

#navigation {
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
}
#navigation .header {
	color:white;
	font-size:12px;
	padding:5px 5px 5px 5px;
	background-color:#9900ff;
	text-transform:uppercase;
	text-align:center;
	border-bottom: 1px solid black;
}
#navigation .category {
	font-weight:bold;
	width: 100%;
}

#navigation .subCategory {
	width: 100%;
	font-size:11px;
}

#navigation .subCategory a {
	color:#9933CC;
	font-weight:bold;
}

#navigation .newArrival {
	text-transform:uppercase;
	width: 100%;
}
#navigation a {
	display: block;
	padding: 3px 5px 3px 0.5em;
	background-color: #D79AFF;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
	border-bottom: 1px solid black;
}
#navigation a:hover {
	background-color: white;
	color: #1E608C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
}

.cartBrief {
color:white;
font-size:10px;
}
.cartBrief a:link, .cartBrief a:visited, .cartBrief a:active {
	color: white;
	text-decoration:underline;
}
.cartBrief a:hover {
	color: white;
	text-decoration:none;
}

.pageTitle {
font-size:13px;
border-bottom:1px solid black;
margin-bottom:10px;
}

.button {
background-color:#9900FF;
color:white;
font-size:10px;
font-weight:bold;
cursor:pointer;
}

.loginMenu {
text-align:right;
padding-left:5px;
font-size:10px;
}
.loginMenu a:link, .loginMenu a:active, .loginMenu a:visited {
text-decoration: none;
}
.loginMenu a:hover {
text-decoration: underline;
}

.resultsHeader {
background-color:#C665FF;
color:white;
font-weight:bold;
}

.resultsBorder {
	border:1px solid #9C00FF;
}

.dataTable {
	border-collapse:collapse;
}
.dataTable .header {
}
.dataTable td {
	padding:10px;
	border:1px solid black;
	background-color: white;
}
.dataTable th {
	font-weight:normal;
	padding:5px;
	text-align:left;
}