/* ------ html elements */
/* CSS Document */

/*img { behavior: url(iepngfix.htc); }*/

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: #fff url(../images/layout/body.jpg) top left repeat-x;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin: 0;
    padding: 0;
    text-align: center;
	display:block;
}

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

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

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

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

p {
    margin: 10px 0;
}

a {
	color: #36802b;
	text-decoration: none;
}

p a {
	font-weight: bold;
}

a:hover {
	color: black;
}

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

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

/* IE bugs */

.ie_text_dup {
  width: 1px;
  height: 1px;
  float: left;
  position: 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 {
    background: #fff url(../images/layout/wrapper.jpg) top left no-repeat;
    margin: 0px auto;
    text-align: left;
    width: 995px;
    height: auto;
    overflow: hidden;
}

#wrapper-content {
    background: transparent;
    margin: 0 9px 0 4px;
/* for google banner
    padding-top: 3px;
*/
}


#top-wrapper {
    background: transparent url(../images/layout/header-left.png) bottom left no-repeat;
    padding-bottom: 6px;
}

#header,
#nav,
#subnav {
    margin-left: 51px;
}

#nav-wrapper {
    background: transparent url(../images/layout/header-right.png) top right no-repeat;
    padding-bottom: 4px;
}

#nav,
#subnav {
    margin-right: 46px;
}

/* layout: header */

#header, 
#header #logo, 
#header #search {
    height: 62px;
}

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

#header_logo .h1 {
    margin: 0;
    padding: 0;
}

#header #logo a {
    background: #fff url(../images/layout/header-title-large.png) top left no-repeat;
    border: 0px none;
    height: 58px;
    display: block;
    text-indent: -9999px;
}

#header #search {
    background: #fff url(../images/layout/header-search-large.png) bottom right no-repeat;
    float: left;
    text-align: right;
    width: 469px;
}

#header #search form {
    margin: 14px 0 0 128px;
}

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

#header #search #search-query {
    border: 1px solid #ccc;
    color: #666;
    font-size: 10px;
    height: 17px;
    width: 265px;
}

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

/* layout: alternate header */

#header-alt {
    height: 90px;
    width: 988px;
}

#header-alt #logo {
    margin-left: 53px;
}

#header-alt .h1 {
    margin: 0;
    padding: 0;
}

#header-alt .left {
    float: left;
    width: 260px;
    padding-top: 3px;
    position: absolute;
    overflow: hidden;
}

#header-alt #top a {
    background: #fff url(../images/layout/header-title-small-top.png) top left no-repeat;
    border: 0px none;
    height: 21px;
    display: block;
    text-indent: -9999px;
}

#header-alt #logo a {
    background: #fff url(../images/layout/header-title-small-bottom.png) top left no-repeat;
    border: 0px none;
    height: 14px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
}

#header-alt .right {
    float: right;
}

#header-alt #search {
    margin: 0;
    padding: 13px 0 10px 65px;
}

#header-alt #search #search-query {
    border: 1px solid #ccc;
    color: #666;
    float: left;
    font-size: 10px;
    height: 17px;
    width: 150px;
}

#header-alt #search #search-submit-wrapper {
    float: left;
    margin-left: 3px;
}

/* layout: global nav */

.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;
}

/* layout: nav */

#nav {
    background: transparent url(../images/layout/nav.png) top left repeat-x;
    height: 31px;
}

#nav a {
    color: #36802b;
    font-size: 11px;
    line-height: 31px;
    padding: 0 15px;
}

#nav a.hovering {
    background: transparent url(../images/layout/nav-hover.png) top left repeat-x;
}

#nav a.selected {
    background: transparent url(../images/layout/nav-hover.png) top left repeat-x;
}

#nav a:active {
    background: #C95A07 url(../images/layout/nav-hover.png) top left repeat-x;
    color: #FFE995;
}

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

/* layout: subnav */

#subnav {
    background: #55ad33 url(../images/layout/subnav.png) bottom left repeat-x;
    height: 24px;
}

#subnav ul {
    padding-top: 3px;
}

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

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

#subnav a {
    color: white;
    padding: 0 8px;
    line-height: 18px;
}

#subnav a:active {
    color: #FFE995;
}	

#subnav a.hovering {
    color: #FFE995;
}

#subnav a.selected {
    color: #FFE995;
}

/* layout: page heading */

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

#title .h1 {
    color: #50A637;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
	font-size:24px;
    line-height: 28px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    text-indent: 15px;
}

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

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

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

/* layout: content */

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

#content #overview {
    padding-bottom: 5px;
}

#content #content-body {
}

#content-body p {
    font-size:11px;
}

#content-body .link-list {
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 203px;
}

#content-body .link-list .h3 {
    margin: 0;
    line-height: 24px;
}

#content-body .link-list .h3 .inner-title {
    color: white;
    font-weight: normal;
    font-size: 12px;
}

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

#content .sidebar-active {
    background-color: #edefeb;
}

/* layout: footer */

#footer {
    background: transparent url(../images/layout/footer.png) no-repeat scroll center top;
    color: #49A140;
    font-size: 10px;
    margin-top: 30px;
    padding-top: 25px;
    padding-left: 100px;
    padding-right: 100px;
    text-align: center;
    text-transform: uppercase;
}

#footer a {
    text-decoration: none;
    color: #49A140;
}

#footer a:visited {
    color: #49A140;
}

#footer a:hover {
    color: black;
}

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

#newsletter-signup {
  background: url(../images/layout/sidebar-header-newsletter.png) top left no-repeat;
  padding-top: 29px;
  width: 168px;
}

#newsletter-signup .content {
  background:url(../images/layout/sidebar-body-green.png) top left repeat-x;
  overflow: auto;
  font: normal 10px Arial, Helvetica, sans-serif;
  color: white;
  margin: 0;
  padding: 6px;
}

#newsletter-signup .content .thumbnail {
    background: transparent url(../images/layout/newsletter-thumbnail.png) top center no-repeat;
    padding-top: 12px;
    text-align: center;
}


#newsletter-signup .content .thumbnail .bottom {
    background: transparent url(../images/layout/newsletter-thumbnail-bottom.png) bottom center no-repeat;
}

#newsletter-signup .content img {
    margin: 0px auto;
}

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

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

#newsletter-signup .sponsor a {
  color: #FFCC00;
}

#ad_enews_email {
  width: 85px;
}

#partner-links {
    width: 160px;
	display:block;
}

#partner-links .h3 {
    background: transparent none;
	display: block;
    padding: 3px 4px 2px 5px; 
    text-transform: none;
}

#partner-links .h3 .inner-title {
    background: none;
    color: #000000;
    font-size: 12px;
    padding: 0;
}

#partner-links .content {
    border-color: transparent;
    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: right;
    float: left;
    padding-right: 15px;
}

.company-logo img {
    border-right: 1px solid #bebebe;
    padding-right: 17px;
}

.company-info {
}

.company-info .h2 {
    text-transform: uppercase;
	font-size:19px;
	font-weight:normal;
}

.company-info ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.company-info ul li {
    list-style: none;
    float: left;
    display: block;
    padding: 0 10px;
    border-left: 1px solid #555;
	color:#323232;
	font-size:12px;
	font-weight:bold;
    white-space: nowrap;	
}

.company-info ul li.first {
    border-left: none;
    padding-left: 0;
}

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

.listing-title {
    background: transparent url(../images/list/list-header.png) no-repeat scroll left top;
    width: 794px;
	display:block;
    margin-top: 10px;
}

.listing-title .left {
    color: white;
    font-size: 15px;
    margin: 0;
    padding: 7px 0 7px 5px;
    text-transform: uppercase;
	float:left;
	font-weight:bold;
}

.listing-title .h2 .inner-title {
    padding: 6px 0 6px 8px;
	font-weight: bold;
}

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

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

.listing-title .right label {
    color: white;
    font: bold 15px 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: 794px;
}

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

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

.listing th a {
    color: #5db02e;
}

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

.listing td a {
  color: black;
  text-decoration: none;
}

.listing td a:hover {
  color: #52a53d;
}

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

.listing .title,
.listing tr.alt td.title {
    font-weight: bold;
}

.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: #52a53d;
    text-decoration: none;
}

.pager a:hover {
    color: #000;
}

.pager span.selected {
    color: black;
}

.pager img {
    vertical-align: middle;
}

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

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

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

/* list headers */

.item-list .h2 {
    background: transparent url(../images/list/list-header.png) no-repeat scroll left top;
    color: white;
    width: 794px;
    font-size: 15px;
    margin: 0;
    padding: 7px 0 6px 9px;
    text-transform: uppercase;
	display:block;
}

.item-list .h2 .inner-title {
    line-height: 20px;
    padding: 3px 0 3px 6px;
}

.item-list .h2 .highlight {
    color: #eaec2f;
}

/* link list */

.link-list .h3 {
}

.link-list .h3 .inner-title {
    color: #489f3e;
    text-transform: uppercase; 
}

.link-list .h3 .highlight {
}

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

.link-list .content {
    font-size: 11px;
    padding: 9px 0;
	list-style: none;
}

.link-list .content a {
    text-decoration: none;
}
    
.link-list .content a:hover {
    text-decoration: underline;
}

.link-list li {
    margin: 0;
}

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

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

.link-list ol {
    color: #cb5812;
    font-weight: bold;
    margin: 3px 0px 0px 16px;
    padding: 0;
	list-style:decimal;
}

.link-list ol li {
    padding: 0 0 3px 0;
	list-style:decimal;
}

.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;
    margin: 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;
    padding-right: 0px;
    padding-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 */

#review-sidebar .item-feature .h3 {
    background: transparent url(../images/layout/info-header-rounded.png) no-repeat scroll top left;
    width: 100%; 
    display: inline-block;
}

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

#top-brands .h3 {
    background: transparent url(../images/layout/info-header-square.png) no-repeat scroll top left;
}

.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;
	list-style:none;
}

.summary-list .thumbnail {
    background: transparent url(../images/pages/home-viewlet-thumbnail-background.png) no-repeat scroll top left;
    float: left;
    height: 100px;
    line-height: 84px;
    list-style-type: none;
    margin-right: 7px;
    margin-bottom: 2px;
    overflow: hidden;
    text-align: center;
    width: 97px;
    padding-top: 6px;
}

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

.summary {
    color: #6b696a;
    margin-bottom: 5px;
    margin-right: 7px;
    display: block;
    padding-top: 5px;
}

.summary-list .summary p,
.summary-list .summary .rating {
    font-size: 11px;
}

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

.summary-list .summary a {
    color: black; 
}

.summary-list .summary a:hover {
    color: #52a53d;
    text-decoration: none;
}

.summary-list .summary .h3 {
    font-size: 13px;
    margin: 1px 0;
    text-transform: none;
}

.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;
    padding-left: 4px;
    vertical-align: middle;
}

.summary-list .footer {
    font-size: 11px;
    text-align: right;
    text-transform: uppercase;
}

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

/* item summary list */

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

.item-list .content .no-content {
    font-size: 12px; 
    margin: 19px; 
    font-weight: bold;
}

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

.item-list li {
    background: transparent url(../images/list/list-gradient-blue.jpg) 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;
    color: #4fa63a;
}
.coupon-list .item-footer {
    font-size: 14px;
    padding-top: 5px;
    text-align: right;
}

.coupon-list .item-footer a {
    color: #4fa63a;
}

.coupon-list li {
    padding-bottom: 3px;
}

/* store coupons */

/*
#latest-coupons {
    background: transparent url(../images/pages/store-coupons-back.png) repeat-y scroll top left;
}

#latest-coupons .h2 {
    display: none;
}

#latest-coupons .content {
    background: transparent url(../images/pages/store-coupons-header.png) no-repeat scroll top left;
}

#latest-coupons .content a:hover {
    color: green;
}

#latest-coupons .content ul {
    background: transparent url(../images/pages/store-coupons-footer.png) no-repeat scroll bottom left;
    padding-bottom: 11px;
    min-height: 168px;
    height: auto !important;
    height: 168px;
}

#latest-coupons .content ul li {
    background: transparent;
    border-bottom: 1px solid white;
    margin: 0px 15px 0px 40px; 
    padding: 0;
}

#latest-coupons .content .no-content {
    margin: 0px 15px 0px 40px; 
    padding-top: 12px;
}

#latest-coupons .content ul li.last {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

*/

/* featured item list */

.feature-list {
}

.feature-list .h2 {
	font-size: 17px;
    margin: 2px 0;
	font-weight:bold;
	text-transform:uppercase;
	
}

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

.feature-list-wide .content,
.feature-list-short .content {
    background: white url(../images/list/item-body-gray.png) bottom left no-repeat;
    height: 129px;
    width: 380px;
}

.feature-list-short .h2,
.feature-list-wide .h2 {
    background: transparent url(../images/list/item-header-green.png) top left no-repeat;
    color: white;
	font-weight:bold;
    padding: 13px 0 6px 27px;
}

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

.feature-list-wide {
    padding-bottom: 7px;
}

/* featured category item list */

.category-list {
    background-image: none;
    float: left;
    height: 92px;
    padding: 9px 4px 5px;
    width: 384px;
    overflow: hidden;
}

.category-list .thumbnail {
    width: 110px;
    background-image: none;
}

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

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

#overview-data .h1 {
    color: #404040;
    font-weight: bold;
    font-size: 16px;
}

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

#overview-data #review-summary {
    margin-left: 0px;
    padding-left: 0px;
}

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

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

.overview-snapshot-overlay {
	position: absolute;
	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 {
	float: right;
    width: 120px;
}

#overview-thumbnails ul {
    background: transparent url(../images/layout/images.png) no-repeat top left;
	margin: 0;
    padding: 20px 11px 0px;
}

.overview-thumbnail-pic {
	background-color: transparent;
	height: 90px;
	line-height: 85px;
	list-style-type: none;
	overflow: hidden;
    padding-bottom: 2px;
	text-align: center;
	width: 100px;
}

#overview-thumbnails .bottom {
    background: transparent url(../images/layout/images-footer.png) no-repeat bottom left;
    height: 14px;
}

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

/* ------ review sidebar */

#review-sidebar {
    float: left;
    width: 203px;
    margin-bottom: 10px;
}

#review-sidebar .link-list {
    margin-bottom: 0;
    margin-right: 0;
}

#review-sidebar .link-list .h3 .inner-title {
    padding-left: 9px;
}

#review-sidebar .link-list .content {
    padding-left: 9px;
    padding-right: 9px;
    background-color: #e4e2de;
}

#review-sidebar .link-list a {
    font-weight: bold;
}

#review-sidebar-summary ul,
#review-sidebar-summary li {
    list-style-type: none;
}

#technical-info .content {
    background: #e4e2de url(../images/layout/review-sidebar-footer-curved.png) no-repeat scroll bottom left;
    padding-bottom: 7px;
}

.pad-right {
    margin-right: 10px;
}

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

#retailer-review-top {
    background: #E4E2DE url(../images/layout/review-sidebar-footer-curved.png) no-repeat scroll left bottom;
}

#review-summary {
    background: white;
    margin-left: 203px;
    padding-left: 10px;
}

#review-summary #negatives .h2,
#review-summary #verdict .h2 {
    background: transparent url(../images/layout/review-header.gif) no-repeat scroll 15px top;
}
/********/

#review-summary .summary .h3 {
    background: transparent url(../images/layout/review-header.gif) no-repeat scroll 15px top;
    color: #f0f0f0;
    font-size: 13px;
    margin: 0;
    padding: 3px 0;
    text-transform: uppercase;
    width: 120px;
	display:block;
}
/*******************/

#review-summary #positives .h3 .inner-title {
    background: transparent url(../images/layout/arrow-up.png) no-repeat left center;
    padding: 4px 0 3px 21px;
}

#review-summary #negatives .h3 .inner-title {
    background: transparent url(../images/layout/arrow-down.png) no-repeat left center;
    padding: 4px 0 3px 21px;
}


#review-summary #verdict .h3 .inner-title {
    background: transparent url(../images/layout/arrow-right.png) no-repeat left center;
    padding: 4px 0 3px 21px;
}

#review-summary #verdict .rating {
    position: absolute;
    margin-top: 5px;
    margin-left: 130px;
}

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

#review .date {
    color: #707070;
    display: inline;
}

#review .h2 {
	color:#7f7c7c;
	padding:0px;
	font-size:16px;
}

#review .h3 {
	color: #52a53d;
    font-size: 20px;
	padding:0;
	font-weight:normal;
}

/* ------ pages */

/* review index list groups */

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

#center-feature .feature-list-short {
    float: left;
    position: relative;
    padding: 0;
    margin:0 8px 0 0;
}

#center-feature .feature-list-short .content {
    width: 380px;
    height: 129px;
}

/* category view */

#category-summary {
    background: white url(../images/pages/category.png) top left no-repeat;
    min-height: 141px;
    height: auto !important;
    height: 141px;
    overflow: hidden;
    padding: 15px 25px;
}

#category-summary .h1 {
    color: white;
    font-size: 19px;
    font-weight: normal;
    margin: 3px 0;
	text-transform: uppercase;
}

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

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

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

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

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

#subcategories ul a:hover {
    color: #c85907;
}

/* columnist view */

#columnists {
    padding: 0 5px;
}

/* column view */

.featured-columnist {
    background: transparent url(../images/pages/columnist-background.png) repeat-y scroll top left;
    margin-left: -3px;
}

.featured-columnist .h2 {
    background: transparent url(../images/pages/columnist-header.png) no-repeat scroll top left;
	color: #53a936;
	display: block;
	font-size: 17px;
	font-weight: bold;
    margin: 0;
    text-transform: uppercase;
    padding: 25px 0 0 25px;
    min-height: 10px;
    height: auto !important;
    height: 10px;
}

.featured-columnist .content {
    background: transparent url(../images/pages/columnist-footer.png) no-repeat scroll bottom left;
    min-height: 100px;
    height: auto !important;
    height: 100px;
    padding: 5px 25px 25px;
}

.featured-columnist .content .h2 {
    background: none;
    padding: 0;
}

.featured-columnist .content .summary {
    margin-left: 108px;
}

.featured-columnist .content .summary a.more {
    display: block;
    float: right;
    font-size: 15px;
    font-weight: bold;
    color: #53a936;
    text-transform: uppercase;
}

.featured-columnist img {
    border: none;
}

#sidebar-featured-columnist {
    text-align: center;
    padding: 0 5px;
    margin-bottom: 8px;
}

#sidebar-featured-columnist .thumbnail {
    background-image: url(../images/pages/column-viewlet-thumbnail-background.png);
    margin: 0 auto 10px;
    float: none;
}

#sidebar-featured-columnist .h3 {
    text-align: left;
    font-size: 12px;
    color: #489F3E;
}

#sidebar-featured-columnist .content {
    text-align: left;
    padding: 0 10px 9px;
}

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

/* coupons index */

#coupon-hot-deal,
#coupon-last-chance {
	float: left;
	margin: 0;
    padding: 0;
    position: relative;
	width: 392px;
}

#coupon-hot-deal {
    margin-right: 8px;
}

#coupon-hot-deal .h2,
#coupon-last-chance .h2 {
    margin: 0;
    width: auto;
    height: 17px;
    overflow: hidden;
}

#coupon-hot-deal .h2 .inner-title,
#coupon-last-chance .h2 .inner-title {
    margin-left: 31px;
    color: #237a10;
}

#coupon-hot-deal .summary,
#coupon-last-chance .summary {
	background: #fff url(../images/list/item-body-yellow.jpg) top left no-repeat;
    padding: 10px 20px;
    height: 172px;
}

#coupon-hot-deal .h2 {
	background: #fff url(../images/pages/coupons-item-header-hotdeal.png) top left no-repeat;
}

#coupon-last-chance .h2 {
	background: #fff url(../images/pages/coupons-item-header-lastchance.png) top left no-repeat;
}

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

#coupon-retailers ul a {
    font-weight: bold;
}

/* 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 2px;
    text-transform: uppercase;
}

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

/* news index */

#feature-news {
    background: transparent url(../images/pages/news-feature-background.png) no-repeat scroll top left;
    height: 234px;
    margin-bottom: 8px;
}

#feature-news .h3 {
    color: #237A10;
    font-size: 16px;
    line-height: 30px;
    margin: 0;
    padding: 10px 15px 0;
}

#feature-news .thumbnail {
    float: left;
    margin: 18px 0 0 25px;
    padding: 6px;
    position: absolute;
}

#feature-news .thumbnail img {
    border: none;
    width: 140px;
}

#feature-news .content {
    margin: 15px 15px 15px 195px;
}

#feature-news .content a.more {
    font-weight: bold;
}

#top-stories .summary a {
    color: #4FA63A;
}

#top-stories .summary a:hover {
    color: #000000;
}

#top-stories .item-footer a {
    float: right;
    font-size: 13px;
}

/* product view */

#related-retailers {
	clear: both;
}

#related-retailers img {
    border: none;
}

#related-retailers li {
    background-image: none;
}

#related-retailers .details {
    border-right: 1px solid #AAAAAA;
    float: left;
    margin-top: 29px;
    padding: 5px 0;
    width: 400px;
}

#related-retailers .details a.more {
    color: #4AA23F;
}

#related-retailers .details a.more:hover {
    color: #4AA23F;
    text-decoration: underline;
}

#related-retailers .rating {
    float: left;
    padding-left: 10px;
    padding-top: 31px;
    text-align: center;
}

#related-retailers .rating a {
    color: #414140;
}

#related-retailers .rating a:hover .h4 {
    text-decoration: underline;
}


#related-retailers .rating .rounded {
    background: transparent url(../images/pages/product-view-rating-background.png) no-repeat scroll top left;
    display: block;
    height: 23px;
    line-height: 20px;
    margin-bottom: 3px;
    padding-top: 3px;
    width: 156px;
}

/* retailer view */

#review-summary .heading {
}

#review-summary .heading .title {
}

#review-summary .heading .title .h3 {
    color: #404040;
    font-size: 14px;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 2px;
}

#review-summary .heading .title .h2 {
    color: #404040;
    font-size: 12px;
    text-transform: uppercase;
	display: block;
	font-weight: bold;
}

#review-summary .heading .rating {
	display: block;
}

#review-summary .heading .rating img {
    vertical-align: top;
    padding-left: 5px;
}

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

#review-summary .rating .h4 {
    display: inline;
    text-transform: uppercase;
    color: #52a53d;
    font-size: 12px;
    line-height: inherit;
}

#retailer-coupon {
	 background: url(../images/pages/retailer-coupon.png) top left no-repeat;
	 color: white;
	 float: right;
	 height: 177px;
	 line-height: 13px;
	 margin: 0 0 10px 10px;
	 padding: 5px 15px 0 45px;
	 position: relative;
	 width: 144px;
	 z-index:1000;
}

#retailer-coupon p {
    color: #323332;
    font-weight: bold;
    margin-top: 0;
    padding-top: 10px;
}

#retailer-coupon a {
    font-weight: bold;
	text-decoration: none;
}

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

/* ------ index */

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

#site-intro {
    width: 329px;
    background-image: url(../images/pages/home-overview-repeat.jpg);
    background-repeat: repeat-y;
    float: right;
}

#site-intro .header {
    height: 60px;
    width: 329px;
    background: transparent url(../images/pages/home-overview-header.jpg) no-repeat scroll top left;
}

#site-intro .content {
    background: transparent url(../images/pages/home-overview-bottom.png) no-repeat scroll bottom left;
    height: 170px;
    overflow: hidden;
    padding: 0 60px 20px 25px;
}

#site-intro p {
    color: white;
    font-size: 12px;
    line-height: 130%;
    margin: 0;
}		

/* item descriptions */

#featured-summary {
    float: left;
	display: block;
    height: 258px;
    margin-left: 15px;
    margin-top: 20px;
    position: absolute;
    width: 175px;
    z-index: 1;
}

#featured-summary .h3 {
    color: #55aa33;
    font: bold 20px Helvetica, sans-serif;
    margin: 2px 7px 0px 10px;
    text-transform: uppercase;
	display:block;
}

#featured-summary .summary {
    font-size: 14px;
    font-weight: bold;
    margin: 0px 7px 7px 10px;
    color: #55aa33;
    line-height: 1em;
}

#featured-summary .summary p {
    margin: 0;
}

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

#featured-summary .summary-link a {
    background: url(../images/pages/summary-link.gif) no-repeat scroll left 10px;
    color: #707070;
    padding: 8px 28px 5px 10px;
}

#featured-summary .summary-link a:hover {
    color: black;
}

#featured-thumbnails {
    position: absolute;
    margin: 165px 0 0 20px;
    width: 368px;
    z-index: 2;
}

#featured-thumbnails .h3 {
    color: #4ca33c;
    float: left;
    font-size: 14px;
    height: 18px;
    line-height:18px;
    margin-right: 4px;
    text-transform: none;
}

#featured-thumbnails a {
    background: transparent url(../images/pages/home-feature-button.gif) no-repeat scroll top left;
    color: white;
    display: block;
    float: left;
    font-size: 9px;
    height: 25px;
    margin: 0px 5px 5px 0px;
    overflow: hidden;
    padding: 3px 4px;
    width: 166px;
}

#featured-thumbnails p {
    margin: 0;
}

#featured-thumbnails a:hover {
    background-image: url(../images/pages/home-feature-hover.gif);
    color: #4e4d4d;
}

#featured-thumbnails a.selected {
    background-image: url(../images/pages/home-feature-hover.gif);
    color: #4e4d4d;
}

#featured-thumbnails a img {
    border: 1px solid yellow;
    float: left;
    margin: 0 5px 0 0;
}

/* item image */

.featured-image {
    float: left;
    height: 268px;
    line-height: 268px;
    position: absolute;
    width: 465px;
    overflow: hidden;
}

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

/* summary list sections */

#sections {
}

.subsection {
    float: right;
    position: relative;
    width: 322px;
}

#sections .h2 {
    background: transparent url(../images/pages/home-header-underline.png) no-repeat scroll 10px 20px;
}

/* individual sections */

#latest-product-reviews {
    width: 455px;
    float: left;
    position: relative;
}

#latest-manufacturer-reviews {
    width: 322px;
    float: right;
    margin: 0 0 15px 6px;
    position: relative;
}

#latest-product-reviews .content ul li,
#latest-manufacturer-reviews .content ul li {
    height: 107px;
}

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

#latest-news li {
}

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

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

/* newsletter signup */

#featured-newsletter-signup {
  background: #63B526;
  float: right;
  height: auto !important;
  height: 135px;
  min-height: 135px;
  margin-bottom: 15px;
  position: relative;
  width: 320px;
}

#featured-newsletter-signup .h3 {
    background: #63B526 url(../images/pages/home-newsletter-signup-top.jpg) top left no-repeat;
    display: block;
    position: relative;
    height: 39px;
    margin: 0;
    width: 320px;
}

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

#featured-newsletter-signup .content {
    background: #63B526 url(../images/pages/home-newsletter-signup-bottom.jpg) bottom left no-repeat;
    color: white;
    font-size: 11px;
    height: auto !important;
    height: 120px;
    min-height: 120px;
}

#featured-newsletter-signup .thumbnail .inside {
    background: transparent url(../images/pages/home-newsletter-thumbnail.gif) top center no-repeat;
    padding-top: 11px;
    text-align: center;
}

#featured-newsletter-signup .thumbnail {
    background: transparent url(../images/pages/home-newsletter-thumbnail-bottom.gif) bottom center no-repeat;
    float: right;
    margin-bottom: 5px;
    padding: 0 10px 11px;
    width: 116px;
}

#featured-newsletter-signup .summary {
    margin: 0 0 0 20px;
    padding-bottom: 5px;
    width: 160px;
}

#featured-newsletter-signup form {
    margin: 7px 0 0 0;
    padding: 0;
    text-align: right;
    width: 160px;
}

#enews_email {
    width: 155px;
}

#enews_submit {
}

/* featured product expert */

#featured-expert {
  background:url(../images/pages/home-columnist.png) top left no-repeat;
  color: white;
  float: right;
  height: 117px;
  position: relative;
  width: 322px;
  margin-bottom: 15px;
}

#featured-expert .h3 {
  color: #f0f0f0;
  margin: 0;
  margin-left: 110px;
  padding: 13px 0 0;
  font-weight: bold;
  display: block;
}

#featured-expert a.image-link {
  position: absolute;
  top: 15px;
  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: 110px;
  margin-right: 10px;
  padding: 4px 7px 0px 0px;
}

#featured-expert a {
  color: #f0f0f0;
  position: relative;
  display: block;
}

/* category directory */

#category-directory {
	background: transparent url(../images/pages/home-directory.png) no-repeat top left;
}

#category-directory .h2 {
	color: white;
    font-size: 14px;
	line-height:25px;
    margin-bottom: 4px;
	padding: 3px 0 0 15px;
	text-transform:uppercase;
	display:block;
}

#category-directory a {
	font-size: 12px;
    font-weight: bold;
	color: #52a53d;
	text-decoration: none;
    display: block;
}

#category-directory a:hover {
	color: #000;
}

#category-directory img {
    border: none;
}

/* link list for popular products */

#subcategories .content ul,
#coupon-retailers .content ul,
#popular-products .content ul {
    padding: 0;
    list-style-type: none;
}

/* sidebar-primary */

#sidebar-primary .link-list .content {
    padding-left: 10px;
    padding-right: 10px;
    color: #6B696A; 
}

#sidebar-primary .link-list ul li {
    margin-bottom: 7px;
}

#sidebar-primary .link-list .content ul a,
#sidebar-primary .link-list .content ol a {
    color: #7F7C7C;
}

#google-side-ads {
    padding: 0 4px;
}

/* non-green-headered sidebars */

#sidebar-featured-columnist .h3,
#subcategories .h3,
#viewlet-a .h3,
#store-info .h3,
#columnists .h3,
#top-products .h3,
#coupon-retailers .h3,
#more-manus .h3 {
    padding-left: 10px;
    padding-right: 10px;
    background: none;
}

/* green-headered sidebar backgrounds, etc */

#popular-products .content {
    background: #EDEFEB url(../images/layout/sidebar-footer.png) no-repeat scroll bottom left;
}

#sidebar-featured-expert .h3,
#popular-products .h3 {
    margin-bottom: 0px;
}

#popular-products .h3, 
#viewlet-b .h3,
#review-sidebar-summary .h3,
#recent-reviews .h3,
#popular-articles .h3,
#top-ten-deals .h3,
#more-category .h3 {
    background: transparent url(../images/layout/sidebar-header.png) no-repeat scroll top left;
    line-height: 16px;
    padding: 9px 10px;
}

#recent-reviews .h3 .inner-title,
#popular-articles .h3 .inner-title, 
#more-category .h3 .inner-title {
    color: white;
    font-size: 12px;
}

#sidebar-featured-expert .h3 .inner-title,
#popular-products .h3 .inner-title, 
#viewlet-b .h3 .inner-title,
#review-sidebar-summary .h3 .inner-title,
#top-ten-deals .h3 .inner-title {
    color: white;
    font-size: 14px;
}

#more-category a,
#popular-products a {
    font-weight: bold;
    color: #adf7a4;
}

#more-category a:hover,
#popular-products a:hover {
    text-decoration: underline;
}

#sidebar-featured-expert {
    margin-top: 10px;
}

#sidebar-featured-expert .h3 {
    background: transparent url(../images/layout/info-header-square.png) no-repeat scroll top left;
    line-height: 29px;
    text-align: center;
}

#sidebar-featured-expert .content {
    background-color: #65B724;
    color: white;
    padding: 0 10px 10px;
}

#sidebar-featured-expert .content .thumbnail {
    text-align: center;
}

#sidebar-featured-expert .content .thumbnail img {
    margin: 0 auto;
    border: 2px solid white;
}

#sidebar-featured-expert .content .h4 {
    margin-top: 8px;
    text-transform: uppercase;
}    

#sidebar-featured-expert .content p {
    color: white;
    margin: 0;
}

#sidebar-featured-expert .content a {
    color: white;
    font-weight: bold;
}

#sidebar-featured-expert .content a:hover {
    text-decoration: underline;
}



/* Viewlet Title Header Styles (MORE ____) */

#more-category .h3{
    /*min-height: 18px;*/
    padding: 4px 5px 4px 5px;
    text-align: center;
}

#more-category .h3 .inner-title{
    font-size: 11px;
    line-height: 11px;
}

/* SEER dropdown menu items */

.site-menu li ul {
    background: purple;
    border: 1px solid white;
    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 {
    background: red;
    clear: both;
    float: left;
    margin: 0;
    padding: 0;
    text-align: left;
    min-height: 20px;
    height: auto !important;
    height: 20px;
    width: 200px;
}

#nav li ul li,
#subnav li ul li {
    border: none;
}

#nav li ul li a,
#subnav li ul li a {
	background: #50a639;
    color: white;
    display: block;
    line-height: 20px;
    margin: 0 !important;
    padding: 2px 5px;
    text-align: left;
}

#nav li ul li a:hover,
#subnav li ul li a:hover {
    background: #50a639;
    color: #FFE995;
}

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

#nav li ul li a.alt:hover,
#subnav li ul li a.alt:hover {
    background: #67b253;
    color: #FFE995;
}

.ddm1 .item2,
.ddm1 .item2:hover {
	display: block;
	white-space: nowrap;
    height: 14px;
    padding: 0 2em !important;
    text-align: left;
}

.ddm1 .odd {
	background: #959595;
}

.ddm1 .even {
	background: #A5A5A5;
}


.ddm1 .item2:hover {
	color: #FFFFFF;
}
.ddm1 .section {
	border: 1px #222222;
	border-style: dashed;
	position: absolute;
	visibility: hidden;
	z-index: -1;
	white-space: nowrap;
    width: 100px;
}

.ddm1 .left,
.ddm1 .left:hover {
	border-style: solid none solid solid;
}

.ddm1 .right,
.ddm1 .right:hover {
	border-style: solid solid solid none;
}

* html .ddm1 a {
	position: relative 
} /* IE 5.0 fix */
