/* 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;
	text-align:left;
	color:#ffffcc;
	background:url(../images/box-bg.jpg) top left repeat-x #222; 	
	}
.prototip .content { clear: both; }
.prototip .toolbar a.close {
	position: relative;
	text-decoration: none;
	float: right;
	width: 15px;
	height: 15px;
	background: #333 url(close.gif);
	display: block;
	line-height: 0;
	font-size: 0px;
	border: 0;
	}
.prototip .toolbar a.close:hover { background: #333 url(close_hover.gif); }

.iframeShim { 
	position: absolute;
	border: 0;
	margin: 0;	
    padding: 0;
    background: none;
}

.prototip .scanteknik { width: auto; background: transparent; border: 1px solid #44484F; color: #fff; font: 11px Arial, Helvetica, sans-serif;}
.prototip .scanteknik .toolbar { background: transparent; color: #fff; font-weight: bold; }
.prototip .scanteknik .toolbar a.close:hover { background: transparent url(close_hover_red.gif);}
.prototip .scanteknik .title { padding: 5px; }
.prototip .scanteknik .content 
{ 
	color: #fff;
	text-align:left;
	padding: 8px 10px 8px 3px; 
	line-height: 1.4em;
	background-color:#333;		
}

.prototip .scanteknik .content a:hover {color:#6693c0;}
.prototip .scanteknik .content a {color:#fff;}
