/**
 * 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			Frontend
 * @subpackage	Assets
 * @category		CSS
 * @author			Aigars Sukurs <aigars@grafton.lv>
 * @version			1.0
 * @date
 */

@media screen, projection
{
	/* default color of first page */
	.siteColor {
		color: #FF6600;
	}

	#c01Content > *:last-child{
		margin-bottom: 0;
	}

	#newsTicker {
		margin-bottom: 1em;
		padding: .5em .75em;
		border-bottom: .083em dotted #C00;
	}

	.newsTickerRed{
		border-top: .417em solid #C00;
	}

	.newsTickerRed strong {
		color: #C00;
	}

	.newsTickerGrey{
		border-top: .417em solid #666;
	}

	.newsTickerGrey strong {
		color: #666;
	}

	.splitColumn {
		margin: 0 0 1em;
		background-image: URL("/assets/images/vSeparator.png");
		background-repeat: repeat-y;
		background-position: center top;
		border-bottom: .083em dotted #999;
	}

	.splitColumn .left,
	.splitColumn .right {
		float: left;
		display: inline;
		min-height: 0;
		list-style: none;
		margin: 0;
		/*padding: 0 0 .75em;*/
		width: 27.5em;
	}

	.splitColumn .right {
		float: right;
	}

	.small .left,
	.small .right {
		width: 13em;
	}

	.splitColumn .small {
		border-bottom: 0 solid;
	}

	.r7525 .left {
		width: 506px;
	}

	.r7525 .right {
		width: 13em;
	}

	.r7525 {
		background-position: 515px top;
	}

	.r2575 .left {
		width: 13em;
	}

	.r2575 .right {
		width: 42.667em;
	}

	.r7525 .r2575 .right,
	.r2575 .r7525 .left {
		width: 27.6em;
	}

	.r2575 {
		background-position: 13.75em top;
	}

	.r7525 .r2575,
	.r2575 .r7525 {
		margin: 0;
		border-bottom: 0 solid;
	}

	.category h3,
	.category h4,
	.category h5,
	.category h6 {
		margin: 0 0 .0833em;
	}

	#siteHeader {
		margin: 1em 25.3333em -1.417em 1em;
		border-bottom: .417em solid #F60;
		position: relative;
	}

	#siteHeader h1 {
		margin: 0;
		font-size: 2.5em;
		text-transform: uppercase;
		color: #F60;
		font-weight: normal;
		background-repeat: no-repeat;
		background-position: left bottom;
	}

	#siteHeader span {
		display: block;
		overflow: hidden;
		width: 0;
		text-indent: -100em;
	}

	#siteHeader a.sponsorship{
		position: absolute;
		top: -4px;
		right: 0px;
	}

	#gLinks {
		position: absolute;
		right: 0;
		bottom: 0;
		font-size: .917em;
		margin: .25em .25em;
		z-index: 1;
	}

	#gLinks li {
		float: left;
		display: inline;
		margin: 0;
		padding: 0 0 0 1.6em;
		list-style: 0;
		background-image: URL("/assets/themes/default/images/icons.png");
		background-repeat: no-repeat;
		background-position: .4em -496px;
	}

	#gLinks li.spliter {
		background: none;
		padding-right:3em;
	}

	#gLinks .rss {
		background-image: URL("/assets/themes/default/images/rss.gif");
		background-position: .4em .3em;
	}

	#gLinks a {
		color: #333;
	}

	#article {
		margin-bottom: 1em;
	}

	#article h1 {
		margin-bottom: .278em;
	}

	.article h2 {
		border: 0 none;
		color: inherit !important;
		padding: 0;
		text-transform: none;
		margin-bottom: .167em;
	}

	#article > h2:last-child,
	#article > *:last-child {
		margin-bottom: 0;
	}

/*	#articles > li:first-child {
		border-top: 0 solid;
	}*/

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

	#articles > li:first-child > div {
		padding-top: 0;
	}
	
	ul#articles{
		margin:0;
	}
	
	.article h1.last-child {
		margin-bottom:12px;
	}
	
	.main_article_box .article h1.last-child {
		margin-bottom:3px;
	}

	.highlight blockquote,
	.highlight .author {
		font-family: "Georgia", sans-serif;
		/*font-style: italic;*/
		color: #667D7D;
	}

	.highlight blockquote {
		text-indent: .5em;
		padding: .5em 0;
		color: #000;
	}

	.commentee h4 {
		padding: .333em 0;
	}

	.commentee .author {
		text-align: right;
	}

	.gallery h2 {
		border-bottom: 0 solid;
	}

	.list li.index {
		padding-top: .5em;
	}

	.category {
		padding-bottom: 1em;
		border-bottom: .083em dotted #999;
	}

	.category li.last-child {
		padding-bottom: 0;
		border-bottom: 0 solid;
	}

	.index > div:first-child{
		padding-top: 0;
	}

	.customers {
		border-top: .417em solid #666;
	}

	.customers h2 {
		margin-bottom: 0;
		padding: 0 0 .5em;
		color: #666;
		margin-bottom: .5em;
		border-bottom: .071em dotted #999;
	}

	.customer > p,
	.customer > ul,
	.live p {
		font-size: .917em;
	}

	.customer ul,
	.customer li {
		margin: 0;
		padding: 0;
	}

	.customer em {
		font-style: normal;
	}

	.customer li {
		list-style: none;
		padding: .091em;
	}

	.customer .odd {
		background-color: #E9E9E9;
	}

	.customers .small {
		border-bottom: 0 solid;
		margin: .5em 0;
	}

	.financenet h2 {
		border-color: #1b49a6 !important;
		color: #1b49a6 !important;
	}

	.sports h2 {
		border-color: #2C507B !important;
		color: #2C507B !important;
	}

	.auto h2 {
		color: #B60101 !important;
		border-color: #B60101 !important;
	}

	.izklaide h2 {
		border-color: #DE4810 !important;
		color: #DE4810 !important;
	}

	.muzika h2 {
		color: #545556 !important;
		border-color: #545556 !important;
	}

	.sievietem h2 {
		color: #d12d8e !important;
		border-color: #d12d8e !important;
	}
	
	.lafleur h2 {
		color: #ef4e91 !important;
		border-color: #ef4e91 !important;
	}

	.viriesiem h2 {
		border-color: #3e2100 !important;
		color: #3e2100 !important;
	}

	.tehnologijas h2 {
		border-color: #690 !important;
		color: #690 !important;
	}
	
	#calendar,
	#results {
		margin: 0 0 1em;
		padding: .417em 0 0;
	}

	#calendar dt,
	#results dt {
		color: #777;
		background-color: #EEE;
		padding: .167em .5em;
		font-size: .917em;
		margin-bottom: .5em;
		border-bottom: .0833em dotted #999;
	}

	#calendar dt a,
	#results dt a{
		color: #777;
	}

	#calendar dd,
	#results dd {
		position: relative;
		padding: 0 0 .5em;
		margin: 0 0 .5em;
		border-bottom: .0833em dotted #999;
	}

	#calendar dd.last-child,
	#results dd.last-child {
		border-bottom: 0 solid;
		margin-bottom: 0;
	}

	dd *:last-child {
		margin-bottom: 0;
	}

	#calendar h4,
	#results h4 {
		margin-bottom: 0;
	}

	#results h4 {
		padding-left: 0;
		padding-right: 5.167em;
	}

	#calendar h4:last-child,
	#results h4:last-child {
		margin-bottom: 0;
	}

	#calendar p,
	#results p {
		padding-left: 3.455em;
		font-size: .917em;
		color: #999;
	}
	
	#results p a{
		color: #999;
	}

	#results p {
		padding-left: 0;
		padding-right: 5.636em;
	}

	#calendar .date,
	#results .result {
		font-size: .917em;
	}

    #calendar span.tv,
	#calendar span.tv_live{
		font-weight: bold;
		padding-left:17px;
		background: URL("/assets/images/iconTv.gif") no-repeat 0 3px;
	}

	#calendar span.tv_live{
		color:#FF0000;
		background-image: URL("/assets/images/iconTvLive.gif")
	}

	.late {
		position: relative;
	}

	.late h2 {
		padding-right: 12em;
	}

	.late h4 {
		font-weight: normal;
		position: relative;
		padding-left: 3.167em;
	}

	.late .date,
	.late .result {
		position: absolute;
		width: 3em;
		top: 0;
		left: 0;
		display: block;
	}

	.late .result {
		width: 5em;
		text-align: right;
		right: 0;
		left: auto;
		padding: 0 0 0 .5em;
		font-weight: normal;
		font-size: .917em;
		color: #C00;
	}

	.late .position {
		position: absolute;
		width: 1.5em;
		top: 0;
		left: 0;
	}

	.late h5 {
		color: #666;
		text-transform: uppercase;
	}

	.articleHolder div {
		padding: .5em 0 !important;
	}

	.late li {
		padding: 0;
	}

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

	.late .left,
	.late .right {
		border-bottom: 0 solid;
	}

	#tvProgram {
		border-top: .417em solid #FF6600;
		border-bottom: .083em dotted #999;
		width: 100%;
		cursor: pointer;
	}

	#tvProgram col {
		width: 25%;
	}

	#tvProgram th {
		padding: 0;
	}

	#tvProgram h2 {
		text-align: left;
		color: #F60;
		padding: .5em .083em .25em;
		text-transform: uppercase;
		margin: 0;
	}

	#tvProgram tbody {
		border-top: .091em dotted #999;
		font-size: .917em;
	}

	#tvProgram td {
		border-left: .091em dotted #999;
	}

	#tvProgram td:first-child {
		border-left: 0 solid;
	}

	#tvProgram .odd {
		background-color: #E9E9E9;
	}

	#tvProgram span {
		color: #667D7D;
	}

	#tvProgram span.tv_program_news_group{
		color:#FF6600;
	}

	#entertain > li:first-child {
		border-top: 0 solid;
	}

	#entertain > li:first-child div {
		padding-top: 0;
	}

	#entertain .image506_16-9 {
		margin-bottom: 0;
	}

	#entertain .article,
	.article_main {
		position: relative;
	}

	#entertain h1,
	.article_main h1{
		position: absolute;
		left: 0;
		bottom: 0;
		padding: .3em .5em .3em .5em;
		background-image: URL("/assets/images/transparent.png");
		background-repeat: repeat;
		background-position: left top;
		width: 20.1em;
		font-size: 2em;
		line-height:1.2em;
	}

	#entertain h1 a,
	.article_main h1,
	.article_main h1 a{
		color: #FFF;
	}

	#entertain h1 a:hover,
	.article_main h1 a:hover {
		color: #C00;
	}

	.gridBorder{
		border-top: 0.417em solid #FF6600;
		padding-top: .75em;
	}

	/* Fixes */
	.splitColumn li.noPadding{
		padding:0;
	}

	.noMargin{
		margin:0;
	}
	.submitForm{
		border-bottom: 0.0833em dotted #666;
		padding-bottom: 1em;
	}
	.submitForm div{
	 	position: relative;
	}
	.submitForm div.addClear input{
		width: 50.167em;
	}
	.submitForm label{
		display: block;
		font-size: 1.083em;
	}
	.submitForm label span{
		font-size: 0.917em;
	}
	.submitForm textarea{
		line-height: 1em;
	}
	.submitForm .submit{
		margin-top: 1em;
	}
	.submitForm .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;
	}
	.disclaimer{
 		font-size: 0.917em;
	}
	
	.fp_top_selfads{
		height:128px;
		margin-bottom: 10px;
		border-bottom:0.0833em dotted #999999;
	}
	
	.fp_top_selfads img.orb_bg{
		top:5px;
		left:4px;
		height:23px;
		width:23px;
		position: absolute;
	}

	.fp_top_selfads div.self_ad{
		float:left;
		width:156px;
		margin:0 0 0 18px;
		font-size:100%;
	}

	.fp_top_selfads div.self_ad a.img{
		position: relative;
		display:block;
		width:156px;
		height:86px;
		border:1px solid #999999;
	}

	.fp_top_selfads div.self_ad h4 {
		font-family: Arial;
		font-weight: normal;
		padding:5px 0px 6px 4px;
		height:2.4em;
		overflow: hidden;
	}

	.fp_top_selfads div.self_ad_first{
		margin-left:0;
	}
 	.err_alert{
		color: red;
		font-weight: bold;
		padding-bottom: 1em;
 	}

	.discussion h4{
		font-weight: normal
	}
	.discussion li{
		clear: left;
		height: 1%;
		overflow:hidden;
	}
	h5 span.nobold{
		font-weight: normal;
	}
	.post_list{
		float: left;
		width: 18.25em;
	}
	.discussion .date{
		float: left;
		width: 4.5em;
		padding-top: 0.5em;
		text-align: right;
		font-size: 0.917em;
	}
	
	/* ANTISPAM FIELD */
	.specialField,
	.specialField label,
	.specialField input{
		display: none;
	}
	
	.rusSelfAds{
		border-bottom:0.0833em dotted #999999;
		border-top:0.417em solid #FF6600;
		height:30px;
		margin:0 0 10px 0;
		padding:10px 0 0 0;
	}
	
	.rusSelfAds h2{
		color:#FF6600;
		text-transform: uppercase;
		float:left;
	}
	
	.rusSelfAds a.newsTitle{
		font-family:Helvetica,Arial,sans-serif;
		font-size:1.25em;
		line-height:1.3em;
		font-weight:bold;
		padding-left:0.4em;
	}
	
	/*#rusSelfAdsList ul{
		display:none;
	}*/
	
	#rusSelfAdsList{
		width:480px;
		height:20px;
		float:left;
		position: relative;
	}
	
	#rusSelfAdsList div.item{
		display: none;
		position: absolute;
		top:0;
		left:0;
	}
	
	#rusSelfAdsTools{
		float: right;
		
	}
	
	#rusSelfAdsTools span{
		cursor: pointer;
		background-image:url("/assets/themes/default/images/bnControl.png");
		background-repeat: no-repeat;
		background-position: -7px -4px;
		padding: 0 0 0 8px;
	}
	
	#rusSelfAdsTools span.bnStop{
		background-position: -31px -4px;
	}
	
	#rusSelfAdsTools span.bnNext{
		background-position: -54px -4px;
	}
	
	.readers_comment h4{
		background-color:#EEEEEE;
		padding:0.3367em 0.3667em;
		font-size: 11px;
	}
	
	.readers_comment div{
		background-color:#F7F7F7;
		padding:0.3367em 0.3667em;
		margin-top: 1px;
	}
	
	.olderLink{
		font-weight: bold;
		float: right;
		padding:10px 23px 0 0;
	}
	
	/* Optibet temp */
	
	.optibet h2{
		border-color: #f22800 !important;
		color: #f22800 !important;
		padding-right:0;
	}
	
	.rangerFirstLine{
		font-size: 3.25em;
		font-family: Helvetica;
		line-height: 1em;
		
	}
	.infoText .rangerFirstLine{
 		margin: 0.5em 0;
	}
	.rangerSecondLine{
		font-size: 1.833em;
		font-family: Helvetica;
		line-height: 1.25em;
		margin: 1em 0;
	}
	.rangerSecondLine span{
		text-decoration: underline;
		color: #ff6600;
		font-weight: bold;
	}
	ul.ranger-list {
		margin-left: 0;
	}
	.ranger-list li{
		background-image:url(/assets/themes/default/images/icons.png);
		background-repeat: no-repeat;
		background-position: 0 -1686px;
		margin: 1em 0;
		padding-left: 3.5em;
		
	}
	
	a.reindzeris_link{
		background-image:url(/assets/images/reindzersButton.png);
		display: block;
		background-repeat: no-repeat;
		background-position: top left;;
		height: 1.417em;
		color: #fff;
		font-weight: bold;
		width: 5.5em;
		font-size: 2.5em;
		line-height: 0.833em;
		padding: 0.667em 0 0 1.5em;
		font-family: Helvetica;
		float: left;
	}
	a.reindzeris_link:focus, 	a.reindzeris_link:hover{
		color: #fff;
		
	}
	.rangerBottomContainer{
		height:6.417em;
	}
	.rangerBottomContainer div {
		float: left;
		width: 35.25em;
	}
	
}
/**
 * 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;
	}
}
