/* prototip.css : http://www.nickstakenburg.com/projects/prototip */                                                                                                                                    
.prototip { position: absolute; cursor:default; }                                                                                                                                                       
.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: url(../images_base/prototip/close.gif);                                                                                                                                                   
	display: block;                                                                                                                                                                                       
	line-height: 0;                                                                                                                                                                                       
	font-size: 0px;                                                                                                                                                                                       
	border: 0;                                                                                                                                                                                            
	}                                                                                                                                                                                                     
.prototip .toolbar a.close:hover { background: transparent url(../images_base/prototip/close_hover.gif); }                                                                                              
                                                                                                                                                                                                        
.iframeShim {                                                                                                                                                                                           
	position: absolute;                                                                                                                                                                                   
	border: 0;                                                                                                                                                                                            
	margin: 0;	                                                                                                                                                                                          
    padding: 0;                                                                                                                                                                                         
    background: none;                                                                                                                                                                                   
}                                                                                                                                                                                                       
                                                                                                                                                                                                        
/* Tooltip styles */                                                                                                                                                                                    
.prototip .default { width: 200px; color: #fff; border: 2px solid #87a3c3;}                                                                                                                             
.prototip .default .toolbar { background: #0F6788; font: italic 17px Georgia, serif; }                                                                                                                  
.prototip .default .title { padding: 5px; }                                                                                                                                                             
.prototip .default .content { background: #e8eff6; color: black; font: 11px Arial, Verdana, sans-serif; padding: 5px;}                                                                                  
                                                                                                                                                                                                        
                                                                                                                                                                                                        
.prototip .price { width: 300px; color: #fff; border: 2px solid #87a3c3;}                                                                                                                               
.prototip .price .toolbar { background: #0F6788; font: italic 17px Georgia, serif; }                                                                                                                    
.prototip .price .title { padding: 5px; }                                                                                                                                                               
.prototip .price .content { background: #e8eff6; color: black; font: 11px Arial, Verdana, sans-serif; padding: 5px;}                                                                                    
                                                                                                                                                                                                        
.prototip .provider { width: 265px; color: #fff; border: 2px solid #87a3c3;}                                                                                                                            
.prototip .provider .toolbar { background: #0F6788; font: italic 17px Georgia, serif; }                                                                                                                 
.prototip .provider .title { padding: 2px; }                                                                                                                                                            
.prototip .provider .content { background: #e8eff6; color: black; font: 11px Arial, Verdana, sans-serif; padding: 2px;}                                                                                 
                                                                                                                                                                                                        
.prototip .duration { width: 180px; color: #fff; border: 2px solid #87a3c3;}                                                                                                                            
.prototip .duration .toolbar { background: #0F6788; font: italic 17px Georgia, serif; }                                                                                                                 
.prototip .duration .title { padding: 5px; }                                                                                                                                                            
.prototip .duration .content { background: #e8eff6; color: black; font: 11px Arial, Verdana, sans-serif; padding: 5px;}                                                                                 
                                                                                                                                                                                                        
.prototip .speedbox { width: 200px; color: #fff; border: 2px solid #87a3c3; z-index:999;}                                                                                                               
.prototip .speedbox .toolbar { background: #0F6788; font: italic 17px Georgia, serif; }                                                                                                                 
.prototip .speedbox .title { padding: 5px; }                                                                                                                                                            
.prototip .speedbox .content { background: #e8eff6; color: black; font: 11px Arial, Verdana, sans-serif; padding: 5px;}                                                                                 
                                                                                                                                                                                                        
.prototip .interest { width: 190px; color: #fff; border: 2px solid #87a3c3;}                                                                                                                            
.prototip .interest .toolbar { background: #0F6788; font: italic 17px Georgia, serif; }                                                                                                                 
.prototip .interest .title { padding: 5px; }                                                                                                                                                            
.prototip .interest .content { background: #e8eff6; color: black; font: 11px Arial, Verdana, sans-serif; padding: 5px;}                                                                                 
                                                                                                                                                                                                        
.prototip .aboutBox { width: 240px; color: #fff; border: 2px solid #87a3c3;}                                                                                                                            
.prototip .aboutBox .toolbar { background: #0F6788; font: italic 17px Georgia, serif; }                                                                                                                 
.prototip .aboutBox .title { padding: 5px; }                                                                                                                                                            
.prototip .aboutBox .content { background: #e8eff6; color: black; font: 11px Arial, Verdana, sans-serif; padding: 5px;}                                                                                 
                                                                                                                                                                                                        
.prototip .credit { width: 400px; color: #fff; border: 2px solid #87a3c3;}                                                                                                                              
.prototip .credit .toolbar { background: #0F6788; font: italic 17px Georgia, serif; }                                                                                                                   
.prototip .credit .title { padding: 5px; }                                                                                                                                                              
.prototip .credit .content { background: #e8eff6; color: black; font: 11px Arial, Verdana, sans-serif; padding: 5px;}                                                                                   
                                                                                                                                                                                                        
.prototip .ccDetails { width: 245px; color: #fff; border: 2px solid #87a3c3;}                                                                                                                           
.prototip .ccDetails .toolbar { background: #0F6788; font: italic 17px Georgia, serif; }                                                                                                                
.prototip .ccDetails .title { padding: 5px; }                                                                                                                                                           
.prototip .ccDetails .content { background: #e8eff6; color: black; font: 11px Arial, Verdana, sans-serif; padding: 5px;}                                                                                
                                                                                                                                                                                                        
.prototip .dslCheck { width: 265px; color: #fff; border: 1px solid #87a3c3;}                                                                                                                            
.prototip .dslCheck .toolbar { background: #87a3c3; font: italic 17px Georgia, serif; }                                                                                                                 
.prototip .dslCheck .title { padding: 5px; }                                                                                                                                                            
.prototip .dslCheck .content { background: #fff; color: black; font: 11px Arial, Verdana, sans-serif; padding: 5px;}                                                                                    
                                                                                                                                                                                                        
.prototip .ccLight { width: 440px; color: #fff; border: 2px solid #87a3c3;}                                                                                                                             
.prototip .ccLight .toolbar { background: #0F6788; font: italic 17px Georgia, serif; }                                                                                                                  
.prototip .ccLight .title { padding: 7px; }                                                                                                                                                             
.prototip .ccLight .content { background: #f2f6fa; color: black; font: 11px Arial, Verdana, sans-serif; padding: 5px;}                                                                                  
                                                                                                                                                                                                        
.prototip .subscription { width: 280px; color: #fff; border: 2px solid #87a3c3;}                                                                                                                        
.prototip .subscription .toolbar { background: #ffffff; font: italic 17px Georgia, serif; }                                                                                                             
.prototip .subscription .title { padding: 7px; }                                                                                                                                                        
.prototip .subscription .content { background: #ffffff; color: black; font: 11px Arial, Verdana, sans-serif; padding: 5px;}                                                                             
                                                                                                                                                                                                        
.prototip .mobileLight { width: 400px; color: #fff; border: 2px solid #87a3c3;}                                                                                                                         
.prototip .mobileLight .toolbar { background: #0F6788; font: italic 17px Georgia, serif; }                                                                                                              
.prototip .mobileLight .title { padding: 4px; }                                                                                                                                                         
.prototip .mobileLight .content { background: #f2f6fa; color: black; font: 11px Arial, Verdana, sans-serif; padding-right: 5px;padding-bottom: 10px;padding-left: 5px;padding-top: 10px;}                                                                              
                                                                                                                                                                                                        
.prototip .mobileSavePlan { width: 354px; color: #fff; border: 2px solid #87a3c3;}                                                                                                                      
.prototip .mobileSavePlan .toolbar { background: #0F6788; font: italic 17px Georgia, serif; }                                                                                                           
.prototip .mobileSavePlan .title { padding: 4px; }                                                                                                                                                      
.prototip .mobileSavePlan .content { background: #f2f6fa; color: black; font: 11px Arial, Verdana, sans-serif; padding-right: 10px;padding-bottom: 5px;padding-left: 10px;}                                                                           
.prototip .mobileSavePlan li {padding-left: 15px;}                                                                                                   
.prototip .mobileSavePlan ul {padding-left: 15px;}                                                                                                       
                                                                                                                                                                                                        
.prototip .mobileHandset { width: 374px; color: #fff; border: 2px solid #87a3c3;}                                                                                                                       
.prototip .mobileHandset .toolbar { font: italic 17px Georgia, serif; }                                                                                                                                 
.prototip .mobileHandset .title { padding: 4px; }                                                                                                                                                       
.prototip .mobileHandset .content {  background-image:url(../img/bg_verlauf.gif);background-repeat:repeat-x;  background-color:#fff; color: black; font: 11px Arial, Verdana, sans-serif; padding-right: 10px;padding-bottom: 10px;}
                                                                                                                                                                                                        
<!-- new part for the mouseover....-->                                                                                                                                                                  
                                                                                                                                                                                                        
.prototip .mobileHandset body {background-image:url(img/bg_verlauf.gif);background-repeat:repeat-x;width:384px;height:271px;font-family: arial, verdana, helvetica, sans-serif;font-size:14px;}         
.prototip .mobileHandset table {padding:0;margin:0;width:230px;}                                                                                                                                        
.prototip .mobileHandset .untn {padding:1px 0 1px 5px;vertical-align:top;font-size:11px;}                                                                                                               
.prototip .mobileHandset #hat {	font-size:18px;font-weight:bolder;padding:10px 0 0 20px;}                                                                                                               
.prototip .mobileHandset #lft {	float:left;	padding:10px 0 0 20px;}                                                                                                                                     
.prototip .mobileHandset .prices {font-size:30px;font-weight:bolder;}                                                                                                                                   
.prototip .mobileHandset .cents {font-size:18px;font-weight:bolder;padding-bottom:15px;vertical-align:top;}                                                                                             
.prototip .mobileHandset #rgt {	padding:10px 0 0 0;margin-left:110px;}                                                                                                                                  
.prototip .mobileHandset .txt,.txt2 {font-weight:bold;	vertical-align:super;font-size:12px;}                                                                                                           
.prototip .mobileHandset .txt {padding:0 5px;}                                                                                                                                                          
.prototip .mobileHandset .grey {background-color:#ddd;}                                                                                                                                                 
.prototip .mobileHandset .strong {font-weight:bolder;}                                                                                                                                                  
.prototip .mobileHandset .down {border:1px solid #ddd;margin-top:4px;}                                                                                                                                  