@CHARSET "UTF-8";
#container {
			width: 520px;
		}
		
		#tablecontainer {
			clear: left;
			width: 522px;
			border: 1px solid #d4d4d4;
			background-color: #fff;
			border-top: none;
		}
		
		html > body #tablecontainer {
			width: 518px;
		}
		
		#tablecontainer b { background: #fff; }
		
		ul#menu {
			list-style: none;
			margin: 0;
			padding: 0;
			height: 25px;
		}
		
		ul#menu li, ul#menu li.sel {
			margin: 0;
			padding: 0;
			float: left;
			display: inline;
			background: url('/images/left.png') no-repeat 0 0;
			border-bottom: 1px solid #B7B7B9;
		}
		
		ul#menu li.sel {
			background: url('/images/green_left.png') no-repeat 0 0;
			background-color: #A9D357;
			border: none;
		}
		
		ul#menu li a, ul#menu li a:visited, ul#menu li a:hover, ul#menu li a:active,
		ul#menu li.sel a, ul#menu li.sel a:visited, ul#menu li.sel a:hover, ul#menu li.sel a:active {
			display: block;
			display: inline-block;
			min-width: 60px;
			height: 25px;
			text-align: center;
			margin: 0 0 0 8px;
			padding: 0;
			background: url('/images/right.png') no-repeat 100% 0;
			background-color: #dad9de;
			color: #fff;
			font: bold 11px/25px verdana, sans-serif;
			text-decoration: none;
		}
		
		ul#menu li.sel a, ul#menu li.sel a:visited, ul#menu li.sel a:hover, ul#menu li.sel a:active {
			border-bottom: 1px solid #A9D357;
			background: url('/images/green_right.png') no-repeat 100% 0;
			background-color: #A9D357;
		}
		
		ul#menu li a:hover {
			text-decoration: underline;
		}
		
		ul#menu li a span {
			display: block;
			display: inline-block;
			min-width: 60px;
			text-align: center;
			border-top: 1px solid #B7B7B9;
			margin: 0 8px 0 0;
			padding: 2px 0;
			line-height: 21px;
		}
				
		#headingdescr {
			clear: left;
			width: 522px;
			height: 35px;
			padding: 5px 0;
			background: #A9D357;
			color: #fff;
			font: 11px/25px verdana, sans-serif;
		}
		
		html > body #headingdescr {
			width: 520px;
		}
		
		#tablecontainer table {
			clear: left;
			width: 100%;
			border-collapse: collapse;
			border: none;
			margin: 0 0 10px 0;
		}
		
		#tablecontainer table tbody tr td.pakalpojums,  #headingdescr table tbody tr th.pakalpojums  {
			width: 340px;
		}
		
		#tablecontainer table tbody tr td.price, #headingdescr table tbody tr th.price {
			width: 120px;
		}
		
		#tablecontainer table tbody tr td, #headindescr table tbody tr th {
			font: 11px/22px verdana, sans-serif;
			color: #666;
			padding: 0 15px;
		}
		
		#headingdescr table tbody tr th {
			font: 11px/15px verdana, sans-serif;
			background: #A9D357;
			color: #fff;
			text-align: left;
			padding: 2px 17px 0;
		}
		
		#descr {
			border-top: 1px solid #D4D4D4;
			margin: 0 15px;
			padding: 10px 0;
			font: 9px/15px verdana, sans-serif;
			color: #666;
		}
		
		#descr p {
			margin: 0;
		}
		
		.floater {
			width: 170px;
			margin: 0 10px 0 0;
			float: left;
			display: inline;
		}
		
		.package, .packagesel {
			border: 1px solid #d4d4d4;
			margin: 4px 0;
		}
		
		.packagesel .channels {
			background: #B6CFED;
		}
