/* Foundation v2.2.1 http://foundation.zurb.com */
/* This is for all IE specfific style less than IE9. We hate IE. */

	div.panel { border: 1px solid #ccc; }
	.lt-ie8 .nav-bar li.has-flyout a { padding-right: 20px; }
	.lt-ie8 .nav-bar li.has-flyout a:after { border-top: none; }
	
	/* Correct IE7 button padding */
	.lt-ie8 input[type=submit].nice.button { filter:chroma(color=#000000); position: relative; top: -2px; }
	.lt-ie8 input[type=submit].tiny.button		{ padding: 5px 5px 7px; }
	.lt-ie8 input[type=submit].small.button		{ padding: 8px 7px 9px; }
	.lt-ie8 input[type=submit].medium.button	{ padding: 9px 13px 9px; }
	.lt-ie8 input[type=submit].large.button		{ padding: 9px 18px 10px; }


.vdot-bubble {
	background-color: #fff;
	position: relative;
}
.vdot-bubble img {
	display: block;
	position: absolute;
	top:0;
	left:40px;
}
.vdot-title {
	position: absolute;
	left: 64px;
}

.vdot-value {
	position: absolute;
	left: 55px;
	top: 25px;
}

.vdot-link {
	position: absolute;
	left: 65%;
	top: 50px;
	width: 60px;
}

a img {
	border: none;
}