@charset "utf-8";
/* CSS Document */

/* HEADER */
html {overflow-y: scroll;}

body {
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
}

.banner {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}

a.banner:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

a.banner:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

a.banner:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
}

a.banner:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

/* FOOTER */
.footer {
	color: #FFFFFF;
	font-weight: bold;
	font-size: x-small;
}

a.footer:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: x-small;
}

a.footer:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: x-small;
}

a.footer:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	font-size: x-small;
}

a.footer:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: x-small;
}	

.disclaimer {
	color: #333333;
	font-size: x-small;
}

/* BODY */

.title {
	font-size: 20px;
	color:#000000;
}

.subtitle {
	font-size: 14px;
	font-weight: bold;
	color:#FF0000;
}

.content {
	font-size: small;
	color:#000000
}

.breakcrumbs {
	color: #FF0000;
	font-size: small;
	font-weight: bold;
}

.productcode {
	color: #FFFFFF;
	font-size: small;
	font-weight: bold;
	align: center;
}

.notes {
	color: #333333;
	font-size: x-small;
}

/* PRODUCT LINKS */
a.category:visited {
	color: #0033FF;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
}

a.category:link {
	color: #0033FF;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
}

a.category:hover {
	color: #FF0000;
	text-decoration: underline;
	font-size: 15px;
	font-weight: bold;
}

a.category:active {
	color: #0033FF;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
}

a.subcategory:visited {
	color: #333333;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

a.subcategory:link {
	color: #333333;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

a.subcategory:hover {
	color: #FF0000;
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
}

a.subcategory:active {
	color: #333333;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

a.greylink:visited {
	color: #333333;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

a.greylink:link {
	color: #333333;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

a.greylink:hover {
	color: #FF0000;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}

a.greylink:active {
	color: #333333;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

/* STANDARD LINKS */
a:visited {
	color: #0033FF;
	text-decoration: none;
	font-size: small;
	font-weight: bold;
}
a:link {
	color: #0033FF;
	text-decoration: none;
	font-size: small;
	font-weight: bold;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
	font-size: small;
	font-weight: bold;
}
a:active {
	color: #0033FF;
	text-decoration: none;
	font-size: small;
	font-weight: bold;
}

