/* 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);
	display: block;
	line-height: 0;
	font-size: 0px;
	border: 0;
	}
.prototip .toolbar a.close:hover { background: transparent url(http://www.isaveurs.com/img_com/close_hover.gif); }


.prototipLoader {

	position: absolute;

	top: -1000px;

	left: -1000px;

	background: url(prototip_loader.gif);

	height: 14px;

	width: 14px;

}


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

/* Tooltip styles */
.prototip .stdgray { 
	color: #fff; 
 	width:200px;
	filter:alpha(opacity=70); -moz-opacity:.85;}
.prototip .stdgray .toolbar { border:1px yellow ridge;
	margin: 0;
	background: url(http://www.isaveurs.com/img_com/tooltip-degrade.png) top left; 
	padding: 8px 0 0px 8px; width:192px;}
.prototip .stdgray .title { padding: 0; }
.prototip .tst {  
	color: #fff; 
	padding: 1px 8px 4px 8px;width:184px;
	background: url(http://www.isaveurs.com/img_com/tooltip-degrade.png) bottom right;
}

.protoGray{margin:0;padding:0; width:260px}
.protoGray div {margin:0;padding:0; } 
.protoGray .toolbar {background: url(http://images.i-saveurs.com/com/tooltip-transparent.png) top left; color: #fff;}
.protoGray .toolbar a.close:hover { background: url(images.i-saveurs.com/com/close_hover_red.gif);}
.protoGray .title { padding: 5px 6px; color:#f8fb17}
.protoGray .content {  padding: 1px 8px 4px 8px;	background: url(http://images.i-saveurs.com/com/tooltip-transparent.png) bottom right;
color: #eee;font: 11px Arial, Helvetica, sans-serif; }
.protoGray h1,.protoGray h2, .protoGray h3,.protoGray h4,.protoGray h5 {margin:0 0 4px 0;padding:0}
.protoGray h3.rece {color:#f8fb17}
.protoGray h3.rece span, .protoGray .highlight{color:#f9fabc;font-weight: bold;}

.protoShaded{margin:0;padding:0; width:260px}
.protoShaded div {margin:0;padding:0; } 
.protoShaded .toolbar {background: url(http://images.i-saveurs.com/com/tooltip-degrade-transparent.png) top left; color: #fff;}
.protoShaded .toolbar a.close:hover { background: url(images.i-saveurs.com/com/close_hover_red.gif);}
.protoShaded .title { padding: 5px 6px; color:#f8fb17}
.protoShaded .content {  padding: 1px 8px 4px 8px;	background: url(http://images.i-saveurs.com/com/tooltip-degrade-transparent.png) bottom right;
color: #eee;font: 11px Arial, Helvetica, sans-serif; }
.protoShaded h1,.protoShaded h2, .protoShaded h3,.protoShaded h4,.protoShaded h5 {margin:0 0 4px 0;padding:0}
.protoShaded h3.rece {color:#f8fb17}
.protoShaded h3.rece span, .protoShaded .highlight{color:#f9fabc;font-weight: bold;}



.protoWine{margin:0;padding:0; width:260px}
.protoWine div {margin:0;padding:0; } 
.protoWine .toolbar {background: url(http://images.i-saveurs.com/com/bg_barre2vin.jpg) top left; color: #fff;}
.protoWine .toolbar a.close:hover { background: url(images.i-saveurs.com/com/close_hover_red.gif);}
.protoWine .title { padding: 5px 6px; color:#f8fb17}
.protoWine .content {  padding: 1px 8px 4px 8px;	background: url(http://images.i-saveurs.com/com/bg_barre2vin.jpg) bottom right;
color: #000;font: 11px Arial, Helvetica, sans-serif; }
.protoWine h1,.protoWine h2, .protoWine h3,.protoWine h4,.protoWine h5 {margin:0 0 4px 0;padding:0}
.protoWine .highlight{color:#f8fb17;font-weight: bold;font-size:12px}


