
        
        .icCountrySelector select {
            width:120px;
            background-color:#f6f9fc;
            border-left:1px solid #608db7;
            border-right:1px solid #608db7;
            border-bottom:1px solid #abc4dd;
            border-top:1px solid #1b2732;
            color:#00519e;
            font-size:11px;
            height:19px;
            vertical-align:bottom;
        }
        
        .icBox {
            width: 225px;
            padding: 25px 0px 0px 0px;
            float: left;
        }
        
        .icTitleImg {
            width: 25px;
            height: 14px;
            padding: 1px 0px 0px 0px;
            float: left;
        }
        
        .icTitleHeadline {
            font-weight: bold;
            float: left;
        }
        
        .icTitleHeadline a,
        .icTitleHeadline a:hover {
            color: #000;
            text-decoration: none;
        }
        
        .icBody p {
            padding: 0px;
        }
        
        .clear {
            width: 0px;
            height: 0px;
            padding: 0px;
            margin: 0px;
            line-height: 0px;
            font-size: 0px;
            clear: both;
        }    
        
    
