@charset "UTF-8";
/* CSS Document */

.first {
    margin-left: 0 !important;
}
.one-half,.one-third,.one-fourth,.one-fifth,.one-sixth,.two-third,.two-fourth,.two-fifth,.two-sixth,.three-fourth,.three-fifth,.three-sixth,.four-fifth,.four-sixth,.five-sixth{
    float: left;
    margin-left: 3.5%;
    display: block !important;
    position: relative !important;
	min-height:1px;
	/*overflow:hidden;*/
	/*background:#FFF*/
}

.one-half,
.two-fourth,
.three-sixth{
    width: 48.25%;
}

.ie .one-half,.ie .two-fourth,.ie .three-sixth {
    width: 48.2%;
}

.one-third,.two-sixth {
    width: 31%;
}

.one-fourth {
    width: 22.35%;
}

.ie .one-fourth {
    width: 22.3%;
}

.one-fifth {
    width: 17.2%;
}

.ie .one-fifth{
    width: 17%;
}

.one-sixth {
    width: 13.7%;
}

.ie .one-sixth {
    width: 13.5%;
}

.two-third,.four-sixth {
    width: 65.5%;
}

.ie .two-third,.ie .four-sixth {
    width: 60.2%;
}

.two-fifth {
    width: 37.8%;
}

.ie .two-fifth {
    width: 37.5%;
}

.three-fourth {
    width: 74.05%;
}

.ie .three-fourth {
    width: 74%;
}

.three-fifth {
    width: 58.6%;
}

.ie .three-fifth {
    width: 58.5%;
}

.four-fifth {
    width: 79.2%;
}

.ie .four-fifth {
    width: 79.1%;
}

.five-sixth {
    width: 82.5%;
}

.ie .five-sixth{
    width: 82%;
}