/*
 * Stylesheet for fixups to main styles
 * 
 * (included after main styles; can be used to add to or override them)
 */

@charset "UTF-8";

.landing ul  , ul.big_bullets {
    margin-top: 25px;
    margin-bottom: 25px;
    list-style-type: none;
}




ul.big_bullets  li {
    font-weight: bold;
    background: url("../images/common/ico_bullet.png") no-repeat;
    background-position: left center;
    position: relative;
    height: 20px;
    line-height: 17px;
    margin-top: 2px;
    padding-top: 3px;
    padding-left: 30px;

}


ul.small_bullets {
    margin-top: 15px;
    margin-bottom: 15px;
    list-style-type: none;
    margin-left:0px !important;   
}




ul.small_bullets  li {
    background: url("../images/common/ico_bullet.png") no-repeat;
    background-position: left center;
    position: relative;
    line-height: 17px;
    margin-top: 2px;
    padding-top: 3px;
    padding-left: 30px;
}
 
 
.box img {
    clear: both;
    float: left;
    margin-right: 15px;
}

.box .text {
    clear: none;
    float: left;
    width: 275px;
}
 