@charset "utf-8";
/* CSS Document */

 html, body {
                height: 100%;                                                                  
                margin: 0;                                                                     
                padding: 0;                                                                    
				font-family:Arial, Helvetica, sans-serif;
				background-color:#192028;
            }

* {
	margin:0px auto;
	padding:0;
}

#bodyIntro { 
	min-height:550px;
	min-width:905px;
}

#insideBody
{
	text-align:center;
	min-width:905px;
	padding-top:10px;
}

.advantages li {
    padding-top:7px;

}

h1
{
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#fff;
	font-weight:normal;
}
.inactiveObj
{
    opacity:0.1;
    filter:alpha(opacity=10); /* For IE8 and earlier */

}
.introTable
{
	width:905px;
	height:522px;
}

.mainTable
{
	width:905px;
}

#headerLeft
{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#c2dbfa;
}
.hidden {
	display: none;
}

.in-visible {
	visibility: hidden;
}

#headerLeft p
{
	margin:0;
	padding:15px 0 0 97px;
}

#headerLeft a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#c2dbfa;
	text-decoration:underline;
	margin-left:5px;
	padding:0;
}

#headerLeft a:hover
{
	text-decoration:none;
}

.logo
{
	padding-top:20px;
	padding-left:43px;
}

#headerRight
{
	float:right;
	width:280px;
	height:82px;
	padding:0;
	margin:0;
	padding-top:6px;
	padding-right:15px;
	text-align:right;	
}

#headerRight p
{
	padding:5px 0 0 0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#c2dbfa;
}

.linksContainer
{
	float:left;
	text-align:left;
	margin:4px 0 0 0;
	padding-bottom:4px;
}

.linksContainer a
{
	margin:0;
	padding:0;
	margin-left:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	text-decoration:underline;
}

.linksContainer a:hover
{
	text-decoration:none;
}

.buttonContainer
{
	float:left;
	margin:8px 0 0 0;
	padding-left:101px;
}

.headerBg
{
	height:90px;
	width:905px;
	background-image:url(../images/headerBg.gif);
	background-repeat:no-repeat;
	margin:0;
}

.leftBg
{
	/*
	background-image:url(../images/menuBg.gif);
	*/
	background-image:url(../images/menuLeftBg.gif);
	width:225px;
	background-repeat:repeat-y;
	vertical-align:top;
	margin:0;
}
#loginForm input, #registerForm input
{
	width:60px;	
}



.leftBgIntro
{
	background-image:url(../images/menuBg.gif);
	width:225px;
	background-repeat:repeat-y;
	vertical-align:top;
	margin:0;
}

#leftMenu ul.vert-one
{
	margin:0;
	padding:0;
	list-style-type:none;
	display:block;
	font: 12px Arial, sans-serif;
	line-height:165%;
	width:225px;
}

#leftMenu ul.vert-one li.normal
{
	margin:0;

	height:24px;

}
.menuLine, #leftMenu ul.vert-one li.normal {

	background-image: url(../images/menuLine.png);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-top:10px;
	padding-bottom:10px;
}

.menuItem
{
	color:#8bb7f4;
}
.menuItemInActive
{
	color:#8bb7f4 !important;
}
#leftMenu ul.vert-one li span
{
        display:block;
        text-decoration:none;
        color:#8bb7f4;
        background:none;
        padding:0 0 0 44px;
        width:176px;
}

#leftMenu ul.vert-one li.adm p.adm
{
	font-size:12px;
	margin-top:4px;
	padding-top:6px;
	height:19px;
	background-image:url(../images/menuLine.png);
	background-position:bottom;
	background-repeat:no-repeat;
}
p.adm{ padding-left:40px; padding-top:6px;}
#leftMenu ul.vert-one li.last
{
	margin:0;
	padding:0;
	height:34px;
	padding-top:10px;
}

#leftMenu ul.vert-one li a
{
	display:block;
	text-decoration:none;
	color:#8bb7f4;
	background:none;
	padding:0 0 0 44px;
	width:176px;
}

#leftMenu ul.vert-one li a:hover
{
	color:#fff;
}

#leftMenu ul.vert-one li a.current, 
		  ul.vert-one li a.current:hover
{
	color:#fff;
}

.clickable:hover {
	cursor:pointer !important;
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

#survey
{
	background-color:#1d3557;
	padding: 2px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#survey ul.pollAnswers 
{
	margin:3px 0 0 0;
	padding:0;
	list-style-type:none;
	display:block;
	font: 11px Arial, sans-serif;
}

#survey ul.pollAnswers li
{
	margin:0;
	margin-left:0px;
	padding:5px 0 0 0;
	list-style-type:none;
	display:block;
	font: 11px Arial, sans-serif;
}

.contentContainer
{
	margin:0;
	width:680px;
	padding: 9px 9px 9px 9px;
	background-color:#1a2028;/*#1a212b;*/
	background-image:url(../images/contentRight.gif);
	background-repeat:repeat-y;
	background-position:right;
	border-right:1px solid #1a2028;
}

.contentInside
{
	margin:0;
	width:680px;
	padding: 25px 0px 9px 19px;
	background-color:#1a2028;
	/*
	background-image:url(../images/rightBg.jpg);
	*/
	background-image:url(../images/contentRight.gif);
	background-repeat:repeat-y;
	background-position:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#8bb7f4;
	border-right:1px solid #1a2028;
}

.contentInsideTV
{
	margin:0;
	width:680px;
	padding: 9px 0px 9px 6px;
	background-color:#1a2028;
	/*
	background-image:url(../images/rightBg.jpg);
	*/
	background-image:url(../images/contentRight.gif);
	background-repeat:repeat-y;
	background-position:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#8bb7f4;
	/*
	border-right:1px solid #1a2028;
	*/
}
.border_red { 
	border: 1px solid #f00 !important;
}

.focus-box {
	background-color: #1d3557 ;
}

.channels
{
	margin:0;
	padding:0px 7px 0 0;
	height:56px;
}

.tvChannel
{
	width:60px;
	height:56px;
	text-align:center;
}

.tvChannelOn
{
	background-image:url(../images/tvSelectedCh.gif);
	width:66px;
	height:48px;
	text-align:center;
	background-repeat:no-repeat;
	background-position:top;
	text-align:center;
}

.warning_input
{
	border: 2px solid #f00;
}
.archive:link,
.archive:visited
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#8bb7f4;
	text-decoration:underline;
	padding-top:10px;
}

.archive:hover
{
	text-decoration:none;
}


.tvLogo
{
	margin:0;
}

.tvName
{
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	margin-left:18px;
	color:#ffffff;
}

.tvProgram
{
	margin:0;
	padding:15px 10px 10px 26px;
}

.tvProgram img
{
	padding-right:18px;
}

.tvProgram p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#ffffff;
}

.tvProgram ul
{
	margin:18px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	padding:0;
	list-style-type:none;
	
}

.tvProgram ul li
{
	margin:0;
	padding:0 0 4px 0;
}

.time
{
	color:#8bb7f4;
	padding-right:7px;
}

.epgNone
{
	height:0px;		
}
.epgRow
{
	height:12px;		
}

.epgDesc
{
	padding-left:7px;
}
.contentInsideProgram
{
	margin:0;
	padding: 0px 0px 0px 0px;
	background-color:#1a2028;
	/*
	background-image:url(../images/rightBg.jpg);
	*/
	background-image:url(../images/contentRight.gif);
	background-repeat:repeat-y;
	background-position:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#8bb7f4;
	border-right:1px solid #1a2028;
}
.calendarTable
{
	height:113px;
	width:100%;
}

.calendarCaption
{
	width:100px;
	background-color:#1a2028;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#fff;
	margin:0;
	text-align:center;
}

.calendarTvSelected
{
	float:left;
	background-image:url(../images/calendarSelectedCh.gif);
	width:66px;
	height:48px;
	text-align:center;
}


.calendarTvNormal
{
	float:left;
	width:66px;
	text-align:center;
}


.calendarMiniTvNormal
{
	float:left;
	width:28px;
	text-align:center;
	
}


.dateTextHeader
{ 
	font-size:12px;
	vertical-align:top;
	padding-left:1px;
	color:#fff;
	text-align:left;
	font-weight:bold;
}
.dateText, .smallText
{ 
	font-size:9px;
	vertical-align:bottom;
	text-align:center;
	color:#fff;
	font-weight:normal;
	letter-spacing:1px;
}
.size11 {
	font-size:11px;
}
.size10 {
	font-size:10px;
}

.dateBlock
{
	background-color:#375277;
	height:42px;
	font-size:12px;
	vertical-align:top;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	color:#fff;
	font-weight:bold;	
	font-family:Tahoma;
}
.optionBox
{
	float:left;
	background-image:url(../images/calendarSelectedCh.gif);
	width:66px;
	height:48px;
	text-align:left;	
	vertical-align:text-bottom;
}

.FcalendarDay
{
	background-color:#375277;
	height:40px;
	font-size:12px;
	vertical-align:bottom;
	padding-left:1px;
	color:#fff;
	font-weight:bold;
	
}

.FdayNormal:link,
.FdayNormal:visited
{
	background:none;
	float:left;
	width:20px;
	height:42px;
	text-align:center;
	margin:0;
	vertical-align:middle;
	color:#fff;
	text-decoration:none;
	padding-top:5px;
	
}

.FdayNormal:hover
{
	float:left;
	width:20px;
	text-align:center;
	margin:0;
	padding-top:5px;
	background-color:#5d7799;
	text-decoration:none;
	height:42px;
}

.FdayNormalSelected
{
	float:left;
	width:20px;
	text-align:center;
	margin:0;
	padding-top:5px;
	background-color:#7D97B9;
	text-decoration:none;
	height:40px;
}
.FdayNormalSelectedToday
{
	float:left;
	width:20px;
	text-align:center;
	margin:0;
	padding-top:5px;
	border: 1px solid #7D97B9;
	text-decoration:none;
	height:38px;
}
.FcalendarText
{
	float:right;
	padding-top:5px;
	height:30px;
	color:#8bb7f4;
	font-weight:normal;
	font-size:11px;
	
}







.calendarDay
{
	background-color:#375277;
	height:32px;
	font-size:12px;
	vertical-align:bottom;
	padding-left:1px;
	color:#fff;
	font-weight:bold;
}

.calendarDayNr
{
	background-color:#375277;
	height:32px;
	font-size:12px;
	color:#fff;
	vertical-align:text-top;
	padding-left:15px;
	font-weight:bold;
}

.dayNormal:link,
.dayNormal:visited
{
	background:none;
	float:left;
	width:20px;
	height:55px;
	text-align:center;
	margin:0;
	vertical-align:middle;
	color:#fff;
	text-decoration:none;
	padding-top:10px;
}

.dayNormal:hover
{
	float:left;
	width:20px;
	text-align:center;
	margin:0;
	padding-top:10px;
	background-color:#5d7799;
	text-decoration:none;
	height:55px;
}
.dayNormalSelected
{
	float:left;
	width:20px;
	text-align:center;
	margin:0;
	padding-top:10px;
	background-color:#5d7799;
	text-decoration:none;
	height:55px;
}

.dayNormalSelected2
{
	float:left;
	width:20px;
	text-align:center;
	margin:0;
	padding-top:10px;
	background-color:#7D97B9;
	text-decoration:none;
	height:55px;
}
.dayNormalSelected3
{
	float:left;
	width:20px;
	text-align:center;
	margin:0;
	padding-top:10px;
	border: 1px solid #7D97B9;
	text-decoration:none;
	height:53px;
}
.epgSelected
{
	background-color:#5d7799;	
	border:1px solid #7D97B9;
	float:left;
}
.epgNormal
{
}
.progressbarNull
{
	width:3px;
	height:10px;
	border:1px solid #222222;	
	background-color:#9DB7D9;
	float:left;
	margin-left:1px;
}
.progressbarFull
{
	width:3px;
	height:10px;
	background-color:#274267;	
	border:1px solid #222222;	
	margin-left:1px;
	float:left;
}

.calendarText
{
	float:right;
	padding-top:10px;
	height:54px;
	color:#8bb7f4;
	font-weight:normal;
	padding-right:20px;
	font-size:11px;
}


/*
.dayNormal:link,
.dayNormal:visited
{
	background:none;
	float:left;
	width:15px;
	height:22px;
	text-align:center;
	margin:0;
	vertical-align:text-bottom;
	padding-top:10px;
	color:#fff;
	text-decoration:none;
}

.dayNormal:hover
{
	float:left;
	width:15px;
	text-align:center;
	margin:0;
	vertical-align:text-bottom;
	padding-bottom:6px;
	background-color:#5d7799;
	text-decoration:none;
}

.dayNrNormal:link,
.dayNrNormal:visited
{
	background:none;
	height:32px;
	float:left;
	width:15px;
	text-align:center;
	margin:0;
	color:#fff;
	vertical-align:text-top;
	padding-top:6px;
	text-decoration:none;
}

.dayNrNormal:hover
{
	float:left;
	width:15px;
	text-align:center;
	margin:0;
	vertical-align:text-top;
	padding-top:6px;
	background-color:#5d7799;
	text-decoration:none;
}
*/
.infoTable
{
	width:630px;
}

.infoTable2
{
	margin:0;
	width:665px;
	/*
	margin-top:15px;
	*/
}

.titleModule
{
	font-size:20px;
	color:#fff;
	/*border-bottom :1px solid #2f5283;*/
	margin-top:10px;
	margin-left:25px;
	margin-bottom:15px;
	padding:5px 5px;
}
.titleSubSection
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#fff;
	font-weight:bold;
}
.titleSubSectionBlue, .titleSubSectionBlueSelected
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#8bb7f4;
	
	margin:5px;
	padding-bottom:15px;
}
.titleSubSectionBlueSelected
{
	text-decoration:underline;	
	/*font-weight:bold;*/	
}
.tableBasic 
{
	color:#8bb7f4;	
	font-family:Tahoma;
	font-size:11px;
}


.cellTitleSelected
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	font-weight:bold;
	border-top:1px solid #2f5283;
	width:434px;
	padding-top:10px;
	padding-bottom:8px;
}

.cellTitleSelected ul
{
	margin-left:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
}


.cellTitle,
.cellTitleLast
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	font-weight:bold;
	border-top:1px solid #2f5283;
	height:50px;
	width:434px;
}

.cellTitleLast
{
	border-bottom:1px solid #2f5283;
}

.text
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	font-weight:normal;
}

.productsTableName
{
	padding-bottom:8px;
}

.productsHeader
{
	margin:0;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	padding-bottom:5px;
}

.cellStatus,
.cellStatusLast,
.cellStatusSelected
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#8bb7f4;
	min-height:50px;
	font-weight:normal;
	text-align:center;
	border-top:3px solid #2f5283;
}

.cellStatusSelected
{
	margin:0;
	padding-top:10px;
}

.cellStatusLast
{
	border-bottom:3px solid #2f5283;
}

.cellStatus a,
.cellStatusLast a,
.cellStatusSelected a
{
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#8bb7f4;
}

.cellStatus a:hover,
.cellStatusLast a:hover,
.cellStatusSelected a:hover
{
	text-decoration:none;
}

.price
{
	font-weight:bold;
	
}

.cellPrice,
.cellPriceLast
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-align:center;
	border-top:1px solid #2f5283;
}

.cellPriceLast
{
	border-bottom:1px solid #2f5283;
}

.cellButton,
.cellButtonLast
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-align:center;
	border-top:1px solid #2f5283;
}

.cellButtonLast
{
	border-bottom:1px solid #2f5283;
}


.cellLegend
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
}

.cellLegend img
{
	padding-right:9px;
}

.cellHeader
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	float:left;
}

.cellHeader a
{
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#8bb7f4;
	font-weight:bold;
	margin-right:18px;
}

.cellHeader a:hover
{
	text-decoration:none;	
}

#dnotice
{
	border-top:11px solid #3e5f8c;
	border-right:11px solid #3e5f8c;
	border-bottom:11px solid #3e5f8c;
	border-left:11px solid #3e5f8c;
	vertical-align:middle;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	padding-left:10px;
	padding-top:7px;
    padding-bottom:7px;
	padding-right:10px;
 	margin: 2px 2px 2px 2px;
}	
.bigNotice,
#notice,
#notice2,
#noticebig,
#notice96
 {
	border-top:11px solid #3e5f8c;
	border-right:11px solid #3e5f8c;
	border-bottom:11px solid #3e5f8c;
	border-left:11px solid #3e5f8c;
	vertical-align:middle;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	font-weight:bold;
	padding-left:10px;
	padding-top:7px;
    padding-bottom:7px;
	padding-right:10px;
 	margin: 2px 2px 2px 2px;
}
#notice {
	height:32px;
	width:600px;
	text-align:center;
}
.bigNotice,
#noticebig {
	height:64px;
	width:600px;
}
#notice96 {
	height:96px;
	width:600px;
}

#notice2 {
	height:32px;
	width:624px;
	border-top:13px solid #5B90DA;
	border-right:14px solid #5B90DA;
	border-bottom:13px solid #5B90DA;
	border-left:14px solid #5B90DA;
	text-align:center;
}

#notice2 img
{
	margin-right:12px;
}

.tvShowList
{
	margin:0;
	padding:6px 28px 10px 26px;
}

.showTitle
{
	color:#fff;
}

.timeOn
{
	color:#8bb7f4;
	padding-right:7px;
	font-weight:bold;
}

.showTitleOn
{
	color:#c0c0b5;
	font-weight:bold;
}

.cart
{
	float:right;
	
}

.cart a
{
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#8bb7f4;
	font-weight:bold;
}

.cart a:hover
{
	text-decoration:none;
}

.cart img
{
	margin-right:11px;
}

.spacer
{
	padding-left:23px;
}

#flash
{
	float:left;
	width:406px;
	margin-left:2px;
}

#content
{
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0;
	padding:0 19px 0 0;
	color:#fff;
	width:211px;
}

#content p
{
	margin:0;
	padding:0 0 25px 0;
}

#newsLeft
{
	float:left;
	width:394px;
	padding-left:28px;
}

#newsRight
{
	float:right;
	width:394px;
	padding-right:28px;
	width:403px;
}
input,a
{
	text-decoration:none;	
	outline: none;
}
span.comment
{
	font-size:11px;		
}
.inputBasic
{
	background-color:#7690B5; 
	line-height:16px; 
	border:1px solid #c3daf9;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#c2dbfa; 
	padding-left:4px; 
}

.inputNice
{
	background-color:#7690B5;
	line-height:24px;
	border:1px solid #c3daf9;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#c2dbfa;
	padding-left:4px;
	height:24px;

}



.input, input.default 
{
	width:167px;
	height:16px;
	background-color: #7690b3;
	line-height:16px;
	border:1px solid #c3daf9;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#c2dbfa;
	padding-left:4px;
	margin-left:18px;
}
input.default { padding:0; margin:0;}

input.w80 { width:80px; }
input.w100 { width:100px; }	
input.w120 { width:120px; }	
.inputDate {
	width:60px;
	height:17px;
	background-color: #7690b3;
	line-height:16px;
	border:1px solid #c3daf9;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#c2dbfa;
	padding-left:4px;
	margin-left:18px;
}
.inputLong {
	width:500px;
	height:14px;
	background-color: #7690b3;
	line-height:16px;
	border:1px solid #c3daf9;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#c2dbfa;
	padding-left:4px;
	margin-left:18px;
}
.textarea {
	/*background-image:url(../images/inputBg_big2.gif);*/
	background-color: #7690b3;
	border:1px solid #c3daf9;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#c2dbfa;
}
.select {
	width:173px;
	height:18px;
	line-height:16px;
	border:1px solid #c3daf9;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-left:4px;
	margin-left:18px;
	background-color:#7690B5;
	color:#c2dbfa;
}

.select-element {
	border:1px solid #c3daf9;
	background-color:#7690B5;
	color:white;
}

select.small {
	border:1px solid #c3daf9;
	width:140px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-left:4px;
	margin-left:18px;
	background-color:#7690B5;
	color:#c2dbfa;
}

option.select-hr { 
	border-bottom: 1px solid #c3daf9;
	margin-bottom: 10px;
}

.selectStreamer {
	width:173px;
	height:18px;
	line-height:16px;
	border:1px solid #c3daf9;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-left:4px;
	margin-left:18px;
	background-color:#7690B5;
	color:#c2dbfa;
}
.sim {
	padding-left:20px;
	padding-top:3px;

}
.terr {
    color:#ff0000;
}
.buttonArchive
{
	float:right;
}

.button, input.buttonLong, input.btn120, .buttonStyle, .buttonOrdered, .buttonInactive,.buttonBought, input#productCart
	{
	width:71px;
	height:23px;
	background:none;
	border:none;
	background-image:url(../images/buttons/archive.png);
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	line-height:20px;
	padding-bottom:3px;
}

.btn
{
	border-radius: 8px;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
	
	background:#A00;
	border:1px solid #aaa;
    
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	text-align:center;	
}


input.btn120
{
	width:120px;
	
	background-image:url(/images/buttons/buttonLong.png);
	padding-bottom:3px;
}

.buttonOrdered, .buttonInactive
{
	background-image:url(../images/buttons/ordered.gif);
}

.buttonBought 
{
	background-image:url(../images/buttons/bought.gif);
}

input.buttonLong
{
	background-image:url(../images/buttons/archiveLong.png);
	width:101px;	
}


.footerBg
{
	margin:0;
	padding:0;
	background-image:url(../images/footerBg.gif);
	width:905px;
	background-repeat:no-repeat;
	height:149px; 
}

.footerBg p
{
	padding:17px 0 0 0;
	margin:0;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.footerBgInside
{
	margin:0;
	padding-top:10px;
	padding-right:21px;
	background-image:url(../images/footerBgInside.gif);
	width:905px;
	height:67px;
	background-repeat:no-repeat;
	text-align:right;
}

.footerBgInside a
{
	margin:0;
	padding-left:8px;
}

.copyrightLine div
{
	margin:0;
	padding:12px 0 12px 28px;
	color:#3d5d88;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.tt, label {
    color:white;
}
label.asterisk 
{
	background-image:url(/images/asterisk.gif);	
	background-position: 0px 5px;
	background-repeat: no-repeat;
	padding-left:10px;	
}
.tred {
    color:red;
}
.tgreen {
    color:red;
}
.tyellow, .text_yellow {
	color:yellow;
}
.twhite {
	color:#fff;
}

.tgrey {
    color:#eee;
}

.twhiteBlink {
	color:#fff;
	text-decoration:blink;
}
.t2 {
    color:white;
}
div {
    color:white;
}
a {
    color:white;
}
.hr {
    color:white;
}
.news 
{
	padding:17px 0 0 0;
	margin:0;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.text_blue
{
	color:#8bb7f4;
}

.text_white,#pheader
{
	color:#fff;
}
#indent1,#indent2
{
	font-family:Tahoma;
	font-size:11px;
	text-indent: 30px;
}
#indent2
{
	text-indent: 60px;
}

#pheader
{
	font-family:Tahoma;
	font-size:13px;
	font-weight:bold;
}

.left30 
{
	text-indent: 30px;
}
.left60 
{
	text-indent: 60px;
}
#box,#boxheader
{
	
	font-family:Tahoma;
	font-size:11px;
	color:#8bb7f4;
}
.border_red { border: 1px solid #f00;}
#boxheader
{
	font-size:13px;
	font-weight:bold;
	color:#fff;
}


table.def
{
	border: 1px solid #1d3557;
	border-collapse:collapse;
	border-spacing: 0px 0px;
	color:#fff;
	font-size:11px;
}

table.def th
{
	font-size:12px;
	color:yellow;
	border-top:1px solid #1d3557;
}

table.def td
{
	font-size:11px;
	color:white;
}


.tborder1, .tcborder1 
{
	border-collapse:collapse;
}
.tborder1 td, .tcborder1 td
{
	
	border: 1px solid #fff;
	margin: 0px;
	padding: 1px;
	
}

table.blue td, table.blue th
{
	border: 1px solid #1d3557;	
}



table.default, table.standard
{
	border: 0px;
	border-collapse:collapse;
	border-spacing: 0px 0px;
	color:#fff;
	font-size:11px;
}
table.default td
{
	padding: 2px 3px;
}
table.mini_padding td, table.mini_padding th
{
	padding: 1px 1px;
}

.iRow td {
    opacity:0.1;
    filter:alpha(opacity=10); /* For IE8 and earlier */
    color:#ddd;
}

.tborder1 th, .tcborder1 th
{
	color:#ff0;
	border: 1px solid #fff;
	margin: 0px;
	padding: 1px;	
	font-weight:bold;
	/*font-weight:normal;*/
	/*text-transform: uppercase;*/
}


.tcborder1 td
{
	text-align:center; 
}

.inputShort
{
	width:30px;
	height:14px;
	border:1px solid #c3daf9;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#222;
}

.aSimple
{
	text-decoration:none;
	color:#8bb7f4;
}
.aAlert
{
	text-decoration:blink;
}

.aUnderline
{
	text-decoration:underline;
}





div.title_medium
{
	font-size:16px;
	font-weight:bold;	
}

#chanBox
{
	position:relative;
	left:-10px;
	padding-left:5px;
	width:260px;		
}
div.chan_logo
{
	
	float:left;
	width:28px; 
	height:23px;
	margin:0px 0px;
	padding: 3px 0px 2px 2px;
	
}

td.period
{
	margin:0px 0px;
	padding: 0px 0px;
	font-size:12px;
}

div.chanMngButton
{
	float: right;
	width:15px;
	height:24px;
	padding-left:1px;
	padding-top:6px;
	background-color: #375277;
}
div.chanMngButtonBig
{
	float: right;
	width:15px;
	height:31px;
	padding-left:1px;
	padding-top:14px;
	background-color: #375277;
}

div.orderSection
{
	font-size:12px;	
	padding-top:6px;
}




td.order
{
	color: white;
	width: 280px; 
	height: 290px;
	padding-left:5px;
	
	text-align:left;
	border-spacing: 0px 0px;
	border-collapse: collapse;
	font-size:12px;
}

#moneyBox
{
	font-size:12px;	
}


table#order checkbox
{
}

table#order table
{
	text-align:left;
	border-collapse: collapse;
	border-spacing: 0px 0px;

}


table#order  div#moneyBox  div  span.mp
{
	font-weight:bold;
	font-size:14px;
}

#mngBox
{
	/*border:1px solid #f00;
	*/padding:25px 25px 0px 0px;
	border-spacing: 0px;
	text-align:right;
	white-space: nowrap;
}

span.tp,
{
	
	font-size:12px;
	padding:0px 12px 0px 0px;
	margin: 0px 0px 0px 0px;
}
span.tp span, span.bigprice
{
	
	font-weight:bold;
	font-size:17px;
}

input[type=radio].padrigh {
	margin-right:5px;
}

.padleft20 {
	padding-left:20px;
}

span.ep
{
	color:#ff0;
}

span.ep span
{
	font-weight:bold;
	font-size:13px;
}


table#order div#moneyBox  div  span.ep
{
	font-weight:bold;
	font-size:14px;
	color: #ff0;
}


div.rounded2, td.rounded2
{
	border: 1px solid #375277;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 5px;		
}



div.rounded, div.messageBox,  #supportBox, div.roundedBold, div.productBlockSelected, div.productBlock, div.migleBox, div.warningBox
{
	border: 1px dotted #8bb7f4;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 5px;		
}
div.roundedBold {
 	border: 2px solid #6b97d4;
	
}
.order_review_payments {

}
.order_review_payments tr > td:first-child {
	padding-right: 23px;
}
.order_review_payments tr > td:nth-child(2) {
    padding-right: 23px;
}

.order_review_payments  tr.spacer  td {
    padding-bottom: 10px;
    background-image: url("http://www.lietuviska.tv/images/pixel.gif");
}



div.productBlock, div.productBlockSelected
{
	width:285px; 
	height:345px; 
	padding-left:20px;
	font-size:12px;
}

div.productBlockSelected
{
	border: 2px solid #6b97d4;	
}

#supportBox
{
	min-height:70px;
    height:auto !important;
    height:70px; 
	padding: 10px 10px 10px 100px;
	font-size: 11px;
	background-image: url('http://www.lietuviska.tv/images/order/support1.jpg');
	background-position: 15px 5px;
	background-repeat: no-repeat;
	
}

input#productCart
{
	background-image: url('http://www.lietuviska.tv/images/buttons/cart.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width:80px;
	height:23px;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	padding-bottom:0px;	
	padding-left:25px;
}


.invisible
	{
	text-decoration:none;	
	outline: none;	
}


table.review_order, table.stb_eshop
{
	font-size:12px;
	color:#fff;	
}
table.review_order td, table.stb_eshop td
{
	padding-top:7px;
}

table.stb_eshop td  {
	padding: 8px 5px 8px 0px;
	border-bottom: 1px solid #375277;
}

table.padall td{
	padding: 8px 5px 8px 0px;
}

table.vertUP td, table.vertUP th {
	vertical-align: top;
}

#tableList, .topline
{
	border-spacing: 0px 0px;
	border-collapse: collapse;
}
#tableList th, .topline th
{
	vertical-align:middle;
	padding-bottom:2px;
	padding-left:4px;
}

#tableList td
{
	/*text-align:left; */
 	border-top: 1px solid #1d3557;
}

.topline td
{
    /*text-align:left; */
    border-top: 1px solid #1c293c;
}


.tip
{
	border-bottom:1px dashed #fff;	
}
.uldot
{
    border-bottom:1px dashed #fff;
}
.ul
{
	border-bottom:1px solid #fff;	
}
.tipBox 
{
	position:absolute !important; 
	width:240px !important; 
	height:50px !important; 
	border:1px solid #fff;
	background-color:	#1a2028;
}
	
#noticeBox, #noticeBoxBig  {
	position: absolute !important;
	display:none;
    z-index: 100;
    -moz-border-radius: 8px 8px 8px 8px;
    border: 7px solid rgba(90, 90, 90, 0.7);
    display: none;
    width: 220px;
}
#noticeBoxBig  {width: 20px;}


#noticeTitle, #noticeX  
{
	
	float:left;
	width:210px;
	height:17px;
	color: #fff;
	font-weight:bold;
    background-color: #29537F;
    border: 0px;
    font-size: 12px;
    padding: 2px 0px 1px 5px;
}	
#noticeX 
{
	/*background-color: #297F53;*/
	height:19px;
	width:9px;
	position:relative;
	float:right;
	display:block;
	top:-20px;
	
	
	font-family: Verdana;
	font-size: 14px;
	text-align:right;
	padding-right:4px;
	padding-top:0px;

	margin:0px;
	z-index:101;
}

#noticeText  {
    background-color: #fff;
    border: 0px solid #fff;
    padding: 5px 10px 5px 10px;
    color: #000;
    font-size:11px;
}

.text9
{
	font-size:9px;		
}
.text10
{
	font-size:10px;		
}
.text12
{
	font-size:12px !important;
}

.text13
{
	font-size:13px !important;
}
.text14
{
	font-size:14px !important;
}
/* + tool tip */
	.tooltip, .tooltipBig, .tooltipSmall, .tooltipMedium, .tooltipTiny
	 {
	    background-color:#fff;
	    border: 12px solid rgba(90, 90, 90, 0.7);
		-moz-border-radius: 8px 8px 8px 8px;
		-moz-border-radius: 8px 8px 8px 8px;
  	 	 -webkit-border-radius: 8px;
   	 	-khtml-border-radius: 8px;
	    padding:0px 0px 0px 0px;
	    width:290px;
	    display:none;
	    color:black;
	    text-align:left;
	    font-size:12px;
		padding-bottom:10px;
	 	
	    /* outline radius for mozilla/firefox only */
	    /*-moz-box-shadow:1px 2px 2px 2px #fff;
	    -webkit-box-shadow:1px 2px 2px 2px #fff;*/
	}
	
	.tooltip p, .tooltipBig p, .tooltipSmall p, .tooltipMedium p, .tooltipTiny p
	{
		color:	#29537F !important;
		font-weight:bold  !important;
		padding-left: 10px  !important;
		padding-top: 5px  !important;
		font-size:12px !important;
	}
	
	.tooltip span, .tooltipBig span, .tooltipSmall span, .tooltipMedium span, .tooltipTiny span
	{
		padding-left:15px !important;
		padding-right:10px !important;
		text-align:justify;
		display:block ;
	}
	.tooltipTiny span
	{
		padding: 2px 4px 2px 6px; 
		font-size:11px;	
	}
	.tooltip h3, .tooltipBig h3, .tooltipSmall h3, .tooltipMedium h3, .tooltipTiny h3
	{
		
		background-color: #29537F !important;
		padding: 3px 20px 3px 10px !important;
		border:1px solid #fff !important;
		margin: 0px 0px !important;
		color: #fff !important;
		font-size:14px !important;
		font-weight: bold !important;
		display:block !important;
	}
	.tooltipTiny
	{
		width:140px;
		border: 2px solid rgba(90, 90, 90, 0.7);
		padding-bottom:2px;	
	}
	
	.tooltipBig
	{
		width:550px;
		overflow-y:auto;
		max-height:500px;
		
	}
	.tooltipSmall
	{
		width:200px;
	}	
	.tooltipMedium
	{
		width:350px;
	}
/* - tool tip */

.blue {
	color: #8bb7f4;
}

.yellow{
	color: yellow;
}

.bold {
	font-weight: bold;
}


.big_size {
	font-size:16px;
}
.huge_size {
	font-size:24px;
}


div.rounded
{
	border: 1px dotted #8bb7f4;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 5px;		
	background-repeat: no-repeat;
	padding: 10px 10px 10px 40px;
}

div.warningBox, div.successBox, div.errorBox, div.warningBoxOneRow, div.successBoxOneRow, div.errorBoxOneRow,  div.messageBox
{
	border: 2px solid #4b77b4;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 5px;		
	
	background-color: #1d3557 ;
	
	background-position: 15px 15px;
	background-repeat: no-repeat;
	padding: 10px 10px 10px 40px;
	min-height:30px;
	font-size:12px;
    height:auto !important;
    height:20px;	
}

div.warningBox, div.warningBoxOneRow {  background-image: url('/images/attention.gif'); }
div.errorBox, div.errorBoxOneRow {	background-image: url('/images/notice/error.png'); }
div.successBox, div.successBoxOneRow { 	background-image: url('/images/notice/success.png'); }

div.messageBox { padding-left: 10px;}

div.warningBoxOneRow, div.successBoxOneRow, div.errorBoxOneRow
{
	min-height:20px !important;
	background-position: 5px 5px !important;	
	padding: 10px 5px 5px 30px !important;
}

.paynow, a.click {
-moz-box-shadow:inset 4px -8px 17px -6px #caefab;
-webkit-box-shadow:inset 4px -8px 17px -6px #caefab;
box-shadow:inset 4px -8px 17px -6px #caefab;
/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811');*/
background-color:#77d42a;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
border:1px solid #268a16;
display:inline-block;
color:#306108;
font-family:arial;
font-size:15px;
font-weight:bold;
padding:4px 24px;

text-decoration:none;
text-shadow:1px 1px 0px #aade7c;
}

.paynow:hover, a.click:hover {
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #77d42a) );
background:-moz-linear-gradient( center top, #5cb811 5%, #77d42a 100% );
/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb811', endColorstr='#77d42a');*/
background-color:#5cb811;
}

.paynow:active, a.click:active {
position:relative;
top:1px;
}


.chnow{
	-moz-box-shadow:inset 4px -8px 17px -6px #2a3755;
	-webkit-box-shadow:inset 4px -8px 17px -6px #2a3755;
	box-shadow:inset 4px -8px 17px -6px #2a3755;
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811');*/
	background-color: #375277;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #4a6ba2;
	display:inline-block;

	font-family:arial;
	font-size:15px;
	padding:4px 24px;
	*padding:4px 5px;
	text-decoration:none;
	color: #aaa;
	text-shadow:1px 1px 0px #222;
}

.chnow:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #375277), color-stop(1, #4a6ba2) );
	background:-moz-linear-gradient( center top, #375277 5%, #4a6ba2 100% );
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb811', endColorstr='#77d42a');*/
}

.chnow:active {
	position:relative;
	top:1px;
}


/*
	display:block !important; 
	position:absolute !important; 
	top:0 !important; 
	left:-500em !important; 
	
	text-align:left !important; 
	text-indent:-9999em !important; 
	line-height:0 !important; 

	*/


/*

 * 8bb7f4 - sviesiai melyna, left menu
 * c2dbfa - dar sviesesne melyna
 1d3557 - tamsiai melyna
 1a2028 - labai tamsi melyna :)
 */


div.full_screen, div#full_pop {
    position: absolute;
    z-index:99999999;
    background: #000;
}
div.full_screen {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
div#full_pop {
    top: 40px;
    right: 40px;
    bottom: 40px;
    border:0 solid;
    width:50%;
    height:750px;
    left:0%;

}
div#full_pop_wrapper {
    min-width:200px;
    width:100%;
    height:100% !important;
    position:relative;
    border: 12px solid rgba(90, 90, 90, 0.7);
    -moz-border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
}
.fpb_b {
    background: transparent url(../images/frame.png) no-repeat scroll;
    width: 34px;
    height: 34px;
    position: absolute;
    font-size: 1px;
    display: block;
}
.fpb_s_t {
    background-position:0px -140px;
    top: -34px;
}

.transparent {
    opacity:0.5;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
}
#center50 {

    width:100%;
    height:100%;
    float:left;
    clear:left;
    position: relative;
}
#right50 {
    width:50%;
    height:100%;

    float:right;
    clear:right;
    position: relative;
}
.close {
    position:absolute;
    right:0;
    bottom:0;
    cursor:pointer
}

@-webkit-keyframes zoomzoom {
	from{ left: 0px; top:0px; }
	to { left: 1px;top:-1px; }
}

@keyframes zoomzoom {
	from{ left: 0px; top:0px; }
	to { left: 1px;top:-1px; }
}
button.transparent-btn {
	position: relative;
	background-color: Transparent;
	border:0;
}

button.transparent-btn:hover {
	cursor: pointer;
	-webkit-animation: zoomzoom 1s;
}

.zoom-full:hover  {
	-moz-transform: scale(2.4);
	-webkit-transform: scale(2.4);
	transform: scale(2.4);
}
.zoom-full {
	width:24%;
	margin: 4%;
	margin-right: 4%;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.tabContent {
    display:none;
}

