﻿/*
	Author: Rumin Sergey
	Copyright: CENTROARTS.com
	e-mail: centroarts@mail.ru
	URL: http://www.centroarts.com
*/

@import url(tools.css);
@import url(blocks.css);
@import url(base.css);
@import url(engine.css);

html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset {
	margin:0;
	padding:0;
}

h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, table, font {
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Tahoma, Verdana, Arial, sans-serif;
    margin: 0 0 0.2em 0;
	line-height: 1.1em;
}

/*Настройка заголовков*/
h1 { font-size: 1.4em; font-weight: bold; line-height: 150%; }
h2 { font-size: 1.2em; font-weight: bold; line-height: 140%; }
h3 { font-size: 1.1em; font-weight: bold; line-height: 140%; }
h4 { font-size: 1em; font-weight: bold; line-height: 140%; }
h5 { font-size: 1em; font-weight: bold; line-height: 140%; }


/*links*/
a { color: #3d86bc; text-decoration: none; outline: none; }
a:hover { text-decoration: underline; }

/*forms*/
input, textarea, select {
	font-size: 1em;
	font-family: Tahoma, Verdana, Arial, sans-serif;
}

body {
	color: #000;
	background-color: #FFFFFF;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 140%;
}

/*НАСТРОЙКА ФОНА*/
.page_bg {
	text-align: center;
	background-color: #fff;
}

/*Other*/
p { margin-bottom: 8px; }
.clr { clear: both; }
img  { border:0 none; }
img.left { float: left; margin: 2px 20px 16px 0; }
img.right { float: right; margin: 2px 0 16px 20px; }
hr	{ border: 0 none; height: 1px; border-top: 1px solid #cfcfcf; }
strong { font-weight: bold; }

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

/*UL, LI*/
ul {
    margin: 0;
    padding-left: 16px;
    list-style-position:outside;
    list-style-image:none;
}

ul li { margin: 0; padding: 0; }

ol {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: decimal;
	margin-bottom: 18px;
	margin-left: 2.2em;
}

.reset, .reset li { display: block; list-style: none; padding: 0; margin: 0; }

/*===== ОБЩЕЕ ОФОРМЛЕНИЕ =====*/
/*ОСНОВНОЙ БЛОК ШАБЛОНА*/
.wrapper {
	margin: auto;
	width: 941px;
	background:url(../images/tkheader_wide_top.png) no-repeat -300px -300px;
	text-align: left;
}

.wwide {
	min-width: 973px;
	width: 100%;
	text-align: center;
}
*html .wwide { width: expression(document.body.clientWidth) < 973? "973px"; }

/*HEAD*/
.tkheader {
	background: #47a0e4 url("../images/tkheader_wide.png") repeat-x 0 0;
	height: 298px;
}

.tkheadbg {
	background: url("../images/tkheader_bg.jpg") no-repeat 50% 0;
	height: 298px;
}

/*leftbox logo, search, login*/
.tklefthead .row1 {
	height: 103px;
	padding-left: 168px;
}
.searchrow { height: 46px; }

.tklefthead .row2 {
	height: 147px;
	position: relative;
}

h1.tktvlogo {
	display: block;
	width: 89px; height: 91px;
	overflow: hidden;
	background: url("../images/tklogo.png") no-repeat 0 0;
	position: absolute;
	left: 53px;
}
h1.tktvlogo a { 
	display: block;
	width: 89px; height: 91px;
	overflow: hidden;
	line-height: 400px;
}

h2.telekontur {
	display: block;
	width: 239px; height: 41px;
	overflow: hidden;
	background: url("../images/telekontur.png") no-repeat 0 0;
	position: absolute;
	left: 188px; top: 25px;
}

h2.telekontur a { 
	display: block;
	width: 239px; height: 41px;
	overflow: hidden;
	line-height: 400px;
}

.tklefthead .row3 { height: 27px; padding-left: 171px; }

/*rightbox & slider*/
.tkrighthead {
	float: right;
	width: 481px; height: 298px;
	overflow: hidden;
}
.tklefthead {
	float: left;
	width: 427px; height: 298px;
	overflow: hidden;
}

/*topmenu*/
.tktopmenu {
	height: 66px;
	background: #fff url("../images/topmenu.png") no-repeat 50% 0;
}

.headslider { padding-right: 44px; }

/*pagebg*/
.tkmpage { background: #fff url("../images/tkmpage.png") repeat-y 50% 0; }
.tkbpage { background: url("../images/tkbpage.png") no-repeat 50% 100%; }

.tkpagei .tktopmenu { height: 76px; background: #fff url("../images/topmenu2.png") no-repeat 50% 0; }
.tkpagei .tkmpage { background: #fff url("../images/tkmpage2.png") repeat-y 50% 0; }
.tkpagei .tkbpage { background: url("../images/tkbpage2.png") no-repeat 50% 100%; }

/*MAINBOX*/
#mainbox { padding: 8px 0 25px 25px; }
#mainbox .mbmid { background: url("../images/mainbox_mid.png") repeat-y 0 0; }
#mainbox .mbtop { background: url("../images/mainbox_top.png") no-repeat 0 0; }
#mainbox .mbbtm { background: url("../images/mainbox_foot.png") no-repeat 0 100%; }

/*СТРУКТУРА БЛОКОВ*/
.container,
.rightside,
.leftside,
.centersideinn { overflow: hidden; }
.rightside { float: right; width: 251px; }
.centerside { margin-left: 29px; margin-right: 46px; }
.centersideinn { overflow: hidden; }
*html .centerside { margin-left: 27px; margin-right: 48px; }
*html .centersideinn { width: 98.8%; }

/*ON rightside*/
.rightside_on .centerside { margin-right: 283px; }
*html .rightside_on .centerside { margin-right: 280px; }
.tdstruc { width: 100%; }

/*footbox*/
.tkfootbox { background: #082941 url("../images/footboxbg.png") repeat-x 50% 0; }
.tkfbtop { background: url("../images/footboxtop.png") no-repeat 50% 0; }
.tkfbmid { background: url("../images/footboxmid.png") repeat-y 50% 0; } 

.tkfbmid .wrapper { padding-top: 18px; }

.fbline {
	background: url("../images/fbline.gif") repeat-y 33.3% 0;
	width: 100%;
}

/*footer*/
.tkfooter, .tkfootbg, .tkfooter .wrapper { height: 72px; overflow: hidden; }
.tkfooter { background: #fff url("../images/footer_wide.png") repeat-x 50% 0; }
.tkfootbg { background: url("../images/footerbg.png") no-repeat 50% 0; }
.tkfootpad { padding-left: 178px; font-size: 0.9em; }
.tkfooter .wrapper { position: relative; }
.copyright {
	margin-top: 20px;
	padding-top: 8px;
	width: 192px; height: 52px;
	color: #0a4e81;
	background: url("../images/tktvfoot.png") no-repeat 0 0;
	padding-left: 63px;
}
.copyright a { color: #0a4e81; }

.centroarts {
	position: absolute;
	right: 30px; top: 30px;
	overflow: hidden;
	width: 100px; height: 22px;
	line-height: 144px;
	background: url("../images/centroarts.png") no-repeat 0 0;
}

/*copyright - Копирайты*/
#syscopyright {
	font-size: 0.9em;
	color: #c1c1c2;
	text-align: right;
	padding-bottom: 10px;
	padding-right: 30px;
}
#syscopyright a { color: #c1c1c2; }


/*table tarifs*/
table.table {
	border-collapse:collapse;
}
table.table td {
	border-color: #c7c7c7;
	border-style: solid;
	border-width: thin;
	/*border-collapse:collapse;*/
	padding: 0 10px;
	height: 31px;
}
tr.head td {
	border-top: 0;
	border-color: #c7c7c7;
	padding: 0 10px;
	font-size: 0.9em;
	color:#868686;
	height: 37px;
	vertical-align: top;
	line-height: 1.2em;
}
.namecol { font-weight: bold; }
tr.head td.namecol { color: #449be2; }
tr.trgrey td { background-color: #f1f1f1; }

.theading h2 {
	color: #ff4b1a;
	font-weight: normal;
	font-size: 20px;
}
.theading {
	padding: 0 0 10px 0;
	margin: 0 0 16px 0;
	background: url("../images/theading.png") no-repeat 0 100%;
}
.theading span { font-size: 0.9em; color: #8a8a8a; line-height: 135%; }

.theadingbottom span { font-size: 0.9em; color: #8a8a8a; line-height: 135%; }


/*RADIO*/
.radiodiv{
	margin: 2px 2px 2px 2px;
	padding: 2px 2px 2px 2px;
	width:48%;
/*	height:117px;*/
/*	border:dotted gray 1px;*/
	float:left;

}	
.radioimagediv{
	width:115px;
	height:116px;
	float:left;
	background:url("/uploads/radio/pic/radio_bg.gif");
	overflow:hidden;
}
.radiolinkdiv{
/*	position:relative;*/
	width:240px;
	height:auto;
	padding 0 0 0 3px;
	margin-left:10px;
	float:left;        
}
.radiolinkdiv strong{
color:#fea444;
}
.radiojanrdiv{
	width:240px;
	height:auto;
	float:left;
	margin: 10px 0 0 10px;
	padding: 0 0 0 25px;
	overflow:auto;
	background:url("/uploads/radio/pic/favorites_add.gif") no-repeat;
}
#opisdiv{
padding-top:10px;
}
.radioopisdiv{
	margin-left:0px;
	padding:0px 3px 3px 3px;
/*	z-index:999;*/
/*	position: absolute;*/
	clear: both;
}

.radioopisdiv a{color:black;}
.strel{
	background:url("/uploads/radio/pic/round_play.gif") no-repeat;
	overflow:hidden;
	padding: 0 0 0 20px;
	margin: 10px 0 0 0;
}

.radioimagediv img {
background:none;

}
.radioimagediv div {
	width:115px;
	height:115px;
	display:table-cell;
	text-align: center;
	vertical-align: middle;	
	clear:both;
}

.radiolinkdiv p{
/*padding-top:5px;*/
}
.radiospan{
}
.separatordiv{
	height:2px;
	background:url("/uploads/radio/pic/line.gif") no-repeat;
	clear: both;
	margin: 10px 0 10px 0;
	background-repeat: repeat-x;
        background-attachment: scroll;
        background-position: 0pt 100%;
	background-color: transparent;
}
/*END RADIO*/

/*===ERRORS, INFO, WARNING===*/
.w_info, .w_warning  {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	font-size: 11px;
}

.w_info {
	border: 1px solid #d8e3f3;
	background-color: #edf4f6;
	color: #657893;
}

.w_warning {
	border: 1px solid #eeddd6;
	background-color: #f6f1ee;
	color: #8a6e61;
}

.wmsg { 
	padding: 18px 10px;
	padding-left: 66px;
	line-height: 17px !important;
}

.w_warning .wmsg { background: url("../images/warning.png") no-repeat 9px center; }
.w_info .wmsg { background: url("info_ico.png") no-repeat 9px center; }