* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px;
	background-color: #FFDA81;
	line-height: 160%;
}

hr {
	color: #4473D0;
}

h1 {
	font-size: 1.4em;
	color: #333399;
}

h2 {
	font-size: 1.2em;
	color: #333399;
}
h2 a {
	color: #339;
}
h3 {
	font-size: 1.2em;
	color: #333399;
}
li {
	list-style: none;
	margin-left: 25px;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
p {
	margin: 8px 0;
}
#notice {
	font-size: 1.2em;
	background-color: yellow;
	padding: 10px;
	font-weight: bold;
	margin: 10px 0;
}
/* ---------------------Color Definitions ---------------------*/
#search-bar {
	font-size: .9em;
	background-color: #333399;
	text-align: right;
	padding-right: 10px;
	margin-bottom: 5px;
}
#search-bar input.search-input {
	width: 175px;
}
.dkbg {
	background-color: #333399;
	color: #FFDA81;
}

.dkbd {
	border: 1px solid #333399;
}

.dkbd-option {

}

.mdbg {
	background-color: #FF9933;
	color: #FFDA81;
}

.mdbd {
	border: 1px solid #FF9933;
}

.ltbg {
	background-color: #FFDA81;
	color: #333399;
}

.ltbd {
	border: 1px solid #FFDA81;
}

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

#outer {
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	font-size: 1.2em;
	width: 960px;
}

#header {
	padding: 2px 0 2px 0;
	background-color: #FEDB81;
	height: 1%;
}
#middle {
	position: relative;
	background: transparent url(/images/middle-bg.gif) repeat-y 0 0;
	height: 1%;
}
#left-col {
	width: 200px;
	position: absolute;
	left: 0;
	top: 0;
	padding-top: 10px;
}
#right-col {
	margin-left: 205px;
	padding-top: 15px;
}
#content {
	background-color: #FFF;
	text-align: left;
	padding: 5px;
	min-height: 700px;
}
* html #content {
	height: 700px;
}

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

/* --------------------- Text Formatting --------------------- */
#breadcrumbs li {
	text-align: center;
	font-size: 1em;
	display: inline;
	margin-left: 0;
}

#breadcrumbs a {
	color: #333399;
}

.phone-header {
	float: left;
	width: 460px;
	font-size: 1.6em;
	color: #333399;
	font-weight: bold;
	text-align: center;
}

#footer {
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	background-color: #FEDB81;
	border-top: 1px solid #339;
}
.footer-nav li {
	float: left;
	white-space: nowrap;
	margin-bottom: 5px;
}
.footer-items {
	clear: both;
	margin-top: 15px;
}
.title {
	font-variant: small-caps;
	font-weight: bold;
	text-align: center;
	font-size: 1.4em;
	width: 99%;
}

.shipping {
	font-weight: bold;
	/*color: #333399;*/
}
.shipping li {
	list-style: disc;
	margin-left: 25px;
}
.header {
	font-weight: bold;
}

.main-header {
	font-weight: bold;
}

.label {
	color: #333399;
	font-weight: bold;
	vertical-align: top;
	white-space: nowrap;
}

div#footer .label {
	font-weight: bold;
}

.data {

}

.question {
	font-weight: bold;
	color: #4473D0;
}

.question-data {
	font-weight: bold;
}

.answer {
	color: #333399;
	font-weight: bold;
}

.sales {
	font-weight: bold;
	color: #FFF;
	/*text-transform: uppercase;*/
	font-size: 1.5em;
	padding: 0 4px;
}

.sales A {
	color: #339;
	/*text-decoration: none;*/
}

.sales A:Hover {
	color: #333;
	text-decoration: none;
}
#sales li {
	list-style: disc;
}
.sales-box {
	margin-top: 4px;
	float: left;
	text-align: center;
	width: 375px;
}
.affiliate-banner {
	font-size: 10px;
	margin-top: 10px;
	text-align: center;
}

.index-product {
	/*font-weight: bold;*/
	color: #333399;
	text-decoration: none;
	text-align: center;
	background-color: #FFDA81;
	border-width: 1px 0;
	border-style: solid;
	border-color: #FF9933;
	width: 97px;
	height: 30px;
	font-size: .9em;
}
.index-product A {
	color: #333399;
	text-decoration: none;
}

.index-product A:Hover {
	color: #990000;
	text-decoration: underline;
}
.index-product-box {
	border-color: #FF9933;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	text-align: center;
}
.box-a {
	width:152px;
	margin-top:5px;
	border-color: #FF9933;
	border-width: 1px 1px 0 1px;
	border-style: solid;
}
.box-b,
.box-c {
	float: left;
	width: 97px;
	border-color: #FF9933;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	margin: 7px 7px 0 0;
}
.satisfaction {
	color: #990000;
	font-weight: bold;
	text-align: center;
}

.main-header {
	color: #333399;
	font-size: 1.2em;
	font-weight: bold;
}

/* ----------------------- Nav --------------------*/

.nav-item {
	background-color: #DF7205;
}
.nav-item a {
	color: #fff;
	padding: 4px 8px;
	text-decoration: none;
	display: block;
	border-right: 1px solid #fff;
	font-size: 1.2em;
}
.nav-item a:hover {
	background-color: #FFA54A;	
}
.nav-item li {
	float: left;
	margin-left: 0;
}

.nav-cat {
	background-color: #333399;
	font-size: 1.2em;
	padding: 1px;
}
.nav-cat li {
	margin-left: 0;
}
.nav-cat li a {
	color: #fff;
	padding: 3px;
	display: block;
	text-decoration: none;
	border-top: 1px solid #4343C8;
	border-bottom: 1px solid #2C2C83;
	height: 1%;
}
.nav-cat li a:hover {
	border-top: 1px solid #8181CC;
	border-bottom: 1px solid #2D2D87;
	background-color: #6666CC;
}
.nav-cat li ul li a {
	font-size:.9em;
	padding-left: 10px;
}
.nav-additional {
	margin-top: 20px;
}
/* --------------------- Alignment --------------------- */

.right {
	text-align: right;
}

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

.left {
	text-align: left;
}

/* --------------------- Category & Sales Page --------------------- */

div.price .label {
	font-weight: bold;
	color: #4473D0;
}

div.sale-ends .label {
	font-weight: bold;
	color: #000;
}

.sale-ends {
	font-weight: bold;
	color: red;
}


.add-to-cart, .add-to-cart A {
	font-weight: bold;
	color: red;
}

.add-to-cart A:Hover {
	background-color: yellow;
}

.highlight-row {
	background-color: #CCC;
	border-bottom: 2px solid #AAA;
}

.highlight-box {
	border: 1px solid #AAA;
	clear: both;
	width: 95%;
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 10px;
}

div.picture img {
	border: 1px solid #AAA;
}

div.picture span.click-here, span.click-here A {
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
}

.category-description {
	padding: 10px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

/* --------------------- Product Page --------------------- */

.product-label {
	text-align: center;
	font-weight: bold;
	color: #4473D0;
	background-color: #ffda81;
}

.product-label A {
	color: #333399;
	text-decoration: none;
}

.product-label A:Hover {
	color: #4473D0;
	text-decoration: none;
}

.product-cart {
	font-weight: bold;
	color: white;
}

.product-cart A {
	color: yellow;
}

.product-cart A:Hover {
	color: #DDD;
}

.cart-border {
	border-top: 1px solid #CCC;
	border-right: 2px solid #AAA;
	border-bottom: 2px solid #AAA;
	border-left: 1px solid #CCC;
}

#brochure {
	font-weight: bold;
}

.option-packages {
	font-weight: bold;
}

.option-packages-header {
	color: #FFF;
	font-weight: bold;
	text-align: center;
}

.option-price {
	font-weight: bold;
	font-size: 1.2em;
}

.option-coupon {
	font-weight: bold;
	color: red;
}

/*-----Root Configuration Page----*/
.configuration-step {
	color: bold;
	font-weight: bold;
}

.configuration-step-option {
	color: blue;
}

.configuration-step-option-price {
	color: green;
}

.inner-selected-box {
	background-color: #FFF;
	font-weight: normal;
	font-size: .8em;
	padding: 3px;
	border-width: 1px;
	border-style: solid;
	border-color: #CCC #EEE #EEE #CCC;
}

.config-box {
	border: 1px solid #064C94;
}

.config-label {
	color: #000;
	font-weight: bold;
}

.config-price {
	color: #064C94;
	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: .8em;
}

.checkout-label {
	font-weight: bold;
	color: #000;
}

.checkout-header {
	font-weight: bold;
	font-size: 1.1em;
	background-color: #EEE;
}

.mini-sale {
	font-size: .9em;
	color: #000;
	text-align: center;
	background-color: #FFF;
}

.mini-product {
	font-size: 1em;
}

.mini-product A {
	color: #330099;
}

.mini-header {
	font-size: 1.2em;
	color: #FFF;
	font-weight: bold;
}

.mini-quantity {
	color: #000;
	font-weight: bold;
}

.mini-label {
	font-weight: bold;
	font-size: .8em;
}

.mini-view {
	font-size: .8em;
	font-weight: bold;
	color: #000;
	text-align: center;
}

.mini-view A {
	color: #000;
	text-decoration: none;
}

.mini-price {
	font-weight: bold;
	text-align: center;
	color: black;
}

.mini-sale-price {
	background-color: #FFFFCC;
	font-size: 1.3em;
	padding: 1px;
}

.mini-chfmi {
	font-size: 1em;
	font-weight: bold;
}
.featured-sale-pic {
	width: 100px;
}
.mini-chfmi A {
	color: #000;
	text-decoration: none;
}

.mini-chfmi A:hover {
	color: red;
	text-decoration: none;
}

/*  Product Search Styles */
.column-label-sortable {
	background-color: #0E59C0;
	color: #FFFFFF;
	text-decoration: underline;
	padding: 1px 0px 3px 5px;
	font-weight: bold;
	cursor: pointer;
}

.column-label-sortable-on {
	background-color: #9CCECE;
	color: #333399;
	text-decoration: underline;
	padding: 1px 0px 3px 5px;
	font-weight: bold;
	cursor: pointer;
}

.column-label-sorted {
	background-color: #FF9933;
	color: #FFFFFF;
	text-decoration: underline;
	padding: 1px 0px 3px 5px;
	font-weight: bold;
	cursor: pointer;
}

.column-data-price {
	padding-right: 5px;
}

.click-to-search {
	text-align: center;
	padding-right: 5px;
	font-size: .9em;
}

.highlighted-search-string {
	background-color: yellow;
}

.search-row-highlight {
	background-color: #EEEEEE;
}

.search-seperator {
	background-color: #333399;
	margin-bottom: 10px;
}
#survey-page .description {
	margin: 15px 0;
}
.contact-left {
	margin-right: 275px;
}
.contact-left .buttons {
	text-align: center;
	padding-top: 10px;
}
.contact-right {
	width: 250px;
	float: right;
	border-left: 5px solid #339;
	padding-left: 15px;
}
.contact-phone,
.contact-address {
	margin-top: 10px;
}
th.answer-label {
  padding-top: 5px;
  vertical-align: top;
}

td.answer-data {
  padding-top: 5px;
}

.return-to-top {
  display: none;
}
#faqs-page ol li {
	margin-bottom: 5px;
}
#faqs-page ol {
	margin-bottom: 15px;
}
ul#faqs li {
  border-bottom: 1px solid #eee;
}
ul#faqs th {
	padding-right:5px;
	text-align:right;
}
ul#faqs th.question-label {
	color: #339;
}
ul#faqs th.answer-label {
	color: #CC7A00;
}

ul#testimonials li {
  list-style: none;
  margin-bottom: 10px;
  clear: both;
}

ul#testimonials li span.author {
  font-weight: bold;
  color: #40089E;
  /*float: left;*/
  clear: both;
  padding-top: 10px;
}

ul#testimonials li span.location {
  font-weight: bold;
  /*float: left;*/
  clear: both;
}

ul#testimonials li div.story {
  clear: both;
	padding: 5px;
	background-color: #ffc;
}

.contact-address,
  .contact-phone {
  margin-top: 10px;
}

#smartPagePolicies li {
	margin-top: 5px;
}

.payment-methods {
	width: 300px;
	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;
	margin-left: 5px;
}

.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 {
	margin-left: auto;
	margin-right: auto;
}
#coupon-signup-page legend {
	font-weight: bold;
	color: #339;
}
#coupon-signup-page input {
	margin-bottom: 10px;
}
#coupon-signup-page label {
	font-weight: bold;
}
#coupon-signup-page li {
	text-align: left;
	margin-left: 5px;
	margin-bottom: 10px;
}
#coupon-signup-page li ul {
	margin-top: 10px;
}
#coupon-signup-page li ul li {
	margin-bottom: 5px;
	font-weight: normal;
}
#coupon-signup-page li ul li label {
	font-weight: normal;
}
#coupon-signup-page form {
	padding: 10px;
}
.financing-available {
	text-align: center;
	padding: 3px;
	font-weight: bold;
}
.localeSelector {
	cursor: pointer;
	position: relative;
	float: right;
	background-color: #99ff99;
	padding: 3px;
	border: 1px solid #006633;
	z-index: 97;
}

.localeSelector:hover {
	background-color: #9999ff;
}

.localeSelectorMenu {
	cursor: pointer;
	position: absolute;
	background-color: #99ff99;
	padding: 0;
	border: 1px solid #006633;
	z-index: 101;
}

div.localeSelectorMenu {
	padding: 3px 3px 3px 3px;
}

.localeSelectorMenu div:hover {
	background-color: #9999ff;
}

span.error, div.error {
	font-weight: bold;
	color: red;
	margin-left: 5px;
	background-image: url(/images/exclamation-16.png);
	background-repeat: no-repeat;
	padding-left: 20px;

}

span.error a, div.error a {
	color: red;
}

.editable-in-place {
	cursor: pointer;
	border: 1px dotted transparent;
}

.editable-in-place:hover {
	background-color: #ffffcc;
	border-color: #999999;
}

.edit-in-place {
	z-index: 100;
	padding: 5px;
	border: 2px inset #009999;
	background-color: #ffffff;
}

.edit-in-place input {
	font-size: 11px;
	margin-right: 3px;
	float: left;
	border: 1px solid #99ccff;
}

.edit-in-place textarea {
	height: 500px;
	width: 700px;
	font-size: 11px;
	padding: 5px;
	margin-right: 3px;
	border: 1px solid #99ccff;
}

.edit-in-place .buttons {
	display: block;
}

.edit-in-place a.edit-in-place-button {
	border: 1px outset #999999 !important;
	text-decoration: none !important;
	background-color: #99ccff !important;
	color: #000000 !important;
	float: right !important;
	padding: 2px !important;
	margin-right: 3px !important;
	font-size: 12px !important;
}

.edit-in-place.textarea a {
	margin-top: 5px;
}

.edit-in-place a.edit-in-place-button:hover {
	background-color: #ccffff;
}

.edit-in-place a.edit-in-place-button:active {
	border: 1px inset #999999;
}

.edit-in-place .localeSelector {
	display: inline;
	float: left;
	margin-right: 4px;
}

.edit-in-place .localeSelector img {
	width: 23px !important;
	height: 15px !important;
}

.edit-in-place.textarea .localeSelector {
	margin-top: 5px;
}

.tooltipped {
	cursor: help;
}

#tooltip {
	background-color: #ffffcc;
	border: 1px solid #666666;
	padding: 2px;
	max-width: 200px;
	z-index: 97;
}

#hiddenNotice,
#unpublishedNotice {
	position: fixed;
	top: 0;
	left: 0;
	text-transform: uppercase;
	width: 100%;
	padding: 20px;
	text-align: center;
	font-size: 50px;
	background-color: #cccccc;
	border-bottom: 1px solid #999999;
	opacity: 0.4;
	z-index: 10000;
}

#lutraDebugger {
	position: fixed;
	top: 50px;
	left: 200px;
	padding: 10px;
	background: #ffcccc;
	border: 1px solid #ff3333;
}

#lutraDebugger a.close {
	float: right;
	border: 1px outset #cccccc;
	padding: 2px;
	cursor: pointer;
	text-decoration: none;
}

#lutraDebugger a:hover.close {
	background: #ccffcc;
}

#lutraDebugger a:focus.close {
	border: 1px inset #cccccc;
}

#lutraDebugger ul {
	list-style: none;
	font-weight: bold;
	clear: right;
}

#lutraDebugger ul li {
	padding: 3px;
}

#lutraDebugger ul li.odd {
	background: #ffaaaa;
	border-top: 1px solid #dd0000;
	border-bottom: 1px solid #dd0000;
}

#lutraDebugger ul li.odd.last {
	border-bottom: none;
}
#metaBar {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 25px;
	text-align: center;
	background-color: blue;
	padding: 5px 0;
	color: white;
	border-top: 2px inset black;
	text-decoration: none;
	display: block;
	font-size: 12px;
	z-index: 3000;
}

#metaBar.editing {
	height: 100px;
}

#metaBarTitle {
	padding-left: 5px;
}

#metaBar #currentTags li {
	float: left;
	width: 250px;
	list-style-type: none;
	margin: 2px;
	padding: 2px;
	padding-top: 0;
	margin-top: 0;
}

#metaBar #metaTags  li {
	width: 250px;
	float: left;
	list-style-type: none;
	margin: 2px;
	padding: 2px;
}

#metaBar ul li textarea {
	width: 250px;
	text-align: left;
}

#metaBar .button {
	float: left;
	text-align: center;
	padding: 5px 5px 5px 5px;
	border: 1px #a9a9a9;
	text-decoration: none;
	vertical-align: middle;
}

#metaBar .enabled {
	background: #e1ddc8 url(/admin/images/button.gif) repeat-x;
	color: #0a1f62;
	border-style: outset;
}

#metaBar .enabled:hover {
	background: #f1e3d5 url(/admin/images/button-hover.gif) repeat-x;
}

#metaBar .enabled:active {
	border-style: inset;
}

#metaBar .disabled {
	background: #d8d8d7 url(/admin/images/button-disabled.gif) repeat-x;
	color: #777;
	border-style: dotted;
	cursor: default;
}

#metaButtons {
	border: 1px solid blue;
	float: left;
	width: 150px;
	margin-top: 5px;
	text-align: left;
	padding-left: 5px;
}

#metaBarMessage {
	font-size: .9em;
	font-weight: bold;
	line-height: 35px;
	float: right;
	vertical-align: middle;
	margin-right: 4px;
	padding: 3px;
	width: 80px;
	color: green;
	background-color: #FAEBD7;
	border: 1px solid white;
	text-align: center;
}

a#showInAdmin {
	background-color: #FFA500;
	padding: 5px 0;
	color: black;
	border-top: 1px dotted black;
	text-decoration: none;
	float: right;
	width: 150px;
	margin-right: 5px;
}

a#showInAdmin:hover {
	background-color: #FFD53C;
}
/* for clumping */
#lightbox {
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox a img {
	border: none;
}

#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer {
	padding: 10px;
}

#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#imageContainer>#hoverNav {
	left: 0;
}

#hoverNav a {
	outline: none;
}

#prevLink, #nextLink {
	width: 49%;
	display: block;
}

#prevLink {
	left: 0;
	float: left;
	background: url( /includes/lightbox/images/prevlabel.gif ) left 0 no-repeat;
}

#nextLink {
	right: 0;
	float: right;
	background: url( /includes/lightbox/images/nextlabel.gif ) right 0 no-repeat;
}

#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
}

#imageData {
	padding: 0 10px;
}

#imageData #imageDetails {
	width: 100%; /*float: left;*/
	text-align: left;
}

#imageData #caption {
	font-weight: bold;
}

#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}

#imageDetails #closeButton {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter: alpha( opacity = 60 );
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html>body .clearfix {
	display: inline-block;
	width: 100%;
}

* html .clearfix {
/* Hides from IE-mac \*/
	height: 1%; /* End hide from IE-mac */
}
	
