html, body {
	font: 9pt Helvetica, Arial, sans-serif;
	margin: 0;
	min-width: 1000px;
	padding: 0;
}

a {
	color: #01587f;
}

a img {
	border: 0;
}

/* header_meta */

.header_meta {
	height: 36px;
	margin: 0 auto;
	width: 1000px;
}

.header_meta a {
	color: #444242;
}

.languages ul, .account_ctl ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.languages li {
	float: left;
}

.languages a {
	display: block;
	font-size: 8pt;
	height: 24px;
	margin-top: 4px;
	padding-left: 28px;
	padding-top: 7px;
	text-decoration: none;
	width: 30px;
}

.languages .ru a {
	background: url(i/ru.png) no-repeat;
}

.languages .en a {
	background: url(i/en.png) no-repeat;
}

.account_ctl li {
	float: right;
	margin: 7px 0 0 5px;
	padding: 0;
}

.account_ctl a {
	display: block;
	height: 22px;
	padding-top: 7px;
	text-align: center;
	text-decoration: none;
	width: 132px;
}

.account_ctl .account a {
	background: url(i/tab_1.png) no-repeat;
}

.account_ctl .register a, .account_ctl .logout a {
	background: url(i/tab_2.png) no-repeat;
}

/* header ++ links */

.header {
	background: #00aff0;
	height: 118px;
}

.header .links-container {
	background: url(i/header.png) center no-repeat;
	height: 118px;
	margin: 0 auto;
	width: 1000px;
}

.links-container .logo-home {
	display: block;
	height: 75px;
	left: 43px;
	position: relative;
	top: 17px;
	width: 157px;
}

.links-container .start-earning {
	display: block;
	height: 30px;
	left: 814px;
	position: relative;
	top: 0;
	width: 173px;
}

/* wrappers */

.wrapper {
	float: left;
	width: 100%;
}

.content {
	margin: 10px 210px;
}

.sidebar {
	background: #ecfafb;
	float: left;
	margin: 10px 10px 10px -100%;
	padding: 10px;
	width: 180px;
}

.asides {
	color: #001011;
	float: left;
	margin-left: -200px;
	width: 200px;
}

.footer {
	background: #8b8d90;
	clear: left;
	color: #fff;
	padding: 5px 0;
	text-align: center;
	width: 100%;
}

/* blocks */

.left_block {
	color: #001011;
}

.left_block a {
	color: #01587f;
}

.left_block h3, .right_block h3 {
	font: 11pt Helvetica, Arial, sans-serif;
	margin: 0 0 5px;
	text-align: center;
}

.block_content {
}

.left_block p, .right_block p {
	margin: 10px 0 5px;
}

.right_block {
	margin: 10px 0;
}

/* blocks/account_menu */

.account_menu {
	list-style-type: none;
	padding-left: 25px;
}

.account_menu p {
	font-weight: bold;
}

.account_menu a {
	font-weight: normal;
}

/* svc_blocks */

.admin_svc_block {
	list-style-type: none;
	padding-left: 25px;
}

/* blocks/news */

.news_row {
}

.news_date {
}

.news_link {
	display: block;
	margin-bottom: 15px;
}

.news_bottom_row {
}

.news_all_link, .news_rss {
	display: block;
	float: left;
	height: 22px;
}

.news_rss {
	margin-left: 10px;
}

.news_all_link a, .news_rss a {
	display: block;
	height: 22px;
	line-height: 22px;
}

.news_rss a {
	background: url(i/rss.png) no-repeat;
	padding-left: 25px;
}

/* counters */

.counters {
	margin: 40px 0 10px;
}

/* asides (nav_main, contact_us) */

.asides a {
	color: #001011;
}

.nav_main {
	background: #b8ebed;
	padding: 10px;
}

.sitemap {
	list-style-type: none;
	margin: 0 0 5px;
	padding: 0;
}

.sitemap ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 20px;
}

.sitemap li {
	background: url(i/dot.png) no-repeat left 3px;
	margin: 3px 0;
}

.sitemap li a, .sitemap li strong {
	padding-left: 15px;
}

.contact_us {
	background: #e1f89f;
	padding: 10px;
}

/* content (body_*) */

h1, .body_title {
	font: 18pt Helvetica, Arial, sans-serif;
	margin: 0 0 10px;
}

h2 {
	font: 16pt Helvetica, Arial, sans-serif;
	margin: 0 0 10px;
}

.body_title.error, .red {
	color: #f00;
}

.body_title, .body_content {
	margin: 0 5px;
}

/* footer */

.footer a {
	color: #fff;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

.copyright {
	padding: 5px 0;
	text-align: center;
}

/* legacy -> admin_menu */

div#admin_menu ul {
	margin: 0;
	padding: 0;
}

div#admin_menu ul ul, div#admin_menu ul li {
	margin-left: 5px;
	padding: 0;
}

div#admin_menu ul li {
	list-style: none;
}

div#admin_menu ul li .bullet {
	padding-left: 15px;
}

div#admin_menu ul li.liOpen .bullet {
	cursor: pointer;
	background: url("i/minus.gif") left no-repeat;
}

div#admin_menu ul li.liClosed .bullet {
	cursor: pointer;
	background: url("i/plus.gif") left no-repeat;
}

div#admin_menu ul li.liBullet .bullet {
	cursor: default;
	background: url("i/bullet.gif") left no-repeat;
}

div#admin_menu ul li.liOpen ul {
	display: block;
}

div#admin_menu ul li.liClosed ul {
	display: none;
}

/* -- tables -- */

.edit_table {
	/*width: 90%;*/
}

table.service_table {
	padding: 4px 0 4px 12px;
}

table.service_table th {
	background-color: #eee;
	padding: 8px;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
}

table.service_table td {
	padding: 8px;
	text-align: left;
	vertical-align: top;
}

table.service_table td.hilit {
	background-color: #f6f6f6;
}

/* page elements */

.pblock {
	background: #f5f5f5;
	padding: 10px;
	margin-bottom: 10px;
}

p.links {
	line-height: 1.8em;
	margin: 0;
}

.service_icon, .category_icon {
	float: left;
}

.service_icon {
	margin-right: 5px;
}

.service_link {
	margin: 0 0 0 110px;
}

.category_link {
	margin: 0 0 0 165px;
}

.header1 {
	font-weight: bold;
	padding-top: 35px;
	margin-left: 105px;
}

h2.service_header, .service_paragraph {
	clear: left;
}

.software {
	line-height: 1.75em;
}

/*** faq ***/

.faq-category {
	font-size: 150%;
}

.faq-question {
	font-size: 125%;
}

.faq-cat-list {
}

.faq-cat-list p, .faq-cat-list li {
	margin: .5em 0;
}

.faq-qs-list {
	margin-top: 1em;
	margin-bottom: 1em;
}

/* legacy >> FAQ && glossary */

table.faq {
	border: 1px dotted rgb(238, 238, 238);
	margin-bottom: 16px;
}

table.faq td {
	width: 20%;
	margin: 1px;
	padding: 0 1em;
	text-align: left;
	vertical-align: top;
	background-color: rgb(244, 244, 244);
}

table.faq ul {
	margin: 0;
	padding: 0 0 1em 0;
	list-style: inside square;
}

div.entry {
	padding: 1.2em 0.9em 0.3em;
	border-bottom: dotted 1px #ccc;
}

a.lo {
	color: #69f;
	font-size: 9pt;
	text-decoration: none;
}

a.lo:hover {
	color: #03c;
	text-decoration: none;
}

/* legacy >> "list" tables */

.list_table tr {
	background: #fff;
	color: inherit;
}

.list_table tr.row_0 {
	background: #f5f7fd;
	color: inherit;
}

.list_table tr.row_1 {
	background: #eceffb;
	color: inherit;
}

.list_table th {
	background: #eceffb;
	color: #333;
	padding: 8px;
	text-align: center;
	border-bottom: 1px #aaa solid;
}

.list_table th input {
	width: 96%;
}

.list_table td {
	padding: 4px;
	text-align: center;
	border-bottom: 1px #aaa solid;
}

/* legacy >> "edit" tables */

.edit_table  {
	border-spacing: 0 1px;
}

.edit_table th {
	font-size: 13px;
	background: #eceffb;
	color: #333;
	text-align: left;
	padding: 2px 10px;
	white-space: nowrap;
}

.edit_table td {
	width: 100%;
	text-align: left;
	padding: 2px 4px;
	background: #eceffb;
	color: #000;
}

.edit_table .edit_table_name {
	background-color: #fff;
	color: #666;
	font-size: 15px;
	font-style: italic;
	height: 30px;
	letter-spacing: -0.05em;
	text-align: left;
	padding-left: 165px;
}

.edit_table img {
	vertical-align: bottom;
}

/* legacy >> forms */

form {
	margin: 0;
}

select, input, textarea {
	/*border: 1px solid #97ADEA;*/
	padding-left: 5px;
}

select:focus, input:focus, textarea:focus {
	/*border: 1px solid #800000;*/
}

.edit_table td input[type=text], .edit_table td input[type=password] {
	font-size: 16px;
	width: 25%;
	margin-right: 5px;
}

.country_list td {
	width: auto;
}

.country_list .price_slab {
	white-space: pre;
	font-family: 'Courier New', monospace;
}

/* legacy >> warnings */

div.notice {
	min-height: 32px;
	margin: 8px;
	padding: 16px 16px 16px 64px;
	border: 1px solid #0f0;
	background: #efe url(i/notice.png) 8px 8px no-repeat;
}

div.warning {
	min-height: 32px;
	margin: 8px;
	padding: 16px 16px 16px 64px;
	border: 1px solid #ff0;
	background: #ffe url(i/warning.png) 8px 8px no-repeat;
}

div.error {
	min-height: 32px;
	margin: 8px;
	padding: 16px 16px 16px 64px;
	border: 1px solid #f00;
	background: #fee url(i/error.png) 8px 8px no-repeat;
}

/* rocon exceptions -- left */

.sidebar.rc10 {
	/* Safari, Chrome */
	-webkit-border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	/* Firefox */
	-moz-border-radius-topleft: 0;
	-moz-border-radius-bottomleft: 0;
}

/* Opera, IE */
.sidebar.rc10 .rocon-tl,
.sidebar.rc10 .rocon-bl {
	display: none;
}

/* -- right */

.nav_main.rc10, .contact_us.rc10 {
	/* Safari, Chrome */
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	/* Firefox */
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
}

/* Opera, IE */
.nav_main.rc10 .rocon-tr, .contact_us.rc10 .rocon-tr,
.nav_main.rc10 .rocon-br, .contact_us.rc10 .rocon-br {
	display: none;
}
