/* ------ html elements */

h1, h2, h3, h4, h5, h6, b, strong,
i, em {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
display:inline;
}

body {
/* 
    background: #98c841 url(../images/layout/body.gif) top left repeat;
*/
    background: #98c841;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin: 0;
    padding: 0;
    text-align: center;
}

.h1 {
    color: #3a7608;
    display: block;
    font-size: 19px;
    font-weight: normal;
    margin: 3px 0;
    text-transform: uppercase;
}

.h2, .h3, .h4, .h5, .h6 { color: #2f2f2f;}

.h2 {
    display: block;
    font-size: 17px;
    font-weight: bold;
    margin: 2px 0;
}

.h3 {
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin: 2px 0;
    text-transform: uppercase;
}

.h4 {
    display: block;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
}

p {
    color: #222;
}

a {
	color: #3a7608;
	text-decoration: none;
}

p a {
	font-weight: bold;
}

a:hover { color: #3b748b; }
a:visited { color: #77c536;}

/* ------ global classes */

.strong {
    font-weight:bold;
    }
.em {
    font-style:italic;
    }

/* IE bugs */

.ie_text_dup {
  width: 1px;
  height: 1px;
  float: left;
  postion: relative;
  text-indent: -5000px;
  overflow:hidden;
}

.clearfix:after {
    padding: 0;
    margin: 0;
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE5/Mac \*/
* html .clearfix {height: 1px;}
.clearfix {display: block;}
/* End hide from IE5/Mac */

.clearfix .right {
    float: right;
}

.clearfix .left {
    float: left;
}

.hidden {
    display: none;
}

/* ------ global layout */

#wrapper, 
#top {
    margin: 0px auto;
    text-align: left;
    
}

#top {
    height: 31px;
    background: transparent url(../images/layout/top.gif) bottom left no-repeat;
    padding-top: 5px;
    text-align: right;
	width: 943px;
}

#wrapper {
	width: 925px;
    background: #fff;
    padding: 9px;
    padding-top: 0;
	border-right: 1px solid #6b804d;
	border-bottom: 1px solid #6b804d;
	border-left: 1px solid #6b804d;
}

/* layout: header */

#header, 
#header #logo, 
#header #logo a, 
#header #search {
    height: 95px;
}

#header #logo {
    float: left;
    width: 475px;
}

#header #logo .h1 {
    margin: 0;
    padding: 0;
}

#header #logo a {
    background: #2f2f2f url(../images/layout/logo.jpg) top left no-repeat;
    border: 0px none;
    display: block;
    text-indent: -9999px;
}

#header #search {
    background: #2f2f2f url(../images/layout/search.jpg) top left no-repeat;
    float: left;
    text-align: right;
    width: 450px;
}

#header #search form {
    margin: 34px 0 0 200px;
}

#header #search #search-query-wrapper {
    float: left;
    padding-top: 8px;
}

#header #search #search-query {
    border:1px solid white;
    color: #666;
    font-size: 18px;
    height: 22px;
    width: 169px;
	padding:0;
	margin:0;
}


#header #search #search-submit-wrapper {
    float: left;
	padding-top: 6px;
}

/* layout: global nav */

#nav,
#subnav {
    height: 24px;
    margin: 0;
    padding: 0;
}

#nav ul, 
#nav li,
#subnav ul, 
#subnav li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#nav li, 
#subnav li {
    clear: right;
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
}

#nav a,
#subnav a {
    font-size: 10px;
    font-weight: bold;
/*
    line-height: 23px;
*/
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
}

/* layout: nav */

#nav {
    background: #000000 url(../images/layout/nav.gif) bottom left repeat-x;
}

#nav a {
    color: #555;
    padding: 5px 25px;
}

#nav a.hovering {
        color: #fff;
    background: #C95A07 url(../images/layout/nav-hover.gif) bottom left repeat-x;
}

#nav a.selected {
	color: #fff;
    background: #3A7608 url(../images/layout/nav-hover.gif) bottom left repeat-x;
}

#nav a:active {
    background: #3A7608 url(../images/layout/nav-hover.gif) bottom left repeat-x;
    color: #fff;
}

#nav .last a {
    padding: 0 30px;
}

/* layout: subnav */

#subnav {
    background: #000000 url(../images/layout/sub-nav.gif) bottom left repeat-x;
	margin-bottom: 4px;
}

#subnav li {
    border-left: #fff 1px solid;
}

#subnav li.first {
    border-left: none;
    padding-left: ;
}

#subnav a {
    color: #6e6e6e;
    padding: 5px 4px 5px 4px;
}

#subnav a.hovering {
    background: #3b748b url(../images/layout/sub-nav-hover.gif) bottom left repeat-x;
    color: #2f2f2f;
}

#subnav a.selected {
    background: #3b748b url(../images/layout/sub-nav-hover.gif) bottom left repeat-x;
    color: #2f2f2f;
}

#subnav a:active {
    background-color: #3b748b;
    color: #2f2f2f;
}	

/* layout: page heading */

#title {
    background: white url(../images/layout/title.gif) top left no-repeat;
    padding-bottom: 9px;
}

#title .h1 {
    color: white;
    float: left;
    font: bold 16px/32px Arial, Helvetica, sans-serif;
    line-height: 28px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    text-indent: 15px;
}

#breadcrumbs {
    color: #aaa;
    float: right;
    font-weight: bold;
    padding: 7px 10px 0px 0px;
    text-transform: lowercase;
}

#breadcrumbs a {
    color: #77c536;
    font-weight: bold;
    text-decoration: none;
}

#breadcrumbs a:hover {
    text-decoration: underline;
}

/* layout: content */

#content #content-wrapper {
    float: left;
    margin-right: 4px; 
    width: 756px;
}

#content #overview {
    background: transparent url(../images/layout/overview.gif) no-repeat scroll left bottom;
    padding-bottom: 15px;
}


#content #content-body {

}

#content .sidebar-enabled {
    float: left;
    margin-left: 5px;
    width: 535px;
}

#content #sidebar-right {
    float: left;
    padding-top: 2px;
    padding-bottom: 6px;
    width: 162px;
}

.shopwidget1 {
    height: 596px;
    overflow: hidden;
}


#content #sidebar-left {
    float: left;
    width: 215px;
}

/* layout: footer */

#footer {
	background: url(../images/layout/footer.gif) no-repeat left top scroll;
    color: #645A4E;
    font-size: 10px;
    text-align: center;
    text-transform: uppercase;
	padding: 15px 0px;
	margin-top: 5px;
    padding-left: 100px;
    padding-right: 100px;
}

#footer a {
    text-decoration: none;
    color: #3a7608;
}

#footer a:visited {
    color: #77c536;
}

#footer a:hover {
    color: #3b748b;
}

/* ------ base template */

#newsletter-signup {
  width: 162px;
  height: 272px;
  background: transparent url(../images/layout/newsletter-signup.gif) top left no-repeat;
  float: left;
  position: relative;
}

#newsletter-signup .content {
  overflow: auto;
  font: normal 10px Arial, Helvetica, sans-serif;
  color: white;
  margin: 0;
  margin-top: 135px;
  padding: 6px;

}

#newsletter-signup form {
  margin: 7px 0px;

}

#newsletter-signup p {
    color: white;
    margin: 0;
}

#newsletter-signup .sponsor a, #newsletter-signup .content a {
  color: #fc0;
}

#ad_enews_email {
  width: 85px;
}

#partner-links {
    margin-top: 10px;
    width: 160px;
}

#partner-links .h3 {
    background: #3b748b none;
    color: white;
    padding: 3px 4px 2px 9px; 
}

#partner-links .h3 .inner-title {
    background: none;
    padding: 0;
}

#partner-links .content {
    border-color: #3b748b;
    border-bottom-width: 7px;
}

#partner-links .content ul,
#partner-links .content ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#partner-links .content ul {
    margin-left: 7px;
}

/* ------ global formatting */ 

.editor-seal {
	float: right;
	margin: 7px;
}

.simple-list ul {
    list-style-type: none;
    margin: 0 5px;
	padding: 1px;
}

.simple-list ul li {
    padding-bottom: 2px;
}

.company-logo {
    text-align: center;
}

.company-logo img {
	border: 1px solid #CCCCCC;
	margin-bottom: 8px;
}

/* ------ table listing */

.listing-title {
    background: #b7b7b7 url(../images/list/list-title.gif) no-repeat scroll left top;
}

.listing-title .h2 {
    color: #474747;
    font-size: 14px;
    margin: 0;
    padding: 6px 0;
    text-transform: uppercase;
}

.listing-title .h2 .inner-title {
    padding: 6px 0 6px 21px;
}

.listing-title .right {
    padding: 1px 8px 0 0;
}

.listing-title .right form {
    display: inline;
    margin: 0;
    padding: 0;
}

.listing-title .right label {
    color: #222;
    font: bold 10px Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

.listing-title .right select {
    color: #000;
    font-size: 9px;
    margin-top: 4px;
}

.listing {
    border: solid white;
    border-width: 2px 2px 0px 0px;
    font-size: 11px;
    width: 100%;
}

.listing td, 
.listing th {
    border: solid white;
    border-width: 0px 0px 2px 2px;
    margin: 0;
    padding: 1px 1px 1px 7px;
}

.listing th {
  background-color: #b3b2ae;
  color: white;
  text-transform: uppercase;
  text-align: left;
}

.listing th a {
    color: white;
}

.listing td {
    background-color: #efeeea;
    padding: 2px;
    vertical-align: middle;
}

.listing td a {
  color: #3a7608;
  font-weight: bold;
  text-decoration: none;
}

.listing td a:hover {
  color: #3b748b;
}

.listing tr.alt td {
  background-color: #f6f5f1;
  padding: 2px;
}

.listing .title,
.listing .desc,
.listing tr.alt td.title,
.listing tr.alt td.desc {
    padding-left: 7px;
}

.listing th.price,
.listing .date,
.listing .rating {
    text-align: center;
}

.listing td.price {
    text-align: right;
}

/* listing pager */

.pager {
	background-color: white;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.7em;
	margin: 10px 0;
	text-align: center;
	vertical-align: text-top;
}

.pager a {
    color: #3a7608;
    text-decoration: none;
}

.pager a:hover {
    color: #3b748b;
}

.pager span.selected {
    color: black;
}

.pager img {
    vertical-align: bottom;
}

.pager .next {
    padding-left: 7px;
}

.pager .previous {
    padding-right: 7px;
}

/* ------ list blocks */

/* list headers */

.link-list .h3,
.item-list .h2 {
    background: #302A27 url(../images/list/metal-brown.gif) repeat-x left center;
    color: #f0f0f0;
    font-size: 11px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-transform: uppercase;
	margin: 0px;
}

.link-list .h3 .inner-title, 
.item-list .h2 .inner-title {
    padding: 0px;
}

.link-list .h3 .inner-title {
    display: block;
    line-height: 13px;
    padding: 3px 0px 3px 21px;
    text-align: left;
}

.link-list .inner-title a {
    color: #77C536;
}

.link-list .h3 .highlight, 
.item-list .h2 .highlight {
/*
    color: #F7DD0C;
*/
    color: #d8ff00;
}

/* link list */

.link-list {
    margin-bottom: 8px;
}

.link-list .content {
    border: 1px solid #ccc;
    border-top-width: 0px;
    font-size: 11px;
    padding: 9px;
}

.link-list .content a {
    color: #666;
    text-decoration: none;
}
    
.link-list .content a:hover {
	color: #3b748b;
    text-decoration: underline;
}

.link-list li {
    margin: 0;
}

.link-list li a {
    font-weight: normal;
}

.link-list ul {
    list-style-type: disc;
    margin: 0px 0px 0px 15px;
    padding: 0;
}

.link-list ol {
    color: #3a7608;
    font-weight: bold;
    margin: 3px 0px 0px 21px;
    padding: 0;
}

.link-list ol li, .link-list ul li {
    padding: 0 0 8px 0;
}

.link-list p.description {
    border-bottom: 1px dashed #aaa;
    margin: 0;
    margin-bottom: 9px;
    padding-bottom: 10px;
}

.link-list p.empty {
    font-weight: bold;
    padding: 0;
}

.link-list .read-more {
    font-weight: bold;
}

.nested-list li ul {
    margin-left: 15px;
}

.nested-list ul {
    list-style-type: none;
    margin-left: 0px;
}

.nested-list ul li {
    margin-bottom: 7px;
    padding-bottom: 0px;    
}

.nested-list .content a {
	text-decoration: underline;
}

.nested-list .content li ul a {
	text-decoration: none;
}

/* list wrapper styling for non-list content */

.item-feature .content {
    background-color: #E3E2DE;
}

.item-feature .h3 {
    background: #e68e09 url(../images/list/metal-blue.gif) top left repeat-x;
}

.item-feature .h3 .inner-title {
    background: transparent; 
    padding-left: 9px;
}

.contact-info div {
    font-weight: bold;
}

/* summary list (description with title and, optionally, image) */

.summary-list .content {
    font-size: 11px;
    padding: 0 5px;
}

.summary-list .content a {
    text-decoration: none;
}

.summary-list ul {
    list-style-type: none;
    margin: 0 5px;
	padding: 1px;
}

.summary-list li {
    margin: 0;
    padding: 0;
    padding-bottom: 2px;
}

.summary-list .thumbnail {
    background-color: white;
    float: left;
    list-style-type: none;
    margin-right: 7px;
    margin-bottom: 2px;
    overflow: hidden;
    text-align: center;
    width: 83px;
}

.thumbnail a {
    border: 1px solid #ccc;
    display: block;
    overflow: hidden;
    height: 81px;
    line-height: 80px;
    vertical-align: middle;
}

.summary-list .thumbnail a:hover {
    border: 1px solid black;
}

.summary-list .thumbnail img {
    border: none;
    line-height: 82px;
    vertical-align: middle;
}

.summary {
    margin-bottom: 5px;
    margin-right: 7px;
    display: block;
}
  
.summary-list .summary p,
.summary-list .summary .rating {
    font-size: 11px;
}

.summary-list .summary p {
    margin: 2px 0;
}

.summary-list .summary a {
    color: #3a7608;
}

.summary-list .summary a:hover {
    color: #3b748b;
    text-decoration: none;
}

.summary-list .summary .h3 {
    font-size: 14px;
    margin: 1px 0;
}

.summary-list .summary .h4 {
    font-size: 12px;
    margin: 0;
}

.summary-list .summary .rating {
    font-weight: bold;
    margin: 0;
}

.summary-list .summary .rating img {
    padding-bottom: 3px;
    vertical-align: middle;
}

.summary-list .footer {
    background: transparent url(../images/list/review-list-footer.gif) bottom right no-repeat;
    font-size: 11px;
    text-align: right;
    text-transform: uppercase;
}

.summary-list .footer a {
    color: white;
    line-height: 17px;
    margin: 0px 13px 0px 0px;
    text-decoration: none;
}

/* item summary list */

.item-list .content {
    padding: 0;
}

.item-list ul {
    margin: 0;
    padding: 0;
}

.item-list li {
    background: transparent url(../images/list/gradient-blue-short.gif) repeat-x scroll left bottom;
    color: #343434;
    padding: 7px;
}

.item-list .summary {
    margin-right: 0;
}

.item-list .item-footer {
    font-weight: bold;
}

/* coupon item summary list */

.coupon-list .summary .h3 {
    font-size: 17px;
}

.coupon-list .item-footer {
    font-size: 13px;
    padding-top: 5px;
    text-align: right;
    text-transform: uppercase;
}

.coupon-list li {
    border-bottom: 1px dotted #ccc;    
    background: transparent;
    padding-bottom: 3px;
}

/* featured item list */

.feature-list {
    bbackground: white url(../images/list/gradient-bottom-tall.jpg) bottom center no-repeat;
background: url(../images/list/feature-list-bg.gif) repeat left top;
border: 1px solid #AED4E4;
}

.feature-list .h2 {
    color: #2f2f2f;
}

.feature-list .h2,
.feature-list-wide .h2,
.feature-list-short .h2 {
    font-size: 15px;
    margin: 6px 0 6px 10px;
    padding: 0;
    text-transform: uppercase;
}

.feature-list-short {
    background: white url(../images/list/gradient-bottom-short.jpg) bottom center no-repeat;
}

.feature-list-short .h2,
.feature-list-wide .h2 {
    color: #333;
}

.feature-list-short .h2 .highlight,
.feature-list-wide .h2 .highlight {
    color: #666;
}

.feature-list-wide {
    background: white url(../images/list/gradient-bottom-wide.jpg) bottom center no-repeat;
    padding-bottom: 7px;
}

/* featured category item list */

.category-list {
    background-image: none;
    background-color: #eee;
    border: 1px solid #ccc;
    float: left;
    height: 92px;
    margin: 3px;
    padding: 9px 5px 5px 5px;
    width: 355px;
    overflow: hidden;
}

.category-list .thumbnail {
    width: 110px;
    height: 87px;
}

/* ------ item overview */

#overview-data {
    padding-top: 0.25em;
    margin-right: 435px;
}

#overview-data .h1 {
    color: #404040;
}

#overview-data .h4 {
    color: #444;
    font-size: 11px;
    font-weight: normal;
    text-transform: uppercase;
}

#overview-pictures {
	float: right;
	width: 426px;
	margin-left: 10px;
	height: 316px;
}

#overview-snapshots {
	margin: 0;
	padding: 0;
}

.overview-snapshot-overlay {
	position: absolute;
	border: 1px solid #d9d9d9;
	overflow: hidden;
    height: 314px;
	line-height: 312px;
    width: 320px;
	background: white;
	text-align: center;
	list-style-type: none;
}

.overview-snapshot-overlay img {
	vertical-align: middle;
}

.hidden {
	display: none;
}

#overview-thumbnails {
	background-color: #d9d9d9;
	float: right;
	padding: 1px 1px 0 0;
	margin-bottom: 5px;
	margin-top: 0;
	list-style-type: none;
}

.overview-thumbnail-pic {
	background-color: white;
	padding: 10px 9px 9px;
	margin-bottom: 1px;
	overflow: hidden;
	height: 85px;
	width: 85px;
	line-height: 82px;
	text-align: center;
	list-style-type: none;
}

.overview-thumbnail-pic img {
	border: none;
	vertical-align: middle;
}

/* ------ item review summary */

#review-summary #positives .h2,
#review-summary #negatives .h2,
#review-summary #verdict .h2 {
    background: url(../images/list/list-title.gif) no-repeat scroll left top;
}

#review-summary .summary .h3 {
    background: #b7b7b7 url(../images/list/review-bg.gif) repeat-x scroll left top;
    color: #474747;
    font-size: 13px;
    margin: 0;
    padding: 6px 0 6px 2px;
    text-transform: uppercase;
    width: 120px;
border: 1px solid #5e5e5e;
}

#review-summary #positives .h3 .inner-title {
    background: transparent url(../images/list/review-positive.gif) no-repeat left center;
    padding: 3px 0 3px 21px;
}

#review-summary #negatives .h3 .inner-title {
    background: transparent url(../images/list/review-negative.gif) no-repeat left center;
    padding: 3px 0 3px 21px;
}

#review-summary #verdict .h3 .inner-title {
    background: transparent url(../images/list/review-result.gif) no-repeat left center;
    padding: 3px 0 3px 21px;
}

#review-summary #verdict .rating {
    position: relative;
    top: 20px;
    left: 130px;
}

#review-summary #verdict .rating img {
	vertical-align: middle;
}


/* ------ pages */

/* review index list groups */

#center-feature {
    background-color: white;
    border-top: 3px solid white;
    margin-bottom: 5px;
    width: 759px;
}

#center-feature .feature-list-short {
    float: left;
    position: relative;
    padding: 0;
    width:378px;
    height:128px;
    margin:0 1px 0 0;
}

/* category view */

#reviews-top .review-feature-wide {
	margin: 5px 0px;
}

#category-summary {
/*
    border: 1px solid gray;
*/
    border: 1px solid #000;
    background-image: url(../images/pages/category-summary.jpg);
    height: 212px;
    margin-bottom: 5px;
    overflow: hidden;
    padding: 0 10px
}

#category-summary .h1 {
/*
    color: #ffe172;
*/
    color: #E0A152;
}

#category-summary .content p {
    color: white;
    font-size: 12px;
    text-align: justify;
}

#category-summary a {
    color: #ffe172;
}

#subcategories .content {
    background-color: #D8D6D5;
}

#subcategories ul,
#subcategories ul li {
    list-style-type: none;
}

#subcategories ul {
    margin-left: 5px;
}

#subcategories ul li {
    border-bottom: 1px solid white;
    padding: 3px 0;
}

#subcategories ul a {
	color: #666;
    font-weight: bold;
}

#subcategories ul a:hover {
    color: #3b748b;
}

/* column view */

.featured-columnist {
/*
    background-color: #E4E2DE; 
    border: 1px solid #ddd;
*/
    background-color: #DCEDC5; 
    border: 1px solid #000;
    margin-bottom: 6px;
    padding: 5px;
}

.featured-columnist img {
    border: 2px solid white;
}

.featured-columnist .h2 {
    margin: 4px 0;
    padding: 0pt;
}

.featured-columnist .portrait {
    float: left;
    margin: 0px 6px 5px 0px; 
}

#column img {
	border: 1px solid #333333;
	float: right;
	margin: 0pt 0pt 10px 10px;
	padding: 0pt;
}

/* coupons index */
#top-block {margin-bottom: 5px;}
#coupon-hot-deal,
#coupon-last-chance {
	float: left;
	margin: 0px 0px 0px 5px;
    padding: 0 9px;
    padding-top: 66px;
	width: 241px;
}

#coupon-hot-deal {
	background: #fff url(../images/pages/coupon-hot-deal.gif) top left no-repeat;
	border: 1px solid #ccc;
	display:inline;
}

#coupon-last-chance {
	background: #fff url(../images/pages/coupon-last-chance.gif) top left no-repeat;
	border: 1px solid #ccc;
}

#coupon-retailers .h3 {
    background: #cb5112 url(../images/list/metal-blue.gif) top left repeat-x;
    font-weight: normal;
}

#coupon-retailers .h3 .inner-title {
    background: transparent; 
    padding-left: 3px;
}

#coupon-retailers .content {
    background-color: #E3E2DE;
}

#coupon-retailers ul,
#coupon-retailers ul li {
    list-style-type: none;
}

#coupon-retailers ul {
    margin-left: 5px;
}

#coupon-retailers ul a {
    color: #666;
    font-weight: bold;
}
#coupon-retailers ul a:hover {
    color: #3b748b;
}

/* glossary index */

#glossary-listing-title a {
    color: white;
    text-decoration: none;
}

#glossary-listing-title a:hover {
    text-decoration: underline;
}

#glossary-listing-title .right {
    background-color: #CB5611;
    color: #F5CD09;
    font-weight: bold;
    padding: 4px 5px;
    text-transform: uppercase;
}

#glossary-listing-title .right a:hover {
    color: #F5CD09;
}

/* news index */

#top-products .content {
    background-color: #ddd;
}

/* product view */

#related-retailers {
	float: right;
    margin-right: 10px;
    margin-left: 5px;
    margin-top: 10px;
	width: 190px;
	clear: right;
}

/* retailer view */

#review-summary .heading {
    background: #eee;
    border-left: 15px solid #3b748b;
    color: #222;
	height: 55px;
}

#review-summary .heading .title {
	float: left;
	margin-left: 7px;
	width: 265px;
}

#review-summary .heading .title .h3 {
    color: #666;
    font-size: 12px;
}

#review-summary .heading .title .h2 {
    color: #222;
    font-size: 12px;
    text-transform: uppercase;
}

#review-summary .heading .rating {
	border-left: 1px solid #bbb;
	float: left;
    line-height: 27px;
    height: 55px;
	text-align: center;
	width: 124px;
}

#review-summary .heading .date {
    font-size: 11px;
}

#retailer-coupon {
	 background: url(../images/pages/retailer-coupon.gif) top left no-repeat;
	 color: #fff;
	 float: right;
	 height: 125px;
	 line-height: 13px;
	 margin: 10px;
	 padding: 40px 20px 0 15px;
	 position: relative;
	 width: 180px;
	 z-index:1000;
}
#retailer-coupon p { color: #fff;}
#retailer-coupon a {
	color: #fc0;
	text-decoration: none;
	padding-right: 30px;
	text-decoration: underline;
}

#retailer-coupon a:hover {
	color: #dcedc5;
	text-decoration: underline;
}

/* ------ index */

/* featured products overview */
/* site intro text */

#site-intro {
  background:  url(../images/pages/site-intro.gif) top left no-repeat;
  float: left;
  height: 257px;
  overflow: auto;
  position: relative;
  width: 320px;
}

#site-intro p {
    color: #eee;
    font-size: 13px;
	line-height: 1.3em;
    margin: 20px 24px 10px 20px;
}		

/* item thumbnail list */

#featured-thumbnails {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    width: 74px;
}

#featured-thumbnails li {
    height: 74px;
    line-height: 66px;
    list-style-type: none;
    overflow: hidden;
    padding-bottom: 3px;
    text-align: center;
    width: 74px;
}		

#featured-thumbnails li a {
    border: 1px solid #CCC;
    display: block;
    height: 68px;
    padding: 2px;
    text-align: center;
    width: 68px;
}

#featured-thumbnails li a.selected {
    border: 1px solid #666; 
}

#featured-thumbnails li img {
    border: none;
    vertical-align: middle;
}

/* item descriptions */

#featured-summary {
    background-color: white;
    float: left;
    position: relative;
    height: 258px;
    width: 155px;
}

#featured-summary .h4 {
    color: #3a7608;
    font-size: 11px;
    font-weight: bold;
    margin: 5px 7px 5px 10px;
    text-transform: uppercase;
}

#featured-summary .h3 {
    color: #333;
    font: bold 14px Helvetica, sans-serif;
    margin: 2px 7px 5px 10px;
    text-transform: uppercase;
}

#featured-summary p {
    font-size: 10px;
    margin: 2px 7px 5px 10px;
    color: #333;
}

#featured-summary p a {
    color: #666;
    line-height: 12px;
    text-decoration: none;
}

#featured-summary a img {
    border: 1px solid #666;
}

#featured-summary a:hover img {
    border: 1px solid #3a7608;
}

#featured-summary img {
    margin: 6px 0 0 10px;
}

.summary-link {
    font: bold 10px Arial, Helvetica, sans-serif !important;
    margin: 11px !important;
    text-transform: uppercase;
}

.summary-link a {
    background: url(../images/pages/summary-link.gif) top right no-repeat;
    color: #3a7608 !important;
    padding: 8px 28px 5px 0;
}

/* item image */

.featured-image {
    float: left;
    height: 268px;
    line-height: 268px;
    position: relative;
    text-align: center;
    width: 200px;
}

.featured-image img {
    line-height: 260px;
    vertical-align: middle;
}

/* summary list sections */

#sections {
    width: 754px;
}

.subsection {
    float: left;
    position: relative;
    width: 349px;
}

/* individual sections */

#latest-product-reviews {
    width: 397px;
    height: 329px;
    float: left;
    position: relative;
}

#latest-manufacturer-reviews,
#latest-retailer-reviews {
    width: 347px;
    height: 329px;
    float: left;
    margin: 0 0 0 6px;
    position: relative;
}

#latest-news {
    height: 273px;
    float: left;
    margin: 5px 6px 0 0;
    position: relative;
    width: 397px;
}

#latest-news li {
    border-bottom: 1px dashed #bbb;
}

#latest-news li.last {
    border-bottom: 0px;
}

#latest-product-reviews .footer, 
#latest-retailer-reviews .footer, 
#latest-news .footer {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
}

/* newsletter signup */

#featured-newsletter-signup {
  width: 349px;
  height: 137px;
  background: url(../images/pages/featured-newsletter-signup.gif) top left no-repeat;
  float: left;
  position: relative;
}

#featured-newsletter-signup p {
    color: white;
    margin: 0;
}

#featured-newsletter-signup .content {
    color: white;
    font-size: 10px;
    margin: 27px 0px 0px 120px;
    overflow: auto;
    padding: 6px;
}

#featured-newsletter-signup form {
    margin: 6px 0px;
}

#featured-newsletter-signup .sponsor {
    text-align: right;
    width: 100%;
}
#featured-newsletter-signup .content a { color: #fc0;}
#featured-newsletter-signup .sponsor a {
  color: #fc0;
}

/* featured product expert */

#featured-expert {
  color: white;
  width:349px;
  background-color: #333;
  margin-top: 6px;
  float: left;
  position: relative;
  height: 135px;
}

#featured-expert .h3 {
  color: #f0f0f0;
  margin: 0;
  padding: 0;
  background:url(../images/pages/featured-expert.gif) top left no-repeat;
  font-weight: bold;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 23px;
  text-indent: 10px;
}

#featured-expert a.image-link {
  position: absolute;
  top: 34px;
  left: 15px;
  border: 3px solid white;
}

#featured-expert a.image-link img {
    border: 0;
}

#featured-expert p {
  color: #f0f0f0;
  font-size: 11px;
  margin: 0;
  margin-left: 117px;
  padding: 10px 7px 0px 0px;
}

#featured-expert a {
  color: #3b748b;
  position: relative;
}

/* category directory */

#category-directory {
	background-color: #d9d9d9;
    margin-right: 2px;
}
#category-directory .h2 {
	background: url(../images/layout/gradient-lt-gray.gif) repeat-x top left;
	color: #555;
    font-size: 12px;
	line-height:35px;
    margin-bottom: 4px;
	padding: 0;
	text-indent:7px;
	text-transform:uppercase;
}

#category-directory .summary-list .thumbnail a {
    border: 1px solid #ccc;
    height: 85px;
    vertical-align: middle;
    padding: 0px;
    overflow: hidden;
}

#category-directory .summary-list .thumbnail a:hover {
    border-color: black;
}

#category-directory a {
	font: bold 12px;
	color:#3a7608;
	text-decoration:none;
}

#category-directory a:hover {
	color: #3b748b;
}

/* link list for popular products */

#popular-products {
    position: absolute;
    top: 1074px;
    width: 160px;
}

#popular-products .h3 {
    background-image: url(../images/layout/metal-gray.gif);
	background-repeat:repeat-x;
	background-position:top left;
    color: #fff;
    font-size: 9px;
    font-weight: normal;
    line-height: 20px;
    padding: 3px 4px 2px 9px; 
    white-space: nowrap;
}

#popular-products .h3 .inner-title {
    background: none;
    padding: 0;
}


#popular-products .content {
	border: 1px solid #ccc;
}

#popular-products a {
	color:#3a7608;
    font-weight: bold;
}

#popular-products a:hover {
	color: #3b748b;
    text-decoration: underline;
}

/* SEER dropdown menu items */
 
.site-menu li ul {
    background-color: #d8d6d5;
    border: 1px solid #d8d6d5;
    display: block;
    left: -999em;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 200px;
    z-index: 1;
}

.site-menu li:hover ul,
.site-menu li.dropdown ul {
    left: auto;
}

.site-menu li ul li {
    clear: none;
    float: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

#nav li ul li,
#subnav li ul li {
    border: none;
    float: none;
}
    
#nav li ul li a,
#subnav li ul li a {
    background: #333;
    color: #ccc;
    display: block;
    height: 1%;
    margin: 0;
    padding: 5px 10px;
    text-align: left;
}

#nav li ul li a:hover,
#subnav li ul li a:hover {
    background: #678837;
    color: #fff;
}

#nav li ul li a.alt,
#subnav li ul li a.alt {
    background: #666;
}

#nav li ul li a.alt:hover,
#subnav li ul li a.alt:hover {
    background: #97C850;
    color: #333;
}
 
.site-menu {
    height: 24px;
    margin: 0;
    padding: 0;
}
 
.site-menu ul, 
.site-menu li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
 
.site-menu li {
    clear: right;
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
}
 
.site-menu a {
    display: block;
    font-size: 10px;
    font-weight: bold;
    line-height: 14px;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
}


