#left {
	width: 230px;
	/*Testing 2     ****/
}
#center {
	width: 460px;
	padding: 0 10px
}
	#center h2 {
		margin: 12px 0;
		font-size: 28px
	}
#right {
	float: right;
	width: 230px
}
#submenu {
	margin-right: 20px;
	padding: 5px 20px;
	background: #f2f2f2 url(/images/orange_line.gif) repeat-y
}
	#submenu li {
		margin: 15px 5px;
		font-weight: bold;
	}
	#submenu ul {
		margin: 5px 0;
		padding: 5px 10px;
		background: #fff
	}
		#submenu ul li {
			margin: 5px 0;
			padding-left: 15px;
			font-weight: normal
		}
		#submenu li.active {
			color: #ff6400;

		}
#promo {
	margin: 10px 20px 0 0;
	background: #f8ecec
}
	#promo h2, #promo h3{
		font-weight: bold;
		color: #cb4747
	}
	#promo .description {
		padding: 10px;
		background: #fff
	}
		#promo img {
			margin: 5px 0
		}


#center select, #center textarea {
	font-size: 11px;
	padding: 1px;
	color: #777;
	border: #95aec5 1px solid;
}

#center select {
	height: 18px;
}


td.hforum {
	padding: 10px 10px 10px 0px;
	font-weight: bold;
}

td.nforum {
	padding: 5px 5px 5px 0px;
	border-bottom: 1px solid #CCCCCC;
}

#download_info {
	padding: 10px;
	margin-top: 10px;
	background-color: #EEEEEE;
}




table .highlight {
	background: #f0f2f4
}




table.prop {
	width: 100%;
	margin-top: 10px;
}
	table.prop th {
		font-weight: normal;
		text-align: left;
		padding: 3px 7px;
		background: #f0f2f4
	}
	table.prop th a {
		white-space: nowrap
	}
	table.prop td {
		padding: 2px 5px
	}
	table.prop td + td {
		text-align: center
	}
table.prop .group td {
	font-size: 11px;
	color: #6bb800;
	background: #e5f9c9
}
table.prop .group td.title {
	white-space: nowrap;
	font-size: inherit;
	font-weight: bold;
	color: inherit
}


.news-item {
	margin-bottom: 20px
}
.comments-count  {
	margin-top: 5px;
	font-size: 11px
}
.comments-count * {
	font-size: 11px
}
/*404 error (GM)*/
.notfound h1{
	line-height: 0.5;
}
.notfound h2{
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
}
.notfound div{
	margin: 20px 0 0 0;
	width: 500px;
}
/*404 error (GM) end*/
