* {margin:0;padding:0;}

html, body, #Wrap {height: 100%;}

body > #Wrap {
	height: auto; 
	min-height: 100%;
}

#Wrap {
	background: url('bottom_shadow.gif') bottom repeat-x;
}

/* CLEAR FIX*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


body {
	font:10pt Arial, sans-serif; 
	line-height:1.3em; 
	color: #FFFFFF;
	background: #000000 url('main_back.gif');
}

a img {border:none;}


.hidden {
	display: none;
}


/* Header */

#Header {
	height:111px;
	background: black;
}

#Header #HeaderCont {
	width:900px;
	margin:0 auto;
}

#Header .logo {
	float: left;
}

#Header ul.headerMenu {
	float: right;
	list-style: none;
}
#Header ul.headerMenu li {
	display: block;
	float: left;
	line-height: 70px;
	padding: 0 5px;
	margin-top: 10px;
	color: #40bad2;
}
#Header ul.headerMenu li.social-icons {
	margin-top: 13px;
}
#Header ul.headerMenu li a {
	color: #40bad2;
	text-decoration: none;
}
#Header ul.headerMenu li a:hover {
	text-decoration: underline;
}
#Header ul.headerMenu li.splitter {
	font-size: 0.75em;
}
#Header ul.headerMenu li.search_form {
	padding-top: 26px;
	line-height: 1px;
}
#Header ul.headerMenu li.search_form input.keywords {
	border: 1px solid #40bad2;
	background: black;
	width: 165px;
	height: 17px;
	color: white;
}
#Header ul.headerMenu li.search_form input.submit {
	border: none;
	background: url('header_search_button.gif') no-repeat;
	width: 15px;
	height: 15px;
	vertical-align: bottom;
	margin-bottom: 3px;
}

/*   Header login form   */

#Header .headerLogin {
	float: right;
	width: 400px;
	text-align: right;
}

#Header .headerLogin a {
	color: #40bad2;
	text-decoration: none;
}
#Header .headerLogin a:hover {
	text-decoration: underline;
}
#Header .headerLogin .splitter {
	font-size: 0.75em;
	color: #40bad2;
}



/*  Header Flash  */
#HeaderFlash {
	background: black;
}
#HeaderFlash .cont {
	width: 900px;
	margin: 0 auto;
}


/* Footer */

#Footer {
	
}

#Foot {
	width:900px;
	margin:0 auto;
	line-height: 1.1em;
	background: url('main_back.gif');
}

#Footer ul.openMenu {
	list-style: none;
	width: 850px;
	padding: 15px 25px;
	background: url('horizontal_splitter.gif') repeat-x;
	display: table;
}
#Footer ul.openMenu li {
	line-height: 1em;
	padding: 3px 0;
	display: table-cell;
}
#Footer ul.openMenu li h1 {
	font-size: 1.3em;
	padding-bottom: 5px;
}
#Footer ul.openMenu li h1 a {
	color: #40bad2;
	text-decoration: none;
}

#Footer ul.openSubMenu {
	list-style: none;
}
#Footer ul.openSubMenu li {
	display: block;
}
#Footer ul.openSubMenu li a {
	color: white;
	text-decoration: none;
}
#Footer ul.openSubMenu li a:hover {
	text-decoration: underline;
}


#Footer .openMenuWrapper {
	background: url('horizontal_splitter.gif') repeat-x;
	padding: 15px 0;
}
#Footer table.openMenu {
	width: 850px;
	margin: 0 auto;
	display: table;
}
#Footer table.openMenu td {
	vertical-align: top;
}
#Footer table.openMenu td h1 {
	font-size: 1.3em;
	padding: 0 0 5px 0;
}
#Footer table.openMenu td h1 a {
	color: #40bad2;
	text-decoration: none;
}
#Footer table.openMenu td h1 a:hover {
	text-shadow: 2px 3px #000;
}
#Footer table.openMenu td h3 {
	font-size: 1.3em;
	padding: 0 0 5px 0;
}
#Footer table.openMenu td h3 a {
	color: #40bad2;
	text-decoration: none;
}
#Footer table.openMenu td h3 a:hover {
	text-shadow: 2px 3px #000;
}
#Footer table.openMenu td li {
	padding: 3px 0;
}

#Footer .footer {
	background: url('horizontal_splitter.gif') repeat-x;
	height: 30px;
	line-height: 30px;
}

#Footer .footer ul.footerMenu {
	float: left;
	list-style: none;
	font-size: 0.85em;
	color: #6b706f;
	padding-left: 25px;
}
#Footer .footer ul.footerMenu li {
	float: left;
	display: block;
	padding: 0 3px;
}
#Footer .footer ul.footerMenu li a {
	color: #6b706f;
	text-decoration: none;
}
#Footer .footer ul.footerMenu li a:hover {
	text-decoration: underline;
}

#Footer .social-icons {
	float: left;
	height: 30px;
	margin-left: 50px;
	xmargin-top: 4px;
}
#Footer .social-icons a {
	display: inline-block;
	height: 16px;
	margin: 4px 2px;
}

#Footer .footer .note {
	float: right;
	color: #00ccff;
	font-size: 1.2em;
	font-weight: bold;
	padding-right: 25px;
	height: 30px;
	overflow: hidden;
}
#Footer .footer .note .asterisk {
	font-size: 2em;
	height: 20px;
	padding-top: 6px;
}
#Footer .footer .note span {
	display: block;
	float: left;
}


#MainWrap {
	background: url('top_shadow.gif') repeat-x;
}

#Main {
	width:900px;
	margin:0 auto;
	min-height: 400px;
	clear:both;
}

#Main.two_column {
	background: #1a1e1d url('2column_back.gif');
}
#Main.one_column {
	background: #1a1e1d url('main_back.gif');
}


/*   MainMenu   */

#MainMenu {
	background: black;
	height: 37px;
}
#MainMenu #MainMenuCont {
	width: 900px;
	margin: 0 auto;
	height: 37px;
}
#MainMenu #MainMenuCont a{
	color: white;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
}
#MainMenu ul#MainMenuCont {
	list-style: none;
}
#MainMenu ul#MainMenuCont li {
	display: block;
	float: left;
	height: 37px;
	text-align: center;
	line-height: 35px;
}
#MainMenu ul#MainMenuCont li.button {
	cursor: pointer;
	background: url('menu_button_back.gif');
}
#MainMenu ul#MainMenuCont li.button.hover {
	background: url('menu_button_back.gif') 0 -37px;
}
#MainMenu ul#MainMenuCont li.splitter {
	width: 1px;
	background: url('menu_button_splitter.gif');
}
#MainMenu ul#MainMenuCont li.splitter.hover {
	width: 1px;
	background: url('menu_button_splitter.gif') 0 -37px;
}
#MainMenu ul#MainMenuCont li.button a.arrow {
	padding-right: 12px;
	background: url('main-menu-arrow.png') right 7px no-repeat;
}
#MainMenu ul#MainMenuCont .main-sub-menu {
	position: relative;
	top: -3px;
	display: none;
}
#MainMenu ul#MainMenuCont .main-sub-menu li {
	float: none;
	text-align: left;
	background: #545453;
	height: auto;
	display: block;
	line-height: 0;
	border-bottom: 1px solid #32b0db;
	zoom:1;
}
#MainMenu ul#MainMenuCont .main-sub-menu li a {
	padding: 6px;
	font-size: 1em;
	line-height: 1.3em;
	zoom:1;
	display: block;
}
#MainMenu ul#MainMenuCont .main-sub-menu li a:hover {
	background: #2c2c2c;
}




/* 2 COLUMNS TEMPLATE */
/* Left column */

#Sidebar {
	width:161px;
	float:left;
	padding: 31px 27px;
}



/* Right column */

#ContentColumn {
	width: 685px;
	float: right;
}



/*  1 COLUMN TEMPLATE  */

#Content {
	padding: 31px 27px;
}


/*   SITE MESSAGES   */

#Content .SM_errors {
	border: 1px solid red;
	background: #f07777;
	padding: 5px 5px 5px 50px;
	margin: 5px 0 15px 0;
}

#Content .SM_messages {
	border: 2px solid #00ccff;
	padding: 5px 5px 5px 50px;
	margin: 5px 0 15px 0;
}




/*  SIDEBAR STYLES  */

#Sidebar .header {
	margin-bottom: 10px;
	line-height: 1.5em;
}
#Sidebar .header a {
	color: white;
	text-decoration: none;
}
#Sidebar .header .active {
	padding-left: 8px;
	width: 145px;
	font-weight: bold;
	background: url('h2_back.gif') no-repeat top left;
	display: inline-block;
}
#Sidebar .header .active_right {
	width: 8px;
	background: url('h2_back.gif') no-repeat top right;
	display: inline-block;
}

#Sidebar select {
	width: 100%;
	border: 1px solid #00ccff;
}

#Sidebar .banner {
	margin-top: 40px;
}


#Sidebar ul.sideMenu {
	list-style: none;
	margin-bottom: 25px;
}
#Sidebar ul.sideMenu li {
	padding: 4px;
	border-top: 1px solid #00ccff;
}
#Sidebar ul.sideMenu li.subitem {
	padding: 4px 4px 4px 16px;
	border-top: none;
}
#Sidebar ul.sideMenu li.subitem a {
	font-weight: normal;
}
#Sidebar ul.sideMenu li.first {
	border-top: none;
}
#Sidebar ul.sideMenu li a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
#Sidebar ul.sideMenu li a.current {
	color: #00ccff;
}
#Sidebar ul.sideMenu li a:hover {
	color: #00ccff;
}

#Sidebar .channels_selection {
	margin-bottom: 25px;
}
#Sidebar .channels_selection select {
	margin-bottom: 15px;
}

#Sidebar .packageSelect {
	margin-bottom: 25px;
}

#Sidebar .downloadPrice {
	padding-left: 50px;
	background: url('download_price.gif') no-repeat 0 4px;
	color: white;
	text-decoration: none;
	font-size: 1.15em;
	font-weight: bold;
}
#Sidebar .downloadPrice:hover {
	color: #00ccff;
}

#Sidebar .contactBlock {
	margin-bottom: 25px;
}

#Sidebar .announcementsDatepicker {
	height: 225px;
}


/*   VOD menu   */

#Sidebar.vod {
	padding: 0;
}

#Sidebar ul.vodMenu {
	list-style: none;
	width: 215px;
}
#Sidebar ul.vodMenu li {
	background: url('vod_menu_item_back.gif');
	line-height: 31px;
	padding: 0 10px;
}
#Sidebar ul.vodMenu li.vodSubMenu {
	padding: 0;
}
#Sidebar ul.vodMenu li a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}
#Sidebar ul.vodMenu li a:hover, #Sidebar ul.vodMenu li a.hover {
	color: #00ccff;
}
#Sidebar ul.vodMenu li ul.vodSubMenu {
	background: url('vod_submenu_item_back.gif');
	list-style: none;
}
#Sidebar ul.vodMenu li ul.vodSubMenu li {
	background: none;
	width: 180px;
	margin: 0 auto;
	border-bottom: 1px solid #00ccff;
	line-height: 1.3em;
	padding: 4px 0;
}
#Sidebar ul.vodMenu li ul.vodSubMenu li.last {
	border-bottom: none;
}



/*  SITE STYLES  */


#Content h1 {
	color: #00ccff;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 31px;
}
#Content h1 a {
	color: #00ccff;
	text-decoration: none;
}
#Content h1 a:hover {
	text-shadow: 2px 3px #000;
}

#Content.cmsContent ul, #Content.cmsContent ol {
	margin-left: 35px;
}
#Content.cmsContent a {
	color: #00ccff;
	font-weight: bold;
	text-decoration: none;
}
#Content.cmsContent a:hover {
	text-decoration: underline;
}
#Content p.text a {
	color: #00ccff;
	font-weight: bold;
	text-decoration: none;
}
#Content p.text a:hover {
	text-decoration: underline;
}
#Content .newsItem .description a {
	color: #00ccff;
	font-weight: bold;
	text-decoration: none;
}
#Content .newsItem .description a:hover {
	text-decoration: underline;
}


h2, .subHeader {
	border-bottom: 2px solid #00ccff;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.2em;
}
h2 a, .subHeader a {
	color: white;
	text-decoration: none;
}
h2 span.active_right, .subHeader span.right {
	padding-right: 12px;
	background: url('h2_back.gif') no-repeat top right;
	display: inline;
}
h2 span.active, .subHeader span.left {
	padding-left: 15px;
	background: url('h2_back.gif') no-repeat top left;
	display: inline;
}
h2 span.active_right.inactive {
	background: url('h2_back_inactive.gif') no-repeat top right;
}
h2 span.active.inactive {
	background: url('h2_back_inactive.gif') no-repeat top left;
}

#Content hr {
	color: #00ccff;
	height: 2px;
	border: none;
	background: #00ccff;
	margin-bottom: 31px;
}

#Content .noscript_message, #HeaderFlash .noscript_message {
	color: #f15c5e;
}

#Content .button {
	border: none;
	background: none;
	height: 18px;
	color: white;
	font-weight: bold;
	line-height: 16px;
	cursor: pointer;
	text-decoration: none;
}
#Content .button span.left {
	background: url('button_back.gif') top left repeat-x;
	padding-left: 15px;
	height: 18px;
	display: inline-block;
}
#Content .button span.right {
	background: url('button_back.gif') top right repeat-x;
	width: 15px;
	height: 18px;
	display: inline-block;
}



/*  pager  */

.pager a {
	width: 13px;
	height: 13px;
	line-height: 13px;
	text-align: center;
	color: black;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.7em;
	display: block;
	float: left;
	margin: 0 1px;
	background: url('pager_digit_back.gif');
}
.pager a.current {
	background: url('pager_current_digit_back.gif');
}

.announcementsPager {
	float: right;
}
.newsPager {
	float: right;
	margin-top: -30px;
}

/*   БЛОК НОВОСТЕЙ НА ГЛАВНОЙ    */

.expandedNewsItem {
	padding-top: 11px;
	overflow: hidden;
}
.expandedNewsItem img {
	float: left;
	width: 132px;
	padding-right: 17px;
}
.expandedNewsItem p.title {
	color: #00ccff;
	font-weight: bold;
}
.expandedNewsItem p.title a {
	color: #00ccff;
	text-decoration: none;
}
.expandedNewsItem p.title a:hover {
	text-shadow: 2px 3px #000;
}
.expandedNewsItem a {
	color: #00ccff;
	text-decoration: none;
}
.expandedNewsItem a:hover {
	text-decoration: underline;
}

.minimizedNewsItem {
	padding-left: 8px;
	background: url('minimized_news_item_back.gif') no-repeat 0 1.2em;
	line-height: 1em;
	padding-top: 0.7em;
}
.minimizedNewsItem a {
	color: white;
	text-decoration: none;
}
.minimizedNewsItem a:hover {
	text-decoration: underline;
}

.homeNews {
	margin-bottom: 30px;
}

/*    форма подписки    */

.subscribeForm {
	margin: 10px 0;
}
.subscribeForm .label {
	margin-bottom: 10px;
}
.subscribeForm input.input {
	border: 1px solid #40bad2;
	background: black;
	width: 266px;
	height: 17px;
	padding: 0 1px;
	color: white;
	float: left;
}
.subscribeForm button {
	border: none;
	background: none;
	height: 18px;
	width: 132px;
	color: white;
	font-weight: bold;
	line-height: 16px;
	cursor: pointer;
	float: right;
}
.subscribeForm button span.left {
	background: url('button_back.gif') top left repeat-x;
	padding-left: 15px;
	height: 18px;
	display: inline-block;
}
.subscribeForm button span.right {
	background: url('button_back.gif') top right repeat-x;
	width: 15px;
	height: 18px;
	display: inline-block;
}



/*  НОВОСТИ  */

.newsItem {
	margin-bottom: 35px;
	margin-top: 35px;
	display: block;
}
.newsItem span {
	display: block;
	text-align: left;
}
.newsItem .itemPicture {
	float: left;
	width: 176px;
	margin-right: 24px;
	margin-bottom: 24px;
}
.newsItem img.picture {
	float: left;
	width: 176px;
}
.newsItem img.channelLogo {
	float: right;
	height: 45px;
	margin-left: 15px;
}
.newsItem .text {
	padding-left: 200px;
}
.newsItem .text.flow {
	padding-left: 0;
}
.newsItem .text p {
	margin: 1em 0;
}
.newsItem .text ul {
	margin-left: 20px;
}
.newsItem h3 {
	color: #00ccff;
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: none;
	margin-bottom: 10px;
}
.newsItem h3 a {
	color: #00ccff;
	text-decoration: none;
}
.newsItem h3 a:hover {
	text-shadow: 2px 3px #000;
}
.newsItem .date {
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 10px;
}
.newsItem .description {
	margin-top: 10px;
}
.newsItem #announcement_video {
	margin: 40px auto;
	width: 430px;
}

.announcementChannelLogo {
	float: right;
	height: 60px;
	margin-top: -15px;
}

/*   КАНАЛЫ    */

.channelsList {
	list-style:none;
}
.channelsList li .number {
	float: left;
	width: 50px;
	margin-right: 73px;
	text-align: center;
	line-height: 35px;
}
.channelsList li.head .number {
	line-height: 1em;
}
.channelsList li .name {
	float: left;
	width: 223px;
	line-height: 35px;
}
.channelsList li.head .name {
	line-height: 1em;
}
.channelsList li .description {
	float: left;
	width: 285px;
}
.channelsList li {
	padding: 5px 0 11px 0;
	background: url('horizontal_splitter.gif') repeat-x bottom;
}
.channelsList li:last-child {
	background: none;
}
.channelsList li.head {
	font-weight: bold;
	border-bottom: 2px solid #00ccff;
	padding-bottom: 6px;
	background: none;
	line-height: 1em;
	margin-bottom: 15px;
}
.channelsList li img {
	height: 35px;
	vertical-align: middle;
	margin-right: 20px;
}


/*   ПАКЕТЫ   */

.basicPackagePrice {
	float: right;
	font-size: 1.2em;
	font-weight: bold;
	position: relative;
	top: -5px;
}

.packageHead {
	padding: 20px 0 20px 10px;
	border-bottom: 2px solid #00ccff;
}
.packageHead .name {
	float: left;
	font-weight: bold;
}
.packageHead .name img {
	vertical-align: middle;
	margin-right: 5px;
}
.packageHead .prices {
	float: right;
}
.packageHead .prices .price {
	display: block;
	float: left;
	height: 22px;
	padding: 3px 0 0 10px;
	background: url('package_price_back.gif') no-repeat left top;
	font-size: 1.2em;
	font-weight: bold;
}
.packageHead .prices .price_right {
	display: block;
	float:left;
	height: 25px;
	width: 10px;
	background: url('package_price_back.gif') no-repeat right top;
}
.packageHead .prices .club_price {
	display: block;
	float: left;
	height: 22px;
	padding: 3px 0 0 10px;
	margin-left: 14px;
	background: url('package_club_price_back.gif') no-repeat left top;
	font-size: 1.2em;
	font-weight: bold;
}
.packageHead .prices .club_price_right {
	display: block;
	float:left;
	height: 25px;
	width: 80px;
	background: url('package_club_price_back.gif') no-repeat right top;
}

.channelsList.package li .number {
	float: left;
	width: 40px;
	margin-right: 15px;
	line-height: 35px;
}
.channelsList.package li.head .number {
	line-height: 70px;
}
.channelsList.package li .name {
	float: left;
	width: 200px;
}
.channelsList.package li.head .name {
	line-height: 70px;
}
.channelsList.package li .description {
	float: left;
	width: 236px;
}
.channelsList.package li .price {
	float: left;
	width: 70px;
	line-height: 35px;
	text-align: center;
}
.channelsList.package li.head .price {
	line-height: 70px;
}
.channelsList.package li .club_price {
	float: left;
	width: 70px;
	line-height: 35px;
	text-align: center;
}
.channelsList.package li.head .club_price {
	line-height: 1em;
	padding-top: 15px;
}
.channelsList.package li {
	padding: 5px 0 11px 0;
	background: url('horizontal_splitter.gif') repeat-x bottom;
}
.channelsList.package li:last-child {
	background: none;
}
.channelsList.package li.head {
	font-weight: bold;
	border-bottom: none;
	padding-bottom: 6px;
	line-height: 70px;
	margin-bottom: 15px;
}
.channelsList.package li img {
	height: 35px;
	vertical-align: middle;
	margin-right: 10px;
}


/*   КОНТАКТЫ   */

.contactForm {
	margin-bottom: 150px;
}
.contactForm ul.to {
	list-style: none;
	margin: 18px 0;
}
.contactForm ul.to li {
	padding: 3px 0;
	font-weight: bold;
}
.contactForm ul.to li label {
	margin-left: 5px;
}

.contactForm ul.form {
	list-style: none;
	margin: 18px 0;
}
.contactForm ul.form .asterisk {
	color: red;
}
.contactForm ul.form li {
	float: left;
	padding: 5px 0;
}
.contactForm ul.form li label {
	width: 107px;
	font-weight: bold;
	display: inline-block;
}
.contactForm ul.form li input {
	width: 183px;
	height: 17px;
	border: 1px solid #434746;
	background: black;
	color: white;
	display: inline-block;
}
.contactForm ul.form li.home_phone input, .contactForm ul.form li.mobile_phone input {
	width: 131px;
}
.contactForm ul.form li.home_phone select, .contactForm ul.form li.mobile_phone select {
	width: 48px;
	height: 19px;
	color: white;
	background: black;
	border: 1px solid #434746;
}
.contactForm ul.form li.name, .contactForm ul.form li.home_phone {
	width: 300px;
}
.contactForm ul.form li.surname, .contactForm ul.form li.mobile_phone {
	width: 300px;
	margin-left: 31px;
}
.contactForm ul.form li.city {
	width: 245px;
}
.contactForm ul.form li.city input, .contactForm ul.form li.street input, .contactForm ul.form li.building input {
	width: 132px;
}
.contactForm ul.form li.street {
	width: 199px;
}
.contactForm ul.form li.building {
	width: 185px;
}
.contactForm ul.form li.street label {
	width: 41px;
	margin-left: 20px;
}
.contactForm ul.form li.building label {
	width: 28px;
	margin-left: 16px;
}
.contactForm ul.form textarea {
	width: 511px;
	height: 140px;
	padding: 1px;
	color: white;
	border:  1px solid #434746;
	background: black;
	overflow: hidden;
	vertical-align: top;
}
.contactForm ul.form input[type=hidden] {
	display: none;
}
.contactForm ul.form li.submit {
	width: 626px;
	text-align: right;
}
.contactForm ul.form button {
	border: none;
	background: none;
	height: 18px;
	color: white;
	font-weight: bold;
	line-height: 16px;
	font-family: Arial, sans-serif;
	cursor: pointer;
}
.contactForm ul.form button span.left {
	background: url('button_back.gif') top left repeat-x;
	padding-left: 15px;
	height: 18px;
	display: inline-block;
}
.contactForm ul.form button span.right {
	background: url('button_back.gif') top right repeat-x;
	width: 15px;
	height: 18px;
	display: inline-block;
}


/*   MaxHD   */

.maxHD_infoBlock {
	width: 146px;
	height: 170px;
	line-height: 1.5em;
	float: left;
	margin-right: 15px;
}
.maxHD_infoBlock.max {
	height: 140px;
}
.maxHD_infoBlock.last {
	margin-right: 0;
}
.maxHD_infoBlock.bottom {
	height: 50px;
}
.maxHD_infoBlock h2 {
	border: none;
	margin-bottom: 20px;
}
.maxHD_infoBlock h2 span.left {
	background: url('h2_back.gif') top left repeat-x;
	padding-left: 15px;
	padding-top: 2px;
	height: 18px;
	display: inline-block;
	width: 116px;
}
.maxHD_infoBlock h2 span.right {
	background: url('h2_back.gif') top right repeat-x;
	width: 15px;
	height: 18px;
	padding-top: 2px;
	display: inline-block;
}
.maxHD_infoBlock .button {
	border: none;
	background: none;
	height: 18px;
	font-weight: bold;
	line-height: 16px;
	cursor: pointer;
}
#Content .maxHD_infoBlock a.button {
	color: #00ccff;
	font-weight: bold;
	font-size: 1em;
}
#Content .maxHD_infoBlock a.button:hover {
	text-decoration: underline;
}
.xmaxHD_infoBlock .button span.left {
	background: url('button_back.gif') top left repeat-x;
	padding-left: 15px;
	height: 18px;
	display: inline-block;
}
.xmaxHD_infoBlock .button span.right {
	background: url('button_back.gif') top right repeat-x;
	width: 15px;
	height: 18px;
	display: inline-block;
}


/*   SEARCH PAGE   */

#searchForm {
	margin-top: -10px;
}
#searchForm #searchKeywords {
	border: 1px solid #40bad2;
	background: black;
	width: 500px;
	height: 17px;
	color: white;
}
#searchForm #searchSubmit {
	border: none;
	background: none;
	height: 18px;
	color: white;
	font-weight: bold;
	line-height: 16px;
	cursor: pointer;
}
#searchForm #searchSubmit span.left {
	background: url('button_back.gif') top left repeat-x;
	padding-left: 15px;
	height: 18px;
	display: inline-block;
}
#searchForm #searchSubmit span.right {
	background: url('button_back.gif') top right repeat-x;
	width: 15px;
	height: 18px;
	display: inline-block;
}

#searchResults {
	margin: 30px 0;
}
#searchResults .searchResultsItem {
	margin: 20px 0;
}
#searchResults .searchResultsItem .title a {
	color: #00ccff;
	font-weight: bold;
	text-decoration: none;
}
#searchResults .searchResultsItem .title a:hover {
	text-decoration: underline;
}
#searchResults .searchPager a {
	color: #00ccff;
	font-weight: bold;
	text-decoration: none;
	margin-right: 5px;
}
#searchResults .searchPager a:hover {
	text-decoration: underline;
}



/*    ФОРМА ОТПИСКИ    */

.unsubscribeForm .button {
	border: none;
	background: none;
	height: 18px;
	color: white;
	text-decoration: none;
	font-weight: bold;
	line-height: 16px;
	cursor: pointer;
}
.unsubscribeForm .button .left {
	background: url('button_back.gif') top left repeat-x;
	padding-left: 15px;
	height: 18px;
	display: inline-block;
}
.unsubscribeForm .button .right {
	background: url('button_back.gif') top right repeat-x;
	width: 15px;
	height: 18px;
	display: inline-block;
}


/*   Страница викторины   */

.startButton {
	margin: 30px auto 50px auto;
	width: 200px;
}
.quizDescription {
	margin-bottom: 40px;
}
.quizDescription a {
	color: #00ccff;
}
.quizDescription .picture {
	float: left;
	width: 176px;
	padding: 0 20px 5px 0;
}
.quizQuestionForm .subHeader {
	margin-bottom: 15px;
}
.quizQuestionForm .counter {
	float: right;
}
.quizQuestionForm .question, .quizQuestionForm .choice {
	margin: 5px 0;
}
.quizQuestionForm .question {
	font-weight: bold;
}
.quizQuestionForm .nextButton {
	margin-top: 15px;
}

.quizPlayerForm ul {
	list-style: none;
}
.quizPlayerForm ul li.message {
	margin: 15px 0;
	font-weight: bold;
}
.quizPlayerForm ul li {
	margin: 10px 0;
}
.quizPlayerForm ul li.field label {
	width: 80px;
	display: inline-block;
	font-weight: bold;
}
.quizPlayerForm ul li.field input {
	width: 190px;
	background: black;
	border: 1px solid #434746;
	color: white;
	padding: 0 1px;
}



/*   VOD   */

#Content.vodCont {
	background: url('vod_back.jpg') no-repeat;
	padding: 0;
	min-height: 400px;
}
#Content.vodCont h1 {
	margin-bottom: 25px;
}

#Content ul.vodTopMenu {
	list-style: none;
	margin: 0 auto 25px auto;
	width: 600px;
}
#Content ul.vodTopMenu li {
	background: url('vod_top_menu_back.gif');
	float: left;
	line-height: 29px;
	font-weight: bold;
	color: white;
	margin: 0 1px;
	padding: 0 14px
}
#Content ul.vodTopMenu li a {
	color: white;
	text-decoration: none;
}
#Content ul.vodTopMenu li a:hover {
	text-decoration: underline;
}

#Content .vodListHead {
	margin: 0 auto;
	width: 636px;
}
#Content .vodList {
	margin-left: 25px;
}
#Content .vodListHead .pager {
	float: right;
}
#Content ul.vodList {
	list-style: none;
	margin-top: 25px;
}
#Content ul.vodList li {
	width: 200px;
	height: 185px;
	float: left;
	margin: 0px 14px 0 0px;
}
#Content ul.vodList li .no-picture {
	display: block;
	width: 198px;
	line-height: 118px;
	text-align: center;
	border: 1px solid #00ccff;
}
#Content ul.vodList li a.no-picture {
	color: white;
	text-decoration: none;
}
#Content ul.vodList li a.no-picture:hover {
	text-decoration: underline;
}
#Content ul.vodList li .title {
	margin-top: 6px;
	font-weight: bold;
}
#Content ul.vodList li .title a {
	color: white;
	text-decoration: none;
}
#Content ul.vodList li .title a:hover {
	text-decoration: underline;
}

#Content .vodEntity {
	margin: 0 auto;
	width: 636px;
}
#Content .vodEntity .entity {
	margin: 20px 0;
}
#Content .vodEntity .entity .picture {
	float: left;
	margin: 0 20px 10px 0;
}
#Content .vodEntity .entity .no-picture {
	float: left;
	display: block;
	margin: 0 20px 10px 0;
	border: 1px solid #00ccff;
	width: 198px;
	line-height: 118px;
	text-align: center;
}
#Content .vodEntity .entity .title {
	color: #00ccff;
	font-size: 1.2em;
	font-weight: bold;
}




/*   Registration form   */

#Content .registrationForm ul {
	list-style: none;
}
#Content .registrationForm ul li {
	margin: 10px 0;
}
#Content .registrationForm ul li label {
	width: 120px;
	font-weight: bold;
	display: inline-block;
}
#Content .registrationForm ul li label.subscribe {
	width: auto;
	display: inline;
}
#Content .registrationForm ul li input {
	border: 1px solid #40bad2;
	background: black;
	width: 165px;
	height: 17px;
	color: white;
	padding: 0 1px;
}
#Content .registrationForm ul li input.subscribe {
	border: none;
	background: none;
	width: auto;
	height: auto;
	margin-right: 5px;
	display: inline-block;
}
#Content .registrationForm ul li.separator {
	height: 1px;
}


/*   Login form   */

#Content .loginForm ul {
	list-style: none;
}
#Content .loginForm ul li {
	margin: 10px 0;
}
#Content .loginForm label {
	width: 65px;
	display: inline-block;
	font-weight: bold;
}
#Content .loginForm input {
	border: 1px solid #40bad2;
	background: black;
	width: 165px;
	height: 17px;
	color: white;
	padding: 0 1px;
}
#Content .loginForm input.checkbox {
	border: none;
	background: none;
	width: auto;
	height: auto;
}
#Content .loginForm label.checkbox {
	width: auto;
	font-weight: normal;
}
#Content .loginForm a {
	color: #40bad2;
}


#Content .forgotPasswordForm input {
	border: 1px solid #40bad2;
	background: black;
	width: 200px;
	height: 17px;
	color: white;
	padding: 0 1px;
}









/*   ВРЕМЕННЫЕ СТИЛИ !!!   */


/*   контактная форма mondial   */

#Content.contactMondialCont {
	background: url('mondial/mondial_back.jpg') no-repeat;
	padding: 0;
	min-height: 1205px;
}

.contactMondialForm {
	margin-bottom: 150px;
}
.contactMondialForm ul.to {
	list-style: none;
	margin: 18px 0;
}
.contactMondialForm ul.to li {
	padding: 3px 0;
	font-weight: bold;
}
.contactMondialForm ul.to li label {
	margin-left: 5px;
}

.contactMondialForm ul.form {
	list-style: none;
	padding: 160px 0;
	width: 400px;
	margin: 0 auto;
}
.contactMondialForm ul.form .asterisk {
	color: red;
}
.contactMondialForm ul.form li {
	padding: 5px 0;
}
.contactMondialForm ul.form li label {
	width: 157px;
	font-weight: bold;
	display: inline-block;
}
.contactMondialForm ul.form li input {
	width: 235px;
	height: 17px;
	border: 1px solid #434746;
	background: black;
	color: white;
	display: inline-block;
}
.contactMondialForm ul.form li.home_phone input, .contactMondialForm ul.form li.mobile_phone input {
	width: 183px;
}
.contactMondialForm ul.form li.home_phone select, .contactMondialForm ul.form li.mobile_phone select {
	width: 48px;
	height: 19px;
	color: white;
	background: black;
	border: 1px solid #434746;
}
.contactMondialForm ul.form li.submit {
	text-align: right;
}
.contactMondialForm ul.form li.info {
	padding: 15px 0;
}
.contactMondialForm ul.form button {
	border: none;
	background: none;
	height: 18px;
	color: white;
	font-weight: bold;
	line-height: 16px;
	font-family: Arial, sans-serif;
	cursor: pointer;
}
.contactMondialForm ul.form button span.left {
	background: url('button_back.gif') top left repeat-x;
	padding-left: 15px;
	height: 18px;
	display: inline-block;
}
.contactMondialForm ul.form button span.right {
	background: url('button_back.gif') top right repeat-x;
	width: 15px;
	height: 18px;
	display: inline-block;
}

/* yes club */

#Content h1.headerImage {
	width: 550px;
	margin: 0 auto 30px;
}

.clubHolder {
	width: 610px;
	margin: 0 auto;
}
.clubHolder .clubHolderTable {
	list-style: none;
}
.clubHolder .clubHolderTable {
	list-style: none;
}
.clubHolder .clubHolderTable table {
	width: 100%;
}
.clubHolder .clubHolderTable table tr td {
	width: 50%;
}

.clubHolder .clubHolderTable .itemPicture {
	float: none;
	margin: 0;
	width: 240px;
}

.clubHolder .clubHolderTable .text td {
	vertical-align: top;
	padding: 15px 30px 10px 0;
}

.clubHolder .clubHolderTable .title td {
	padding-bottom: 20px;
	min-height: 35px;
	vertical-align: bottom;
	width: 305px;

}
.clubHolder .clubHolderTable tr {
	background: none;
	cursor: default;
}
.clubHolder .clubHolderTable .title td h3 a {
	color: #00CCFF;
	text-decoration: none;
	font-weight: bold;
}
.clubHolder .clubHolderTable .title td h3 a:hover {
	color: #00CCFF;
	text-decoration: none;
	font-weight: bold;
}
.clubHolder .clubHolderTable .text .date {
	font-weight: bold;
    margin-bottom: 10px;
    margin-top: 5px;
}
.clubHolder .clubHolderTable .more {
	padding-bottom: 30px;
}
.clubHolder .clubHolderTable .more a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;

}
.clubHolder .clubHolderTable a.link {
	display: inline-block;
}
.clubHolder .clubHolderTable .more a:hover {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}

.discount {
	position: absolute;
	margin: 0 0 0 -50px;
}
.discount-num {
	font-size: 1.2em;
	color: #000;
	font-weight: bold;
	position: absolute;
	margin: 25px 0 0 -44px;
	
}
.newsPagerClub {
	margin-top: -20px;
}


.clubItem {
	margin-bottom: 35px;
	margin-top: 35px;
	display: block;
}
.clubItem span {
	display: block;
}
.clubItem .itemPicture {
	float: left;
	width: 240px;
	margin-right: 24px;
}
.clubItem img.picture {
	float: left;
	width: 240px;
}
.clubItem img.channelLogo {
	float: right;
	height: 45px;
	margin-left: 40px;
}
.clubItem .text {
	padding-left: 200px;
}
.clubItem .text.flow {
	padding-left: 0;
}
.clubItem .text p {
	margin: 1em 0;
}
.clubItem .text ul {
	margin-left: 20px;
}
.clubItem h3 {
	color: #00ccff;
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: none;
}
.clubItem h3 a {
	color: #00ccff;
	text-decoration: none;
}
.clubItem h3 a:hover {
	text-shadow: 2px 3px #000;
}
.clubItem .date {
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 10px;
}
.clubItem .description {
	margin-top: 10px;
}

#Content .clubItem .description a {
	color: #00ccff;
	font-weight: bold;
	text-decoration: none;
}
#Content .clubItem .description a:hover {
	text-decoration: underline;
}
#Content .clubItem .discount {
	position: absolute;
	margin: 0 0 0 -75px;
}
#Content .clubItem .title {
	margin-bottom: 10px;
}
#Content .clubItem .title, #Content .clubItem span.date {
	text-align: center;
}
#Content .clubItem .discount-num {
	font-size: 1.2em;
	color: #000;
	font-weight: bold;
	position: absolute;
	margin: 25px 0 0 195px;
	
}

#Content .imageHolder {
	float: left;
	display: block;
	width: 240px;
	margin-right: 24px;
	margin-bottom: 24px;
}
#Content .imageHolder.yes-club {
	margin-top: 1.2em;
}
