/* SIDE BY SIDE COMPARISON ------------------------------------------------- */

	
#compare_link
	{
	width: 197px;
	float: left;
	padding: 0 3px 0 0;
	text-align: right;
	}
	
#compare_nbr_itm
	{
	width: 293px;
	padding: 0 0 0 3px;
	float: left;
	}

#compare_container
	{
	width: 496px;
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
	float: left;
	}
	
	
/* INDIVIDUAL LISTING DESCRIPTIONS */

	
/* GENERAL LISTING ITEMS */

.sbs_img
	{
	width: 110px;
	height: 90px;
	border-right: 1px solid #D9D9D9;
	border-bottom: solid 1px #D9D9D9;
	background-color: #FFF;
	padding: 5px 5px 5px 0;
	float: left;
	}
	
.sbs_img img
	{
	display: block;
	}
	
	
/* WHITE CELL */

.sbs_prod
{
	border-bottom: solid 1px #D9D9D9;	
}

.sbs
	{
	/*width: 41px;*/
	height: 90px;
	border-right: 1px solid #D9D9D9;
	border-bottom: solid 1px #D9D9D9;
	padding: 5px;
	text-align: center;
	}	
	
	
/* GREY CELL */

.sbs_grey
	{
	/*width: 41px;*/
	height: 90px;
	border-right: 1px solid #D9D9D9;
	border-bottom: solid 1px #D9D9D9;	
	background-color: #EEE;
	padding: 5px;
	text-align: center;
	}	

/* COLUMN CATEGORY HEADERS */
	

.clm_sbs_img
	{
	/*width: 108px;*/
	padding: 5px 0 5px 5px;
	/*border-left: 1px solid #FFF;
	border-bottom: solid 1px #D9D9D9;*/
	border: solid 1px #D9D9D9;
	background-color: #DDD;
	}

.clm_sbs
	{
	padding: 5px;
	text-align: center;
	border-left: 1px solid #FFF;
	border-bottom: solid 1px #D9D9D9;
	background-color: #DDD;
	color:#666666;
	}
