/**
 * CSS for light version of the site.
 */
.over_left.lite {
	/* Disable the background (bottom line) for the whole width of the page. */
	background: none;
}

.left.lite {
	/* Left navigation bars layout must be vertical. */
	float: none;
	margin-bottom: 15px;

	/* Enable the background (bottom line) for each menu block. */
	background: transparent url(../images/official/left_under_fon.gif) repeat-x scroll 0 100%;
}

.container_left.lite {
	/* Decrease the left navigation width and make it possible for content to be added to the right. */
	width: 330px;
	float: left;
}

.lite h2 {
	color: #4F586F;
	font-family: arial,tahoma,verdana,sans-serif;
	font-size: 1.8em;
	margin-bottom: 20px;
	margin-top: 10px;
}

#navigation_bar.lite {
	width: 330px;
	float: left;
}

.sidebar_menu div ul li a.ins {
	color: #A6001C;
	font-weight: bold;
	text-decoration: none;
}

.iService .control-block {
	margin-left: 17px;
}

