
	
/* ======================================================== *
 * CONTENT WRAPPER
 * ======================================================== */
#contentwrapper{
	float: left;
	width: 100%;
}

/* ======================================================== *
 * MAIN CONTENT COLUMN
 * ======================================================== */
#maincolumn{
	width:660px;
	margin-left: 240px; /*Set left margin to LeftColumnWidth*/}

/* ======================================================== *
 * LEARN HOME MAIN CONTENT COLUMN
 * ======================================================== */
#learnhomemain{
	/*width:660px;*/ /* removed so pages work with the new GRID*/
		float: left; 
}

/* ======================================================== *
 * RIGHT CONTENT COLUMN
 * ======================================================== */
#rightcolumn
{
    float:right;
    width:220px;
    
}

/* ======================================================== *
 * LEFT CONTENT COLUMN
 * ======================================================== */
#leftcolumn
{
	float: left;
	width: 240px; 
	margin-left: -900px;
	border:1px solid #ccc;
}

#leftcolumn a.cat-signup
{
	display:block;
	width:220px;
	margin:20px auto;
}

#leftcolumn a.hifi_rail
{
	display:block;
	width:200px;
	margin:20px auto;
}

#leftcolumn a.contest
{
	display:block;
	width:220px;
	margin:20px auto;
	text-align:center;
}




#leftcolumn a.great-gear 
{
	display:none;
}

#leftcolumn a.hd-radio
{
	display:block;
	width:210px;
	margin:20px auto;
}

#leftcolumn a.bizrate
{
	display:block;
	width:110px;
	margin:20px auto;
}

#leftcolumn a.hacker-safe
{
	display:block;
	width:115px;
	margin:20px auto;
}



/* ======================================================== *
 * WRAP CLASS FOR MARGIN
 * ======================================================== */
/*
.wrap h3 {
	background-color:#f5f5f5;
	border:1px solid #eaeaea;
	padding:2px 0 2px 4px;
	width:99%;
	margin-top:10px; 
}
*/

/* ======================================================== *
 * FULL WIDTH CONTENT COLUMN
 * ======================================================== */
#content-full {
	float:left;
	clear: left;
	width: 100%;
	background: #FFF;
	color: #333;
	text-align: left;
	padding: 4px 0;
	border-top:1px solid #CCC;	}


.recentItems {
	/*background:#F7F7F7 url(//a248.e.akamai.net/pix.crutchfield.com/v3.0/help/grey-fade-lc.gif) top left repeat-x;*/
	margin-top:10px;
	clear: both;
	color: #333;
	text-align: left;
	padding: 4px 0 0 0;
	border-top:1px solid #CCC;
		}



.recentItems h4 
{
	font-size:14px;
	margin-left:5px;
}

.recentItems:after 
{
	content: " ";
	display: block;
	font-size: 0;
	clear: both;
	visibility: hidden;
}


.customerModule {
	background:#FFF;
	margin-top:10px;
	clear: both;
	color: #333;
	text-align: left;
	padding: 4px 0 0 0;
	border:1px solid #ccc; }
.customerModule h4 {
	font-size:122%;
	margin:0 0 0 10px; }
.customerModule:after {
	content: ".";
	display: block;
	font-size: 0;
	clear: both;
	visibility: hidden; }


/* ======================================================== *
 * CUSTOMERS WHO VIEWED THIS ALSO VIEWED...
 * ======================================================== */
.alsoViewed {border:none;}
.alsoViewed h4 {margin-bottom:5px; margin-left:0; background:#039; color:#fff; padding:4px 10px 5px 10px; }
.alsoViewed .row {position:relative; padding:10px; border-bottom:1px solid #eaeaea; min-height:90px; }
.alsoViewed .row .alsoViewedImg {width: 110px; text-align:center; float: left; }
.alsoViewed .row .alsoViewedImg a {display:block;}
.alsoViewed .row .alsoViewedContent {width:500px; margin-left:120px; font-size:12px;}
.alsoViewed .row .alsoViewedContent .alsoViewedContentTitle {font-weight:bold;}
.alsoViewed .row .alsoViewedContent .alsoViewedContentSubtitle {font-size:11px;}
.alsoViewed .row .alsoViewedContent .alsoViewedContentPrice {font-weight:bold; color:#F63;}
.alsoViewed .row .alsoViewedContent .alsoViewedContentRating {font-size:10px;}
.alsoViewed .row .alsoViewedContent .alsoViewedContentRating a.stars {text-decoration:none;}




#leftcolumn div.hacker-safe 
{
	text-align:center;
	display:none;
}

#leftcolumn div.bizrate 
{
	text-align:center;
	display:none;
}
#leftcolumn div.bizrate 
{
	margin:10px auto 0px;
}
	
#leftcolumn div.bizrate p
{
font-size:10px;
color:rgb(51,51,51);
padding-bottom:4px;
}


#maincolumn div.category-pov 
{
	text-align: center;
	margin-bottom: 6px;
}

/* ======================================================== *
 * SEO TEXT STYLES
 * ======================================================== */

div.seo-test {
    margin:15px 15px 0 15px;
}
div.seo-test h6{
    font-size:12px;
}
div.seo-test h5{
    font-size:13px;
}
div.seo-test p{
    font-size:11px;
}

/* ======================================================== *
 * Cable Wizard
 * ======================================================== */
#CableWizardPnl {display:none;}
.cablewizard {
border-top:solid 1px #cccccc;
border-bottom:solid 1px #cccccc;
padding:10px;
margin:5px 3px;
}

