/* ======== */
/* Default */

* {
	color: #000 !important;
}

#contact,
.top_menu,
.submenu,
#right_column,
#navigation,
.link_top,
.promo_fly,
.informer,
.left_blocks,
.right_blocks,
.bottom_block {
	display: none;
}



/* ======= */
/* Layout */

html {
	min-width: 100%;
}
body {
	width: auto;
	min-width: 600px;
	background: #FFF;
}
#page {
	width: 600px;
	margin: 0px auto;
}
#middle {
	width: auto;
}
#footer_inner {
	width: 600px;
}
#left_column {
	width: auto;
	float: none;
	margin-right: 0;
}
#left_column_inner {
	padding-right: 0;
}

/* Three-column page */
.three_col_page h1 {
	margin-left: 40px;
}
.center_content {
	width: auto;
	margin: 0;
}
.center_content_inner {
	padding-left: 40px;
	padding-right: 0;
}



/* ======= */
/* Blocks */

/* White Box */
.box_tl,
.box_tr,
.box_bl,
.box_br {
	background: #FFF;
}

/* Footer */
#copyright a,
#develop a {
	text-decoration: none;
}

/* Copyright */
#copyright {
	width: auto;
	padding-left: 85px;
}



/* ========= */
/* Elements */


/* Common */
.printable {
	display: block;
}
.no-print {
	display: none;
}



/* ======== */
/* Content */

.body ul {
	list-style-type: disc;
	padding-left: 20px;
}
.body ul li,
	#second_page .body ul li {
	padding-left: 0px;
	background-image: none;
}



/* ======== */
/* Modules */

/* Offers */
.offers .item {
	width: auto;
	height: auto;
	float: none;
	padding-top: 22px;
}

