* {
	margin:0;
	padding: 0;
}
body
{
 	height:100%;
	font-size:62.5%;
	font-family: Arial, Helvetica, sans-serif;
	/*background-color:#EEE8E8;*/
	margin:1px;
}
img,img a
{
 border-width:0;
	-ms-interpolation-mode: bicubic;
}
li {
	list-style: none;
}
hr
{
 color:#4473D0;
}
h1
{
 margin-top:0;
 margin-bottom:0;
 font-size:1.4em;
}
h2
{
	margin-top:0;
	margin-bottom:0;
	font-size:1.3em;
	color:#333399;
	margin-left:5px;
}
a h2
{
 margin-top:0;
 margin-bottom:0;
 font-size:1.3em;
}

/* ---------------------Color Definitions ---------------------*/
.dkbg
{
 	background-color:#0634F9;
}
.dkbd
{
 border:1px solid #0634F9;
}
.mdbg
{
background-color:#FF9933;
}
.mdbd
{
border:1px solid #FF9933;
}
.ltbg
{
	background-color:#E5DFDF;
	color:#0634F9
}

.ltbd
{
 	border:1px solid #E5DFDF;
}
.white {
	background-color: #fff;
}

/* --------------------- Containers --------------------- */

#outer
{
  /*border:2px solid #030355;*/
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	width: 8.5in;
}
.logo, .sales, .left-col, #middle, .footer {
	display: none;
}
#header
{
	/*width: 990px;*/
}
#header.ltbg {
	background-color: #fff;
}
.search-header {
	width: 255px;
	float: right;
}
.search-header input.search-input {
	float: left;
	margin-right: 5px;
	height: 19px;
	border: 0;
	line-height: 19px;
	padding: 0;
	font-size: 1.1em;
}
#middle
{
	background-color:#0634F9;
	font-size:1.2em;
	padding:5px;
	text-align:left;
	border-width:1px 0;
	border-color:#030355;
	border-style:solid;
}
.middle-inner {
	width: 990px;
}
#content
{
	font-size:1.2em;
	background-color:#FFF;
	text-align:left;
	padding:15px;
	min-height:500px;
}
* html #content {
	height: 500px;
}
#content li {
	margin-left: 25px;
	list-style: disc;
}
#content p {
	margin: 10px 0;
}
.data-row
{
	clear:both;
  text-align:left;
}
.data-row-highlight
{
clear:both;
	padding-top: 2px;
	text-align:left;
	background-color:#EFEDF3;
}

.clear
{
	clear:both;
	height: 1px;
}

/* --------------------- Text Formatting --------------------- */
.site-info {
	font-size:1.6em;
	padding-top:15px;
	font-weight:bold;
	text-align:center;
}
.phone
{
	color:#000;
}
.footer
{
  font-size:1em;
  font-weight:bold;
  text-align:center;
  padding:6px;
  color:#000;
}
.footer A
{
 color:#000;
}
.title
{
  font-variant:small-caps;
  font-weight:bold;
  text-align:center;
  font-size:1.2em;
  color:#0634F9;
  background-color:#E5DFDF;
	margin: 10px;
}
#breadcrumbs {
	margin-bottom:10px;
}
#content #breadcrumbs li {
	display: inline;
	margin-left: 5px;
}
.shipping
{
	font-weight:bold;
	color:#333399;
}

.header
{
  font-weight:bold;
	padding: 2px 5px;
}
.main-header
{
  font-weight:bold;
}
.label
{
  color:#333399;
  font-weight:bold;
  vertical-align:top;
  white-space: nowrap;
}
div#footer .label
{
	font-weight:bold;
	color:yellow;
}

.data
{

}
.question
{
 font-weight: bold;
 color:#E5DFDF;
}
.question-data
{
	font-weight:bold;
}
.answer
{
 	color:#0634F9;
 	font-weight:bold;
}
.sales
{
	padding-top: 8px;
	 font-weight:bold;
	color:#000;
	font-size:1.8em;
	text-transform:uppercase;
	text-align:center;
}
.sales A
{
 color:red;
}
.sales A:Hover
{
 color:#FFF;
 text-decoration:none;
}
.index-box {
	height: 1%;
}
.free-shipping-box {
	color: red;
	font-weight: bold;
	font-size: 1.4em;
	text-align: center;
	padding: 2px;
	padding-top: 5px;
}
.coupon-box {
	text-align: center;
	font-weight: bold;
	color: blue;
	font-size: 1.4em;
}
.coupon-box a {
	color: blue;
}
.call-box {
	font-weight: bold;
	padding: 2px;
	font-size: 1.5em;
	text-align: center;
}
td.cat-box-td {
	width: 97px;
}
td.cat-box-db-td {
	width: 194px;
	vertical-align: middle;
}
td.middle-column-td {
	width: 384px;
}
.index-product
{
 font-weight:bold;
 font-size:.9em;
 color:#FFF;
 text-decoration:none;
 text-align:center;
 background-color:#898989;
 height:30px;
overflow:hidden;
}
.index-product-spotlight
{
 background-color:#E5DFDF;
 text-align:center;
 font-weight:bold;
}
.index-product-spotlight A
{
 color:#0634F9;
 text-decoration:none;
}
.index-product-spotlight A:Hover
{
color:yellow;
text-decoration:none;
}
.index-product-spotlight-chfmi, .index-product-spotlight-chfmi A
{
 color:#0634F9;
 text-decoration:none;
}
.index-product A
{
	color:#FFF;
	text-decoration:none;
}
.index-product A:Hover
{
	color:yellow;
	text-decoration:none;
}
.index-click-here
{
	background-color: #898989;
	text-transform:lowercase;
	font-size:.9em;
}
.index-click-here A
{
 	color:#FFF;
 	text-decoration:none;
}
.index-click-here A:Hover
{
	color:yellow;
	text-decoration:none;
}
.index-product-box-a
{
	border-color:#E5DFDF;
	border-width:1px;
	border-style: solid;
	text-align:center;
}
.index-product-box-b
{
	border-color:#898989;
	border-width:1px;
	border-style: solid;
	text-align:center;
	margin-top: -3px;
}
.satisfaction
{
  color: #990000;
	font-weight:bold;
	text-align:center;
}
.main-text
{
background-color: #0634F9;
color: #FFFFFF;
font-weight: bold;
clear:both;
text-align:center;
}
/* ----------------------- Nav --------------------*/

.nav-item
{
	/*float: left;*/
	margin-top: 4px;
}
.nav-cat
{
  background-color:#030355;
  font-size:1.2em;
	text-align:left;
	padding:2px 2px;
}
.nav-item ul li
{
	display: inline;
	color: #A5F9A5;
	padding: 2px 5px;
  font-weight:bold;
  border-top: 1px solid #FFDA81;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #FFDA81;
  background-color:#E5DFDF;
  margin-bottom:3px;
  margin-right:3px;
}
.nav-item a
{
  text-decoration: none;
  color: #0634F9;
}
.nav-cat li
{
	color: #000000;
  font-weight:bold;
  border-top: 1px solid #ABC4F4;
  border-right: 1px solid #02029E;
  border-bottom: 1px solid #02029E;
  border-left: 1px solid #ABC4F4;
  background-color:#0634F9;
  margin-bottom:3px;
}
.nav-cat li a
{
	padding:1px 2px 1px 3px;
	display: block;
	text-decoration: none;
  color: #FFFFFF;
}
.nav-cat li a:hover {
	background-color: #385DFA;
}
.nav-cat-on
{
  color: yellow;
  padding:1px 2px 1px 3px;
  font-weight:bold;
  border-top: 1px solid #ABC4F4;
  border-right: 1px solid #474646;
  border-bottom: 1px solid #474646;
  border-left: 1px solid #ABC4F4;
  background-color:yellow;
  margin-bottom:3px;
}
.nav-cat-on A
{
  text-decoration: none;
  color: #333399;
}
.nav-cat-current
{
  color: #000000;
  padding-left:2px;
  padding-right:2px;
  font-weight:bold;
  border-top: 1px solid #ABC4F4;
	border-right: 1px solid #474646;
  border-bottom: 1px solid #474646;
  border-left: 1px solid #ABC4F4;
  background-color:red;
  margin-bottom:3px;
}
.nav-cat-current A
{
  text-decoration: none;
  color: #FFF;
}


/* --------------------- Alignment --------------------- */

.right
{
  text-align:right;
}
.center
{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
.left
{
	text-align:left;
}




/*-----Root Configuration Page----*/
.configuration-step
{
	color:#333399;
	font-weight:bold;
}
.configuration-step-option
{
color:#333399;
}
.configuration-step-option-price
{
color:green;
}
.inner-selected-box
{
 background-color:#FFF;
 font-weight:normal;
 font-size:1em;
 padding:3px;
 border-width:1px;
 border-style:solid;
 border-color:#CCC #EEE #EEE #CCC;
}
.config-box
{
border:1px solid #333399;
}
.config-label
{
 color:#000;
 font-weight:bold;
}
.config-price
{
color:#333399;
text-align:center;
font-weight:bold;
margin-bottom:5px;
}
/*----Checkout Process----*/
.error
{
	font-weight:bold;
	color:red;
}
.required
{
	color:#990000;
	font-weight:bold;
}
.cart-coupon-header
{
	text-align:center;
	font-weight:bold;
	color:#FFF;
	font-size:1.2em;
}
.cart-coupon-label
{
	font-weight:bold;
	font-size:1.2em;
}
.checkout-label
{
	font-weight:bold;
	color:#000;
}
.checkout-header
{
	font-weight:bold;
	font-size:1.1em;
	background-color:#EEE;
}
.mini-sale
{
 font-size:1.1em;
 color:#000;
 text-align:center;
 background-color:#FFF;
}
.mini-sale img
{
	height:110px;
}
.mini-product
{
 font-size:1.1em;
}
.mini-product A
{
color:#0634F9;
}
.mini-header
{
 font-size:1em;
 color:#FFF;
 font-weight:bold;
}
.mini-chfmi
{
 text-align:center;
 font-weight:bold;
 color:#FFF;
}
.mini-chfmi A
{
 color:#FFF;
 text-decoration:none;
}
.mini-quantity
{
 color:#000;
 font-weight:bold;
}
.mini-label
{
 font-weight:bold;
 font-size:.9em;
 color:#000;
}
.mini-view
{
 font-size:.9em;
 font-weight:bold;
 color:#000;
 text-align:center;
}
.mini-view A
{
 color:#000;
 text-decoration:none;
}
.mini-price
{
	font-weight:bold;
	font-size:1.1em;
	text-align:center;
	color:black;
}
#faqs-page th {
	vertical-align: top;
	padding-right: 5px;
}
#faqs-page th.question-data,
#faqs-page th.question-label {
	color: #333;
}
#faqs-page th.answer-label {
	color: #0634F9;
}
td.author,
td.location {
	padding-right: 5px;
}
ul#testimonials li {
	list-style: none;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
ul#testimonials .clear {
	height: 1px;
}
.contact-form-description {
	margin-top: 15px;
	margin-bottom: 5px;
}
.payment-methods {
	width: 260px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: center;
}
.payment-methods li {
	float: left;
	height: 30px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	width: 50px;
}
.payment-methods li span {
	display: none;
}

li.visa {
	background: transparent url( /images/visa.gif ) 0 0 no-repeat;
}

li.americanExpress {
	background: transparent url( /images/americanExpress.gif ) 0 0 no-repeat;
}

li.masterCard {
	background: transparent url( /images/masterCard.gif ) 0 0 no-repeat;
}

li.discover {
	background: transparent url( /images/discover.gif ) 0 0 no-repeat;
}

li.check {
	background: transparent url( /images/check.gif ) 0 0 no-repeat;
}
#coupon-signup-page fieldset {
	width: 333px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #0634F9;
    padding: 10px;
}
#coupon-signup-page legend {
	color: #0634F9;
	padding: 5px;
}
#content .coupon-signup-form ul.subscription-choices li {
	/*display: inline;*/
	margin: 5px 5px 5px 10px;
	list-style: none;
}
.email-label {
	color: #333;
}
ul.subscription-options {
    padding-top: 5px;
}
#content .coupon-signup-form ul.subscription-choices li.unsubscribe {
    margin-top: 15px;
}
#notice {
    background-color: yellow;
    padding: 10px;
    font-weight: bold;
}
img.portrait {
	width: 100px;
}
.comparison-table td {
	text-align: center;
	padding: 2px 3px;
}
.comparison-table .cart-link {
	display: none;
}
.comparison-table th {
	padding: 2px 3px;
}
.comparison-table a.product-name {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
.comparison-table tr.odd th,
.comparison-table tr.odd td {
	background-color: #eee;
}
.return-to-previous {
	display: none;
	font-weight: bold;
	font-size: 1.1em;
}
