body {
	background-color: #aaaaaa;
}

.pageheading {
	font-size:1.6em;
	color: #454545;
	font-weight: bold;
}



.right {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	border: 0px none;
}
.left {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 0px none;
}

.modulemaintitle {
	font-size: 1.2em;
	font-weight: bold;
	color: #454545;
}
.moduletitle {
	font-size: 1.1em;
	color: #454545;
	font-weight: bold;
	line-height: 140%;
}
.moduleheading1 {
	font-size: 1.1em;
	color: #454545;
	font-weight: bold;
	line-height: 140%;
}
.moduledate {
	line-height: 140%;
}
.modulesummary {
	line-height: 140%;
	padding-bottom: 5px;
}
.moduletext {
	font-size: 12px;
	line-height: 140%;
}
.moduledivider {
	border-bottom: solid 1px #454545;
	margin-bottom: 5px;
}
.blockmaintitle {
	font-size: 1.1em;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 120%;
	background-color: #00679e;
	padding: 0px 2px 2px 2px;
}
.blocktitle {
	color: #000000;
	font-weight: bold;
	line-height: 120%;
	padding-top: 5px;
}
.blocktext {
	color: #000000;
	line-height: 120%;
}
.blockdate {
	line-height: 120%;
}
.block {
	border-bottom: solid 1px #454545;
	padding-bottom: 5px;
	margin-bottom: 5px;
}


/******** PRODUCTS **********/

.products .modulemaintitle {
	font-size: 1.2em;
	font-weight: bold;
	color: #454545;
}
.products .moduletitle {
	font-size: 1.1em;
	color: #454545;
	font-weight: bold;
	line-height: 140%;
}
.products .moduleheading1 {
	font-size: 1.1em;
	color: #454545;
	font-weight: bold;
	line-height: 140%;
}
.products .moduledate {
	line-height: 140%;
}
.products .modulesummary {
	line-height: 140%;
	padding-bottom: 5px;
}
.products .moduletext {
	font-size: 12px;
	line-height: 140%;
}
.products .moduledivider {
	border-bottom: solid 1px #454545;
	margin-bottom: 5px;
}

.products .productlistitem {
	border:1px solid #666;
}

.products .productlistitem .modulemaintitle {
	font-size: 1.2em;
	font-weight: bold;
	color: #454545;
}
.products .productlistitem .producttitle, .catname {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 140%;
}
.products .productlistitem .producttitle a {
	color: #336699;
	text-decoration:none

}
.products .productlistitem .moduleheading1 {
	font-size: 1.1em;
	color: #454545;
	font-weight: bold;
	line-height: 140%;
}
.products .productlistitem .moduledate {
	line-height: 140%;
}
.products .productlistitem .productsummary {
	line-height: 140%;
	padding-bottom: 5px;
}
.products .productlistitem .productprice {
	font-size: 1.1em;
	color: #454545;
	font-weight: bold;
	line-height: 140%;
}
.products .productlistitem .producttext {
	font-size: 12px;
	line-height: 140%;
}
.products .productlistitem .moduledivider {
	border-bottom: solid 1px #454545;
	margin-bottom: 5px;
}

a.button {
	border:1px solid #336699;
	color:#454545;
	text-decoration:none;
	background:#eee;
	padding:2px 5px;
}


/****** Cart Styles *******/

#current a {
	color: #FFFFFF !important;
	/*/*/background-color: #999999 !important;
	border: 2px dotted #999 !important; /* */
}

#minicart {
	font-size: 10px;
	border:1px solid #666;
}

#minicart td.header {
	background:#666;
	color:#fff;
	text-align:center;
	font-weight:bold;
}

#minicart td.footer {
	background:#666;
}

#minicart td.footer a {
	color:#fff;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
}

.entryTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #DDDDDD;
}

.entryTableHeader {
	font-size: 12px;
	color:#FFFFFF;
	font-weight: bold;
	background-image:url(images/cart_header_bg.jpg);
	background-repeat:repeat-x;
}
.entryTableHeader td {
	color:#FFFFFF;
}
.cartrow1 td {
	background-color:#e1d9c4;
}

.entryTable .label {
	background-color: #EFEFEF;
}

.entryTable .content {
	background-color: #FFFFFF;
}


.infoTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #DDDDDD;
}

.infoTableHeader {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #7F92A4;
	font-weight: bold;
	background-position: center;
}

.infoTable .label {
	background-color: #EFEFEF;
}

.infoTable .content {
	background-color: #FFFFFF;
}

.box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #336699;
}

.notice {
	color: #996600;
	font-weight: bold;
}

#errorMessage {
	color: #990000;
	font-weight: bold;
}

form {
	margin:0;
	padding:0;
}
