* {
	/*border: 0;*/
	margin: 0;
	padding: 0;
	outline: 0;
	font-size: 100.01%;
}

html { height: 100%; }

body {
	color: #333;
	height: 100%;
	margin: 0 3%;
	background: #FFF;
}

ul.nostyle { list-style: none; }

body, td, th { font: 13px Arial; }

form { display: inline; }

img, a img { border: 0; }

img.right { float: right; }
img.left { float: left; }

img.help {
	cursor: pointer;
	vertical-align: top;
/*	vertical-align: super;*/
}

a {
	color: #069;
	cursor: pointer;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

input, select, textarea {
	color: #666;
	font: 12px Arial;
	border: 1px solid #999;
}
input[type=radio] {
	border:none;
}

input.nice, select.nice, textarea.nice {
	border: 1px solid #BDBDBD;
}

label { cursor: pointer; }

table { border-collapse: collapse; border-spacing: 0; }

ul { list-style: none; }

h1, h2, h3 { font-family: Arial Narrow, Helvetica; }

h1 {
	font-size: 30px;
	margin-bottom: 5px;
	font-weight: normal;
	text-transform: uppercase;
}

h2 {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 15px;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}

h4 {
	font-weight: bold;
	margin-bottom: 5px;
}

.h2 {
	font-family: Arial Narrow, Helvetica;
	font-size: 24px;
	font-weight: normal;
}

.h3 {
	font-family: Arial Narrow, Helvetica;
	font-size: 18px;
	font-weight: bold;
}

.big {
	font-family: Arial;
	font-size: 16px;
}

.w-p100 { width: 100%; }
.h-p100 { height: 100%; }

.a-top { vertical-align: top; }
.a-middle { vertical-align: middle; }
.a-bottom { vertical-align: bottom; }
.a-left { text-align: left; }
.a-center { text-align: center; }
.a-right { text-align: right; }
.a-justify { text-align: justify; }

.clear { clear: both; }
.line { height: 25px; }
.column { width: 250px; }
.separator { width: 4%; }

.nobr, span.nobr { white-space: nowrap; }

input.button {
	border: 0;
	color: #333;
	height: 18px;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial;
	padding-bottom: 2px;
	background: #CDCDCD;
	text-align: center;
}

input.button:hover {
	color: #FFF;
	cursor: pointer;
	background: #BDBDBD;
}
input.button.disabled, input.button.disabled:hover { background: #CDCDCD; color: #999; cursor: default; }
input.button.selected, input.button.selected:hover { background: #FE8212; color: #fff; }

.button_selected {
    border: 0;
    color: #BDBDBD;
    height: 18px;
    font-size: 11px;
    font-weight: bold;
    font-family: Arial;
    padding-bottom: 2px;
    background: #DEDEDE;
}

input.checkbox { border: 0; }

table.in-header { height: 60px; }
table.padded td, table.padded th { padding: 2px; }
table.largepadded td, table.largepadded th { padding: 10px; }
table.unpadded td, table.unpadded th { padding: 0; }

tr.in-header { height: 83px; }

td.copyright { font-size: 12px; color: #666; }
td.copyright span { font-size: 11px; font-weight: bold; color: #2B6182; }

table.form td.checkbox { padding: 2px 5px 0 0; }

td.support { font-size: 12px; color: #888; }
td.support span { font-size: 20px; }
td.support td { padding-right: 3px; font-weight: bold; color: #5a9452; }

td.menuitem { padding-right: 4%; }

.img {
	min-width: 380px;
	max-width: 500px;
	width: expression(
		document.body.clientWidth <= 1024 ? '380px' :
		document.body.clientWidth > 1024 ? '500px' : "auto"
	);
}

#authform {
	width: 250px;
	background: #EFEFEF;
	padding: 10px;
	margin-bottom: 5px;
}

#authform label { font-size: 10px; }
#authform a { color: #999; font-size: 10px; }
#authform a.lnk { font-size: 13px; color: #069; }
#authform input.text { width: 235px; padding: 0 5px; }
#authform td.checkbox { padding-top: 2px; padding-right: 5px; }

#areasform {
	width: 100%;
	background: #EFEFEF;
	padding: 10px;
	margin-bottom: 5px;
}

/* search form */
div.searchform {
	width: 170px;
	height: 17px;
	text-align: left;
}

div.searchform input.text {
	border: 1px solid #e5e3e3;
	color: #999;
	width: 150px;
	height: 17px;
	display: block;
	background: #fbfbfb;
	padding: 2px 0 0 3px;
}

/* forum rss */
table.forumrss tr.entry {
	font-size: 11px;
}

table.forumrss td {
	padding-top: 2px;
	padding: 5px;
}

table.forumrss span.date {
	color: #999;
}

table.forumrss span.user {
	padding: 5px;
	padding-left: 10px;
	background: url('../images/usericon.gif') no-repeat 0 50%;
}

/* scheme */
td.scheme {
	padding-bottom: 30px;
}

/* advantages */
table.advantages ul {
	margin-right: 10px;
	margin-bottom: 20px;
	list-style: circle;
}

/*
table.advantages li {
	color: #2B6182;
	padding: 2px 0;
}
*/

table.advantages li {
	color: #666;
	padding: 2px 0;
}

/* news announce */
a.newsrss {
	color: #FFF;
	height: 20px;
	font-size: 14px;
	padding: 2px 4px;
	font-weight: bold;
	margin-left: 15px;
	background: #FE8212;
}

tr.news td.date { color: #999; font-size: 11px; }

tr.news td.text {
	padding-top: 2px;
	padding-bottom: 8px;
}

/* main menu */
td.menuitem2 {
	width: 150px;
	height: 25px;
}

td.menuitem2 div.mainmenuitem {
	height: 18px;
	font-size: 17px;
	font-weight: bold;
}

td.menuitem2 div.mainmenuitem a {
	color: #fe8212;
	padding: 2px 4px;
	margin-left: -4px;
}

td.menuitem2 div.mainmenuitem a:hover {
	color: #FFF;
	background: #FE8212;
}

td.menuitem2 div.mainmenuitem div.current {
	color: #FFF;
	float: left;
	width: auto;
	padding: 2px 4px;
	margin-left: -4px;
	background: #FE8212;
	white-space: nowrap;
}

div.inner {
	margin-left: 20px;
}

div.sep {
	clear: both;
	height: 30px;
}

/* left menu */
div.leftmenu {
	width: 220px;
	margin: 5px 0 20px 5px;
}

div.leftmenu td {
	padding-bottom: 10px;
}

div.leftmenu a {
	color: #000;
	height: 17px;
	padding: 0 15px;
	font-family: Arial Narrow, Helvetica, sans-serif;
}

div.leftmenu a:hover {
	color: #FFF;
	background: #2B6182;
}

div.leftmenu span {
	color: #FFF;
	padding: 0 15px;
}

div.leftmenu div.current {
	float: left;
	color: #FFF;
	height: 17px;
	padding: 0 15px;
	font-size: 12px;
	background: #2B6182;
}

/* user info */
div#userinfo {
	width: 230px;
	padding: 10px 10px 15px 2px;
	background: #EFEFEF;
	border-left: 8px solid #FC6700;
}

div#userinfo h3 {
	padding-left: 10px;
	margin-bottom: 5px;
}

div#userinfo table {
	width: 100%;
	margin-left: 15px;
}

div#userinfo td {
	padding: 2px;
}

div#userinfo td.label {
	padding-left: 10px;
}

div#userinfo tr.balance td.label {
	color: #000;
	font-size: 16px;
	padding-left: 0;
}


div#userinfo tr.balance td.value {
	color: #090;
	font-size: 17px;
}

div#userinfo td.value {
	color: #000;
	font-size: 15px;
	text-align: right;
	padding-right: 20px;
}

div#userinfo div.logout {
	margin: 10px 0 0 10px;
}

div#userinfo div.logout a {
	color: #666;
	font-size: 10px;
}

/* forms */
div.form {
	float: left;
	width: 650px;
	overflow: hidden;
}

div.form div.submit {
	padding-top: 10px;
	padding-left: 2px;
}

div.form div.row {
	clear: both;
	padding: 5px;
	overflow: hidden;
}

div.form div.left {
	float: left;
}

div.form div.right {
	width: 70%;
	float: right;
}

div.form div.right div.span {
	clear: both;
	width: 80px;
	text-align: center;
	padding: 10px 0 5px 0;
}

.s-tiny { font-size: 10px; }

.cl-red { color: #900; }
.cl-green { color: #090; }
.cl-blue { color: #009; }

.cp { cursor: pointer; }
.nb { border: 0; }

.error { color: #900; font-weight: bold; margin-bottom: 5px; }
.message { color: #090; font-weight: bold; margin-bottom: 5px; }
.textblock { color: #009; font-weight: bold; margin-bottom: 5px; }

.tm-bold { font-weight: bold; }

div.footermenu { font-size: 12px; }

span.note {
	color: #000;
	font-size: 10px;
	padding-left: 15px;
	font-style: oblique;
	background: url(../images/note.png) no-repeat left top;
}

/* forum rss */
table.forumrss tr.entry {
	font-size: 12px;
}

table.forumrss td {
	padding: 0 5px;
}

table.forumrss span.date {
	color: #999;
}

table.forumrss span.user {
	padding: 5px;
	padding-left: 10px;
	background: url('../images/usericon.gif') no-repeat 0 50%;
}

table#jms {
	margin: 10px;
	background: #CCC;
	border-collapse: separate;
	border: 1px outset #CCC;
}

table#jms td {
	padding: 4px;
	background: #FFE;
}

table#jms input.num {
	width: 40px;
}

table#jms input.str, table#jms select {
	width: 150px;
}

ul#jms {
	width: 350px;
	list-style: none;
	padding-left: 20px;
}

ul#jms li div.container {
	width: 100%;
	height: 15px;
	padding: 2px;
	border-bottom: 1px dotted #DDD;
}

ul#jms div.left {
	float: left;
}

ul#jms div.right {
	float: right;
}

ul#jms a.normal {
}

ul#jms a.hia {
	color: #BBB;
}

ul#jms a.him {
	color: #900;
}

ul#jms a.his {
	color: #090;
}

/* news list */
div.newslist div {
	padding: 10px;
}

div.newslist div.date {
	color: #000;
	float: left;
	font-size: 15px;
}

div.newslist div.date span{
	font-style: oblique;
	font-weight: bold;
}

div.newslist div.text {
	clear: both;
	margin-bottom: 25px;
	padding-top: 0px;
}

div.form_element label {
	margin-bottom: 5px;
}

/* faq */
div.faq h3 { margin-bottom: 5px; }

div.faq ul, div.faq ol { padding-left: 40px; }

a.captcha { font-size: 10px; color: #037; }

div.msep { clear: both; height: 10px; }

div.msep_noclear { height: 10px; }

#jDialogProgressBar {
	position: fixed;
	display: block;
	bottom: 20px;
	right: 20px;
	width: 220px;
	height: 19px;
	display: none;
	z-index: 900000;
}

#jDialogOverlay {
	background: #000;
	filter: alpha(opacity=85);
	-moz-opacity: .85;
	opacity: .85;
	z-index: 1000;
	display: none;
}

#jDialog {
	width: 500px;
	padding: 10px;
	background: #DFDFDF;
	border: 1px solid #BFBFBF;
}

#jDialog .close {
	top: 10px;
	right: 10px;
	width: 20px;
	position: absolute;
}

#jDialogArea	{
	width: 100%;
	height: 250px;
	overflow: auto;
	border: 1px inset;
	background: #FFF;
	font-size: 13px;
}

div.cond p, ul { padding-left: 20px; }

div.cond ul { list-style: square; }

div.cond li { margin-left: 40px; }

div.cond h2 { margin-top: 10px; }

div.cond h2.first { margin-top: 0; }

a.small { font-size: 10px; }


span.att {
	color: #F00;
	font-size: 10px;
	padding-left: 15px;
	font-style: oblique;
	font-weight: bold;
	background: url(../images/mark.gif) no-repeat left top;
}

.photo {
	display: block;
	margin: 10px;
	width: 130px;
	height: 130px;
	float: left;
	background: #FAFAFA;
	border: 2px solid #EDEDED;
}

.photo img { border: 1px solid #000; }

.photo table {
	width: 130px;
	height: 130px;
}

.stat-info { font-size: 12px; color: #FFF; background: #2b6182; text-align: center; padding: 10px 20px; float: right; margin: 10px 0; margin-right: 180px; }

.bonus-top { font-size: 11px; color: #999; }
.bonus-top .title { font-size: 13px; color: #000; }
.bonus-top .price { color: #666; }
.bonus-top .price span {  font-size: 13px; font-weight: bold; }

.not_display { display: none; }

input.calendar {
	width: 130px;
	background: url(../images/icons/calendar-input-icon.gif) no-repeat right center;
}


.flash-info, .flash-error, .flash-notice, .flash-success { padding: 10px; margin-bottom: 10px;  }
.flash-info { border: solid 1px #dedede; background: #efefef; color: #222; }
.flash-error { border: solid 1px #c00; background: #f7cbca; color: #c00; font-weight: bold; }
.flash-notice { border: solid 1px #dedede; background: #ffc; color: #222; }
.flash-success { border: solid 1px #349534; background: #c9ffca; color: #008000; font-weight: bold; }