@CHARSET "utf-8";

ul.Panel li { 
    width:300px;
    float:left; 
}

div.PanelFeature div.Teaser {
    /* scale height 
    height:200px; */
}

* html div.PanelFeature div.Teaser { 
	padding-left:10px;
}

li.TeaserStart div.PanelFeature div.Teaser {
    background: transparent url(PageFeaturesOverview/iconGo.jpg) no-repeat 10px 10px;
    padding:5px 15px 10px 100px;
}
li.TeaserAccess div.PanelFeature div.Teaser {
    background: transparent url(PageFeaturesOverview/iconWhereever.jpg) no-repeat 10px 10px;
    padding:5px 15px 10px 100px;
}
li.TeaserShare div.PanelFeature div.Teaser {
    background: transparent url(PageFeaturesOverview/iconFiles.jpg) no-repeat 10px 10px;
    padding:5px 15px 10px 100px; 
}
li.TeaserPrivacy div.PanelFeature div.Teaser {
    background: transparent url(PageFeaturesOverview/iconClean.jpg) no-repeat 10px 10px;
    padding:5px 15px 10px 100px;
}
li.TeaserUsers div.PanelFeature div.Teaser {
    background: transparent url(PageFeaturesOverview/iconBetter.jpg) no-repeat 10px 10px;
    padding:5px 15px 10px 100px;
}

* html li.TeaserStart div.PanelFeature div.Teaser {
    background: transparent url(PageFeaturesOverview/iconGo.jpg) no-repeat 10px 10px;
}
* html li.TeaserAccess div.PanelFeature div.Teaser {
    background: transparent url(PageFeaturesOverview/iconWhereever.jpg) no-repeat 10px 10px;
}
* html li.TeaserShare div.PanelFeature div.Teaser {
    background: transparent url(PageFeaturesOverview/iconFiles.jpg) no-repeat 10px 10px;
}
* html li.TeaserPrivacy div.PanelFeature div.Teaser {
    background: transparent url(PageFeaturesOverview/iconClean.jpg) no-repeat 10px 10px;
}
* html li.TeaserUsers div.PanelFeature div.Teaser {
    background: transparent url(PageFeaturesOverview/iconBetter.jpg) no-repeat 10px 10px;
}

div.PanelFeature div.Footer {
    /* 
    Gone till we got the more links back 
    border-top: 1px solid #e3edfa;
    background: url(PanelFeature/bgBoxFooterBlue300.png) 50% 1px no-repeat;
	padding-top:16px;
    height:20px; */
}        

* html div.PanelFeature div.Footer {
    background-image: url(PageFeaturesOverview/bgBoxFooterBlue300-ie6.png);
}


div.PanelFeature div.Footer a.More {
    background: transparent url(PageFeaturesOverview/iconMore.png) no-repeat scroll 0 50%;
    float:right;
    height:20px;
    line-height:20px;
    padding-left:20px;
    padding-right:15px;
   
}

div.PanelFeature div.Teaser h3 {
    color:#1C64CA;
    display:block;
    font-size:13px;
    font-weight:bold;
    line-height:16px;
    padding:3px 0px 0px;
    height:34px;
    margin-bottom:10px;
}

div.PanelFeature div.Teaser p {
    height:170px;
}

div.PanelFeature div.PanelBoxBody {
	height:256px;
}

div.PanelFeature div.Teaser h4 {
	color:#1C64CA;
	font-size:1.1em;
	font-weight:bold;
	margin:0 10px 5px 0;
}

li.TeaserShare { 
  	margin-right:15px; 
}

li.TeaserStart { 
    clear:both;
    margin-right:15px;    
}

li.TeaserUsers { 
    margin-right:15px;    
}

div.Columns {
	display:block;
	padding:179px 20px 0;
}