/**
 * Styles for the compare function 
 */
 
.addons-checkbox{
	border:0px;
	border-bottom-width:0px;
}

a.compare-link{
	font:normal 11px/15px Arial, Helvetica, sans-serif;
	color: #567a13;
	text-decoration:none !important;
}
a.compare-link:hover{
	color: #1053fa;
	text-decoration:underline;
}
input.comparecheckbox{
	border:none !important;
}

tr.even td.compareValues{
	background:#FFFFFF;
}
tr.odd td.compareValues{
	background:#F1F9EA;
	border-top:1px solid #F1F9EA;
}
tr.odd td.cfirstcol{
	border-top:1px solid #F1F9EA;
	background:#F1F9EA;
}


/* REMOVE BUTTONS: links */
.compareexit, .compareremove{
	display:block;
	width:14px;
	height:14px;
	text-indent:-9999px;
	cursor:pointer;	
}
.compareexit {
	float:right;
	background:url(/site/bf_images_site/bf_close_popup_compare.gif) no-repeat top center;
}
.compareremove{
	float:right;
	background:url(/site/bf_images_site/bf_close_item_compare.gif) no-repeat top center;
}

/* font for all the text on the compare float */
#comparewrapper, #comparewrapper a, #comparewrapper td{
	color:#66734d;
	font:normal 12px/14px Arial,Helvetica,sans-serif;
	text-align:left;
	text-decoration:none;
}

#comparewrapper{
	position:absolute;
	z-index:10000;
	top:50px;
	width:100%;
	text-align:center;
}

#comparewireframe{
	float:left;
	background:#FFF;
	border:2px solid #c0c0c0;
	text-align:left;
	margin:0 auto;	
	padding:2px;
	width:auto;
}

#comparetop{
	float:left;
	width:98%;
	//width:100%;
	_width:100%;
	height:25px;
	padding:5px;
	margin:0px;
	margin:2px;
	margin-left:2px !important;
	background-color:#919d77;
}
#comparebottom{
	float:left;
	width:100%;
	margin:2px;	
}

#blur{
	position:absolute;
	background:#000;
	opacity: 0.40;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
	top:0;
	left:0;
	z-index:9999;
	border:0;
	width:100%;
	height:100%;
}

td.compareValues{
	width:150px;
	padding:5px;	
}
.compareValues ul, .compareValues li{
	margin:0;
	padding:0;
	list-style:none;
}

td.cfirstcol{
	width:100px;	
	padding:5px;	
	white-space: nowrap;
	font-weight:bold;
}

.compare-price{
	color: #000000;
	font-weight:bold;
}

.comparetoptitle{
	float:left;
	font:bold 13px/15px Arial, Helvetica, sans-serif;	
	display:inline;
	color:#FFF;
	text-indent:5px;
}
