body {
	font-family: Tahoma, Verdana, Arial; 
	/*font-size: 66%;*/
	font-size: 79.2%;
	line-height: 1.6em;
	background: #def2fb;
	background: #feffcb;
	margin:0;
	padding:0;
	color:#000;
	text-align: center;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

a {
	color:#2B69A6;
	text-decoration:underline;
}
a:hover {
	color:#c00;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}
#logo {
	float:left;
	line-height: 140%;
	border:0;
	padding:0;
	margin:0;
	font-size: 9px;
}
#logo a {
	padding-top: 80px;
	padding-left: 25px;
	background: url('../i/gcrown.png') no-repeat center top;
	display: block;
	color:#fff;
	font-size:35px;
	font-weight:normal;
	text-decoration:none;
}
#adstop {
	margin-left: 210px;
	padding: 8px;
	background: white;
	height: 100px;
	width: 750px;
}
#adsright {
	margin: 10px 0;
	clear: both;
	float:right;
	width:120px;
}
h1 {
	margin : 0 0 15px 0;
	padding:10px 5px 10px 5px;
	font-weight: normal;
	font-size: 3em;
	border-bottom:2px dotted #aaa;
	color: #000;
}
h2 {
	font-size: 2em;
	font-weight: normal;
	color: #7E4F20;
}
h3 {
	font-size: 1.3em;
	font-weight: normal;
	color: #c00;
}

img {
	border:none;
}
dt {
	font-weight: bold;
}


button {
	overflow: visible;
	white-space: nowrap;
	height: 30px;
	margin: 0;
	padding:1px 0 0 0;
	border: 0;
	width:auto;
	background: none;
	cursor: pointer;
	font: bold .9em Arial;
}
button div {
	background: url('../i/btn-left.gif') no-repeat top left;
	padding:0;
	padding-left: 10px;
	height: 30px;
	
}
button div span {
	display:block;
	color: #fff !important;
	height: 30px;
	line-height:27px;
	background: url('../i/btn-right.gif') no-repeat top right;
	padding:0 15px 0 0 !important;
}


#container {
	float:right;
	width:880px;
	margin: 10px 0 10px -220px;
}
.clear {
	clear:both;
}
#top {
	padding: 10px;
	background: #5398ed;
	margin-top: 10px;
}
#mnu {
	float:left;
	padding:0;
	width:210px;
}

#site-menu {
	padding: 10px 0;
	margin: 0;
	list-style: none;
	
}
#site-menu li {
	float: left;
	padding: 5px 10px;
	margin: 0 5px;
	text-align: center;
	width: 136px;
}
#site-menu li a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#site-menu li:hover {
	background: #323232 !important;
	color: #ddd;
}
.m-pradzia {
	background: #e60004;
}
.m-zaidimai {
	background: #990A9C !important;
}
.m-humoras {
	background: #0399CC !important;
}
.m-sudoku {
	background: #FBBE07 !important;
}
.m-tv {
	background: #5B9C0A !important;
}
.m-horoskopas {
	background: #ED5F21 !important;
}
.mainmenu {
	background: #e60004;
	color: white;
	margin: 10px 0;
}
#mnu ul {
	padding:0;
	margin: 0;
	list-style:none;
	position: relative;
}
#mnu ul li ul li {
	font-size: .9em;
	background-color: #ff2427;
}
#mnu ul li {
	margin:0;
	padding:0;
	width: 100%;
}

#mnu ul li a {
	text-decoration:none;
	color: white;
	margin:0;
	padding:0;
	display: block;
	width: 190px;
	background: url('../i/gbullet.gif') no-repeat 8px center;
	padding-left: 20px;
	border-bottom: 1px dotted #e4d4be;
}

#mnu ul li.curr a {
	background-color: #f7941d;
}
#mnu ul li.curr ul li a {
	background-color: transparent;
}
#mnu ul li a:hover, #mnu ul li ul li a:hover {
	background-color: #99cb01;
}


#mnu ul li ul li a{
	padding-left: 30px;
	width: 180px;
	background-position: 18px center;
}

#friends {
	margin: 20px 0;
	padding: 10px;
	background: #ffffff;
	border: 1px solid #0168b5;
}
#friends p {
	font-size: .9em;
	line-height: 160%;
	margin : 0 10px;
	padding: 0;
}
#friends a {
	color : #A6A62B;
}
#friends a:hover {
	color : #c00;
}


.nav-path {
	margin: 0;
	padding: 0;
}
.nav-path li {
	display: inline;
}
.nav-path li a {
	font-size: .8em;
	color: #c00;
}
.nav-path li a.current {
	color: #000;
}


#content {
	margin-left: 221px;
	margin-right: 10px;
	background: #fff;
	padding: 5px 15px 15px 15px;
	border: 1px solid #e4d4be;
}
#footer {
	margin-left: 240px;
	text-align:center;
	clear:both;
}
.msgsucc {
	border : 1px solid #e9e9e9;
	background: #f3f3f3;
	padding: 10px;
	margin: 10px 0;
}
.msgerr {
	border : 1px solid #ff9999;
	background: #ffcccc;
	padding: 10px;
	color: #f00;
	margin: 10px 0;
}
.highlight {
	color: #f00;
}

ul.hormenu {
	padding:0;
	margin:10px;
}
ul.hormenu li {
	margin:0 9px;
	padding:0;
	float:left;
}
/*
.game {
	line-height: normal;
	font-size:.9em;
	float:left;
	margin:5px;
	text-align:center;
	width:130px;
	height:120px;
	overflow:hidden;
}
*/
.game {
	line-height: normal;
	font-size:.9em;
	float:left;
	margin:9px;
	text-align:center;
	border:1px solid #cbcaca;
	background: #fef3c9;
	padding-top:20px;
	width:130px;
	height:100px;
	overflow:hidden;
}

.playgame img, .game img {
	width: 70px;
/*	height: 52px;*/
}
.playgame {
	float:right;
	margin:10px;
	text-align:center;
}	
.pg-next {
	float:right;
}
.pg-next-back {
	clear: both;
}
.paging {
	clear:both;
}
.paging a {
	text-decoration:none;
}
.playgame, dl.embed {
	padding:10px;
	background:#fafafa;
	border:1px solid #f0f0f0;
}
.author, .author a {
	font-size:xx-small;
	color:#f0f0f0;
	text-decoration:none;
}
/* puzzle */
#imgSearchControl {
	width : 100%;
	clear:both;
}
#imgSearchControl .gsc-control {
	width : 100%;
}

.gs-text-box, .gsc-tabsArea {
	display : none;
}
#puzzleview {
	display: none;
}
#puzzleview ul {
	padding:0;
	margin:0;
}
#puzzleview ul li {
	margin:0 10px;
	float:left;
}
#puzzleview p {
}
#original {
	clear:left;
	display: none;
}
#win {
	display: none;
	font-weight:bold;
	color:red;
}
#puzzle {
	overflow:hidden;
	position:relative;
	clear:left;
}
#puzzle img {
	position: absolute;
	padding: 0px;
	margin: 0px;
	
}
#puzzle img.active {
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity: 0.6;
}


#puzzle img.active_on {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7;
}

#creator {
	background:#fafafa;
	border:1px solid #f0f0f0;
	padding:10px;
}
.intell {
	border: 1px solid #497cc1;
	background:#e4eeff;	
	padding:5px;
	margin:10px 0;
}
.intell p {
	margin:0;
}
.t-games h3, .t-jokes h3, .intell h3 {
	margin:0;
}
.t-games {
	border: 1px solid #ff3600;
	background:#ffebe4;	
	padding:5px;
	margin:10px 0;
}
.t-jokes {
	border: 1px solid #729f33;
	background:#f4ffe4;	
	padding:5px;
	margin:10px 0;
}
.news-list h3 {
	padding-top: 0;
	margin-top: 0;	
}
.news-list {
	clear: both;
	overflow: auto;
	border-bottom:2px dotted #ddd;
	padding: 10px;
}
.news-list img.news {
	float: left;
	height: 100px;
	padding: 5px;	
}
img.news-full {
	float: left;
	margin: 10px;	
}
/*** tales */

#talefrm {
	background:#fafafa;
	border:1px solid #f0f0f0;
	padding:10px;
}
ul.tale {
	list-style: none;
}
ul.tale li span {
	color: #bbb;
	font-size: xx-small;
	margin-left:10px;
}

/**** sudocu ***/
#sudoku {
	text-align:center;
	float:left;
}
#sudoku-tips {
	float:right;
	width: 200px;
	padding:10px;
	border: 1px solid black;
	background: #feffcb;
}
#sudoku-tips ul {
	padding-left:20px;
	margin: 0;
}
#horoscope dt{
	margin-top: 10px;
}
#horoscope dt img{
	vertical-align:middle;
	margin-right: 10px;
}
#horoscope dd{
	margin-left: 100px;
}

/* comments */
#comments ul {
	list-style:none;
	margin: 10px;
	padding:0;
}
#comments li {
	padding: 10px;
	border-bottom: 2px dotted #bbb;
}
#comments li p {
	font-weight: bold;
	margin:0;
	padding:0;
}
#comments li p span{
	font-weight: normal;
	color: #aaa;
}

/* ratings */
#ratings {
	float: right;
	clear: both;
}
#ratings ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 85px;
	height: 20px;
	top: -3px;
	position: relative;
	float: left;
	background: url('/i/stars.gif') repeat-x left -25px;
	cursor: pointer;
}
#ratings ul li {
	padding: 0;
	margin: 0;
	float: left;
	display: block;
	width: 0;
	height: 20px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	left: 0;
	background: url('/i/stars.gif') repeat-x;
	font-size: 1px;
}
#ratings span {
	width: 30px;
	display:block;
	float: left;
}

/* weather n dayinfo */
.orai {
	font-size: .9em;
	padding: 5px;
	clear both;
	float: left;
}
.orai-main img {
	border: 1px solid #ccc;
	vertical-align: middle;
	margin-right: 10px;
}
.orai img {
/*	width: 20px;*/
	border: 1px solid #ccc;
	float: left;
}
.orai div {
	margin-left: 45px;
}
.orai-main {
	padding: 5px;
}
.orai-prognoze {
	border-top: 1px dotted #aaa;
	clear: both;

}
#day-sentence {
	width: 280px;
	border: 2px solid #e93132;
	float: right;
	padding:10px;
	height: 140px;
}
#day-sun {
	width: 280px;
	padding:10px;
	border: 2px solid #f9be36;
	height: 140px;
}
#day-sun a.events {
	display: block;
	margin-top: 5px;
}

/* countries */
.country {
	margin: 10px 0;
}
table.country-info {
	width: 390px;
}
table.country-info td, table.country-info th {
	text-align: left;
	padding: 0 10px;
	border-bottom: 1px solid #ddd;
	font-size: .9em;
	vertical-align: top;
	line-height: 150%;
}
img.flag {
	margin: 0 10px;
	border: 1px solid #ddd;
	float: left;
}
.country-map {
	margin: 20px 10px;
}
#country-time strong {
	font-size: 2em;
}

/* names */
#namelist {
	padding: 0;
	margin: 0;
}

#namelist li {
	margin: 10px;
	float: left;
	list-style: none;
}

#namelist li a {
	display: block;
	font-size: 1.6em;
	height: 25px;
	width: 175px;
	padding: 5px 2px;
	border: 1px dotted #999;
	text-align: center;
}
#namelist li a:hover {
	background: #feffcb;
}
#namelist li a span.comments {
	font-size: 11px;
	text-decoration: none;
	color: #c00;
}
#namedesc p {
	font-size: 1.2em;
}
#namestoolbar {
	padding: 0;
	margin: 0;
	background:#eee;
	width: 100%;
	border: 1px solid #aaa;
}
#namestoolbar td, th {
	text-align: left;
	background:#eee;
	padding: 6px;
	font-size: 11px;
	font-weight: bold;

}
#namesaz {
	margin: 0;
	padding: 0;
}
#namesaz li {
	padding: 2px;
	margin: 0;
	list-style: none;
	display: inline;
}


/** TV **/
#tv-days {
	margin: 0;
	padding: 0;
	float: left;
}
#tv-days li {
	list-style: none;
	position: relative;
	z-index: 9000;
}
#tv-days li a{
	width: 200px;
	display: block;
	border: 1px solid #c00;
	background: #fff url('/i/arrow_bottom.gif') no-repeat 200px 8px;
	text-decoration: none;
	padding: 3px 10px;
}
#tv-days li a:hover {
	background-color: #f6f6f6;
}
#tv-days li ul {
	display: none;
	position: absolute;
	margin:0;
	padding:0;
	left: 0;
	top: 28px;
}
#tv-days li:hover ul {
	display: block;
}
#tv-days li ul li a {
	border-top: none;
	background: #fef5fe;
}
#tv-go {
	float: right;
	margin-bottom: 10px;
}
#tv-go li {
	display: inline;
	padding: 0 10px;
}
#tv-container {
	clear: both;
	border-right: 1px solid #ddd;
}
#tvtitles {
	clear: both;
	float: left;
	width: 68px;
	padding-top:11px;
	border-right: 1px solid #ddd;
}
#tvlistings {
	width: 545px;
	overflow: auto;
	float: left;
	position: relative;
	padding-top:11px;
}
#tvlistings #tv-now {
	position: absolute;
	top: 0;
	height: 500px;
	border-left: 2px dotted #c00;
}
.channel, .time {
	border-bottom:1px solid #ddd;
	clear: both;
	height: 50px;
}
.program, .empty {
	display: block;
	overflow: hidden;
	border-right: 1px solid #ddd;
	float: left;
	padding: 5px 1px;
	height: 40px;
	font-size: .9em;
	line-height: 100%;
}

.channel .empty {
	background: #fff;
}

.channel .c {
	background: #ecfcd8 !important;
}

.channel .program {
	background: #fef5fe;
	text-decoration: none;
}
.channel .c:hover, .channel .program:hover{
	background: #ffdb5a !important;
}
.channel .now {
	background: #fce8a1;
}
.time {
	height: 21px;
}
.time .program {
	height: auto;
	background: #feffcb;
}

#tv-info {
	display:none;
}
.tv-info-content img.logo {
	float: right;
}
.tv-info-content p {
	margin:  0;
	padding: 0;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #feffcb;
	text-align: left;
	padding: 5px;
	opacity: 0.85;
}




.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 11px;
	background: #f6a073;
}

#jScrollPaneTrack-top {
	top: 0;
	z-index: 1000;
}

.jScrollIntervalTrack {
	position: absolute;
}

.jScrollPaneDrag {
	position: absolute;
	background: #f26522;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragLeft {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragRight {
	position: absolute;
	bottom: 0;
	right: 0;
	overflow: hidden;
}

a.jScrollArrowLeft, a.jScrollArrowRight {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	text-indent: -2000px !important;
	overflow: hidden;
	height: 11px;
	width: 11px;
}
a.jScrollArrowLeft {
	left: 0;
	background: #f26522 url('/i/scrollbar/arrow_left.gif') no-repeat left top;
}

a.jScrollArrowRight {
	right: 0;
	background: #f26522 url('/i/scrollbar/arrow_right.gif') no-repeat left top;
}
a#jScrollArrowLeft-top, a#jScrollArrowRight-top {
	top:0;
}
a.jScrollArrowLeft:hover, a.jScrollArrowRight:hover {
	background-color: #f6a073;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-color: #d1571d;
}


/* jqm begin*/
.jqmWindow {
    display: none;
    position: fixed;
    top: 17%;
    left: 50%;
    margin-left: -300px;
    width: 600px;
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
    text-align:left;
}

.jqmOverlay { background-color: #000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
/* jqm end*/

