

*{ 
	margin: 0; padding: 0;  /* обнуляем отступы */
}

body {
	font-family: Arial, Helvetica, sans-serif;
}
html, body {
	height: 100%; /* задаем высоту тела документа */
	margin: 0; padding: 0;
}

p {
	margin: 1em 0;
}

h2, h2 a {
	color: #666666;
	font-size: 16px;
	margin-bottom: 20px;
}




/*** Верстка ***/

body.advert {
	background: #0b709b url(../img/verstka/bg_advert.jpg) top left repeat;
	font-family: Arial, Helvetica, sans-serif;
}
body.money {
	background: #439618 url(../img/verstka/bg_money.jpg) top left repeat;
	font-family: Arial, Helvetica, sans-serif;
}


.container { /* основной блок, который должен растянуться до подвала */
	min-height: 100%; /* задаем минимальную высоту основного блока */
}
*html .container { /* хак для ie6 */
	height: 100%; /* для ие6, т.к. не понимает min-height */
}

.container, .container .content_block, .container .head {
	width: 100%;
	min-width: 100%;
}


.container .head {
	background: #d4d4d4 url('../img/verstka/head_bg.jpg') top left repeat-x;
	text-align: center;
	position: relative;
	z-index: 100;
}

.head .head_inside {
	height: 140px;
	width: 980px;
	margin: auto;
	position: relative;
	z-index: 101;
	text-align: left;
}
#logo {
	position: absolute;
	top: 30px;
	left: 50px;
	border: none;
}

#top_auth_block {
	position: absolute;
	z-index: 102;
	top: 35px;
	left: 265px;
	color: #666;
	font-size: 14px;
}

#top_auth_block a, #top_auth_block a:visited {
	color: #0071bc;
	text-decoration: underline;
	font-size: 14px;
}
#top_auth_block a:hover {
	color: #0071bc;
	text-decoration: none;
	font-size: 14px;
}
span.topdel {
	margin: 0 5px 0 10px;
}



ul#top_links_block {
	position: absolute;
	z-index: 102;
	top: 80px;
	left: 265px;
	padding: 0; 
	margin: 0; 
	list-style: none; 
	height: 20px;
}
ul#top_links_block li {
	display: block; 
	float: left;
	padding-left: 25px;
	margin-right: 15px;
}
ul#top_links_block li a, ul#top_links_block li a:visited {
	text-decoration: none;
	color: #666666;
	font-size: 14px;
}
ul#top_links_block li a:hover {
	text-decoration: underline;
	color: #666666;
	font-size: 14px;
}

ul#top_links_block li#tlb01{
	background: transparent url('../img/verstka/tlb01.png') top left no-repeat;
}
ul#top_links_block li#tlb02{
	background: transparent url('../img/verstka/tlb02.png') top left no-repeat;
}
ul#top_links_block li#tlb03{
	background: transparent url('../img/verstka/tlb03.png') top left no-repeat;
}
ul#top_links_block li#tlb04{
	background: transparent url('../img/verstka/tlb04.png') top left no-repeat;
}
ul#top_links_block li#tlb05{
	background: transparent url('../img/verstka/tlb05.png') top left no-repeat;
}
	

img.topico {
	margin: 0 5px;
	border: 0;
}



.container .content_block_advert, 
.container .content_block_money, 
.container .content_block {
	text-align: center;
	position: relative;
	z-index: 100;
	/*height: 750px;*/
	min-height: 750px;
}
#single_content_block {
	min-height: 100px;
}
#icb {
	padding: 50px;
}
#icb .icb_h {
	min-height: 450px;
}
#icb .icb_h .icb_text {
	color: white;
	font: 12px Arial, Helvetica, sans-serif;
	margin-top: 10px;
}

.container .content_block_advert {
	background: #0b709b url('../img/verstka/content_bg_advert.jpg') top center no-repeat;
}
.container .content_block_money {
	background: #439618 url('../img/verstka/content_bg_money.jpg') top center no-repeat;
}

.inside_content_block {
	width: 980px;
	position: relative;
	z-index: 101;
	margin: auto;
	text-align: left;
}


#icb_text {
	width: 375px;
	padding: 50px;
}
#icb_text .icb_text {
	color: white;
	font: 12px Arial, Helvetica, sans-serif;
	margin-top: 10px;
}
#icb_text .icb_epilog {
	color: white;
	font: 20px Arial, Helvetica, sans-serif;
	margin: 10px 0;
}
#icb_text .icb_text p {
	text-align: justify;
	font: 12px Arial, Helvetica, sans-serif;
}
#icb_text .icb_text p.spec, .spec {
	text-align: justify;
	font: 15px Arial, Helvetica, sans-serif;
}

.bttn_to_reg {
	margin: 10px 0;
}

#advert_pic {
	position: absolute;
	z-index: 105;
	top: 50px;
	right: 0;
	background: transparent url('../img/verstka/advert_pic.png') top right no-repeat;
	width: 555px;
	height: 666px;
}

#advert_pic_notitle {
	position: absolute;
	z-index: 105;
	top: 50px;
	right: 0;
	background: transparent url('../img/verstka/advert_pic_notitle.png') top right no-repeat;
	width: 555px;
	height: 666px;
}
#money_pic {
	position: absolute;
	z-index: 105;
	top: 50px;
	right: 0;
	background: transparent url('../img/verstka/money_pic.png') top right no-repeat;
	width: 555px;
	height: 666px;
}

.change_button {
	position: absolute;
	z-index: 110;
	top: 660px;
	right: 80px;
}
.change_overlay {
	/*border: 1px solid black;*/
	position: absolute;
	z-index: 106;
	top: 50px;
	right: 15px;
	width: 217px;
	height: 480px;
}



.for_footer { /* это распорка в основном блоке - резервируем место для подвала */
	height: 80px; /* высота нашего подвала */
}
.footer { /* подвал */
	background: #d4d4d4 url('../img/verstka/foot_bg.jpg') top left repeat-x;
	border-top: 1px solid #fff; 
	height: 80px; /* высота подвала */
	margin-top: -80px; /* делаем отрицательный отступ по высоте равный высоте подвла, чтобы четко вписаться в размер экрана */
}

.footer .footer_inside {
	height: 80px;
	width: 980px;
	margin: auto;
	position: relative;
	z-index: 101;
	text-align: left;
}

#counter {
	position: absolute;
	top: 20px;
	left: 50px;
}

#footstring {
	position: absolute;
	top: 30px;
	left: 150px;
	font-size: 11px;
}

#copyright {
	margin: 0 20px;
}

#footnavy a, #footnavy a:visited{
	margin: 0 15px;
	font-size: 11px;
	text-decoration: none;
	color: #0071bc;
}
#footnavy a:hover{
	margin: 0 15px;
	font-size: 11px;
	text-decoration: underline;
	color: #0071bc;
}


/**
 * СТИЛИ ДЛЯ ВНУТРЕННИХ СТРАНИЦ
 */
 
#underhead {
	text-align: center;
	width: 100%;
	min-width: 100%;
}
#underhead div {
	width: 980px;
	height: 90px;
	margin: auto;
	text-align: left;
	vertical-align: middle;
	/*border: 1px solid black;*/
}
#underhead div div{
	margin: 0 50px;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}
#underhead div div h1 {
	margin: 0 50px;
	color: white;
	font: normal 35px Arial, Helvetica, sans-serif;
	vertical-align: middle;
}

.underhead_advert {
	background: #0b709b url('../img/verstka/content_bg_advert.jpg') top center no-repeat;
}
.underhead_money {
	background: #439618 url('../img/verstka/content_bg_money.jpg') top center no-repeat;
}



	.colLeft{
		width:300px;
		max-width: 300px;
		float:left;
		position:relative;
		z-index:1;
		text-align: left;
	}
	.colRightContainer{
		float:right;
		width:100%;
		margin-left:-300px;
	}
	.colRight{
		margin-left:300px;
		text-align: left;
	}
	.contentWrapper {
		width: 100%;
		float: none; 
		clear: both;
		font-size: 0;
		line-height: 0;
		margin: 0;
		padding: 0;
	}
	.pdd20{
		padding: 10px 20px;
	}



/* Форма регистрации */
.frm, .frm p {
	font-size: 14px;
}
div.fwrap {
	clear: both;
	float: none;
	width: 100%;
	padding: 0;
	margin: 1em 0;
}
label {
	display: block;
	float: left;
	clear: left;
	width: 250px;
	font-size: 14px;
	padding-top: 3px;
}
label#short, label.short {
	width: 150px;
	/*border: 1px solid white;*/
}
label#long, label.long {
	width: 400px;
	/*border: 1px solid white;*/
}

.checkboxes_list, .dropdowns_list {
	float: right;
	width: 450px;
	/*border: 1px solid white;*/
}
.checkbox_item {
	white-space: nowrap;
	display: block;
	float: left;
	margin: 2px;
}
.checkbox_item input {
	margin: 0 5px;
}


input.submit_bttn {
	background: url('../img/verstka/submit_bttn_bg.jpg') top left repeat-x;
	height: 28px;
	width: 175px;
	border: 0;
	color: #195200;
	font-size: 16px;
	margin: 15px 0 0;
	cursor: pointer;
}
.frm a, .frm a:visited, .frm a:hover {
	color: #7ad045;
	text-decoration: underline;
}
.error, .r {
	color: red;
}
.frm h3 {
	font-size: 16px;
}

span.r {
	font-size: 14px;
}

select.geo {
	width: 140px;
	margin: 0 0 0 10px;
	font-size: 11px;
}
select.profile_geo {
	width: 180px;
}

.inline_label {
	color: #fff;
	margin: 0 15px 0 5px;
	cursor: pointer;
}

.checkbox_label {
	color: #fff;
	border-bottom: 1px dashed #fff;
	margin: 0 5px;
	cursor: pointer;
	display: inline-block;
	float: left;
	padding: 2px;
}

.checkbox_label_active {
	text-decoration: none;
	color: #fff;
	background: #7ad045;
	border-bottom: 1px solid #7ad045;
	margin: 0 5px;
	padding: 2px;
	cursor: pointer;
	display: inline-block;
	float: left;
}


.wh_sublink, .wh_sublink:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dashed #fff;
}
.wh_sublink:hover {
	border-bottom: none;
}





/**
 * СТИЛЬ ДЛЯ ЗАКРАШЕННОГО БЛОКА В ЦЕНТР
 */

div.cblock_top div, div.cblock_bottom div {
	font-size: 0;
	line-height: 0;
}

div.cblock_top {
	background: #3b4141 url(../img/verstka/cblock_top_left.jpg) top left no-repeat;
}
div.cblock_top div {
	background: transparent url(../img/verstka/cblock_top_right.jpg) top right no-repeat;
	height: 11px;
	min-height: 11px;
	max-height: 11px;
}

div.cblock_content {
	background: #3b4141 url('../img/verstka/cblock_bg.jpg') top left repeat;
	color: white;
}
div.cblock_content div.cb {
	padding: 10px 20px;
}

div.cblock_bottom {
	background: #3b4141 url('../img/verstka/cblock_bottom_left.jpg') bottom left no-repeat;
}
div.cblock_bottom div {
	background: transparent url('../img/verstka/cblock_bottom_right.jpg') bottom right no-repeat;
	height: 11px;
	min-height: 11px;
	max-height: 11px;
}

div.cblock_bubble {
	height: 10px;
	font-size: 0;
	line-height: 0;
	background: transparent url('../img/verstka/cblock_bubble.jpg') 270px bottom no-repeat;
}
div#change_wmr_block {
	margin: 10px 0;
}
div#change_wmr_close{
	float: right;
	text-align: right;
}



ul.left_sidebar {
	padding: 0; 
	margin: 20px; 
	list-style: none;
}
ul.left_sidebar li {
	background: transparent url('../img/verstka/greenbullet.gif') 0 15px no-repeat;
	padding-left: 20px;
	height: 40px;
	border-bottom: 1px solid #ebebeb;
}

ul.left_sidebar li div {
	height: 40px;
	display: table-cell;
	vertical-align: middle;
}


ul.left_sidebar li.active {
	background: transparent url('../img/verstka/redbullet.gif') 0 15px no-repeat;
	padding-left: 20px;
	height: 40px;
	border-bottom: 1px solid #ebebeb;
}
ul.left_sidebar li.active div a, ul.left_sidebar li.active div a:visited {
	font-size: 16px;
	font-weight: bold;
	color: #3b4141;
	text-decoration: none;
	margin-top: 10px;
}
ul.left_sidebar li.active div a:hover {
	font-size: 16px;
	font-weight: bold;
	color: #3b4141;
	text-decoration: underline;
	padding-top: 10px;
}



ul.left_sidebar li div a, ul.left_sidebar li div a:visited {
	font-size: 14px;
	color: #7d7d7d;
	text-decoration: none;
	margin-top: 10px;
}
ul.left_sidebar li div a:hover {
	font-size: 14px;
	color: #7d7d7d;
	text-decoration: underline;
	padding-top: 10px;
}
ul.left_sidebar li#left_sidebar_last {
	border: none;
}



#choose_region_div, #choose_city_div {
	/*margin-left: 250px;
	margin-top: 15px;*/
}
#choose_region_div select, #choose_city_div select, #choose_region_span select {
	/*width: 300px;*/
}

.edit_form_textfield {
	width: 300px;
}
.input_for_short_label {
	width: 446px;
}

.ncomment {
	color: #d4d4d4;
	font-size: 11px;
	margin: 5px 0 5px 255px;
	font-style: italic;
}
.xcomment {
	color: #d4d4d4;
	font-size: 11px;
	margin: 5px 10px 5px 5px;
	/*font-style: italic;*/
}


.advert_inner_index {
	background: white url(../img/verstka/advert_pic_inner.png) top right no-repeat;
	width: 100%;
	min-height: 700px;
}
.advert_inner_index .ai_inside {
	margin: 10px 300px 10px 0;
	font-size: 13px;
	text-align: justify;
}


.money_inner_index {
	background: white url(../img/verstka/money_pic_inner.png) top right no-repeat;
	width: 100%;
	min-height: 700px;
}
.money_inner_index .mi_inside {
	margin: 10px 300px 10px 0;
	font-size: 13px;
	text-align: justify;
}

.hr {
	background: url('../img/hr.gif') top left repeat-x;
	padding: 0;
	margin: 10px 0;
	height: 2px;
	font-size: 0;
}

.nobr {
	white-space: nowrap;
}

.advert_banners_right {
	float: right;
	text-align: right;
}
.advert_banners_left select {
	font-size: 15px;
	width: 150px;
}


.banblock_right {
	background: url(../img/verstka/banblock_top_right.jpg) top right no-repeat;
	height: 10px;
	width: 100%;
}
.banblock_left {
	background: url(../img/verstka/banblock_top_left.jpg) top left no-repeat;
	height: 10px;
	width: 100%;
}
.banblock_line {
	background: transparent url(../img/verstka/banblock_top_line.jpg) top left repeat-x;
	height: 10px;
	width: 640px;
}

.banblock_content {
	background: url(../img/verstka/gray_pixel.jpg) top left repeat-y;
	width: 640px;
}
.banblock_content_inside {
	background: url(../img/verstka/gray_pixel.jpg) top right repeat-y;
	width: 640px;
	text-align: center;
}
.banblock_content_text {
	padding: 20px;
	text-align: center;
	position: relative;
}



#bigpicture {
	min-height: 100px;
	text-align: center;
	margin: 20px;
}
#bigpicture img {
	border: 1px solid #3b4141;
}


.banner_title, .banner_status, 
.dark_text_block, .dark_text {
	color: #3b4141;
	font-size: 15px;
	font-weight: normal;
	margin: 0;
}
.dark_text_block {
	font-weight: bold;
	height: 25px;
}

.red {
	color: red;
}
.green {
	color: #439618;
}
.gray {
	color: #d4d4d4;
}
.dark {
	color: #3b4141;
}

.comment_text, .comment_text label, .comment_text span {
	color: #868686;
	font-size: 12px;
	font-weight: normal;
}
.comment_text label, .comment_text span {
	padding: 0px;
}


#campaign_price_div {
	margin: 10px 0;
	font-size: 15px; 
	display: none;
}
#campaign_price {
	margin: 0 1px 0 10px;
}


a.fx_disabled , a.fx_disabled:visited, a.fx_disabled:hover {
	color: #d4d4d4;
	text-decoration: line-through;
}

a.fx , a.fx:visited {
	color: #7ad045;
	text-decoration: underline;
}
a.fx:hover {
	color: #7ad045;
	text-decoration: none;
}


h3.fx {
	font-size: 16px;
}

div.fx {
	font-size: 12px;
	line-height: 17px;
}



.page_title_block {
	margin: 0 0 20px 0;
}
.page_title_block h1 {
	color: #444444;
	font-size: 22px;
	margin: 0 0 5px 0;
}
.page_title_block .navigation {
	font-size: 11px;
}


/**********
 * MONEY - Зрители
 * 
 ***/

.money_form h2{
	color: #444444;
	font-size: 17px;
	margin: 20px 0 10px;
}

.form_item{
	color: #868686;
	font-size: 13px;
	margin: 10px 0;
}

#promo b {
	color: #444444;
}


.friends_table {
	border: 0;
	background: #efefef;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 10px 0;
	font-family: Arial, Helvetica, sans-serif;
}

.friends_table th {
	padding: 10px 30px 10px 10px;
	text-align: left;
	background: #6d6d6d;
	color: white;
	font-size: 12px;
	font-weight: normal;
}

.friends_table td {
	padding: 10px;
	text-align: left;
	background: #efefef;
	color: #444444;
	font-size: 12px;
	font-weight: normal;
	border-bottom: 1px solid #d4d4d4;
}

.friends_table th#main {
	min-width: 150px;
	margin-right: 50px;
}

a.sublink, a.sublink:visited, a.sublink:hover {
	text-decoration: none;
	border-bottom: 1px dashed #0071bc;
	color: #0071bc;
}


.no-display {
	display: none;
}

a.whlink, a.whlink:visited {
	color: white;
	text-decoration: underline;
}
a.whlink:hover {
	color: white;
	text-decoration: none;
}

.pagetable {
	border-collapse: collapse;
	border-spacing: 1px;
	border: 1px solid white;
}
.pagetable th, .pagetable td {
	padding: 5px;
}
.whinside *, .whinside, .whinside p, .whinside div, 
.whinside h1, .whinside h2, .whinside h3 {
	color: white;
}


.friends_table td.friends_levels {
	padding-left: 20px;
}
.friends_table td.friends_levels_active_left, 
.friends_table td.friends_levels_active_line, 
.friends_table td.friends_levels_active_right {
	padding-left: 20px; 
	padding-top: 15px; 
	padding-bottom: 15px; 
	color: #fff; 
}
.friends_table td.friends_levels_active_left {
	background: url('../img/verstka/friends_green_left.png') left no-repeat;
}
.friends_table td.friends_levels_active_line {
	background: url('../img/verstka/friends_green_line.png') left repeat-x;
}
.friends_table td.friends_levels_active_right {
	background: url('../img/verstka/friends_green_right.png') right no-repeat;
}


.ft15 {
	font: 15px Arial, Helvetica, sans-serif;
}
h3.ft15 {
	margin: 1em 0;
	font-weight: bold;
}



a.stndrt, a.stndrt:visited {
	color: #0071bc;
	text-decoration: underline;
}
a.stndrt:hover {
	color: #0071bc;
	text-decoration: none;
}

.budget_block {
	margin: 7px 0 3px 0;
}
.views_manage_block {
	margin: 3px 0 3px 20px;
	display: none;
}

#expenses_calculator {
	margin: 5px 0;
}


.wb_entry {
	margin: 20px 0  40px;
	border-bottom: 1px dashed white;
}
.wb_entry_topic {
	margin: 20px 0 10px;
	padding: 0 0 40px 0;
	border-bottom: 1px dashed white;
}

.wb_entry .wb_head, 
.wb_entry_topic .wb_head {
	margin: 5px 0;
}
.wb_entry .wb_head .wb_date, 
.wb_entry_topic .wb_head .wb_date {
	font: normal 11px Arial, Helvetica, sans-serif;
	margin: 5px 0 10px;
}
.wb_entry .wb_head .wb_title, 
.wb_entry_topic .wb_head .wb_title {
	margin: 5px 0;
}
.wb_entry .wb_head .wb_title h2, 
.wb_entry_topic .wb_head .wb_title h2 {
	color: white;
	padding: 0;
	margin: 0;
}

.wb_entry .wb_body, 
.wb_entry_topic .wb_body {
	clear: both;
	margin: 5px 0;
}
.wb_entry .wb_body .description, 
.wb_entry_topic .wb_body .description {
	color: white;
	margin: 5px 0;
	font: normal 14px Arial, Helvetica, sans-serif;
}
.wb_entry .wb_body .moreinfo, 
.wb_entry_topic .wb_body .moreinfo {
	margin: 5px 0;
	padding: 15px 15px 5px 5px;
	text-align: right;
}

.wb_entry .wb_body .moreinfo a:link, 
.wb_entry .wb_body .moreinfo a:hover, 
.wb_entry .wb_body .moreinfo a:visited {
	color: white;
	font: normal 14px Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
.wb_entry .wb_body .moreinfo a:hover {
	text-decoration: none;
}

.wb_link_back {
	text-align: right;
	padding-right: 5px;
}
.wb_link_back a:link, 
.wb_link_back a:hover, 
.wb_link_back a:visited {
	color: white;
	font: normal 14px Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
.wb_link_back a:hover {
	text-decoration: none;
}



















