#shortBoxContainer:after {
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}

.js #shortBoxContainer {
	display: none;
}

.disabledd,
.disabled,
.js .hidden {
	display: none;
}

.hided {
	visibility: hidden;
}

#newsScroller {
	cursor: hand;
}

.changeTimeZone dt strong {
	border-bottom: 1px dotted white;
}

#text .mainColumn .textTiles li {
	height: 130px;
}

#text .mainColumn .quoteBBCode {
	margin: 1em 0;
}

#content .programPage #mainColumn #text .date {
	top: 139px;
	left: 9px;
}

#text .mainColumn .addressesBox {
	width: 34%;
}

#text .mainColumn .addressesBoxSecond {
	width: 66%;
}

#text .mainColumn .addressesBox h2 {
	width: 410px !important;
}

.programPromoBox {
	position: absolute;
	top: 40px;
	left: 0;
	height: 100px;
	width: 980px;
	margin: 0;
	padding:5px;
}

.textList {
	margin-top: 9px;
}


.loader {
	display: none;
}


#telecastBox dd.on .telecastInfo .telecastMinAge12 {
	background: url("/images/icons/certification_12.gif") no-repeat !important;
}

#telecastBox dd.on .telecastInfo .telecastMinAge16 {
	background: url("/images/icons/certification_16.gif") no-repeat !important;
}

#telecastBox dd.on .telecastInfo .telecastMinAge7 {
	background: url("/images/icons/certification_7.gif") no-repeat !important;
}

#telecastBox dd.on .telecastInfo .telecastMinAgeAdult {
	background: url("/images/icons/certification_red.gif") no-repeat !important;
}

#telecastBox dd.on .telecastInfo .telecastMinAgeNoLimits {
	background: url("/images/icons/certification_green.gif") no-repeat !important;
}

#latestNewsBox dd img {
	width: 68px;
}

#nearestProgramTransmission {
	display: none;
}


/*
	popup
*/

.popup {
	position: absolute;
	z-index: 9999 !important;

	height: 400px;
	width: 400px;

	left: 50%;
	top: 50%;

	margin: -200px 0 0 -200px;
}

.popup-content {
	border: 2px solid #040000;
	color: #000;
	background: #fefefe url("/images/enhance/bg_send_to_friend.jpg") no-repeat bottom left;

	width: 401px;
}



/* --- Send to friend --- */

.popup-content .send-content {
	padding: 10px;
	font: normal 11px/150% Verdana;
}

.popup-content .send-content h2 {
	margin: 5px 0 0 4px;
}

.popup-content .send-content form {
	margin-top: 16px;
}

.popup-content .send-content .error {
	float: right;
	margin-bottom: 5px;
}

.popup-content .send-close a {
	float: right;
	padding-right: 18px;
	padding-bottom: 2px;
	background: url("/images/enhance/close_send.gif") no-repeat 100% 0;
	text-decoration: none;
	border: 0 none;
	color: #000;
}

.popup-content .send-content label {
	display: block;
	float: left;
	padding: 0 10px 0 0;
	text-align: right;
	width: 111px;
}

.popup-content .send-content input {
	border: 1px solid #A5ACB2;
	padding: 2px 8px 0px 4px;
	margin-bottom: 4px;
	height: 16px;
	width: 245px;
}

.popup-content .send-content textarea {
	border: 1px solid #A5ACB2;
	padding: 2px 8px 2px 4px;
	margin-bottom: 4px;
	height: 90px;
	width: 245px;
}

.popup-content .send-content .captcha-image {
	float: right;
	margin-right: 60px;
	margin-bottom: 4px;
}

.popup-content .send-content .send,
.popup-content .send-content .cancel {
	font: bold 11px/13px Verdana;
	display: block;
	float: left;
	height: 23px;
	width: 68px;
	color: #4C4C4C;
	border: 0 none;
	text-decoration: none;
	text-align:right;
	margin: 0 12px 0 0;
	padding: 5px 0 6px;
	cursor:pointer;cursor:hand
}

.popup-content .send-content .buttons {
	margin-left: 122px;
}

.popup-content .send-content .send {
	background: url("/images/enhance/button_send.gif") no-repeat top left;
}

.popup-content .send-content .cancel {
	background: url("/images/enhance/button_cancel.gif") no-repeat top left;
	margin-top:1px;
	border: 0px none !important;
}



/* dock */
.dock a {
	border-bottom: none !important;
}
.dock {
	position: relative;
	height: 80px;
	text-align: center;
}
.dock-container {
	position: absolute;
	height: 80px;
}
a.dock-item {
	display: block;
	width: 60px;
	color: #000;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.dock-item img {
	border: none;
	margin: 5px 10px 0px;
	width: 100%;
}
.dock-item span {
	display: none;
	padding-left: 20px;
}


/* Latest articles */
#sideBar .tabbedBox dl dd.imageOff p {
	width: 273px !important;
}
#sideBar .tabbedBox dl dd.imageOff .seeMore {
	width: 255px !important;
}

.homePage #sideBar .tabbedBox dl dd.imageOff p {
	width: 233px !important;
}
.homePage #sideBar .tabbedBox dl dd.imageOff .seeMore {
	width: 214px !important;
}

.homePage #sideBar .tabbedBox dl dd.on p {
	width: 155px;
}
.homePage #sideBar .tabbedBox dl dd.on .seeMore {
	width:138px;
}


#text .mainColumn .textTiles li.clrl {
	clear: left;
}


/**** RICHCONTENT **********/
.richContentTextarea {
	width: 500px;
	height: 300px;
}

.richContentEdit {
	position:absolute;
	z-index: 99999;
}

#mainMenu li ul li a.richContentLink,
div.richContentEdit a.richContentLink {
	font-weight: bold !important;
	background-color: white !important;
	border: 1px solid #1C8BE4 !important;
	cursor: pointer !important;
	color: #1C8BE4 !important;
	padding: 0.2em 0.5em !important;
	z-index: 999999;
}

#mainMenu li ul li a.richContentLink:hover,
div.richContentEdit a.richContentLink:hover {
	background-color: #1C8BE4;
	color: white;
}

.gwt-Popup {
	background-color: #1C8BE4;
}

.gwt-Popup textarea {
	background-color: #6FBFFF;
	color: black;
	border: 1px dotted white;
}


/*	static About pages*/
ul.awards{
	margin-bottom: 30px;
}
.awards li {
	margin-top: 10px;
}
.awards li li{
	margin-top: 0px;
	margin-left: 20px;
}
ul.fundacja {
	list-style-type: square;
	list-style-position: inside;
	margin: 10px 0 20px 30px;
}
.fundacja li {
	margin: 3px 0;
}



/* Related sliders */

.relatedSliderBox {
	clear: both;
	overflow: auto;
}

.relatedSliderBox h4 {
	font-size: 16px;
	font-weight: normal;
	margin: 14px 0 12px 0;
}

.relatedSliderBox .wrapper {
	overflow: hidden;
	float: left;
	padding: 10px 0;
}

.relatedSliderBox ul li.next, .relatedSliderBox ul li.prev
{
	width: 9px;
	height: 156px;
	display: block;
	float: left;
	line-height: 9px;
	text-decoration: none;
	border: 0 none;
	background: none;
	margin: 0;
	padding: 0;
}
.relatedSliderBox ul li.next {
	margin-left: 3px;
}
.relatedSliderBox ul li.prev {
	margin-right: 3px;
}

.relatedSliderBox ul li.next span, .relatedSliderBox ul li.prev span
{
	display: none;
}


.relatedSliderBox ul
{
	overflow: hidden;
	float: left;
}

.relatedSliderBox ul li
{
	float: left;
	padding: 2px;
	height: 152px;
	width: 150px;
}

.relatedSliderBox ul li a {
	text-decoration: none;
	border: 0 none;
}

.relatedSliderBox ul li .desc
{
	display: block;
	height: 50px;
}

.relatedSliderBox ul li .desc a {
	display: block;
	font-size: 10px;
	padding: 10px 2px 0 11px;
	font-weight: bold;
}
.relatedSliderBox ul li .desc span {
	color: #fff;
	display: block;
	font-size: 10px;
	padding: 0 2px 0 11px;
}

.relatedSliderBox ul li a span
{
	display: none;
}

.relatedSliderBox a.disabled,
.relatedSliderBox a.disabled:hover
{
	background: none;
}

.relatedSliderBox ul li.next a
{
	background: url("/images/enhance/relatedSliderBox_next2.gif") no-repeat right center;
	width: 9px;
	height: 156px;
	display: block;
}

.relatedSliderBox ul li.prev a
{
	background: url("/images/enhance/relatedSliderBox_prev2.gif") no-repeat left center;
	width: 9px;
	height: 156px;
	display: block;
}

.relatedSliderBox ul.relatedSliderBoxGallery li {
	height: 100px !important;
}

.relatedSliderBox ul.relatedSliderBoxGallery li.prev a,
.relatedSliderBox ul.relatedSliderBoxGallery li.next a {
	height: 113px !important;
}

.relatedSliderBox .entity-more-gallery {
	float: right;
	font-size: 10px;
	margin: 4px 15px 0 0;
}

#text .specialReport {
	float: none !important;
	width: 100% !important;
}
#text .specialReport p {
	width: 74% !important;
}

#text .specialReport dd.on p {
	margin-bottom: 6px !important;
}

#text .specialReport dd.on p a span {
	border: 0px none !important;
}


/* Comments & Reviews */

#comments-module,
#reviews-module {
	margin: 10px 0;
	padding: 10px;
}

#comments-module a,
#reviews-module a {
	border: 0;
	text-decoration: none;
}

.comments-module-header,
.reviews-module-header {
	padding: 2px;
}

.comments-module-header h3,
.reviews-module-header h3 {
	float: left;
	font-size: 18px;
	padding: 3px 7px;
	width: 224px;
	background-color: #4C9AE2;
}

.comments-module-header h3 {
	background-color: #D36212;
}

.comments-module-header p,
.reviews-module-header p {
	float: right;
	color: #C9CBC8;
	font-size: 10px;
	line-height: 12px;
	padding: 8px 12px;
}

.comments-actions,
.reviews-actions {
	margin: 7px 0;
}

.reviews-actions .reviews-add,
.comments-actions .comments-add {
	font-weight: bold;
	float: left;
}

.reviews-actions .reviews-see-all,
.comments-actions .comments-see-all {
	text-decoration: none;
	border: 0;
	font-weight: bold;
	float: right;
	font-size: 10px;
}

.reviews-actions .reviews-add span,
.comments-actions .comments-add span {
	color: #60ABEE;
	font-weight: normal;
}

.reviews-content li,
.comments-content li {
	margin-bottom: 5px;
}

.reviews-user,
.comments-user {
	width: 80px;
	height: 47px;
	float: left;
	padding: 14px 0;
	text-align: center;
}

.comments-user span {
	white-space: nowrap;
}

.comments-user {
	width: 78px;
	padding: 13px 0;
}

.reviews-user a,
.comments-user a {
	display: block;
}

.review-section,
.comment-section {
	width: 531px;
	min-height: 59px;
	float: right;
	padding: 8px 13px;
}

.comment-section {
	padding: 7px 12px;
}

.reviews-user a,
.comments-user a {
	font-size: 10px;
}

.review-section h4,
.comment-section h4 {
	font-size: 14px;
}

.review-section span,
.comment-section span {
	font-size: 10px;
}

.review-section .review-rank {
	float: left;
	margin: 5px 8px 0 0;
}

.review-content,
.comment-content {
	margin-top: 4px;
}

.comment-user-options {
	float: right;
}

.comments-policy {
	padding-bottom: 6px;
	font-size: 10px;
}

.reviews-form-field {
	margin-top: 10px;
	padding: 10px 0 10px 13px;
}

.review-submit {
	margin-top: 10px;
	float: right;
}

.review-submit .cancel {
	background: transparent no-repeat scroll left -64px;
	border: 0 none;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	padding: 3px 0 5px 27px;
}

.review-submit .send {
	background: transparent no-repeat scroll left -94px;
	border: 0 none;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	padding: 3px 0 3px 27px;
}

.reviews-form-mark {
	padding-top:4px;
}

.reviews-form-mark p {
	font-weight: bold;
	float: left;
	margin-top: 13px;
	margin-right: 15px;
}

.reviews-form-mark .review-radio {
	margin-top: 13px;
	width: 20px;
	float: left;
}

.reviews-form-mark .review-label img {
	vertical-align: middle;
}

.reviews-form-mark .review-label {
	width: 100px;
	float: left;
	margin-right: 20px;
	margin-top: 9px;
}

#comments-module .add-topic-form,
#reviews-module .add-topic-form {
	margin: 10px;
	background-color: #fff;
	color: #000;
}

.addCommentInfo {
	margin: 9px 0 0;
	padding: 12px 9px;
}

.addCommentInfo p.acceptance {
	margin-top: 30px;
	font-weight: bold;
	color: #E49B31;
}

.addCommentInfo p.acceptance img {
	vertical-align: middle;
}

.addCommentInfo p {
	margin-bottom: 10px;
}

.addCommentInfo .comment-main-info {
	margin: 27px 0 32px 0;
}

/* Login page */

#text.twoColumns .loginPage {
	width: auto;
	float: none;
}

#text .loginPage h2 {
	margin-left: 13px;
}

.loginPage .login-form {
	padding: 10px;
}

.loginPage .common-error {
	background: #FFC7C7 none repeat scroll 0 50%;
	border: 1px solid #FF4D4D;
	color: #3A3A3A;
	font-size: 1.2em;
	margin: 10px 0;
	padding: 20px;
}

.loginPage .login-form-inputs {
	margin: 30px 40px;
}
.loginPage .login-form-inputs label {
	display: block;
	width: 100px;
	font-weight: bold;
	text-align: right;
	float: left;
	padding-right: 7px;
	padding-top: 3px;
}

.loginPage .login-form-inputs input {
	display: block;
	float: left;
	height: 16px;
	margin-bottom: 5px;
	width: 230px;
}

.loginPage .login-form-inputs .checkbox {
	width: auto;
	margin: 17px 0 0 107px;
}
.loginPage .login-form-inputs .checkboxlabel {
	margin: 17px 0 0 0;
	width: 108px;
	font-weight: normal;
	padding-top: 2px;
}
.loginPage .login-form-buttons {
	margin: 26px 0 0 105px;
}
.loginPage .login-form-buttons .cancel {
	background: url('/images/enhance/login-cancel.png') no-repeat top left;
	display: block;
	border: 0 none !important;
	height: 23px;
	font-size:13px;
	font-weight:bold;
	padding-left:30px;
	padding-top:2px;
}
.loginPage .login-form-buttons .submit {
	background: url('/images/enhance/login-submit.png') no-repeat top left !important;
	display: block;
	border: 0 none !important;
	height: 23px;
	font-size:13px;
	font-weight:bold;
	padding-left:30px;
	padding-top:0;
	width: auto;
}





/* ********************* forum ********************** */

#forum-page a {
	border: 0;
}

#forum-page a:hover {
	color: #fff;
}

#forum-page h2 {
	float: none;
	margin: 0 0 10px;
}

.forum-header {
	border: 1px solid #115C9F;
	padding: 2px 1px;
	margin-bottom: 2px;
}

.forum-header h3 {
	float: left;
	font-size: 18px;
	padding: 3px 7px;
	width: 224px;
	background-color: #D36212;
	line-height: 24px;
}

.forum-section-roll {
	width: 30px;
	height: 30px;
	background: url('/images/enhance/forum-header-roll.gif') no-repeat 0px -30px;
	display: block;
	float: left;
	margin-left: 3px;
}

.forum-section-roll-up {
	background-position: 0px 0px;
}

#forum-page .hidden-forum .forum-actions,
#forum-page .hidden-forum .forum-table {
	display: none;
}

.forum-header form {
	float: right;
	color: #E5E5E3;
	margin: 6px 10px 0 0;
}

.forum-header .forum-search-text {
	background-color: #4A4A4A;
	border: 1px solid #989898;
	color: #E3E3E3;
}

.forum-header .forum-search-submit {
	background: url('/images/enhance/forum-header-search.gif') no-repeat top left;
	height: 16px;
	width: 55px;
	border: 1px solid #989898;
	padding: 0px;
}

.forum-actions {
	text-align: right;
	margin: 4px 0;
	padding: 0 0 7px;
	border-bottom: 1px solid #115CA0;
}

.forum-actions-bottom {
	margin-bottom: 20px;
}

.forum-actions a {
	color: #E3E5E4;
	font-size: 10px;
	font-weight: bold;
}

.forum-actions-topics {
	text-align: left;
	border: 0;
	padding: 0;
	margin: 16px 0;
}

.forum-actions-topics a {
	font-size: 11px;
	color: #fff;
}

.forum-actions-topics a span {
	color: #5EA8E7;
}


.forum-table table {
	border-collapse: separate;
	width: 100%;
}
.forum-table .categories {
	background-color: #4E9CE4;
	padding: 11px 5px 0 7px;
}

.forum-table .last-topics,
.forum-table .entry {
	padding: 16px 7px 4px;
}

.forum-table .last-topics {
	width: 101px;
}

.forum-table .last-topic-add {
	font-weight: bold;
	text-align: right;
	display: block;
}

.forum-table .last-topic-add span {
	color: #5EA9ED;
	font-weight: normal;
}

.forum-table .last-topics p,
.forum-table .entry p {
	font-size: 10px;
}

.forum-table .entry p {
	white-space: nowrap;
}

.forum-table .who-add {
	padding: 6px;
	width: 74px;
	white-space: nowrap;
	text-align: center;
}

.forum-table .who-add span,
.forum-table .who-add a {
	display: block;
}

.forum-table .topics,
.forum-table .entries {
	text-align: center;
	padding: 14px 0;
	width: 46px;
}

.forum-table .last-topics,
.forum-table .entry,
.forum-table .who-add,
.forum-table .topics,
.forum-table .entries {
	background-color: #105DA1;
}

.forum-table th {
	background-color: transparent !important;
	color: #5EA9EC;
	font-size: 9px;
	font-weight: normal;
	text-align: left;
	padding: 2px 0 4px 5px;
}

.forum-table td {
	padding: 4px;
	vertical-align: top;
	border-color: #072D5C;
	border-style: solid;
	border-width: 2px 1px;
}

.forum-table .categories h2 {
	font-size: 12px !important;
	float: none !important;
	margin: 0 0 4px 0 !important;
}

.forum-no-topics {
	padding: 10px;
	margin: 0 !important;
	background-color: #105DA1;
}



.forum-topics {
	margin-bottom: 5px;
}

.forum-topics-user {
	float: left;
	width: 80px;
	background-color: #53A2E5;
	text-align: center;
	padding-top: 14px;
	min-height: 132px;
}

.forum-topics-user a,
.forum-topics-user span {
	display: block;
	text-align: center;
	font-size: 10px;
}

.forum-topics-content {
	float: right;
	width: 853px;
	background-color: #115C9F;
	min-height: 132px;
	padding: 7px 11px;
	position: relative;
}

.admin-topic .forum-topics-content ul li a {
	background-color: #D56513;
}

.forum-topics-header {
	float: left;
	width: 370px;
}

.forum-topics-header img {
	float: left;
	margin-right: 6px;
}

.forum-topics-header h4 {
	font-size: 15px;
	line-height: 15px;
}

.forum-topics-header span {
	font-size: 10px;
	color: #60A9ED;
}

.forum-topics-text {
	color: #E2E4E3;
	margin-top: 17px;
}

.forum-topics-content ul {
/*
	position: absolute;
	right: 5px;
	top: 5px;
*/
	float: right;
}

.forum-topics-content ul li a {
	background-color: #519BE2;
	display: block;
	padding: 4px 5px 3px 7px;
	margin-bottom: 2px;
	font-size: 10px;
	font-weight: bold;
}

.forum-topics-replies .forum-topics-user,
.forum-topics-replies .forum-topics-content {
	background-color: #0A3D74;
	border: 1px solid #115C9F;
	min-height: 58px;
}

.forum-topics-replies .forum-topics-user {
	width: 78px;
}

.forum-topics-replies .forum-topics-content {
	width: 851px;
}

.forum-topics-replies .even {
	background-color: #072F62;
}

.admin-topic .forum-topics-user {
	background-color: #D56513;
	border: 0;
	width: 80px;
}

.admin-topic .forum-topics-content {
	background-color: transparent;
	border: 1px solid #D56513;
	width: 851px;
}



.notifyUs {
	padding-top: 10px;
	margin: 15px 0 50px 0 !important;
}
.notifyUs a {
	font-weight: bold;
}


#forum-topics .hr {
	height: 0px;
	margin: 6px 13px;
	border-top: 1px solid #204676;
}
#forum-topics .hr hr {
	display: none;
}

#forum-topics .buttons {
	margin: 12px 0 0;
}

#forum-topics .buttons a.buttons-add-topic {
	width: 118px;
	height: 16px;
	border: 1px solid #999;
	display: block;
	text-indent: -9999px;
	background: url('/images/add_topic_bg.gif') no-repeat top left;
}

#forum-topics .forum-topics .first {
	border: 1px solid #1676C8;
	padding: 6px 8px;
}

/* -------------------------------------------------- */
#forum-topics .forum-topicView {
	margin-top: 5px;
	padding-left: 80px;
	border-bottom: 1px solid #224878;
	zoom: 1;
}
#forum-topics .forum-topicView .topic-content {
	padding: 5px 0;
}
#forum-topics .forum-topicView .topic-content .user-content {
	width: 441px;
}
#forum-topics .forum-topicView .topic-header {
	float: left;
}

#forum-topics .forum-topicInner {
	margin-top: 5px;
	padding-left: 160px;
	border-bottom: 1px solid #224878;
	zoom: 1;
}
#forum-topics .forum-topicInner .topic-content {
	padding: 5px 0;
}
#forum-topics .forum-topicInner .topic-content .user-content {
	width: 341px;
}
#forum-topics .forum-topicInner .topic-header {
	float: left;
}
/* -------------------------------------------------- */

#forum-topics .forum-topic {
	margin-top: 12px;
	padding: 0 8px;
	border-bottom: 1px solid #224878;
	zoom: 1;
}
#forum-topics .forum-topic .topic-header {
	float: left;
	margin-bottom: 20px;
}
#forum-topics .forum-topicView h3,
#forum-topics .forum-topic h3 {
	font-size: 16px;
	font-weight: bold;
}
#forum-topics .forum-topicInner .date,
#forum-topics .forum-topicView .date,
#forum-topics .forum-topic .date {
	display: block;
	margin: 3px 0 0;
	color: #fff;
}
#forum-topics .forum-topicInner ul,
#forum-topics .forum-topicView ul,
#forum-topics .forum-topic ul {
	float: right;
}
#forum-topics .forum-topicInner ul li,
#forum-topics .forum-topicView ul li,
#forum-topics .forum-topic ul li {
	float: left;
	margin-left: 10px;
}
#forum-topics .forum-topicInner ul li .make-answer,
#forum-topics .forum-topicView ul li .make-answer,
#forum-topics .forum-topic ul li .make-answer {
	font-weight: bold;
}
#forum-topics .forum-topicInner .topic-content .user-data,
#forum-topics .forum-topicInner .topic-content .user-content,
#forum-topics .forum-topicView .topic-content .user-data,
#forum-topics .forum-topicView .topic-content .user-content,
#forum-topics .forum-topic .topic-content .user-data,
#forum-topics .forum-topic .topic-content .user-content {
	float: left;
}
#forum-topics .forum-topicInner .topic-content .user-data,
#forum-topics .forum-topicView .topic-content .user-data,
#forum-topics .forum-topic .topic-content .user-data {
	width: 118px;
}

#forum-topics .forum-topic .topic-content .user-content {
	width: 500px;
}
#forum-topics .forum-topicInner .topic-content .user-data img,
#forum-topics .forum-topicView .topic-content .user-data img,
#forum-topics .forum-topic .topic-content .user-data img {
	border: 1px solid #4fa5ed;
	padding: 1px;
	width: 26px;
	height: 26px;
	margin: 0 10px 5px 0;
	float: left;
}
#forum-topics .forum-topicInner .topic-content .user-data span,
#forum-topics .forum-topicView .topic-content .user-data span,
#forum-topics .forum-topic .topic-content .user-data span {
	margin-top: 17px;
	display: block;
	float: left;
}



/* ********************* profile ********************** */

.userProfile .user-menu {
	background: url('/images/enhance/bg_profile_menu.gif') repeat-x top left;
	height: 52px;
}
.userProfile .user-menu li a {
	padding: 15px 11px;
	float: left;
	display: block;
	border: 0 none;
	height: 22px;
	background: url('/images/enhance/bg_profile_menu_sep.gif') no-repeat 100% 29%;
}

.userProfile .user-menu li.before-active a {
	background: none;
}
.userProfile .user-menu li.active a {
	background: #fff url('/images/enhance/bg_profile_menu_active.gif') no-repeat 51% bottom;
	color: #1670B5;
	font-weight: bold;
}

.userProfile .user-menu li a:hover {
	font-weight: bold;
}

.user-profile-content h4 {
	font-size: 16px;
	margin: 14px 0 10px;
}

.user-profile-content .showForCanal {
	float: left;
	display: block;
	margin: 10px 0 !important;
	width: 40px;
}



/* ********************* forum search ********************** */

.forum-search .search-count {
	float: left;
	font-size: 30px;
	padding: 5px 0 9px 7px;
	border-bottom: 1px solid #224878;
}

.forum-search .search-item {
	float: left;
	padding-left: 20px !important;
	width: 583px;
}



/* ********************* ranking loading ********************** */

.ranking-loading {
	height:395px;
	left:0;
	position:absolute;
	top:0;
	width:300px;
	background-color: black;
}

.ranking-loading img {
	margin: 156px 0 0 120px;
	border: 0 !important;
}



/* ********************* special report ********************** */

.special-report .title {

}

.special-report .title {
	margin-bottom: 0px !important;
}

.special-report .title a,
.special-report .title a span {
	border: 0 !important;
}

.special-report .text {
	margin-bottom: 4px !important;
}

#text .special-report .textList dd.on .date {
	margin-left: 165px !important;
}

#text .special-report .textList dd.first-el {
	padding-left: 9px;
}

#text .special-report .textList dd.first-el .title,
#text .special-report .textList dd.first-el .text,
#text .special-report .textList dd.first-el .date {
	margin-left: 370px !important;
	width: 256px !important;
}


/* ********************* news voting ********************** */


.news-rank {
	padding: 8px 15px;
	border-bottom: 1px solid #495B81;
}

.news-rank .news-rank-text,
.news-rank ul {
	float: left;
}

.news-rank .news-rank-text {
	margin-right: 5px;
}

.news-rank ul.rate {
	height: 20px;
	margin: 1px 5px 0;
}


.news-rank ul li{
	float: left;
	margin-right:5px;
}
.news-rank ul a{
	padding-right: 5px;
}
.news-rank img{
	margin: 15px 0 10px;
}


.news-rank ul.rate li{
	background: transparent url(/images/tvn/tvn_star.png) 0 0 no-repeat;
}
.news-rank ul.rate li a{
	opacity: 0;
}
.news-rank ul.rate li:hover,
.news-rank ul.rate li.on{
	background: transparent url(/images/tvn/tvn_star_on.png) 0 0 no-repeat;
}

.news-rank-total-count {
	float: left;
}

.news-rank-count {
	float: right;
}


/* ********************* propagation ********************** */

.propagation {
	padding: 10px 0;
	text-align: center;
}

.propagation a {
	border: 0;
}


/* ********************* video gallery ********************** */

#sideBar .videoBox .video-item {
	padding: 10px;
	margin-bottom: 4px;
}


/* ********************* form comments acceptance ********************** */

.acceptance-info {
	text-align: center;
	padding: 20px 0 0 42%;
}

.acceptance-info a {
	display: block;
	width: 40px;
	float: left;
	font-size: 16px;
}


/* ********************* form hint ********************** */

.form-hint {
	background: #072D5D url(/images/enhance/leftarow.gif) no-repeat scroll 10px 15px;
	font-size: 10px;
	padding: 14px 15px 15px 32px;
	width: 200px;
	position: absolute;
	display: none;
	min-height: 23px;
	border: 1px solid #115C9F;
}

.formEdit form span.form-hint {
	display: none;
}


/* ********************* TVN Forms ********************** */

.profileform table {border-spacing: 0; border-collapse: collapse; border: 0; padding: 0;}
.profileform .expanded .framearea{display: block;}
.profileform .contracted .framearea{display: none;}
.profileform .frame {margin-bottom: 20px;}
.profileform .frame .framehead {padding: 10px 15px; zoom: 1;}
.profileform .frame .framehead span {color: #E79929; font-size: 18px; float: left;}
.profileform .frame .framehead a {float: right; background-repeat: no-repeat; background-position: right top; color: #E79929; text-decoration: none; width: 65px; height: 19px; line-height: 19px; border-bottom: none; font-size: 10px; text-align: right; padding-right: 35px;}
#content .profileform .frame .framehead a:hover {text-decoration: underline;}
.profileform .contracted .framehead {border-bottom: none;}
.profileform .frame .framearea {padding: 10px 15px;}

.profileform select.select {font-size: 11px; border: 1px solid #999999; color: #7F7F7F; width: 150px;}
.profileform input.checkbox {border: none; padding: 0;}
.profileform input.radio {border: none; padding: 0;}
.profileform input.text, .profileform textarea.text {width: 280px;}
.profileform textarea.text {height: 100px;}
.profileform input.inputerr,
.profileform select.inputerr {border: 1px solid #FF0000; background-color: #FFDFDF;}
.profileform .reg_error img {float: left; margin-right: 5px;}
.profileform .reg_error span.error {color: #E69A2C; font-weight: bold;}
.profileform .reg_error span.ok {color: #05A200; font-weight: bold;}
.profileform .reg_error span.info {color: #808080; font-weight: bold;}
.profileform td {padding: 15px 0;}
.profileform td.label {font-weight: bold; padding-right: 10px; text-align: right; white-space: nowrap; width: 115px;}
.profileform td.require {font-weight: bold; padding-left: 5px; padding-right: 5px; vertical-align: top; color: #E79929;}
.profileform td.caption {font-size: 9px; text-align: right; vertical-align: top; white-space: nowrap; color: #E5E5E5;}
.profileform td.caption a {color: #E79929; border-bottom: none;}
#content .profileform td.caption a:hover {text-decoration: underline;}
.profileform td.comment {font-size: 10px; vertical-align: top; background: url(/images/enhance/leftarow.gif) no-repeat left 15px; padding-left: 20px;}
.profileform td.agree {font-size: 9px; vertical-align: top; white-space: nowrap; color: #E5E5E5;}
.profileform .require_inputs {color: #E79929; font-size: 10px; padding: 0 0 10px 15px;}
.profileform .author {color: #fff !important; font-size: 11px !important}

.profileform .nick td, .profileform .author td {padding-bottom: 0;}
.profileform .nick_caption td, .profileform .author_caption td {padding-top: 0; padding-bottom: 0;}

.edit .boks_tresc .profileform .nick td {padding-bottom: 5px;}
.edit .boks_tresc .profileform .nick a {font-weight: bold; cursor: help;}
.edit .boks_tresc .profileform .nick a:hover {color: #fff; border-bottom: 1px dotted #D8D8D8;}

.profileform .password td {padding-bottom: 0;}
.profileform .password_err td {padding-top: 0; padding-bottom: 5px;}
.profileform .password_repeat td {padding-bottom: 0; padding-top: 5px;}
.profileform .password_repeat_err td {padding-top: 0;}

.edit .boks_tresc .profileform .password td {padding-top: 5px; padding-bottom: 5px;}

.profileform .email td {padding-bottom: 0;}
.profileform .email_caption td {padding-top: 0; padding-bottom: 0;}
.profileform .email_err td {padding-top: 0;}

.edit .boks_tresc .profileform .email td {padding-top: 5px;}
.edit .boks_tresc .profileform .email td.comment {background-position: left 5px;}

.profileform .disclaimer td {padding-top: 0; padding-bottom: 0;}
.profileform .disclaimer td.label {width: 0;}
.profileform .disclaimer td.checkbox {padding-left: 5px; padding-right: 5px;}
.profileform .disclaimer td.comment {background: none; padding-left: 0;}
.profileform .disclaimer_err td {padding-top: 5px; padding-bottom: 5px;}
.profileform .disclaimer_err td.reg_error {padding-left: 30px}

.profileform .name td {padding-bottom: 5px;}
.profileform .surname td {padding-top: 5px; padding-bottom: 5px;}
.profileform .genre td {padding-top: 5px; padding-bottom: 5px;}
.profileform .other_user_genre td {padding-top: 5px; text-align: left;}

.profileform .birthdate td {padding-bottom: 2px;}
.profileform .birthdate #day {width: 15px; margin-right: 5px;}
.profileform .birthdate #month {width: 100px; margin: 0 5px;}
.profileform .birthdate #year {width: 30px; margin-left: 5px;}
.profileform .birthdate_caption td {padding-top: 0; text-align: left; padding-bottom: 0;}
.profileform .birthdate_caption span {display: block; float: left;}
.profileform .birthdate_caption .day {width: 31px; margin-right: 5px;}
.profileform .birthdate_caption .month {width: 100px; margin: 0 5px;}
.profileform .birthdate_caption .year {width: 30px; margin-left: 5px;}
.profileform .birthdate_err td {padding-top: 0; padding-bottom: 5px;}
.profileform .other_user_birthdate td {padding-top: 0;}

.profileform .country td {padding-bottom: 5px;}
.profileform .province td {padding-top: 5px; padding-bottom: 5px;}
.profileform .city td {padding-top: 5px; padding-bottom: 5px;}
.profileform .other_user_city td {padding-top: 5px;}

.profileform .postcode td {padding-bottom: 0;}
.profileform .postcode #postcode_p1 {width: 15px;}
.profileform .postcode .postcode_dash {margin: 0 3px;}
.profileform .postcode #postcode_p2 {width: 25px;}
.profileform .postcode_err td {padding-top: 0; padding-bottom: 5px;}
.profileform .address td {padding-top: 5px; padding-bottom: 0;}
.profileform .address_caption td {padding-top: 0; text-align: left;}
.profileform .title td, .profileform .content_text td {padding-bottom: 0;}
.profileform .title_caption td {padding-top: 0; text-align: left;}
.profileform .element_err td {padding-top: 0; padding-bottom: 5px;}

.profileform .phone td {padding-bottom: 0px;}
.profileform .phone #tel_kier {width: 25px; margin-right: 5px;}
.profileform .phone #tel_1 {width: 25px; margin-right: 5px;}
.profileform .phone #tel_2 {width: 25px; margin-right: 5px;}
.profileform .phone #tel_3 {width: 25px;}
.profileform .phone_err td {padding-top: 0px; padding-bottom: 5px;}
.profileform .skype td {padding-top: 5px; padding-bottom: 5px;}
.profileform .other_user_skype td {padding-top: 5px; padding-bottom: 5px;}


.profileform .code td {padding-top: 5px; padding-bottom: 5px;}
.profileform .codeinput td {padding-top: 5px; padding-bottom: 0;}
.profileform .code_err td {padding-top: 0; padding-bottom: 5px;}

.profileform .code div.img {position: relative; width: 200px; height: 101px;}
.profileform .code div.img .codeloading {height: 100%; left: 0; position: absolute; top: 0; width: 100%;}
.profileform .code div.img #imgcode {position: absolute; left: 0; top: 0;}
.profileform .code div.img .codeloading .codeloading_bg {height: 100%; width: 100%; position: absolute; opacity: 0.3; filter: alpha(opacity=30); background-color: #365B8C;}
.profileform .code div.img .codeloading .codeloading_txt {margin-top: 30px; position: absolute; text-align: center;}
.profileform .code div.img .codeloading .codeloading_txt .txt {font-weight: bold; font-size: 10px;}
.profileform .code div.img .codeloading .codeloading_txt .img {height: 20px; background: url(/images/enhance/loading.gif) no-repeat center center;}

.profileform .buttons td {padding-top: 0; padding-bottom: 0;}
.profileform .buttons td.cancel {padding-right: 15px;}
.profileform .buttons .auth_cancel {border: none; color: #fff; font-size: 13px; font-weight: bold; background: no-repeat left -64px; padding: 3px 0 3px 27px;}
.profileform .buttons .auth_submit {border: none; color: #fff; font-size: 13px; font-weight: bold; background: no-repeat left -94px; padding: 3px 0 3px 27px;}

.formEdit h1 {height: auto;width: auto;float: none;margin: 15px 0;}
.captchaCommentRules {margin: 48px 0 10px 0;}
.captchaCommentRules span {text-align: center;display: block;margin-top: 10px;}
.captchaCommentRules a {margin-right: 20px;}


/* ********************* Carousel ********************** */

#graphicPagginationContainer {
	overflow: hidden;
}
