/* ExtGrid 
 * A fluid CSS Grid Framework for any width
 * Created by Viktor Vincze aka wintercounter (Expression-Themes.com)
 * */
      
.coltainer{
        width: 960px;
        margin: 0 auto;
        clear: both;
}

.c1{width:3.8%}
.c2{width:7.8%}
.c3{width:11.8%}
.c4{width:15.8%}
.c5{width:19.8%}
.c6{width:23.8%}
.c7{width:27.8%}
.c8{width:31.8%}
.c9{width:35.8%}
.c10{width:39.8%}
.c11{width:43.8%}
.c12{width:47.8%}
.c13{width:51.8%}
.c14{width:55.8%}
.c15{width:59.8%}
.c16{width:63.8%}
.c17{width:67.8%}
.c18{width:71.8%}
.c19{width:75.8%}
.c20{width:79.8%}
.c21{width:83.8%}
.c22{width:87.8%}
.c23{width:91.8%}
.c24{width:95.8%}
.c25{width:100%; margin-right: 0 !important;}
.c2eq{width: 49.9%}
.c3eq{
	width: 33.2%;
	padding-bottom: 20px;
}
.c3eq_x2{width: 66.6%}
.c4eq{width: 24.85%}

.c1,.c2,.c3,.c4,.c5,.c6,.c7,.c8,.c9,.c10,.c11,.c12,.c13,.c14,.c15,.c16,.c17,.c18,.c19,.c20,.c21,.c22,.c23,.c24,.c25,.c2eq,.c3eq,.c3eq_x2,.c4eq{
        float: left;
        margin-right: 0.2%;
  min-height: 1px;
}

.c_last{
        margin-right: 0 !important;
        clear: right;
        float: right;
}
