/* reset */

IMG {
  border: 0;
}

TABLE {
  border : 0;
  border-collapse : collapse;
  border-spacing : 0;
  empty-cells : show;
}

p{
margin:0;
padding:0;
}


/* GRID */
.c1, .c2, .c3, .c4, .c5, .c6, .c7, .c8, .c9, .c10, .c11, .c12, .c13, .c14, .c15, .c16, .c17, .row
{
  margin:0;
  padding:0;
float:left;
}

.c1 { width : 60px; min-width : 60px; }
.c2 { width : 120px; min-width : 120px; }
.c3 { width : 180px; min-width : 180px; }
.c4 { width : 230px; min-width : 230px; }
.c5 { width : 300px; min-width : 300px; }
.c6 { width : 360px; min-width : 360px; }
.c7 { width : 420px; min-width : 420px; }
.c8 { width : 480px; min-width : 480px; }
.c9 { width : 540px; min-width : 540px; }
.c10 { width : 600px; min-width : 600px; }
.c11 { width : 660px; min-width : 660px; }
.c12 { width : 720px; min-width : 720px; }
.c13 { width : 780px; min-width : 780px; }
.c14 { width : 840px; min-width : 840px; }
.c15 { width : 900px; min-width : 900px; }
.c16 { width : 960px; min-width : 960px; }
.c17 { width : 1020px; min-width : 1020px; }
.row { width : 1080px; clear : both; min-width : 1080px; }

/* COMMON CLASSES */
.l { text-align : left !important; }
.r { text-align : right !important; }
.c { text-align : center !important; }
.fl { float : left !important; }
.fr { float : right !important; }
.hidden { display : none; }
.no-bg { background-color : transparent; background-image : none !important; }
.no-border { border : 0 !important; }
.no-margin { margin : 0 !important; }
.no-padding { padding : 0 !important; }

/* CLEARFIX */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
 
.clearfix {
  display: inline-block;
}
 
html[xmlns] .clearfix {
  display: block;
}
 
* html .clearfix {
  height: 1%;
}
