body
{
	font-size   : 80%;
	font-family : "Arial", sans-serif;
	color       : #333;
	margin      : 0;
}
.b-main
{
	margin : 10px;
}
.b-main-body
{
	width : expression((window.self.screen.width > 960)? "960px":"auto");
	max-width : 960px;
	min-width : 450px;
	margin    : 0 auto;
}
.b-topbar
{
	height     : 112px;	/*	высота картинки: 92px */
	background : url("../img/bg-main.jpg") no-repeat right 20px;
}
.b-mainheader
{
	position       : relative;
	margin-top     : -20px;
	margin-bottom  : 10px;
	padding-bottom : 3px;
	border-bottom  : 1px solid #ccc;
	clear          : both;
	zoom           : 1;	
}
.b-mainheader .building
{
	position   : absolute;
	bottom     : 0;
	bottom     : expression("-1px");
	right      : 0;
	width      : 310px;
	height     : 68px;
	background : url("../img/g-building.gif") no-repeat right top;
}
.b-content
{
	min-height : 300px;
	height     : auto ! important;
	height     : 300px;zoom:1;
}
.b-qsearch table td
{
	padding-right : 10px;
}
.b-qsearch .qsearch-state
{
	min-width : 50px;
}
.b-qsearch .qsearch-tip .text
{
	margin-top : -4px;
}
.l-content /*	table до тех пор, пока ие7 не исчезнет */
{
	width : 100%;
}
.l-content .l-col-left
{
	width : 22%;
}
.l-content .l-col-center
{
	padding-left : 20px;
}
.l-content .l-col-right
{
	padding-left : 20px;
	width        : 280px; /* под размер ad-box.ов, баннеры шириной 250px */
	max-width    : 280px;
	overflow     : hidden;
}
.l-content .l-col-left > .l-col-body
{
	max-width : 400px;
}
.b-footer
{
	clear      : both;
	border-top : 1px solid #ccc;
	padding    : 10px 0 20px;
	height     : 20px;
}
.l-center
{
	position : relative;
	width    : 100%;
}
.l-center:after
{
	display : block;
	content : '';	
	clear   : both;
}
.l-center-left
{
	position : relative;
	right    : 50%;
	float    : right;
}
.l-center-right
{
	position : relative;
	z-index  : 1;
	right    : -50%;
}
.l-float-right
{
	float : right;
}
.l-float-left
{
	float : left;
}