/*
Boxes, another CSS Framework
by Stephane Curzi
*/

/******************** Grid ********************/
#content																{ background: url(/Resources/images/common/grid.png); float: left; }
.column_group														{ float: left; }
.column																{ float: left; margin-right: 10px; }
.gutter																	{ margin-right: 10px; }
.no_gutter																{ margin-right: 0; }
.separator																{ border-left: solid 1px #ccc; padding-left: 5px; margin-left: 4px; }

.width_1																{ width: 30px; }
.width_2																{ width: 70px; }
.width_3																{ width: 110px; }
.width_4																{ width: 150px; }
.width_5																{ width: 190px; }
.width_6																{ width: 230px; }
.width_7																{ width: 270px; }
.width_8																{ width: 310px; }
.width_9																{ width: 350px; }
.width_10																{ width: 390px; }
.width_11																{ width: 430px; }
.width_12																{ width: 470px; }
.width_13																{ width: 510px; }
.width_14																{ width: 550px; }
.width_15																{ width: 590px; }
.width_16																{ width: 630px; }
.width_17																{ width: 670px; }
.width_18																{ width: 710px; }
.width_19																{ width: 750px; }
.width_20																{ width: 790px; }
.width_21																{ width: 830px; }
.width_22																{ width: 870px; }
.width_23																{ width: 910px; }
.width_24																{ width: 950px; }