body {
	background: white;
	color: #000;
	font: 11px/1.6em Arial,sans-serif;
	margin: 0;
	text-align: center;
	_behavior: url(includes/css/csshover.htc);	/* Fix IE6 Hover Behavior For Fancy Popup thingies, relative to base tag because IE is crazy */
}

a {
	color: #555;
	text-decoration: underline;
}
a:hover {
	color: #777;
	text-decoration: none;
}
a.headerNavigation, a.headerNavigation:hover {
	color: #999;
}
a.pageResults, .accountCategory, .checkoutBarFrom, .checkoutBarTo {
	color: #777;
}
a.pageResults:hover {
	color: #777;
}

form {
	display: inline;
	margin: 0;
	padding: 0;
}


h1, h2, h3 {
	color: #ffa12d;
	font-size: 12px;
	margin: 0;
	padding: 5px 0;
}

h1 {
	color: #6f90b8;	
}

h2 a {
	color: #ffa12d;
	text-decoration: none;
}

img {
	color: #666;
	border: none;
}
legend {
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	color: black;
}
fieldset {
	border: 1px solid #333;
	padding: 6px;
	margin: 0;
}
td, input, textarea, select, checkbox, radio {
	font-size: 11px;
	line-height: 1.6em;
	vertical-align: top;
}

#header {
	position: relative;
	height: 112px;
	background: url(../../images/site/header.png) no-repeat;
}

#logo {
	position: absolute;
	left: 20px;
	top: 10px;
}

#header_search {
	display: none;
	position: absolute;
	right: 0;
	bottom: 25px;
	width: 155px;
	background: url(../../images/site/heading_gradient_med.jpg) #444 repeat-x bottom;
	padding: 10px;
	-moz-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}

#header_search .search_words {
	width: 125px;
	height: 15px;
	padding: 3px;
	border: 1px solid black;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.quick_search_button {
	margin-bottom: -3px;	
}

.fieldKey, .tableHeading, .formAreaTitle {
	font-weight: bold;
}
.formArea {
	background: #FFF;
	border: 1px solid #777;
}
.errorBox {
	background: #DA3D3D;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
}

#headerNavigation {
	position: absolute;
	width: 100%;
	bottom: 0; right: 0;
	padding-right: 5px;
	text-transform: uppercase;
	color: #999;
}

#headerNavigation a {
	text-decoration: none;
	color: #999;
	padding-right: 32px;
	font-weight: bold;
}

.infoBox {
	border: 1px solid #777;
}
.infoBoxHeading, .headerNavigation, #footer, .productListing-heading, .configHeader {
	color: #999;
	font-size: 11px;
	padding: 3px;
}

.productListing-heading, .configHeader {
	color: #666;
	background: #ddd;	
}

.productListing-heading a {
/*	color: #FFF; */
}

.bodyBreadcrumbs {
	position: absolute;
	margin-top: -40px;
}
.bodyBreadcrumbs a, .bodyBreadcrumbs a:hover {
	color: #036;
}
.headerBreadcrumbs {
	font-size: 11px;
}
.headerBreadcrumbs a, .headerBreadcrumbs a:hover {
	color: #FFF;
}
.markProductOutOfStock {
	color: #B20000;
	font-weight: bold;
}
.messageStackError, .messageStackWarning, .errorBox, .infoBoxNotice, .infoBoxNoticeContents {
	background: #DA3D3D;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
}
.messageStackWarning {
	background: #9F09F0;
}
.messageStackSuccess {
	background-color: #9F09F0;
	color: #FFF;
	font-weight: bold;
}
.moduleRowOver {
	background-color: #777;
	color:#FFF;
	cursor: pointer;
	cursor: hand;
}
.moduleRowSelected {
	background-color: #DEDEDE;
}
.newItemInCart, .inputRequirement, .productSpecialPrice, .errorText, .stockWarning {
	color: #B20000;
}
.orderEdit {
	color: #000;
	text-decoration: underline;
}
.pageHeading {
	color: #000;
	font-size: 18px;
	font-weight: bold;
}
.productListing-data {
	padding: 3px;
}
tr.productListing-odd td {
	background: #eee;
}
tr.productListing-odd td {}

tr.productListing-hilite td.productListing-data {
	background: #ee0;
}

.progress {
	background-color: #000080;
	color: #FFF;
	font-size: 12px;
	height: 14px;
	overflow: hidden;
	width: 1px;
}
.smallText {
	font-size: 10px;
}
.subBar {
	background: #DEDEDE;
}
.subBar, .checkoutBarCurrent {
	color: #000;
}
.box {
	margin: 5px;
	width: 170px;
}
.box td {
	font-size: 11px;
	line-height: 1.5em;
	padding: 3px;
}
#central_content {
	padding: 50px 0 50px 10px;
	color: #5f5e5e;
	position: relative;
}
#column_left {
	color: gray;
	width: 200px;
	padding-top: 50px;
	background: url(../../images/site/left.png) right repeat-y;
}

#column_left a {
	color: gray;
	text-decoration: none;
	padding-bottom: 10px;
}

#column_left a:hover {
	text-decoration: underline;
	color: #444;
}

#column_left ul, #column_left li {
	list-style: none;
	margin: 0;
	padding: 0;	
}

#column_left li {
	padding-left: 10px;	
}

#column_left h3 {
	text-transform: uppercase;	
}

#column_right {
	width: 170px;
}
#page_container {
	border-top: 0;
	margin: 0 auto;
	text-align: left;
	width: 960px;
}

#footer {
	text-align: left;	
	padding-left: 238px;
	padding-top: 100px;
}

#footer2 {
	margin: 30px auto;
	text-align: center;
	width: 980px;
}
.child_options {
	display: block;
}
.child_options input, .child_options select {
	width: 160px;
}

.pricebreaksFloat div {
	display:none;
}
.pricebreaksFloat:hover div {
	display:block;
}
.pricebreaksPopup {
	background:white;
	position:absolute;
	border:1px solid black;
	width:140px;
}

ul.noindent {
	margin-left: 1.5em;
	padding-left: 0;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 2px;
	padding-bottom: 2px;
}
div.categoryImage {
	float:right;
	margin:0 0 10px 10px;
	text-align:center;
	font-size: 10px;
}
div.productImage {
	float:right;
	margin:0 10px 10px 0;
	text-align:center;
	font-size: 10px;
}
div.productImage img, div.categoryImage img {
	margin: 5px;
}
.simple_button {
	padding:2px;
	margin-bottom:3px;
	border:1px solid #CCCCCC;
	background-color:#f4f4f4;
	cursor:pointer;
	font-size:13px;
}
#parentProductListing {
	overflow:auto;
	width:590px;
	max-height:600px;
}
.filters {
	padding : 8px;
	border : 1px solid #000066;
	margin : 3px 0;
	font-size: .9em;
}
.product-title {
	font-size:18px;
	font-weight:bold;
	border-bottom:1px solid #ccc;
	padding-bottom:4px;
}
/* LOGIN FORM STYLES */

ul.formRow {
}
ul.formRow li {
	display:block;
	float:left;
	padding:4px;
	margin:4px;
}
ul.formRow li.rowLabel {
	width:180px;
}
.rowLabel {
	width:120px;
}
.formSubHeader {
	color:#555;
	font-size:12px;
	font-weight:bold;
	border-bottom:1px solid #CCC;
}
.formHeader {
	color:#333;
	font-size:14px;
	font-weight:bold;
	text-indent:8px;
}
.formBox {
	background:#EDEDED;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	padding:10px;
	margin-bottom: 10px;
}
.formBox h2 {
	margin: 0px 0px 6px 0px;
}
.formPasswordBox {
	background:#FFF;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border:1px solid #CCC;
}
.formPasswordBox h3 {
	margin: 0;
}
/* LOGIN JS BUTTONS */
.loginChooseButton {
	width:250px;
	text-decoration:none;
	background:#EDEDED;
	color:#444;
	line-height:48px;
	font-size:14px;
	font-weight:bold;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	padding:5px;
	display:block;
	margin:0 auto 10px;
	text-align:left
}
.loginChooseButton img {
	float:left;
	margin-right:12px;
}
.loginChooseButton:hover {
	background:#CCC;
	color:#FFF;
}

/* PRINT STUFF */

#printNav {
	float: right;
	margin-bottom: 6px;
}
#printfix {
	clear: both;
	display:none;
}

#printlogo { display: none; }

ol.titled_progressbar {
	display: block;
	padding: 1px;
	width: 100%;
	float: left;
	border: 1px solid black;
	margin: -5px 0 10px 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	list-style-type: none;
}

.titled_progressbar li {
	display: block;
	padding:5px 0;
	margin:0px;
	list-style-type: none;
	float: left;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
}

.titled_progressbar li.tp_current {
	background: url(../../images/site/heading_gradient_med.jpg) #444 repeat-x top;
	color: white;
}

.titled_progressbar li.tp_selected {
	background: url(../../images/site/heading_gradient_med.jpg) #444 repeat-x 10px;
	font-weight: bold;
	border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
}

.titled_progressbar li.tp_first {
	border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
}
.titled_progressbar li.tp_last {
	border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
}

#admin_editbar {
	background: url(../../images/site/heading_gradient_med.jpg) #444 repeat-x;
	width: 100%;
	left: 0;
	position: fixed;
	bottom: 0;
	z-index: 1000;
	padding: 6px;
	font: 12px/1em Verdana, Arial;
	color: white;
	opacity: .9;
	border-top: 1px solid white;
}

#admin_editbar a {
	color: white;
}

.cfgInfoBox {
	background: #eee;
	padding: 6px;
	border: 1px solid #bbb;
}

.altrow {
	background: #eee;
}
