/* BORDER */

.borderR0 {border-right: 0 none;}
.borderT0 {border-top: 0 none;}

/* FLOAT */

.clear { clear: both; }
.left {float: left;}
.right {float: right;}
.ck p {margin: 0;}


/* MARGIN */

.marginL0 { margin-left: 0 !important; }
.marginB0 { margin-bottom: 0 !important; }
.marginB20 { margin-bottom: 20px !important; }
.marginB35 { margin-bottom: 35px; }

/* PADDING */


/* WIDTH */
.w80 { width: 80px; }
.w190 { width: 190px; }
.w265 { width: 265px; }
.w333 { width: 333px; }
.w458 { width: 458px; }

/* HEIGHT */
.h40 { height: 40px; }

/* TEXT-ALIGN */


.hidden{display:none;}


a.notd {
    text-decoration: none;
}


.underline{
    text-decoration: underline;
}