
* {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
  background-color: #FFF;
}

.blue {
  color: #778D9E;
}
.gold {
  color: #BB9C2B;
}
.rust {
  color: #A76025;
}

body {
	display: block;
	text-align: center;
	position: relative;
	background-color: #FFFFFF;
}

h1.pageHeading {
	font-size: large;
}

h5 {
	font-size: 100%;
	margin: 1px 0px;
}
#core-wrapper {
	width: 880px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	position: relative;
	display: block;
	top: 20px;
	
}

#core-wrapper-border {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	float: left;
}


#masthead-wrapper {
  border-top: 1px solid #000000;
	background-color: #B5B5B5;
	display: block;
	position: relative;
	width: 880px;
	height: 21px;
}

#masthead-wrapper H1 {
	display: none;
}

#masthead-wrapper img {
	display: block;
	background-color: #000000;
	position: absolute;
	left: 314px;
}

#leftside-wrapper {
	position: relative;
	left: 0px;
	top: 0px;
	display: block;
	background-color: #fff;
	width: 298px;
	float: left;
	margin: 0px;
	background-image: url(images/page_structure/sidebar_logo.gif);
	background-position: center top;
	background-repeat: no-repeat;
	padding: 0px;
}

#leftside-textbox {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	display: block;
	position: relative;
	top: 50px;
	width: 200px;
	height: 310px;
	text-align: left;
	background-color: transparent;
	z-index: 0;
}

.leftside-content {
	display: block;
	font-size: small;
	color: #FFFFFF;
	position: relative;
	text-align: left;
	top: 20px;
	margin: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
}





#rightside-wrapper {
	position: relative;
	left: 0px;
	top: 0px;
	display: block;
	background-color: #FFFFFF;
	width: 580px;
	float: right;
	margin: 0px;
	padding: 0px;
}

#rightside-login {
	
	font-size: 11px;
	color: #000000;
	display: block;
	position: relative;
	/* border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC; */
	margin-right: 10px;
	margin-left: 10px;
	text-align: right;
	padding-bottom: 2px;
	margin-top: 4px;
}

#rightside-login H2 {
	display: none;
}

#rightside-navigation, #rightside-content {
	display: block;
	position: relative;
	padding-right: 0px;
  margin: 3px -3px 0px 0px;
  width: 579px;
  _width: 575px;
}

#rightside-navigation a {
  line-height: 2.1em;
   font-size: 10px;
  background-color: transparent;
   color: #FFF;
   font-weight: bold;
   font-stretch: condensed;
}

/* drop shadow on nav bar */
.p-shadow {
  width: 99%; 
  float:right;
  background: url(images/page_structure/shadowAlpha3.png) no-repeat bottom right !important;
  background: url(images/page_structure/shadow3.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.p-shadow div {
  background: none !important;
  background: url(images/page_structure/shadow2.gif) no-repeat left top;
  padding: 0 !important;
  padding: 0 6px 6px 0;
  }

.p-shadow p {
  background-color: #78797C;
  padding: 4px;
  margin: -6px 6px 6px -6px !important;
  margin: 0;
  }
  
.rightside-content {
	font-size: 12px;
	color: #000000;
	text-align: left;
	display: block;
	top: 30px;
	margin: 10px;
}

.rightside-content > H1, .rightside-content > H2, .rightside-content > H3, .rightside-content table.generic_content {
  margin-top: 55px;
}

.rightside-content H2 {
	font-size: 16px;
}

#rightside-image-home {
	color: #78797C;
	margin-top: 145px;
	_margin-top: 120px;
	margin-right: 10px;
	height: 220px;
	text-align: center;
	padding: 0 33px 0 33px;
	font-size: 12px;
}
#rightside-image-home  hr {
  width: 80%;
  height: 1px;
  border: 0;
  background-color: #78797C;
}

#rightside-tagline-home {
	font-size: 12pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-right: 30px;
	margin-left: 40px;
	position: relative;
	padding: 0px;
	top: 10px;
}

#parts-locator {
	font-size: 11px;
	font-weight: bold;
	display: block;
	position: relative;
	margin: 20px;
	margin-bottom: 5px;
	_margin-bottom: 0px;
	padding: 10px;
	padding-bottom: 2px;
	_padding-bottom: 0px;
	color: #78797C;
	text-align: left;
	text-transform: uppercase;
	border: none;
}

#parts-locator H2{
	
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}

#parts-locator form {
	padding: 0px;
	margin-top: 2px;
}

#parts-locator select {
	padding: 0px;
	margin-bottom: 2px;
	width: 100%;
	text-transform: uppercase;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
}

#parts-locator .radio-btn {
	padding: 0px;
	margin: 0;
	position: relative;
	top: 2px;
	left: 0px;
}

#parts-locator .radio-lbl {
	padding: 0px;
	margin: 0;
	margin-left: 1px;
	margin-right: 4px;
	font-size: 10px;
	text-transform: uppercase;
	display: inline;
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
  color: #78797C;
}

#parts-locator .input-field {
	position: relative;
	padding: 0px;
	margin: 0px;
	margin-top: 4px;
	width: 175px;
	height: 19px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
	vertical-align: bottom;
	
}

#parts-locator .input-field.alt {
	background-color: #CCCCCC;
}

#parts-locator .submit-btn {
	position: relative;
	top: 3px;
	margin: 3px 0 0 0 ;
	padding: 0px;
	width: 50px;
	height: 20px;
	font-size: 11px;
	text-transform: uppercase;
	
	background-color: #EEEEEE;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
	
}

#special-sales {
  margin: 5px 12px;
  padding: 5px 6px 5px 6px;
  
}

#testimonial-wrapper {
	width: 99%;
	text-align: left;
	display: block;
}

.testimonial, .orderhistory {
	background-color: #FFFFFF;
	background-image: url(images/page_structure/testimonial-gradient.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 4px;
	margin-bottom: 10px;
	padding: 4px 10px;
	width: 94%;
	float:left;
}

.testimonial {
  width: 400px;
}

.testimonial-endcap {
	background-image: url(images/page_structure/testimonial-gradient_endcap.gif);
	background-position: right top;
	float: right;
	position: relative;
	width: 25px;
	background-repeat: no-repeat;
	height: 150px;
	display: block;
	margin: 0px;
	padding: 0px;
}

.testimonial img {
	float:left;
	clear: left;
}

.testimonial H3 {
	font-size: 14px;
	color: #333333;
	margin: 0px;
	margin-top: 6px;
	padding: 0px;
}

.testimonial H4 {
	font-size: 14px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

.testimonial H5 {
	font-size: 13px;
	color: #666666;
	margin: 0px;
	padding: 0px;
}

.quote {
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 0px;
}

.quote-play {
	padding: 0px;
	font-size: 10px;
	display: block;
	margin: 0px;
	width: 100%;
	float: left;
	height: 24px;
}

.quote-play-link {
	float: right;
	padding-top: 6px;

}

.quote-play-image {
	float: right;
	padding-left: 4px;

}

#testimonial-download {
	display: block;
	text-align: left;
	position: relative;
	clear: both;
	float: left;
	width: 94%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #CCCCCC;

}

#testimonial-download .left-column {
	float: left;
	position: relative;
	width: 260px;
	margin-left: 20px;
}

#testimonial-download .right-column {
	float: right;
	margin-left: 20px;
}

#footer {
	width: 880px;
	font-size: 11px;
	text-align: center;
	display: block;
	position: relative;
	top: 50px;
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;
}
#footer_links {
  color: black;
}

span.inputRequirement {
	font-size: 10px;
	color: red;
}

span.image_button {
	border: none;
	background-color: transparent;
	padding: 1px 4px;
	text-transform: uppercase;
}
.search-results-cat-pager {
	background-color: #EEEEEE;
	background-image: url(images/page_structure/testimonial-gradient.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #999999;
	padding: 2px;
	margin-top: 4px;
	margin-bottom: 4px;
}

.search-results-smalltext {
	font-size: 12px;
}

.productListing {
	border: 1px solid #999999;
	padding: 2px;
}

.productListing-heading {
	
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #999999;
	padding: 2px;
}


.productListing-even, .even {
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
}

.productListing-odd, .odd {
	background-color: #EEEEEE;
	background-image: url(images/page_structure/testimonial-gradient.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 2px;
	padding-bottom: 2px;
}


div.continue {
	text-align: right;
	padding: 15px 15px 5px 15px;
}

#swire {
	text-align: left;
	top: 10px;
	left: 0px;
}
#berbee {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	vertical-align: bottom;
}

#berbee a, #berbee a:hover {
	color: #ccc;
}
#isologo {
  width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}


div.image_button, input.image_button, a, a:link {
	color: #778D9E;
	text-decoration: none;
	text-transform: uppercase;
}

a:hover {
	color: #000000;
	background-color: #EEEEEE;
	text-decoration: underline;
}

input.image_button:hover, a.image_button:hover {
	text-decoration: none;
	cursor: pointer;
	background:#DBE4ED;    
	color:#1C4F81;		
}

div.image_button, input.image_button, a.image_button {
  color: #000;
	border:1px solid #A3BAD1;		
	background-color: #ECE9D8;
	padding: 2px 3px;
	text-align: center;
	vertical-align: middle;
 	margin: 2px; 
	font-size: 12px;
	background: url(images/page_structure/testimonial-gradient.gif);
}
    	

tr.messageStackSuccess, .notice {
	background-color: #6AA594;
}
tr.messageStackError, .error {
	background-color: #FFD4A3;
}

.primary_address, .moduleRowSelected {
	background-color: #EEEEEE;
	/* background-image: url(images/page_structure/testimonial-gradient.gif); */
	/* background-repeat: none;
	background-position: left top; */
}

table#order_info tr {
	/* needed for ie for some reason, so effect in firefox */
	padding-top: 10px;
	vertical-align: top;
}

dl.menu {
	width: 100%;
	overflow: auto;margin: 0 0 1em;
	background: url(images/shadow_right.jpg) repeat-x 0 1.2em;
}
dl.menu dt, dl.menu dd.price { 
	
}
dl.menu dt { 
	float: left;
	padding-right: 3px;
}
dl.menu dd {
	margin:0px;
}
dl.menu dd.price { 
	font-weight: bold;
	float: right;
	padding-left: 13px;
}
dd.attrib { 
	float: left;
	width: 100%;
	padding: 3px 0;
  font: italic 100% Georgia,Times,sans-serif;
  color: #555
}

p#contactfooter {
	position: relative;
	top: -15px;
	margin: 10px;
}

div#accountaddress {
	position: relative;
	top: 0px;
	width: 225px;
}

div#accountstatus {
	position: relative;
	left: 250px;
	top: -50px;
	width: 200px;
}
div#accountstatus span {
	padding: 10px;
}

.smallText {
	font-size: smaller;
}
.centered, h2.centered {
	text-align: centered;
	width: 100%;
}
.underline {
	text-decoration: underline;
}
.moduleRow { }
.moduleRowOver { background: url(images/page_structure/testimonial-gradient.gif) repeat-x; cursor: pointer; cursor: hand; }
.moduleRowSelected { background: url(images/page_structure/testimonial-gradient.gif); }

.infoBoxNotice {
	background-color: #FFD4A3;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	font-size: 10pt;	
}

ul#customer_list
{
    margin-left: 0px;
    padding-left: 5px;
	list-style: none;
    width: 36em;  /* room for 2 columns */
}
ul#customer_list li
{
  float: left;
  width: 18em;  /* accommodate the widest item */
}
/* stop the floating after the list */
br.clear_left
{
  clear: left;
}
/* separate the list from what follows it */
div#customer_list
{
  margin-bottom: 1em;
}

div#oversize_warning {
	color: #8C2600;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding: 5px;
	border: 1px solid grey;
	margin: 15px;
	background-image: url(images/oversz1.png);
	background-position: 10px;
	background-repeat: no-repeat;
}

div.prodMan {
    font-size: smaller;
    max-width: 120px;
}
div.prodModel {
	white-space: nowrap;
	padding: 2px 4px;
}
div.prodName {

}
div.prodBuyNow {
	text-align: center;
}
td#PRODUCT_LIST_BUY_NOW {
	width: 20px;
}
div.prodWeight {
	text-align: right;
}
table.generic_content {
  width: 100%;
}

table.infoBox {
    margin-bottom: 5px;
    padding: 3px;
}
td.form_label {
	width: 45%;
}
td.checkoutBarFrom a {
  text-transform: none !important;
}
td h2 {
	padding-bottom: 3px;
	margin: 12px 0px 3px 0px;
}
div#orderPager {
	padding: 10px;
}

div.offline {
	white-space: pre;
}

a.bigButton, a.bigButton:visited {
	text-transform: capitalize;
	text-decoration: none;
	font-size: 1.4em;
	font-weight: bold;
	padding: 5px;
	margin: 5px;
	text-align: center;
	line-height: 1.5em;
	display: block;
	border: solid thin black;
	background-image: url(images/page_structure/testimonial-gradient.gif);
	background-repeat: repeat-x;
}
div#login_button {
	width: 50%;
	margin: -80px auto 0px auto;
	text-align: center;
	padding: 10px;
}

table#dealer_refer {
	border: solid thin black;
	background-color: #FFFFDC;
}

div#weight_error_wrapper { 
	margin: 5px;
	padding: 5px;
	text-align: center;
	border: solid orange 4px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	behavior:url(border-radius.htc);
}
div#weight_error_wrapper p, div#weight_error_wrapper ul, div#weight_error_wrapper h2 {
}