
* {
	margin: 0;
	padding: 0;
}
img {
    border: none;
	-ms-interpolation-mode: bicubic;
}

body {
	font-size: 62.5%;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background-color: #ddd;
}

h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.2em;
}

p {
	margin-bottom: 10px;
}

a:hover {
	text-decoration: none;
}

.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.right {
    text-align:right;
    margin-right:0;
    margin-left:auto;
}
.clear {
	clear: both;
	height: 1px;
}
.clear-right {
	clear:right;
	height: 1px;
}
.clear-left {
	clear: left;
	height: 1px;
}
#outer-wrapper {
	font-size: 1.2em;
	padding: 10px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position: relative;
	background-color: #ddd;
}

#header {
	position: relative;
	background: transparent url( /images/header-bg.jpg ) 0 0 repeat-x;
	height: 94px;
}

#header-left {
	position: absolute;
	left: 0;
	top: 0;
	width: 23px;
	height: 1%;
}

#header-right {
	float: right;
	width: 23px;
	height: 94px;
}

#header .site-name {
	width: 280px;
	font-size: 2.8em;
	text-align: center;
	padding-top: 20px;
    margin-left: 50px;
    float: left;
}

#header .site-name a {
	text-decoration: none;
	color: #fff;
}

#header .site-name a:hover {
	text-decoration: underline;
}

#header .phone {
	color: #fff;
	width: 280px;
	text-align: center;
	font-size: 1.8em;
    margin-left: 50px;
    float: left;
}

#header .hours {
	float: right;
	width: 250px;
	background-color: #fff;
	margin-top: 20px;
	margin-right: 0;
	/*font-size: .9em;*/
	border: 1px solid #67ff36;
}

#header .hours-header {
	background-color: #67ff36;
	color: #000;
	font-weight: bold;
	padding: 2px 5px;
}

#header .hours-data {
	padding: 3px 10px;
}

#search-bar {
	float: right;
	width: 250px;
	margin-top: 20px;
}

* html #search-bar {
	top: 3px;
}

#search-bar form {
/*margin-top:4px;*/
}

#search-bar input {
	color: #06f;
	background-color: #ff9;
	border: 1px solid #06f;
	padding: 2px;
    font-size: 1.1em;
}

input.search-bar {
    margin-right: 5px;
    height: 18px;
    float: right;
    width: 180px;

}

input.search-submit {
	height: 24px;
	position: relative;
    float: right;
}
.top-nav {
	background-color: #AAD7FF;
	margin:0 8px 8px;
	height: 20px;
	line-height: 20px;
}
.top-nav li {
	list-style: none;
	float: left;
	border-right: 1px solid #fff;
}
.top-nav li a {
	display: block;
	text-decoration: none;
	padding: 0 10px;
	color: #333;
}
#middle-wrapper {
	position: relative;
	clear: both;
	border-left: 1px solid #06F;
	border-right: 1px solid #06F;
	text-align: left;
	background-color: #fff;
}

#main-nav {
	background: #d1e9ff url( /images/main-nav-bg.jpg ) bottom left repeat-x;
	font-family: Trebuchet, Helvetica, Arial, sans-serif;
	height: 27px;
	margin: 0 8px 0 8px;
	border-top: 1px solid #06A;
	border-right: 1px solid #06F;
	border-left: 1px solid #06F;
}

#main-nav .category-nav {
	margin-left: 0;
	/*width: 700px;*/
	/*float: left;*/
}

#main-nav ul.depth-0 {
/*width:100%;*/
}


#main-nav ul.depth-0 li.selected {
}


#sub-nav-container {
}

#other-nav {
	margin-top: 10px;
}

#other-nav li {
	list-style: none;
	background-color: #D1E9FF;
	margin-bottom: 2px;
}

#other-nav li a {
	display: block;
	text-decoration: none;
	color: #000;
    height: 20px;
    line-height: 20px;
    padding: 2px 2px 2px 4px;
	border-left: 5px solid #aad7ff;
}

#other-nav li a:hover {
	border-left: 5px solid #FFE8C1;
}

#content-wrapper {
	min-height: 950px;
	padding: 10px;
	margin-left: 180px;
	line-height: 160%;
	position: relative;
	background-color: #fff;
}

#content-wrapper li {
	margin-left: 25px;
}

* html #content-wrapper {
	height: 1050px;
}

#titleBar {
	height: 30px;;
    line-height: 30px;
    margin-bottom: 10px;
	color: #ff7b33;
	border-bottom: 3px double #ff7b33;
}

#titleBar h1 {
	padding: 2px;
}

* html #titleBar {
}

#left-sidebar {
	position: absolute;
	top: 25px;
	left: 10px;
	width: 170px;
    text-align: center;
}

* html #left-sidebar {
	left: 0;
}

.nav-helpful-header {
	height: 21px;
	background: #ff7b33 url( /images/helpful-header.jpg ) 0 0 no-repeat;
	padding-left: 8px;
	color: #06a;
	line-height: 21px;
	font-size: 1.1em;
	font-weight: bold;
	border-bottom: 1px solid #ff7b33;
}

.nav-side-main li {
	list-style: none;
	margin-top: 1px;
}

.nav-side-main li a {
	display: block;
	padding: 2px 2px 2px 4px;
	background-color: #ff9;
	color: #06a;
	height: 20px;
	line-height: 20px;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	border-left: 5px solid #Fc7;
}
.nav-side-main ul.depth-1 li a {
	padding-left: 8px;
	background-color: #EEFFCC;
}
.nav-side-main li a:hover {
	border-left: 5px solid #FFE8C1;
}

.sidebar-coupons101 {
	margin: 10px 0;
}
.sidebar-medicare {
	margin-bottom:10px;
}
.live-chat {
    margin: 10px 0;
}
.sidebar-sales {
	border: 1px solid #ff7b33;
	margin: 10px 0;
}

.sidebar-sales-header {
	background-color: #ff7b33;
	padding: 2px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	margin-bottom: 5px;
}

.sidebar-sale {
	margin-bottom: 15px;
	padding: 2px 5px;
	/*font-size: .9em;*/
	clear: left;
}

.sidebar-sale-price {
	text-align: center;
	font-size: 1.1em;
	color: red;
	font-weight: bold;
}
.all-sales {
	text-align: center;
	font-size: .9em;
	padding-bottom: 3px;
}
.sidebar-sale-msrp {
	text-decoration: line-through;
	text-align: center;
}

.sidebar-sales img {
	width: 30px;
	float: left;
	border: 0;
}

.bbb {
	margin-top: 10px;
	text-align: center;
}

.bbb img {
	border-width: 0;
}

#manufacturer-row {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 25px;
}

.manuf-row-header {
	color: #06f
}

#manufacturer-row li {
	list-style: none;
	float: left;
	width: 110px;
	margin-right: 10px;
}

#manufacturer-row img {
	border: 0;
}

.sterling-icon {
	margin-right: 10px;
	float: left;
}

#footer {
	clear: both;
	height: 51px;
	position: relative;
	background: #ddd url( /images/footer-bg.jpg ) 0 0 repeat-x;
	margin-bottom: 50px;
}

.footer-address {
	text-align: center;
	padding: 5px;
	color: #fff;
	font-size: .9em;
}

#footer-left {
	position: absolute;
	left: 0;
	top: 0;
	width: 23px;
}

#footer-right {
	float: right;
	width: 23px;
	height: 51px;
}
.footer-nav {
	text-align: center;
	padding: 10px;
}
.footer-nav li {
	float: left;
	list-style: none;
	margin-right: 25px;
	margin-bottom: 10px;
}
.footer-nav a {
	color: #666;
}
ul.icons li span {
	display: none;
}
li.noOnlineDiscount,
li.pillowBackCushion,
li.liftChairWithWarranty,
	li.splitOrSeamBackCushion,
    li.petiteOrSmall,
li.casualLineChairs,
	li.shipsKnockedDown,
	li.goldenLiftChairs,
	li.gentleLineChairs,
	li.luxuryLineChairs,
	li.leatherLiftChairs,
	li.valueSeries,
	li.heritageCollection,
	li.eleganceCollection,
	li.classicCollection,
	li.specialtyCollection,
	li.comforterSeries,
	li.traditionalSeries,
	li.comforterWides,
	li.maxiComfort,
	li.med-Lift,
	li.average,
	li.tall,
	li.short,
	li.liftChairs,
	li.medLiftLiftChairs,
	li.leftHandControl,
	li.prideLiftChairsAllModels,
	li.seatLifts,
	li.economyStyle,
	li.traditionalStyle,
	li.luxuryStyle,
	li.modernStyle,
	li.nexideaLiftChairs,
	li.prideExtraWide,
	li.wallHuggerLiftChairs,
	li.heatMassage,
	li.footrestExtension,
	li.chaisePad,
	li.quickShip,
	li.goldenQuickShip,
	li.prideQuickShip,
	li.goldenLiftChairsAllModels,
	li.comforterSeriesForEW101,
	li.signatureSeries,
	li.liftChairNotFloorModels,
	li.financedProducts,
	li.c10,
	li.ameriGlideLiftChairs,
	li.buttonBackCushion,
  li.c15
{
	display: none;
}

li.petite {
	background: #fff url( /images/icon-p.jpg ) 0 0 no-repeat;
}

li.small {
	background: #fff url( /images/icon-s.jpg ) 0 0 no-repeat;
}

li.medium {
	background: #fff url( /images/icon-m.jpg ) 0 0 no-repeat;
}

li.large {
	background: #fff url( /images/icon-l.jpg ) 0 0 no-repeat;
}

li.xLarge {
	background: #fff url( /images/icon-xl.jpg ) 0 0 no-repeat;
}

li.twoPositionLiftChairs {
	background: #fff url( /images/icon-2.jpg ) 0 0 no-repeat;
}

li.threePositionLiftChairs {
	background: #fff url( /images/icon-3.jpg ) 0 0 no-repeat;
}

li.infinitePositionLiftChairs {
	background: #fff url( /images/icon-i.jpg ) 0 0 no-repeat;
}

li.wideLiftChairs {
	background: #fff url( /images/icon-w.jpg ) 0 0 no-repeat;
}
li.wide {
	background: #fff url( /images/icon-w.jpg ) 0 0 no-repeat;
}

li.heavyDutyLiftChairs {
	background: #fff url( /images/icon-h.jpg ) 0 0 no-repeat;
}

li.liftOnly {
	background: #fff url( /images/icon-lo.jpg ) 0 0 no-repeat;
}

#smart-page-wrapper ul.icons li.liftChairFloorModels,
#product-page-wrapper ul.icons li.liftChairFloorModels {
	background: #fff url( /images/icon-f.jpg ) 0 0 no-repeat;
	/*margin-right: 10px;*/
}

div.marketing-box {
	border: 2px dashed #fa3;
	color: #444;
	letter-spacing: 3px;
	padding: 10px 5px;
	margin: 0 0 10px;
	font-weight:bold;
	background-color: #efc;
	font-size: 2em;
	text-align:center;
	/*height:35px;*/
	/*line-height: 35px;*/
}
.map-text {
	font-size: .6em;
	color: #666
}
p.announcement-highlight {
	margin-top: 1px;
	margin-bottom: 1px;
	background-color: #efc;
}
.coupon-call-us {
	width:200px;
	float:right;
	border:3px dashed #FF7B33;
	text-align:center;
	padding:2px;
	line-height:200%;
	
}
.email-input {
    margin-bottom:10px;
}
.coupon-box li {
    list-style:none;
    margin-bottom:5px;
}
.coupon-signup-header {
    font-weight:bold;
    color:#0066FF;
}
.coupon-call-us-text {
	font-size:1.2em;
	font-weight:bold;
}
.coupon-call-us-phone {
	color:#06c;
	font-size:1.1em;
	font-weight:bold;
}
.coupon-box p {
	margin: 10px 0;
}

.email-me-text {
	border-top: 3px double #ff7b33;
	margin-top: 15px;
	padding-top: 15px;
}

#credit li {
	list-style: none;
}

.coupon-signup-message {
	padding: 10px;
	border: 1px solid red;
	color: red;
	text-align: center;
}

.coupon {
	margin: 5px;
	width: 200px;
	height: 85;
	padding: 2px;
	padding-top: 15px;
	border: 2px dashed black;
	float: left;
}

.coupon .name {
	font-weight: bold;
	text-align: center;
	background: #444444;
	color: white
}

.coupon .amount {
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
	color: green
}

.coupon .expiration {
	text-align: center;
	color: red
}

.coupon .code {
	text-align: center;
	color: blue;
	font-weight: bold
}
#notice {
	padding:5px;
	text-align:center;
	background-color:#ffd;
	color:red;
	font-weight:bold;
	border:1px solid #666;
	margin:10px 4px;
	font-size:1.1em;
}
ul.help-sizes-explained li {
	list-style:none;
	margin-bottom:10px;
}
.size-header {
	height:20px;
	line-height:20px;
	font-weight:bold;
}
.size-header img {
	float:left;
	margin-right:10px;
}
.payment-method {
	text-align:center;
	margin-top:10px;
	font-size:.9em;
}
.google-payment-wrapper {
	padding-left:35px;
	padding-top:5px;
}
.survey-form {
	margin:10px 0;
}
#instantCoupons iframe  {
	width: 100%;
	height:150px;
}
.required-fields {
    padding-left:10px;
}
div.required-fields,
td.required {
   background:#fff url(/images/required-bg.gif) 0 0 no-repeat;
   padding-left:10px;
   height:12px;
}
input.required {
    background-image:none;
}
.path {
	margin-bottom: 10px;
	margin-top: -8px;
}
#content-wrapper .path li {
	list-style: none;
	display: inline;
	margin-left: 3px;
}
.path a {
	color: #666;
}
.panel-box {
	width: 565px;
}
ul.tab-group {
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding-bottom: 6px;
	padding-left: 5px;
	font-size: 1em;
	font-weight: bold;
}

ul.tab-group li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.tab-group li {
	background-color: #d1e9ff;
	color: #0066ff;
	font-weight: bold;
}

.tab-group li a:link,
	.tab-group li a:visited {
	background: #d1e9ff none repeat scroll 0%;
	border: 1px solid #ccc;
	color: #333;
	float: left;
	font-weight: normal;
	line-height: 14px;
	margin-right: 8px;
	padding: 5px 10px;
	text-decoration: none;
    font-size: 1.1em;
}

.tab-group li.selected span {
	font-weight: bold;
}

.tab-group li.selected a:link,
	.tab-group li.selected a:visited {
	background: #fff none repeat scroll 0%;
	border-bottom: 1px solid #fff;
	color: #000000;
}
.panel-outer-container {
    clear: both;
    margin: 0;
    min-height: 90px;
    padding: 10px;
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    height: 0; /* will be set to fit selected panel by javascript */
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.panel-container {
    width: 10000px;
    position: relative;
}

#content-wrapper .panel-container li.panel {
    float: left;
    width: 735px;
    padding: 5px;
    list-style: none;
    display: list-item;
    margin-left: 0;
    margin-right: 10px;
}
#index-page .panel-container li.panel {
    width: 850px;
}
* html .panel-container {
    height: 120px;
}

.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;
}
#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;
}
#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 */
}
	

