/* prototip.css : http://www.nickstakenburg.com/projects/prototip */
.prototip { position: absolute; }
.prototip .effectWrapper { position: relative; }
.prototip .tooltip { position: relative; }
.prototip .toolbar {
	position: relative;
	display: block;
	}
.prototip .toolbar .title {
	display: block;
	position: relative;
	}
.prototip .content { clear: both; }
.prototip .toolbar a.close {
	position: relative;
	text-decoration: none;
	float: right;
	width: 15px;
	height: 15px;
	background: transparent url("close.gif"/*tpa=http://buyer.exchangeplace.comclose.gif*/);
	display: block;
	line-height: 0;
	font-size: 0px;
	border: 0;
	}
.prototip .toolbar a.close:hover { background: transparent url("close_hover.gif"/*tpa=http://buyer.exchangeplace.comclose_hover.gif*/); }

.iframeShim { 
	position: absolute;
	border: 0;
	margin: 0;	
    padding: 0;
    background: none;
}

/* Tooltip styles */
.prototip .default {
	width: 200px;
	color: #333333;
	background: #EBF0F5;
	border: 1px solid #666666;
	padding: 5px;
}
.prototip .default .toolbar { font: 17px Arial, Helvetica, sans-serif; }
.prototip .default .title {
	padding: 0px 5px;
	font-size: 14px;
	font-weight: bold;
}
.prototip .default .content {
	font: 11px Arial, Helvetica, sans-serif;
	padding: 5px 5px 0px;
}

