/* @import "fonts"; */
html, body, p, h1, h2, h3, h4, h5, h6, ul, li, form, input, textarea,  dl, dt, dd {
  margin: 0;
  padding: 0;
  font: 13px/20px "Open Sans", sans-serif;
  /* 	font:13px/20px arial, sans-serif; */
  color: #3f3534;
}

body {
  background: url(/css/v180/dddddsdssd.jpg) 
}

h1, h2, h3 {
  color: #483c3b;
  font-weight: normal;
}

h3 {
  font-size: 16px;
}

h2 {
  font-size: 17px;
}

ul, li {
  list-style: none;
}

a {
  color: #3f3534;
  text-decoration: none;
}

img {
  border: 0;
}

input:focus, textarea:focus, h1:focus {
  outline: none;
}

header, nav, footer, aside, section, article {
  display: block;
}

.wrapper {
  width: 960px;
  margin: 0 auto;
}

.important {
  color: #f60;
}

.hidden {
  display: none;
}

a.return {
  position: absolute;
  top: 10px;
  right: 0;
  color: #445f96;
}
a.return:hover {
  text-decoration: underline;
}

a.payMethods {
  color: #445f96;
  display: block;
  text-align: center;
}
a.payMethods:hover {
  text-decoration: underline;
}

a.link {
  color: #445f96;
}
a.link:hover {
  text-decoration: underline;
}

#loadMore, #loadingMore, .loadingMore {
  float: left;
  clear: both;
  display: block;
  text-align: center;
  background: #eceae8;
  height: 30px;
  line-height: 30px;
  margin: 20px 0 0 -3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#loadMore span, #loadingMore span, .loadingMore span {
  background: url(/i/spin-s.gif) 0 50% no-repeat;
  padding-left: 21px;
}

#paymentStatus #loadingMore {
  float: none;
  margin: 10px 10px 10px 0;
}



#loadMore {
  cursor: pointer;
}
#loadMore:hover {
  background: #dddbd9;
}

#loadingIndicator {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 1;
}
#loadingIndicator span {
  position: absolute;
  top: 30%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin-left: -40px;
  background: rgba(0, 0, 0, 0.7) url(/i/spin-b.gif) 50% 50% no-repeat;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.cover {
  background: url(/i/gloss.png) 100% 0 no-repeat;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 0 0 1px white;
  -webkit-box-shadow: inset 0 0 1px white;
  box-shadow: inset 0 0 1px white;
  overflow: hidden;
}
.cover img {
  position: relative;
  z-index: -1;
  background: #e1ddd5;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.rating, .rating span {
  display: block;
  width: 89px;
  height: 12px;
  background: url(/i/stars.png) -3px -4px repeat-x;
}

.rating span {
  background-position: -3px -24px;
}

div.info, a.info {
  background: #faf3db;
  border: 1px solid #e8e0c7;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 10px;
  margin: 10px 0;
}
div.info p, a.info p {
  margin: 0 !important;
}
div.info.error, a.info.error {
  background: #fadfdb;
  border-color: #d9c1bf;
}
div.info.success, a.info.success {
  background: #ebfadb;
  border-color: #e1ead6;
}
div.info.pay, a.info.pay {
  text-align: center;
  margin: 0;
}
div.info.pay h2, a.info.pay h2 {
  font-weight: bold;
}

a.info {
  display: block;
  background: #edf0f4;
  border-color: #d1d8e4;
  color: #5a74a3;
  text-align: center;
}
a.info:hover {
  text-decoration: none !important;
}


}

.accordion {
  background: #fff;
  margin-top: 60px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 1px rgba(55, 55, 55, 0.4);
  -webkit-box-shadow: 0 1px 1px rgba(55, 55, 55, 0.4);
  box-shadow: 0 1px 1px rgba(55, 55, 55, 0.4);
  overflow: hidden;
}
.accordion section {
  margin: 0;
}
.accordion h1 {
  position: relative;
  background: url(/i/header.png) 0 -93px repeat-x;
  height: 30px;
  line-height: 30px;
  padding: 0 5px;
  color: #fff;
  font-size: 15px !important;
  border-bottom: 1px solid #231d1c;
  cursor: pointer;
}
.accordion h1 .a {
  display: block;
  width: 20px;
  height: 21px;
  float: left;
  margin-top: 5px;
  background: url(/i/arrows_w.png) 100% 0 no-repeat;
}
.accordion h1.ui-state-active {
  -moz-box-shadow: 0 1px 2px rgba(100, 76, 38, 0.5);
  -webkit-box-shadow: 0 1px 2px rgba(100, 76, 38, 0.5);
  box-shadow: 0 1px 2px rgba(100, 76, 38, 0.5);
}
.accordion h1.ui-state-active .a {
  background-position: 100% 100%;
}
.accordion h1.ui-state-active .v {
  display: none;
  position: absolute;
  bottom: -9px;
  left: 15px;
  width: 13px;
  height: 10px;
  background: url(/i/v.png) 0 0 no-repeat;
}
.accordion ul {
  padding: 10px;
  color: #483c3b;
}
.accordion ul li {
  margin-top: 10px;
}
.accordion ul li:first-child {
  margin-top: 0;
}
.accordion ul a {
  display: block;
}
.accordion ul a strong {
  color: #445f96;
}
.accordion ul a:hover strong {
  text-decoration: underline;
}
.accordion ul strong {
  display: block;
}
.accordion ul small {
  display: block;
  font-size: 11px;
}
.accordion section.first, .accordion section.first h1 {
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.accordion section.last, .accordion section.last h1, .accordion section.last ul {
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.accordion section.last h1.ui-state-active {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.tag {
  width: auto;
  line-height: 14px;
  padding: 0 5px;
  background: #445f96;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.tag.my {
  background: #f60;
}
.tag.inactive {
  background: #ababab;
}
.tag.red {
  background: #ff6600;
}
.tag.yellow {
  background: #ffae00;
}
.tag.green {
  background: #74c008;
}
.tag.maroon {
  background: #9f0000;
}
.tag.lmt {
  padding-right: 45px;
  background: #a81c31 url("/i/lmt.png") no-repeat right center;
}

aside .tag {
  display: block;
  text-align: center;
  /*  line-height:16px;
    font-size:12px;*/
}

.login {
  display: block;
  color: #fff;
  text-shadow: 0 1px 1px rgba(163, 86, 24, 0.5);
  background: #ce7521;
  background: rgba(155, 56, 22, 0.4);
  padding: 4px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.login img {
  vertical-align: top;
  margin: 4px 10px 0 0;
}
.login span {
  display: block;
  padding: 0 9px 0 5px;
  border: 1px solid #c96e0a;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #ff8229;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fe9a2e), to(#ff8229));
  background-image: -moz-linear-gradient(top, #fe9a2e, #ff8229);
  background-image: -o-linear-gradient(top, #fe9a2e, #ff8229);
}
.login:hover span {
  background: #ea5512;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fe812e), to(#ea5512));
  background-image: -moz-linear-gradient(top, #fe812e, #ea5512);
  background-image: -o-linear-gradient(top, #fe812e, #ea5512);
}
.login:active span {
  background: #fd802d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e95311), to(#fd802d));
  background-image: -moz-linear-gradient(top, #e95311, #fd802d);
  background-image: -o-linear-gradient(top, #e95311, #fd802d);
}

.loginSmall {
  float: right;
  margin: 12px 3px 0 0;
  font-size: 11px;
}
.loginSmall span {
  height: 22px;
  line-height: 21px;
}

.loginLarge {
  float: left;
  padding: 0;
  margin-top: 20px;
}
.loginLarge span {
  padding: 0 15px;
  height: 30px;
  line-height: 30px;
}

.popup {
  display: none;
  position: absolute;
  top: 31px;
  right: -10px;
  z-index: 1;
  padding: 10px 10px 5px 10px;
  background: #362e2d url(/i/header2.png) 0 -65px repeat-x;
  border: 1px solid #010101;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 3px black;
  -webkit-box-shadow: 0 1px 3px black;
  box-shadow: 0 1px 3px black;
}
.popup li {
  color: #fff;
  text-shadow: 0 1px 1px #000;
  white-space: nowrap;
}
.popup li label {
  cursor: pointer;
}
.popup span {
  position: absolute;
  width: 0;
  height: 0;
  top: -5px;
  right: 14px;
  margin: 0;
  padding: 0;
  border-top: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #010101;
}
.popup span span {
  position: absolute;
  width: 0;
  height: 0;
  top: 1px;
  left: -4px;
  right: auto;
  margin: 0;
  padding: 0;
  border-top: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #4c403f;
}

#Online {
  float: left;
  clear: both;
  width: 100%;
  background: #fff;
  position: relative;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 1px rgba(55, 55, 55, 0.4);
  -webkit-box-shadow: 0 1px 1px rgba(55, 55, 55, 0.4);
  box-shadow: 0 1px 1px rgba(55, 55, 55, 0.4);
}
#Online.none {
  display: none;
}
#Online.simple .count {
  position: relative;
  padding: 8px 0;
  text-align: center;
  margin: 0;
  width: auto;
  left: auto;
  top: auto;
}
#Online.simple .friends {
  display: none;
}
#Online .count {
  position: absolute;
  width: 100px;
  height: 46px;
  top: 50%;
  left: 10px;
  margin-top: -23px;
  color: #483c3b;
  font-size: 14px;
  line-height: 16px;
}
#Online .count span {
  display: block;
  font-size: 30px;
  line-height: 30px;
}
#Online .friends {
  float: right;
  padding: 15px 15px 10px 0;
  width: 185px;
}
#Online .friends a, #Online .friends span {
  float: left;
  margin: 0 0 5px 5px;
  width: 32px;
  height: 32px;
  background-color: #eceae8;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 32px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

#ToolTip {
  display: none;
  z-index: 10000;
  position: fixed;
  padding: 5px 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  font-weight: normal;
  white-space: nowrap;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

header {
  position: relative;
  z-index: 2;
  background: url(/i/header_large.png) 0 0 repeat-x;
  border-bottom: 1px solid #231d1c;
  -moz-box-shadow: 0 1px 2px rgba(100, 76, 38, 0.5);
  -webkit-box-shadow: 0 1px 2px rgba(100, 76, 38, 0.5);
  box-shadow: 0 1px 2px rgba(100, 76, 38, 0.5);
}
header.oneLevel {
  border-bottom: 1px solid #bfbbb2;
  -moz-box-shadow: 0 1px 2px rgba(100, 76, 38, 0.3);
  -webkit-box-shadow: 0 1px 2px rgba(100, 76, 38, 0.3);
  box-shadow: 0 1px 2px rgba(100, 76, 38, 0.3);
}
header div {
  position: relative;
}
header h1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 573px;
  height: 62px;
  background: url(/Ulogo.png) 0 70% no-repeat;
}
header h1 a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  font-size: 0;
}
header nav {
  height: 28px;
}
header nav ul {
  height: 28px;
}
header nav li {
  display: block;
  float: left;
  height: 100%;
  margin-right: 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
header nav a, header nav span {
  display: block;
  color: #fff;
  padding: 0 10px;
  line-height: 28px;
}
header nav span {
  color: #333333;
}

#PrimaryNav {
  padding: 17px 0;
}
#PrimaryNav ul {
  margin-left: 370px;
}
#PrimaryNav a {
  padding: 0 5px;
  text-shadow: 0 1px 2px rgba(96, 57, 9, 0.5);
  background-position: 5px 50%;
  background-repeat: no-repeat;
}
#PrimaryNav .active {
  background: #333333;
  background: rgb(51, 51, 51);
}

#NavTV a {
  background-image: url(/i/menu/tv.png);
  padding-left: 28px;
}

#NavMovies a {
  background-image: url(/i/menu/movies.png);
  background-position-x: 4px;
  padding-left: 25px;
}

#NavSeries a, #NavShows a {
  background-image: url(/i/menu/series.png);
  background-position-x: 4px;
  padding-left: 26px;
}

#NavConcerts a {
  background-image: url(/i/menu/concerts.png);
  background-position-x: 3px;
  padding-left: 22px;
}

#NavStage a {
  background-image: url(/i/menu/stage.png);
  background-position-x: 2px;
  padding-left: 22px;
}

#NavRadio a {
  background-image: url(/i/menu/radio.png);
  padding-left: 27px;
}

#NavKids a {
  text-indent: -9999px;
  background-position: 50% 50%;
  width: 70px;
}

body.lv #NavKids a {
  background-image: url(/i/menu/kids_lv.png);
}
body.ru #NavKids a {
  background-image: url(/i/menu/kids_ru.png);
}
body.en #NavKids a {
  background-image: url(/i/menu/kids_en.png);
}

#SecondaryNav {
  padding: 7px 0 6px;
}
#SecondaryNav .active {
  background: #2a2423;
  background: rgba(0, 0, 0, 0.4);
}
#SecondaryNav a {
  float: left;
  position: relative;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
#SecondaryNav a .badge {
  display: inline-block;
  color: #2b2423;
  background: #fff;
  font-size: 10px;
  height: 14px;
  line-height: 14px;
  padding: 0 5px;
  text-align: center;
  margin-left: 5px;
  text-shadow: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

#User {
  position: absolute;
  top: 4px;
  right: -3px;
  color: #5c3303;
  font-size: 12px;
  text-shadow: 0 1px 2px rgba(96, 57, 9, 0.5);
  text-align: right;
  white-space: nowrap;
  width: 190px;
  z-index: 5;
}
#User ul {
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#User ul li.account {
  height: 54px;
  padding: 3px 55px 0 0;
}
#User ul li.account strong {
  display: block;
  color: #fff;
  font-size: 13px;
  line-height: 42px;
}
#User ul li.settings, #User ul li.logout {
  display: none;
}
#User ul.active {
  -moz-box-shadow: 0 1px 1px rgba(55, 55, 55, 0.4);
  -webkit-box-shadow: 0 1px 1px rgba(55, 55, 55, 0.4);
  box-shadow: 0 1px 1px rgba(55, 55, 55, 0.4);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #f6f1ea;
}
#User ul.active li {
  border-bottom: 1px solid #cbc5bd;
  text-shadow: none;
}
#User ul.active li a {
  display: block;
  padding: 0 10px;
  line-height: 30px;
}
#User ul.active li a:hover {
  background: #e5e0d8;
}
#User ul.active li.account {
  color: #7c756b;
  -moz-box-shadow: inset 0 1px 1px white;
  -webkit-box-shadow: inset 0 1px 1px white;
  box-shadow: inset 0 1px 1px white;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
#User ul.active li.account strong {
  color: #3f3534;
}
#User ul.active li.logout {
  border: 0;
}
#User ul.active li.logout a {
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
#User ul.active li.settings, #User ul.active li.logout {
  display: block;
}
#User .icon {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 38px;
  height: 38px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  -moz-box-shadow: 0 1px 2px rgba(96, 57, 9, 0.5);
  -webkit-box-shadow: 0 1px 2px rgba(96, 57, 9, 0.5);
  box-shadow: 0 1px 2px rgba(96, 57, 9, 0.5);
  z-index: 10;
}
#User .icon img {
  position: relative;
  margin: -1px 0 0 -1px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

#SearchForm {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 16px;
  margin: 11px 0;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
#SearchForm input {
  width: 160px;
  height: 16px;
  line-height: 15px;
  padding: 2px 20px 2px 30px;
  background: #fff;
  border: 0;
  font-size: 12px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -moz-box-shadow: 0 1px 1px rgba(55, 55, 55, 0.4);
  -webkit-box-shadow: 0 1px 1px rgba(55, 55, 55, 0.4);
  box-shadow: 0 1px 1px rgba(55, 55, 55, 0.4);
}
#SearchForm input:-moz-placeholder {
  color: #a59e97;
}
#SearchForm button {
  position: absolute;
  top: 2px;
  left: 8px;
  width: 16px;
  height: 16px;
  background: white url(/i/icons/mglass.png) 50% 50% no-repeat;
  border: 0;
  text-indent: -9999px;
  font-size: 0;
  margin: 0;
  padding: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#SearchForm span {
  display: none;
  position: absolute;
  top: 3px;
  right: 3px;
  width: 14px;
  height: 14px;
  text-align: center;
  padding: 0 0 0 1px;
  background: #afa7a7;
  font: 15px/16px "Courier New", monospace;
  color: #fff;
  cursor: pointer;
  text-shadow: none;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
}
#SearchForm span:hover {
  background: #a59e97;
}
#SearchForm.active span {
  display: block;
}


aside {
  float: right;
  width: 210px;
  padding-top: 20px;
  z-index: 1;
}
aside .cover {
  width: 208px;
  height: 308px;
  margin-bottom: 5px;
}
aside section {
  margin-top: 20px;
}
aside section:first-child {
  margin-top: 0;
}
aside h3 {
  margin-bottom: 10px;
}
aside dl {
  margin-top: 20px;
}
aside dl dt {
  float: left;
  clear: both;
  width: 110px;
  margin-top: 5px;
  color: #483c3b;
}
aside dl dd {
  float: left;
  width: 100px;
  margin-top: 5px;
}

#debugInfo {
  clear: both;
  float: left;
}
#debugInfo a {
  cursor: pointer;
}
#debugInfo #debugLog {
  display: none;
  font-size: 10px;
}

.underConstruction {
  font-size: 16px;
  margin: 50px auto;
  width: 400px;
  line-height: 22px;
  padding: 20px 0 20px 80px;
  background-position: left center;
  background-repeat: no-repeat;
}


#Tv.singleChannel aside {
  width: 310px;
}
#Tv.singleChannel .return {
  top: 5px;
}
#Tv.singleChannel #DraugiemLike {
  position: absolute;
  top: 10px;
  right: 0;
}
#Tv.singleChannel .helpInfo {
  float: left;
  clear: both;
  width: 100%;
  margin-top: 10px;
}

#Tv.singleChannel .helpInfo .tag {
  float: left;
  line-height: 24px;
  padding: 0 10px;
}
#Tv.singleChannel .helpInfo .description {
  margin: 20px 120px 10px 0;
}
#Tv.singleChannel .helpInfo .description span {
  display: none;
}
#Tv.singleChannel .helpInfo .description a {
  padding-right: 10px;
  margin-left: 5px;
  line-height: 16px;
  color: #445f96;
  background: url(/i/reviews/more.png) 100% 50% no-repeat;
  text-decoration: none;
  font-size: 12px;
  cursor: pointer;
}
#Tv.singleChannel .helpInfo .description a:hover {
  text-decoration: underline;
}

#Tv .channelView {
  float: left;
  clear: both;
  width: 929px;
  margin: 40px -10px -10px 1px;
}
#Tv .channelView.small {
  width: 696px;
}
#Tv .channelView .sortme {
  float: left;
  width: 100%;
  min-height: 109px;
}
#Tv .channelView .emptySortme {
  background: #efefef;
  width: 919px;
  height: 165px;
  overflow: hidden;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#Tv .channelView:first-child {
  margin-top: 0;
}
#Tv .channelView h1 {
  clear: both;
  height: 40px;
}
#Tv .channelView a {
  position: relative;
  float: left;
  width: 222px;
  height: 165px;
  cursor: pointer;
  margin: 0 10px 10px 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: black;
}
#Tv .channelView a div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-transition: all 2s ease-in;
  -webkit-transition: all 2s ease-in;
  -o-transition: all 2s ease-in;
  -ms-transition: all 2s ease-in;
  transition: all 2s ease-in;
  opacity: 0;
  background: no-repeat center center;
}
#Tv .channelView a div.active {
  -moz-transition: all 2s ease-out;
  -webkit-transition: all 2s ease-out;
  -o-transition: all 2s ease-out;
  -ms-transition: all 2s ease-out;
  transition: all 2s ease-out;
  opacity: 1;
}
#Tv .channelView a h2 {
  text-shadow: 0 1px 2px #000;
  position: absolute;
  bottom: 0px;
  width: 202px;
  font-weight: normal;
  padding: 5px 10px;
  margin: 0;
  background: black;
  background: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  line-height: 16px;
  color: #fff;
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
#Tv .channelView a h2.h {
  cursor: move;
}
#Tv .channelView a h2 span {
  color: #CCC;
  padding-left: 6px;
  font-size: 12px;
}
#Tv .channelView a h2 strong {
  color: #CCC;
  display: block;
  font-size: 13px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#Tv .channelView a.drophere {
  height: 165px;
  background: #fff;
  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.07);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.07);
}
#Tv .channelView a.inactive {
  opacity: .5;
}
#Tv .channelView a h3 {
  display: none;
}
#Tv .channelView a.stopped h3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin-top: 70px;
  color: #CCC;
  display: block;
}
#Tv .channelView a.stopped div {
  display: none;
}

#Tv article {
  position: relative;
}
#Tv article h2 {
  font-size: 15px;
  margin-bottom: 10px;
}
#Tv article h2.now {
  width: 500px;
}
#Tv article p.info {
  text-align: center;
  background: #eceae8;
  line-height: 20px;
  padding: 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#Tv article p.info a {
  color: #445f96;
}
#Tv article p.info a:hover {
  text-decoration: underline;
}
#Tv article dl {
  float: left;
  clear: both;
}
#Tv article dl dt {
  float: left;
  clear: both;
  font-weight: bold;
  width: 140px;
  margin-top: 5px;
  color: #483c3b;
}
#Tv article dl dd {
  float: left;
  width: 550px;
  margin-top: 5px;
}
#Tv article dl dd a {
  color: #445f96;
  cursor: pointer;
  white-space: nowrap;
}
#Tv article dl dd a:hover {
  text-decoration: underline;
}

#Tv .epg {
  position: relative;
  margin: 0 -15px -15px 0;
}
#Tv .epg .noscroll {
  position: absolute;
  background: #fff;
  z-index: 1;
}
#Tv .epg .noscroll-r {
  right: 0;
  top: 0;
  width: 15px;
  height: 100%;
}
#Tv .epg .noscroll-b {
  left: 0px;
  bottom: 0;
  width: 100%;
  height: 15px;
}
#Tv .epg h1 {
  position: relative;
  height: 50px;
  z-index: 2;
}
#Tv .epg h1 b {
  float: left;
  height: 40px;
  line-height: 40px;
  font-weight: normal;
  margin: -5px 10px 0 0;
}
#Tv .epg h1 #DateSwitch {
  margin-top: 6px;
}
#Tv .epg #epgData {
  position: relative;
  width: 665px;
  height: 600px;
  margin-left: 40px;
  overflow: hidden;
}
#Tv .epg #epgHeader {
  position: absolute;
  top: 0;
  left: 0;
  height: 35px;
  overflow: hidden;
  z-index: 1;
}
#Tv .epg #epgHeader li {
  float: left;
  width: 210px;
  margin-left: 10px;
  height: 35px;
  line-height: 35px;
  background: url(/i/header.png) 0 -27px repeat-x;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
#Tv .epg #epgHeader li:first-child {
  margin: 0;
}
#Tv .epg #epgHeader li a {
  display: block;
  color: #fff;
  font-size: 20px;
  text-shadow: 0 1px 2px rgba(87, 87, 87, 0.5);
  padding: 0 25px 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#Tv .epg #epgHeader li a:hover {
  background: url(/i/controls.png) 180px -13px no-repeat;
}
#Tv .epg #epgHeader.single li a:hover {
  background-position: 620px -13px;
}
#Tv .epg #epgHeader.double li a:hover {
  background-position: 290px -13px;
}
#Tv .epg #epgContainer {
  position: absolute;
  top: 34px;
  width: 100%;
  height: 100%;
  overflow: scroll;
}

#Tv .epg .slider-container {
  position: absolute;
  z-index: 2;
}
#Tv .epg .slider-container .position {
  position: absolute !important;
  top: 0;
  left: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 3px solid #ef9a05;
}
#Tv .epg .slider-container .position span {
  position: absolute;
  background-image: url(/i/vs.png);
  background-repeat: no-repeat;
}
#Tv .epg .slider-container .position span.l {
  top: 7px;
  left: -7px;
  width: 4px;
  height: 7px;
  background-position: 0 0;
}
#Tv .epg .slider-container .position span.r {
  top: 7px;
  right: -7px;
  width: 4px;
  height: 7px;
  background-position: 100% 0;
}
#Tv .epg .slider-container .position span.t {
  top: -7px;
  left: 7px;
  width: 7px;
  height: 4px;
  background-position: 50% 0;
}
#Tv .epg .slider-container .position span.b {
  bottom: -7px;
  left: 7px;
  width: 7px;
  height: 4px;
  background-position: 50% 100%;
}
#Tv .epg .slider {
  padding: 6px;
}
#Tv .epg .slider li {
  background: #d0cac3;
}
#Tv .epg #hSliderContainer {
  display: none;
  top: 5px;
  right: 9px;
  height: 27px;
}
#Tv .epg #hSliderContainer .position {
  height: 21px;
}
#Tv .epg #hSlider {
  height: 15px;
}
#Tv .epg #hSlider li {
  float: left;
  width: 8px;
  height: 15px;
  margin-left: 2px;
}
#Tv .epg #hSlider li:first-child {
  margin: 0;
}
#Tv .epg #vSliderContainer {
  top: 44px;
  left: 0;
}
#Tv .epg #vSliderContainer .position {
  width: 21px;
}
#Tv .epg #vSlider li {
  width: 15px;
  height: 10px;
  font-size: 0px;
  line-height: 0;
  margin-top: 2px;
}
#Tv .epg #vSlider li:first-child {
  margin: 0;
}
#Tv .epg #epgOverlay {
  position: absolute;
  height: auto;
  padding: 10px;
  background: #3c3c3c;
  background: rgba(56, 56, 56, 0.97);
  z-index: 2;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
#Tv .epg #epgOverlay p, #Tv .epg #epgOverlay dt, #Tv .epg #epgOverlay dd {
  color: #fff;
  text-shadow: 0 1px 1px rgba(87, 87, 87, 0.5);
}
#Tv .epg #epgOverlay dt, #Tv .epg #epgOverlay dd {
  font-size: 12px;
}
#Tv .epg #epgOverlay p {
  margin: 0 0 10px 0;
  max-height: 100px;
  overflow: hidden;
}
#Tv .epg #epgOverlay dt {
  float: left;
  clear: both;
  width: 60px;
  font-weight: bold;
}
#Tv .epg #epgOverlay dd {
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#Tv .epg #epgOverlay span {
  position: absolute;
  width: 0;
  height: 0;
  top: 13px;
  bottom: auto;
  left: -7px;
  right: auto;
  margin: 0;
  padding: 0;
  border-top: 7px solid transparent;
  border-left: 0;
  border-right: 7px solid #3c3c3c;
  border-right-color: rgba(56, 56, 56, 0.97);
  border-bottom: 7px solid transparent;
}
#Tv .epg #epgOverlay.bl span {
  top: auto;
  bottom: 12px;
  left: -7px;
  right: auto;
  border-left: 0;
  border-right: 7px solid #3c3c3c;
  border-right-color: rgba(56, 56, 56, 0.97);
}
#Tv .epg #epgOverlay.tr span {
  top: 13px;
  bottom: auto;
  left: auto;
  right: -7px;
  border-left: 7px solid #3c3c3c;
  border-left-color: rgba(56, 56, 56, 0.97);
  border-right: 0;
}
#Tv .epg #epgOverlay.br span {
  top: auto;
  bottom: 12px;
  left: auto;
  right: -7px;
  border-left: 7px solid #3c3c3c;
  border-left-color: rgba(56, 56, 56, 0.97);
  border-right: 0;
}
#Tv .epg #epgOverlay.tt span {
  top: -7px;
  bottom: auto;
  left: 12px;
  right: auto;
  border-top: 0;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #3c3c3c;
  border-bottom-color: rgba(56, 56, 56, 0.97);
}
#Tv .epg #epgOverlay.bb span {
  top: auto;
  bottom: -7px;
  left: 12px;
  right: auto;
  border-bottom: 0;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #3c3c3c;
  border-top-color: rgba(56, 56, 56, 0.97);
}

#epgMiniContainer {
  position: relative;
  clear: both;
  float: left;
  width: 590px;
  margin-top: 10px;
}

#epgMini {
  border-spacing: 0;
}
#epgMini th, #epgMini td {
  padding: 0;
  margin: 0;
}
#epgMini th {
  background: url(/i/header.png) repeat-x 0 100%;
  color: #fff;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
  text-align: left;
  font-size: 18px;
  font-weight: normal;
  text-shadow: 0 1px 2px rgba(87, 87, 87, 0.5);
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#epgMini tbody tr {
  clear: both;
  float: left;
  width: 100%;
  background: #eceae8;
  font-size: 14px;
  border-bottom: 1px solid #c9c6c4;
  cursor: default;
  line-height: 16px;
}
#epgMini tbody tr td {
  vertical-align: middle;
}
#epgMini tbody tr td.epgChannel {
  cursor: pointer;
}
#epgMini tbody tr a {
  display: block;
  padding: 10px 0;
}
#epgMini tbody tr a.epgChannel {
  width: 50px;
  height: 50px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#epgMini tbody tr a.epgItem {
  width: 170px;
  padding: 10px 5px;
}
#epgMini tbody tr a.epgItem small {
  display: block;
  font-size: 11px;
  color: #a6a6a6;
}
#epgMini tbody tr a.epgItemDouble {
  width: 350px;
}
#epgMini tbody tr a.epgItemTriple {
  width: 530px;
}
#epgMini tbody tr:hover, #epgMini tbody tr.active {
  background: #dddbd9;
}
#epgMini tbody tr.active .active span {
  font-weight: bold;
}

#epgMiniContainer #epgOverlay {
  display: none;
  position: absolute;
  width: 319px;
  height: auto;
  padding: 10px;
  background: #3c3c3c;
  background: rgba(56, 56, 56, 0.97);
  z-index: 2;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
#epgMiniContainer #epgOverlay p, #epgMiniContainer #epgOverlay dt, #epgMiniContainer #epgOverlay dd {
  color: #fff;
  text-shadow: 0 1px 1px rgba(87, 87, 87, 0.5);
}
#epgMiniContainer #epgOverlay dt, #epgMiniContainer #epgOverlay dd {
  font-size: 12px;
}
#epgMiniContainer #epgOverlay p {
  margin: 0 0 10px 0;
  max-height: 80px;
  overflow: hidden;
}
#epgMiniContainer #epgOverlay dt {
  float: left;
  clear: both;
  width: 60px;
  font-weight: bold;
}
#epgMiniContainer #epgOverlay dd {
  float: left;
  width: 80px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#epgMiniContainer #epgOverlay span {
  position: absolute;
  width: 0;
  height: 0;
  top: -7px;
  left: 60px;
  margin: 0;
  padding: 0;
  border-top: 0;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #3c3c3c;
  border-bottom-color: rgba(56, 56, 56, 0.97);
}
#epgMiniContainer #epgOverlay.bb span {
  top: auto;
  bottom: -7px;
  border-bottom: 0;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #3c3c3c;
  border-top-color: rgba(56, 56, 56, 0.97);
}



#MoviesData {
  width: 931px;
  margin-left: 1px;
}
#MoviesData .movieItem {
  position: relative;
  float: left;
  width: 120px;
  height: 180px;
  margin: 10px 13px 0 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#MoviesData .movieItem a {
  z-index: 1;
  position: absolute;
  top: -2px;
  left: -2px;
  width: 120px;
  height: 180px;
  border: 2px solid #fff;
  overflow: hidden;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -moz-transition-property: left, top, width, height;
  -webkit-transition-property: left, top, width, height;
  -o-transition-property: left, top, width, height;
  -ms-transition-property: left, top, width, height;
  transition-property: left, top, width, height;
  -moz-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -ms-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
#MoviesData .movieItem a img {
  opacity: 0;
  height: 308px;
  width: 208px;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#MoviesData .movieItem a .movieInfo {
  position: absolute;
  bottom: -300px;
  bottom: 0;
  left: 0;
  width: 208px;
  color: #fff;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -moz-transition: all 0 ease-in-out;
  -webkit-transition: all 0 ease-in-out;
  -o-transition: all 0 ease-in-out;
  -ms-transition: all 0 ease-in-out;
  transition: all 0 ease-in-out;
}
#MoviesData .movieItem a .movieInfo strong, #MoviesData .movieItem a .movieInfo .genre, #MoviesData .movieItem a .movieInfo .descr {
  display: block;
  padding: 7px 10px;
}
#MoviesData .movieItem a .movieInfo strong {
  font-weight: normal;
  font-size: 14px;
}
#MoviesData .movieItem a .movieInfo .genre {
  font-size: 11px;
  color: #ccc;
  line-height: 14px;
  padding-top: 0;
  margin-top: -5px;
}
#MoviesData .movieItem a .movieInfo .langs, #MoviesData .movieItem a .movieInfo .subs {
  float: left;
  clear: both;
  width: 188px;
  line-height: 14px;
  padding: 0;
  font-size: 11px;
  height: 14px;
  margin: 0 10px 10px 10px;
}
#MoviesData .movieItem a .movieInfo .langs em, #MoviesData .movieItem a .movieInfo .subs em {
  float: left;
  line-height: 14px;
  font-style: normal;
  margin-right: 5px;
  color: #ccc;
  width: 55px;
}
#MoviesData .movieItem a .movieInfo .langs b, #MoviesData .movieItem a .movieInfo .subs b {
  float: left;
  color: #000;
  background: #838383;
  background: rgba(255, 255, 255, 0.5);
  font-size: 9px;
  margin-right: 3px;
  width: 20px;
  text-align: center;
  text-transform: capitalize;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#MoviesData .movieItem a .movieInfo .subs {
  margin-top: -7px;
  margin-bottom: 10px;
}
#MoviesData .movieItem a .tag {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 5px 2px;
  white-space: nowrap;
  -moz-border-radius: 0 0 0 3px;
  -webkit-border-radius: 0 0 0 3px;
  border-radius: 0 0 0 3px;
}
#MoviesData .movieItem a:hover {
  width: 208px;
  height: 308px;
  left: -46px;
  top: -57px;
  z-index: 2;
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.7);
  -moz-transition-property: left, top, width, height;
  -webkit-transition-property: left, top, width, height;
  -o-transition-property: left, top, width, height;
  -ms-transition-property: left, top, width, height;
  transition-property: left, top, width, height;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
#MoviesData .movieItem a:hover img {
  opacity: 1;
}
#MoviesData .movieItem a:hover .movieInfo {
  bottom: 0;
  opacity: 1;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#MoviesData .movieItem a:hover .tag {
  display: block;
  padding: 5px 10px 7px;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#MoviesData .movieItemMy a {
  border-color: #f60;
  -moz-border-radius: 0 3px 0 0;
  -webkit-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
}
#MoviesData .movieItemWishlist a {
  border-color: #445f96;
  -moz-border-radius: 0 3px 0 0;
  -webkit-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
}
#MoviesData .movieItemFree a {
  border-color: #74c008;
  -moz-border-radius: 0 3px 0 0;
  -webkit-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
}
#MoviesData .movieItemInactive {
  opacity: .3;
}
#MoviesData .movieItemInactive:hover {
  opacity: 1;
}


#Movie article {
  padding-left: 215px;
}
#Movie article .genre {
  margin: 0;
  font-size: 17px;
  color: #a29492;
}
#Movie article .genre a {
  color: #a29492;
}
#Movie article .genre a:hover {
  text-decoration: underline;
}
#Movie article .description {
  margin: 20px 0 10px 0;
}
#Movie article .description span {
  display: none;
}
#Movie article .description a {
  padding-right: 10px;
  margin-left: 5px;
  line-height: 16px;
  color: #445f96;
  background: url(/i/reviews/more.png) 100% 50% no-repeat;
  text-decoration: none;
  font-size: 12px;
  cursor: pointer;
}
#Movie article .description a:hover {
  text-decoration: underline;
}
#Movie article .cast {
  font-size: 12px;
}
#Movie article .cast a {
  text-decoration: underline;
}
#Movie article .cast strong {
  margin-right: 5px;
}
#Movie aside {
  float: left;
  position: relative;
  width: 190px;
  margin: -225px 0 0 10px;
}
#Movie aside .cover {
  width: 186px;
  height: 260px;
  border: 2px solid #fff;
  background: #fff;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

#Movie aside h3 {
  float: left;
  width: 100%;
  clear: both;
  margin: 20px 0 10px 0;
}
#Movie aside .collective h3 {
  float: none;
  width: auto;
  margin: 0;
}
#Movie aside .meta {
  float: left;
  width: 100%;
  clear: both;
  margin-top: 20px;
  font-size: 12px;
}
#Movie aside .meta strong {
  margin-right: 5px;
}
#Movie aside .smallMovie {
  clear: both;
  position: relative;
  min-height: 103px;
  margin: 0 0 10px 0;
  padding-left: 80px;
}
#Movie aside .smallMovie a {
  color: #445f96;
}
#Movie aside .smallMovie a:hover {
  text-decoration: underline;
}
#Movie aside .smallMovie h4 {
  line-height: 16px;
}
#Movie aside .smallMovie h4 a {
  font-size: 13px;
  color: #445f96;
}
#Movie aside .smallMovie h4 a:hover {
  text-decoration: underline;
}
#Movie aside .smallMovie h4 span {
  font-size: 12px;
}
#Movie aside .smallMovie .genre {
  font-size: 12px;
  margin-top: 5px;
  line-height: 14px;
  color: #a29c92;
}
#Movie aside .smallMovie .genre a {
  color: #a29c92;
}
#Movie aside .smallMovie .genre a:hover {
  text-decoration: underline;
}
#Movie aside .smallMovie .cover {
  position: absolute;
  top: 3px;
  left: 0;
  width: 70px;
  height: 100px;
  margin-right: 10px;
  border: 0;
  background: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#MovieOverlay {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
}
#MovieOverlay #Screen {
  position: fixed;
  width: 920px;
  height: 552px;
  top: 50%;
  left: 50%;
  margin-left: -460px;
  margin-top: -276px;
}
#MovieOverlay #Screen a.close {
  position: absolute;
  top: -34px;
  right: 0;
  width: 28px;
  height: 28px;
  background: url(/i/icons/x.png) 0 0 no-repeat;
  cursor: pointer;
  opacity: .3;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#MovieOverlay #Screen a.close:hover {
  opacity: 1;
}
#MovieOverlay #noPlugin {
  padding-top: 99px;
  padding-bottom: 123px;
}
#MovieOverlay #iOS {
  height: 552px;
}
#MovieOverlay #iOS p {
  padding-top: 200px;
}



#MoviesCollective.movies {
  margin-bottom: -10px;
}

.collective {
  position: relative;
  float: left;
  width: 190px;
  background: url(/i/collective/narrow.jpg) 0 100% no-repeat;
  margin-top: 10px;
  border-top: 1px solid #e7e7d4;
  border-bottom: 1px solid #ccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.collective h3 {
  color: #444;
  text-shadow: 0 1px 1px #fff;
  padding: 3px 10px;
  margin: 0;
  line-height: 26px;
}
.collective .genre {
  font-size: 12px;
  margin-top: 5px !important;
  color: #a29c92;
  line-height: 15px;
}
.collective .genre a {
  color: #a29c92;
}
.collective .genre a:hover {
  text-decoration: underline;
}
.collective .help {
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 12px;
  color: #f7f7ef;
  background: #acaa8c;
  width: 12px;
  height: 16px;
  text-align: right;
  padding-right: 5px;
  line-height: 16px;
  font-weight: bold;
  cursor: pointer;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -moz-box-shadow: 0 1px 0 white;
  -webkit-box-shadow: 0 1px 0 white;
  box-shadow: 0 1px 0 white;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.collective .help:hover {
  background: #817e6c;
}
.collective .description {
  padding: 0 10px;
  margin: 0 !important;
  color: #444;
  text-shadow: 0 1px 1px #fff;
  font-size: 12px;
}
.collective .duration {
  margin: 5px 10px 0 10px !important;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #8e8e8e;
  text-align: center;
  background: #f4f4ea;
  background: rgba(255, 255, 255, 0.4);
  font-weight: bold;
  text-shadow: 0 1px 0 #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 0 1px 1px rgba(191, 189, 173, 0.3);
  -webkit-box-shadow: inset 0 1px 1px rgba(191, 189, 173, 0.3);
  box-shadow: inset 0 1px 1px rgba(191, 189, 173, 0.3);
}
.collective .users {
  margin: 10px 0 8px 10px;
  float: left;
  clear: both;
}
.collective .users a, .collective .users span {
  float: left;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin: 0 5px 5px 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
}
.collective .users a {
  cursor: pointer;
  background-size: 30px 30px;
}
.collective .users span {
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.3), inset 0 -1px 0 white;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.3), inset 0 -1px 0 white;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.3), inset 0 -1px 0 white;
}
.collective .users span.invite {
  cursor: pointer;
  background-image: url(/i/collective/invite.png);
}
.collective .buy {
  clear: both;
  padding: 13px 14px 14px 14px;
}


.collectiveTorn {
  background-image: url(/i/collective/narrow_torn.jpg);
  border-bottom: none;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

#MoviesCollective h2 {
  clear: both;
  margin: 20px 0 10px 0;
}





.collectiveLarge {
  background-image: url(/i/collective/wide.jpg);
}

.collectiveLargeTorn, .collectiveCompleted {
  background-image: url(/i/collective/wide_torn.jpg);
  border-bottom: none;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.collectiveEmpty {
  height: 220px;
  background-image: url(/i/collective/empty.jpg);
}

.collectiveEmptyTorn {
  height: 169px;
  background-image: url(/i/collective/empty_torn.jpg);
  border-bottom: none;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.collectivePK {
  height: 222px;
  background: none;
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.collectiveCompleted {
  opacity: .4;
}

.collectiveSoon .duration {
  color: #dc7a00;
}

#CollectiveIntro {
  background: white url(/i/collective/intro.jpg) 50% 20px no-repeat;
  width: 840px;
  padding: 20px 0;
}
#CollectiveIntro .step {
  float: left;
  width: 280px;
  font-size: 20px;
  text-align: center;
  height: 60px;
  line-height: 60px;
  color: #a19d92;
  margin: 130px 0 30px;
}
#CollectiveIntro ul {
  clear: both;
  margin-top: 30px;
  text-align: center;
}
#CollectiveIntro ul li {
  list-style: none;
  color: #a19d92;
  font-size: 11px;
}

.reviews {
  padding-top: 15px;
  margin-top: 20px;
}
.reviews a {
  color: #455f95;
  cursor: pointer;
}
.reviews a:hover {
  text-decoration: underline;
}
.reviews h2 {
  margin-bottom: 15px;
}
.reviews li {
  position: relative;
  padding: 0 0 10px 60px;
}
.reviews li .icon {
  position: absolute;
  top: 0;
  left: 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.reviews li .icon img {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.reviews .review {
  min-height: 50px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ededed;
}
.reviews .review .meta {
  margin-top: 0 !important;
  line-height: 16px;
}
.reviews .review .meta a {
  font-weight: bold;
  margin-right: 5px;
}
.reviews .review .meta span {
  color: #959595;
  font-size: 11px;
}

.reviews .review .rate {
  height: 20px;
  overflow: hidden;
}
.reviews .review .rate span {
  margin-left: -5px;
  opacity: 0;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.reviews .review .rate a {
  font-size: 12px;
  margin: 0 5px;
}
.reviews .review .extras {
  position: absolute;
  bottom: 10px;
  right: 10px;
  opacity: 0;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.reviews .review .extras a {
  cursor: pointer;
  display: block;
  float: right;
  width: 20px;
  height: 20px;
  margin-left: 5px;
}
.reviews .review .extras a.user {
  background: url(/i/icons/user.png);
}
.reviews .review .extras a.delete {
  background: url(/i/icons/trash.png);
}
.reviews .review:hover .rate span {
  opacity: 1;
}
.reviews .review:hover .extras {
  opacity: 1;
}
.reviews .top {
  background: #f9f8e2;
  padding: 10px 10px 10px 70px;
  margin-bottom: 20px;
  border: 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.reviews .top .icon {
  top: 10px;
  left: 10px;
}
.reviews .more {
  padding: 0;
  margin-bottom: 30px;
  line-height: 16px;
  font-size: 12px;
}
.reviews .more a {
  padding-right: 15px;
  background: url(/i/reviews/more.png) 100% 50% no-repeat;
}
.reviews form {
  margin-top: 10px;
}
.reviews form label.text-control span {
  width: 641px;
  margin-bottom: 0;
}
.reviews form label.text-control span textarea {
  width: 629px;
  height: 34px;
  -moz-transition: height 0.2s linear;
  -webkit-transition: height 0.2s linear;
  -o-transition: height 0.2s linear;
  -ms-transition: height 0.2s linear;
  transition: height 0.2s linear;
}
.reviews form label.text-control span.focus textarea {
  height: 200px;
}


#Radio .stations {
  float: left;
  clear: both;
  width: 700px;
  margin: 10px -10px -10px 0;
}
#Radio .stations:first-child {
  margin-top: 0;
}
#Radio .stations h1 {
  clear: both;
  font-size: 15px;
  height: 30px;
}
#Radio .stations h1 .a {
  float: left;
  margin-top: 5px;
  width: 17px;
  height: 21px;
  background: url(/i/arrows.png) 100% 100% no-repeat;
}
#Radio .stations h2 {
  clear: both;
  font-size: 20px;
}
#Radio .stations section {
  position: relative;
  float: left;
  width: 280px;
  height: 40px;
  background: #eceae8;
  margin: 0 10px 10px 0;
  padding: 10px 10px 10px 50px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#Radio .stations section h2 {
  height: 23px;
  font-size: 20px;
  padding-right: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#Radio .stations section a {
  cursor: pointer;
}
#Radio .stations section .play {
  width: 40px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  background: #b1aeaa url(/i/controls.png) 50% 0 no-repeat;
  background: url(/i/controls.png) 50% 0 no-repeat, url(/i/header.png) 0 100% repeat-x;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#Radio .stations section.active .play {
  background: #f4a506 url(/i/controls.png) 50% 0 no-repeat;
  background: url(/i/controls.png) 50% 0 no-repeat, url(/i/header.png) 0 0 repeat-x;
}
#Radio .stations section.playing .play {
  background: #f4a506 url(/i/controls.png) 50% 100% no-repeat;
  background: url(/i/controls.png) 50% 100% no-repeat, url(/i/header.png) 0 0 repeat-x;
}
#Radio .stations section .fav {
  position: absolute;
  width: 15px;
  height: 13px;
  top: 10px;
  right: 10px;
  background: url(/i/fav.png) 0 0 no-repeat;
}
#Radio .stations section.my .fav {
  background-position: 0 100%;
}
#Radio .stations.closable h1 {
  cursor: pointer;
}
#Radio .stations.compact div {
  display: none;
}
#Radio .stations.compact .a {
  background-position: 100% 0;
}

#R {
  position: absolute;
  top: -9999px;
  left: -9999px;
}



.ui-dialog {
  position: absolute;
  background: #bcb6b0;
  background: rgba(208, 202, 195, 0.9);
  -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.75);
  overflow: hidden;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.ui-dialog .ui-dialog-titlebar {
  font-size: 17px;
  padding: 10px;
  margin-right: 40px;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  margin-right: 30px;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: -30px;
  top: 50%;
  width: 19px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 19px;
  text-indent: -3000px;
}
.ui-dialog .ui-dialog-titlebar-close span {
  display: block;
  background: url("/i/icons/close.png") no-repeat 0px center;
}
.ui-dialog .ui-dialog-titlebar-close span:hover {
  background-position: -19px center;
}

.staticText a {
  color: #445F96;
}
.staticText a:hover {
  text-decoration: underline;
}
.staticText h2 {
  margin-top: 20px;
  margin-bottom: 5px;
}
.staticText h3 {
  font-weight: bold;
  font-size: 12px;
  margin: 5px 0 0 0;
}
.staticText ol ul {
  margin-left: 20px;
  margin-top: 15px;
}
.staticText ol li {
  list-style-type: decimal;
  padding-bottom: 15px;
}
.staticText ul li {
  list-style-type: circle;
  padding-bottom: 5px;
}
.staticText a.backlink {
  line-height: 25px;
}
.staticText p {
  margin: 0;
  line-height: 23px;
  padding-bottom: 15px;
}
.staticText table {
  border-collapse: collapse;
  width: 100%;
  margin: 0;
}
.staticText table td, .staticText table th {
  padding: 6px;
}
.staticText table tr:nth-child(odd) {
  background: #ECEAE8;
}
.staticText table th {
  background: url("/i/header.png") repeat-x scroll 0 100% gray;
  color: white;
  font-size: 16px;
  text-align: left;
  font-weight: normal;
}
.staticText table strong {
  font-weight: normal;
  font-size: 17px;
}


footer {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  height: 50px;
}
footer ul {
  margin-left: 2px;
}
footer li {
  float: left;
  margin-right: 5px;
}
footer small {
  float: right;
  margin-right: 4px;
}
footer a, footer small {
  display: block;
  color: #a59e97;
  font-size: 12px;
  line-height: 30px;
}
footer a:hover {
  text-decoration: underline;
}
footer .divider {
  font-size: 16px;
  line-height: 30px;
  color: #a59e97;
}

#Langs {
  position: absolute;
  bottom: 0;
  left: 0;
}
#Langs .active {
  font-weight: bold;
}

#largeHead {
  height: 280px;
  padding: 20px;
}
#largeHead h2 {
  color: white;
  font-size: 28px;
  width: 400px;
  padding-bottom: 20px;
}
#largeHead p {
  color: #9C9696;
  width: 400px;
}
#largeHead .video {
  float: right;
}

#promoBlock {
  width: 920px;
  margin: 0 auto;
  padding: 20px 20px 0 20px;
}
#promoBlock ul {
  text-align: center;
  line-height: 5px;
}
#promoBlock ul li {
  margin: 10px 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: grey;
  background-position: 0 0;
  cursor: pointer;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#promoBlock ul li.current {
  background: white;
}

#promoSpotlight {
  overflow: hidden;
  background: #000;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
  height: 300px;
}
#promoSpotlight a {
  position: absolute;
  top: 0;
  left: 920px;
  width: 920px;
  height: 300px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
  opacity: 0;
  z-index: 1;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
#promoSpotlight a.previous {
  left: -920px;
  opacity: 0;
}
#promoSpotlight a div {
  max-width: 300px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: black;
  background: rgba(0, 0, 0, 0.7);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 10px;
  color: #CCC;
}
#promoSpotlight a div h2 {
  font-size: 22px;
  color: white;
  margin: 5px 0;
}
#promoSpotlight a.current {
  left: 0;
  opacity: 1;
  z-index: 2;
}

#PromoCovers {
  width: 655px;
  padding-bottom: 3px;
  font-size: 12px;
  line-height: 14px;
}
#PromoCovers h2 {
  clear: left;
}
#PromoCovers div {
  color: #A29C92;
  width: 126px;
  float: left;
  padding-right: 5px;
}
#PromoCovers div span a {
  color: #A29C92;
}
#PromoCovers div a.link {
  font-weight: bold;
}
#PromoCovers div .cover {
  display: block;
  height: 180px;
  margin: 10px 6px 5px 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-position: 100% -25px;
}
#PromoCovers div .cover img {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

#TvSpotlight {
  float: right;
  width: 265px;
}
#TvSpotlight div {
  color: #A29C92;
  font-size: 12px;
  line-height: 14px;
}
#TvSpotlight div a.link {
  font-weight: bold;
}
#TvSpotlight div a.thumb {
  height: 180px;
  display: block;
  position: relative;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-top: 10px;
  margin-bottom: 5px;
  background: black;
}
#TvSpotlight div a.thumb div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 180px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-transition: all 2s ease-in;
  -webkit-transition: all 2s ease-in;
  -o-transition: all 2s ease-in;
  -ms-transition: all 2s ease-in;
  transition: all 2s ease-in;
  opacity: 0;
  background: no-repeat center center;
}
#TvSpotlight div a.thumb div.active {
  -moz-transition: all 2s ease-out;
  -webkit-transition: all 2s ease-out;
  -o-transition: all 2s ease-out;
  -ms-transition: all 2s ease-out;
  transition: all 2s ease-out;
  opacity: 1;
}

#News {
  padding-top: 10px;
  padding-right: 10px;
  clear: left;
  width: 645px;
}
#News h2 {
  margin: 0;
}
#News div.article {
  clear: left;
  padding-left: 110px;
  padding-top: 20px;
  position: relative;
  min-height: 100px;
}
#News div.article.inactive {
  opacity: .5;
}
#News div.img {
  margin-left: -110px;
  background-position: center center;
  float: left;
  width: 100px;
  height: 100px;
}
#News span.date {
  position: absolute;
  top: 20px;
  left: -56px;
  background: #A59E97;
  color: white;
  display: block;
  width: 35px;
  padding: 5px 0;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  line-height: 18px;
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
#News span.date b {
  font-weight: normal;
  display: block;
  font-size: 20px;
}
#News p {
  margin-top: 5px;
  line-height: 18px;
}

#ApolloNews {
  position: relative;
  margin: 20px 0 0 -20px;
  float: left;
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
#ApolloNews .logo {
  position: absolute;
  top: 0;
  left: -36px;
}
#ApolloNews .article {
  display: block;
  padding: 0 10px 10px 10px;
  min-height: 100px;
  position: relative;
  float: left;
  padding-left: 230px;
  clear: both;
}
#ApolloNews .article img {
  position: absolute;
  top: 0;
  left: 10px;
}
#ApolloNews .article strong, #ApolloNews .article span {
  display: block;
}
#ApolloNews .article strong {
  font-size: 17px;
  font-weight: normal;
  margin-bottom: 5px;
}
#ApolloNews .article span {
  line-height: 18px;
}
#ApolloNews .noImage {
  padding-left: 10px;
  min-height: 0;
}

#Main #Radio {
  float: right;
  clear: right;
  margin-top: 20px;
  width: 265px;
}
#Main #Radio section {
  width: 205px;
}
#Main #Radio .stations {
  width: 265px;
}

label {
  display: block;
  margin-bottom: 5px;
}
label input {
  margin-right: 5px;
}
label.text-control {
  font-size: 12px;
  color: #483c3b;
  display: block;
  font-weight: bold;
}
label.text-control span {
  position: relative;
  display: block;
  width: 356px;
  margin-bottom: 20px;
  border: 2px solid #d0cac3;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
label.text-control span i {
  display: none;
}
label.text-control span.focus {
  border: 2px solid #f3c686;
}
label.text-control span.focus input, label.text-control span.focus textarea, label.text-control span.focus .select, label.text-control span.focus .arrow {
  border: 1px solid #a48557;
}
label.text-control span.error input, label.text-control span.error textarea, label.text-control span.error .select, label.text-control span.error .arrow {
  border: 1px solid #c12a0c;
}
label.text-control span.error i {
  display: block;
  position: absolute;
  bottom: -20px;
  left: 0;
  font-style: normal;
  font-weight: normal;
  color: #c12a0c;
  font-size: 12px;
}
label.text-control input, label.text-control textarea {
  display: block;
  margin: 0;
  padding: 5px;
  background: #fff;
  color: #483c3b;
  width: 344px;
  resize: none;
  border: 1px solid #a9a4a0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 0 2px 3px rgba(180, 176, 175, 0.7);
  -webkit-box-shadow: inset 0 2px 3px rgba(180, 176, 175, 0.7);
  box-shadow: inset 0 2px 3px rgba(180, 176, 175, 0.7);
}
label.text-control input:-moz-placeholder, label.text-control textarea:-moz-placeholder {
  color: #a9a4a0;
}
label.text-control textarea {
  height: 100px;
}
label.text-control select {
  margin: 0;
  display: block;
  width: 100%;
  height: 30px;
  font-size: 13px;
  outline: none;
  /*
  color:#483c3b;
  @include border(#a9a4a0);
  @include border-radius;
  @include inset-box-shadow(0 2px 3px rgba(180, 176, 175, .7));
  */
  background: #fffffe;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
label.text-control div.select {
  height: 18px;
  font-size: 13px;
  font-weight: normal;
  padding: 5px 25px 5px 5px;
  border: 1px solid #a9a4a0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 0 2px 3px rgba(180, 176, 175, 0.7);
  -webkit-box-shadow: inset 0 2px 3px rgba(180, 176, 175, 0.7);
  box-shadow: inset 0 2px 3px rgba(180, 176, 175, 0.7);
  background: #fff;
  overflow: hidden;
  white-space: nowrap;
}
label.text-control div.arrow {
  position: absolute;
  right: 0;
  top: 0;
  height: 28px;
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  width: 21px;
  background: #e7dfd5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#efe9e3), to(#e7dfd5));
  background-image: -moz-linear-gradient(top, #efe9e3, #e7dfd5);
  background-image: -o-linear-gradient(top, #efe9e3, #e7dfd5);
  border: 1px solid #a9a4a0;
}
label.text-control div.arrow:hover {
  background: #d7cfc6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e4dfd9), to(#d7cfc6));
  background-image: -moz-linear-gradient(top, #e4dfd9, #d7cfc6);
  background-image: -o-linear-gradient(top, #e4dfd9, #d7cfc6);
}
label.text-control div.arrow:active {
  background: #e3dfd8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d7cfc6), to(#e3dfd8));
  background-image: -moz-linear-gradient(top, #d7cfc6, #e3dfd8);
  background-image: -o-linear-gradient(top, #d7cfc6, #e3dfd8);
}
label.text-control div.arrow a {
  display: block;
  height: 100%;
  width: 100%;
  background-position: 100% 65px;
  background-image: url(/i/arrows.png);
}

label {
  cursor: pointer;
}
label.radio-control, label.checkbox-control {
  background: url(/i/inputs.png) 0 0 no-repeat;
  padding-left: 19px;
}
label.radio-control input, label.checkbox-control input {
  position: absolute;
  left: -9999px;
}
label.radio-on {
  background-position: 0 -20px;
}
label.checkbox-control {
  background-position: 0 -40px;
}
label.checkbox-on {
  background-position: 0 -60px;
}

aside label.text-control span {
  width: 206px;
}
aside label.text-control span input, aside label.text-control span textarea {
  width: 196px;
}



.segmented {
  float: left;
  width: 220px;
  text-align: center;
  padding-top: 2px;
}
.segmented li {
  float: left;
  border: 1px solid #969088;
  background: #f5f1ec;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f1ebe3), to(#f5f1ec));
  background-image: -moz-linear-gradient(top, #f1ebe3, #f5f1ec);
  background-image: -o-linear-gradient(top, #f1ebe3, #f5f1ec);
  -moz-box-shadow: inset 0 1px 0 #f3f3f3;
  -webkit-box-shadow: inset 0 1px 0 #f3f3f3;
  box-shadow: inset 0 1px 0 #f3f3f3;
}

.segmented li.arrow {
  width: 21px;
  background: #e7dfd5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#efe9e3), to(#e7dfd5));
  background-image: -moz-linear-gradient(top, #efe9e3, #e7dfd5);
  background-image: -o-linear-gradient(top, #efe9e3, #e7dfd5);
}
.segmented li.arrow:hover {
  background: #d7cfc6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e4dfd9), to(#d7cfc6));
  background-image: -moz-linear-gradient(top, #e4dfd9, #d7cfc6);
  background-image: -o-linear-gradient(top, #e4dfd9, #d7cfc6);
}
.segmented li.arrow:active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #e3dfd8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d7cfc6), to(#e3dfd8));
  background-image: -moz-linear-gradient(top, #d7cfc6, #e3dfd8);
  background-image: -o-linear-gradient(top, #d7cfc6, #e3dfd8);
}
.segmented li.arrow a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-image: url(/i/arrows.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}
.segmented li.prev {
  float: left;
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.segmented li.prev a {
  background-position: 0 0;
}
.segmented li.next {
  float: right;
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.segmented li.next a {
  background-position: 100% 0;
}

.paymentDropdown {
  position: relative;
  float: right;
  width: auto;
  height: 20px;
  line-height: 20px;
  padding: 0 0 0 10px;
  margin: 0;
  font-size: 12px;
  font-weight: normal;
  cursor: pointer;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #a9a4a0;
  background: #e7dfd5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#efe9e3), to(#e7dfd5));
  background-image: -moz-linear-gradient(top, #efe9e3, #e7dfd5);
  background-image: -o-linear-gradient(top, #efe9e3, #e7dfd5);
  -moz-box-shadow: inset 0 1px 0 #f3f3f3;
  -webkit-box-shadow: inset 0 1px 0 #f3f3f3;
  box-shadow: inset 0 1px 0 #f3f3f3;
  text-shadow: 0 1px 0 #fff;
}
.paymentDropdown span {
  float: left;
}
.paymentDropdown strong {
  float: right;
  padding: 0 10px;
  margin-left: 10px;
  text-align: left;
  border-left: 1px solid #a9a4a0;
  font-weight: normal;
  background: #d7cfc6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e4dfd9), to(#d7cfc6));
  background-image: -moz-linear-gradient(top, #e4dfd9, #d7cfc6);
  background-image: -o-linear-gradient(top, #e4dfd9, #d7cfc6);
  -moz-box-shadow: inset 0 1px 0 #f3f3f3;
  -webkit-box-shadow: inset 0 1px 0 #f3f3f3;
  box-shadow: inset 0 1px 0 #f3f3f3;
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.paymentDropdown p {
  display: none;
  width: 100%;
  position: absolute;
  top: 20px;
  right: -1px;
  padding-top: 3px;
  margin: 0 !important;
  z-index: 1;
  border: 1px solid #a9a4a0;
  background: #d7cfc6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d7cfc6), to(#c1bab0));
  background-image: -moz-linear-gradient(top, #d7cfc6, #c1bab0);
  background-image: -o-linear-gradient(top, #d7cfc6, #c1bab0);
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -moz-box-shadow: inset 0 1px 0 #e3e3e3;
  -webkit-box-shadow: inset 0 1px 0 #e3e3e3;
  box-shadow: inset 0 1px 0 #e3e3e3;
}
.paymentDropdown p a {
  position: relative;
  display: block;
  height: 16px;
  line-height: 16px;
  padding: 3px 77px 3px 7px;
  margin: 0 3px 3px 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-align: left;
  white-space: nowrap;
  font-size: 12px;
}
.paymentDropdown p a:hover {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  text-decoration: none !important;
}
.paymentDropdown p a span {
  position: absolute;
  top: 3px;
  right: 7px;
}
.paymentDropdown:hover {
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  background: #e7dfd5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#efe9e3), to(#e7dfd5));
  background-image: -moz-linear-gradient(top, #efe9e3, #e7dfd5);
  background-image: -o-linear-gradient(top, #efe9e3, #e7dfd5);
}
.paymentDropdown:hover p {
  display: block;
}
.paymentDropdown:hover strong {
  z-index: 2;
  position: relative;
  height: 21px;
  border-bottom: 1px solid #d7cfc6;
  -moz-border-radius: 0 3px 0 2px;
  -webkit-border-radius: 0 3px 0 2px;
  border-radius: 0 3px 0 2px;
}

aside .paymentDropdown, #noPayment .paymentDropdown {
  clear: both;
  width: 178px;
  margin-top: 10px;
  color: #fff;
  height: 30px;
  line-height: 30px;
  text-shadow: 0 1px 0 #bf6c1d;
  border-color: #bf6c1d;
  background: #f28304;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f6ac06), to(#f28304));
  background-image: -moz-linear-gradient(top, #f6ac06, #f28304);
  background-image: -o-linear-gradient(top, #f6ac06, #f28304);
  -moz-box-shadow: inset 0 1px 0 #fad079;
  -webkit-box-shadow: inset 0 1px 0 #fad079;
  box-shadow: inset 0 1px 0 #fad079;
}
aside .paymentDropdown strong, #noPayment .paymentDropdown strong {
  border-color: #bf6c1d;
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  -moz-box-shadow: inset 0 1px 0 #fad079;
  -webkit-box-shadow: inset 0 1px 0 #fad079;
  box-shadow: inset 0 1px 0 #fad079;
  background: #f5631d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f89025), to(#f5631d));
  background-image: -moz-linear-gradient(top, #f89025, #f5631d);
  background-image: -o-linear-gradient(top, #f89025, #f5631d);
}
aside .paymentDropdown p, #noPayment .paymentDropdown p {
  top: 30px;
  padding-top: 5px;
  border-color: #bf6c1d;
  background: #f26404;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f26404), to(#f78f24));
  background-image: -moz-linear-gradient(top, #f26404, #f78f24);
  background-image: -o-linear-gradient(top, #f26404, #f78f24);
  -moz-box-shadow: inset 0 1px 0 #fa933f;
  -webkit-box-shadow: inset 0 1px 0 #fa933f;
  box-shadow: inset 0 1px 0 #fa933f;
}
aside .paymentDropdown p a, #noPayment .paymentDropdown p a {
  position: relative;
  margin: 0 5px 5px 5px;
  padding: 3px 5px;
  color: #fff;
}
aside .paymentDropdown p a:hover, #noPayment .paymentDropdown p a:hover {
  color: #483d3b;
  text-shadow: 0 1px 0 #fff;
}
aside .paymentDropdown p a span, #noPayment .paymentDropdown p a span {
  right: 3px;
}
aside .paymentDropdown:hover, #noPayment .paymentDropdown:hover {
  background: #f28304;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f6ac06), to(#f28304));
  background-image: -moz-linear-gradient(top, #f6ac06, #f28304);
  background-image: -o-linear-gradient(top, #f6ac06, #f28304);
}
aside .paymentDropdown:hover p, #noPayment .paymentDropdown:hover p {
  display: block;
}
aside .paymentDropdown:hover strong, #noPayment .paymentDropdown:hover strong {
  height: 31px;
  border-bottom-color: #f26404;
  background: #f26404;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f69206), to(#f26404));
  background-image: -moz-linear-gradient(top, #f69206, #f26404);
  background-image: -o-linear-gradient(top, #f69206, #f26404);
  -moz-box-shadow: inset 0 1px 0 #fad079;
  -webkit-box-shadow: inset 0 1px 0 #fad079;
  box-shadow: inset 0 1px 0 #fad079;
}

#noPayment .paymentDropdown {
  float: none;
  margin: 0 auto;
}

.episodes .paymentDropdown {
  width: 180px;
}

.sliderBar {
  position: relative;
  width: 100%;
  height: 11px;
  margin: 50px auto;
  border: 1px solid #d5d5d5;
  background: #f3f3f3;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: inset 0 2px 3px #e7e7e7;
  -webkit-box-shadow: inset 0 2px 3px #e7e7e7;
  box-shadow: inset 0 2px 3px #e7e7e7;
}
.sliderBar strong {
  position: absolute;
  bottom: -30px;
  font-style: normal;
  font-size: 13px;
}
.sliderBar .min {
  left: 0;
}
.sliderBar .max {
  right: 0;
  text-align: right;
}
.sliderBar .sliderFill {
  position: absolute;
  top: -1px;
  left: -1px;
  height: 11px;
  background: #ef9b27;
  border: 1px solid #d1771d;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: inset 0 1px 0 #f3b551;
  -webkit-box-shadow: inset 0 1px 0 #f3b551;
  box-shadow: inset 0 1px 0 #f3b551;
}
.sliderBar .sliderFill .ui-resizable-handle {
  position: absolute;
  top: -4px;
  right: -13px;
  width: 24px;
  height: 19px;
  cursor: move;
}
.sliderBar .sliderFill img {
  position: absolute;
  top: -4px;
  right: -13px;
  display: block;
  width: 14px;
  height: 9px;
  padding: 4px;
  border: 1px solid #b6b6b6;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #cccccc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#cccccc));
  background-image: -moz-linear-gradient(top, #f4f4f4, #cccccc);
  background-image: -o-linear-gradient(top, #f4f4f4, #cccccc);
  -moz-box-shadow: inset 0 1px 0 white;
  -webkit-box-shadow: inset 0 1px 0 white;
  box-shadow: inset 0 1px 0 white;
}
.sliderBar .sliderFill strong {
  width: 100px;
  top: -30px;
  bottom: auto;
  left: auto;
  right: -51px;
  text-align: center;
  font-size: 15px;
}

#Screen {
  position: relative;
  width: 690px;
  height: 469px;
  background: #000;
}
#Screen:-webkit-full-screen {
  width: 100%;
  height: 100%;
}
#Screen:-webkit-full-screen .player-controls {
  position: absolute;
  bottom: 20%;
  left: 50%;
  margin-left: -346px;
  border: 1px solid #231d1c;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
#Screen:-webkit-full-screen .player-controls .player-link-fullscreen {
  background-position: 0 100%;
}
#Screen:-webkit-full-screen #VideoHTML {
  width: 100%;
  height: 100%;
}

.player-controls {
  display: none;
  position: relative;
  float: left;
  width: 100%;
  height: 28px;
  padding: 5px 0;
  border-bottom: 1px solid transparent;
}
.player-controls a, .player-controls span, .player-controls i {
  display: block;
  padding: 0;
}
.player-controls p span {
  color: #a29492;
}
.player-controls .player-button {
  float: left;
  width: 23px;
  height: 23px;
  padding: 3px;
  margin-right: 15px;
  cursor: pointer;
  background: #161110;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0e0b0b), to(#161110));
  background-image: -moz-linear-gradient(top, #0e0b0b, #161110);
  background-image: -o-linear-gradient(top, #0e0b0b, #161110);
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -moz-box-shadow: 0 1px 1px #544745;
  -webkit-box-shadow: 0 1px 1px #544745;
  box-shadow: 0 1px 1px #544745;
}
.player-controls .player-button span {
  width: 23px;
  height: 23px;
  background: #463b3a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#251f1f), to(#463b3a));
  background-image: -moz-linear-gradient(top, #251f1f, #463b3a);
  background-image: -o-linear-gradient(top, #251f1f, #463b3a);
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.player-controls .player-button span i {
  width: 100%;
  height: 100%;
  background: url(/i/playpause.png) 0 0 no-repeat;
}
.player-controls .player-bar {
  position: relative;
  width: 100%;
  height: 100%;
}
.player-controls .player-bar span {
  position: absolute;
  top: 9px;
  width: 100%;
  height: 10px;
  background: #191211;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0f0b0b), to(#191211));
  background-image: -moz-linear-gradient(top, #0f0b0b, #191211);
  background-image: -o-linear-gradient(top, #0f0b0b, #191211);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 1px 1px #544745;
  -webkit-box-shadow: 0 1px 1px #544745;
  box-shadow: 0 1px 1px #544745;
}
.player-controls .player-bar span i {
  position: absolute;
  top: -2px;
  left: 0px;
  width: 12px;
  height: 12px;
  border: 1px solid #000;
  background: #514747;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#857978), to(#514747));
  background-image: -moz-linear-gradient(top, #857978, #514747);
  background-image: -o-linear-gradient(top, #857978, #514747);
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.player-controls .player-progress {
  position: relative;
  float: left;
  width: 460px;
  height: 100%;
}
.player-controls .player-progress-vod {
  width: 335px;
  padding: 0 55px 0 50px;
}
.player-controls .player-progress-vod .player-progress-time {
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  line-height: 28px;
  color: #fff;
  text-shadow: 0 1px 2px rgba(2, 2, 2, 0.5);
  font-size: 11px;
  text-align: right;
}
.player-controls .player-progress-vod .player-progress-remaining {
  width: 50px;
  left: auto;
  right: 0;
  text-align: left;
}
.player-controls .player-volume {
  position: relative;
  float: right;
  width: 100px;
  height: 100%;
  padding-left: 25px;
  background: url(/i/volume.png) 0 100% no-repeat;
}
.player-controls .player-volume a {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 20px;
  height: 100%;
  cursor: pointer;
}
.player-controls .player-link {
  margin: 0;
  position: relative;
  float: right;
  width: 20px;
  height: 100%;
  margin-left: 5px;
  cursor: pointer;
  background: url(/i/fullscreen.png) 0 0 no-repeat;
}
.player-controls .player-link a {
  display: block;
  width: 100%;
  height: 100%;
}
.player-controls .player-link-languages {
  background: url(/i/subtitles.png) 0 0 no-repeat;
}
.player-controls .player-link-fullscreen {
  background: url(/i/fullscreen.png) 0 0 no-repeat;
}
.player-controls.playing .player-button span i {
  background-position: 0 100%;
}
.player-controls.playing p span {
  /* color:#fff; */
}

#VideoPlayer {
  position: absolute;
  width: 680px;
  bottom: 0;
  left: 0;
  padding: 5px;
  background: url(/i/header2.png) 0 -100px repeat-x;
  border-bottom-color: #231d1c;
  -moz-box-shadow: 0 1px 2px rgba(100, 76, 38, 0.5);
  -webkit-box-shadow: 0 1px 2px rgba(100, 76, 38, 0.5);
  box-shadow: 0 1px 2px rgba(100, 76, 38, 0.5);
}
#VideoPlayer .player-volume {
  margin-right: 10px;
}

#RadioPlayer {
  width: 728px;
  margin-top: -5px;
}
#RadioPlayer #RadioPlayerNowPlaying {
  float: left;
  width: 545px;
  text-shadow: 0 1px 2px rgba(2, 2, 2, 0.5);
  line-height: 28px;
  overflow: hidden;
}
#RadioPlayer #RadioPlayerNowPlaying span {
  display: block;
  float: left;
  padding: 0;
}
#RadioPlayer #RadioPlayerNowPlaying span.station {
  margin-right: 5px;
}
#RadioPlayer #RadioPlayerNowPlaying span.on-air {
  max-width: 330px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#RadioPlayer.playing #RadioPlayerNowPlaying span {
  color: #fff;
}

#noPlugin {
  height: 330px;
  padding: 69px 50px 70px;
  background: #433837;
}
#noPlugin h1 {
  text-align: center;
  color: white;
  padding: 30px;
}
#noPlugin ul {
  width: 550px;
  margin: 0 auto;
}
#noPlugin ul li {
  padding-top: 20px;
  clear: both;
  color: white;
}
#noPlugin ul li strong {
  text-align: center;
  font-weight: normal;
  float: left;
  background: #382D2C;
  color: #9C9696;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  -moz-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  padding: 5px;
  font-size: 30px;
  line-height: 40px;
  margin-right: 10px;
  margin-top: -15px;
  display: block;
}
#noPlugin ul li a.button {
  margin-top: -5px;
  text-align: center;
  border: 2px solid #d0cac3;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-left: 5px;
  padding: 3px;
  display: inline-block;
  color: #483c3b;
  background: #e7dfd5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#efe9e3), to(#e7dfd5));
  background-image: -moz-linear-gradient(top, #efe9e3, #e7dfd5);
  background-image: -o-linear-gradient(top, #efe9e3, #e7dfd5);
}
#noPlugin ul li a.button:hover {
  background: #d7cfc6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e4dfd9), to(#d7cfc6));
  background-image: -moz-linear-gradient(top, #e4dfd9, #d7cfc6);
  background-image: -o-linear-gradient(top, #e4dfd9, #d7cfc6);
}
#noPlugin ul li a.button:active {
  background: #e3dfd8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d7cfc6), to(#e3dfd8));
  background-image: -moz-linear-gradient(top, #d7cfc6, #e3dfd8);
  background-image: -o-linear-gradient(top, #d7cfc6, #e3dfd8);
}

#noLogin {
  width: 510px;
  height: 324px;
  padding: 59px 40px 60px;
  background: #433837;
}
#noLogin h2 {
  color: white;
  font-size: 28px;
  width: 400px;
  padding-bottom: 20px;
}
#noLogin p {
  color: #9C9696;
  width: 400px;
}

#noPayment {
  width: 590px;
  height: 443px;
  background: #433837;
}
#noPayment .text {
  color: #9c9696;
  padding: 200px 30px 30px 30px;
  text-align: center;
}

#GeoBlock {
  height: 259px;
  padding-top: 184px;
  margin-top: 10px;
  background: #433837;
  text-align: center;
}
#GeoBlock p {
  font-size: 16px;
  color: #fff;
}
#GeoBlock img {
  display: block;
  margin: 0 auto 10px;
}

#iOS {
  display: block;
  width: 100%;
  height: 443px;
  background: #433837 url(/i/icons/ios.png) 50% 60% no-repeat;
}
#iOS p {
  font-size: 16px;
  color: #fff;
  text-align: center;
  padding-top: 120px;
}

#ltvFootball {
  width: 590px;
  height: 443px;
  background: #433837;
}
#ltvFootball p {
  color: #9c9696;
  padding: 200px 30px 30px 30px;
  text-align: center;
}
#ltvFootball a.button {
  display: block;
  margin: 0 auto;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
}

#ltvOlympics {
  width: 590px;
  height: 443px;
  background: #433837;
}
#ltvOlympics p {
  color: #9c9696;
  padding: 200px 30px 30px 30px;
  text-align: center;
}
#ltvOlympics a.button {
  display: block;
  margin: 0 auto;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
}

.comments {
  float: left;
  clear: both;
  width: 100%;
  margin-top: 20px;
}
.comments .icon {
  float: left;
  margin: 2px 10px 0 0;
  width: 50px;
  height: 50px;
  background: #eee;
}
.comments a {
  color: #445f96;
  cursor: pointer;
}
.comments a:hover {
  text-decoration: underline;
}
.comments form {
  float: left;
  clear: both;
}
.comments form .text-control {
  float: left;
  width: 630px;
}
.comments form .text-control span {
  width: 626px;
  margin: 0;
}
.comments form .text-control span textarea {
  width: 614px;
  height: 40px;
}
.comments form button {
  float: right;
  width: auto;
}
.comments form button span {
  padding: 0 20px;
}
.comments form button.cancel {
  display: none;
  margin-right: 10px;
}
.comments li {
  float: left;
  width: 100%;
  clear: both;
  border-top: 1px solid #dbd7d0;
  padding: 10px 0;
}
.comments li.comment-replies {
  border: 0;
  padding: 0;
}
.comments .comment {
  position: relative;
  clear: both;
  float: left;
  width: 690px;
}
.comments .comment a {
  font-weight: bold;
}
.comments .comment blockquote {
  float: left;
  width: 630px;
  margin: 0;
}
.comments .comment blockquote cite {
  font-style: normal;
}
.comments .comment blockquote cite a {
  margin-right: 5px;
}
.comments .comment blockquote cite span {
  color: #a6a6a6;
  font-size: 11px;
}
.comments .comment blockquote p {
  margin: 0 !important;
  word-wrap: break-word;
}
.comments .comment .icon {
  margin-top: 6px;
}
.comments .comment .options {
  clear: both;
  padding-left: 60px;
  font-size: 11px;
  opacity: 0;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.comments .comment .options .reply {
  font-weight: normal;
  padding-left: 15px;
  background: url(/i/reply.png) 0 50% no-repeat;
}
.comments .comment .options .recommend {
  float: right;
}
.comments .comment:hover .options {
  opacity: 1;
}
.comments .comment:hover .extras {
  opacity: 1;
}
.comments .comment .extras {
  position: absolute;
  bottom: 10px;
  right: 0;
  opacity: 0;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.comments .comment .extras a {
  cursor: pointer;
  display: block;
  float: right;
  width: 20px;
  height: 20px;
  margin-left: 5px;
}
.comments .comment .extras a.user {
  background: url(/i/icons/user.png);
}
.comments .comment .extras a.delete {
  background: url(/i/icons/trash.png);
}
.comments .comment-replies li {
  width: 630px;
  padding-left: 60px;
}
.comments .comment-replies blockquote {
  width: 570px;
}
.comments .comment-replies form .text-control {
  float: left;
  width: 570px;
}
.comments .comment-replies form .text-control span {
  width: 566px;
  margin: 0;
}
.comments .comment-replies form .text-control span textarea {
  width: 554px;
}
.comments .comment-replies form .cancel {
  display: block;
}
.comments .comment-more-replies {
  text-align: center;
}

#CommentsForm {
  border-top-width: 0;
}

ul ul #CommentsForm {
  border-top-width: 1px;
}

#NewerComments {
  border-top: 0;
  padding: 0;
}
#NewerComments a {
  padding: 5px 0;
}

#OlderComments {
  border-top: 0;
  padding: 0;
}
#OlderComments button {
  width: 100%;
  max-width: 100%;
}

#Tweets {
  position: relative;
  margin-top: -20px;
  margin-bottom: 13px;
  padding: 22px 10px 5px 10px;
  padding: 0;
  background: #fff;
  overflow: hidden;
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -moz-box-shadow: 0 1px 1px rgba(55, 55, 55, 0.4);
  -webkit-box-shadow: 0 1px 1px rgba(55, 55, 55, 0.4);
  box-shadow: 0 1px 1px rgba(55, 55, 55, 0.4);
}
#Tweets a {
  font-size: 12px;
  color: #445f96;
  cursor: pointer;
}
#Tweets a:hover {
  text-decoration: underline;
}
#Tweets form {
  position: relative;
  margin: 22px 10px 17px 10px;
}
#Tweets form .text-control {
  width: 290px;
}
#Tweets form .text-control span {
  width: 286px;
  margin-bottom: 0;
  -moz-transition: height 0.2s linear;
  -webkit-transition: height 0.2s linear;
  -o-transition: height 0.2s linear;
  -ms-transition: height 0.2s linear;
  transition: height 0.2s linear;
}
#Tweets form .text-control span.focus i.v {
  border-bottom-color: #f3c686;
}
#Tweets form .text-control textarea {
  width: 274px;
  height: 20px;
  -moz-transition: height 0.2s linear;
  -webkit-transition: height 0.2s linear;
  -o-transition: height 0.2s linear;
  -ms-transition: height 0.2s linear;
  transition: height 0.2s linear;
}
#Tweets form button {
  opacity: 0;
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  width: 30px;
  height: 46px;
  line-height: 46px;
  padding: 0;
  margin: 0;
  color: #231d1c;
  font-size: 20px;
  text-shadow: none;
}
#Tweets form button.cancel {
  top: 51px;
  height: 30px;
  line-height: 30px;
  color: #969088;
}
#Tweets form .symbols {
  opacity: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  color: #a6a6a6;
  white-space: nowrap;
  overflow: hidden;
}
#Tweets form .symbolsExceeded {
  color: #d40d12;
}
#Tweets form i.v {
  position: absolute;
  width: 0;
  height: 0;
  top: -5px;
  left: 9px;
  margin: 0;
  padding: 0;
  border-top: 0;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 5px solid #d0cac3;
  opacity: 0;
}
#Tweets form.focus .text-control span {
  width: 251px;
}
#Tweets form.focus .text-control textarea {
  width: 239px;
  height: 89px;
}
#Tweets form.focus button, #Tweets form.focus i.v, #Tweets form.focus .symbols {
  opacity: 1;
}
#Tweets .tweet {
  display: block;
  position: relative;
  padding: 5px;
  padding: 5px 0;
  padding: 0;
  color: #79706f;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  float: left;
  clear: both;
  width: 100%;
  padding: 0 20px 0 45px;
  margin: 10px 0 0 0;
  min-height: 40px;
}
#Tweets .tweet .meta {
  line-height: 16px;
}
#Tweets .tweet .meta .user {
  font-weight: bold;
}
#Tweets .tweet .meta .ts {
  font-size: 11px;
  color: #8c8c8c;
  margin-left: 5px;
}
#Tweets .tweet .meta .reply {
  font-size: 11px;
  position: absolute;
  top: 0;
  right: 20px;
  background: url(/i/reply.png) 0 50% no-repeat;
  padding-left: 14px;
  opacity: 0;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#Tweets .tweet .pic {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 32px;
  height: 32px;
  background-color: #eceae8;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 32px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#Tweets .tweet:hover .reply {
  opacity: 1;
}
#Tweets .tweet:hover .extras {
  opacity: 1;
}
#Tweets .tweet form {
  margin: 10px -5px 10px -40px;
}
#Tweets .tweet .extras {
  position: absolute;
  bottom: 4px;
  right: 20px;
  opacity: 0;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#Tweets .tweet .extras a {
  cursor: pointer;
  display: block;
  float: right;
  width: 20px;
  height: 20px;
  margin-left: 5px;
}
#Tweets .tweet .extras a.user {
  background: url(/i/icons/user.png);
}
#Tweets .tweet .extras a.delete {
  background: url(/i/icons/trash.png);
}
#Tweets .tweets li:first-child {
  border-top: 0;
}
#Tweets .new_tweet {
  background-color: #fef3d4;
}
#Tweets #moreTweets {
  display: none;
}
#Tweets h3 {
  position: relative;
}
#Tweets .types {
  position: absolute;
  top: 0;
  right: -5px;
}
#Tweets .types li {
  float: left;
  margin-right: 5px;
}
#Tweets .types .divider {
  font-size: 16px;
  line-height: 20px;
  color: #000;
}
#Tweets .types .active a {
  color: #000;
  cursor: default;
}
#Tweets .types .active a:hover {
  text-decoration: none;
}
#Tweets .header {
  position: relative;
  float: left;
  clear: both;
  background: url(/i/fade.png);
  z-index: 3;
  margin: 10px 0 0 0;
  height: 40px;
}
#Tweets .header i {
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 40px;
  background: url(/i/icons/tv_show.png) 4px 50% no-repeat;
}
#Tweets .header strong, #Tweets .header span {
  float: left;
  clear: both;
  padding-left: 45px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#Tweets .header strong {
  font-size: 12px;
  line-height: 16px;
  margin-top: 5px;
}
#Tweets .header span {
  font-size: 11px;
  line-height: 13px;
}
#Tweets .header:first-child {
  opacity: 0;
  margin: 0;
}
#Tweets .allDay strong {
  line-height: 29px;
}
#Tweets .allDay span {
  display: none;
}
#Tweets ul {
  float: left;
  position: relative;
}
#Tweets p.readonly {
  position: relative;
  margin: 22px 5px 17px;
  height: 36px;
  line-height: 18px;
  text-align: center;
}
#Tweets form.readonly {
  margin: 0;
}


#TweetsHeaders {
  position: absolute;
  top: 0;
  left: 0;
  width: 310px;
  z-index: 2;
  height: 40px;
  overflow: hidden;
}
#TweetsHeaders ul {
  position: relative;
  /*
  		li:first-child strong{
  			font-weight:bold;
  		}
  */
}
#TweetsHeaders ul li.header {
  z-index: 2;
  opacity: 1 !important;
  margin: 0;
}

#TweetsScroll {
  position: relative;
  width: 310px;
  height: 481px;
  overflow: hidden;
  overflow-y: scroll;
}

#TweetsScrollBar {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 481px;
  z-index: 5;
}
#TweetsScrollBar div {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 7px;
  height: 473px;
  background: #e5e5e5;
  background: rgba(0, 0, 0, 0.1);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#TweetsScrollBar div .h {
  top: 0;
  right: 0;
  background: #9f9f9f;
  background: rgba(0, 0, 0, 0.3);
}


#ParentalControls h2 {
  margin: 20px 0;
}
#ParentalControls h3 {
  clear: both;
  float: left;
  width: 920px;
  margin: 15px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}
#ParentalControls #ParentalControlsTime {
  margin-bottom: 30px;
}
#ParentalControls #ParentalControlsTime .sliderBar {
  width: 799px;
}
#ParentalControls #ParentalControlsAge .customControls {
  clear: both;
  width: 435px;
  height: 20px;
  margin: 30px auto 20px;
  padding-left: 20px;
}
#ParentalControls #ParentalControlsAge .customControls label {
  float: left;
  margin-right: 20px;
}
#ParentalControls #ParentalControlsMovies {
  width: 950px;
}
#ParentalControls #ParentalControlsMovies .movieItem {
  position: relative;
  float: left;
  width: 172px;
  height: 255px;
  margin: 0 15px 15px 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#ParentalControls #ParentalControlsMovies .movieItem input {
  display: none;
}
#ParentalControls #ParentalControlsMovies .movieItem a {
  z-index: 1;
  position: absolute;
  top: -2px;
  left: -2px;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  overflow: hidden;
  cursor: pointer;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
#ParentalControls #ParentalControlsMovies .movieItem a .movieOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3) url(/i/icons/rem_red.png) 50% 30px no-repeat;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#ParentalControls #ParentalControlsMovies .movieItem a .movieInfo {
  position: absolute;
  bottom: -300px;
  bottom: 0;
  left: 0;
  width: 172px;
  height: 74px;
  color: #fff;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
#ParentalControls #ParentalControlsMovies .movieItem a .movieInfo strong, #ParentalControls #ParentalControlsMovies .movieItem a .movieInfo .episodes {
  display: block;
  padding: 7px 10px;
}
#ParentalControls #ParentalControlsMovies .movieItem a .movieInfo strong {
  font-weight: normal;
  font-size: 13px;
}
#ParentalControls #ParentalControlsMovies .movieItem a .movieInfo .episodes {
  font-size: 10px;
  color: #f39f05;
  line-height: 14px;
  padding-top: 0;
  margin-top: -5px;
}
#ParentalControls #ParentalControlsMovies .excluded a .movieOverlay {
  background-color: rgba(255, 255, 255, 0.7);
  background-image: url(/i/icons/add_green.png);
}
#ParentalControls #ParentalControlsMovies .excluded a .movieInfo {
  background: rgba(0, 0, 0, 0.5);
}


#Pk p a {
  text-decoration: underline;
}
#Pk p a:hover {
  text-decoration: none;
}
#Pk .options form {
  position: relative;
  float: left;
  width: 216px;
  padding-right: 67px;
}
#Pk .options form span {
  width: 212px;
}
#Pk .options form input {
  font-size: 30px;
  width: 200px;
}
#Pk .options form button {
  position: absolute;
  top: 15px;
  right: 0;
  width: 57px;
  height: 57px;
}
#Pk .options em {
  float: left;
  display: block;
  width: 75px;
  padding-left: 25px;
  line-height: 90px;
  text-align: center;
  font-style: normal;
}
#Pk .options a {
  float: right;
  margin-top: 20px;
}

body.CocaCola {
  background: #e6052f;
}
body.CocaCola footer a, body.CocaCola footer small, body.CocaCola footer .divider {
  color: #fff;
}




.sluch, .sluch img {width:290px;height:170px;}
.sluch, .sluch2{position:relative;}
.sluch2, .sluch2 img{width:295px;height:170px;}
.sluch-title{display:block;position:absolute;bottom:0;width:285px;padding:5px;background:url("http://cinema-vk.net/templates/CinemaTheater/images/bg1.png") repeat; color:#ccc;}
.sluch-title a{color:#fff;text-decoration:underline;}
.play2{display:block;width:38px;height:38px;position:absolute;top:65px;right:140px;background:url("/i/icons/playBig.png") 0 0 no-repeat;}
.sluch:hover .play2, .sluch2:hover .play2{background:url("/i/icons/playBig.png") no-repeat;} 
.mmarg{width:100%;height:20px;}
.sluch2 {margin:10px 20px 10px 0;}
.sluch2:nth-child(even) {margin:10px 0;}
.sluchgod a{text-decoration:none;color:#ccc;}


#Content.aside #loadMore, #Content.aside #loadingMore {
  width: 690px;
}
#Content.aside div.info {
  width: 670px;
}
#Content {
  float: left;
  position: relative;
  width: 920px;
  padding: 20px;
  margin-bottom: 70px;
  background: #fff;
  z-index: 1;
  -moz-box-shadow: 0 1px 2px rgba(55, 55, 55, 0.4);
  -webkit-box-shadow: 0 1px 2px rgba(55, 55, 55, 0.4);
  box-shadow: 0 1px 2px rgba(55, 55, 55, 0.4);
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
#Content.aside {
  width: 690px;
}
#Content h1 {
  font-size: 30px;
  line-height: 30px;
}
#Content h1 span {
  font-size: 17px;
}
#Content p {
  margin-top: 10px;
}
#Tv.singleChannel #Content {
  width: 590px;
  margin-bottom: 140px;
}
#Tv.singleChannel #Content #Screen {
  width: 590px;
  height: 443px;
}
#Tv.singleChannel #Content #Screen #VideoPlayer {
  width: 580px;
}
#Tv.singleChannel #Content #noPlugin {
  height: 337px;
  padding-top: 36px;
  padding-left: 30px;
}
#Tv .epg #epgContent {
  float: left;
  position: relative;
  width: 650px;
  background: #fff;
}
#Tv .epg #epgContent ul {
  float: left;
  width: 210px;
  margin-left: 10px;
  background: #f7f7f7;
}
#Tv .epg #epgContent ul:first-child {
  margin: 0;
}
#Tv .epg #epgContent li {
  background: #eceae8;
  font-size: 12px;
  border-bottom: 1px solid #c9c6c4;
  padding: 5px 10px;
  cursor: default;
}
#Tv .epg #epgContent li:hover {
  background: #dddbd9;
}
#Tv .epg #epgContent li:first-child {
  border-top: 1px solid #c9c6c4;
}
#Tv .epg #epgContent li strong {
  display: block;
  font-size: 17px;
  font-weight: normal;
}
#Tv .epg #epgContent li.active {
  background: #dddbd9;
}
#Tv .epg #epgContent li.active strong {
  font-weight: bold;
}
#Content .movies {
  float: left;
  margin: 0 -10px 0 0;
}
#Content.aside #MoviesData {
  width: 705px;
  margin-left: 3px;
}
#Content.aside #MoviesData .movieItem {
  margin: 21px 21px 0 0;
}

#Content .moviesLarge section {
  position: relative;
  padding-left: 225px;
  margin: 10px 0;
  height: 310px;
  overflow: hidden;
}
#Content .moviesLarge h2 {
  font-size: 20px;
}
#Content .moviesLarge h2 a {
  color: #445f96;
}
#Content .moviesLarge h2 a:hover {
  text-decoration: underline;
}
#Content .moviesLarge h2 span {
  font-size: 16px;
}
#Content .moviesLarge h2.simple {
  margin-bottom: 5px;
}
#Content .moviesLarge .genre {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 10px;
  color: #a29c92;
}
#Content .moviesLarge .genre a {
  color: #a29c92;
}
#Content .moviesLarge .genre a:hover {
  text-decoration: underline;
}
#Content .moviesLarge .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 208px;
  height: 308px;
  background-position: 100% -25px;
}
#Content .moviesLarge .rating {
  display: inline-block;
  margin: 10px 0 0 5px;
  line-height: 16px;
}
#Content .moviesLarge p.meta {
  margin: 0;
}
#Content .moviesLarge .description {
  margin-top: 20px;
  font-size: 14px;
}
#Content .moviesLarge .tag {
  height: 16px;
  line-height: 16px;
  font-size: 12px;
}

#Movie {
  position: relative;
}
#Movie #Content {
  width: 920px;
}
#Movie #Content .head {
  width: 920px;
  float: left;
  clear: both;
  margin-bottom: 10px;
}
#Movie #Content .return {
  float: left;
  position: relative;
  top: 0;
}
#Movie #Content #DraugiemLike {
  float: right;
  margin-top: 5px;
}
#Movie #Content .movieTag {
  float: right;
  padding: 0 3px;
  margin: 5px 5px 0 0;
  height: 16px;
  line-height: 16px;
  font-size: 11px;
  color: #a29c92;
  border: 2px solid #d0cac3;
  background: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#Movie #Content .poster {
  position: relative;
  clear: both;
  float: left;
  width: 920px;
  height: 300px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 920px 300px;
}
#Movie #Content .movieLink, #Movie #Content .trailerLink {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #fff;
  font-size: 20px;
  padding: 20px 50px 20px 20px;
  border-right: 13px solid transparent;
  background: black url(/i/icons/playBig.png) 100% 50% no-repeat;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#Movie #Content .movieLink:hover, #Movie #Content .trailerLink:hover {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}
#Movie #Content .movieLink {
  bottom: 60px;
}
#Movie #Content .multiButtons .trailerLink {
  font-size: 14px;
  padding: 10px 42px 10px 20px;
  border-right-width: 21px;
  color: #afafaf;
  background-image: url(/i/icons/playSmall.png);
}
.reviews .review .content {
  margin-top: 5px !important;
  font-size: 12px;
  line-height: 18px;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  overflow: auto;
  zoom: 1;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: white;
  margin: 0 10px 10px;
  padding: 10px;
}
.ui-dialog .ui-dialog-content .loading {
  background-position: center center;
}
.ui-dialog .ui-dialog-content h2 {
  margin-bottom: 10px;
  font-size: 15px;
}
.ui-dialog .ui-dialog-content h2 span {
  float: right;
  font-size: 17px;
  font-weight: bold;
}
.ui-dialog .ui-dialog-content hr {
  border-color: #d0cac3;
}
.ui-dialog .ui-dialog-content .priceInfo {
  text-align: center;
  line-height: 13px;
  font-size: 11px;
  padding: 3px;
}
.ui-dialog .ui-dialog-content #paymentInfo {
  clear: both;
}
.ui-dialog .ui-dialog-content #paymentInfo button.orange {
  margin-bottom: 5px;
}
.ui-dialog .ui-dialog-content #paymentInfo .divider {
  display: block;
  text-align: center;
  padding: 20px 0;
}
.ui-dialog .ui-dialog-content #paymentInfo .info strong {
  display: block;
  font-size: 17px;
  text-align: center;
}
.ui-dialog .ui-dialog-content #paymentInfo .oneclick {
  padding-top: 5px;
}
.ui-dialog .ui-dialog-content #paymentInfo .oneclick p {
  margin: 0;
  font-size: 11px;
  text-align: center;
}
.ui-dialog .ui-dialog-content #paymentInfo .oneclick p span {
  font-weight: bold;
}
.ui-dialog .ui-dialog-content #paymentStatus {
  margin: 20px;
  display: none;
  clear: both;
}
.ui-dialog .ui-dialog-content #registerPhone .text-control span, .ui-dialog .ui-dialog-content #paymentInfo .text-control span {
  margin-bottom: 0;
  margin-top: 5px;
}
#contents-index {
  margin: 5px 0;
}
#contents-index li {
  list-style-type: none;
}
#contents-index li a {
  font-weight: bold;
}
#contents-index ul {
  margin: 5px 0;
  padding-left: 35px;
}
#contents-index ul li a {
  font-weight: normal;
}
#Content button, #Content a.button {
  max-width: 200px;
}

.segmented {
  float: left;
  width: 220px;
  text-align: center;
  padding-top: 2px;
}
.segmented li {
  float: left;
  border: 1px solid #969088;
  background: #f5f1ec;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f1ebe3), to(#f5f1ec));
  background-image: -moz-linear-gradient(top, #f1ebe3, #f5f1ec);
  background-image: -o-linear-gradient(top, #f1ebe3, #f5f1ec);
  -moz-box-shadow: inset 0 1px 0 #f3f3f3;
  -webkit-box-shadow: inset 0 1px 0 #f3f3f3;
  box-shadow: inset 0 1px 0 #f3f3f3;
}
.segmented li.content {
  width: 174px;
  border-width: 1px 0;
  white-space: nowrap;
}
#Tweets .tweet .content {
  font-size: 12px;
  line-height: 16px;
  color: #483c3b;
  overflow: hidden;
}
#TweetsContent {
  position: relative;
}
#TweetsContent .vLine {
  background: #eae7e2;
  position: absolute;
  width: 1px;
  height: 481px;
  top: 0;
  left: 20px;
}
#Parental #Content {
  padding-bottom: 5px;
}
#Pk #Content {
  background: white url(/i/tmp/pk_posters.jpg) 100% 50% no-repeat;
  width: 660px;
  padding-right: 280px;
}
#content  
{  
  white-space: nowrap;  
}  
#content a  
{  
  color: #456c8a;  
  display: inline-block;  
  font: 12px Tahoma;  
  margin: 1px;  
  padding: 2px 0;  
  text-align: center;  
  text-decoration: none;  
  width: 38px;  
}  
#content a:hover, .curPage  
{  
  background: #456c8a;  
  color: #fff !important;  
}  