@charset "utf-8";
/* CSS Document */
@import url(form.css);

/*-----------------------------------------------------------------------------
RESET STYLESHEET
--------------------------------------------------------------------------------*/
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, em, font, img, small, strike, strong, sub, sup,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;}
	
/* remember to define focus styles! */
:focus {
	outline: 0;}
	
ol, ul {
	list-style: none;}
	
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;}
	
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: top;}
	
/*-----------------------------------------------------------------------------
GENERAL GLOBAL STYLES
--------------------------------------------------------------------------------*/
html {
    font-size: 100%;}

html, body {
	height: 100%;
	position: relative;}

body {
	line-height: 1em;
	color: #454b4c;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif; 
	text-align: center;
	background: #2d3233 url(../images/header_bg.gif) top center repeat-x;}
    
p {
    margin: 0 0 10px 0;}
    
small {
    font-size: 10px;
    line-height: 1.2em;}
    
.smaller {
    font-size: 11px;
    line-height: 1.3em;}

strong, .strong {font-weight: bold;}

em, i  {font-style: italic;}

cite {
    font-style: italic;
    font-size: 1.2em;
    color: #4f7483;}

.alignright {
	text-align: right;}

.alignleft {
	text-align: left}
	
.floatright {
    float: right;}

.floatleft {
    float: left;}
    
.clear {
    clear: both;}
    
.clearing {
	height: 0px;
	clear: both;
	overflow: hidden;}
	
.center {
    width: 100%;
    text-align: center;}
   
.floatmarginleft {
    margin: 5px 15px 5px 0px;}
    
.floatmarginright {
    margin: 5px 0px 5px 15px;}
	
code, blockquote {
	display: block;
	background: #eff5fa;
	padding: 10px;
	border: dashed 1px #92bcd9;
	border-left: solid 6px #92bcd9;}
	
div.error, span.error {
	color: #c73838;}
	
div hr, p hr {
	display: none; }
	
div.hr {
    height: 1px;
	clear: both;
    background: url(images/dash_horizontal.gif) bottom left repeat-x;}
    
	
/*-----------------------------------------------------------------------------
FONT/TEXT STYLES
--------------------------------------------------------------------------------*/
h1 {
    font-family: "Myriad Pro", Myriad, Arial, Helvetica, Geneva, sans-serif; 
    font-weight: normal;
    font-size: 2.1em;
    margin-top: -5px;
    margin-bottom: 17px;
    color: #b7bec0;
	line-height: 1.1;
	letter-spacing: -1px;}
    
h2 {
    font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
    font-weight: bold;
    font-size: 1.4em;
    margin-top: 0px;
    margin-bottom: 15px;
    color: #515758;
	line-height: 1.1em;}
	
p + h2, ul + h2 {
	margin-top: 22px; }
    
h3 {
    font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
    font-weight: bold;
    font-size: 1.3em;
    margin-bottom: 12px;
    margin-top: 0px;
    color: #b7bec0;}
    
h4 {
    font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
    font-weight: normal;
    font-size: 1.2em;
    margin-bottom: 8px;
    color: #848484;}
    
h5 {
    font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
    font-weight: bold;
    font-size: 1em;
    margin-bottom: 0px;
    color: #a5c92e;}

.hidden {
    width: 1px;
    position: absolute;
    left: -9999px; }
	
h1 strong.title {
	font-weight: normal;
	color: #2f9ab5;}
    
#header h1 {
    position: absolute;
    font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
    right: 13px;
    top: 12px;
    font-size: 11px;
    color: #63696a;
    letter-spacing: 0px;
	text-transform: none;}
    
#header h1 a strong, #footer h1 strong {
    font-weight: normal;}
	
#footer h1 {
    font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	margin: 0 0 20px 0;
	letter-spacing: 0px;
    font-size: 11px;
    color: #ffffff;
	text-transform: none;}
	
.promo h3 {
	font-size: 12px;
	text-transform: uppercase;
	margin: 0px;
    color: #ffffff;}
	
.box-head h2 {
	font-size: 12px;
	text-transform: uppercase;
	margin: 0px;
    color: #c1c0c0;
	line-height: 26px;
	font-weight: normal;}
	
.box-head h2 strong {
	font-weight: normal;
	color: #ffffff;}
	
h2.title-product {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
    font-weight: bold;
    font-size: 1.3em;
    margin-bottom: 10px;
    margin-top: 0px;
    color: #b7bec0;}
	
.box-head h3 {
	font-size: 12px;
	position: absolute;
	right: 21px;
	top: 4px;
	font-weight: normal;
	color: #c1c0c0;}
	
.box-head h3 strong {
	font-weight: bold;
	color: #ffffff;}
	
h3.atoz {
	background: #5b6264 url(../images/gridheader.gif) repeat-x;
	color: #ffffff;
	padding: 1px;
	margin: 0 3px 7px 0;
	font-size: 1.25em;}
	
h4 strong {
	color: #454b4c;}
	
.message-info {
	padding: 8px 8px 8px 30px;
	border: solid 1px #ffdb40;
	background: #fff5b0 url(../images/info.png) .75em  0.9em no-repeat; }
	
.product {
	font-weight: bold;
	margin: 0 0 2px 0;}
	
.price {
	font-weight: bold;
	margin: 0 0 2px 0;}
	
.uppercase {
	text-transform: uppercase;}
	
.highlight {
	color: #2f9ab5;}
	
.rule {
	padding: 0 0 2px 0;
	width: inherit;
	margin: 0 0 7px 0;
	background: url(../images/dash_horizontal.gif) bottom left repeat-x;}
	
    
/*-----------------------------------------------------------------------------
LINK STYLES
--------------------------------------------------------------------------------*/
a:link, a:visited {
	color: #4c9bb0;
	text-decoration: none; }
	
a:hover, a:active {
	color: #4c9bb0;
	text-decoration: underline; }
	
#header h1 a:link, #header h1 a:visited {
    color: #63696a; } 

#header h1 a:hover, #header h1 a:active {
    color: #4c9bb0;
	text-decoration: none; } 

#footer h1 a:link, #footer h1 a:visited {
    color: #ffffff;} 

#footer h1 a:hover, #footer h1 a:active {
    text-decoration: underline;
    color: #ffffff;}
	
.promo h3 a {
	display: block;
	padding: 56px 0 0 0;}
	
.promo h3 a:link, .promo h3 a:visited {
	color: #ffffff;
	font-weight: normal;}

.promo h3 a:hover, .promo h3 a:active {
	color: #ffffff;
	text-decoration: underline;}
	
.box-head a:link, .box-head a:visited {
	color: #7ebbd7;}

a.alt:link, a.alt:visited {
	color: #a1bd00;
	text-decoration: none; }
	
a.alt:hover, a.alt:active {
	color: #a1bd00;
	text-decoration: none;
	font-style: italic;}
	
a.white:link, a.white:visited {
	color: #ffffff;
	text-decoration: none; }
	
a.white:hover, a.white:active {
	color: #ffffff;
	text-decoration: underline;}
	
#footer-content a.alt:link, #footer-content a.alt:visited {
	color: #4bc6e5;
	text-decoration: none; }
	
#footer-content a.alt:hover, #footer-content a.alt:active {
	color: #4bc6e5;
	text-decoration: underline;
	font-style: normal;}
	
	
/*-----------------------------------------------------------------------------
LAYOUT & CONTAINER STYLES
--------------------------------------------------------------------------------*/
#header {
	position: relative;
	z-index: 10; }

.inner {
    width: 997px;
	font-size: 0.75em; /* 12px */
	position: relative;
    margin: 0 auto;      /* Makes this inner div centered */
    text-align: left;    /* Parent strips have center aligned text */
    overflow: hidden;}  /* To clear floats */ 
	
#header .inner {
	width: 1023px;
	height: 202px;
	background: url(../images/header_tv.gif) top left no-repeat;
	overflow: visible;}
	
#header #logo {
	position: absolute;
	top: 64px;
	left: 142px;}
	
#search-form {
	position: relative;
	top: 154px;
	padding-left: 200px;}
	
/*-----CONTENT---------*/
#content {
	background: #ffffff;
	padding: 36px 0 30px 0;
	width: 100%;}

#main-content-3col {
	position: relative;
	width: 564px;
	line-height: 1.5;
	margin-right: 38px;
	float: left;}
	
#main-content-2col {
	position: relative;
	width: 732px;
	line-height: 1.5;
	margin-right: 30px;
	float: left;}

#extra-content {
	position: relative;
	width: 122px;
	margin-right: 38px;
	float: left;
	z-index: 5;}

#sub-content {
	position: relative;
	width: 234px;
	float: left;}
	
div.products {
	line-height: 1.25;
	margin: 0 0 22px 0;}
	
div.product-image {
	margin: 15px 0 22px 0;
	float: left;
	width: 220px; }
	
div.product-desc {
	margin: 23px 0 0 0; }
	
div.products p {
	margin: 0 0 7px 0;}
	
	
#badge-update {
	background: url(../images/badge_update.gif) no-repeat;
	width: 90px;
	height: 90px;
	text-align: center;
	float: right;
	margin: 0 0 10px 15px;}
	
#badge-update p.month {
	color: #ffffff;
	font-size: 11px;
	text-transform: uppercase;
	padding: 0 0 0 1px;
	margin: 31px 0 0 0;}
	
#badge-update p.day {
	font-size: 18px;
	color: #454b4c;
	margin: -4px 0 0 0;
	padding: 0 0 0 1px;
	font-weight: bold;}
	
.title {
	width: inherit;
	height: 11px;
	margin: 0 0 14px 0;}
	
.title-brand {
	background: url(../images/title_brand.gif) no-repeat;}
	
.title-store {
	background: url(../images/title_store.gif) no-repeat;}
	
#breadcrumb {
	font-size: 11px;
	padding: 0 0 3px 0;
	width: inherit;
	margin: 0 0 19px 0;
	background: url(../images/dash_horizontal.gif) bottom left repeat-x;}
	
/* Footer */
#footer {
	position: relative;
	overflow: visible;
	margin: 0px 0 0 0;
	width: 100%;
	background: #2d3233 url(../images/footer_bg.gif) top left repeat-x;}
	
#footer .inner {
	overflow: visible;
	background: url(../images/icomparetv_footer.gif) no-repeat 812px 60px;}
	
#footer .inner #footer-content {
	width: 750px;
	overflow: visible;
	position: relative;
	font-size: 10px;
	line-height: 1.2;
	text-align: right;
	padding: 11px 0 13px 0;
	margin: 0 233px 0 0;
	color: #4c9bb0;}
	
#footer .inner #footer-content p {
	margin: 0 0 5px 0;
	overflow: visible;
	color: #b7bec0;}
	
#footer .inner #footer-links {
	position: absolute;
	color: #ffffff;
	font-size: 11px;
	right: 0px;
	top: 9px;}
	
/*-----------------------------------------------------------------------------
MODULE STYLES
--------------------------------------------------------------------------------*/
.box-sml {
	padding: 13px 0 0 0;
	width: 234px;}
	
.box-med {
	padding: 10px 0 0 0;}
	
.box-lge {
	margin: 0 0 35px 0;}
	
.box-head { /* general */
	padding: 0 21px;
	position: relative;}

.box-head-sml {
	background: url(../images/box_head_sml.gif) no-repeat;
	height: 33px;}
	
.box-head-med {
	background: url(../images/box_head_med.gif) no-repeat;
	height: 33px;}
	
.box-head-lge {
	background: url(../images/box_head_lge.gif) no-repeat;
	height: 33px;}
	
.box-content-sml, .box-content-med, .box-content-lge {
	position: relative;
	border-left: solid 1px #f1f0f0;
	border-right: solid 1px #f1f0f0;
	padding: 12px 21px 12px 21px;
	line-height: 1.2;}
	
.box-content-lge {
	padding-top: 0px;}
	
.box-foot-sml {
	background: url(../images/box_foot_sml.gif) no-repeat;
	height: 10px;}
	
.box-foot-med {
	background: url(../images/box_foot_med.gif) no-repeat;
	height: 10px;}
	
.box-foot-lge {
	background: url(../images/box_foot_lge.gif) no-repeat;
	height: 28px;
	text-align: center;}
	
.box-foot-lge-thin {
	background: url(../images/box_foot_lge_thin.gif) no-repeat;
	height: 10px;}
	
/* PRODUCTS */
/* Search results */
.search-results {
	position: relative;
	width: 100%;}
	
.search-results td {
	border-bottom: solid 1px #e5e5e5;
	vertical-align: middle;
	padding: 9px 0px 5px 0px;}
	
.search-results td.last {
	width: 120px;
	text-align: center;}
	
.search-results td.vline {
	padding: 0 18px;
	background: url(../images/vline.gif) 50% 50% no-repeat;}
	
.search-results img.photo {
	float: left;
	width: 90px;
	margin: 0 22px 0 0;}
	
.search-results img.photo-sml {
	float: left;
	width: 55px;
	margin: 0 14px 0 0;}
	
.search-results img.button {
	margin: 8px 0 0 0;}

.search-results h4 {
	font-weight: bold;
	font-size: 1.1em;
	margin: 0 0 7px 0;}
	
.search-results p {
	margin: 0 0 7px 0;}
	
.search-results .meta {
	color: #717779;
	line-height: 1.4;}

.search-results .price {
	font-weight: normal;
	font-size: 1.2em;}
	
.search-results img.store-logo  {
	border: solid 1px #c4c4c4;
	border-top: solid 1px #ebebeb;
	border-left: solid 1px #ebebeb;
	padding: 5px;
	margin: 0 0 6px 0;}
	
img.store-logo-home {
	border: solid 1px #ebebeb;
	padding: 5px;
	margin: 0 12px 6px 0;}
	
.compare h4 {
	margin: 0 0 5px 0;}
	
.compare p {
	margin: 0 0 5px 0;}
	
/* Related products */
.search-results img.mini-photo {
	float: left;
	width: 55px;
	margin: 0 10px 0 0;}
	
.search-results-related td {
	border-bottom: solid 1px #e5e5e5;
	vertical-align: top;
	padding: 7px 0px 7px 0px;}
	
.search-results-related p {
	margin: 0 0 3px 0;}
	
/* Reviews */
.reviews {
	width: 100%;
	margin: 0 0 15px 0;}
	
.reviews td {
	padding: 11px 0;}
	
.reviews td.rating {
	width: 108px;}
	
.reviews td.review {
	border-bottom: 1px solid #e5e5e5;
	line-height: 1.2;
	color: #5f6667; }
	
.addthis_button {
	margin: 2px 0 0 0;}
	
#slider-container { 
	padding: 2px 7px 0px 30px;
	width: 580px; 
	margin: 0 10px 0 0;}
	
.slider-rating {
	font-weight: bold;
	float: left;
	color: #ee982e;
	width: 30px;}
	
.product-rating {
	position: relative;
	width: 105px;
	float: right;
	border-left: solid 1px #e1e1e1;
	margin: 0 0 30px 30px;
	padding: 0 22px;
	text-align: center;
	line-height: 1.6;}
	
.product-rating .review-rating {
	height: 51px;
	line-height: 51px;
	margin: 0 0 9px 0;}
	
.product-rating .review-rating span {
	color: #ffffff;
	display: inline-block;
	height: 51px;
	width: 50px;
	text-align: center;
	font-size: 2em;
	font-weight: bold;
	background: url(../images/star.gif) no-repeat;}
	
/* Top products */
.top-products-outer {
	padding-top: 2px;}

.top-products {
	position: relative;
	width: 100%;}
	
.top-products img {
	float: left;
	width: 60px;
	margin: 0 15px 0 0;}

.col1 {
	width: 50%;
	vertical-align: middle;
	border-right: 1px solid #ececec;
	padding: 8px 20px 9px 0;
	background: url(../images/line_horizontal.gif) no-repeat bottom left;}

.col2 {
	width: 50%;
	vertical-align: middle;
	padding: 8px 0 9px 20px;
	background: url(../images/line_horizontal.gif) no-repeat bottom right;}
	
/* Promos */
.promo {
	height: 75px;
	width: 234px;
	margin: 0 0 10px 0;
	text-align: center;}
	
.promo-lcd {
	background: url(../images/promo_lcd.jpg) no-repeat;}
	
.promo-plasma {
	background: url(../images/promo_plasma.jpg) no-repeat;}
	
.promo-led {
	background: url(../images/promo_led.jpg) no-repeat;}
	
.promo-projectors {
	background: url(../images/promo_projector.jpg) no-repeat;}

/* Top searches meta cloud */
#tagcloud {
	text-align: center;}

#tagcloud a {
    white-space:nowrap;
    text-decoration:none;
    color:#6d6d6d;
    font-size:.8em;
    line-height:1.4em;
    padding:1px 3px;
	display: inline;
    margin:5px 5px 5px 0;}
    
#tagcloud a.cloud_0 {font-size:11px; color:#afaeae}
#tagcloud a.cloud_1 {font-size:.75em}
#tagcloud a.cloud_2 {font-size:.85em; color:#afaeae;}
#tagcloud a.cloud_3 {font-size:.95em; color:#b5b5b5;}
#tagcloud a.cloud_4 {font-size:1em; font-weight:bold}
#tagcloud a.cloud_5 {font-size:1.1em}
#tagcloud a.cloud_6 {font-size:1.1em; color:#b5b5b5}
#tagcloud a.cloud_7 {font-size:1.2em;}
#tagcloud a.cloud_8 {font-size:1.3em; color:#a1bd00; font-weight: bold;}
#tagcloud a.cloud_9 {font-size:1.4em; color:#2f9ab5;}
#tagcloud a.cloud_10 {font-size:1.8em; line-height:1em; padding:0; color:#2f9ab5; font-weight:normal}
#tagcloud a:hover{ background:#2f9ab5; color:#ffffff}



/* banners */
#banner-green {
	width: 234px;
	height: 56px;
	margin: 22px 0 0 0;
	background: url(../images/banner_green.gif) no-repeat;}
	
#banner-green a, #banner-green a:hover {
	display: block;
	color: #5a6364;
	text-decoration: none;
	padding: 6px 21px 34px 21px;}
	
.add-this {
	margin: 10px 0 0 0;
	text-align: center;
	background: url(../images/add_this_bg.gif) no-repeat;}
	
.navigation {
	color: #919a9c;
	padding: 7px 0 0 0;}
	
.disabled {
	font-weight: bold;
	color: #606768;}

/*-----------------------------------------------------------------------------
LIST STYLES
--------------------------------------------------------------------------------*/
#main-content-2col ul.text {}
	
#main-content-2col ul.text li {
	background: url(../images/ul.gif) no-repeat 1.5em .5em;
	padding: 0 0 .65em 2.6em;}

#extra-content ul {
	z-index: 99;
	font-size: 0.915em;
	line-height: 1.2;
	margin: 0 0 32px 0;}
	
#extra-content li {
	height: 1%;}
	
#extra-content a {
	padding: 3px 0px 2px 12px;
	display: block;
	color: #2f7b8f;
	height: 1%;
	background: url(../images/arrow.gif) no-repeat 0em .55em;
	border-bottom: solid 1px #ffffff;}

#extra-content ul a:hover, #extra-content ul a:active {
	text-decoration: none;
	background: #f7f7f7 url(../images/arrow.gif) no-repeat 0em .55em;
	border-bottom: solid 1px #e5e5e5;}
	
	
/*-----------------------------------------------------------------------------
TOP LEVEL NAVIGATION (BUTTONS)
--------------------------------------------------------------------------------*/
#nav {
	position: absolute;
	top: 73px;
	right: 0px;
	height: 35px;
	z-index: 998;
	list-style: none;}
	
#nav li {
	float: left;
	margin-right: 5px;
	height: 35px; }
	
#nav li a {
	display: block;
	line-height: 35px;
	text-indent: -5000px;
	overflow: hidden;
	background-position: center top; /* horizontally centers the background image */}
	
#nav-home {
	width: 58px;
	background: url(../images/nav_home.gif) no-repeat;}

#nav-categories {
	width: 102px;
	background: url(../images/nav_categories.gif) no-repeat;}

#nav-brands {
	width: 82px;
	background: url(../images/nav_brands.gif) no-repeat;}
		
#nav-stores {
	width: 78px;
	background: url(../images/nav_stores.gif) no-repeat;}
		
#nav-guide {
	width: 97px;
	background: url(../images/nav_guide.gif) no-repeat;}
	
#nav-jargon {
	width: 107px;
	background: url(../images/nav_jargon.gif) no-repeat;}

#nav li a:hover {
	background-position: 50% -35px;}
	
#nav li a.currentSection,
#nav li a.currentSection:hover {
	background-position: 50% -70px;}
	
#nav ul {
    position: absolute;
    z-index: 999;
    width: 130px;
    top: 35px;
    background: #595e5f;
    visibility: hidden;
    padding: 6px;
    border: solid 1px #3b4142;
    border-top: solid 1px #7c8283;
    border-left: solid 1px #7c8283;}

#nav ul li {
    display: block;
    width: 100%;
    height: auto;}

#nav ul.dual {
    width: 262px;}

#nav ul.dual li {
    width: 130px;
    float: left;
    margin: 0 1px 0 0;}

#nav li:hover ul, #nav li.over ul {
    visibility: visible; }

#nav ul li a {
	color: #ffffff;
    text-indent: 0px;
    padding: 3px 10px;
    font-size: 0.9em; /* 12px */
    line-height: normal;
    background: #454b4c;
    border-top: solid 1px #606566;
    border-bottom: solid 1px #3b4142;
    border-right: solid 1px #3b4142;
    height: 1%;}

#nav ul li a:hover {
    text-decoration: none;
    background: #353b3c;}

