* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px;
}

hr {
	color: #4473D0;
}

h1 {
	font-size: 1.2em;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1.1em;
	color: #F80824;
}
p {
	margin: 5px 0;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
td {
	vertical-align: top;
}
li {
	list-style: none;
}
#notice {
	padding: 10px;
	background-color: yellow;
	font-weight: bold;
	font-size: 1.1em;
	margin: 10px 0;
	border: 3px dashed #333;
}
/* ---------------------Color Definitions ---------------------*/
.dkbg {
	background-color: #0A0ABF;
	color: #FFF;
}

.dkbd {
	border: 1px solid #0A0ABF;
}

.mdbg {
	background-color: #666699;
	color: #FFF;
}

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

.ltbg {
	background-color: #FAEC05;
	color: #0A0ABF;
}

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

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

#outer {
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	font-size: 1.2em;
}

.top-spacer {
	background: transparent url(/images/topSpacer.gif) repeat-x 0 0;
	padding-top: 5px;
}

#content {
	background-color: #FFF;
	color: #000000;
	text-align: left;
	padding: 5px;
	min-height: 400px;
}

* html #content {
	height: 400px;
}
.regular li {
	list-style: inherit;
	margin-left: 25px;
}
.data-row {
	clear: both;
	text-align: left;
}

.data-row-highlight {
	clear: both;
	padding-top: 2px;
	text-align: left;
	background-color: #EFEDF3;
}

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

/* --------------------- Text Formatting --------------------- */

.header-phone {
	text-align: center;
	padding-right: 5px;
	font-size: 1.2em;
	color: #0A0ABF;
	font-weight: bold;
}

.low-price {
	text-align: center;
	color: red;
	font-weight: bold;
	font-size: 1.4em;
}
.low-price a {
	color: #0a0abf;
}

#footer {
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	color: #0A0ABF;
}

#footer A {
	color: #000;
}
.footer-nav li {
    display: inline;
    text-align: center;
    line-height: 40px;
    padding: 0 20px;
    list-style: none;
}
.title {
	font-variant: small-caps;
	font-weight: bold;
	padding-left: 5px;
	font-size: 1.3em;
	background-color: #CCCCFF;
	color: #0A0ABF;
}

.shipping {
	font-weight: bold;
	color: #F80824;
}

.header {
	font-weight: bold;
}
.breadcrumbs li {
	display: inline;
}
.breadcrumbs {
	margin-bottom: 10px;
}
.main-header {
	font-weight: bold;
}

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

div#footer .label {
	font-weight: bold;
	color: #000;
	font-size: 1.1em;
}

.data {

}

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

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

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

.sales, .sales A {
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #FF9933;
}

.sales A:Hover {
	color: yellow;
	text-decoration: none;
}
.index-main {
	margin-bottom: 10px;
}
.index-main li {
	list-style: disc;
}
.index-table {
	background-color: #FFFFFF;
	/*border: thin solid #FAEC05;*/
	text-align: left;
}

.index-header h1 {
	font-size: 1.1em;
	text-align: center;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #0A0ABF;
	padding: 2px;
}

.index-header {
	font-size: 1.2em;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #0A0ABF;
	padding: 2px;
}

.index-text {
	padding: 2px;
	margin-bottom: 10px;
}

.index-product-header {
	background-color: #0A0ABF;
	margin-top: 5px;
}

.index-product-header h3 {
	background-color: #0A0ABF;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFF;
}

.index-product-header A h3 {
	color: #FFF;
	text-decoration: none;
}

.index-product-header A:Hover h3 {
	color: yellow;
	text-decoration: none;
}

.index-product h2 {
	font-weight: bold;
	color: #F80824;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1.2em;
	text-align: center;
}

.main-label {
	font-weight: bold;
	color: #0000CC;
}

.main-label A {
	color: #0A0ABF;
	font-weight: bold;
	text-decoration: none;
}

.main-label A:hover {
	color: red;
	text-decoration: none;
}

.feature-box {
	padding: 1mm;
	border: thin solid #0A0ABF;
}

.feature-header {
	color: #FFFFFF;
	background-color: #0A0ABF;
}

.feature-header A {
	color: #FFFFFF;
}

.feature-header A:hover {
	color: #FAEC05;
}

.index-outer {
	/*background-color: #CCCCFF;*/
}

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

#navigation {
	/*background-color: #FAEC05;*/
	text-align: center;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
}
#navigation li {
	float: left;
}
.nav-row {
	clear: both;
	margin-bottom: 7px;
}
.nav-cat {
	font-size: 1.2em;
	padding: 0;
	background-color: #FAEC05;
	height: 1%;
}
.nav-item {
	background-color: #0A0ABF;
	height: 1%;
}
.nav-item li {
}
.nav-item li a {
	color: #fff;
	padding: 3px 8px;
	display: block;
	text-decoration: none;
	border-right: 1px solid #ccc;
}
.nav-cat li a {
	color: #0A0ABF;
	padding: 3px 8px;
	display: block;
	text-decoration: none;
	border-right: 1px solid #0a0abf;
}
.nav-cat li a:hover {
	background-color: #F9F38C;
}
.nav-item li a:hover {
	background-color: #5353BC;
}
.nav-spacer {
	margin-bottom: 8px;
}

.partner {
	font-weight: bold;
	font-size: 1em;
	color: #000000;
}

.partner A {
	font-weight: bold;
	color: #000;
}

.partner A:Hover {
	font-weight: bold;
	color: red;
}

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

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

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

.left {
	text-align: left;
	margin-left: 0;
}

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

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

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

.price {
	font-weight: bold;
	text-align: center;
	color: #0A0ABF;
	font-size: 1.2em;
}

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

.msrp {
	font-style: italic;
	text-align: center;
}

.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: .9em;
	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: #FFF;
	background-color: #0A0ABF;
}

.product-label A {
	color: #F80824;
	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.1em;
}

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

/*-----Root Configuration Page----*/
.configuration-step {
	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: .9em;
	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: .9em;
}

.cart-coupon-label {
	font-weight: bold;
	font-size: .9em;
}

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

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

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

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

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

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

.mini-price {
	font-weight: bold;
	font-size: .7em;
	text-align: center;
	color: black;
}
.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;
}
.contact-box {
	width: 200px;
	float: right;
}
.embedded-form .buttons,
.contact-form-description,
.embedded-form {
	margin-top: 15px;
}
.embedded-form li {
	list-style: none;
	margin-bottom: 10px;
}
.embedded-form label {
	float: left;
	width: 200px;
	text-align: right;
	padding-right: 10px;
}
.contact-phone {
	margin-top: 15px;
}
.embedded-form .buttons {
	text-align: center;
}
#sucessMessage {
	padding-top: 45px;
	text-align: center;
}

#coupon-signup-page fieldset {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}
#coupon-signup-page fieldset li {
	margin-left: 25px;
	list-style: none;
	margin-bottom: 10px;
}
#coupon-signup-page legend {
	padding: 5px;
	font-weight: bold;
}
#faqs-page #toc {
	margin-left: 30px;
	margin-bottom: 20px;
}
#toc li {
	margin-bottom: 5px;
}
ul#faqs {
	margin-left: 30px;
}
ul#faqs li {
	margin-bottom: 10px;
	list-style: none;
}
ul#faqs th {
	text-align: right;
	padding-right: 10px;
}
ul#faqs th,
ul#faqs td {
	vertical-align: top;
}
.question {
  font-weight: bold;
  color: #4473D0;
}

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

.answer {
  color: #F80824;
  font-weight: bold;
}
#testimonials {
	margin-top: 20px;
}
#testimonials td.data p {
	margin: 0;
}
#testimonials li {
	margin-bottom: 15px;
	margin-left: 20px;
	list-style: none;
}
#testimonials td.label {
	text-align: right;
	padding-right: 10px;
}
.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;
}
#alreadyReviewed,
#reviewSaved {
	text-align: center;
	padding: 10px;
}

#product {
	margin-top: 15px;
}

.review .rating {
	float: left;
	padding: 0;
	position: relative;
	background-repeat: no-repeat;
	clear: both;
	margin-right: 10px;
}

#histogram .rating {
	margin-right: 0;
}

.review .rating.big {
	height: 20px;
	line-height: 20px;
	width: 112px;
	background-image: url('/images/review_stars.gif');
}

#ratingDescription {
	font-weight: bold;
	color: #D3A227;
	font-style: italic;
}

.review .r0,
.review-table .r0 {
	background-position: 0 0;
}

.review .r05,
.review-table .r05 {
	background-position: 0 -23px;
}

.review .r1,
.review-table .r1 {
	background-position: 0 -46px;
}

.review .r15,
.review-table .r15 {
	background-position: 0 -69px;
}

.review .r2,
.review-table .r2 {
	background-position: 0 -92px;
}

.review .r25,
.review-table .r25 {
	background-position: 0 -115px;
}

.review .r3,
.review-table .r3 {
	background-position: 0 -138px;
}

.review .r35,
.review-table .r35 {
	background-position: 0 -161px;
}

.review .r4,
.review-table .r4 {
	background-position: 0 -184px;
}

.review .r45,
.review-table .r45 {
	background-position: 0 -207px;
}

.review .r5,
.review-table .r5 {
	background-position: 0 -230px;
}

.review .rating.big .star {
	float: left;
	width: 20px;
	height: 20px;
	padding-left: 3px;
}

.review .rating.big .star.star1 {
	padding: 0;
}

.review .rating.small {
	height: 15px;
	line-height: 15px;
	width: 83px;
	background-image: url('/images/review_stars_small.gif');
}

.review .rating.small.r0 {
	background-position: 0 0;
}

.review .rating.small.r05 {
	background-position: 0 -18px;
}

.review .rating.small.r1 {
	background-position: 0 -36px;
}

.review .rating.small.r15 {
	background-position: 0 -54px;
}

.review .rating.small.r2 {
	background-position: 0 -72px;
}

.review .rating.small.r25 {
	background-position: 0 -90px;
}

.review .rating.small.r3 {
	background-position: 0 -108px;
}

.review .rating.small.r35 {
	background-position: 0 -126px;
}

.review .rating.small.r4 {
	background-position: 0 -144px;
}

.review .rating.small.r45 {
	background-position: 0 -162px;
}

.review .rating.small.r5 {
	background-position: 0 -180px;
}

.review .rating.small .star {
	float: left;
	width: 15px;
	height: 15px;
	padding-left: 2px;
}

.review .rating.small .star.star1 {
	padding: 0;
}

.product-description {
	margin-top: 20px;
	margin-bottom: 20px;
}

.light-gradient {
	background: #fff url(/images/light-gradient.gif) bottom left repeat-x;
	padding: 10px;
	border: 1px solid #E6E6E6;
}

.review td,
.review th {
	padding-bottom: 10px;
	vertical-align: top;
	border: 5px solid #fff;
}

.review th {
	text-align: right;
	padding-right: 5px;
	padding-top: 15px;
	color: #666;
	width: 250px;
}

.review td {
	width: 350px;
}

.product-image {
	float: left;
	margin: 5px;
	height: 100px;
}

table.review {
	border-collapse: separate;
}

table.review textarea {
	width: 353px;
}

table.review input.inputfour {
	padding: 3px 0;
	width: 350px;
}

span.required {
	color: red;
}

.required-label {
	font-size: .9em;
}

.rating {
	width: 112px;
	background: transparent url(/images/review_stars.gif) 0 0 no-repeat;
	height: 23px;
	line-height: 23px;
	float: left;
	margin-right: 5px;
}

.review-headline {
	line-height: 23px;
	font-size: 1em;
	font-weight: bold;
}

.reviews th.review-date {
	font-weight: normal;
	text-align: left;
}

.reviews .review-table {
	width: 500px;
}

table.histogram {
	margin-left: auto;
	margin-right: auto;
	height: 1%; /*IE Sucks!*/
}

.reviews th {
	width: 150px;
	text-align: right;
	padding-right: 5px;
	color: #888;
	font-size: .9em;
	vertical-align: top;
}

.histogram th {
	width: 85px;
	padding-right: 0;
}

.reviews td {
	/*width: 65%;*/
	vertical-align: top;
}

.review-location,
.review-name {
	color: green;
}

.reviews-name-location {
	font-weight: bold;
	color: #666;
	padding: 10px 0;
}

.describe-yourself {
	font-size: .9em;
	font-weight: normal;
}

.review-comments {
	padding-top: 15px;
}

.review-voting {
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px solid #ddd;
	padding-left: 5px;
	font-size: .9em;
	background-color: #fafafa;
}

img.pic1 {
	float: left;
	margin: 0 5px 5px 0;
	border: 1px solid #efefef;
	padding: 5px;
	width: 100px;
}

img.pic2 {
	float: left;
	clear: left;
	margin: 10px 5px 5px 0;
	border: 1px solid #ececec;
	padding: 5px;
	width: 100px;
}

.review-response-container {
	padding: 10px;
	background-color: #DDF7FD;
	border-left: 10px solid #55DDFD;
	margin: 5px 0 5px 30px;
}

.review-site-name {
	font-weight: bold;
}

.review-staff,
.review-certified {
	float: right;
}

.review-histogram {
	/*margin-left: 150px;*/
	height: 1%; /*IE Sucks!*/
}

.review-histogram .bar {
	position: relative;
	overflow-x: hidden;
	width: 250px;
	background: #ccc url('/images/bar-glare.png') repeat-x 0 0;
}

td.bar {
	width: 250px;
}

.review-histogram .bar div {
	position: relative; /*overflow: hidden;*/
	float: left;
	width: 200px;
	background: #ffab2c url('/images/bar-glare.png') repeat-x 0 0;
}

#reviews .sorting {
	border-bottom: 1px solid #bbb; /*background-color: #eee;*/
	/*padding: 10px;*/
	margin: 15px 0;
	padding-bottom: 15px;
	font-size: .9em;
	text-align: right;
}

#reviews .sorting div {
	text-align: center;
}

#reviews .sorting .buttons {
	padding-top: 10px;
}

#reviews .sorting .buttons a {
	margin-left: 5px;
	margin-right: 5px;
	padding: 5px;
	text-decoration: none;
	border-bottom: 1px solid #999999;
	text-transform: uppercase;
}

#reviews .sorting .buttons a:hover {
	background-color: #ffff99;
}

#reviews .sorting .buttons a.selected {
	border-bottom: 1px solid #006633;
	background-color: #99ff99;
}

.history-count {
	text-align: center;
}

#reviews .review-tweet {
	float: right;
}

#reviews .pagination {
	font-weight: bold;
	color: #1F6689;
	text-align: center;
}

#reviews .pagination li {
	list-style: none;
	display: inline; /*float:left;*/
	margin-right: 5px;
}

#reviews .pagination li.previous a,
#reviews .pagination li.next a {

	font-weight: bold;
}

#reviews .pagination li.previous {
	margin-right: 15px;
}

#reviews .pagination li.next {
	margin-left: 10px;
}

#reviews .pagination li a {
	text-decoration: none;
	color: #369;
	border: 1px #369 solid;
	background: white;
	padding: 4px;
}

#reviews .pagination li.current {
	border: 1px #369 solid;
	background: #369;
	padding: 4px;
	color: white;
}

.pagination li a:hover {
	text-decoration: none;
	color: #369;
	background-color: #99ffff;
}
/* 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 */
}
	

