/* ================================
   --------------------------------
   IE 7 STYLESHEET
   --------------------------------
   ================================
*/
html body .box {
	background-color:#fff!important;
}	

ol#nav li 	{
	margin-bottom:3px!important;
}

#links a {
	filter:alpha(opacity=0);
}

#links a:hover {
	filter:alpha(opacity=40);
}

#plus1, #plus2, #plus3, #plus4, #equal {
	background:transparent url("/images/cssimages/plus.gif") no-repeat;
}

#equal {
	background:transparent url("/images/cssimages/equal.gif") no-repeat;
}

a.show {
	cursor:pointer;
	width:200px;
	height:35px;
	display:block;
	left:-35px;
	float:left;
	text-indent:-9999em;
	position:absolute;
	z-index:100000;
	overflow:hidden;	
	background:#fff;
	cursor:pointer;
	filter:alpha(opacity=0);	
}