/* ======================================

author: aivaras trapulionis / DDS
email: info@dds.lt
website: http://www.dds.lt
=========================================*/

body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma;
	background-color:#fff;
	font-size: 11px;
	color:#212930;
}

#main { 
	margin:0px auto; 
	width:980px; 
	padding: 10px;
}

img { 
	border: none;
}

#header { 
	padding: 0 5px;
}

.time { 
	color: #a5abb2;
	padding-left: 5px;
}

#nav {
	margin: 5px 0; 
	height: 40px;
	background-color: #212930;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color: #FFF; 
	font-size: 18px; 
	background-image: url(images/right.gif); 
	background-position: right; 
	background-repeat: no-repeat;
}

ul { 
	list-style:none; 
	padding:0; 
	margin:0;
} 

#nav li {
	float:left;
	list-style:none;
	margin: 0;
} 

#nav li a {
	display:inline;
	float:left;
	color:#FFFFFF; 
	text-decoration:none; 
	background-image:url(images/line.gif); 
	background-repeat:no-repeat; 
	background-position:left;
	padding:8px 15px 9px 15px;
}

#nav li a:hover { 
	color:#FFFFFF; 
	text-decoration: underline;
}

li#active a { 
	color:#FFFFFF; 
	text-decoration:none; 
	padding:8px 15px 9px 15px; 
	background-image:url(images/active_bg.gif); 
	background-repeat:repeat-x;
}

li#active_index a { 
	background-image:url(images/left-active.gif); 
	background-repeat:no-repeat; 
	background-position: left;
}

/* li#steam a { 
	background-image:url(images/steam_button.gif); 
	background-repeat:no-repeat; 
	background-position: right;
	width: 182px;
	height:40px;
	padding:0px;
	margin:0px;
} */

li#active_index a:hover { 
	text-decoration:none;
}

li#index a { 
	background-image:url(images/left.gif); 
	background-repeat:no-repeat; 
	background-position: left;
}

/* GREY TABLE */
#table {
	background-image:url(images/table_bg.gif);
	background-repeat:repeat-x;
	height:169px; 
	width:540px;
}

#table_left {
	float:left; 
	background-image:url(images/table_left.gif); 
	background-repeat:no-repeat; 
	background-position:left; 
	height: 159px; 
	padding:5px 0 5px 10px;
}

#table_right {
	float:right; 
	background-image:url(images/table_right.gif); 
	background-position:right; 
	background-repeat:no-repeat; 
	height:169px; 
	width:10px;
}

#table_content {
	padding: 0 0 0 15px;
	width: 500px;
}

/* APKLAUSA */
#poll { 
	float:left;
 	padding: 5px 0 5px 10px; 
	margin-left: 10px; 
	background-image: url(images/vote_right.gif); 
	background-repeat: no-repeat; 
	background-position:top right;
	width: 250px;
}

#vote { 
	font-family: Arial, Helvetica, sans-serif;
	color:#212930; 
	font-size: 11px;
	padding: 5px 20px 0 10px;
}

.vote_select {
	line-height: 16px;
}

.vote_answer {
	line-height: 12px;
}


/* MISC */
.gen { 
	color: #ffffff; 
}

.genrules {
	font-size: 12px;
}


.blue { 
	color: #34558a; 
}

.genw { 
	color: #fff; 
	font-size: 11px; 
	padding-left: 25px; 
}

.genred { 
	color: #f10000;
}

.genbold { 
	color: #212930; 
	font-size: 11px; 
	font-weight: bold; 
} 

.genbold a { 
	color: #212930; 
	font-size: 11px; 
	font-weight: bold; 
	text-decoration: underline; 
}

.genbold a:hover { 
	color: #212930; 
	text-decoration: none; 
}

.genbig { 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color: #fff; 
	font-size: 22px; 
}

.genbig_grey { 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color: #212930; 
	font-size: 22px; 
	line-height: 24px; 
}

.genbig_cs { 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color: #FFF; 
	font-size: 22px; 
	padding: 3px 5px;
	background-color: #a3037b;
}

.genbig_cs a {
	text-decoration:none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color: #FFF; 
	font-size: 22px; 
	padding: 3px 5px;
	background-color: #a3037b;
}

.genbig_cs a:hover {
	text-decoration:underline;
}

.genbig_grey a { 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color: #212930; 
	font-size: 22px; 
	text-decoration: none; 
}

.genbig_grey a:hover { 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color: #212930; 
	font-size: 22px; 
	text-decoration: underline; 
}

button.ok { 
	width: 35px; 
	height: 35px; 
	background-image: url(images/ok.gif); 
	background-repeat: no-repeat; 
	border: none; 
}

button.mini { 
	width: 78px; 
	height: 24px; 
	background-image: url(images/button.gif); 
	background-repeat: no-repeat; 
	border: none; 
	color: #ffffff; 
	font-size: 11px; 
	font-weight: normal; 
	padding: 5px 0 5px 12px;
}

.green { 
	background-color: #E2FFD9; 
	padding: 5px 10px; 
	border: 1px solid #69CB4B;
	margin-bottom: 5px;
	clear:both;
}

.genblue { 
	background-color:#06a5e2; 
	padding: 1px 3px;
	line-height: 15px;
	color:#FFFFFF;
}

/* ADS 120x60 */
.ads_120 {
	float:left;
	padding: 5px 0 5px 10px; 
	margin-left: 10px;
	width: 120px;
}

.ads_120 img { padding-bottom: 2px; }


/* REKOMENDUOJAME */
#rec {
	background-image:url(images/rec_bg.gif); 
	height:42px; 
	width:540px; 
	margin-bottom: 5px;
}

#rec_left { 
	float:left; 
	background-image:url(images/rec_left.gif); 
	background-repeat:no-repeat; 
	background-position:left; 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color:#FFF; 
	font-size: 22px; 
	padding: 7px 0 8px 15px;
}

#rec_right {
	float:right; 
	background-image:url(images/rec_right.gif); 
	background-position:right; 
	background-repeat:no-repeat; 
	padding: 13px 15px 13px 0;
}


#price { 
	border-collapse: collapse;
}

#price td {
	border: 1px solid #CCCCCC;
	text-align:center;
}

.low {
	background-color: #f5f6f1;e5e0cc;
	
}


.low_chr {
	background-color: #652d90;
	color: #f4cf26;
	font-weight:bold;
}

.monitors_table {
	float:left;
	width:440px;
	padding: 10px;
	margin-bottom: 10px;
}

/* SELECT, INPUT, TEXTAREA, FORM */
form { 
	padding:0; 
	margin:0;
}

select { 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
 
input[type="text"] { 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:14pt; 
	color: #212930; 
	font-weight: normal; 
	padding:3px; 
	border: 1px solid #7c7f83;
}

input.text { 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:14pt; 
	color: #212930; 
	font-weight: normal; 
	padding:3px; 
	border: 1px solid #7c7f83;
}

textarea.monitors { 
	color: #212930; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	border: 1px solid #7c7f83; 
	line-height: 14px; 
	width:400px; 
	height:45px; 
	padding: 3px;
}

textarea.contact { 
	color: #212930; 
	font-family: Tahoma;
	font-size: 12px;
	border: 1px solid #7c7f83; 
	line-height: 14px; 
	width:300px; 
	height:100px; 
	padding: 3px; 
	background-image:url(images/neburnok.gif); 
	background-repeat:no-repeat; 
	background-position:left; 
}

textarea.balsuoti { 
	color: #212930; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	border: 1px solid #7c7f83; 
	line-height: 14px; 
	width:200px; 
	height:70px; 
	padding: 3px;
}

/* FOOTER */
#footer { 
	font-size: 11px;
	color:#212930;
	margin: 10px 0;
} 

#footer a { 
	color: #92979d; 
	text-decoration: none; 
	padding: 0 3px;
}

#footer a:hover { 
	color: #92979d; 
	text-decoration: underline;
} 

/* ZAIDEJAI */

#player_body {
	margin: 10px auto 20px auto;
}

.player { line-height: 23px; text-align:center; font-size: 11px; font-weight:bold; font-family:Arial, Helvetica, sans-serif; }

.player-bg {
	background-color: #ffffff;
	height: 20px;
	text-align:center;
}

.player-bg1 {
	background-color: #f1f1f1;
	height: 20px;
	text-align:center;
}

/* ZAIDIMU MONITORIAI */
.smon {
	width: 317px;
	height: 105px;
	border: 1px solid #e8e9ea;
	padding: 0;
	margin: 2px;
	background-color: #edeeef;
	float:left;
}

.smon a {
	text-decoration: none;
	color: #212930;
	font-family: Tahoma, Geneva, sans-serif;
}

.smon_22 {
	height:22px;
}

.smon table {
	width: 100%;
	border-collapse: collapse;
}

.smon tr td {
	padding: 2px 1px 2px 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #212930;
	text-align:left;
}

.plius  {
	opacity:0.4;
	filter:alpha(opacity=40);
}


/* ZAIDIMU SERVERIAI */
.bg { 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px; 
	font-weight:normal;
	color:#212930; 
	text-align:left; 
}

.bg-l2 { 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px; 
	font-weight:normal;
	color:#212930; 
	text-align:center; 
}

.list-bg {
	font-family: Tahoma;
	font-size: 11px;
	color:#212930;
	background-color:#FFFFFF;
	height: 23px;
	text-align:left;
}

.list-bg td { 
	border-bottom: 1px dashed #d2dada;
}

.list-onmouse {
	font-family: Tahoma;
	font-size: 11px;
	color:#212930;
	height: 23px;
	text-align:left;
	background-color:#f7f7f7;
}

.list-onmouse td { 
	border-bottom: 1px dashed #d2dada;
}

#viso {	
	margin:15px 0 0 0; 
	color:#212930; 
	font-size: 11px;
}

#viso a {
	background-image:url(images/viso_bg.gif);
	background-repeat:repeat-x;
	padding: 3px 4px;
	color: #FFF;
	text-decoration:none;
}