/**
 * TVNET
 *
 * @package			TVNET
 * @author			TVNET Dev Team
 * @copyright		Copyright (c) 2009, TVNET
 * @since				Version 3.0
 * @date
 */

/**
 * CSS reset & core definition
 *
 * @package			Frontend
 * @subpackage	Assets
 * @category		CSS
 * @author			Aigars Sukurs <aigars@grafton.lv>
 * @version			1.0
 * @date
 */

@media all
{

	html,
	body,
	div,
	span,
	applet,
	object,
	iframe,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	p,
	blockquote,
	pre,
	a,
	abbr,
	acronym,
	address,
	big,
	cite,
	code,
	del,
	dfn,
	em,
	font,
	img,
	ins,
	kbd,
	q,
	s,
	samp,
	small,
	strike,
	strong,
	tt,
	var,
	b,
	u,
	i,
	dl,
	dt,
	dd,
	ol,
	ul,
	li,
	fieldset,
	form,
	label,
	legend,
	table,
	caption,
	thead,
	tbody,
	tfoot,
	tr,
	th,
	td {
		border: 0 solid;
		font-size: 100.01%;
		margin: 0;
		outline: 0;
		padding: 0;
		vertical-align: baseline;
		background-color: transparent;
	}

	html {
		height: 100%;
		font-size: 16px;
	}

	body {
		background-color: #fafafa;
		color: #343434;
		font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
		font-size: .75em;
		line-height: 1.33em;
		/*padding-bottom: 35px;*/
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	.list p{
		font-family: Helvetica, Arial, sans-serif;
		margin-bottom: .75em;
		line-height: 1.25em;
		color: #222;
	}

	h1 a,
	h2 a,
	h3 a,
	h4 a,
	h5 a,
	h6 a {
		color: inherit;
	}

	h1 {
		font-size: 1.5em;
	}

	h2 {
		/*font-size: 1.25em;*/
		font-size: 1.167em;
	}

	h3 {
		font-size: 1.083em;
	}

	h4 {
		font-size: 1em;
	}

	h5 {
		font-size: .917em;
	}

	h6 {
		font-size: .833em;
	}

	a {
		color: #333;
		text-decoration: none;
	}

	a:focus,
	a:hover {
		border-color: #667D7D;
		color: #C00;
	}

	a:focus {
		outline: none;
	}

	ul,
	ol {
		margin: 0 0 1em 1em;
	}

	li {
		margin-left: 1.5em;
		list-style-type: none;
	}

	li.last-child h5,
	li.last-child div {
		padding-bottom: 0 !important;
	}

	p {
		margin: 0 0 .75em 0;
	}

	big {
		font-size: 1.0833em;
	}

	small {
		font-size: .8333em;
	}

	sub,
	sup {
		font-size: .917em;
	}

	hr {
		background-color: #C00;
		border: 0 solid;
		border-bottom: .0833em solid #C00;
		color: #999;
		height: 0;
		margin: 0 0 .75em 0;
		line-height: 1em;
		padding: 0;
		width: auto;
	}

	form {
		min-height: 0;
		position: relative;
	}

	form div,
	form p {
		min-height: 0;
		position: relative;
	}

	label {
		font-family: Helvetica, Arial, sans-serif;
		margin-bottom: .25em;
	}

	form {
		font-size: .917em;
	}

	fieldset p {
		margin: 0;
	}

	fieldset legend {
/*		font-family: "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;*/
		padding: 0 1em;
		text-transform: capitalize;
	}

	input[type="text"], input[type="password"] {
		border: .083em solid #999;
		padding: .25em;
		margin-bottom: .25em;
	}

	textarea {
		font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
		display: block;
		font-size: 1.083em;
		width: 56.167em;
		padding: .25em;
		border: .083em solid #999;
		margin-bottom: .25em;
	}

	table {
		border-collapse: collapse;
		border-spacing: 0;
		margin-bottom: 1em;
		width: auto;
	}

	td,
	th {
		padding: .25em .417em;
	}


	.addClear:after {
		clear: both;
		content: ".";
		display: block;
		height: 0;
		overflow: hidden;
		visibility: hidden;
	}

	.addClear {
		display: block;
	}

	.none {
		/*height: 0;
		left: -1000em;
		overflow: hidden;
		position: absolute;
		top: -1000em;
		width: 0;*/
		display:none;
	}

	.banner {
		overflow: hidden;
		margin-bottom: 1em;
	}

	.banner .b280 {
		margin-bottom: 5px;
	}

	#flag-banner {
		margin-bottom: 10px;
		text-align: center;
	}

	.center_half_side {
		margin-bottom: 0.5em;
	}

	.hideText {
		text-indent: -100em;
		overflow: hidden;
	}

	.hideFieldset {
		padding: 0;
		border: none;
	}

	.hideFieldset legend {
		display: none;
	}

	#ieClear {
		display: none;
	}

	div:after,
	form:after,
	ol:after,
	p:after,
	ul:after {
		content: ".";
		display: block;
		height: 0;
		overflow: hidden;
		visibility: hidden;
	}

	#bg_pads{
		background-color: #fff;
		width: 83em;
		min-height: 0;
		margin: 0 auto;
	}

	#margins,
	#header,
	#navigation,
	#contentWrapper,
	#footer {
		clear: both;
	}

	#margins {
		margin-bottom: 0;
		min-width: 83em;
		min-height: 0;
		margin: 0 auto;
		width: 100%;
		background: url("/assets/images/bg_fx.gif") center 0 repeat-y;
	}

	#header,
	#navigation,
	#contentWrapper,
	#footer {
		width: 83em;
		min-height: 0;
		margin: 0 auto;
	}

	#contentWrapper {
		padding-bottom: 2em;
	}

	#column01 {
		width: 100%;
		float: left;
		min-height: 0;
	}

	#column02 {
		display: none;
	}

	#column03 {
		width: 280px;
		float: left;
		margin-left: -24.3333em;
		min-height: 0;
	}

	#column03 .banner iframe, #column03, #column03 .banner object {
		margin-bottom: 5px;
	}

	#c01Content {
		position: relative;
		padding: 1em 303px 0 1em;
		/*padding: 1em 25.3333em 0 1em;*/
	}

	.inCategory {
		margin-top: 1em !important;
	}

	#c02Content {
		position: relative;
	}

	#c03Content {
		position: relative;
		padding: 1em 0 0;
	}

	#c03Content > div.last-child {
		margin-bottom: 0;
	}

	#header {
		position: relative;
		padding: 122px 0 0;
	}

	#siteTitle {
		background-image: URL("/assets/images/logo.png");
		background-repeat: no-repeat;
		background-position: center center;
		color: #111;
		font-size: 2em;
		height: 1.50em;
		margin: 0;
		padding: 1em .18em;
		width: 9.17em;
	}

	#header .financenetLogo{
		background-image: URL("/assets/images/financenet-logo.png");
	}

	#siteTitle a {
		display: block;
		height: 1.50em;
		overflow: hidden;
		text-indent: -100em;
		width: 9.17em;
	}

	#date,
	#weather,
	#search {
		position: absolute;
		bottom: 0;
		left: 20.91em;
		font-size: 0.917em;
		padding: 2em .27em .24em 1em;
		width: 23.21em;
		height: 4.80em;
		overflow: hidden;
	}

	#header #weather {
		left: 45.28em;
		width: 22.94em;
		padding: 4em .27em .24em 0;
		background-repeat: no-repeat;
		background-position: right top;
	}

	.ico_w0{ background-image: URL("/images/icon/public/weather/icons_0.png"); }
	.ico_w1{ background-image: URL("/images/icon/public/weather/icons_1.png"); }
	.ico_w2{ background-image: URL("/images/icon/public/weather/icons_2.png"); }
	.ico_w3{ background-image: URL("/images/icon/public/weather/icons_3.png"); }
	.ico_w4{ background-image: URL("/images/icon/public/weather/icons_4.png"); }
	.ico_w5{ background-image: URL("/images/icon/public/weather/icons_5.png"); }
	.ico_w6{ background-image: URL("/images/icon/public/weather/icons_6.png"); }
	.ico_w7{ background-image: URL("/images/icon/public/weather/icons_7.png"); }
	.ico_w8{ background-image: URL("/images/icon/public/weather/icons_8.png"); }
	.ico_w9{ background-image: URL("/images/icon/public/weather/icons_9.png"); }
	.ico_w10{ background-image: URL("/images/icon/public/weather/icons_10.png"); }
	.ico_w11{ background-image: URL("/images/icon/public/weather/icons_11.png"); }
	.ico_w12{ background-image: URL("/images/icon/public/weather/icons_12.png"); }
	.ico_w13{ background-image: URL("/images/icon/public/weather/icons_13.png"); }
	.ico_w14{ background-image: URL("/images/icon/public/weather/icons_14.png"); }
	.ico_w15{ background-image: URL("/images/icon/public/weather/icons_15.png"); }
	.ico_w16{ background-image: URL("/images/icon/public/weather/icons_16.png"); }
	.ico_w17{ background-image: URL("/images/icon/public/weather/icons_17.png"); }
	.ico_w18{ background-image: URL("/images/icon/public/weather/icons_18.png"); }
	.ico_w19{ background-image: URL("/images/icon/public/weather/icons_19.png"); }
	.ico_w20{ background-image: URL("/images/icon/public/weather/icons_20.png"); }
	.ico_w21{ background-image: URL("/images/icon/public/weather/icons_21.png"); }
	.ico_w22{ background-image: URL("/images/icon/public/weather/icons_22.png"); }
	.ico_w23{ background-image: URL("/images/icon/public/weather/icons_23.png"); }
	.ico_w24{ background-image: URL("/images/icon/public/weather/icons_24.png"); }
	.ico_w25{ background-image: URL("/images/icon/public/weather/icons_25.png"); }
	.ico_w26{ background-image: URL("/images/icon/public/weather/icons_26.png"); }
	.ico_w27{ background-image: URL("/images/icon/public/weather/icons_27.png"); }
	.ico_w28{ background-image: URL("/images/icon/public/weather/icons_28.png"); }
	.ico_w29{ background-image: URL("/images/icon/public/weather/icons_29.png"); }
	.ico_w30{ background-image: URL("/images/icon/public/weather/icons_30.png"); }
	.ico_w31{ background-image: URL("/images/icon/public/weather/icons_31.png"); }
	.ico_w32{ background-image: URL("/images/icon/public/weather/icons_32.png"); }
	.ico_w33{ background-image: URL("/images/icon/public/weather/icons_33.png"); }
	.ico_w34{ background-image: URL("/images/icon/public/weather/icons_34.png"); }
	.ico_w35{ background-image: URL("/images/icon/public/weather/icons_35.png"); }
	.ico_w36{ background-image: URL("/images/icon/public/weather/icons_36.png"); }
	.ico_w37{ background-image: URL("/images/icon/public/weather/icons_37.png"); }
	.ico_w38{ background-image: URL("/images/icon/public/weather/icons_38.png"); }
	.ico_w39{ background-image: URL("/images/icon/public/weather/icons_39.png"); }
	.ico_w40{ background-image: URL("/images/icon/public/weather/icons_40.png"); }
	.ico_w41{ background-image: URL("/images/icon/public/weather/icons_41.png"); }
	.ico_w42{ background-image: URL("/images/icon/public/weather/icons_42.png"); }
	.ico_w43{ background-image: URL("/images/icon/public/weather/icons_43.png"); }
	.ico_w44{ background-image: URL("/images/icon/public/weather/icons_44.png"); }
	.ico_w45{ background-image: URL("/images/icon/public/weather/icons_45.png"); }
	.ico_w46{ background-image: URL("/images/icon/public/weather/icons_46.png"); }
	.ico_w47{ background-image: URL("/images/icon/public/weather/icons_47.png"); }
	.ico_w3200{ background-image: none; }

	.w0{ background-image: URL("/images/icon/public/weather/0.png"); }
	.w1{ background-image: URL("/images/icon/public/weather/1.png"); }
	.w2{ background-image: URL("/images/icon/public/weather/2.png"); }
	.w3{ background-image: URL("/images/icon/public/weather/3.png"); }
	.w4{ background-image: URL("/images/icon/public/weather/4.png"); }
	.w5{ background-image: URL("/images/icon/public/weather/5.png"); }
	.w6{ background-image: URL("/images/icon/public/weather/6.png"); }
	.w7{ background-image: URL("/images/icon/public/weather/7.png"); }
	.w8{ background-image: URL("/images/icon/public/weather/8.png"); }
	.w9{ background-image: URL("/images/icon/public/weather/9.png"); }
	.w10{ background-image: URL("/images/icon/public/weather/10.png"); }
	.w11{ background-image: URL("/images/icon/public/weather/11.png"); }
	.w12{ background-image: URL("/images/icon/public/weather/12.png"); }
	.w13{ background-image: URL("/images/icon/public/weather/13.png"); }
	.w14{ background-image: URL("/images/icon/public/weather/14.png"); }
	.w15{ background-image: URL("/images/icon/public/weather/15.png"); }
	.w16{ background-image: URL("/images/icon/public/weather/16.png"); }
	.w17{ background-image: URL("/images/icon/public/weather/17.png"); }
	.w18{ background-image: URL("/images/icon/public/weather/18.png"); }
	.w19{ background-image: URL("/images/icon/public/weather/19.png"); }
	.w20{ background-image: URL("/images/icon/public/weather/20.png"); }
	.w21{ background-image: URL("/images/icon/public/weather/21.png"); }
	.w22{ background-image: URL("/images/icon/public/weather/22.png"); }
	.w23{ background-image: URL("/images/icon/public/weather/23.png"); }
	.w24{ background-image: URL("/images/icon/public/weather/24.png"); }
	.w25{ background-image: URL("/images/icon/public/weather/25.png"); }
	.w26{ background-image: URL("/images/icon/public/weather/26.png"); }
	.w27{ background-image: URL("/images/icon/public/weather/27.png"); }
	.w28{ background-image: URL("/images/icon/public/weather/28.png"); }
	.w29{ background-image: URL("/images/icon/public/weather/29.png"); }
	.w30{ background-image: URL("/images/icon/public/weather/30.png"); }
	.w31{ background-image: URL("/images/icon/public/weather/31.png"); }
	.w32{ background-image: URL("/images/icon/public/weather/32.png"); }
	.w33{ background-image: URL("/images/icon/public/weather/33.png"); }
	.w34{ background-image: URL("/images/icon/public/weather/34.png"); }
	.w35{ background-image: URL("/images/icon/public/weather/35.png"); }
	.w36{ background-image: URL("/images/icon/public/weather/36.png"); }
	.w37{ background-image: URL("/images/icon/public/weather/37.png"); }
	.w38{ background-image: URL("/images/icon/public/weather/38.png"); }
	.w39{ background-image: URL("/images/icon/public/weather/39.png"); }
	.w40{ background-image: URL("/images/icon/public/weather/40.png"); }
	.w41{ background-image: URL("/images/icon/public/weather/41.png"); }
	.w42{ background-image: URL("/images/icon/public/weather/42.png"); }
	.w43{ background-image: URL("/images/icon/public/weather/43.png"); }
	.w44{ background-image: URL("/images/icon/public/weather/44.png"); }
	.w45{ background-image: URL("/images/icon/public/weather/45.png"); }
	.w46{ background-image: URL("/images/icon/public/weather/46.png"); }
	.w47{ background-image: URL("/images/icon/public/weather/47.png"); }
	.w3200{ background-image: none; }

	#search {
		left: 67.92em;
		width: 21.34em;
		padding: 2em .30em .24em 1em;
	}

	#search input.inactive{
		color:#666;
	}

	#search div {
		position: relative;
		margin-bottom: .36em;
		width: 235px;
		height: 30px;
		background-image: URL("/assets/images/search.png");
		background-repeat: no-repeat;
		background-position: right top;
	}

	#inSearch {
		background-color: transparent;
		border: none;
		font-size: 1.5em;
		width: 192px;
		padding: .25em .25em;
	}

	#inSubmit {
		position: absolute;
		top: 0;
		right: 0;
		opacity: .0;
		-moz-opacity: .0;
		width: 30px;
		height: 30px;
		overflow: hidden;
		padding: 0;
		cursor: pointer;
		background-color: transparent;
		border: 0;
	}

	#headerLinks {
		position: absolute;
		left: 0;
		top: 96px;
		font-size: 0.833em;
		width: 100%;
		border-bottom: .0833em dotted #999;
	}

	#headerLinks ul {
		margin: 0;
		padding: 0;
	}

	#headerLinks li {
		margin: 0;
		padding: 0;
		display: inline;
		float: left;
		list-style: none;
	}

	#headerLinks a {
		padding: 0 .5em;
		margin: .5em 0;
		display: block;
		border-right: .0833em dotted #999;
	}

	.language a {
		color: #C00;
	}

	.language.selected a {
		color: #999 !important;
	}

	#rss,
	#homepage {
		overflow: hidden;
		width: 12px;
		text-indent: -100em;
		padding: 0 .5em 0 0 !important;
		margin: .5em 0 0 .5em !important;
		background-repeat: no-repeat;
		background-image: URL("/assets/images/icons.gif");
	}

	#rss {
		margin-left: 3em !important;
		background-position: left 1px;
	}

	#headerLinks a#homepage, #headerLinks a:hover#homepage {
		border-left: .0833em dotted #999 !important;
		margin-left:0 !important;
		padding-left:.5em !important;
		background-position: .5em -99px;
	}

	#homepage_box{
		position: relative;
	}

	#homepage_ff{
		display: none;
		position: absolute;
		line-height: 1.5em;
		top:23px;
		left:0;
		width:210px;
		height:100px;
		border: 3px solid #666666;
		background-color: #fff;
		padding:5px 8px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	}

	#homepage_ff img{
		display:block;
		padding-top:6px;
	}

	.noBorder {
		border: 0 solid !important;
	}

	.noTopBorder {
		border-top: 0 solid !important;
	}

	.noRightBorder {
		border-right: 0 solid !important;
	}

	.noBottomBorder {
		border-bottom: 0 solid !important;
	}

	.noLeftBorder {
		border-left: 0 solid !important;
	}

	#shortcuts {
		display: inline;
		float: right !important;
	}

	#header .banner {
		position: absolute;
		top: 0;
		left: 0;
		width: 82.5em;
		height: 90px;
		border: 3px solid #EEE;
		margin: 0;
	}

	#global ul {
		margin: 0 1.2em;
		padding: 0;
	}

	#global li {
		display: inline;
		float: left;
		font-size: 100%;
		line-height: normal;
		list-style: none;
		margin: 0;
		padding: 0;
		background-image: URL("/assets/images/defaultNavLine.png");
		background-position: left top;
		background-repeat: repeat-x;
	}

	#global a {
		color: #F7F7F7;
		display: block;
		font-size: 1.167em;
		font-weight: bold;
		padding: .740em .32em .550em 1em;
		width: auto;
		font-family: Helvetica, Arial, Geneva, sans-serif;
	}

	#global a:hover {
		color: #FFFFFF;
	}

	#global .selected a {
		color: #FFFFFF;
	}

	#global {
		background-image: URL("/assets/images/defaultNavLine.png");
		background-position: left top;
		background-repeat: repeat-x;
		border-bottom: .0833em solid #FF6A00;
		background-color: #F90;
	}

	#global a {
		background-image: URL("/assets/images/navSeparator.png");
		background-position: left center;
		background-repeat: no-repeat;
	}

	#global .financenet {
		background-position: left -110px;
	}

	#global .sports {
		background-position: left -220px;
	}

	#global .online_tv {
		background-position: left -330px;
	}

	#global .izklaide {
		background-position: left -440px;
	}

	#global .muzika {
		background-position: left -550px;
	}

	#global .viriesiem {
		background-position: left -660px;
	}

	#global .sievietem {
		background-position: left -770px;
	}

	#global .tehnologijas {
		background-position: left -880px;
	}

	#global .auto {
		background-position: left -990px;
	}

	#local {
		background-color: #EEE;
		border-bottom: .0833em solid #CCC;
	}

	#local > ul {
		float: left;
		display: inline;
	}

	#local ul {
		margin: 0;
		padding: 0;
	}

	#local li {
		float: left;
		display: inline;
		list-style: none;
		font-size: 100%;
		line-height: normal;
		margin: 0;
		padding: 0;
	}

	#local a {
		color: #FFF;
		display: block;
		font-weight: bold;
		padding: .417em .75em .5em 1.25em;
		width: auto;
		font-family: Helvetica, Arial, Geneva, sans-serif;
	}

	#breadCrumb li {
		background-repeat: no-repeat;
		background-position: right center;
		background-image: URL("/assets/images/breadCrumb.png");
		background-color: transparent;
		margin:0;
	}

	#breadCrumb li.root {
		background: URL("/assets/images/breadCrumbRoot.png") right center no-repeat;
	}

	#breadCrumb li.last-child {
		background: URL("/assets/images/breadCrumbRootSingle.png") right center no-repeat;
	}

	#breadCrumb li a {
		padding: .417em 1.25em .5em .75em;
	}

	#subNavigation {	}

	#subNavigation a {
		color: #444;
		font-weight: normal;
		background: URL("/assets/images/navSeparatorGray.png") left center no-repeat;
	}

	#subNavigation li.first-child a,
	#subNavigation li:first-child a{
		background:none;
		padding-left:0.75em;
	}

	#footer {
		border-top: .4166em solid #FF6A00;
		background-color: #595959;
		color: #B3B3B3;
	}

	#footerLinks {
		float: left;
		display: inline;
		margin: 0;
		border-top: .0833em solid #FFF;
		padding: 1.333em 1.333em 1.333em 30em;
		width: 51.67em;
		font-family: Helvetica, Arial, sans-serif;
	}

	#footerLinks h2 {
		color: #B3B3B3;
		margin: 0;
		font-size: 1.333em;
		padding: .25em .125em;
		border-bottom: .0833em dotted #CCC;
	}

	#footerLinks hr {
		display: none;
	}

	#footerLinks ul {
		margin: 0;
	}

	#footerLinks li {
		margin: 0;
		padding: 0;
		list-style: none;
		border-bottom: .0833em dotted #888;
	}

	#footerLinks li.last-child {
		border-bottom: none;
	}

	#footerLinks > li {
		display: inline;
		float: left;
		height: 10em;
		padding: 0 .5em;
		width: 16.125em;
		border: none;
	}

	#footerLinks a {
		color: #FFF;
		display: block;
		padding: .25em .25em;
	}

	#footerLinks a:hover {
		color: #DDD;
	}

	#footHeader {
		float: left;
		display: inline;
		width: 27.334em;
		padding: 1.33em;
		margin-left: -83em;
	}

	#footHeader h1 {
		margin: 0;
		background-image: URL("/assets/images/footHead.png");
		background-repeat: no-repeat;
		background-position: left center;
		width: 155px;
		height: 25px;
	}

	#footHeader a {
		display: block;
		width: 155px;
		height: 25px;
		overflow: hidden;
		text-indent: -100em;
	}

	#footHeader blockquote {
		margin-bottom: 2em;
	}


	.thumb45_4-3 {
		overflow: hidden;
		margin: 0 .75em .167em 0;
		display: block;
		width: 43px;
		height: 32px;
		border: .083em solid #999;
	}

	.thumb45_4-3 img {
		display: block;
		width: 45px;
		height: 34px;
	}


	.thumb60_12_9 {
		overflow: hidden;
		margin: 0 .75em .167em 0;
		display: block;
		width: 60px;
		height: 45px;
		border: .083em solid #999;
	}

	.thumb60_12_9 img {
		display: block;
		width: 60px;
		height: 45px;
	}


	.list .thumb45_4-3,
	.list .thumb60_12_9,
	.metainfo .thumb80_4-3,
	.metainfo .thumb80 {
		float: left;
		display: inline;
		z-index: 1;
		position: relative;
	}

	.metainfo a.thumb80{
		margin-right:10px;
	}

	.highlight .thumb45_4-3 {
		float: right;
		margin: 0 0 0 .75em;
		display: inline;
	}


	.thumb80_4-3 {
		overflow: hidden;
		margin: 0 .75em .167em 0;
		display: block;
		width: 78px;
		height: 58px;
		border: .0833em solid #999;
	}
	.thumb80_4-3.v2 {
		margin: .167em .75em 0 0;
	}

	.thumb80_4-3 img {
		display: block;
		width: 80px;
		height: 60px;
	}

	.thumb80 img {
		display: block;
		width: 80px;
		height: 60px;
	}

	.list .thumb80_4-3 {
		float: left;
		display: inline;
	}


	.thumb156_4-3 {
		overflow: hidden;
		margin: 0 9px .367em 0;
		display: block;
		width: 154px;
		height: 115px;
		border: 1px solid #999;
	}

	.online_tv_category_thumbs a.thumb156_4-3, .online_tv_fp_thumbs a.thumb156_4-3{
		position: relative;
	}

	.thumb156_4-3 span.icon_videoThumb{
		display:block;
		background: url("/assets/images/iconOnlineVideoThumb.png") 0 0 no-repeat;
		background-position: center center;
		width:154px;
		height:115px;
	}

	span.videoThumbDuration{
		position: absolute;
		right:1px;
		bottom:-2px;
		background-color: #333;
		color: #ccc;
		font-size:10px;
		padding:0px 2px 1px 2px;
		line-height: 10px;
		-moz-border-radius:2px;
		-webkit-border-radius:2px;
	}

	.online_tv_fp_thumbs span.videoThumbDuration{
		bottom:1px;
	}

	a.parentVideo{
		color:#666666;
		font-size: 11px;
	}

	.article a.thumb156_4-3{
		margin: 0 9px .567em 0;
	}

	.article h4{
		padding-left:0.182em;
	}

	.thumb156_4-3 img {
		display: block;
		width: 156px;
		height: 117px;
	}

	.thumb156_16-9 {
		overflow: hidden;
		margin: 0 0 .167em 0;
		display: block;
		width: 154px;
		height: 57px;
		border: .083em solid #999;
	}

	.thumb156_16-9 img {
		display: block;
		width: 156px;
		height: 59px;
	}

	.grid .thumb156_4-3 {
		margin: 0 0 .5em;
	}


	.thumb330_4-3 {
		overflow: hidden;
		margin: 0 0 .5em;
		display: block;
		width: 27.5em;
		height: 248px;
	}

	.thumb330_4-3 img {
		display: block;
		width: 330px;
		height: 248px;
	}


	.thumb330_16-9 {
		overflow: hidden;
		margin: 0 0 .75em;
		display: block;
		width: 27.5em;
		height: 186px;
	}

	.thumb330_16-9 img {
		display: block;
		width: 330px;
		height: 186px;
	}

	.image506_16-9 {
		overflow: hidden;
		margin: 0 0 .30em;
		display: block;
		width: 42.167em;
		height: 285px;
	}

	.image506_16-9 img {
		display: block;
		width: 506px;
		height: 285px;
	}


	.advert680x40 {
		display: block;
		width: 56.667em;
		overflow: hidden;
		height: 40px;
	}

	.advert680x40 img {
		display: block;
		width: 680px;
		height: 40px;
	}

	.advert680x90 {
		display: block;
		width: 56.667em;
		overflow: hidden;
		height: 90px;
	}

	.advert680x90 img {
		display: block;
		width: 680px;
		height: 90px;
	}

	.form {
		margin: 0 0 1em;
	}

	.grid {
		padding-bottom: 0;
		margin: 0 0 .5em;
	}

	.form {
		padding-bottom: .5em;
		border-bottom: .083em dotted #999;
	}

	#c03Content .list/*,
	.list.highlight*/ {
		padding-bottom: .5em !important;
		/*border-bottom: .083em dotted #999;*/
	}

	.list ul,
	.list ol
	.grid ul,
	.grid ol {
		margin: 0;
		padding: 0;
	}

	.list li {
/*		border-top: .0833em dotted #999;*/
		border-top: .0833em dotted #999;
		list-style: none;
		margin: 0;
	}

	.list li:first-child {
		border-top: 0 solid;
	}

	.list p{
		margin:0;
	}

	.list.live ul li div .imgLeft {
		float: left;
		margin-right: 10px;
	}

/*	.list .list li:first-child {
		border-top: 0 solid;
	}*/

	.grid li {
		float: left;
		display: inline;
		padding: 0 9px 0 0;
		margin: 0 9px 0 0;
		border: 0 solid;
		width: 156px;
		/*height: 15.3em;*/
		overflow: hidden;
		list-style: none;
		border-right: 1px dotted #999;
	}

	.grid li.last-child {
		padding: 0;
		margin: 0;
		border: 0 solid;
	}

	.grid li > div {
		padding: 0;
	}

	.list	li > div {
		padding: .5em 0;
	}

	.list h2,
	.form h2,
	.glist h2 {
		border-top: .357em solid #F60;
		border-bottom: .0833em dotted #F60;
		color: #F60;
		padding: .5em .083em .25em;
		text-transform: uppercase;
	}

	.list h2 img {
		margin-right: .417em;
		margin-bottom: -.167em;
	}

	.list h1,
	.list h2,
	.list h3,
	.list h4,
	.list h5,
	.list h6 {
		margin: 0;
	}

	.list h2 a.sponsorship{
		margin-top:3px;
		float:right;
	}

	.list h2 a.sponsorship img{
		margin:0;
	}

	.eGrid {
		border-top: .417em solid #999;
		padding-top: .75em;
	}

	.eGrid li {
		height: auto;
	}

	.grid .widow {
		margin: 0;
		padding: 0;
		border: 0 none;
	}

	.grid .seperate {
		display: block;
		float: none;
		clear: both;
		margin: 0;
		padding: 0;
		width: 100%;
		overflow: hidden;
		height: 0px;
		line-height: 0;
	}

	.grid :last-child {
		margin-bottom: .35em !important;
	}

	.comment,
	.video,
	.foto,
	.audio {
		background-image: URL("/assets/themes/default/images/icons.png");
		background-repeat: no-repeat;
		color: #C00;
		padding: 0 0 0 14px;
		background-position: .11em .35em;
		margin-right: .25em;
		font-weight: bold;
	}

	.video,
	.foto,
	.audio {
		padding: 0 0 0 38px;
	}

	.video {
		background-position: 1px -97px;
	}

	.audio {
		background-position: 1px -197px;
	}

	.foto {
		background-position: 1px -297px;
		padding-left: 34px;
	}

	.video small,
	.foto small,
	.audio small {
		display: inline;
		float: left;
		line-height: 0;
		overflow: hidden;
		text-indent: -100em;
	}

	.comment:hover,
	.video:hover,
	.foto:hover,
	.audio:hover {
		color: #F00;
	}

	.update,
	.tava_balss,
	.aculiecinieks,
	.exclusive,
	.coverage,
	.arrowRight,
	.arrowLeft {
		padding-left: 55px;
		line-height: 1.5em;
		background-image: URL("/assets/themes/default/images/icons.png");
		background-repeat: no-repeat;
		background-position: left -398px;
	}

	.tava_balss {
		background-position: left -1288px;
	}

	.aculiecinieks {
		padding-left:60px;
		background-position: left -1088px;
	}

	.exclusive {
		padding-left:48px;
		background-position: left -1188px;
	}

	.coverage {
		padding-left:50px;
		background-position: left -1388px;
	}

	.arrowRight{
		padding:0 12px 0 0;
		background-position: right -1488px;
	}

	.arrowLeft{
		padding:0 0 0 12px;
		background-position: left -1587px;
	}

	h1 span.update{
		background-position: left -396px;
	}

	h1 span.tava_balss{
		background-position: left -1286px;
	}

	h1 span.aculiecinieks{
		background-position: left -1086px;
	}

	h1 span.exclusive {
		background-position: left -1186px;
	}

	h1 span.coverage {
		background-position: left -1386px;
	}

	h1 a.video{
		background-position: left -94px;
	}

	h1 a.foto{
		background-position: left -294px;
	}
	
	.article_main h1 a.comment{
		font-size:0.7em;
	}
	
	.article_main h1 span.update{
		background-position: left -392px;
		line-height:1em;
	}
	
	.article_main h1 a.video{
		background-position: left -88px;
		line-height:1em;
	}
	
	.article_main h1 a.foto{
		background-position:left -288px;
		line-height:1em;
	}

	.date,
	.before {
		font-weight: normal;
		color: #666;
		padding: 0 .5em 0 0;;
	}

	.date {
		font-family: "Georgia", serif
	}

	.before {
		font-weight: bold;
	}

	.textads h5 {
		font-weight: normal;
		padding: .5em 0;
	}

	.justInquiry > p{
		border: .0833em dotted #999;
		border-top: 0 none;
		margin: 0 .25em;
		padding: .6667em;
		background-color: #F8F5F0;
		font-family: "Georgia", sans-serif;
		font-style: italic;
	}

	.justInquiry h2 {
		padding-bottom: .429em !important;
		border-bottom: .083em dotted #999 !important;
	}

	#tvnetAsks{
		font-family: Arial;
		font-size: 91.7%;
		margin: 0;
	}

	#tvnetAsks span.tvnetAsksQ{
		background: #EEEEEE url("/assets/themes/default/images/icons.png") 0 -988px no-repeat;
	}

	#tvnetAsks strong{
		width: 7.7em;
		text-align: right;
		display: block;
		float: left;
		margin-right: .3667em;
	}

	#tvnetAsks span{
		display: block;
		background-color: #EEEEEE;
		padding: .3367em .3667em;
		border-bottom: 1px solid #fff;
	}

	#tvnetAsks span.tvnetAsksA{
		background-color: #f7f7f7;
	}


	.mediaList,
	.mediaGrid {
		min-height: 0;
		position: relative;
		width: auto;
		/*margin-bottom: 1em;*/
	}

	.mediaGrid {
		overflow: hidden;
		/*padding-bottom: .833em !important;
		border-bottom: .071em dotted #999;*/
	}

	.mediaList > h2,
	.mediaGrid > h2 {
		border-top: .357em solid #F60;
		border-bottom: .071em dotted #999;
		color: #F60;
		margin: 0 0 .714em;
		padding: .5em .333em;
		text-transform: uppercase;
	}

	.thumbnail {
		padding-bottom: .5em;
		border-bottom: .083em dotted #999;
		margin-bottom: .5em;
	}

	.thumbnail .thumb156_4-3 {
		margin: 0 0 .167em;
		margin: 0 0 .083em;
		position: relative;
	}

	.thumbnail .thumb156_4-3 img.orb_bg{
		top:5px;
		left:4px;
		height:23px;
		width:23px;
		position: absolute;
	}

	.thumbnail h4 {
		margin: 0;
		height:2.4em;
		background-color: #595959;
		padding: .25em .5em .5em;
		color: #EEE;
		font-weight: normal;
	}

	.thumbnail h4 a{
		color: #EEE;
	}

	.thumbnail h4:focus,
	.thumbnail h4:hover {
		background-color: #606060;
	}

	.thumbnail h4.orb_bg{
		background-color: #339900;
	}

	.thumbnail a:focus,
	.thumbnail a:hover {
		color: #FFF;
	}

	.mediaGrid .thumbnail {
		display: inline;
		float: left;
		width: 13em;
		padding: 0 .73em 0 0;
		border: 0 solid;
		border-right: .083em dotted #999;
		margin: 0 .74em 0 0;
/*		height: 14.33em;*/
	}

	.mediaGrid .thumbnail h4 {
/*		height: 3.75em;*/
	}

	.mediaGrid .wrapper {
/*		overflow: hidden;
		height: 14.33em;*/
	}

	.mediaList .thumbnail.last-child,
	.mediaGrid .thumbnail.last-child {
		padding: 0;
		border: 0 solid;
		margin: 0;
	}

	li > .mediaGrid.last-child {
		border-bottom: 0 solid;
	}

	.mediaGrid.e {
		margin-bottom: 0;
	}

	.mediaGrid.e,
	.e .thumbnail {
/*		height: 11.5em;*/
	}

	.e .thumb156_4-3 {
		height: 96px !important;
	}

	.e .thumbnail h4 {
		background-color: #FFF;
		font-weight: bold;
		color: #444;
/*		height: 2.5em;
		overflow: hidden;*/
	}

	.e .thumbnail a:focus,
	.e .thumbnail a:hover {
		color: #C00;
	}

	.sa .thumbnail h4 {
		background-color: #888;
		font-weight: normal;
		color: #EEE;
	}

	.sa .thumbnail a:focus,
	.sa .thumbnail a:hover {
		color: #FFF;
	}

	.e h5 {
		border-top: .455em solid #999;
		text-transform: uppercase;
		padding: .5em .083em .25em;
	}

	.e.muzika h5 {
		border-top-color: #545556;
		color: #545556;
	}

	.e.sievietem h5 {
		color: #d12d8e;
	}

	.e.viriesiem h5 {
		color: #3e2100;
	}

	.switch {
/*		display: none;*/
	}



	.mediaBlock .switch {
		position: absolute;
		overflow: hidden;
		top: .666em;
		right: 0;
		height: 24px;
		margin: 0;
		padding: 0;
	}

	.switch li {
		display: inline;
		float: left;
		width: 24px;
		height: 24px;
		overflow: hidden;
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.switch a {
		display: block;
		width: 24px;
		height: 24px;
		overflow: hidden;
		text-indent: -100em;
		background-repeat: no-repeat;
		background-image: URL("/assets/images/mediaSwitcher.gif");
		background-position: -48px center;
	}

	.switch .prev {
		background-position: 0 center !important;
	}

	.switch .next {
		background-position: -24px center !important;
	}

	.switch .selected {
		background-position: -72px center !important;
	}

	.mediaBlock {
		min-height: 0;
		position: relative;
		width: auto;
	}

	.mediaBlock ul {
		margin: 0;
		padding: 0;
	}

	.mediaBlock li {
		margin: 0 0 .833em;
		padding: 0;
		list-style: none;
		border: 0 solid;
	}
/*
	.mediaBlock .thumb156_4-3 {
		margin: 0 0 .083em;
	}

	.mediaBlock h4 {
		margin: 0 0 .25em;
		padding: .25em .333em;
		background-color: #595959;
		color: #EEE;
		font-weight: normal;
	}

	.orb > h4 {
		background-color: #390;
	}

	.mediaBlock li:last-child,
	.mediaBlock li:last-child h4 {
		margin-bottom: 0;
	}

	.mediaBlock > h2 {
		border-top: .357em solid #F60;
		border-bottom: .071em dotted #999;
		color: #F60;
		margin: 0 0 .714em;
		margin: 0 0 .429em;
		padding: .5em .333em;
		text-transform: uppercase;
	}

	.mediaGrid {
		margin-bottom: 1em;
	}

	.mediaGrid li {
		display: inline;
		float: left;
		margin: 0;
	}

	.mediaGrid h4 {
		margin-bottom: 0;
		height: 3.75em;
		overflow: hidden;
	}

	.mediaBlock .wrapper,
	.mediaGrid .wrapper {
		overflow: hidden;
		position: relative;
		visibility: visible;
		z-index: 2;
	}

	.mediaBlock .thumbnail {
		width: 13em;
	}

	.mediaGrid .thumbnail {
		width: 13em;
		padding: 0 1.50em 0 0;
		display: inline;
		float: left;
		margin: 0;
		background-image: URL("/assets/images/vSeparator.png");
		background-repeat: repeat-y;
		background-position: 13.75em top;
	}

	.wrapper ul {
		width: 1000em;
	}
*/
	#poll input {
		opacity: .0;
		-moz-opacity: .0;
		position: absolute;
		left: -100em;
	}
	
	#poll #chart_cover {
		text-align: center;
	}

	#poll span {
		background-image: URL("/assets/themes/default/images/vote.gif");
		background-repeat: no-repeat;
		background-position: left center;
		background-color: #C00;
		display: inline;
		float: left;
		height: 11px;
		margin: .333em .5em 0 0;
		width: 37px;
		cursor: pointer;
	}

	#poll .vo1 {
		background-color: #39F;
	}

	#poll .vo2 {
		background-color: #C00;
	}

	#poll .vo3 {
		background-color: #FF6A00;
	}

	#poll .vo4 {
		background-color: #390;
	}

	#poll .vo5 {
		background-color: #333;
	}

	#poll .vo6 {
		background-color: #EE0F21;
	}

	#poll .vo7 {
		background-color: #00FF6A;
	}

	#poll .vo8 {
		background-color: #9C0;
	}

	#poll .vo9 {
		background-color: #EA0;
	}

	#poll .vo10 {
		background-color: #B37;
	}

	#poll h2 {
		border-bottom: .071em dotted #999;
	}

	#poll h4 {
		padding: .333em 0;
	}

	#poll p {
		border-bottom: .083em dotted #999;
		padding: .25em 00;
	}

	#poll p.last-child {
		border-bottom: 0 solid;
	}

	.fickle {
		position: relative;
	}

	.fickle .date {
		font-size: .917em;
	}

	.fickle li {
		padding: 0;
	}

	.fickle h4 {
		font-weight: normal;
	}

	.fickle li.last-child {
		border-bottom: 0;
	}

	.info {
		font-size: .917em;
	}

	.metainfo {
		position: relative;
		color: #666;
		padding: 0 13em .75em .5em;
		border-bottom: .083em dotted #999;
		margin: 0 0 .75em;
	}

	.form textarea {
		width: 22.166em;
	}

	.form .submit input {
		color: #FFF;
		background-color: #F60;
		border: none;
		font-size: .917em;
		text-transform: uppercase;
		padding: .5em;
		font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	}

	.form .metainfo {
		padding: 0 .5em .75em;
	}

	.metainfo p {
		line-height: 1.25em !important;
		margin-bottom: .125em;
		font-family: Georgia, serif;
	}

	.metainfo .author {
		color: #666;
		/*font-family: "Georgia", serif;*/
		font-style: italic;
	}

	.metainfo .update {
		padding-left: 60px;
	}

	.metainfo .pm {
		position: absolute;
		top: .5em;
		right: .5em;
		font-size: .917em;
	}

	.eCategory {
		text-transform: uppercase;
		border-bottom: .083em dotted #999;
		padding-bottom: .25em;
	}

	.tabs {
		position: absolute;
		top: 0;
		right: .125em;
		padding: 0;
		margin: 0;
		top: 1.10em;
		z-index: 1;
	}

	.tabs.right,
	.right {
		right: auto;
		left: .25em;
	}

	.tabs li {
		margin: 0;
		padding: 0;
		list-style: none;
		float: left;
		display: inline;
		margin-right: .25em;
		font-family: Helvetica, Arial, "Lucida Sans Unicode", Tahoma, sans-serif;
		border: none;
	}

	.tabs a {
		display: block;
		position: relative;
		padding: .125em .75em;
		color: #FFF;
		font-weight: bold;
		font-size: .917em;
		height:16px;
		border: .091em solid #F60;
		/*border-bottom: .091em dotted #F60;*/
		-moz-border-radius-topleft: 4px;
		-webkit-border-top-left-radius: 4px;
		-moz-border-radius-topright: 4px;
		-webkit-border-top-right-radius: 4px;
		border-radius: 4px 4px 0 0;
		background-color: #F60;
	}

	.sports .tabs a{
		background-color: #2C507B;
		border: .091em solid #2C507B;
	}

	.tabs .selected a {
		background-color: #FFF;
		border-bottom: .091em solid #FFF;
		color: #333;
	}

	.gallery {
		margin: 0 0 1em;
		padding: 0;
	}

	.gallery a {
		cursor: pointer;
	}

	.gallery li {
		float: left;
		display: inline;
		margin: 0;
		padding: 0;
		list-style: none;
		border-bottom: 0 solid;
	}


	.gallery h4 {
		/*min-height: 3.5em;*/
		margin-bottom: 0;
		padding: .167em .182em 0;
	}


	.gallery h5 {
		text-transform: uppercase;
		color: #999;
		border-bottom: .083em dotted #999;
		padding: .167em;
		margin-bottom: 0;
	}

	.gallery .split {
		float: none;
		display: block;
		clear: both;
		width: 100%;
		height: .75em;
		overflow: hidden;
		border-bottom: .083em dotted #999;
		margin-bottom: .75em;
	}

	.thumbnaile {
		width: 13em;
		margin-right: 9px;
		padding-right: 9px;
		border-right: 1px dotted #999;
	}

	.gallery_first_page div.thumbnaile{
		margin-right: 8px;
		padding-right: 8px;
	}

	.thumbnaile_last {
		width: 13em;
		margin-right: 0;
		padding-right: 0;
		border-right: 0 ;
	}

	.pagination {
		margin: 0;
		padding: 1.167em 1.667em;
	}

	.previous,
	.next,
	.page {
		float: left;
		display: inline;
		line-height: 1em;
		font-weight: bold;
		color: #cc0000;
		font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
		border: .0833em solid #e6e6e6;
		margin-right: .25em;
		padding: .15em  .15em;
		text-align: center;
		min-width: 1.167em;
	}

	.page {
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
	}


	.page:hover,
	.page:focus {
		border-color: #e6e6e6;
		color: #cc0000;
	}

	.previous,
	.next {
		overflow: hidden;
		width: 24px;
		height: 18px;
		text-indent: -100em;
		background-image: URL("/assets/themes/default/images/mediaSwitcher.gif");
		background-repeat: no-repeat;
		background-position: 0 center;
		border: none;
		padding: 0;
		text-align: left;
	}

	.next {
		background-image: URL("/assets/themes/default/images/mediaSwitcher.gif");
		background-position: -24px center;
	}

	.pagination strong.selected {
		border-color: #FFF;
		color:#000;
	}

	.heel,
	.heel:hover,
	.heel:focus {
		border-color: transparent;
		color: #999;
	}

	.selected {
		border-color: #666;
		color: #444;
	}

	.heel,
	.heel:hover,
	.heel:focus {
		border-color: transparent;
		color: #444;
	}

	#commentForm {
		position: relative;
	}

	#commentForm .submit {
/*		position: absolute;
		left: 0;
		top: 11.167em;
		padding: 0;*/
		margin-bottom: .25em;
	}

	#commentForm .submit input {
		background-color: #F60;
		border: .0833em solid #F60;
		color: #FFF;
		padding: .167em;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
	}

	#commentForm label {
		position: absolute;
		left: 0;
		top: 0;
		width: 9em;
		display: block;
	}

	#commentForm div {
		position: relative;
		padding-left: 10em;
	}

	/*#commentForm div > p {
		float: left;
		display: inline;
		width: 44.5em;
	}*/

	#user_name,
	#comment,
	#login_user_name,
	#password {
		width: 562px;
	}

	.reg {
		background-color: #eaecec;
	}

	#comment {
		line-height: 1em;
	}

	#manstvnet {
		cursor: pointer;
		color: #FF6600;
	}

/*	#manstvnet:hover {
		text-decoration: underline;
	}*/

	.last {
		/*border-bottom: .083em dotted #999;*/
		margin-bottom: 1em;
	}

	.mediaGrid .wrapper {
		height: 13em;
	}

	.mediaGrid .wrapper li {
		width: 13em;
		padding: 0 .74em 0 0;
		border-right: .0833em dotted #999;
		margin: 0 .73em 0 0;
	}

	.mediaGrid li.padsFix{
		margin: 0;
		padding: 0;
		display: block;
		float: left;
	}

	.winner {
		font-weight: bold;
	}

	.latvia {
		color: #C00;
	}

	.delete {
		color: red ! important;
	}

	.first_page {
		color: green ! important;
	}

	.online_tv_category_thumbs li:first-child{
		margin-right:8px;
		padding-right:8px;
	}

	.clearFloat{
		clear:both;
		font-size:1px;
		line-height:1px;
		height:1px;
	}

	#mediaPlayer div.alt, #mediaPlayer span.alt{
		display:none;
	}

	.flash-update p{
		padding:20px 10px;
		font-size: 1em;
	}

	#updateFlash{
		display: none;
		font-size: 0.917em;
		background-color: #FDF2AB;
		border: 1px solid #A29330;
		margin:5px 0 0 0;
		padding:4px;
	}

	#updateFlash a{
		color:#E25600;
		text-decoration:underline;
	}

	/* Optibet temp */

	.optibet .tabs a{
		background-color: #f22800;
		border: .091em solid #f22800;
	}

	.tabs .selected a {
		background-color: #FFF;
		border-bottom: .091em solid #FFF;
		color: #333;
	}

	.optibet_spons{
		margin-left:10px;
	}

}
/**
 * TVNET
 *
 * @package			TVNET
 * @author			TVNET Dev Team
 * @copyright		Copyright (c) 2009, TVNET
 * @since				Version 3.0
 * @date
 */

/**
 * Article
 *
 * @package			TVNET-Frontend
 * @subpackage	Assets
 * @category		CSS
 * @author			Aigars Sukurs <aigars@grafton.lv>
 * @version			1.0
 * @date
 */

@media screen, projection
{

	#c01Content {
		padding-right: 39.8em;
		/*background-image: url(/assets/images/vSeparator.png);
		background-repeat: repeat-y;
		background-position: 43.9em top;*/
	}

	#column02 {
		display: inline;
		float: left;
		margin-left: -38.3333em;
		overflow: hidden;
		width: 15em;
		width: 13em;
	}

	#c02Content {
		padding: 1em 0 0;
	}

	#bodyCopy h1,
	#bodyCopy h2,
	#bodyCopy h3,
	#bodyCopy h4,
	#bodyCopy h5,
	#bodyCopy h6 {
		margin: .75em 0 .25em;
	}

	#bodyCopy h1 {
		font-size: 1.833em;
	}

	#bodyCopy h2 {
		font-size: 1.583em;
	}

	#bodyCopy h3 {
		font-size: 1.417em;
	}

	#bodyCopy h4 {
		font-size: 1.333em;
	}

	#bodyCopy h5 {
		font-size: 1.25em;
	}

	#bodyCopy h6 {
		font-size: 1.167em;
	}

	#bodyCopy p {
		letter-spacing: 0;
	}
	
	#articleBody{
		color:#000;
	}
	
	#articleBody p{
		margin: .75em 0;
		line-height: 1.5em;
		color:#000;
	}

	#articleHeader {
		position: relative;
		margin: .75em 1em 0;
	}

	#videoHeader {
		position: relative;
		margin: 0;
	}

	.title {
		font-size: 2em;
		padding:0 0 0.5em 0;
		width:21em;
		margin: 0;
		float:left;
	}

	#essence {
		float:right;
		margin: 0;
		padding-top: 0.7em;
		width: 37.3em;
		overflow: hidden;
	}

	#essence h5 {
		text-transform: uppercase;
		margin: 0;
		padding: 0;
	}

	#essence ul {
		margin: 0;
		padding: 0;
	}
	
	#essence ul li{
		margin:0;
		padding-left:1em;
		background-image: url("/assets/themes/default/images/icons.png");
		background-repeat: no-repeat;
		background-position: 0 -889px;
	}

	#options {
		border-top: .083em dotted #999;
		margin: 0;
		padding: 0 0 0 1.2em;
		background-image: URL("/assets/images/horizontalDots.gif");
		background-repeat: repeat-x;
		background-position: left bottom;
	}

	#videoHeader #options {
		border-top: 0 solid;
		margin-bottom: .75em;
	}

	#options li {
		color: #666;
		margin: .417em .167em 0 0;
		padding: 0;
		list-style: none;
		float: left;
		display: inline;
		font-size: .917em;
		line-height: normal;
		border: 1px solid #999;
		border-bottom: 0 solid;
		background-image: URL("/assets/images/horizontalDots.gif");
		background-repeat: repeat-x;
		background-position: left bottom;
		-moz-border-radius-topleft: 6px;
		-webkit-border-top-left-radius: 6px;
		-moz-border-radius-topright: 6px;
		-webkit-border-top-right-radius: 6px;
		border-radius: 6px 6px 0 0;
	}

	#options a {
		color: #666;
		display: block;
		font-size: 1em;
		padding: .583em 2em;
		width: auto;
		font-weight: bold;
	}

	#options a:hover {
		color: #C00;
	}

	#options .selected,
	#options .selected a {
		color: #333;
	}

	#options .selected {
		background-image: none;
		background-color: #FFF;
	}
	
	/* Lai ieliktu URL Online TV */
	#options li.additional_right{
		border: 0;
		background: none;
		float:right;
		margin:0.2em 0 0 0;
		padding:0;
		vertical-align:top;
	}
	
	#options li.additional_right input{
		display:inline;
	}
	
	#options li.additional_right, #options li.additional_right input{
		font-size:11px;
		color:#666;
	}

	.copyright,
	.copyright a {
		color: #666;
	}
	
	.copyright {
		padding: .20em 0 .75em;
		border-bottom: .083em dotted #999;
		margin: 0 0 .75em;
		font-size: 90%;
	}
	
	#articleBody span.copyright{
		display:block;
		padding:0 0 0 .5em;
		border:0;
	}
	
	#articleBody p.img_left{
		float: left;
		margin-right:1em;
		margin-top:0;
		margin-bottom:0;
	}
	
	#articleBody p.img_left span.copyright{
		padding:0;
		margin:0;
	}
	
	#articleBody p.img_right{
		float:right;
		margin:0 0 0 1em;
	}

	.excerpt {
		line-height: 1.5em !important;
		padding: 0.11em 0 1.25em 0;
		color: #000;
		font-weight: bold;
		border-bottom: .0833em dotted #999;
	}

	.list blockquote {
		border-top: .083em dotted #999;
		font-family: "Georgia", sans-serif;
		font-style: italic;
		padding: .5em;
	}

	#tvnetAsks {
		border: 0 solid;
		margin: 0 0 .75em;
		padding: .75em .5em;
		font-size:100%;
		clear:both;
	}

	.thumb156_4-3 {
		margin: 0 0 .75em;
	}

	.doc {
		display: block;
	}

	.list .docWrapper {
		border-top: 0 solid;
	}

	#changeFont {
		position: absolute;
		bottom: .65em;
		left: 44em
	}

	#enlarge,
	#reduce,
	.comord_desc,
	.comord_asc,
	.comord_desc_grey,
	.comord_asc_grey,
	.show_suggested,
	.show_suggested_grey {
		float: left;
		display: inline;
		text-indent: -100em;
		overflow: hidden;
		width: 18px;
		height: 18px;
		margin-right: .417em;
		background-repeat: no-repeat;
		background-position: left center;
		background-image: URL('/assets/themes/default/images/iconFont.gif');
	}
	
	.comord_asc, .comord_desc_grey, .comord_desc, .comord_asc_grey, .show_suggested, .show_suggested_grey {
		background-image: URL('/assets/themes/default/images/iconComments.gif');
	}
	
	.show_suggested{
		background-position: 0 center;
	}
	
	.show_suggested_grey, #reduce{
		background-position: -20px center;
	}
	
	.comord_asc{
		background-position: -80px center;
	}
	
	.comord_asc_grey{
		background-position: -100px center;
	}
	
	.comord_desc{
		background-position: -40px center;
	}
	
	.comord_desc_grey{
		background-position: -60px center;
	}
	
	.metainfo{
		padding:0;
		padding:0 0 .5em 0;
		color:#333;
	}
	
	.metainfo .author{
		font-style:normal;
		color:#333;
	}
	
	.metainfo .clear{
		clear: left;
	}
	
	.metainfo p{
		line-height: .75em;
		margin:0;
	}
	
	#articleBody p#tvnetAsks{
		padding:0;
	}
	
	ul.articleTools{
		display:block;
		height:20px;
		margin:0 0 10px 0;
		padding:10px 0 0 0;
		list-style-type: none;
		border-top: .0833em dotted #999;
	}
	
	ul.articleTools li{
		height:20px;
		display:block;
		float:left;
		margin:0 5px 0 0;
		background: url("/assets/images/article-tools-right.gif") no-repeat right top;
	}
	
	ul.articleTools li a{
		display:block;
		font-size:83.3%;
		font-weight: bold;
		color:#666;
		padding:2px 6px 2px 26px;
	}
	
	ul.articleTools li.articleToolsPrint a{
		background: url("/assets/images/article-tools-print.gif") no-repeat left top;
	}
	
	ul.articleTools li.articleToolsSend a{
		background: url("/assets/images/article-tools-send.gif") no-repeat left top;
	}
	
	ul.articleTools li.articleToolsShare a{
		background: url("/assets/images/article-tools-share.gif") no-repeat left top;
	}
	
	ul.articleTools li.articleToolsContact a{
		background: url("/assets/images/article-tools-contact.gif") no-repeat left top;
	}
	
	ul.articleTools li.articleToolsShare{
		position: relative;
	}
	#share_box{
		display: none;
		position: absolute;
		left:0;
		bottom: 25px;
		background-color: #eeeeee;
		width:120px;
		padding:5px;
	}
	
	#share_box span{
		display: block;
	}
	
	#share_box span.share_tools span.share_title{
		padding:3px 0 5px 0;
	}
	
	#share_box span.share_tools span.share_title a.close{
		float:right;
		padding:0;
		margin:2px 0 0 0;
		width:12px;
		height:12px;
		background: url("/assets/images/iconClose.gif") 0 0 no-repeat;
	}
	
	#share_box span.share_tools{
		background: #fff;
		border:1px solid #cfcfcf;
		padding:1px 6px 0 9px;
	}
	#share_box span.share_tools a{
		padding:0 0 0 22px;
		background: none;
		background-repeat: no-repeat;
		background-position: 0 0;
		margin-bottom: 6px;
	}
	
	#share_box span.share_tools a.twitter {
		background-image: URL('/assets/images/iconTwitter.gif');
	}

	#share_box span.share_tools a.digg {
		background-image: URL('/assets/images/iconDigg.gif');
	}

	#share_box span.share_tools a.facebook {
		background-image: URL('/assets/images/iconFacebook.gif');
	}

	#share_box span.share_tools a.google-bookmarks {
		background-image: URL('/assets/images/iconGoogle.gif');
	}
	#share_box span.share_tools a.orb {
		background-image: URL('/assets/images/iconOrb.gif');
	}

	#share_box span.share_tools a.delicious {
		background-image: URL('/assets/images/iconDelicious.gif');
	}
	
	.relatedBlock{
		float:right;
	}
	
	.related{
		/*float:right;*/
		border-top:0.357em solid #FF6600;
		width:175px;
		background-color: #f2f2f2;
		padding:1px 5px 4px 5px;
		margin:5px 0 5px 5px; 
		font-size: 90%; 
	}
	.related strong{
		display:block;
		padding:0 0 2px 0;
	}
	
	br.clearFloat{
		clear: both;
	}
	
	.articleTable, #articleBody table{
		border-collapse: collapse;
		width:100%;
	}
	.articleTable tr td, .articleTable tr th, #articleBody table tr td, #articleBody table tr th{
		border:1px dotted #999999;
		font-size:91.7%;
		padding:5px;
	}
	.articleTable tr th, #articleBody table tr th {
		color:#666666;
		text-align: left;
		background-color: #E9E9E9;
	}
	
	p.quote{
		background: url("/assets/images/iconQuote.png") 0 0 no-repeat;
		font-family: Arial;
		font-size:2em;
		line-height:1em !important;
		font-weight:bold;
		color:#666;
		padding-left: 70px;
		min-height: 53px;
	}
	
	/* Kontaktforma */
	.contactForm{
		border-bottom: 0.0833em dotted #666;
		padding-bottom: 1em;
	}
	.contactForm div{
	 	position: relative;
	}
	.contactForm div.addClear input{
		width: 41.35em;
	}
	.contactForm label{
		display: block;
		font-size: 1.083em;
	}
	.contactForm label span{
		font-size: 0.917em;
	}
	.contactForm textarea{
		line-height: 1em;
		width: 46.3em;
	}
	.contactForm .submit{
		margin-top: 1em;
	}
	.contactForm .submit input{
		-moz-border-radius: 4px;
		-webkit-border-radius:4px;
		border-radius: 4px;
		background-color: #FF6600;
		border: 0.0833em solid #FF6600;
		color: #fff;
		padding: 0.167em;
	}
	.infoText{
		border-bottom: 0.0833em dotted #666;
		padding-bottom: .8em;
	}
	
	.boxes_titles{
		padding:2px 5px;
		display: block;
		background-color: #E9E9E9;
		color: #666;
		font-weight: bold;
	}
	
	#articleBody ul li{
		background:transparent url("/assets/themes/default/images/icons.png") no-repeat scroll 0 -890px;
		margin:0;
		padding-left:1em;
	}
	
	#articleBody div.related ul{
		margin:0 0 0 0;
		list-style-type: none;
	}
	
	#articleBody div.related ul li{
		padding:0;
		margin:0;
		background: none;
	}
	
	#articleBody div.related ul li a{
		background: url("/assets/themes/default/images/icons.png") no-repeat 0 -890px;
		padding-left:11px;
	}
	
	#articleBody div.related ul li a.external{
		background: url("/assets/images/iconArrow.gif") no-repeat 0 4px;
		padding-left:11px;
	}
	
	#articleBody ul.playlist{
		padding:10px;
		margin:1px 0 10px 0;
		background-color:#F7F7F7;
	}
	
}/**
 * TVNET
 *
 * @package			TVNET
 * @author			TVNET Dev Team
 * @copyright		Copyright (c) 2009, TVNET
 * @since				Version 3.0
 * @date
 */

/**
 * Article
 *
 * @package			TVNET-Frontend
 * @subpackage	Assets
 * @category		CSS
 * @author			Aigars Sukurs <aigars@grafton.lv>
 * @version			1.0
 * @date
 */

@media screen, projection
{
	.custom h1,
	.list h1,
	.grid h1,
	.custom h2,
	.list h2,
	.grid h2,
	.form h2,
	.glist h2,
	.mediaBlock > h2,
	#siteHeader h1,
	.eCategory,
	.siteColor {
		border-color: #B60101;
		color: #B60101;
	}

	#siteHeader,
	#global.globalAuto,
	.gridBorder,
	.eGrid,
	.tabs a {
		border-color: #B60101;
	}

	#global.globalAuto,
	.form .submit input,
	.tabs a {
		background-color: #B60101;
	}

	#global.globalAuto a {
		background-image: URL("/assets/themes/auto/images/navSeparatorAuto.png");
	}

	#global a {
		color: #f57d61;
		color: #EEE;
	}
	
	.noSiteHeaderBorder{
		border-bottom: 5px solid transparent !important;
	} 
	
	#c01Content{
		padding-top:0 !important;
	}
	
	#c01PadFixer{
		width:100%;
		clear:both;
		height:12px;
		line-height:12px;
	}
	
	.splitColumn .left,
	.splitColumn .right {
		padding: 0 0 .75em;
	}
	
	/* Editor column */
	/*
	.main_article_box{
		margin:1em 1em 0px 1em;
		padding:0 0 2px 0;
		border-bottom:0.0833em dotted #999999;
	}
	
	.main_article_box ul, .main_article_box ul li{
		padding:0;
		margin:0;
	}
	
	.main_article_split li.left{
		float:left;
		width:506px;
		margin-right:9px;
		padding-right:9px;
		border-right:0.0833em dotted #999999;
	}
	
	.main_article_split li.right{
		float:left;
		width:447px;
	}
	
	.editor_head{
		height:74px;
		position: relative;
		border-bottom:0.0833em dotted #999999;
	}
	
	.editor_head h2{
		color:#B60101;
		padding:7px 0 3px 0;
		margin:0;
		text-transform:uppercase;
	}
	
	.editor_head img.editors_pic{
		position: absolute;
		right:0;
		bottom:0;
	}
	
	.main_article_box ul.editors_news li{
		display:block;
		padding:7px 0 6px 0;
		border-top:0.0833em dotted #999999;
	}
	
	.main_article_box ul.editors_news li:first-child{
		border:0;
	}
	
	.editors_news li a.thumb80_4-3{
		float:left;
	}
	
	.editors_news li p{
		margin:0;
	}
	*/
	/* Theme specifics */
	#essence ul li, .videoMeta ul li, #gLinks li, #articleBody div.related ul li a, #articleBody ul li,
	.arrowLeft, .arrowRight{
		background-image: url("/assets/themes/auto/images/icons.png");
	}
	
	.submit input{
		background-color:#B60101 !important;
		border-color:#B60101 !important;
	}
}
div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 30;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('/assets/images/fancybox/fancy_progress.png') no-repeat;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 20px 20px 40px 20px;
    margin: 0;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('/assets/images/fancybox/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url("data:image/gif;base64,AAAA");
	outline: none;
	overflow: hidden;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('/assets/images/fancybox/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('/assets/images/fancybox/fancy_right.png') no-repeat;
}

a#fancy_left:hover, a#fancy_right:hover {
	visibility: visible;
	background-color: transparent;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

#fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div#fancy_bg_n {
	top: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('/assets/images/fancybox/fancy_shadow_n.png') repeat-x;
}

div#fancy_bg_ne {
	top: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('/assets/images/fancybox/fancy_shadow_ne.png') no-repeat;
}

div#fancy_bg_e {
	right: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('/assets/images/fancybox/fancy_shadow_e.png') repeat-y;
}

div#fancy_bg_se {
	bottom: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('/assets/images/fancybox/fancy_shadow_se.png') no-repeat;
}

div#fancy_bg_s {
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('/assets/images/fancybox/fancy_shadow_s.png') repeat-x;
}

div#fancy_bg_sw {
	bottom: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('/assets/images/fancybox/fancy_shadow_sw.png') no-repeat;
}

div#fancy_bg_w {
	left: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('/assets/images/fancybox/fancy_shadow_w.png') repeat-y;
}

div#fancy_bg_nw {
	top: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('/assets/images/fancybox/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
	white-space: nowrap;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url('/assets/images/fancybox/fancy_title_left.png') repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url('/assets/images/fancybox/fancy_title_main.png') repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url('/assets/images/fancybox/fancy_title_right.png') repeat-x;
}