@charset "utf-8";

body {
	background: url('../images/template/background.png');
	padding: 0px;
	cursor: default;
	color: #000;
	overflow-y: scroll;
}

.navbar {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #aaa;
	color: #fff;
	background: #5d853c; /* Old browsers */
	background: -moz-linear-gradient(top, #5d853c 0%, #cbcbca 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5d853c), color-stop(100%,#cbcbca)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #5d853c 0%,#cbcbca 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #5d853c 0%,#cbcbca 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #5d853c 0%,#cbcbca 100%); /* IE10+ */
	background: linear-gradient(to bottom, #5d853c 0%,#cbcbca 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d853c', endColorstr='#cbcbca',GradientType=0 ); /* IE6-9 */
}

.navbar .inner {
	padding: 10px 20px 4px 20px;
	margin: 0px auto;
	max-width: 1400px;
}

.navbar a {
	color: #fff;
}

#tips {
	color: #fff;
	font: bold 16px/16px Calibri;
	width: 250px;
	margin-left: 20px;
}

.navbar .visible-phone {
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
	font-size: 18px;
}

div.site-container {
	padding: 0px 5px;
	margin: 0px auto !important;
	max-width: 1400px;
}

.mainframe {
	margin: 0px 0px 0px 5px;
	padding: 0px;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	width: 73.35897435897436%;
	*width: 73.30578286961266%;
	float: left;
}

.header {
	margin: 0px;
	padding: 6px 0px 4px 10px;;
	border-bottom: 1px solid #e5e5e5;
}

.header h1 {
	font-size: 28px;
}

.page-left {
	padding-left: 10px;
}

.page-notop {
	padding: 0px 10px 10px 10px;
}

.users-online {
	padding: 10px;
	background-color: #f3f3f3;
	border-top: 1px solid #ddd;
}

.navigation {
	width: 24.076923076923077%;
	*width: 24.023731587561375%;
	margin: 0px;
	padding: 0px 0px 0px 7px;
	float: left;
}

.navigation .uPanel {
	padding: 0px;
	margin: 5px 0px 10px 0px;
	font-size: 14px;
	line-height: 20px;
	color: #555555;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	vertical-align: middle;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.navigation .uHeader {
	padding: 8px;
	text-align: center;
	border-bottom: 1px solid #ccc;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	background: #f5f5f5; /* Old browsers */
	background: -moz-linear-gradient(top, #f5f5f5 1%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f5f5f5), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f5f5f5 1%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f5f5f5 1%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f5f5f5 1%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f5f5f5 1%,#e5e5e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}
.navigation .uContent {
	padding: 0px 0px;
}
.navigation .uContent a {
	display: block;
	padding: 4px 4px 4px 10px;
}
.navigation .uContent a:hover {
	background-color: #eef;
	text-decoration: none;
}
.navigation .uContent a:last-child {
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
}

.navigation form {
	margin: 10px 0px 15px 0px;
}

.navigation input {
	margin: 4px 0px 0px 0px !important;
}

.navigation .actions {
	margin: 2px 5px 5px 3px !important;
}

.navigation .nav-header {
	font-size: 16px !important;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #555;
}

.navigation .nav-header-phone {
	padding-top: 12px;
	padding-bottom: 12px;
}

.navigation .nav a {
	font-weight: bold;
	padding: 5px !important;
	-moz-transition: all 0.3s 0s ease;
	-ms-transition: all 0.3s 0s ease;
	-o-transition: all 0.3s 0s ease;
	-webkit-transition: all 0.3s 0s ease;
	transition: all 0.3s 0s ease;
}

.navigation .nav a.outlink {
	font-family: FontAwesome;
}

.navigation .nav a.outlink:after {
	font-size: 14px;
	content:" \f08e";
}

.navigation .nav a:hover {
	background-color: rgba(200, 200, 200, 0.4) !important;
}

.navigation .nav li.active a:hover {
	background-color: #0088cc !important;
}

.navigation a.img {
	padding: 8px !important;
	text-align: center;
}

.footer {
	margin: 5px 20px 0px 5px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 5px;
	width: 71% !important;
	*width: 71% !important;
	float: right;
}









input.captcha {
	font-size: 26px !important;
	padding: 4px !important;
	width: 124px !important;
	height: 42px !important;
	text-align: center !important;
}

div.avatar {
	display: inline-block;
	margin: 3px;
}

div.avatar img, img.avatar {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

div.avatar-panel {
	width: 150px;
	text-align: center;
}

div.avatar-upload {
	margin-left: 10px;
	margin-top: 6px;
}






div.umailBlock {
	margin-top: 0px;
	padding: 0px;
}

div.umailBlock div.-new {
	padding: 6px 10px;
	border-bottom: 1px solid #e5e5e5;
}
div.umailBlock div.-new div.-messages {
	float: left;
	margin-top: 10px;
}
div.umailBlock div.-new div.-button {
	float: right;
}

.umailNew {
	background-color: #e4eaf0;
	border-bottom: 1px solid #ddd !important;
}

div.umail, .umailPhone {
	margin: 0px 0px 0px 0px !important;
	padding: 5px 0px 5px 0px !important;
	border-bottom: 1px solid #e5e5e5;
}

div.umail div.span-avatar {
	float: left;
	vertical-align: middle;
	width: 5.982905982905983%;
	*width: 5.929714493544281%;
	text-align: center;
}

div.umail div.span-user {
	float: left;
	width: 14.52991452991453%;
	*width: 14.52991452991453%;
}

div.umail div.span-time {
	float: right;
	width: 14.52991452991453%;
	*width: 14.52991452991453%;
}

div.umail div.span-message {
	width: 85%;
	float: left;
}

div.umail a.span-message {
	display: block;
	float: left;
	width: 67%;
	*width: 67%;
}

div.umail a.span-message div.-avatar {
	float: left;
	margin-top: 4px;
	margin-bottom: 10px;
	margin-right: 6px;
	max-width: 30px;
	max-height: 30px;
}

div.umail a.span-message div.-message-block {
	padding-left: 5px;
}

div.umail a.span-message:hover div.-message-block  {
	text-decoration: underline;
}

.umailPhone {
	display: none;
	color: #000;
}

.umailPhone div.span-avatar {
	float: left;
	width: 70px;
	text-align: center;
}

.umailPhone div.span-user {
	width: auto;
	padding-left: 10px;
	float: left;
}

.umailPhone div.span-time {
	width: auto;
	padding-right: 10px;
	float: right;
}

.umailPhone div.span-message {
	width: auto;
	margin: 20px 8px 0px 76px;
	padding: 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.umailPhone .icon-circle {
	vertical-align: 2px;
	font-size: 8px;
}

div.umailPartner {
	padding: 10px 10px 10px 12px;
	background-color: #f1f1f1;
	border-bottom: 1px solid #e5e5e5;
}

div.umailPartner .icon-circle {
	vertical-align: 2px;
	font-size: 8px;
}


div.rep-title {
	background-color: #f3f3f3;
	border-bottom: 1px solid #eee;
	padding: 6px 8px;
}
div.rep-item {
	border-bottom: 1px solid #eee;
	padding: 4px 8px;
}





div.date-item {
	width: 80px;
	height: 80px;
	padding: 0px;
	border: 1px solid #2c5687;
	font-family: Calibri;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #f9f9f9; /* Old browsers */
	background: -moz-linear-gradient(top, #f9f9f9 0%, #f1f1f1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#f1f1f1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f9f9f9 0%,#f1f1f1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f9f9f9 0%,#f1f1f1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f9f9f9 0%,#f1f1f1 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f9f9f9 0%,#f1f1f1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-9 */
}
div.date-item .-year {
	padding: 4px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 3px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	background: #4774a2; /* Old browsers */
	background: -moz-linear-gradient(top, #4774a2 0%, #2c5687 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4774a2), color-stop(100%,#2c5687)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4774a2 0%,#2c5687 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4774a2 0%,#2c5687 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4774a2 0%,#2c5687 100%); /* IE10+ */
	background: linear-gradient(to bottom, #4774a2 0%,#2c5687 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4774a2', endColorstr='#2c5687',GradientType=0 ); /* IE6-9 */
}
div.date-item .-month {
	margin-top: 2px;
	text-align: center;
	color: #555;
	font-weight: bold;
	text-transform: uppercase;
}
div.date-item .-day {
	margin-top: 2px;
	text-align: center;
	color: #222;
	font-weight: bold;
	font-size: 30px;
}





div.news-list {
	border-bottom: 1px solid #e4e4e4;
}
div.news-list div.-num {
	float: left;
	padding: 12px 12px 8px 12px;
}
div.news-list div.-button {
	float: right;
	padding: 4px 12px;
}

div.news-item {
	margin: 3px 0px;
	padding: 12px 12px;
}
div.news-item-separator {
	border-bottom: 1px solid #e4e4e4;
	height: 1px;
	margin: 0px;
}
div.news-item .-date {
	float: left;
}
div.news-item .-preview {
	margin-left: 15px;
	float: left;
}
div.news-item .-preview .-title {
	display: block;
}
div.news-item .-preview .-title a {
	font-weight: bold;
	font-size: 18px;
}
div.news-item .-preview .-date {
	display: none;
	color: #999;
}
div.news-item .-preview .-actions {
	display: block;
	margin-top: 8px;
	border-top: 1px solid #eee;
}
div.news-item .-preview .-actions .-mobile {
	display: none;
}
div.news-item .-edit {
	margin-right: 15px;
	float: right;
	opacity: 0.4;
}
div.news-item:hover .-edit:hover {
	margin-right: 15px;
	float: right;
	opacity: 1.0;
}





div.forum-item {
	margin: 13px 10px;
	padding: 0px;
}
div.forum-item > .-title {
	padding: 8px;
	color: #fff;
	font-weight: bold;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	background: #4774a2; /* Old browsers */
	background: -moz-linear-gradient(top, #4774a2 0%, #2c5687 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4774a2), color-stop(100%,#2c5687)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4774a2 0%,#2c5687 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4774a2 0%,#2c5687 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4774a2 0%,#2c5687 100%); /* IE10+ */
	background: linear-gradient(to bottom, #4774a2 0%,#2c5687 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4774a2', endColorstr='#2c5687',GradientType=0 ); /* IE6-9 */
}
div.forum-item > .-title-light {
	padding: 8px;
	color: #000;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	border-top: 1px solid #dbe4ef;
	border-left: 1px solid #dbe4ef;
	border-right: 1px solid #dbe4ef;
	background: #f9f9f9; /* Old browsers */
	background: -moz-linear-gradient(top, #f9f9f9 0%, #f1f1f1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#f1f1f1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f9f9f9 0%,#f1f1f1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f9f9f9 0%,#f1f1f1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f9f9f9 0%,#f1f1f1 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f9f9f9 0%,#f1f1f1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-9 */
}
div.forum-item > .-title a.-link, div.forum-item > .-title a.-link:hover, div.forum-item > .-title a.-link:active {
	color: #fff;
	text-decoration: none;
}
div.forum-item > .-title .-text, div.forum-item > .-title-light .-text {
	float: left;
}
div.forum-item > .-title .-actions, div.forum-item > .-title-light .-actions {
	float: right;
}
div.forum-item > .-title .-actions .-info {
	color: #bbb;
}
div.forum-item > .-title h1, div.forum-item > .-title-light h1 {
	font-size: 20px;
	line-height: 1.1;
	margin: 0px;
}
div.forum-item > .-title small {
	font-weight: normal;
	font-size: 12px;
	color: #ddd;
}
div.forum-item > .-title-light h1 {
	color: #222;
}
div.forum-item > .-title-light small {
	display: block;
	font-size: 14px;
	color: #999;
	line-height: 1.2;
}
div.forum-item > .-title-light a {
	font-weight: bold;
}
div.forum-item > .-content {
	padding: 1px;
	margin: 0px;
	background-color: #f7fbfc;
	border: 1px solid #dbe4ef;
}
div.forum-item > .-empty {
	background-color: #fcf8e3;
	color: #c09853;
	padding: 16px;
	margin: 0px;
	border: 1px solid #dbe4ef;
	font-weight: bold;
}
div.forum-item > .-content > .-empty {
	background-color: #fcf8e3;
	color: #c09853;
	padding: 16px;
	margin: 0px;
	font-weight: bold;
}
div.forum-item .-separator {
	height: 1px;
	width: 100%;
	background-color: #e9e9e9;
}
div.forum-item > .-content > .-section {
	margin: 8px 12px;
}
div.forum-item > .-content > .-section > .-author {
	float: left;
	width: 180px;
	border-right: 1px solid #eee;
}
div.forum-item > .-content > .-section > .-author > .-avatar {
	width: 62px;
	text-align: center;
}
div.forum-item > .-content > .-section > .-author small {
	display: block;
	line-height: 1.4;
}
div.forum-item > .-content > .-section > .-message {
	padding-left: 190px;
}
div.forum-item > .-content > .-section > .-message > .-time {
	border-bottom: 1px solid #eee;
	color: #666;
	font-size: 12px;
}
div.forum-item > .-content > .-section > .-message > .-content {
	margin-top: 2px;
	margin-bottom: 8px;
}
div.forum-item > .-content > .-section > .-message > .-autograph {
	border-top: 1px solid #eee;
	color: #666;
	font-size: 12px;
}
div.forum-item > .-content > .-section > .-edit {
	float: right;
	margin-left: 4px;
	opacity: 0.4;
}
div.forum-item > .-content > .-section > .-edit:hover {
	float: right;
	margin-left: 4px;
	opacity: 1.0;
}
div.forum-item > .-content > .-section > .-icon {
	float: left;
	padding: 0px 8px 0px 0px;
}
div.forum-item > .-content > .-section > .-content {
	color: #888;
	float: left;
	width: 50%;
}
div.forum-item > .-content > .-section > .-content small {
	display: block;
	margin: 0px;
	font-weight: normal;
	font-size: 12px;
	color: #888;
	line-height: 1.4;
}
div.forum-item > .-content > .-section > .-content a {
	font-weight: bold;
}
div.forum-item > .-content > .-section > .-info {
	float: right;
	padding: 0px 8px 0px 0px;
	color: #666;
	text-align: right;
}
div.forum-item > .-content > .-section > .-postLast {
	float: right;
	padding: 0px 8px 0px 12px;
	color: #666;
	width: 180px;
}
div.forum-item > .-content > .-section > .-postLast img {
	float: left;
	max-width: 32px;
	max-height: 32px;
}
div.forum-item > .-content > .-section > .-postLast .-text {
	float: left;
	padding-left: 8px;
	font-size: 12px;
	line-height: 1.3;
}
div.forum-item > .-pagination {
	margin: 5px 2px 1px 0px;
	padding: 0px;
}
div.forum-item > .-pagination .pagination {
	margin: 0px;
}


div.book-list {
	border-bottom: 1px solid #e4e4e4;
}
div.book-list div.-num {
	padding: 6px 10px 6px 10px;
	float: left;
}
div.book-list div.-button {
	padding: 6px 10px 6px 10px;
	float: right;
}
div.book-item {
	margin: 12px 8px;
	padding: 0px;
	border: 1px solid #eee;
	border-left: 5px solid #eee;
	border-radius: 5px;
}
div.book-item .-title {
	padding: 4px 6px;
	font-weight: bold;
	background-color: #f6f6f6;
}
div.book-item .-content {
	padding: 4px 6px;
}





div.competition-list {}
div.competition-list > div.-title {
	border-bottom: 1px solid #e4e4e4;
	padding: 0px 10px;
}
div.competition-list > div.-title > div.-text {
	padding: 3px;
	float: left;
}
div.competition-list > div.-title > div.-actions {
	padding: 3px;
	float: right;
}
div.competition-list > div.-title > div.-actions > .-devider {
	padding: 0px 2px;
}
div.competition-list > div.-content {
	padding: 5px;
}
div.competition-albums {
	text-align: center;
}
div.competition-albums > div.-album {
	display : inline-block;
	margin-bottom: 10px;
	vertical-align: top;
	text-align: center;
	line-height: normal;
	min-width: 240px;
	max-width: 240px;
	width: 240px;

	/* эмуляция inline-block для IE6-7*/
	//display : inline;
	//zoom : 1;
}
div.competition-albums > div.-album > a {
	display: block;
	min-height: 160px;
	max-height: 160px;
	height: 160px;
	background: #eee;
	margin: 10px;
	padding: 8px 12px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #ddd;
	-webkit -border-radius:6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit -box-shadow:0 1px 2px rgba(0,0,0,.075);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.075);
	box-shadow: 0 1px 2px rgba(0,0,0,.075);
	cursor: pointer;
	color: #333;
	text-decoration: none;
}
div.competition-albums > div.-album > a > .-text {
	text-align: left;
}
div.competition-albums > div.-album > a > .-empty {
	display: block;
	font-weight: bold;
	padding: 30px 10px;
	color: #aaa;
	font-size: 120%;
}
div.competition-albums > div.-album > a > img {
	margin: 5px;
}
div.competition-albums > div.-album > a:hover {
	background: #ddd;
	color: #333;
	text-decoration: none;
}

div.competition-images {
	text-align: center;
}
div.competition-images > div.-item {
	display : inline-block;
	margin-bottom: 10px;
	vertical-align: top;
	text-align: center;
	line-height: normal;
	min-width: 180px;
	max-width: 180px;
	width: 180px;

	/* эмуляция inline-block для IE6-7*/
	//display : inline;
	//zoom : 1;
}
div.competition-images > div.-item > a {
	display: block;
	min-height: 138px;
	max-height: 138px;
	height: 138px;
	background: #f5f5f5;
	margin: 10px;
	padding: 8px 12px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #eee;
	-webkit -border-radius:6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit -box-shadow:0 1px 2px rgba(0,0,0,.075);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.075);
	box-shadow: 0 1px 2px rgba(0,0,0,.075);
	cursor: pointer;
	color: #333;
	text-decoration: none;
}
div.competition-images > div.-item > a:hover {
	background: #eee;
	color: #333;
	text-decoration: none;
}
div.competition-image {
	text-align: center;
	padding: 10px;
}


.forum-top {
	padding: 10px 12px 0 12px;
	text-align: right;
	margin-bottom: -10px;
}

.forum-top form {
	margin: 0px;
	padding: 0px;
}

.forum-top input[type='text'] {
	margin: 0 0 0 2px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.forum-top input[type='submit'] {
	margin: 0 2px 0 -5px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.forum-top .links {
	margin-bottom: -4px;
}

.forum-top a {
	display: block;
	float: left;
	padding: 6px;
	margin: 0 3px;
	border: 1px solid #ccc;
	border-bottom: 0px solid #000;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background: #f7fbfc;
}

.forum-top a:hover {
	text-decoration: none;
	background: #f3f3f9;
}

.highlight {
    background-color: #FFFF88;
}









@media all and (max-width: 900px) {

	#tips {
		position: absolute;
		width: 1px;
		height: 1px;
		top: -100px;
		left: -100px;
	}

}

@media all and (max-width: 767px) {

	.btn-nav {
		display: block;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		padding: 9px 4px;
		font-weight: bold;
	}

	div.site-container {
		padding: 0px !important;
	}

	.mainframe {
		width: 100% !important;
		*width: 100% !important;
		margin: 0px !important;
		border-top: 1px solid #ddd;
		border-left: 0px solid #ddd;
		border-right: 0px solid #ddd;
	}

	.navigation {
		margin: 0px !important;
		width: 100% !important;
		*width: 100% !important;
		padding: 0px !important;

	}

	.navigation .control-group {
		margin: 3px !important;
	}

	.navigation .nav a {
		padding: 12px !important;
	}

	.footer {
		margin: 0px;
		background-color: #fff;
		border-top: 1px solid #ddd;
		width: 100% !important;
		*width: 100% !important;
	}

	.footer .span3 {
		text-align: center !important;
		margin-top: 8px;
	}

	.page-inner-nav li a, .page-inner-nav li.active a {
		padding-left: 8px;
		padding-right: 8px;
	}

	div.news-item .-date {
		display: none;
	}
	div.news-item .-preview {
		float: none;
		margin-left: 0px;
	}
	div.news-item .-preview .-date {
		display: block;
		float: none;
	}
	div.news-item .-preview .-actions {
		margin-top: 4px;
		border-top: 0px solid #eee;
	}
	div.news-item .-preview .-actions .-mobile {
		display: inline;
	}
	div.news-item .-edit {
		display: none;
	}


	div.forum-item {
		margin: 0px 0px 0px 0px;
	}
	div.forum-item > .-title, div.forum-item > .-title-light {
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		border: 0px solid #000;
		border-bottom: 1px solid #dbe4ef;
		border-top: 1px solid #dbe4ef;
	}
	div.forum-item > .-title > .-text, div.forum-item > .-title-light > .-text {
		float: none;
	}
	div.forum-item > .-title .-actions, div.forum-item > .-title-light .-actions {
		float: none;
		margin-top: 4px;
	}
	div.forum-item > .-content {
		border: 0px solid #dbe4ef;
		border-bottom: 1px solid #dbe4ef;
	}
	div.forum-item > .-content > .-section > .-info {
		margin-top: 6px;
		float: right;
		padding: 0px 0px 0px 0px;
		text-align: right;
	}
	div.forum-item > .-content > .-section > .-postLast {
		margin-top: 6px;
		float: left;
		padding: 0px 0px 0px 0px;
		width: 180px;
	}
	div.forum-item > .-content > .-section > .-author {
		float: none;
		width: auto;
		border-right: 0px solid #eee;
	}
	div.forum-item > .-content > .-section > .-message {
		padding-left: 0px;
	}
	div.forum-item > .-content > .-section > .-content {
		width: auto;
	}


	div.forum-item > .-pagination {
		padding: 0px 4px;
	}

}
