@charset "utf-8";

body {
	background:#fff !important;
}
#footer {
	background:#e8e8e8 !important;
}

.logo{
	background-image:url(../images/logo-gazeta-all.png) !important;
	display:block;
	height:64px;
	left:7px;
	margin:-3px auto 0px auto;
	position:relative;
	width:280px;
	z-index:1;
}
.logotv {
	background:url(../images/logo-tv.gif) no-repeat left !important;
	display:block;
	height:10px;
	margin:0px auto 0px;
	position:relative;
	width:280px;
	z-index:2;
}
.tv {
	font-size:0.9em;
}
#middle #content #container {
	margin-left:10px !important;
}


/*************************************************************/
/*                          Каналы                           */
/*************************************************************/
div#channels h3 {
	height:auto;
}
div#channels h3.toggler {
	background:#f0f0f0;
	cursor:pointer;
	padding:5px 10px;
}
div#channels h3.toggler:hover {
	background:#e0e0e0;
}
div#channels ul.list {
	font-size:1.1em;
	list-style:none;
}
div#channels ul.list li a {
	display:block;
	padding:3px 10px;
}
div#channels ul.list li a:hover {
	background:#fafafa;
}
div#channels h3.favoriteList {
	background:#f0f0f0;
	padding:5px 10px;
}
div#channels h3.favoriteList:hover {
	background:#e0e0e0;
}
div#channels h3 a {
	border-bottom:none;
	display:block;
}
div#channels h3 a:hover {
	border-bottom:none;
}

/*************************************************************/
/*                        Заголовки                          */
/*************************************************************/
.tv h2 {
	border-bottom:1px solid #f0f0f0;
	font-size:1.8em;
	font-weight:normal;
	margin-bottom:10px;
	padding:0px 0px 5px 0px;
}
.tv h2 a {
	color:#df7c26;
}
.tv h3 {
	background:#fafafa;
	height:50px;
	padding:5px 10px 5px;
	margin:5px 0px;
}
.tv h3 .tv_logo, .tv h2 .tv_logo {
	float:left;
	width:90px;
}
.tv h3 .tv_name {
	float:left;
	font-size:1.4em;
	font-weight:normal;
	margin-top:15px;
}
.tv h2 .tv_name {
	float:left;
	font-weight:normal;
	margin-top:15px;
}


.tv p {
	font-size:1.1em;
	margin-bottom:10px;
}
.tv p.now {
	border-bottom:1px solid #f0f0f0;
	font-size:1.2em;
	padding-bottom:10px;
}
.tv p span {
	font-weight:bold;
}
.tv p span.red {
	color:#df7c26;
}

.tv dl {
	font-size:1.1em;
	width:100%;
}
.tv dl dt {
	float:left;
	margin-bottom:3px;
	margin-left:10px;
	width:60px;
}
.tv dl dd {
	margin-bottom:3px;
}
.tv dl.past {
	color:#999;
}
.tv dl.now {
	font-weight:bold;
}

.tv p.description {
	font-size:0.9em;
}


/*************************************************************/
/*                        Избранное                          */
/*************************************************************/
.tv .addFavorite {
	 width: 16px;
	 height: 16px;
	 background-image: url("../images/addFavorite.png");
	 background-repeat: no-repeat;
	 cursor: pointer;
}

.tv .deleteFavorite {
	 width: 16px;
	 height: 16px;
	 background-image: url("../images/deleteFavorite.png");
	 background-repeat: no-repeat;
	 cursor: pointer;
}

