/* ---/// LAYOUT ///--- */
/* #detailLeftColumn {width:480px;margin:1%;}
#detailRightColumn {width:390px;padding-left:10px;padding-top:10px; min-height:400px;}

#detailRightColumnBottom {margin-top:50px;float:left;margin-left:7px;}

.detailImg {float:left;margin:0px 10px 0px 0px;border:2px solid #EFEFEF;}
#detailLeftColumn h2, #detailRightColumn h2 {margin-bottom:0;}
#detailRightColumn p {padding-left:7px; font-size:1.2em; line-height:1.8em; padding-top:16px;}
.detailTags {margin-left:10px;color:#999999;}
.techTxt {font-size:1em; color:#666666; }
.relProject {border:none; padding:5px; margin:0px; float:left; max-width:85px;}
.relProject:hover {
background:none;
cursor:pointer;
}
.detailLink {color:#339933; text-decoration:none;}

/* ---/// Tabs ///--- 
#tabBladen {background-color:#F8F8F8;border:2px solid #EFEFEF;height:392px;margin-left:9px;padding:5px 0 0 5px;width:475px;}

.imgTabsDetail {margin-bottom:3%;margin-right:3%; border:2px solid #EFEFEF;}
.tabsDetail { margin-top:15px;margin-left:-30px;}
ul.tabs li a {font-size:1em;color:#000000;}
ul.tabs li {list-style:none;padding:2px;text-align:center;width:70px;border-bottom:1px solid #CCCCCC;}

#tabsContentDetail #feed_portals {width: 480px; float:left; background-color:#F8F8F8; border:2px solid #EFEFEF; margin-left:10px; }
#tabsContentDetail #feed_websites {width: 480px; float:left; background-color:#F8F8F8; border:2px solid #EFEFEF; margin-left:10px;}
#tabsContentDetail #feed_marketing {width: 480px; float: left; background-color:#F8F8F8; border:2px solid #EFEFEF; margin-left:10px;}*/

/* ---/// SLIDER ///--- */
#colorBox {
width: 475px;
height:392px;
padding: 5px 0px 0px 5px;
margin-left:9px;
background-color:#F8F8F8;
border:2px solid #EFEFEF;
}

/*preload classes*/ 
.svw {width: 50px; height: 20px; background: #fff;} 
.svw ul {position: relative; left: -999em;} 
 
/*core classes*/ 
.stripViewer {  
position: relative; 
overflow: hidden;  
border: 2px solid #efefef;   
margin: 2px; 
} 
.stripViewer ul { /* this is your UL of images */ 
margin: 0; 
padding: 0; 
position: relative; 
left: 0; 
top: 0; 
width: 1%; 
list-style-type: none; 
} 
.stripViewer ul li {  
float:left; 
} 
.stripTransmitter { 
overflow: auto; 
width: 1%; 
} 
.stripTransmitter ul {
margin: 0;
margin-left: 2px; 
margin-top: 5px;
padding: 0; 
position: relative; 
list-style-type: none; 
padding:0px;
} 
.stripTransmitter ul li{ 
width: 20px; 
float:left; 
margin: 0 1px 1px 0; 
} 
.stripTransmitter a{ 
font: normal 12px Helvetica, Verdana; 
text-align: center;  
background-color: #D4D4D4;
color: #373737; 
text-decoration: none; 
display: block; 
border:1px solid #E9E9E9;
border-bottom: 2px solid #339933;
padding-top:3px;
} 
.stripTransmitter a:hover {
background-color: #bcbcbc;
border-bottom:2px solid #666666;
} 

.stripTransmitter a.current{ 
background-color: #D4D4D4;
color: #373737;
border:1px solid #efefef;
border-bottom:2px solid #efefef; 
} 
 
/*tooltips formatting
#tooltip { 
background: #fff; 
color: #000; 
opacity: 0.85; 
border: 5px solid #dedede; 
} 
#tooltip h3 {  
font: normal 10px Verdana;  
margin: 0;  
padding: 6px 2px;  
border: 0; 
} */ 