/* ================ */
/* = The 1Kb Grid = */     /* 16 columns, 40 pixels each, with 20 pixel gutter */
/* ================ */

.grid_1 { width:40px; }
.grid_2 { width:100px; }
.grid_3 { width:160px; }
.grid_4 { width:220px; }
.grid_5 { width:280px; }
.grid_6 { width:340px; }
.grid_7 { width:400px; }
.grid_8 { width:460px; }
.grid_9 { width:520px; }
.grid_10 { width:580px; }
.grid_11 { width:640px; }
.grid_12 { width:700px; }
.grid_13 { width:760px; }
.grid_14 { width:820px; }
.grid_15 { width:880px; }
.grid_16 { width:940px; }

.w_lang_menu { width: 100px;}
.w_footer_menu { width: 593px;}
.w_copyright { width: 344px;}
.w_content { width: 830px;}
.w_sidebar { width: 255px;}
.w_left_sidebar { width: 160px; }
.w_search_column { width:305px; }
.w_feed_publisher { width: 165px; }
.w_feed_content { width: 612px; }
.w_howitworks_image { width: 120px; }
.w_howitworks_desc {  width: 465px; }
.w_prices { width: 937px;}
.w_help_content { width: 563px; }
.w_contact_box { width: 360px; }
.w_content_middle { width: 495px; }
.w_feed_publisher_small { width: 185px; }
.w_feed_content_small { width: 260px; }
.w_title_small { width: 140px; }

.column {
	margin: 0 7px;
	overflow: hidden;
	float: left;
	display: inline;
}

.row .row {
	/* margin: 0 -7px;
	width: auto;
	display: inline-block; */
}

.row .statistics.row {
	margin: 0 -7px;
	width: auto;
	display: inline-block;
}

.row {
	width: 1115px;
	margin: 0 auto;
	overflow: hidden;
}
