/*###################################################

				Butter grid system

###################################################*/

.bttr .ml15 {margin-left:15px;}
.bttr .mr15 {margin-right:15px;}

.bttr .ml30 {margin-left:30px;}
.bttr .mr30 {margin-right:30px;}

.bttr .g1 { width:900px; }
.bttr .g2 { width:435px; }
.bttr .g3 { width:285px; }
.bttr .g3x2 { width:585px; }
.bttr .g4 { width:210px; }
.bttr .g4x3 { width:660px; }
.bttr .g5 { width:180px; }
.bttr .g6 { width:150px; }

.bttr .col {
  float: left;
/*  margin: 0 10px;*/
  overflow: hidden;
  display: inline; /*for ie double margin*/
}
.bttr {
/*  width: 960px;*/
/*  margin: 0 auto;*/
  overflow: hidden;
}

.mb10 { margin-bottom:10px !important; }
.mb20 { margin-bottom:20px !important; }
.mb30 { margin-bottom:30px !important; }
.mb40 { margin-bottom:40px !important; }

.mt10 { margin-top:10px !important; }
.mt20 { margin-top:20px !important; }
.mt30 { margin-top:30px !important; }
.mt40 { margin-top:40px !important; }