﻿html {
	font-size: 100%;
}
.spacer {
	line-height: 10px;
}
body {
	color: #333;
	background: #fff url('../img/bg.jpg') repeat-y;
	background-position: center;
	margin: auto;
	font: 75% verdana, georgia, Arial, Helvetica, sans-serif;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input {
	border: 1px #b1b1b1 solid;
	font-size: 1em;
	font-family: Tahoma, serifSansSerifMonospace;
}
input[type=radio] {
	border: 0;
}
input[type=checkbox] {
	border: 0;
}
input[type=image] {
	border: 0;
}
img {
	border: none;
	display: inline;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.list {
	text-align: left; /*	font-size: .9em;*/;
	list-style: disc;
	padding-left: 20px;
	line-height: 20px;
}
.items {
	border-bottom: 1px #e5e5e5 dashed;
}
p, h1, h2, h3 {
	margin: 0;
}
h1 {
	font-size: 2em;
	color: #e85f17;
}
h2 {
	font-size: 1.5em;
	color: #e85f17;
}
h3 {
	font-size: 1.1em;
	text-align: left;
	color: #07519a;
}
a, a:link, a:visited {
	background-color: transparent;
	color: #07519a;
	text-decoration: none;
}
a:hover, a:hover span {
	color: #e85f17;
	text-decoration: underline;
}
/*a span, a:link span {
	color: #e85f17;
	font-weight: bold;
}*/
a img {
	border: none;
}
#main {
	margin: 0 auto;
	width: 980px;
}
#header {
	background: #fff url('../img/header_new.jpg') no-repeat;
}
#header a {
	color: #000;
}
.top-row {
	overflow: hidden;
	border-bottom: 1px #ccc solid;
	width: 100%;
}
.top-row span {
	float: left;
	color: #666;
	font: 11px/23px Arial, Helvetica, sans-serif;
	padding: 0 0 0 5px;
}
.top-row span em {
	color: #ccc;
	font-style: normal;
}
.top-row ul {
	float: right;
}
.top-row li {
	display: inline;
	background: url('../img/separator.gif') no-repeat 0 50%;
	float: left;
	padding: 0 14px 0 16px;
	line-height: 22px;
	font-size: 11px;
}
.top-row li:first-child {
	background: none;
}
.top-row a {
	font: 11px/23px Arial, Helvetica, sans-serif;
	color: #336699;
}
.top-row li .lnk-rss, .lnk-rss {
	background: url('../img/ico-small-rss.gif') no-repeat 0 50%;
	padding: 0 0 0 16px;
}
.top-row a:hover {
	text-decoration: underline;
}
.logo-holder {
	overflow: hidden;
	width: 100%;
}
.logo {
	display: block;
	overflow: hidden;
	/*text-indent: -9999px;
	background: url('../img/logo.jpg') no-repeat;*/
	width: 330px;
	height: 100px;
	margin: 0 0 0 0;
	float: left;
}
.search {
	color: #000;
	float: right;
	/*width: 340px;*/
	width: 250px;	
	margin: 5px 5px 0 0;
}
.search form div {
	overflow: hidden;
	width: 100%;
	padding: 5px 0 0 5px;
}
.search span {
	font: 14px/21px Arial, Helvetica, sans-serif;
	color: #666;
	display: block;
	float: left;
	margin: 0 60px 0 0;
}
.search span em {
	font-weight: bold;
	color: #336699;
	font-style: normal;
}
.search .inp-search {
	width: 150px;
	display: block;
	float: left;
	font-size: .9em;
	margin-right: 7px;
	padding: 1px;
}
.search .btn-search {
	display: block;
	float: left;
	margin: 1px 0 0;
}
.search a {
	display: block;
	width: 95px;
	height: 20px;
	color: #000;
	float: right;
	margin: 11px 28px 0 0;
	text-align: center;
	visibility: hidden;
}
* html .search a {
	display: inline;
}
.nav {
	background: #fff url('../img/cat_menu.jpg') repeat-x;
	border-bottom: 5px #e85f17 solid;
	overflow: hidden;
	width: 100%;
	margin: 0 0 5px 0;
}
ul#menu {
	list-style-type: none;
	width: 100%;
	position: relative;
	height: 27px;
	font-family: "Trebuchet MS",Arial,sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0 0 0 0;
}
ul#menu li {
	display: block;
	float: left;
	border-right: 1px #d8d8d8 solid;
	margin: 0 0 0 0;
	height: 27px;
}
ul#menu li.left {
	margin: 0;
}
ul#menu li a {
	display: block;
	float: left;
	color: #000;
	line-height: 27px;
	text-decoration: none;
	padding: 0 14px 0 16px;
	height: 27px;
}
ul#menu li a.right {
	padding-right: 19px;
}
ul#menu li a:hover {
	background: #e85f17;
	color: #fff;
}
#register {
	display: block;
	margin: 0 auto;
	font-size: .9em;
	position: relative;
	border: 1px solid black;
	padding: 5px;
	background-color: #EEF3F4;
	width: auto;
/*	z-index: 400;*/
}
#content {
	background: #ffffff;
	text-align: center;
	padding: 0;
	margin: 0;
}
* html #content {
	background: #ffffff;
	overflow: visible;
	height: 1%;
}
#about {
	height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 5px;
	border: 0;
}
#cont {
	position: relative;
	width: auto;
	height: 120px;
	overflow: hidden;
}
.news {
	position: absolute;
	text-align: justify;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	width: auto;
	height: auto;
	visibility: hidden;
}
#marqueecontainer {
	position: relative;
	width: auto;
	margin: auto;
	height: 150px;
	background-color: white;
	padding: 5px;
	overflow: hidden;
	text-align: left;
	font-size: .9em;
}
#marqueecontainer a:link {
	color: #07519a;
}
#footer {
	background: #ffffff;
	border-top: 1px #aaa solid;
	overflow: hidden;
	margin: 0;
	padding: 0 5px 0 5px;
	text-align: center;
}
#footer span {
	font: 11px/11px Arial, Helvetica, sans-serif;
	color: #666;
}
#footer .copy {
	color: #336699;
}
#footer ul {
	margin: 0 -7px 0 0;
}
#footer ul li {
	display: inline;
	background: url('../img/separator.gif') no-repeat 0 50%;
	padding: 0 7px 0 12px;
}
#footer ul li:first-child {
	background: none;
}
#footer ul li a:hover {
	text-decoration: underline;
}
div#pagination {
	height: 50px;
	margin-top: 3px;
}
div#pagination .count {
	padding: 5px;
}
div#pagination .pages {
	padding: 5px;
}
div#paginationTop {
	height: 40px;
	margin-bottom: 3px;
}
div#paginationTop .count {
	padding: 5px;
}
div#paginationTop .pages {
	padding: 5px;
}
div.pagination {
	padding: 3px;
	margin: 3px;
}
div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #8dab68;
	text-decoration: none;
	color: #5f7f39;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #5f7f39;
	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #5f7f39;
	background-color: #5f7f39;
	color: #FFF;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;
	color: #DDD;
}
.rederror {
	color: red;
}
#mod_menu {
	border-bottom: 1px #d8d8d8 solid;
	padding: 5px;
	text-align: center;
	font-size: .9em;
	font-weight:bold;
}
.dropdown {
	display: inline;
}
.dropdown dt {
	display: inline;
}
.dropdown dd {
	position: relative;
	top: 10px;
	margin: 0;
	overflow: hidden;
	display: none;
	z-index: 200;
	opacity: 0;
}
/*module menu*/
#mod_content {
	top:10px;
	margin: auto;
	font-size: .9em;
	font-weight: bold;

}
.pad{
	top: 10px; background: #fefdef; text-align: left; padding:3px;
	padding-left:10px; line-height:25px;
}


/*tabs*/
#container {
	width: 390px;
	margin: 0;
	padding: 0;
	background: #fff;
	font-size:1.1em;
}
#container_inner {
	width: 290px;
	margin: auto;
	padding: 0;
	background: #fff;
}
div.simpleTabs {
	margin: 0;
	padding: 0px;
}
ul.simpleTabsNavigation {
	margin: 0;
	padding: 0;
	text-align: left;
	font-weight: bold;
}
ul.simpleTabsNavigation li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}
ul.simpleTabsNavigation li a {
	border: 1px solid #aaa;
	padding: 3px 6px;
	background: #F0F0F0;
	font-size: 12px;
	text-decoration: none;
	font-family: Arial, serif;
}
ul.simpleTabsNavigation li a:hover {
	text-decoration: none;
	background-color: #F6F6F6;
}
ul.simpleTabsNavigation li a.current {
	background: #fff;
	color: #222;
	border-bottom: 1px solid #fff;
}
div.simpleTabsContent {
	font-size: .9em;
	border: 1px solid #aaa;
	padding: 5px 5px 5px 5px;
	margin-top: 3px;
	display: none;
}
div.simpleTabsContent.currentTab {
	display: block;
}
/*tabs*/
/*abuse & share*/
.simple_popup_div {
	position: absolute;
	top: 0;
	left: 0;
	background: #e4edf6;
	width: auto;
}
.simple_popup_info {
	display: none;
}
.simple_popup_inner {
	padding: 10px;
	border: #999 2px solid;
	text-align: left;
}
.simple_popup_close {
	text-align: right;
}
.simple_popup_div1 {
	position: absolute;
	top: 0;
	left: 0;
	background: #e4edf6;
	width: auto;
}
.simple_popup_info1 {
	display: none;
}
.simple_popup_inner1 {
	padding: 10px;
	border: #999 2px solid;
	text-align: left;
}
.simple_popup_close1 {
	text-align: right;
}
/*abuse & share*/


/* top member box*/
#top-members {
	width: 160px;
	margin: 0;
	height:187px;
}
#top-members a {
	text-decoration: none;
}
#top-members img {
	border: 0px solid #FFFFFF;
}
.top-members-content {
	text-align: center;
	width: 150px;
}
.top-members-content ul li {
	list-style: none;
	display: block;
	width:150px;
	overflow:hidden;

}
.top-members-content .thumbnail {
	width: 150px;
	padding-top:2px;
	
}
.thumbnail img{
 width:90px;
 height:90px;
 border:0;

}
.top-members-content span.cat {
	display: block;
	font-size: 11px;
	color: #575757;
	padding:7px;
}

.clear {
	clear: both;
}
/*end top member box*/


/*triangle*/
#triangle {
	right: 0;
	bottom: 0;
	position: fixed;
}
* html #triangle {
	position: absolute;
}

