@charset "utf-8";
/* CSS Document */

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

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

.h2 {
	color: #CC0000;
    display: block;
    font-size: 19px;
    margin: 2px 0;
}

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

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

p {
    color: #222;
}

a {
	color: #CC0000;
	text-decoration: none;
}

p a {
	font-weight: bold;
}

a:hover {
	color: #3cf;
}

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

.strong, .b {
	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;
	color: #CC0000;
}

/* 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;
    width: 925px;
}

#top {
    height: 26px;
    padding-top: 5px;
    text-align: right;
}

#wrapper {
    background: #fff;
    padding: 9px;
    padding-top: 0;
}

/* 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: #fff url(../images/layout/logo.png) top left no-repeat;
    border: 0px none;
    display: block;
    text-indent: -9999px;
}

#header #search {
    background: #fff url(../images/layout/search.png) 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 #ccc;
    color: #666;
    font-size: 10px;
    height: 17px;
    width: 208px;
}

#header #search #search-submit-wrapper {
    float: left;
}

/* 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: #000000 url(../images/layout/nav.gif) bottom left repeat-x;
}

#nav a {
    color: white;
    padding: 5px 24px;
}

#nav a.selected {
    color: white;
    background-color: #33ccff;
}

#nav a.hovering {
    background: #33ccff;
    color: black;
   
}

#nav a:active {
    color: black;
}   

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

/* layout: subnav */

#subnav {
    background-color: #D8D6D5;
    border: #fff 1px solid;
    border-width: 1px 0px;
}

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

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

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

#subnav a.hovering {
    background-color:#33ccff;
    color: black;
}

#subnav a:active {
    background-color: #33ccff;
    color: black;
}	

#subnav a.selected {
    background-color: #33ccff;
    color: black;
}

/* layout: page heading */

#title {
    background: white url(../images/layout/title.jpg) 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;
	margin-top:2px;
    padding: 0;
    text-transform: uppercase;
    text-indent: 15px;
}

#breadcrumbs {
    color: #00CCFF;
    float: right;
    font-weight: bold;
    padding: 6px 10px 0px 0px;
    text-transform: lowercase;
    font-size:12px;
}

#breadcrumbs a {
    color: #fff;
    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: 5px;
	color: #CC0033;
    font-size:11px;
}


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

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

/* layout: footer */

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

#footer a {
    text-decoration: none;
    color: #645A4E;
}

#footer a:visited {
    color: #645A4E;
}

#footer a:hover {
    color: #CC0000;
}

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

#newsletter-signup {
    width: 162px;
    height: 272px;
    background: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 .content a {
    color:#cc0000;
}

#newsletter-signup .content a:hover {
    color:#57d8ff;
}

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

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

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

#ad_enews_email {
  width: 85px;
}

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

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

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

#partner-links .content {
    border-color: #CC0000;
    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: #777777 url(../images/list/gradient-gray.gif) repeat-x scroll left top;
}

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

.listing-title .h2 .inner-title {
    background: transparent url(../images/list/arrow-right-title.gif) no-repeat scroll left center;
    font-weight: bold;
	padding: 6px 0px 6px 21px;
}

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

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

.listing-title .right label {
    color: #f8cc07;
    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;
    height: 4em;
}

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

.listing td a:hover {
    color: black;
}

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

.listing td.desc {
    color: #000;
}

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

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

.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: #777777 url(../images/list/gradient-gray.gif) repeat-x;
    color: #f0f0f0;
    font-size: 11px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-transform: uppercase;
 	display:block;
 	font-weight:bold;
}

.link-list .h3 .inner-title, 
.item-list .h2 .inner-title {
    background: transparent url(../images/list/arrow-right.gif) no-repeat;
    padding: 0px;
    padding-left: 21px;
}

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

.link-list .h3 .inner-title a, 
.item-list .h2 .inner-title a {
    color: #3cf;
}

.link-list .h3 .inner-title a:hover, 
.item-list .h2 .inner-title a:hover {
    color: #fff;
}

.link-list .h3 .highlight, 
.item-list .h2 .highlight {
    color: #00CCFF;
}

/* link list */

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

.link-list .content {
    border: 1px solid #ccc;
    border-top-width: 0px;
    font-size: 11px;
    padding: 9px;
    list-style:none;
    color:#000000;
    margin-top: -2px;
}

.link-list .content a {
    color: black;
    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 0px 0px 15px;
    padding: 0;
}

.link-list ol {
    color: #cc0000;
    font-weight: bold;
    margin: 3px 0px 0px 21px;
    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;
}

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

.item-feature .h3 {
    background: #CC0000 url(../images/list/gradient-yellow.gif) top left repeat-x;
}

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

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

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

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

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

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

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

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

.thumbnail {
}

.thumbnail a {
    border: 1px solid #ccc; 
    display:block;
    overflow:hidden;
}

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

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

#category-directory .summary-list .thumbnail {
    vertical-align: middle;
	padding:0px;
	overflow:hidden;
}

.summary-list .thumbnail img {
    vertical-align: middle;
	padding:0px;
	overflow:hidden;
	margin:0px;
}

#category-directory  .summary-list .thumbnail img {
    vertical-align: middle;
	padding:0px;
	overflow:hidden;
	margin:0px;
}

.summary,
.link-list li.summary {
    margin-bottom: 8px;
    margin-right: 5px;
    display: block;
	color: #333333;
}

.summary a {
    color:#cc0000;
}

.summary a:hover {
    color:black;
} 

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

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

.summary-list .summary a {
    color: #CC0000;
    font-family: Arial, Helvetica, sans-serif;
}

.summary-list .summary a:hover {
    color: black;
    text-decoration: none;
}

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

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

.link-list .summary .title {
    font-weight: bold;
}

.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 {
    background: white url(../images/list/gradient-bottom-tall.jpg) bottom center no-repeat;
}

.feature-list .h2 {
    color: #CC0000;
	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: 15px;
    margin: 6px 0 6px 10px;
    padding: 0;
    text-transform: uppercase;
	display:block;
}

.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;
	font-weight:bold;
}

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

.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;
    border: 1px solid #ccc;
    float: left;
    height: 92px;
    margin: 3px;
    padding: 9px 5px 5px 5px;
    width: 355px;
    overflow: hidden;
}

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

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

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

#overview-data .h1 .h1 {
    font-weight: normal;
}

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

#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 #negatives .h2,
#review-summary #verdict .h2 {
    background: #777 url(../images/list/gradient-gray.gif) repeat-x scroll left top;
}
/********/

#review-summary .summary .h3 {
    background: #777 url(../images/list/gradient-gray.gif) repeat-x scroll left 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/list/arrow-up.gif) no-repeat left center;
    padding: 3px 0 3px 21px;
}

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

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

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

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

#review-summary .rating img {
	display:inline;
}

#review-summary .rating .h4 {
	display:block;
	padding:0;
	margin:0;
}

/* ------ 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:376px;
    height:138px;
    margin:0 1px 0 0;
}

/* category view */

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

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

#category-summary .h1 {
    color:#00CCFF;
    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 .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 {
    font-weight: bold;
}

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

/* column view */

.featured-columnist {
    background-color: #E4E2DE; 
    border: 1px solid #ddd;
    margin-bottom: 6px;
    padding: 5px;
	font-size:11px;
}

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

.featured-columnist .h2 {
    margin: 4px 0;
    padding: 0pt;
	font-size: 17px;
    margin: 2px 0;
	font-weight:bold;
	color:#cc0000;
	display:block;
}

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

#column {
    color: #222222;
}

#column p {
    font-size:12px;
}

/* coupons index */

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

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

#coupon-retailers .h3 {
    background: #CC0000 url(../images/list/gradient-orange.gif) top left repeat-x;
    font-weight: normal;
	display:block;
}

#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: #CC0000;
    font-weight: bold;
}

/* glossary index */

#glossary-listing-title a {
    color: white;
    text-decoration: none;
    padding-right: 1px;
}

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

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

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

/* news index */

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

/* product view */

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

/* retailer view */

#review-summary .heading {
    background: #333333;
    border-left: 15px solid #cc0000;
    color: white;
	height: 55px;
}

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

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

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

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

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

#retailer-coupon {
	 background: url(../images/pages/retailer-coupon.gif) top left no-repeat;
	 color: white;
	 float: right;
	 height: 115px;
	 line-height: 13px;
	 margin: 10px;
	 padding: 50px 20px 0 15px;
	 position: relative;
	 width: 180px;
	 z-index:1000;
}

#retailer-coupon a {
	color: #F6DD0E;
	text-decoration: none;
}

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

#retailer-coupon p {
	margin:0px;
	padding:0 0 5px 0;
}

/* ------ index */

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

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

#site-intro p {
    color: white;
    font-size: 12px;
    margin: 70px 15px 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:hover {
    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;
	display:block;
	color: #CC0000;
}

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

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

#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 #FF6600;
}

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

#featured-summary .editor-seal {
    float: none;
}

.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: #CC0000 !important;
    padding: 8px 30px 5px 0;
}

.summary-link a:hover {
    color: black !important;
}

/* 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: 399px;
    height: 597px;
    float: left;
    position: relative;
	font-family: Helvetica, Verdana, Arial;
	font-size: 14px;
	color: #CC0000;
}

#latest-product-reviews .summary-thumb {
    float: left;
    width: 276px;
}

#latest-product-reviews li {
    height: 136px;
}

#center-feature .summary-thumb {
    float: left;
    width: 260px;
}

#latest-manufacturer-reviews {
    width: 349px;
    height: 319px;
    float: left;
    margin: 0 0 0 6px;
    position: relative;
	color: #CC0000;
}

#latest-product-reviews .footer, 
#latest-retailer-reviews .footer, 
#latest-manufacturer-reviews .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;
    margin-left: 3px;
    float: left;
    position: relative;
}

html>body #featured-newsletter-signup {
    margin-left:6px
}

#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 .content a {
    color:#cc0000;
}

#featured-newsletter-signup .content a:hover {
    color:#57d8ff;
}

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

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

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

/* featured product expert */

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

html>body #featured-expert {
    margin-left: 6px;
}

#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;
    display:block;
}

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

#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: #57d8ff;
    position: relative;
}

#featured-expert a:hover {
    color: #fff;
}

/* category directory */

#category-directory {
	background-color: #f5f5f3;
    margin-right: 5px;
	color: #CC0000;
    font-family: Arial, Helvetica, sans-serif;
}

#category-directory img {
    border: none;
}


#category-directory .h2 {
	background-color:#414141;
	color: white;
    font-size: 9px;
	line-height:25px;
    margin-bottom: 4px;
	padding: 0;
	text-indent:7px;
	text-transform:uppercase;
	display:block;
	width:754px;
}


#category-directory a {
	font: 12px bold;
	color:#CC0000;
	text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
}

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

/* link list for popular products */

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

#popular-products .h3 {
    background: #414141 none;
    color: white;
    font-size: 9px;
    font-weight: normal;
    line-height: 20px;
    padding: 3px 4px 2px 9px; 
    white-space: nowrap;
	display:block;
}


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

#popular-products ul {
    list-style-type: none;
}

#popular-products .content {
    border: none;
}

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

#popular-products a:hover {
    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;

}
	/*first dropdown*/
#nav li ul li a,
#subnav li ul li a {
	background: #33ccff;
    color: white;
    display: block;
    height: 1%;
    margin: 0;
    padding: 5px 10px;
    text-align: left;
}

/*first dropdown hover*/
#nav li ul li a:hover,
#subnav li ul li a:hover {
	background:#33ccff;
    color: black;
}

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

#nav li ul li a.alt:hover,
#subnav li ul li a.alt:hover {
	background: #24b2e1;
    color: black;
}
	
.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 */

.b {
    font-weight:bold;
}

.em {
    font-style:italic;
}
