@charset "UTF-8";
/* CSS Document */

/* Put a border around the newly clickable element */
.bl-hot {
	zoom: 1; /* Should be IE only */
}

/* rollover style for clickable element */
.bl-hover {
	cursor: pointer;
	        filter: alpha(opacity=70);
            -moz-opacity:0.70;
            opacity:0.70;
}

/* Simulate hover on contained link */
.bl-hover a:link {

}

.bl-hover a:visited {

}

/* Some demo layout */
#links {
	float: left;
	width: auto;
	margin: 0;
	padding: 0;
}

#links li.bl-hot {
	width: 260px;
	float: left;
	padding: 0px;
	margin: 0 0 20px 150px;
	display: block;
	list-style-type: none;
	font-weight:bold;
	background-color:#FFF;
	_display:inline
}

#links li:before {
	content: '';
}

#links {
	text-transform:uppercase;
}

#links img {
	margin-bottom:1em;
}

#links p, #links h2, #links h3 {
	line-height:1.5em;
	margin-bottom:1em;
}
