/* AJAX STYLES */

h2 {
	margin: 0;
	padding: 5px;
	padding: 5px;
	font-size: 18px;
}

#termsWindow {
	position: absolute;
	top: 100px;
	left: 150px;
	right: 150px;
	z-index: 1;
	background-color: #fff;
	border: 1px solid black;
	visibility: hidden;
	overflow: hidden;
}

#hideSite {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1500px;
	z-index: 1;
	text-align: center;
	background-color: #fff;
	-moz-opacity: .75;
	opacity: .75;
	filter: alpha(opacity=75);
	visibility: hidden;
	overflow: hidden;
}

#logInBox {
	position: absolute;
	top: 250px;
	left: 350px;
	width: 400px;
	z-index: 1;
	background-color: #fff;
	border: 1px solid black;
	-moz-opacity: 1;
	opacity: 1;
	visibility: hidden
}

#logInFailedBox {
	position: absolute;
	top: 20em;
	left: 40em;
	width: 25em;
	z-index: 1;
	background-color: #fff;
	-moz-opacity: 1;
	opacity: 1;
	visibility: hidden
}

#siteLogin {
	position: absolute;
	top: 20em;
	left: 30em;
	width: 500px;
	height: 500px;
	z-index: 1;
	text-align: center;
	background-color: #fff;
	-moz-opacity: 1;
	opacity: 1;
	visibility: hidden
}

#loginstatus {
	clear: both;
	color: #FF0000;
	font-size: 12px;
	visibility: hidden
}

#forgotLogin {
	position: absolute;
	top: 20em;
	left: 30em;
	width: 500px;
	height: 500px;
	z-index: 1;
	background-color: #fff;
	-moz-opacity: 1;
	opacity: 1;
	visibility: hidden
}

#forgotresponse {
	color: black;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	height: 20px;
	width: 500px;
	visibility: hidden
}
	
#loginresponse {
	color: black;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	height: 20px;
	width: 500px
}

.formItem, .formItemRequired {
	display: block;
	clear: both;
	font-size: 12px
}

legend {
	font-weight: bold;
	font-size: 12px;
	padding: 5px;
	color: #000000;
}

fieldset {
	border-top: 1px #333 solid;
	border-left: none;
	border-right: none;
	border-bottom: none;
	padding: 0;
	margin: 0;
	padding-bottom: 5px;
	padding-right: 5px;
	border: 1px solid green;
}

.formItem label, .formItemRequired label {
	float: left;
	margin: 5px;
	padding-left: 5px;
	line-height: 100%;
	font-size: 12px
}

.formItemError {
	background-color: #FF8484;
}

.formItem submit, .formItem input, .formItem textarea, .formItem select, .formItemError input, .formItemError textarea, .formItemError select, .formItemRequired input, .formItemRequired textarea, .formItemRequired select {
	float: right;
	padding-right: 10px;
	font-size: 12px
}

.requiredTextBox {
	background-color: #FFFFBF;
}

.required {
	font-size: 12px;
	color: red;
	font-weight: bold;
	line-height: 100%
}

.readOnlyTotal {
	display: block;
	float: right;
	margin: 0;
	padding-right: 10px;
	text-align: right;
	font-size: 16px;
	font-weight: bold;
}

.readOnly {
	display: block;
	font-size: 12px;
	padding-right: 10px;
	float: right;
	border: 0
}

#logInBox fieldset, #logInFailedBox fieldset {
	margin: 0;
	border: 0
}

/* CUSTOMER TEMPLATE STYLES */

body {
	margin: 0;
	font-family: arial, helvetica;
	font-size: 12px;
	background-color: #E8F1DE
}

#header-bar {
	width: 100%;
	height: 25px;
	background-color: #CFE6EE
}

#header-nav {
	margin-left: 350px;
	padding-top: 7px;
	color: #49686d;
	font-size: 10px
}

#header-nav a {
	color: #49686d;
	text-decoration: none
}

#footer-nav1 {
	margin-left: 220px;
	padding-top: 5px;
	color: #49686d;
	font-size: 10px
}

#footer-nav1 a {
	color: #49686d;
	text-decoration: none
}

#footer-nav2 {
	margin-left: 190px;
	padding-top: 5px;
	color: #8F8D8D;
	font-style: italic;
	font-weight: bold;
	font-size: 9px
}


#logo-bar {
	clear: both;
	width; 100%;
	height: auto;
	background-color: #D2D4D1;
	overflow: hidden
}

#logo-nav2 {
	clear: both;
	width: 800px;
	height: 30px;
	background-color: #E2E2E2;
	margin-left: auto;	
	margin-right: auto;
}

#logo-nav2-text {
	padding-top: 5px;
	padding-left: 25px;
	font-size: 12px;
	color: #B07611
}

.logo-nav1 {
	clear: both;
	width: 800px;
	height: 30px;
	background-color: #ECECEC;
	margin-left: auto;	
	margin-right: auto
}

.logo-nav1-left {
	float: left;
	width: 185px;
	padding-top: 8px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #800000
}

.logo-nav1-right {
	float: right;
	width: 615px;
	padding-top: 8px;
	font-size: 12px;
	font-weight: normal;
	color: #B07611
}

a.details-link {
	color: #003366;
	text-decoration: underline
}

a.details-link:hover {
	color: #336699;
	text-decoration: underline
}

.page-link {
	color: #B07611;
	text-decoration: none
}

.page-link-active {
	color: #B07611;
	font-weight: bold;
	text-decoration: none
}

.page-links {
	float: left;
	margin-right: 30px;
	font-size: 15px
}

#logo {
	clear: both;
	width: 800px;
	height: 90px;
	margin-left: auto;
	margin-right: auto;
	background: url('../images/logo.gif');
}

#logo-specials {
	clear: both;
	width: 800px;
	height: 90px;
	margin-left: auto;
	margin-right: auto;
	background: url('../images/logo-special-offers.gif');
}

#body-bar {
	clear: both;
	width: 100%;
	height: auto;
	background-color: #E8F1DE;
	overflow: hidden
}

.body-content-separator {
	clear: both;
	width: 800px;
	height: 3px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	overflow: hidden
}

.body-content-row {
	clear: both;
	width: 800px;
	background-color: #D0D9C8;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden
}

.body-content-row-search {
	clear: both;
	width: 800px;
	height: 275px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden	
}

.body-left-col {
	float: left;
	width: 185px;
	text-align: center;
	height: auto;
	background-color: #E1E0C2;
	overflow: hidden
}

.body-right-col {
	float: right;
	height: auto;
	width: 615px;
	background-color: #D0D9C8;
	overflow: hidden
}

.body-content-ajax {
	clear: both;
	width: 800px;
	background-color: #E1E0C2;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden
}

.clr {
	clear: both
}

.unit-search-result {
	padding-left: 15px;
	clear: both;
	height: auto;
	font-size: 12px
}

.unit-search-result-row {
	padding-left: 15px;
	float: left;
	height: auto;
	font-size: 12px
}

.select_btn, .back_btn, .continue_btn {
	padding: 0px;
	font-size: 10px;
	border: 1px solid gray
}

.listall-title {
	font-size: 12px;
	color: #94511D;
	font-weight: bold
}

.unit-thumb {
	height: auto;
	padding: 5px
}

.unit-title {
	font-size: 12px;
	color: #94511D;
	font-weight: bold;
	padding-top: 25px;
	padding-left: 15px;
}

.unit-text {
	font-size: 12px;
	line-height: 150%;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px
}

.unit-button {
	float: right;
	padding-top: 10px;
	padding-right: 10px
}

#search_btn {
	clear: both;
	margin-left: 250px;
	background-color: #ECECEC;
	width: 100px;
	text-align: center;
	padding: 5px;
	height: 20px;
	border: 1px solid black
}

#footer-bar {
	clear: both;
	width: 800px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ECECEC
}