/* header */

.headerLogo img
{
	margin: 20px 20px 30px 25px;
}

.headerMenu
{
	position:relative;
}

.menuLeft
{	
	background: url('../i/bg/menu_left.gif') no-repeat left top;
	padding-left:10px;
	margin: 30px 10px 0 0;
}

.menuRight
{	
	position:relative;
	background: url('../i/bg/menu_right.gif') no-repeat right top;
	padding-right:10px;
}

.menuBg
{
	width:100%;
	height:30px;
	overflow:hidden;
	background: url('../i/bg/menu_bg.gif') repeat-x 0 0;
}

.menuList
{
	margin:0;
	padding: 0;
	font-size:10px;
	color:#fff;
	clear:both;
}

.menuList li
{
	line-height:1.2em;
	margin: 0 1px 0 0;
	padding: 8px 15px 0 15px;
	text-indent:0;
	float:left;
	font-weight:bold;
	background: url('../i/bg/menu_bg.gif') repeat-x 0 0;
	height:30px;
	cursor:default;
	color:#fff;
	list-style-type:none;
}

.menuList .over
{
	background-position: 0 -40px;
}

.menuList .cur,
.menuList .select
{
	background-position: 0 -80px;
}

.menuList .over,
.menuList .select
{
	cursor:pointer;
	cursor:hand;
}

.menuList .productsListPoint
{
	color:#fff;
	display:block;
	padding-right:10px;
	background: url('../i/list.gif') no-repeat right center;
}

.menuList a,
.menuList a:hover
{
	text-decoration:none;
	color:#fff;
}

#productsList
{
	position:absolute;
	left:0;
	top:0;
	z-index:30;
	border: 1px solid #6aa0cc;
}

#productsList a,
#productsList a:hover
{
	display:block;
	padding: 0.4em 10px;
	background-color:#2e5f8f;
	white-space:nowrap;
	text-decoration:none;
	color:#fff;
	font-size:10px;
}

#productsList a:hover
{
	background-color:#2f85ad;
}


/* home */

.productAnonsBlock
{
	padding: 0 10px 10px 10px;
}

.productAnons
{
	position:relative;
	z-index:5;
	width:560px;
	border: 1px solid #4685c5;
}

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

.productAnons .lt
{
	left:-1px;
	top:-1px;
	background: url('../i/bg/products_lt.gif') no-repeat left top;
}

.productAnons .rt
{
	right:-1px;
	top:-1px;
	background: url('../i/bg/products_rt.gif') no-repeat right top;
}

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

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

.productAnons .info
{
	padding: 1.2em 20px 1.5em 200px;
}

.productAnons h2
{
	margin:0;
	font-weight:bold;
}

.productAnons .freeware
{
	display:block;
	font-size:65%;
	text-transform: uppercase;
	color:#369000;
	font-weight:bold;
	margin-top: 0.2em;
}

.productAnons p
{
	margin: 1em 0 0 0;
	font-size:70%;
}

.productAnons .downloadBlock
{
	padding-top: 1.5em;
}

.downloadBlock .freedownload,
.downloadBlock .freedownloadOver
{
	width:145px;
	height:32px;
	background-image: url('../i/free_download.gif');
	background-repeat:no-repeat;
	cursor:pointer;
	cursor:hand;
}

.downloadBlock .download,
.downloadBlock .downloadOver
{
	width:111px;
	height:32px;
	background-image: url('../i/download.gif');
	background-repeat:no-repeat;
	cursor:pointer;
	cursor:hand;
}

.downloadBlock .freedownload,
.downloadBlock .download
{
	background-position: 0 0;
}

.downloadBlock .freedownloadOver,
.downloadBlock .downloadOver
{
	background-position: 0 -42px;
}

.rightInfoBlock
{
	padding: 0 10px 10px 0;
	overflow:hidden;
}

.rightInfo
{
	position:relative;
	width:228px;
	border: 1px solid #999;
	background: url('../i/bg/info_bg.jpg') #fff repeat-x left 0.5em;
}

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

.rightInfo .lt
{
	left:-1px;
	top:-1px;
	background: url('../i/bg/info_lt.gif') no-repeat left top;
}

.rightInfo .rt
{
	right:-1px;
	top:-1px;
	background: url('../i/bg/info_rt.gif') no-repeat right top;
}

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

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

.rightInfo h3
{
	background-color:#999;
	color:#fff;
	font-size:80%;
	padding: 0.2em 20px 0.4em 20px;
	margin: 0 0 1em 0;
	font-weight:bold;
}

.news,
.paragraph
{
	padding: 0 20px 1em 20px;
}

.news small
{
	font-size:70%;
	color:#999;
	text-transform: lowercase;
}

.news p
{
	font-size:70%;
	margin: 0.2em 0 0 0;
	line-height:1.2em;
}

.news p p
{
	font-size:100%;
	margin:0;
}

.paragraph p
{
	font-size:70%;
	margin: 0.5em 0 0 0;
	line-height:1.2em;
}

.paragraph h4
{
	font-size:75%;
	margin:0;
	font-weight:bold;
}


/* textpage */

.textBlock
{
	width:100%;
	padding: 0 10px 0 0;
}


/* productpage */

.productModeBlock
{
	padding: 0.5em 10px 10px 0;
}

.productMode
{
	position:relative;
	width:228px;
	border: 1px solid #4685c5;
}

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

.productMode .lt
{
	left:-1px;
	top:-1px;
	background: url('../i/bg/products_lt.gif') no-repeat left top;
}

.productMode .rt
{
	right:-1px;
	top:-1px;
	background: url('../i/bg/products_rt.gif') no-repeat right top;
}

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

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

.productMode ul
{
	margin:0;
	padding: 10px 0;
	font-size:70%;
	color:#fff;
	clear:both;
}

.productMode li
{
	line-height:1.2em;
	margin: 0;
	padding: 0.4em 20px 0.4em 20px;
	text-indent:0;
	font-weight:bold;
	color:#fff;
}

.productMode .cur
{
	background-color:#4685c5;
}

#orderSent
{
	font-size:75%;
	color:#fff;
	font-weight:bold;
	background-color:#f28b05;
	padding: 0.5em 20px;
	text-align:center;
}

.orderTable td
{
	font-size:75%;
	padding: 0.5em 20px 0.3em 0;
}

.orderTable .value
{
	width:100%;
	padding-top:0.1em;
}

.orderTable .value input,
.orderTable .value textarea
{
	width:100%;
}

.orderTable .text
{
	border: 1px solid #666;
}

.orderTable .textfocus
{
	border: 1px solid #f4ad30;
}

.orderTable .error
{
	border: 1px solid #c13000;
}