﻿/** Brad's Original **/

/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
.clearfloat {
	/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
ol, ul {
	list-style: none;
	margin: 0px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
#pageBackground {
	background-image: url(Images/energy-background-new511.jpg);
	background-repeat:no-repeat;
	width: 100%;
	background-position: center top;
	background-color:#000;
	
}

#leftHalf {
   background:url(Images/energy-background-left-new411.jpg);
   width: 60px;
   position:absolute;
   left: 0px;
   height: 695px;
   background-repeat:no-repeat;
   
}
#rightHalf {
   background:url(Images/energy-background-right-new411.jpg);
   width: 60px;
   position:absolute;
   right: 0px;
   height: 695px;
   background-repeat:no-repeat;
}
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing rightColumnContentr defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* rightColumnContentrs. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
	line-height: 1.6em;
}
.borderNone {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
p {
	padding-bottom: 10px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
}
a {
	color: #2662BD;
	text-decoration: none;
}
#rightColumnContent h1, #fullColumnContent h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 24px;
	color:#666;
	padding-right: 155px; /* IE Min-height fix */
	line-height: 36px;
	display: block;
	margin-bottom: 5px;
	border-bottom:#CCC thin solid;
}
#rightColumnProduct h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000000;
	line-height: 1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-bottom: 0px;
	letter-spacing: -1px;
	/*min-height: 85px;
	height: auto !important;*/ /* IE Min-height fix 
	height: 85px;*/
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 24px;
	color:#666;
	font-weight:normal;
	line-height: 30px;
	border-bottom:#CCC thin solid;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-bottom: 5px;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 22px;
	color:#666;
	line-height: 22px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight:normal;
}
h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #383838;
	line-height: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
.button {
	line-height: 12px;
	color: #FCF6B6;
	cursor: pointer;
	background-color: #AB0E02;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 2;
	padding-bottom: 4px;
	padding-left: 2;
	text-transform: uppercase;
	font-variant: normal;
}
.buttonBrown {
	line-height: 12px;
	color: #EFEAD9;
	cursor: pointer;
	background-color: #4F4D46;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	text-transform: uppercase;
	font-variant: normal;
}
.button:hover {
	background-color: #322915;
	color: #FFFFFF;
}
/*input,textarea,select{
	border:1px solid #ccc;
	background-color:#f8f8f8;
	color:#555;
	padding:2px
}*/
a:hover {
	color: #0066ff;
	text-decoration: underline;
}
#container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	background-image: url(images/energy-header-background-New511.jpg);
	background-position:top;
	width: 980px;
	text-align: left;
	background-repeat:no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.imgborder {
	border: 1px solid #6E6655;
}
#container .imgLgBorder {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#header {
	width: 100%;
	left: 0px;
	top: 0px;
	padding-top: 0;
	padding-bottom: 0;
	height: 147px;
	position: relative;
}
#header-background {
	position: absolute;
	
	background-repeat: no-repeat;
	left: -50px;
	height: 147px;
	width: 1030px;
	top: 0px;
}
#main-menu .main-links a {
	padding-left: 0px;
	height: 30px;
	color: #ffffff;
	margin-right: 3px;
	display: inline;
	padding-bottom: 6px;
	line-height: 24px;
}
#main-menu .main-links a:hover {
	background-position: 0px 19px;
	color: #0068b2;
	text-decoration: none;
}
#main-menu .cart a {
	float: left;
	padding-left: 25px;
	padding-right: 0px;
	height: 30px;
	background-image: url(images/cart-icon-white.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 15px;
	line-height: 28px;
	margin-left: 0px;
	display: block;
	position: absolute;
	top: 0px;
	right: 14px;
}
#header-background #main-menu {
	top: 25px;
}
#main-menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
#main-menu ul {
	margin: 0px;
	top: 80px;
	position: absolute;
	right: 0px;
	width: 649px;
	height: 30px;
	list-style-type: none;
}
#main-menu li {
	float: left;
	color: #fff09f;
	padding-left:10px;

	
}
#content-container {
	width: 742px;
	text-align: left;
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color:#000;
	border:#CCC thin solid;
	padding-bottom: 25px; 
	height: auto;
}
#content-container-top {
	background-repeat: no-repeat;
	height: 147px;
	width: 952px;
	position: absolute;
	/*z-index: 1;*/
	top: 0px;
}
#homeSidebar {
	height: 465px;
	width: 250px;
	/*background-image: url(images/home-sidebar-bkg.jpg);*/
	background-repeat: no-repeat;
	float: left;
	padding-right: 20px;
	padding-left: 30px;
	padding-top: 25px;
}
#newsletterSignup {
	height: 210px;
	width: 221px;
	padding-left: 0px;
	padding-top: 15px;
	padding-right: 15px;
	color: #ffffff;
	position: relative;
}
#newsletterForm {
	top: 130px;
	position: absolute;
	left: 5px;
	width: 226px;
}
.sticky-submit {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 20px;
	background-color:#0068b3;
	padding:2px 4px 2px 4px;
	margin-left:5px;
}
.sticky-submit:hover {
	color: #660000;
	text-decoration: none;
}
#newsletterForm #textfield {
	height: 14px;
	width: 172px;
	font-size: 10px;
	padding-top: 4px;
	padding-left: 3px;
	float: left;
	border: 1px solid #cbc587;
	background-color: #fff;
	margin-right: 10px;
}
#sidebarTop a {
	color: #0081F9;
}
#sidebarTop p {
	color: #ffffff;
	line-height: 14px;
	font-size: 12px;
}
.sidebaryellow {
	color: #ffffff;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 19px;
	margin-bottom: 4px;
}
.sidebarred {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 19px;
	margin-bottom: 4px;
	color: #fff;
}

#homeMain {
	float: right;
	width: 670px;
	background-repeat: no-repeat;
	position: relative;
	padding-right: 7px;
}
#photoHeader {
	border:#CCC thin solid;
	width:650px;
	position: relative;
	height: 300px;
	margin-bottom:10px;
}
.homeCategories {
	color: #ffffff;
	float: left;
	width: 205px;
	margin-right:16px;

}
.homeCategories a {
	color: #ffffff;
}
.homeCategories a:hover {
	color: #EDA946;
	text-decoration: underline;
}
.homeCategories h3 {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #0068b3;
	font-size: 17px;
}
.homeCategories ul {
	margin: 0px;
	padding: 0px;
}
.homeCategories li {
	
	background-repeat: no-repeat;
	padding-left: 8px;
	background-position: 0px 4px;
}


.mainpic {
	left: 52px;
	top: 20px;
	position: absolute;
}
.logo {
	margin: 0;
	height: 100px;
	width: 320px;
	position: absolute;
	left: 10px;
	text-indent: -9999px;
	top: 22px;
	padding: 0px;
}
#mainContent {
	width: 952px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 25px;
	position: relative;
	padding-top: 15px;
	min-height: 500px;
	height: auto !important; /* IE Min-height fix */
	height: 500px;
	position: relative;
	float: right;
}
#sidebar1 {
	width: 400px;
	position: relative;
	/*z-index: 3;*/
	top: 0px;
	margin: 0px;
	padding: 0px;
}
#sidebar2 {
	position: relative;
	/*left: -11px;  padding keeps the content of the div away from the edges */
	z-index: 3;
	width: 200px;
	background-image: url(images/sidebar-blue.jpg);
	background-repeat:no-repeat;
	top: 1px;
	float: left;
	margin:0px 0px 30px 0px ;
	height:600px;
}
 
#sidebar1 #photo {
	padding-left: 27px;
	padding-top: 15px;
	padding-bottom: 0px;
	min-height: 425px;
	margin-top: 0px;
	top: 0px;
}
#photo img {
	border:medium #000 solid;
}
#photo #photo-bottom {
	width: 358px;
	background-color: #000000;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 10px;
}
#fullColumnContent { /*new class for full width 1 column*/
	float: right;
	margin-left: 0px;
	width: 910px;
	padding-right: 20px;
	top: 10px;
	min-height: 600px;
	height: auto !important; /* IE Min-height fix */
	height: 600px;
	position: relative;
	overflow:hidden;
}
#rightColumnContent {
	background-color:#FFF;
	border:thin #CCC solid;
	width: 650px;
	position: relative;
	z-index: 3;
	min-height: 660px;
	height: auto !important; /* IE Min-height fix */
	position: relative;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0px;
	margin-right:75px;
}
#rightColumnContent p{color:#000;}

#rightColumnFloat {
	height: 500px;
	width: 260px;
	position: relative;
	float: right;
}
#poll {
	margin-left: 10px;
	margin-right: 5px;
}
#rightColumnProduct {
	padding-top:10px;
	float: right;
	margin-right: 0px;
	width: 500px;
	padding-right: 20px;
	z-index: 3;
	top: 0px;
	min-height: 600px;
	height: auto !important; /* IE Min-height fix */
	height: 600px;
	position: inherit;
}
#rightColumnProduct #paper-tag {	
	padding-left: 0px;
	padding-top: 0px;
	position:absolute;
	left:285px;
	top:35px;
}

#narrow-results {
	width: 185px;
	float: left;
	padding: 18px 0 18px 0;
}

#narrow-results .small {
	font-size: .65em;
}
#vipStickynote {
	width: 225px;
	background-image: url(images/stickynote-background.jpg);
	height: 240px;
	background-repeat: no-repeat;
	background-position: 0px 25px;
	padding-top: 45px;
	padding-left: 20px;
	padding-right: 10px;
}
#vipStickynote h4 {
	color: #D20000;
	font-size: 18px;
}
#vip-photo {
	height: 450px;
	width: 398px;
	background-image: url(images/vip-photo-background.jpg);
	background-repeat: no-repeat;
	position: relative;
	padding-top: 38px;
	padding-left: 25px;
	margin-bottom: 20px;
}
.vip-previous {
	width: 100%;
	float: left;
	margin-bottom: 8px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	padding-bottom: 8px;
}
.vipDesktopDownload {
	margin: 0px;
}
.previousVipPhoto {
	float: left;
	background-color: #FBFAF3;
	padding: 5px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	margin-right: 25px;
	position: relative;
}
#vip-photo img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 0px;
}
#vip-photo h4 {
	padding: 0px;
	font-size: 15px;
	line-height: 21px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

.series .pic:hover {
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.seriesDetail {
	width: 660px;
	text-align: left;
	height: 170px;
	font-size: 1em;
	float: left;
	line-height: 1.2em;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.seriesDetail a {
	color: #666;
}
.seriesDetail a:hover {
	color: #432F17;
}
.seriesDetail img {
	height: 150px;
	width: 150px;
	float: left;
	margin-right: 30px;
	border: solid 1px #000;
}
.seriesDetail a.sku {
	font-weight: bold;
	display: block;
	color: #000000;
	font-size: 1.7em;
	line-height: 1.3em;
	padding-bottom: 0px;
}
.seriesDetail a.desc {
	font-weight: normal;
	display: inline;
	color: #444;
	padding-bottom: 15px;
}
.seriesDetail .price {
	display: block;
	color: #333333;
	font-size: 1.3em;
	font-weight: bold;
	width: 200px;
	float: right;
	text-align: right;
	padding-top: 5px;
	line-height: 20px;
}
.seriesDetail .detail {
	display: block;
	margin-top: 15px;
	margin-bottom: 10px;
}

.series, .series a {
	/*color: #666;*/
}

.series {
	width: 200px;
	text-align: center;
	height: 210px;
	font-size: 1em;
	float: left;
	margin: 15px 15px 15px 0;
	line-height: 1.2em;
}

.series a:hover {
	color: #432F17;
}

.series img {
	height: 150px;
	width: 150px;
}

.series a.pic {
	display: block;
	padding-bottom: 10px;
}

.series a.sku {
	font-weight: bold;
	display: block;
	/*color: #000000;*/
}

.series a.desc {
	font-weight: normal;
	display: block;
	color: #444;
}

.series .price {
	display: block;
	color: #000000;
	font-size: 1em;
	font-weight: normal;
}

.rightColumnContent-compare {
	/*background-color: #eee; 	border: 1px #ccc solid;*/
	width: 50%;
	font-size: .90em;
	text-transform: capitalize;
	margin: auto;
	padding: 2px 0 2px 0;
}

#rightColumnContent label {
	/*margin-bottom: 10px;
	color: #333333;*/
}

/*#rightColumnContent input{
	margin-bottom: -1px;
}*/

#narrow-results ul {
	list-style: none;
	font-size: .70em;
	color: #444;
	line-height: 1.2em;
	margin: 1.2em 5.0em 0.5em 0em;
	list-style-position: outside;
}

#narrow-results ul.archive {
	border-top: 1px solid #ddd;
	padding-top: 5px;
	margin-top: 0;
}

#narrow-results ul li {
	padding: 0 0 .5em 0;
}

/*#narrow-results input{
	margin-top: 1.0em;
	font-size: .75em;
}

#rightColumnContent .paging input{
	margin-right: 20px;
}*/
#products {
	float: right;
	margin-left: 0px;
	width: 710px;
	position: relative;
	z-index: 3;
	top: 15px;
	min-height: 600px;
	height: auto !important; /* IE Min-height fix */
	height: 600px;
	position: relative;
	float: right;
	margin-right: 15px;
}
#productHeader {
	height: 183px;
	width: 645px;
	background-repeat: no-repeat;
	position: relative;
	border:#999 thin solid;
}
#productHeader #photo {
	position: absolute;
	top: 0px;
	left: 0px;

}
#featuredProducts {
	width: 645px;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
	text-align:center;
	border:thin solid #cccccc;
}
#rightColumnBottom {
	margin-top: 10px;
	
}
#featuredProducts img {
	padding: 5px;	
	float: left;

}
#featuredProducts img:hover {
	background-color: #E6DAA2;
}
#products h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 51px;
	color: #58514a;
	background-image: url(images/h1-background.gif);
	background-repeat: no-repeat;
	background-position: 0px 43px;
	height: 65px;
	font-weight: bold;
	letter-spacing: -2px;
	line-height: 51px;
	margin-bottom: 15px;
	margin-top: 0px;
	padding-top: 0px;
}
#products h3 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#support {
	margin-left: 0px;
	width: 635px;
	position: relative;
	z-index: 3;
	min-height: 600px;
	height: auto !important; /* IE Min-height fix */
	height: 600px;
	position: relative;
	float: right;
	margin-right: 15px;
	background-color:#FFF;
}
#support .question {
	background-image: url(images/icon-document.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	margin-top: 3px;
}
#support h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 51px;
	color: #58514a;
	background-image: url(images/h1-background.gif);
	background-repeat: no-repeat;
	background-position: 0px 43px;
	height: 65px;
	font-weight: bold;
	letter-spacing: -2px;
	line-height: 51px;
	margin-bottom: 15px;
	margin-top: 0px;
	padding-top: 0px;
}
#support h3 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#phone-number {
	position: absolute;
	top: 6px;
	right: 50px;
	width: 350px;
	text-align: right;
}
#phone-number h3 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#supportHeader {
	border:thin #999 solid;
	width: 625px;
	overflow:hidden;
	position: relative;
	left: 0px;
	padding-top: 10px;
	padding-left: 20px;
	display: block;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
#supportHeader #textfield {
	border: 1px solid #666666;
	width: 150px;
	margin-right: 3px;
	height: 16px;
	color:#000;
}
#supportHeader .email {
	font-weight: bold;
	font-size: 14px;
}
#supportHeader .phone {
	font-weight: bold;
	font-size: 18px;
	color:#000;
}
#supportHeader .column {
	width: 265px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-right: 15px;
	padding-left: 25px;
	display: block;
}
#supportHeader h2 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 18px;
	line-height: 19px;
	margin: 0px;
	color: #333333;
}

#supportHeader p{
	color:#000;
}
#resultList {
	width: 90%;
	margin-left: 25px;
	float: left;
	margin-top: 10px;
}
#stickynote {
	width: 185px;
	float: right;
	margin-top: 0px;
	margin-right: 25px;
}
#date {
	font-weight: bold;
	color: #333333;
	display: block;
	float: left;
	height: 6em;
	width: 115px;
}
.result {
	display: block;
	padding-bottom: 12px;
}
.result a {
	display: block;
	font-weight: bold;
	text-decoration: underline;
}
#categories {
	border: 1px solid #999999;
	width: 627px;
	height: auto; 
	padding-left: 10px;
	background-color: #FDFCF0;
	padding-top: 6px;
	padding-bottom: 8px;
	padding-right: 8px;
	margin-bottom:20px;
}
#categories ul {
	margin: 0px;
	padding: 0px;
}
#categories li {
	background-image: url(images/arrow-tan.gif);
	background-repeat: no-repeat;
	padding-left: 6px;
	background-position: 0px 4px;
	padding-bottom: 0px;
	font-size: 11px;
	line-height: 18px;
}
.category-column {
	float: left;
	width: 25%;
}
#categories h3 {
	font-size: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	color:#000;
}

/** rightColumnContent --- PAGING --- rightColumnContent **/
.paging {
	font-size: 1em;
	width: 645px;
	background-color: #c3bcae;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 10px;
	color: #333333;
	margin-bottom: 5px;
}
.paging .current {
	font-weight: bold;
}
.paging a {
}
.pagingRight {
	float: right;
	width: auto;
	margin-right: 5px;
	margin-left: 25px;
	padding-top: 1px;
}
.pagingThumbnails {
	float: right;
	width: auto;
	margin-right: 5px;
	margin-left: 5px;
	padding-left: 11px;
	background-image: url(images/thumbnail-icon.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	font-size: 12px;
	padding-top: 1px;
}
.pagingDetailed {
	float: right;
	width: auto;
	margin-right: 5px;
	margin-left: 5px;
	padding-left: 11px;
	background-image: url(images/detail-icon.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-top: 1px;
}
.paging a {
	padding: 0 3px 1px 3px;
	margin: 0 2px 0 2px;
	text-decoration: none;
	color: #555555;
}

.paging a:link, .paging a:visited {
}

.paging a:hover, .paging a:active {
	color: #d00;
	text-decoration: underline;
}

.paging a.here {
	background-color: #504D47;
	color: #fff;
	font-weight: bold;
}

.paging img {
	border: 0;
}
#paper-tag h3 {
	font-size: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
}
#dealerLocater {
	background-color: #FFFFFF;
	float: left;
	width: 461px;
	padding: 10px;
	margin-left: 6px;
	margin-bottom: 18px;
	border: 1px solid #9A846D;
	display: block;
}
#dealerLocater h2 {
	margin: 0px;
	font-size: 22px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#paper-tag p {
	margin-bottom: 0px;
	padding-bottom: 3px;
	font-size: 11px;
	color: #333333;
}
#paper-tag #add-to-cart {
	background-image: url(images/red-button.jpg);
	background-repeat: no-repeat;
	height: 27px;
	width: 105px;
	padding-left: 32px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 1.4em;
	line-height: 1.5em;
}
#paper-tag #add-to-cart a {
	color: #FFFFFF;
}
#wrapper {
	background-image: url(images/energy-background-3.jpg);
	background-repeat: repeat-x;
	width: 100%;
	background-position: center top;
}
#account-info-top {
	color: #e3cb9b;
	text-align: right;
	width: 935px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	height: 20px;
}
#account-info-top a:hover {
	color: #ff8402;
	text-decoration: underline;
}
#account-info-top .space {
	padding-left: 8px;
	/*border-left-width: 1px;*/
	border-left-style: solid;
	border-right-color: #630300;
	border-left-color: #630300;
	padding-right: 8px;
}
#account-info-top #cart a {
	color: #ff8402;
	font-weight: bold;
	padding-left: 22px;
	background-image: url(images/cart-icon-orange.gif);
	background-repeat: no-repeat;
	float: right;
	background-position: 0px 1px;
	margin-top: 0px;
}
#account-info-top #cart a.cartdetails {
	color: #e3cb9b;
	font-weight: normal;
	padding-left: 8px;
	background-image: none;
	background-repeat: no-repeat;
	float: right;
	background-position: 0px 1px;
	margin-top: 0px;
}
#account-info-top a {
	color: #e3cb9b;
}
#subnavigation-bar {
	position: relative;
	z-index: 3;
	top: -22px;
	left: 15px;
	font-size: 10pt;
	color: #fff;
	padding-top: 3px;
	line-height: 18px;
}
#subnavigation-bar a {
	font-weight: bold;
}
#subnavigation-bar a:hover {
	text-decoration: none;
}
#subnavication-bar-right {
	float: right;

}
#subnavication-bar-right ul {
	margin-right: 60px; 
	padding: 0px;
	font-size: 90%;
}
#subnavication-bar-right li {
	margin: 0px;
	list-style-type: none;
	position: absolute;
	top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 18px;
}
#subnavication-bar-right #subnav1 {
	margin: 0px;
	list-style-type: none;
	position: absolute;
	top: 0px;
	right: 285px;
	background-image: url(images/subnav-arrow.gif);
	display: block;
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 22px;
	background-position: 0px 0px;
}
#subnavication-bar-right #subnav1:hover {
	background-image: url(images/subnav-arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px -20px;
	color: #fff;
}
#subnavication-bar-right #subnav2 {
	margin: 0px;
	list-style-type: none;
	position: absolute;
	top: 0px;
	right: 185px;
	background-image: url(images/subnav-email.gif);
	display: block;
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 22px;
	background-position: 0px 0px;
}
#subnavication-bar-right #subnav2:hover {
	background-image: url(images/subnav-email.gif);
	background-repeat: no-repeat;
	background-position: 0px -20px;
	color: #0066ff;
}
#subnavication-bar-right #subnav3 {
	margin: 0px;
	list-style-type: none;
	position: absolute;
	top: 0px;
	right: 90px;
	background-image: url(images/subnav-print.gif);
	display: block;
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 21px;
	background-position: 0px 0px;
}
#subnavication-bar-right #subnav3:hover {
	background-image: url(images/subnav-print.gif);
	background-repeat: no-repeat;
	background-position: 0px -20px;
	color:#0066ff
}
#top-content{
	z-index: 10000;
	width:875px;
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	padding-left:35px;
	padding-top:5px;
}

#top-content ul{
	position:absolute;
	z-index: 10000;
	top: 8px;
	right: 125px;
	color: #FFFFFF;
	height: 55px;
	width: 875px;
	margin: 0px;
	padding: 0px;	
	height: 22px;
}

#top-content ul li{
	z-index: 10000;
	list-style-type: none;
	display: block;
	float: right;
	padding-left:5px;
	padding-right:5px;

}
#top-content ul li a{
	height:25px;
	width:25px;
}



#top-menu ul {
	z-index: 4;
	position: absolute;
	top: 8px;
	right: 25px;
	color: #FFFFFF;
	height: 22px;
	width: 100px;
	margin: 0px;
	padding: 0px;
}
/*#top-menu a { color: #e3cb9b; }*/
#top-menu ul a {
	color: #e3cb9b;
}
#top-menu ul a:hover {
	color: #FF8402;
	text-decoration: underline;
}
#top-menu li {
	list-style-type: none;
	display: block;
	float: right;
	padding-left: 6px;
	color: #e3cb9b;
	background-image: url(images/arrow-tan.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	margin-left: 10px;
}
#top-menu .popupcontrolbox {
	background-color: #fff;
	border: solid 1px #bbb;
	padding: 5px 3px 5px 3px;
	margin: 4px 0 0 0;
	z-index: 999;
	position: absolute;
	width: 75px;
}
#top-menu .popupcontrolbox ul {
	padding: 3px 0 3px 15px;
}
#top-menu .popupcontrolbox li {
	padding: 3px 0 3px 0;
	position: relative;
}
#top-menu .popupcontrolbox li a {
	padding: 0 10px 0 0;
	color: #000;
	font-weight: bold;
}
#site-search {
	height: 35px;
	width: 296px;
	position: absolute;
	top: 36px;
	right: 0px;
}
#site-search #submit a {
	float: right;
	position: absolute;
	top: 0px;
	right: 0px;
	background-image: url(images/form-button-background-New511.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 90px;
	padding-top: 2px;
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #FDEAB5;
	padding-left: 8px;

}
#site-search #submit a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#site-search .formfield {
	background-image: url(images/search-background-New511.jpg);
	background-repeat: no-repeat;
	height: 23px;
	width: 190px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 15px;
	padding-top: 0px;
	padding-left: 0px;
}
#sidebar-content {
	padding-left: 0px;
	padding-right: 20px;
	padding-top: 15px;
	height:100%; 
}
#sidebar-content a {
	padding-top: 1px;
	padding-bottom: 2px;
	padding-left: 1px;
	margin-bottom: 0px;
	color: #fff;;
	display: block;
	width: 155px;
}
#sidebar-content a:hover {
	color: #000000;
	background-color: #E5D6BC;
	background-repeat: no-repeat;
	background-position: -1px;
	text-decoration: none;
	border-top-width: 1px;
}
#sidebar-content h3 {
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(Images/sidebar-grey-title.jpg);
	background-repeat:no-repeat;
	font-size: 13px;
	text-transform: uppercase;
	color: #ffffff;
	padding-left: 5px;
	width: 185px;
	line-height: 30px;
	padding-top: 0px;
}
#sidebar-content ul {
	margin: 0px 0px 0px 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 6px;
	color:#FFF;
}
#sidebar-content li {
	list-style-type: none;
	padding-bottom: 0px;
	line-height: 13px;
	color:#FFF;
}
.sidebarSmallText {
	font-size: 11px;
	line-height: 14px;
}
.sidebar-moreinfo img {
	border: 1px solid #666666;
}
#product-info img {
	border: 1px solid #666666;
}
#photos-bottom {
	border: 2px solid #58514A;
	display: block;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#photos-bottom img {
	margin-right: 14px;
	margin-bottom: 10px;
	display: inline;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #C6BDAB;
	border-right-color: #C6BDAB;
	border-bottom-color: #C6BDAB;
	border-left-color: #C6BDAB;
}
#photos-bottom img:hover {
	border: 1px solid #58514a;
}
#photo-bottom ul {
	margin: 0px;
	padding: 0px;
	width: 350px;
	position: relative;
	display: block;
	height: 18px;
}
#photo-bottom li {
	float: left;
	color: #e9decc;
	line-height: 16px;
}
#photo-bottom img {
	display: inline;
	margin-right: 5px;
	margin-bottom: 5px;
}
#photo-bottom img:hover {
	border-top-color: #EEE9D7;
	border-right-color: #EEE9D7;
	border-bottom-color: #EEE9D7;
	border-left-color: #EEE9D7;
}
#photo-bottom .rollover {
	background-image: url(images/search-icon-blue.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding-left: 16px;
	margin-right: 10px;
}
#photo-bottom .download {
	background-image: url(images/left-blue.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding-left: 16px;
	margin-right: 15px;
}
#photo-bottom .finishes {
	margin-right: 3px;
	color: #999999;
}
#photo-bottom li a {
	color: #e9decc;
	display: inline;
}
#product-detail-wrap {
	height: auto;
	border: thin solid #00FF00;

}
#product-info-tabs {
	width: 100%;
	float: left;
	/*background-image: url(images/tab-background.gif);*/
	background-repeat: no-repeat;
	background-position: bottom;
	line-height: 17px;
}
#product-info-tabs ul {
	margin: 0;
	list-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10px;
}
#product-info-tabs li {
	float: left;
	margin: 0;
	background-image: url(images/tab-left-tan.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 9px;
}
#product-info-tabs a {
	float: left;
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #666;
	background-image: url(images/tab-right-tan.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 4px;
	padding-right: 13px;
	padding-bottom: 2px;
	padding-left: 1px;
}
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#product-info-tabs a {
	float: none;
}
/* End IE5-Mac hack */
#product-info-tabs a:hover {
	color: #333;
}
#product-info-tabs #current {
	background-image: url(images/tab-left-white.gif);
}
#product-info-tabs #current a {
	background-image: url(images/tab-right-white.gif);
	color: #333;
}
#product-content-wrap{
	width:950px;
	overflow:hidden;
	border:#ccc medium solid;
	background-color:#FFF;
}

#product-info-wrap {
	background-color:#FFF;
	background-repeat: repeat-y;
	position: relative;
	float: left;
	width: 491px;
}
#product-info {
	padding-left: 25px;
	padding-right: 20px;
	z-index: 2;
	padding-top: 25px;
	position: relative;
	margin: 0px;
}
#product-info p {
	color:#000;
}
#product-info h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #000000;
	line-height: 1em;
	border-bottom-width: 3px;
	border-bottom-style: single;
	border-bottom-color: #ccc;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	letter-spacing: -1px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#product-info h3 {
	margin: 0px;
	font-size: 1.5em;
	line-height: 1.3em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 5px;
	letter-spacing: -1px;
}
#product-info ul {
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
	list-style-type: square;
	padding-left: 25px;
	line-height: 1.3em;
}
#product-info li {
	padding-top: 5px;
	padding-bottom: 5px;
}

#product-info-header {
	border-top:#fff thin solid;
	background-image:url(Images/product-info-blue-header-bg.jpg);
	background-repeat: no-repeat;
	height: 55px;
	width: 491px;
	z-index: 1;
	background-position: 0px 0px;
	position: absolute;
	top: 0px;
}
#product-info-footer {

	height: 49px;
	width: 491px;
	position: relative;
	z-index: 1;
}
.review {
	display: block;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 420px;
}
.reviewtext img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.reviewtext {
	float: none;
}
.stars {
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.stars img {
}
.reviewTitle {
	display: block;
	font-weight: bold;
}
.reviewName {
	font-weight: bold;
}
.reviewDate {
	color: #333333;
}
.reviewtext p {
	font-size: 0.95em;
	line-height: 1.1em;
}
#tags {
	float: left;
	position: relative;
	padding:10px;
	}
#sidebar-product {
	left: 1px; /* padding keeps the content of the div away from the edges */
	z-index: 3;
	width: 433px;
	background-repeat: no-repeat;
	position: relative;
	top: 30px;
	height: 100%;
	float: left;
}
#sidebar1 h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #6e6655;
	line-height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#sidebar-product #photo {
	background-image: url(images/prod-detail-photoback);
	background-repeat: no-repeat;
	padding-left: 27px;
	padding-top: 15px;
	padding-bottom: 0px;
	min-height: 425px;
	height: auto !important; /* IE Min-height fix */
	height: 425px;
	position: relative;
	float: right;
}
.sidebar-moreinfo {
	background-color:#FFF;
	margin-top: 0px;
	width: 450px;
	margin-left: 0px;
	position: relative;
}
.sidebar-moreinfo p {
	font-size: .95em;
	line-height: 1.3em;
}
.sidebar-moreinfo .content {
	padding-left: 30px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 25px;
}
.sidebar-moreinfo .content ul {
	margin: 0px;
	padding: 0px;
}
.sidebar-moreinfo .content li {
	padding-left: 19px;
	background-image: url(images/left-blue.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 2px;
	margin-bottom: 2px;
}

#left-column {
	width: 630px;
	padding-right: 15px;
}
#left-column ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#left-column li {
	list-style-type: none;
	background-image: url(images/light-arrow.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: left 3px;
	padding-bottom: 5px;
	margin-top: 4px;
	border-bottom-color: #B1A78F;
}
#recent-photos {
	height: 265px;
	width: 630px;
	float: left;
}
#recent-photos-background-wrap {
	margin-right: 22px;
	margin-left: 0px;
	margin-top: 10px;
}
#recent-photos img {
	border: 1px solid #C6BDAB;
	margin-top: 2px;
	margin-right: 3px;
	margin-bottom: 5px;
	margin-left: 3px;
}
#recent-photos img:hover {
	border: 1px solid #58514a;
	margin-top: 2px;
	margin-right: 3px;
	margin-bottom: 5px;
	margin-left: 3px;
}
#company-overview {
	float: left;
	width: 630px;
	font-size: 10pt;
}
#footer-home {
	height: 90px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	margin-bottom: 5px;
	padding-left: 0px;
	font-size: 10px;
	color: #807665;
	position: absolute;
	width: 962px;
	margin-top: 25px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #5B5141;
}
#footer-home #copyright {
	position: absolute;
	width: 700px;
	top: 27px;
	display: block;
	left: 10px;
	height: 15px;
}
#footer-home ul {
	position: absolute;
	left: 5px;
	top: 12px;
	width: 650px;
	margin-bottom: 10px;
	margin-top: 0px;
	text-align: left;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#footer-home h3 {
	top: 8px;
	right: 1px;
	position: absolute;
	width: 242px;
	height: 60px;
	text-indent: -9999px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(images/klipsch-logo-home.gif);
	background-repeat: no-repeat;
}
#footer-home a {
	color: #92846E;
	margin: 0px;
}
#footer-home li {
	float: left;
}
#footer-home li a {
	font-size: 9pt;
	display: inline;
	height: 15px;
	line-height: 13px;
	padding-right: 5px;
	padding-left: 5px;
	color: #877B5A;
}
#footer-home li a:hover {
	text-decoration: underline;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #5B5141;
	background-position: 28px 0px;
	height: 90px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	margin-bottom: 5px;
	padding-left: 0px;
	font-size: 10px;
	color: #c3b39d;
	position: relative;
	width: 975px;
	margin-top: 20px;
}
#footer #copyright {
	position: absolute;
	width: 700px;
	top: 31px;
	display: block;
	left: 45px;
	height: 15px;
}
#footer #copyright a {
	padding-right: 4px;
	padding-left: 4px;
	color: #F5F0DE;
}
#footer ul {
	position: absolute;
	left: 35px;
	top: 17px;
	width: 690px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 5px;
	padding: 0px;
}
#footer h3 {
	top: 15px;
	float: right;
	right: 15px;
	position: absolute;
	width: 230px;
	background-image: url(images/klipsch-logo-home.gif);
	background-repeat:no-repeat;
	height: 60px; 
	text-indent: -9999px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
}
#footer a {
	color: #fff;
	margin: 0px;
}
#footer li {
	float: left;
}
#footer li a {
	font-size: 9pt;
	height: 15px;
	line-height: 13px;
	padding-right: 5px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #3A3627;
	color: #fff;
}
#footer li a:hover {
	text-decoration: underline;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#tags h3 {
	margin: 0px;
	float: left;
}
.fltrt {
	/* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-bottom: 8px;
}
.fltlft {
	/* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat {
	/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
.stars img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/**************************************************************************************/
/** Nathan's Overrides **/
#main-menu {
	letter-spacing: -0.5px;
}
#main-menu .cart a {
	text-transform: none;
}
#sidebar1 #photo {
	background-color:#FFF;
}
#product-info-tabs .current {
	background-image: url(images/tab-left-white.gif);
}
#product-info-tabs .current a {
	background-image: url(images/tab-right-white.gif);
	color: #333;
}
#dealerLocater {
	width: 470px; /*margin-top: 10px;*/
}
#rightColumnContent {
	z-index: 2;
}
#rightColumnContent .series {
	height: 240px;
}
#rightColumnContent .series .fg-button,  #rightColumnContent .series a.fg-button,  #rightColumnContent .series a.fg-button:link {
	margin: 4px 0 4px 0;
	display: inline-block;
}
#rightColumnProduct .series {
	width: 146px;
	height: 160px;
	margin: 2px 2px 2px 0;
}
#rightColumnProduct .seriesDetail {
	width: 446px;
	height: 140px;
	margin: 2px 2px 2px 0;
	color:#000;
}
#productTop {
	position:relative;
	width:450px;
	text-align:left;
	overflow:hidden;
	color:#000;

}

#productTop p{
	color:#000;
}
#sidebar1 .series {
	width: 170px;
	height: 160px;
	margin: 2px 2px 2px 0;
}
.date {
	font-weight: bold;
	color: #333333;
	display: block;
	float: left;
	height: 7em;
	width: 115px;
}
.mainpic {
	border: solid 1px #6E6655;
}
.flash {
	left: 0px;
	top: 0px;
	position: absolute;
}
.smallflash {
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}
#homeCategory-headers .homeCategories {
	border:#ccc thin solid;
}

.homeCategories h3 a {
	color: #0068b3;
}
.homeCategories h3 a:hover {
	color: #EDA946;
	text-decoration: underline;
}
.series a.pic img {
	border: solid 1px #000;
}
#account-info-top {
	text-align: left;
}

/* Remember to remove all the input css from above!!!!!!!! */

/** Nathan's Code **/

/* --> Trace */
#__asptrace {
	background-color: #fff;
	margin: 20px 0 0 0;
}

/* --> Status */
.error {
	color: #ff0000;
	font-weight: bold;
	font-size: 80%;
}
.errorbox {
	background: #f9ccc4 url(   "images/error.png" ) no-repeat 8px 5px;
	border: solid 1px #191918;
	padding: 5px 8px 5px 30px;
	margin: 12px 0 10px 0;
	font-size: 90%;
	font-weight: bold;
}
.okbox {
	background: #e6ffcc url(   "images/ok.png" ) no-repeat 8px 5px;
	border: solid 1px #191918;
	padding: 5px 8px 5px 30px;
	margin: 12px 0 10px 0;
	font-size: 90%;
	font-weight: bold;
}
.statusbox {
	background: #ffffcc url(   "images/status.png" ) no-repeat 8px 5px;
	border: solid 1px #191918;
	padding: 5px 8px 5px 30px;
	margin: 12px 0 10px 0;
	font-size: 90%;
	font-weight: bold;
}
.securebox {
	background: #ffffcc url(   "images/lock.png" ) no-repeat 8px 5px;
	border: solid 1px #191918;
	padding: 5px 8px 5px 30px;
	margin: 12px 0 10px 0;
	font-size: 90%;
	font-weight: bold;
}
.loadingbox {
	background-color: #fff;
	border: solid 1px #191918;
	padding: 5px 8px 5px 8px;
	margin: 12px 0 10px 0;
	font-size: 100%;
	font-weight: bold;
}
.errorbox li, .okbox li, .statusbox li {
	color: #000;
	margin: 2px 0 2px 15px;
	list-style-type: square;
	font-weight: normal;
	font-size: 120%;
}

/* --> Popup Control */
#subnavication-bar-right .popupcontrolbox {
	background-color: #fff;
	border: solid 1px #bbb;
	padding: 5px 3px 5px 3px;
	margin: 4px 0 0 0;
	z-index: 999;
	position: absolute;
	width: 130px;
}
#subnavication-bar-right .popupcontrolbox ul {
	padding: 3px 0 3px 15px;
}
#subnavication-bar-right .popupcontrolbox li {
	padding: 3px 0 3px 0;
	position: relative;
}
#subnavication-bar-right .popupcontrolbox li a {
	padding: 0 10px 0 0;
}

/* --> Auto Complete */
.autocomplete {
	padding: 2px 2px 2px 2px;
	color: #504d47;
}
.autocomplete:hover, .autocompletehighlight {
	padding: 2px 2px 2px 2px;
	color: #fff;
	background-color: #504d47;
}
.autocomplete ul {
	position: absolute;
	z-index: 999;
}
/*.autocomplete ul li {
	position: absolute;
	z-index: 999;
}*/

/* --> Modal Box */
.modalbox {
	background-color: #fff;
	border: solid 1px #58514a;
}
.modalopacity {
	background-color: #000;
	opacity: 0.5;
}
.modalbox .controls {
	text-align: center;
}
.modalopacityprocessing {
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	overflow: hidden;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background-color: #fff;
	opacity: 0.5;
}
.modalheader {
	margin: 0 0 0 0;
	padding: 6px 4px 6px 4px;
	/*background-color: #58514a;*/
	background-color: #efefef;
	border-bottom: solid 1px #e6e6e6;
	text-align: right;
}
.modalbody {
	background-color: #fff;
	padding: 4px 3px 4px 3px;
	margin: 0 auto;
}
.modalfooter {
	/*background-color: #58514a;*/
	background-color: #efefef;
	border-top: solid 1px #e6e6e6;
	padding: 4px 4px 4px 4px;
	text-align: center;
}
.modalheader a.button, .modalheader a.button:link, .modalheader a.button:visited, .modalheader a.button:active {
	color: #eee;
	background-color: #58514a;
	margin: 0 0 0 0;
	padding: 0 4px 0 4px;
	border: solid 1px #eee;
}
.modalheader a.button:hover {
	color: #fff;
	background-color: #000;
	text-decoration: none;
	border: solid 1px #fff;
}
.modalbody a:link img, .modalbody a:visited img, .modalbody a:active img, .modalbody a:hover img {
	border: solid 1px #25221b;
}
.modalboxprocessing {
	position: fixed;
	top: 35%;
	left: 42%;
	background-color: #eee;
	border: solid 1px #58514a;
	padding: 20px 20px 20px 20px;
	opacity: 1;
}
.modalboxprocessing img {
	padding: 0 4px 0 0;
}

/* --> Collapsible Panel */
.collapsiblepanel {
	height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.collapsibleheader {
	margin: 0 0 0 6px;
	padding: 6px 4px 6px 4px;
	background-color: #58514a;
	text-align: right;
}
.collapsibleheader a.button, .collapsibleheader a.button:link, .collapsibleheader a.button:visited, .collapsibleheader a.button:active {
	color: #eee;
	background-color: #58514a;
	margin: 0 0 0 0;
	padding: 0 4px 0 4px;
	border: solid 1px #eee;
}
.collapsibleheader a.button:hover {
	color: #fff;
	background-color: #000;
	text-decoration: none;
	border: solid 1px #fff;
}

/* --> MagicZoom */
.MagicZoomBigImageCont {
	border: 2px solid #000;
	background: #fff url(images/loading.gif) no-repeat center center;
}
.MagicZoomHeader {
	font: 10px Tahoma, Verdana, Arial, sans-serif;
	color: #eee;
	background: #58514a;
	text-align: center;
}
.MagicZoomPup {
	border: 1px solid #aaa;
	background: #ffffff;
}
.MagicZoomLoading {
	text-align:		center;
	background: 	#ffffff;
	color:			#444;
	border: 		1px solid #ccc;
	opacity:		0.8;
	padding:		3px 3px 3px 3px !important;
	display: 		none; /* do not edit this line please */
}
.MagicZoomLoading img {
	padding-top:	3px !important;
}

/* --> Tags */
.CloudTag1, .CloudTag2, .CloudTag3, .CloudTag3, .CloudTag4, .CloudTag5, .CloudTag6 {
	margin: 0px;
	padding: 0px;
	display: inline;
}
a.CloudTag1:link, a.CloudTag1:visited, a.CloudTag1:active {
	margin-right: 6px;
	text-decoration: none;
	color: #10294e;
	font-size: 225%;
	font-weight: 900;
}
a.CloudTag2:link, a.CloudTag2:visited, a.CloudTag2:active {
	margin-right: 6px;
	text-decoration: none;
	color: #183d75;
	font-size: 175%;
	font-weight: 800;
}
a.CloudTag3:link, a.CloudTag3:visited, a.CloudTag3:active {
	margin-right: 6px;
	text-decoration: none;
	color: #1b4585;
	font-size: 150%;
	font-weight: 600;
}
a.CloudTag4:link, a.CloudTag4:visited, a.CloudTag4:active {
	margin-right: 6px;
	text-decoration: none;
	color: #20519c;
	font-size: 120%;
	font-weight: 500;
}
a.CloudTag5:link, a.CloudTag5:visited, a.CloudTag5:active {
	margin-right: 6px;
	text-decoration: none;
	color: #587db5;
	font-size: 100%;
	font-weight: 300;
}
a.CloudTag6:link, a.CloudTag6:visited, a.CloudTag6:active {
	margin-right: 6px;
	text-decoration: none;
	color: #90a9ce;
	font-size: 80%;
	font-weight: 200;
}
a.CloudTag7:link, a.CloudTag7:visited, a.CloudTag7:active {
	margin-right: 6px;
	text-decoration: none;
	color: #c7d3e6;
	font-size: 60%;
	font-weight: 100;
}
a.CloudTag1:hover, a.CloudTag2:hover, a.CloudTag3:hover, a.CloudTag4:hover, a.CloudTag5:hover, a.CloudTag6:hover, a.CloudTag7:hover {
	text-decoration: underline;
}

/* --> Forms */
table.form {
	margin-top: 2px;
}
.form td, .form th {
	padding: 4px 4px 4px 4px; /*font-size: 90%;*/
	vertical-align: top;
}
.form td label, .form td.label {
	display: block;
	text-align: right;
	padding: 2px 2px 0 0;
	font-size: 1.0em;
}
.form td label .required {
	padding: 0 0 2px 0;
	font-size: 0.9em;
}
.form td .checkbox label, .form td .radiobutton label {
	display: inline; /*font-weight: normal;*/
}
.form table.checkbox, .form .checkbox table, .form table.radiobutton, .form .radiobutton table {
	/* CheckBoxList and RadioButtonList */ /*font-size: 134%;*/
}
.form td.buttonright {
	text-align: right;
}
span.error {
	position: absolute; /* margin will not work without this */
	font-weight: bold;
	margin: 4px 0 0 10px;
}
.required {
	color: #dd0000;
	font-weight: bold;
}
.form .required {
	font-size: 0.9em;
}
.smalltext {
	color: #58514a;
	font-size: 0.8em;
	margin: 4px 0 0 0;
}
a.smalltext, a.smalltext:link {
	color: #2662BD;
}
.label {
	/*font-weight: bold;*/
}

/* --> Product Comparison Table */
table.comparison {
	color: #58514a;
	line-height: 1.65em;
	margin-bottom: 15px;
}
.comparison td {
	padding: 2px 4px 2px 4px;
	vertical-align: top;
}
.comparison tr.row td {
	/*background-color: #fff;*/
	vertical-align: top;
}
.comparison tr.rowalternate td {
	/*background-color: #ded2bf;*/
	vertical-align: top;
}
.comparison tr.row td, .comparison tr.rowalternate td, .comparison tr.photo td {
	font-size: .90em;
	vertical-align: middle;
	border-bottom: 1px #58514a solid;
}
.comparison tr.photo td, .comparison tr.remove td {
	border-bottom-width: 0;
}
html > body .comparison tr.row td, html > body .comparison tr.rowalternate td {
	border-bottom: 1px #58514a dotted;
}
html > body .comparison tr.photo td, html > body .comparison tr.remove td {
	border-bottom-width: 0;
}
.comparison tr.row:hover td, .comparison tr.rowalternate:hover td {
	background: none;
	background-color: #fff;
}
.comparison a.pic {
	display: block;
	padding-bottom: 10px;
}
.comparison a.pic img {
	border: solid 1px #000;
}
.comparison a.sku {
	font-weight: bold;
	display: block; /*color: #d00;*/
}
/*.comparison a.desc{
	font-weight: normal;
	display: block;
}
.comparison .price{
	color: #999;
	font-size: .90em;
}*/

/* --> Product Specs */
#spec td {
	border-bottom: 1px #eee solid;
}
html > body #spec td {
	border-bottom: 1px #ccc dotted;
}
#spec .spec-name {
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
}
#spec .spec-detail {
	padding-left: 5px;
}

/* --> Locator */
table.locator {
	color: #000;
	background-color: #fff;
	line-height: 1.2em;
	margin: 0 0 15px 0;
	border: solid 1px #58514a;
}
table.locator th {
	text-align: left;
	color: #fff;
	background-color: #58514a;
	padding: 4px 4px 4px 4px;
}
table.locator td {
	padding: 4px 4px 4px 4px;
	vertical-align: top;
}
#mainContent table.locator ul {
	margin: 0 0 0 10px;
}
#mainContent table.locator li {
	list-style-image: none;
	list-style-type: square;
	list-style-position: outside;
	line-height: 1.2em;
	font-size: 1em;
}
.locatorpanel {
	/* allows autocomplete to layer over map */
	position: relative;
	z-index: 1;
}
#map {
	width: 680px;
	height: 300px;
	margin: 0 auto;
	background-color: #58514a;
	border: solid 1px #000;
}
.map {
	background-color: #58514a;
	padding: 4px 4px;
}
.mapcontrols {
	background-color: #58514a;
	color: #fff;
	padding: 4px 4px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	margin-bottom: 10px;
}

/* --> Misc */
.highlight {
	background-color: #ffffcc;
	font-weight: bold;
}
a.glossary:link, a.glossary:active, a.glossary:hover, a.glossary:visited {
	text-decoration: none;
	border-bottom: dotted 1px #000;
	cursor: help;
}
/*#dealers {
	border: solid 1px #bbb;
}*/
#hcard-Energy-Support .fn, #hcard-Energy-Support .org, #hcard-Energy-Support .type {
	display: none;
}
#hcard-Keith-Claytor .type {
	display: none;
}
/*#rightColumnProduct .collapsiblepanel {
	clear: both;
}*/
.noscript ul li {
	list-style-type: none;
}

/** Matt's Code **/

#categories .category-block li.list {
	margin-left: 5px;
}

.homeCategories1 {
	background-image: none;
}
.homeCategories2 {
	background-image: none;
}
.homeCategories3 {
	background-image: none;
}

#top-menu ul {
	width: 400px;
}
/* Overrides 348px, lets it span wider with longer international words. I hope this doesn't break something else... */

.sticky-submit {
	font-size: 15px;
}
/*Overrides 16px, lets a slightly longer word fit in place of "GO" for international words... (Button in Newsletter Signup - Home Page)*/


/* Store */
#rightColumnProduct #paper-tag {
	padding-left: 10px;
}
#paper-tag h3 {
	font-size: 22px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family:Arial, Helvetica, sans-serif;
	color: #0066ff;
	font-weight:bold;
}
#paper-tag h3 .soldas {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	margin-left: -4px;
}
#paper-tag .listprice {
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	margin-top: -1px;
	padding-left: 6px;
}
#paper-tag .savings {
	font-size: 11px;
	font-weight: bold;
	color: #d00000;
	margin: 0;
	padding: 0;
	margin-top: -5px;
	padding-left: 6px;
}
#paper-tag .sku {
	font-size: 11px;
	margin: 0;
	padding: 0;
	margin-top: 3px;
	padding-left: 6px;
}
.ratingsbox {
	margin: 10px 0 10px 4px;
	width: 330px;
}
#highlights {
	margin: 10px 0 10px 4px;
	width: 260px;
	float: left;
}
#highlights ul {
	list-style-type: square;
	padding-left: 25px;
	line-height: 1.3em;
}
#highlights li {
	padding-top: 5px;
	padding-bottom: 5px;
}
.storedetails {
	margin: 10px 0 10px 4px;
	width: 200px;
	float: right;
}
/*#storedetails table { margin: 0 auto; }*/
a.instock, a.instock:link, a.instock:visited, a.instock:active {
	color: #009900;
	text-decoration: underline;
	font-weight: bold;
}
a.instock:hover {
	text-decoration: none;
}
a.limitedstock, a.limitedstock:link, a.limitedstock:visited, a.limitedstock:active {
	color: #0033cc;
	text-decoration: underline;
	font-weight: bold;
}
a.limitedstock:hover {
	text-decoration: none;
}
a.outofstock, a.outofstock:link, a.outofstock:visited, a.outofstock:active {
	color: #d00000;
	text-decoration: underline;
	font-weight: bold;
}
a.outofstock:hover {
	text-decoration: none;
}
#modalcartdetails {
	/*border: solid 1px #000;
	padding: 4px 4px;*/
}
#modalcartdetails img {
	margin-right: 4px;
	margin-left: 3px;
}
#modalcartbuttons {
	margin: 10px, 0, 10px, 0;
	text-align: right;
	border-top: solid 1px #efefef;
	border-bottom: solid 1px #efefef;
	padding: 10px 0 10px 0;
}
#modalcontinuebutton {
	float: left;
	padding-left: 3px;
}
#modalcheckoutbutton {
	float: right;
}
.seriesDetail .priceright {
	display: block;
	color: #333333;
	width: 180px;
	float: right;
	text-align: right;
	padding-top: 5px;
	line-height: 20px;
	min-height: 140px;
}
.priceright h3 {
	font-size: 22px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family:Arial, Helvetica, sans-serif;
	color: #d00000;
}
.priceright h3 .soldas {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	margin-left: -4px;
}
.priceright .fg-button { margin: 6px 0 6px 0; }
.prices {
	font-weight: bold;
	color: #d00000;
}
.cartsummary {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
