body {
	font-family: Arial, Helvetica, san-serif;
	font-size: 12px;
	color: #333333;
	background-image: url(/images/back.jpg);
	background-repeat: repeat-x;
	background-color: #2b497e;
	margin: 0px;
}

td {
	font-family: Arial, Helvetica, san-serif;
	font-size: 14px;
	color: #333333;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}


/* FORMS */
.message {
	font-weight: bold;
	color: #990033;
	font-size: 12px;
	border: 1px dotted #990033;
	text-align: center;
}
.messageplain {
	font-weight: bold;
	color: #990033;
}

.formfield {
	font-weight: bold;
	font-size: 13px;
	color: #666666;
}

/* NAV */
.mainsub {
	background-image: url(/images/navgradient.gif);
	background-repeat: repeat-x;
	background-color: #4e5872;
}
.mainnav:link, .mainnav:visited, .mainnav:active {
	color: #ffffff;
	text-decoration: none;
}
.mainnav:hover {
	color: #ffcc00;
	text-decoration: none;
}
.subnav:link, .subnav:visited, .subnav:active {
	color: #6b758e;
	text-decoration: none;
}
.subnav:hover {
	color: #ffcc00;
	text-decoration: none;
}

/* HOME */
.homewelcome {
	background-image: url(/images/home_welcomegradient.gif);
	background-repeat: repeat-x;
}

/* COMMON */
.pagetitle {
	font-size: 18px;
	color: #0b1d3a;
	border-bottom: 1px solid #0b1d3a;
}

.crumbtrail {
	font-size: 11px;
	color: #0b1d3a;
}

a.crumb {
	font-size: 11px;
	color: #0b1d3a;
	text-decoration: none;
}

/* STORE */
.checkouttablehead {
	font-weight: bold;
	font-size: 12px;
	border-bottom: 2px solid black;
}

.catalogtablehead {
	font-weight: bold;
	font-size: 11px;
	border-bottom: 2px solid black;
	background-color: #cccccc;
}

.next:link, .next:visited, .next:active {
	font-size: 11px;
	text-decoration: underline;
	color: #6b758e;
}

.next:hover {
	font-size: 11px;
	text-decoration: underline;
	color: #ffcc00;
}

.nexton:link, .nexton:visited, .nexton:active {
	font-size: 11px;
	text-decoration: none;
	color: #6b758e;
}

.nexton:hover {
	font-size: 11px;
	text-decoration: none;
	color: #ffcc00;
}

.categorytitle {
	
}