/* Header
------------------ */

.LogoBlock
{
	padding:30px 0 10px 5px;
}

.HeaderPhone
{
	padding:45px 15px 0 0;
	text-align:right;
}

.HeaderPhone small
{
	font-size:85%;
}

.HeaderPhone span
{
	font-size:120%;
	font-weight:bold;
}

ul.headerMenuList
{
	padding:0;
	margin:0;
}

ul.headerMenuList li
{
	padding:5px;
	margin:0 15px 0 0;
}

ul.headerMenuList li.cur
{
	padding:5px;
	margin:0 15px 0 0;
	background-color:#e3f1c1;
	color:#000;
}


.lt, .rt, .lb, .rb
{
	width:11px;
	height:11px;
	position:absolute;
}

.lt
{
	left:0;
	top:0;
	background: url('i/searchblock/lt.gif') no-repeat left top;
}

.rt
{
	right:0;
	top:0;
	right: expression( this.parentNode.offsetWidth % 2 ? -1 : 0 );
	background: url('i/searchblock/rt.gif') no-repeat right top;
}

.lb
{
	left:0;
	bottom:0;
	bottom: expression( this.parentNode.offsetHeight % 2 ? -1 : 0 );
	background: url('i/searchblock/lb.gif') no-repeat left bottom;
}

.rb
{
	right:0;
	bottom:0;
	bottom: expression( this.parentNode.offsetHeight % 2 ? -1 : 0 );
	right: expression( this.parentNode.offsetWidth % 2 ? -1 : 0 );
	background: url('i/searchblock/rb.gif') no-repeat right bottom;
}

div.center
{
	background-color:#e3f1c1;
	position:relative;
}

div.center input
{
	width:100%;
	padding:0;
	margin:0;
}

div.circle
{
	position:absolute;
	background: url('i/searchblock/circle.png') no-repeat left top;
	height:94px;
	width:96px;
	top:-45px;
	left:-40px;
	BEHAVIOR:url('/png.htc');
}

.searchline
{
	padding:10px 5px 5px 10px;
}

.buttonSearch
{
	padding:12px 10px 10px 0;
}

.choosePath
{
	padding:0 0 10px 10px;
	font-size:75%;
}

/* Catalogue
--------------------- */

.catalogue
{
	padding:40px 10px 25px 5px;
}

.CataloguePart
{
	text-align:left;
}

.CataloguePart tr th
{
	color:#999;
	font-weight:normal;
	font-size:75%;
	border-bottom:1px #999 solid;
	padding:20px 0 5px 5px;
}

.CataloguePart tr td
{
	border-bottom:1px #999 solid;
	padding:20px 0 20px 5px;
	vertical-align:top;
}

.CataloguePart .mark
{
	font-size:75%;
}

.CataloguePart .name
{
	font-size:85%;
}

.CataloguePart .descript p
{
	font-size:90%;
	line-height:1.2em;
	color:#777;
}

.CataloguePart .price
{
	font-size:90%;
}

/* textpage
---------------------- */

.textpage
{
	padding:40px 0 0 5px;
}


/* Menu
---------------------- */

.twoMenuList
{
	padding:40px 0 0 5px;
	margin:0;
}

.twoMenuList li
{
	margin:0;
	padding:5px;
	font-size:90%;
}

.twoMenuList li.cur
{
	margin:0;
	padding:5px;
	background-color:#e3f1c1;
	color:#000;
}

.twoMenuList strong
{
	padding:0 0 0 5px;
	margin:0;
	font-size:100%;
	font-weight:bold;
}

/* Home
--------------------- */

.HomeParagraph
{
	padding:20px 0 0 5px;
	margin:0;
}
