/*----- General -----*/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/body_tile.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #d9d9d9;
}

body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4c4c4c;
}
a:link {
	color: #0088cc;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #0088cc;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
h1 {
	font-size: 20px;
	color: #0088cc;
	font-weight: normal;
}
h2 {
	color: #333;
	font-weight: normal;
	font-size: 16px;
}
h3 {
	color: #666;
	font-size: 14px;
}
p {
	text-align: justify;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #333;
}
ul {
	list-style-image: url(../images/bullet_default.gif);
	color: #333;
}
#logo {
	position: relative;
	padding-top: 25px;
	padding-left: 25px;
	padding-bottom: 15px;
	padding-right: 25px;
}
#main {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#toggle {
	position: relative;
	width: 60px;
	top: 6px;
	left: 910px;
}
/*----- Main Menu -----*/
#main-menu {
	position: relative;
	height: 45px;
}
.menu-start {
	width: 10px;
	background-image: url(../images/menu_start.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.menu-tile {
	background-image: url(../images/menu_tile.gif);
	background-repeat: repeat-x;
}
.menu-end {
	width: 10px;
	background-image: url(../images/menu_end.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#main-menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#main-menu ul li {
	display: inline;
	position: relative;
}
/*Top level list items*/
#main-menu ul li {
	position: relative;
	display: inline;
	float: left;
}
#main-menu ul li a {
	font-size: 11px;
	color: #4c4c4c;
	white-space: nowrap;
	line-height: 43px;
	height: 43px;
	display: block;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	min-width: 50px;
	text-align: center;
	text-transform:uppercase;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #a4a4a4;
}
#main-menu ul li a { /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}
#main-menu ul li a:hover {
	background-image: url(../images/menu_tile_active.gif);
	background-repeat: repeat-x;
}
#main-menu ul li a.selected {
	background-image: url(../images/menu_tile_selected.gif);
	background-repeat: repeat-x;
}
/*1st sub level menu*/
#main-menu ul li ul {
	position: fixed;
	left: 0;
	display: block;
	visibility: hidden;
	z-index: 100;
	background-color: #CCC;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #e6e6e6;
	border-bottom-color: #e6e6e6;
	border-left-color: #e6e6e6;
}
/*Sub level menu list items (undo style from Top level List Items)*/
#main-menu ul li ul li {
	display: list-item;
	float: none;
}
/* Sub level menu links style */
#main-menu ul li ul li a {
	width: 120px;
	border-top-width: 0;
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C4C4C4;
	text-align: left;
	text-transform: none;
	line-height: 25px;
	font-size: 11px;
}
#main-menu ul li ul li a:hover { /*sub menus hover style*/
	color: #333;
	background-image: url(../images/menu_tile_active.gif);
	background-repeat: repeat-x;
	background-position: center;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
#main-menu ul li ul li ul {
	top: 0;
}
.Deal {
	background-image: url(../images/menu_deal.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#main-image {
	height: 235px;
	width: 980px;
	/*background-image: url(../images/main_image_bundle.jpg);*/
	position: relative;
	margin-top: 5px;
	margin-bottom: 5px;
}
.main-image-internet {
	background-image: url(../images/main_image_internet.jpg);
	position: relative;
	height: 235px;
	width: 980px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.main-image-tv {
	background-image: url(../images/main_image_tv.jpg);
	position: relative;
	height: 235px;
	width: 980px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.main-image-mobile {
	background-image: url(../images/main_image_mobile.jpg);
	position: relative;
	height: 235px;
	width: 980px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.main-image-bundle {
	background-image: url(../images/main_image_bundle.jpg);
	position: relative;
	height: 235px;
	width: 980px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.main-image-hphone {
	background-image: url(../images/main_image_hphone.jpg);
	position: relative;
	height: 235px;
	width: 980px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.main-image-business {
	background-image: url(../images/main_image_business.jpg);
	position: relative;
	height: 235px;
	width: 980px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.main-image-newyear {
	background-image: url(../images/main_image_newyear.jpg);
	position: relative;
	height: 235px;
	width: 980px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.main-image-olympics {
	background-image: url(../images/main_image_olympic.jpg);
	position: relative;
	height: 235px;
	width: 980px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.main-image-8mar {
	background-image: url(../images/main_image_8mar.jpg);
	position: relative;
	height: 235px;
	width: 980px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.main-image-TVgeneric {
	background-image: url(../images/main_image_TV_promo.jpg);
	position: relative;
	height: 235px;
	width: 980px;
	margin-top: 5px;
	margin-bottom: 5px;
}




#main-services #TV {
	background-image: url(../images/service_tv.gif);
	background-repeat: no-repeat;
	height: 139px;
	width: 245px;
	vertical-align: top;
	cursor: pointer;
	cursor: hand;
}
#main-services #Internet {
	background-image: url(../images/service_internet.gif);
	background-repeat: no-repeat;
	height: 139px;
	width: 245px;
	vertical-align: top;
	cursor: pointer;
	cursor: hand;
}
#main-services #Mobile {
	background-image: url(../images/service_mobile.gif);
	background-repeat: no-repeat;
	height: 139px;
	width: 245px;
	vertical-align: top;
	cursor: pointer;
	cursor: hand;
}
#main-services #hPhone {
	background-image: url(../images/service_hphone.gif);
	background-repeat: no-repeat;
	height: 139px;
	width: 245px;
	vertical-align: top;
	cursor: pointer;
	cursor: hand;
}
#content {
	position: relative;
	width: 980px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#content #box-top {
	background-image: url(../images/content_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 5px;
}
#content #box-bottom {
	background-image: url(../images/content_bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 5px;
}
#content #box-main {
	background-image: url(../images/content_tile.gif);
	background-repeat: repeat-y;
	padding-right: 15px;
	padding-left: 15px;
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
}
#submenu {
	position: relative;
	width: 190px;
	float: left;
	margin-right: 15px;
}
#submenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
}
#submenu ul li {
	list-style-type: none;
}
#submenu ul li a {
	display: block;
	height: 30px;
	line-height: 30px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d7d7d7;
	padding-left: 10px;
	background-image: url(../images/submenu_arrow.gif);
	background-repeat: no-repeat;
	background-position: 175px center;
	padding-right: 20px;
	position: relative;
}
#submenu ul li a:hover {
	color: #0088cc;
}
#submenu ul li ul li a {
	font-size: 12px;
	background-image: url(/images/submenu_subarrow.gif);
	line-height: 20px;
	height: 20px;
	width: auto;
	background-repeat: no-repeat;
	background-position: 20px center;
	padding-left: 30px;
	color: #666;
}
#submenu ul li ul li a:active {
	color: #0088cc;
}
#box-text {
	position: relative;
	float: left;
	width: 745px;
}
#box-text h1 {
	margin-bottom: 15px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: #333;
	font-weight: normal;
	border-bottom-color: #00aeef;
}
#box-text h2 {
	color: #0088cc;
}
tr.odd {
	background-color: #E9E9E9;
}
tr.Underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

#TV .service-dscr {
	margin-left: 120px;
	margin-right: 10px;
	margin-top: 35px;
}
#Internet .service-dscr {
	margin-top: 35px;
	margin-left: 130px;
	margin-right: 10px;
}
#Mobile .service-dscr {
	margin-top: 35px;
	margin-right: 10px;
	margin-left: 80px;
}
#hPhone .service-dscr {
	margin-top: 35px;
	margin-right: 10px;
	margin-left: 120px;
}
.service-dscr h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #0088cc;
	font-weight: normal;
}
.service-dscr p {
	font-size: 11px;
	text-align: left;
	color: #333;
}
#footer {
	position: relative;
	height: 45px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#footer a {
	color: #666;
}

.footer-start {
	width: 10px;
	background-image: url(../images/menu_start.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.footer-tile {
	background-image: url(../images/menu_tile.gif);
	background-repeat: repeat-x;
	text-align: center;
	vertical-align: middle;
	font-size: 10px;
	color: #333;
}
.footer-tile table tr td {
	font-size: 11px;
}

.footer-end {
	width: 10px;
	background-image: url(../images/menu_end.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#subheader {
	background-image: url(../images/subheader_blue.jpg);
	height: 80px;
	width: 960px;
	position: relative;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-left: 20px;
	padding-top: 20px;
	font-size: 36px;
	color: #00aeef;
	background-repeat: no-repeat;
}
.jqueryslidemenu {
	width: 100%;
}
#box-inL {
	float: left;
	width: 525px;
	position: relative;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	padding-right: 15px;
	height: 100%;
}
#box-inR {
	float: left;
	position: relative;
	margin-left: 15px;
	width: 185px;
	height: 100%;
}
.cmbCombo {
	margin: 0px;
	padding: 0px;
}
.cmbService {
	display: block;
	list-style-type: none;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 10px;
	min-height: 80px;
}
.cmbPackage {
	list-style-type: none;
	display: block;
	margin-left: 25px;
}
.cmbDescription {
	list-style-type: none;
	display: block;
	margin-left: 25px;
	margin-top: 5px;
	color: #333;
	font-size: 11px;
	margin-bottom: 5px;
	text-align: justify;
	padding-right: 150px;
}
.cmbDescription ul {
	padding-left: 10px;
	list-style-image: url(../images/arrow1.gif);
	margin-top: 10px;
	display: block;
	position: relative;
	width: auto;
}
.cmbDescription ul li {
}
.cmbRow {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 5px;
	position: relative;
	float: left;
	width: 100%;
}
.cmbRow h3 {
	margin-top: 10px;
	margin-bottom: 5px;
}
.smallDetails {
	color: #666;
	font-size: 11px;
}
.cmbRow table tr td p {
	margin-bottom: 5px;
}
#cmbPowerPlug {
	background-image: url(../images/cart_homeplugs.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#cmbInternet {
	background-image: url(../images/cart_internet.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#cmbTelevision {
	background-image: url(../images/cart_tv.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#cmbMobile {
	background-image: url(../images/cart_mobile.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#cmbHPhone {
	background-image: url(../images/cart_hphone.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#box-inR .totalPrice {
	color: #00AEEF;
	font-size: 36px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
input.btn_blue {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	background-color: transparent;
	background-image: url(../images/button_bg.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	display: inline;
	height: 31px;
	width: 106px;
	border:none;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	position: relative;
	text-decoration: none;
}
input.btn_blue:hover {
	background-image: url(../images/button_bg_hover.png);
	text-decoration: none;
}
#progressSteps {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 20px;
}
#progressSteps ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	position: relative;
}
#progressSteps ul li {
	display: block;
	position: relative;
	float: left;
	background-image: url(../images/step_bg_inactive.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 60px;
	color: #666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	white-space: nowrap;
	width: 23%;
}
#progressSteps ul li span {
	display: block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin-right: auto;
	margin-left: auto;
	width: 35px;
	text-align: center;
	color: #666;
	margin-top: 7px;
	font-weight: normal;
	margin-bottom: 10px;
	vertical-align: middle;
}
#progressSteps ul li.active {
	background-image: url(../images/step_bg_active.png);
	color: #0088cc;
}
#progressSteps ul .active span {
	color: #FFF;
}
ul.PackageBlock {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	position: relative;
	float: left;
/*	height: 215px;*/
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul.PackageBlock li.PackageBox {
	background-image: url(../images/package_bg_tile.jpg);
	background-repeat: repeat-x;
	padding: 10px;
	vertical-align: top;
	border-right-width: 1px;
	border-right-color: #CCC;
	border-right-style: solid;
	position: relative;
	float: left;
	height: 205px;
	min-width: 220px;
        width:220px;
	display: block;
	list-style-type: none;
}
.PackageBox p img {
	float: left;
	margin-right: 5px;
}
.PackageBox .PriceTag {
	position: absolute;
	background-image: url(../images/price_tag_bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 43px;
	width: 103px;
	right: 0px;
	bottom: 0px;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #4c4c4c;
	padding-top: 10px;
}
.PackageBox .PriceTag span {
	display: block;
	font-size: 12px;
	line-height: 9px;
	color: #666;
}
.PackageBox .text-button a {
	position: absolute;
	bottom: 10px;
	left: 10px;
}
.PackageBox .Details {
	position: absolute;
	left: 10px;
	bottom: 10px;
}
.Details {
	color: #FFF;
	text-decoration: none;
	display: block;
	background-image: url(../images/button_bg_details.png);
	height: 21px;
	width: 83px;
	line-height: 21px;
	text-align: center;
	cursor: pointer;
	cursor: hand;
	border-style: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.PackageBox .PriceTag .Decimal {
	font-size: 12px;
	line-height: 12px;
	padding-top: 10px;
}
span.Via {
	color: #007fbf;
}
.PackageBlock .PackageBox a {
	text-decoration: none;
}
.PackageBox h4 {
	font-size: 30px;
	color: #4c4c4c;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.PackageBox p {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	text-align: left;
	color: #666;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 11px;
	display: block;
	float: left;
	position: relative;
	width: 220px;
}
#box-text .BundleServices {
	position: relative;
	margin-bottom: 20px;
}
#box-text .BundleServices tr td {
	padding-right: 10px;
	padding-left: 10px;
}
#box-text .BundleServices tr td.Devider {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCC;
}
#box-text .BundleServices img {
	position: relative;
	float: left;
	padding-right: 5px;
}
#box-main ul.Icons {
	list-style-type: none;
	display: inline;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#box-main ul.Icons li {
	position: relative;
	display: inline;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#box-main ul.Icons li a {
	display: block;
	position: relative;
	float: left;
	font-size: 16px;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
	padding-left: 70px;
	min-height: 60px;
	padding-top: 0px;
	font-weight: bold;
	width:143px;
	margin-bottom: 20px;
}
#box-main ul.Icons li p {
	font-size: 11px;
	text-align: left;
}
#box-main ul.Icons li a.WhyUs {
	background-image: url(../images/icon_whyus_0.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#box-main ul.Icons li a.WhyUs:hover {
	background-image: url(../images/icon_whyus_1.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#box-main ul.Icons li a.Promotions {
	background-image: url(../images/icon_promotions_0.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#box-main ul.Icons li a.Promotions:hover {
	background-image: url(../images/icon_promotions_1.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#box-main ul.Icons li a.News {
	background-image: url(../images/icon_news_0.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#box-main ul.Icons li a.News:hover {
	background-image: url(../images/icon_news_1.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#box-main ul.Icons li a.Business {
	background-image: url(../images/icon_business_0.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#box-main ul.Icons li a.Business:hover {
	background-image: url(../images/icon_business_1.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#box-text.ViaMax {
	background-image: url(../images/ViaMax.jpg);
	background-repeat: no-repeat;
	background-position: right 50px;
	min-height:370px;
}
#box-text.ViaCall {
	background-image: url(../images/ViaCall.jpg);
	background-repeat: no-repeat;
	background-position: right 20px;
	min-height:370px;
}
#box-text.Login {
	background-image: url(../images/ViaCall.jpg);
	background-repeat: no-repeat;
	background-position: right 20px;
	min-height:370px;
}
/*
.cmbCombo table {
	background-color: #E9E9E9;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 15px;
	border: 1px solid #CCC;
}
*/
#AccountQuestion {
	margin-bottom: 20px;
	position: relative;
	float: left;
	width: 100%;
	height: 30px;
	background-color: #E9E9E9;
	border: 1px solid #CCC;
}
#AccountPanel {
	float: right;
	position: absolute;
	height: 30px;
	right: 25px;
	top: 25px;
	width: 500px;
}
#AccountPanel table {
	width: 100%;
	height: 30px;
}
#AccountPanel .start {
	background-image: url(../images/accountpanel_start.jpg);
	background-repeat: no-repeat;
	width: 5px;
}
#AccountPanel .tile {
	background-image: url(../images/accountpanel_tile.jpg);
	background-repeat: repeat-x;
}
#AccountPanel .end {
	background-image: url(../images/accountpanel_end.jpg);
	background-repeat: no-repeat;
	width: 5px;
}
#AccountPanel ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#AccountPanel ul li {
	display: inline;
	position: relative;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	display: block;
	line-height: 30px;
	white-space: nowrap;
	text-align: center;
	min-width: 40px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e5e5e5;
	color: #666;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
}

#AccountPanel ul li.Selected {
	background-image: url(../images/accountpanel_tile_active.jpg);
	background-repeat: repeat-x;
}
#AccountPanel ul li span {
}
#AccountPanel ul li span:hover {
	color: #007fbf;
}

/*
#AccountPanel ul .Language #English {
	background-image: url(../images/flag_us.gif);
	background-repeat: no-repeat;
	background-position: 75px center;
	padding-right: 30px;
}
#AccountPanel ul .Language #Russian {
	background-image: url(../images/flag_ru.gif);
	background-repeat: no-repeat;
	background-position: 75px center;
	padding-right: 30px;
}
#AccountPanel ul .Language #ukrainian {
	background-image: url(../images/flag_uk.gif);
	background-repeat: no-repeat;
	background-position: 75px center;
	padding-right: 30px;
}
*/
#AccountPanel ul .Language #en {
	background-image: url(../images/flag_us.gif);
	background-repeat: no-repeat;
	background-position: 75px center;
	padding-right: 30px;
}
#AccountPanel ul .Language #ru {
	background-image: url(../images/flag_ru.gif);
	background-repeat: no-repeat;
	background-position: 75px center;
	padding-right: 30px;
}
#AccountPanel ul .Language #uk {
	background-image: url(../images/flag_uk.gif);
	background-repeat: no-repeat;
	background-position: 75px center;
	padding-right: 30px;
}

#AccountPanel #DropdownLogin {
	position: absolute;
	height: 127px;
	width: 143px;
	background-image: url(../images/accountpanel_dropdown.png);
	background-repeat: no-repeat;
	z-index: 1000;
	visibility: hidden;
	float: right;
	background-position: right top;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	right: 0px;
	top: 30px;
}
#AccountPanel #DropdownLanguage {
	background-image: url(../images/accountpanel_dropdown_sm.png);
	position: absolute;
	height: 52px;
	width: 143px;
	background-repeat: no-repeat;
	z-index: 1000;
	visibility: hidden;
	float: right;
	background-position: right top;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	right: 0px;
	top: 30px;
}
#AccountPanel #DropdownLanguage table tr {
	cursor: pointer;
}

#AccountPanel #DropdownLanguage table tr:hover {
	cursor: pointer;
	background-color: #DFDFDF;
}

#AccountPanel #Search {
	border: 1px solid #CCC;

}
#AccountPanel .Go {
	line-height: 30px;

}
#AccountServices {
	position: relative;
	float: left;
}

#AccountServices .AccountServicesBox {
	display: block;
	float: left;
	width: 230px;
	min-height: 100px;
	position: relative;
	margin-right: 10px;
	margin-bottom: 20px;
	padding-left: 130px;
}

#AccountServices #AccountServicesInternet {
	background-image: url(../images/account_internet.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#AccountServices #AccountServicesPhone {
	background-image: url(../images/account_hphone.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#AccountServices #AccountServicesTvRus {
	background-image: url(../images/account_TvRu.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#AccountServices #AccountServicesTvUkr {
	background-image: url(../images/account_TvUkr.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#AccountServices #AccountServicesTvVOD {
	background-image: url(../images/account_TvVOD.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#AccountServices #AccountServicesTvKinoman {
	background-image: url(../images/account_TvKinoman.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#AccountServices #AccountServicesPlus  {
	background-image: url(../images/account_plus.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 0px;
	width: 360px;
}
#AccountServices #AccountServicesPlus img {
	margin-right: 10px;
}





#AccountServices .AccountServicesBox ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}






#Messages {
	position: relative;
	margin-top: 10px;
	background-color: #efefef;
	border: 1px solid #CCC;
	margin-bottom: 10px;
	background-image: url(../images/icon_info.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 80px;
	min-height: 50px;
}
img.FloatMargin {
	float: left;
	margin-right: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#BusinessServices ul {
	margin: 0px;
}
#BusinessServices ul li {
}

#LoginPopup {
	position: fixed;
	top: 40%;
	background-image: url(../images/login_popup.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 220px;
	width: 300px;
	left: 50%;
	z-index: 5000;
	margin-left: -150px;
	margin-top: -110px;
}
#LoginPopup h1 {
	position: absolute;
	color: #FFF;
	top: 10px;
	left: 20px;
	line-height: 30px;
	display: block;
	width: auto;
	font-size: 16px;
}
#LoginPopup #Close {
	position: absolute;
	height: 18px;
	width: 18px;
	background-image: url(../images/button_close.gif);
	background-repeat: no-repeat;
	top: 15px;
	right: 15px;
	cursor: pointer;
	cursor: hand;
}
#LoginPopup .PopupContent {
	margin-top: 60px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
}
#LoginPopup .PopupButtons {
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 30px;
}
.PopupMist {
	height: 100%;
	width: 100%;
	position: fixed;
	background-color: #000;
	z-index: 4500;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
	left: 0px;
	top: 0px;
}
.small-grey {
	font-size: 8px;
	color: #666;
	text-transform: uppercase;
}
.small-caps {
	font-size: 11px;
	text-transform: uppercase;
}
#latest-news {
	position: relative;
	width: 980px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#latest-news #box-top {
	background-image: url(../images/content_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 5px;
}
#latest-news #box-bottom {
	background-image: url(../images/content_bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 5px;
}
#latest-news #box-main {
	background-image: url(../images/content_tile.gif);
	background-repeat: repeat-y;
	vertical-align: top;
	padding-left: 5px;
}
