/* RESET */
/* ----------------------------------------- */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0; outline: none; }
/* table { border-collapse:collapse; border-spacing:0 } */
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight: bold }
em { font-style: italic }
a img { border:none } /* Gets rid of IE's blue borders */

/* UTILITIES */
/* ----------------------------------------- */

br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 }
.left {float: left;}
.right {float: right;}
a { color: #333; }

/* MAIN LAYOUT */
/* ----------------------------------------- */

body {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	background: #fff url(../../images/main_bg.jpg) repeat-x;
	text-align: center;
}

.wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#navigation {
	overflow:hidden;
	display: block;
	height: 58px;
	width: 943px;
	margin: 0 auto 11px;
	padding-left: 16px;
	background: url(../../images/navigation.jpg) no-repeat;
}

#navigation li {
	margin-top: 1px;
	display: block;
	float: left;
}
#navigation li a {
	display: block;
	float: left;
	height: 44px;
	line-height: 44px;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 0 14px 0 12px;
	background: url(../../images/nav_sep.jpg) no-repeat top right;
}
#navigation li a:hover, #navigation li.active a {
	text-decoration: underline;
	color: #069dee;
	font-family: Arial, Verdana, Tahoma, sans-serif;
}
#navigation li.last a {
	background: none;
}

/**************************/
/**********HEADER**********/
/**************************/

#header {
	display: block;
	width: 959px;
	height: 143px;
	overflow: hidden;
	margin: 0 auto;
	background: url(../../images/header.jpg) no-repeat;
	margin-top: 3px;
}

#login {
	display: block;
	width: 945px;
	height: 54px;
	line-height: 54px;
	padding: 0 7px;
	overflow: hidden;
	color: #909090;
}

#login form {
	float: left;
}
#login form input {
	background: url(../../images/login_input.jpg) no-repeat;
	width: 151px;
	height: 11px;
	border: none;
	padding: 9px 8px 9px 8px;
	font-size: 11px;
	color: #989898;
}

#login form input.submit {
	background: url(../../images/login_butt.jpg) no-repeat;
	width: 94px;
	height: 29px;
	padding: 0;
	border: none;
	color: #8e8e8e;
	font-weight: bold;
	margin-left: 10px;
}

#login form a {
	font-size: 11px;
	color: #909090;
	margin: 0 10px;
	text-decoration: none;
}

#login form a:hover {
	text-decoration: underline;
}

#login #search {
	float: right;
	width: 167px;
	overflow: hidden;
	padding: 15px 10px 0 15px;
	background: url(../../images/searchas.jpg) no-repeat 0 10px;
}
#login #search #search_text {
	background: url(../../images/search_bg.jpg) no-repeat;
	width: 131px;
	height: 29px;
	float: left;
	padding: 0 0 0 10px;
}
#login #search #search_s {
	background: url(../../images/search_butt.jpg) no-repeat;
	width: 26px;
	height: 29px;
	float: left;
	padding: 0;
}
#login h1.nickname {
	float: left;
}

#login h1.nickname a {
	font-size: 18px;
	color: #069dee;
	font-family: "Trebuchet MS";
	text-decoration: none;
}

#login #options {
	float: right;
}

#login #options a {
	background: url(../../images/login_butt.jpg) no-repeat;
	display: block;
	width: 94px;
	height: 29px;
	padding: 0;
	border: none;
	color: #8e8e8e;
	font-weight: bold;
	margin: 15px 10px 0 0;
	float: left;
	line-height: 29px;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
}
/**************************/
/********TOP COLUM*********/
/**************************/

#top_cont {
	background: #e3e3e3 url(../../images/big_tab.png) no-repeat;
	margin-bottom: 10px;
}
#top_cont .col {
	float: left;
	margin-right: 11px;
	width: 217px;
}
#top_cont .col .col_cont {
	padding-right: 0;
}
#top_cont  .col .col_cont ul li .ul_right {
	width: 40px;
}
#top_cont  .col .col_cont ul li .ul_left {
	width: 147px;
}
.col {
	display: block;
	width: 249px;
	margin-bottom: 10px;
}

.col.dark .name {
	background: url(../../images/col_dark.png) no-repeat;
}

.col.white .name {
	background: url(../../images/col_white.png) no-repeat;
}

.col .name {
	display: block;
	height: 48px;
	width: 249px;
}

.col .name h1 {
	text-transform: uppercase;
	line-height: 48px;
	padding-left: 14px;
	font-size: 14px;
	color: #8f8f8f;
}

.col .col_cont {
	font-size: 11px;
	color: #000;
	background: #e3e3e3;
	padding: 0 15px;
}

.col .col_cont ul li {
	height: 23px;
	line-height: 23px;
	border-bottom: 1px solid #e9e9e9;
	background: url(../../images/arrows.png) no-repeat 5px 10px;
}

.col .col_cont ul li .ul_left {
	display:inline;
	float:left;
	margin-left:15px;
	width:133px;
	white-space: nowrap;
}

.col .col_cont ul li .ul_right {
	width: 63px;
	float: right;
	text-align: right;
}

.col .col_cont ul li .ul_right a {
	color: #9f9f9e;
}

.col .col_cont ul li a {
	text-decoration: none;
	color: #000;
}

.col .col_cont ul li a:hover{
	text-decoration: underline;
}

.col_cont a.more {
	display: block;
	width: 52px;
	height: 21px;
	color: #fff;
	font-size: 11px;
	background: url(../../images/more.jpg) no-repeat;
	text-decoration: none;
	line-height: 21px;
	text-align: center;
	margin: 12px 5px 5px 0;
	float: right;
}

.col_cont p {
	line-height: 20px;
	padding: 12px;
}

.col_cont .col_item p {
	line-height: normal;
	padding: 6px 12px;
	font-size: 12px;
}

.col_cont .col_item p.item_left {
	float: left;
	width: 121px;
	text-align: left;
}
.col_cont .col_item p.item_right {
	float: left;
	width: 50px;
	text-align: right;
	color: #737373;
	font-weight: bold;
}

#featured {
	float: left;
	background: #d4d4d4;
	border: 1px solid #bfbfbf;
	padding: 3px;
}

#main_cont {
	display: block;
	width: 960px;
	margin-top: 12px;
}

#left_side {
	float: left;
	width: 249px;
	display: inline;
}

#right_side {
	float: right;
	width: 692px;
	overflow: hidden;
}

.click {
	border: 1px solid #b7b7b7;
	background: #cccccc;
	padding: 2px;
	margin-bottom: 10px;
}

/**************************/
/********NAUJIENOS*********/
/**************************/

.news p {
	font-size: 11px;
	line-height: 18px;
}

.news .name {
	display: block;
	width: 693px;
	height: 50px;
	/*line-height: 48px;*/
	background: url(../../images/news_name_bg.png) no-repeat;
}
.news .name  br {
line-height: 0px;
}
.news .name.other {
	background: url(../../images/news_name_bg2.png) no-repeat;
}
.news .name.other h1 {
	float: left;
}
.news .name.other .subcats {
	/*float: right;*/
	margin-left:17px;
	/* DADETI */
	margin-right: 10px;
	font-size: 10px;
	font-family: "Trebuchet MS";
}
.news .name.other .subcats a {
	color: #000;
	text-decoration: none;
}
.news .name.other .subcats a.current {
	font-weight: bold;
}
.news .name.other .subcats a:hover {
	text-decoration: underline;
}

.news .name h1 a, .news .name h1 {
	font-size: 14px;
	font-family: "Trebuchet MS";
	font-weight: bold;
	color: #000;
	padding-left: 15px;
	text-decoration: none;
	line-height: 50px;
}

.news .name h1 a:hover {
	text-decoration: underline;
}

.news .news_cont {
	background: #f6f6f6;
	border: 1px solid #e2e2e2;
	border-top: none;
	margin-bottom: 5px;
	padding: 0 17px; 
}

.news .news_conts {
	background: #f6f6f6;
	border: 1px solid #e2e2e2;
	border-top: none;
	margin-bottom: 5px;
}

.news .news_cont img.image {
	background: #d4d4d4;
	border: 1px solid #bfbfbf;
	padding: 3px;
	margin: 0 10px 10px 10px;
}

.news .news_info {
	border-bottom: 1px solid #e8e8e8;
	padding: 0 3px;
	height: 22px;
	line-height: 36px;
	overflow: hidden;
	margin-bottom: 10px;
}

.news .news_info p.author {
	float: left;
	color: #000;
	font-weight: bold;
	font-size: 11px;
}

.news .news_info p.author a {
	text-decoration: none;
}

.news .news_info p.author a:hover {
	text-decoration: underline;
}

.news .news_info p.cat {
	float: right;
	color: #000;
	font-weight: bold;
	font-size: 11px;
}

.news .news_info p.cat a {
	font-weight: normal;
	text-decoration: none;
}

.news .news_info p.cat a:hover {
	text-decoration: underline;
}
.news img.left {
	float: left;
	margin: 0 16px 10px 0;
	border: 1px solid #c7c7c7;
	background: #e0e0e0;
	padding: 3px;
}
.news img.right {
	float: right;
	margin: 0 0 10px 16px;
	border: 1px solid #c7c7c7;
	background: #e0e0e0;
	padding: 3px;
}
.news img.center {
	display: block;
	margin: 10px auto;
	border: 1px solid #c7c7c7;
	background: #e0e0e0;
	padding: 3px;
}

.news .news_text {
	font-size: 11px;
	line-height: 18px;
}

.news .news_text p {
	margin-bottom: 10px;
}

.news .news_text h1 {
	font-weight: bold;
	font-size: 15px;
}

.news .news_text h2 {
	font-weight: bold;
	font-size: 14px;
}

.news .news_text h3 {
	font-weight: bold;
	font-size: 13px;
}

.news .news_text h4 {
	font-weight: bold;
	font-size: 12px;
}

.news .news_text ul li {
	list-style: disc;
	margin-left: 20px;
}

.news .news_text ol li {
	list-style: decimal;
	margin-left: 20px;
}

.news .news_text blockquote {
	border: 1px solid #bdbdbd;
	padding: 10px;
	width: 600px;
	margin: 10px auto;
	font-size: 10px;
	line-height: 12px;
	background: #f9f9f9;
}

.news .news_text pre {
	border: 1px solid #868686;
	padding: 10px;
	width: 600px;
	margin: 10px auto;
	font-size: 11px;
	line-height: 12px;
	background: #bfbfbf;
}

.news_foot {
	height: 50px;
	line-height: 50px;
	border-top: 1px solid #e8e8e8;
	text-align: right;
	font-size: 11px;
	color: #000;
	padding: 0 10px;
}

.news_foot a {
	color: #069dee;
	text-decoration: none;
}

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

.error {
	text-align: center;
	font-size: 12px;
	color: red;
	font-weight: bold;
}

.ad {
	margin-bottom: 10px;
}

.pagination {
	width: 235px;
	margin: 5px auto;	
}

.pagination a {
	font-size: 12px;
	color: #000;
	text-decoration: none;
	float: left;
	margin: 0 2px;
}
.pagination a:hover {
	text-decoration: underline;
}
.pagination a.curr {
	font-weight: bold;
	color: #a1a1a1;
}
.pagination a.af {
	display: block;
	width: 19px;
	height: 19px;
	background: url(../../images/af.jpg) no-repeat;
}
.pagination a.aa {
	display: block;
	width: 19px;
	height: 19px;
	background: url(../../images/aa.jpg) no-repeat;
}
.pagination a.pp {
	display: block;
	width: 19px;
	height: 19px;
	background: url(../../images/pp.jpg) no-repeat;
}
.pagination a.pf {
	display: block;
	width: 19px;
	height: 19px;
	background: url(../../images/pf.jpg) no-repeat;
}
.pagination span {
	float: left;
}

/**************************/
/*********ALL NEWS*********/
/**************************/

#all_news {
	margin: 0 auto;
}
#all_news .li {
	height: 25px;
	line-height: 25px;
	font-size: 11px;
	background: #fff;
}
#all_news .li.odd {
	background: #fff;
}
#all_news .li.even {
	background: #eaf5fb;
}
#all_news .li .title {
	float: left;
	width: 432px;
	text-align: left;
	padding-left: 18px;
}
#all_news li .title a {
	color: #000;
	text-decoration: none;
}
#all_news .li .title a:hover {
	text-decoration: underline;
}
#all_news .li .date {
	float: left;
	width: 80px;
	text-align: center;
}
#all_news .li .date a {
	font-weight: bold;
	text-decoration: none;
	color: #a1a1a1;
}
#all_news .li .comms {
	float: left;
	width: 130px;
	text-align: right;
	padding-right: 15px;
	color: #a1a1a1;
}
#all_news .li .comms a {
	text-decoration: none;
	color: #069dee;
}
#all_news .li .comms a:hover {
	text-decoration: underline;
}


.pic_big {float:left;}

/**************************/
/********KOMENTARAI********/
/**************************/

#comments .comment {
	margin: 0 0 10px 0;
}

#comments .comment .com_meta {
	display: block;
	height: 42px;
	width: 605px;
	background: url(../../images/comment_auth.jpg) no-repeat;
	padding: 0 30px 0 45px;
}

.com_meta .com_author {
	float: left;
	height: 42px;
	line-height: 42px;
}

.com_meta .com_author a {
	font-size: 11px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.com_meta .com_author a:hover {
	text-decoration: underline;
}

.com_meta .com_time {
	float: right;
	text-align: right;
	height: 42px;
	line-height: 42px;
	font-size: 11px;
	color: #000;
}

.com_cont {
	margin: 5px 20px 0;
}
.com_cont p {
	font-size: 11px;
	color: #000;
	line-height: 18px;
	text-align: justify;
}

h4.write_comment {
	font-size: 12px;
	color: #000;
	font-weight: bold;
	margin-top: 30px;
}

#comments form textarea {
	width: 637px;
	height: 92px;
	padding: 15px;
	border: none;
	background: url(../../images/comment_textarea.jpg) no-repeat;
	font-size: 11px;
	color: #c2c2c2;
	margin: 10px 0;
}

#comments form input {
	border: none;
	padding: 0;
	float: right;
	margin: 0 25px 0 0;
	background: none;
	text-transform: uppercase;
	font-size: 12px;
	color: #000;
	border-bottom: 1px solid #000;
	font-weight: bold;
	cursor: pointer;
}

#threadpost form #submit {
	border: none;
	padding: 0;
	float: right;
	margin: 0 25px 0 0;
	background: none;
	text-transform: uppercase;
	font-size: 12px;
	color: #000;
	border-bottom: 1px solid #000;
	font-weight: bold;
	cursor: pointer;
	float: none;
}

#threadpost form #thread_name {
	width: 550px;
	height: 26px;
	background: url(../../images/biggest_input.png) no-repeat;
	border: none;
	font-size: 12px;
	color: #454545;
	padding: 6px 7px 0 7px;
	text-transform: none;
	font-weight: normal;
}

#threadpost form label {
	color:#454545;
	display:inline-block;
	font-size:12px;
	text-align:left;
	width:133px;
}

#threadpost form textarea {
	width: 637px;
	height: 92px;
	padding: 15px;
	border: none;
	background: url(../../images/comment_textarea.jpg) no-repeat;
	font-size: 11px;
	color: #c2c2c2;
	margin: 10px 0;
}

/**************************/
/********SIUNTINIAI********/
/**************************/


.order_by {
	height: 38px;
	line-height: 38px;
	margin: 0 10px 15px 10px;
	border-bottom: 1px solid #d6d6d6;
}

.order_by a {
	font-size: 12px;
	color: #000;
	text-decoration: none;
	margin-right: 45px;
}

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

.names {
	margin: 0 10px;
}

.names .name {
	display: block;
	width: auto;
	height: 19px;
	margin: 0 0 10px;
	padding: 0;
	background: none;
	float: left;
}

.names .name.name1 {
	width: 440px;
}

.names .name.name2 {
	width: 112px;
}

.names .name.name3 {
	width: 120px;
}

.names .name h3 {
	margin: 0;
	padding: 0 0 0 33px;
	height: 19px;
	line-height: 19px;
	width: auto;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	background: url(../../images/blue_down.png) no-repeat 3px 0px;
}

ul.items_list {
	width: 680px;
	margin: 0 auto 40px;
}

ul.items_list li {
	height: 29px;
	border-bottom: 1px solid #e8e8e8;
	line-height: 29px;
}

div.cats ul.items_list li {
	height: 50px;
	border-bottom: 0px;
	line-height: 50px;
}

ul.items_list li .col1 {
	float: left;
	width: 424px;
	height: 29px;
	padding-left: 20px;
	background: url(../../images/arrows.png) no-repeat 8px 12px;
}
div.cats ul.items_list li .col1 {
	background: none;
	padding-left: 0px;
}
div.cats ul.items_list li .col2 { border: 0px; text-align: left; padding-left: 10px; }
ul.items_list li .col1 a {
	font-size: 11px;
	color: #000;
	text-decoration: none;
}
ul.items_list li .col1 a:hover {
	text-decoration: underline;
}

ul.items_list li .col2 {
	float: left;
	width: 113px;
	text-align: center;
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
}

ul.items_list li .col2 a {
	font-size: 12px;
	color: #8c8c8c;
	font-weight: bold;
	text-decoration: none;
}

ul.items_list li .col2 a:hover {
	text-decoration: underline;
}

ul.items_list li .col3 {
	width: 120px;
	float: left;
	text-align: center;
}

ul.items_list li .col3 a {
	font-size: 12px;
	color: #8c8c8c;
	font-weight: bold;
	text-decoration: none;
}

ul.items_list li .col3 a:hover {
	text-decoration: underline;
}

/**************************/
/*******REGISTRACIJA*******/
/**************************/

#registration {
	background: url(../../images/reg_logo.png) no-repeat 390px 110px;
}

#registration.none {
	background: none;
}

#registration form {
	width: 320px;
	margin: 25px 0 25px 25px;
}

#registration form p {
	margin-bottom: 3px;
}

#registration form label {
	display: inline-block;
	width: 133px;
	font-size: 12px;
	color: #454545;
	text-align: left;
}

#registration form input {
	width: 169px;
	height: 22px;
	border: none;
	background: url(../../images/big_input.png) no-repeat;
	font-size: 12px;
	color: #454545;
	padding: 6px 7px 0 7px;
}

#registration form select.date {
	height: 27px;
	width: 60px;
	background: url(../../images/small_input.png) no-repeat;
	border: none;
	padding: 6px 7px 5px 7px;
	margin-right: -3px;
}

#registration form select {
	height: 28px;
	width: 183px;
	background: url(../../images/big_input.png) no-repeat;
	border: none;
	padding: 6px 7px 5px 7px;
}

#registration form label.capcha {
	margin: 20px 0 0 0;
}

#registration form input.capcha {
	width: 94px;
	height: 21px;
	border: none;
	background: url(../../images/medium_input.png) no-repeat;
	font-size: 12px;
	color: #454545;
	padding: 6px 7px 0 7px;
	margin: 0 0 0 75px;
}

#registration form input.submit {
	border: none;
	width: auto;
	height: auto;
	background: none;
	font-weight: bold;
	font-size: 12px;
	color: #454545;
	text-transform: uppercase;
	border-bottom: 1px solid #454545;
	padding: 0;
	margin: 20px 0 0 210px;
	cursor: pointer;
}

/**************************/
/**********FORUMAS*********/
/**************************/

.forum_meta {
	width: 685px;
	height: 40px;
	margin: 10px auto;
	border-bottom: 1px solid #b2b1b2;
}

.forum_meta a {
	color: #7a7a7a;
	text-decoration: none;
}

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

.forum_meta .meta1 {
	float: left;
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
}

.forum_meta .meta2 {
	float: right;
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
	margin-right: 45px;
	text-align: right;
}

.forum_top {
	width: 622px;
	height: 37px;
	background: url(../../images/forum_top.jpg) no-repeat;
	line-height: 37px;
	padding: 0 45px 0 20px;
	margin: 0 auto;
}

.forum_top .top1 {
	float: left;
	font-size: 12px;
	color: #000;
}

.forum_top .top2 {
	float: right;
	text-align: right;
	font-size: 12px;
	color: #000;
}

ul#forum_list {
	width: 665px;
	margin: 10px auto;
}

ul#forum_list li {
	height: 71px;
	border-bottom: 1px dotted #b2b2b2;
	background: url(../../images/blue_right.png) no-repeat 0 26px;
	padding: 0 0 0 30px;
	overflow: hidden;
}

ul#forum_list li .forum_left {
	float: left;
	width: 570px;
	height: 71px;
}

ul#forum_list li .forum_left h2 {
	margin: 18px 0 8px 0;
	text-decoration: none;
}
ul#forum_list li .forum_left h2 a {
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	color: #000;
}
ul#forum_list li .forum_left h2 a:hover {
	text-decoration: underline;
}
ul#forum_list li .forum_left p {
	font-size: 11px;
	color: #888888;
}
ul#forum_list li .forum_left p a {
	text-decoration: none;
}
ul#forum_list li .forum_left p a:hover {
	text-decoration: underline;
}

ul#forum_list li .forum_right {
	float: left;
	width: 65px;
	height: 71px;
	line-height: 71px;
	font-size: 12px;
	color: #000;
}


.forum_name {
	width: 687px;
	height: 39px;
	background: url(../../images/forum_name.jpg) no-repeat;
	margin: -11px auto 20px;
}

.forum_name h1 {
	padding: 0 0 0 44px;
	line-height: 39px;
	font-weight: bold;
	font-size: 12px;
}

.forum_comment {
	width: 660px;
	margin: 0 auto 20px;
	border-bottom: 1px dotted #b2b2b2;
	padding-bottom: 10px;
}

.fcom_meta {
	margin-bottom: 4px;
}

.fcom_meta .author {
	float: left;
}
.fcom_meta .author a {
	font-size: 11px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.fcom_meta .author a:hover {
	text-decoration: underline;
}

.fcom_meta .time {
	float: right;
	font-size: 11px;
	color: #000;
	font-weight: bold;
}

.fcom_cont .avatar {
	float: left;
	margin: 0 15px 15px 0;
}

.fcom_cont p {
	font-size: 11px;
	color: #000;
	text-align: justify;
	line-height: 18px;
}

a.reply {
	font-size: 14px;
	color: #a3a3a3;
	display: block;
	text-align: right;
	font-weight: bold;
	margin: 0 20px 20px 0;
}


/**************************/
/*********PROFILIS*********/
/**************************/

#profilis {
	width: 694px;
}

#profilis #prof_left {
	width: 402px;
	float: left;
}

#prof_left .prof {
	width: 366px;
	border: 1px solid #e4e4e5;
	margin-bottom: 16px;
	background: #fff url(../../images/profilis_1bg.jpg) repeat-x;
	padding: 9px 17px;
}

.prof h2 {
	font-size: 14px;
	color: #069dee;
	font-family: "Trebuchet MS";
	font-weight: bold;
	margin: 6px 0 14px 0;
}

.prof .avatar {
	border: 1px solid #c8c8c8;
	float: left;
	margin: 0 33px 0 0;
}

.prof p {
	font-size: 11px;
	color: #000;
	line-height: 18px;
	margin-bottom: 20px;
}

.prof ul.comp_list {
	width: 355px;
}

.prof ul.comp_list li {
	height: 17px;
}

.prof ul.comp_list li .c_left {
	width: 82px;
	padding-right: 6px;
	text-align: right;
	float: left;
	font-size: 11px;
	color: #000;
}

.prof ul.comp_list li .c_right {
	width: 261px;
	padding-left: 6px;
	text-align: left;
	float: left;
	font-size: 11px;
	color: #878787;
}

#prof_right {
	width: 282px;
	float: right;
}

#prof_right .prof {
	width: 244px;
	border: 1px solid #e4e4e5;
	margin-bottom: 16px;
	background: #fff url(../../images/profilis_1bg.jpg) repeat-x;
	padding: 9px 17px;
}

.prof.last p {
	line-height: 17px;
	margin: 0;
}

.prof.last a.all {
	font-size: 11px;
	color: #000;
	display: block;
	text-align: right;
	text-decoration: underline;
	margin: 10px 0;
}

.prof .guest {
	margin-bottom: 18px;
}

.prof .guest img.avatar {
	float: left;
	margin: 0 12px 0 0;
}
.prof .guest p {
	margin-bottom: 0px;
}
.prof .guest .author {
	font-size: 11px;
	color: #000;
}
.prof .guest .author a {
	font-weight: bold;
	text-decoration: none;
}

.prof .guest .author a:hover {
	text-decoration: underline;
}

.prof a.more {
	display: block;
	width: 95px;
	height: 28px;
	font-size: 11px;
	color: #8e8e8e;
	font-weight: bold;
	background: url(../../images/more_butt.jpg) no-repeat;
	text-align: center;
	float: right;
	line-height: 28px;
	text-decoration: none;
}

.prof ul.friends {
	width: 244px;
}

.prof ul.friends li {
	width: 244px;
	height: 14px;
	margin-bottom: 4px;
}

.prof ul.friends li .left {
	float: left;
	width: 180px;
	text-align: left;
	color: #000;
	font-size: 11px;
	line-height: 14px;
}

.prof ul.friends li .right {
	float: left;
	width: 64px;
	text-align: right;
}

.prof form p {
	margin: 8px;
}

.prof form p label {
	margin: 0 0 0 5px;
}

.prof form p.buttons input {
	border: none;
	width: 95px;
	height: 28px;
	background: url(../../images/more_butt.jpg) no-repeat;
	font-weight: bold;
	font-size: 11px;
	color: #8e8e8e;
	margin: 0 8px;
}

/**************************/
/*********GALLERY**********/
/**************************/

.gallery li {
	float: left;
}
.gallery li a {
	display: block;
	float: left;
	width: 204px;
	height: 144px;
	padding: 3px;
	border: 1px solid #bababa;
	background: #d2d1d2;
	margin: 0 5px 12px;
}
.gallery li a:hover {
	border: 1px solid #069dee;
}

/**************************/
/*********MESSAGES*********/
/**************************/

.field {
	border: 1px solid #e4e4e5;
	background: #fff url(../../images/messages_bg.jpg) repeat-x top left;
	padding: 15px;
	margin-bottom: 10px;
}

.field .field_nav li {
	float: left;
}
.field .field_nav li a span {
	float: left;
	display: block;
	height: 30px;
	padding-left: 26px;
}
.field .field_nav li a {
	float: left;
	display: block;
	height: 30px;
	line-height: 30px;
	font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #9b9b9b;
	text-decoration: none;
	padding-right: 26px;
}
.field .field_nav li a:hover, .field .field_nav li.active a {
	background: url(../../images/col_name_right.jpg) no-repeat top right;
	color: #069dee;
}
.field .field_nav li a:hover span, .field .field_nav li.active a span {
	background: url(../../images/col_name_left.jpg) no-repeat top left;
}
.field .pre_form {
	height: 3px;
	background: url(../../images/line_bg.jpg) repeat-x;
	width: 100%;
}
.field .in_form {
	border: 1px solid #bcbcbc;
	border-top: none;
	overflow: hidden;
}

.in_form form p {
	margin-top: 20px;
}

.in_form form label {
	display: block;
	float: left;
	width: 50px;
	margin-left: 25px;
	font-size: 11px;
	color: #000;
	font-weight: bold;
}
.in_form form input.text {
	border: 1px solid #069dee;
	font-size: 10px;
	padding: 2px;
	width: 160px;
}

.in_form form textarea {
	border: 1px solid #069dee;
	font-size: 12px;
	padding: 2px;
	width: 540px;
	height: 145px;
}
.in_form form p .submit {
	display: block;
	width: 95px;
	height: 28px;
	background: url(../../images/more_butt.jpg) no-repeat;
	border: none;
	font-size: 11px;
	color: #8e8e8e;
	font-weight: bold;
	float: right;
	margin: 0 25px 10px 0;
}

.in_form form .messages_list {
	width: 645px;
}
.in_form form .messages_list li {
	width: 645px;
	font-size: 11px;
	color: #000;
	height: 25px;
	line-height: 25px;
}
.in_form form .messages_list li.even {
	background: #e0eef6;
}
.in_form form .messages_list li div {
	float: left;
}
.in_form form .messages_list li .col1 {
	width: 40px;
	text-align: right;
}
.in_form form .messages_list li .col1 input {
	margin-top: 7px;
}
.in_form form .messages_list li .col2 {
	width: 155px;
	padding-left: 20px;
}
.in_form form .messages_list li .col2 a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.in_form form .messages_list li .col2 a:hover {
	text-decoration: underline;
}
.in_form form .messages_list li .col3 {
	width: 240px;
}
.in_form form .messages_list li .col3 a {
	text-decoration: none;
}
.in_form form .messages_list li .col3 a:hover {
	text-decoration: underline;
}
.in_form form .messages_list li .col4 {
	width: 180px;
	padding-right: 10px;
}
.in_form form p.middle {
	text-align: center;
}
.in_form form .big_butt {
	background: url(../../images/big_button.jpg) no-repeat;
	width: 145px;
	height: 28px;
	margin: 0 16px 10px;
	border: none;
	font-weight: bold;
	font-size: 11px;
	color: #8e8e8e;
}

/**************************/
/*********FOOTERIS*********/
/**************************/

#foot_bg {
	width: 100%;
	height: 61px;
	background: url(../../images/footer_bg.jpg) repeat-x;
	margin-top: 10px;
}

#foot_bg .wrapper {
	background: none;
}

#footer #foot_left {
	width: 100px;
	height: 61px;
	line-height: 61px;
	float: left;
	font-size: 11px;
	color: #8b8b8b;
	overflow: hidden;
}

#footer #foot_left img {
	margin-right: 3px;
}

#footer #foot_mid {
	width: 600px;
	height: 61px;
	line-height: 61px;
	float: left;
	font-size: 11px;
	color: #8b8b8b;
	overflow: hidden;
	text-align: center;
}

#footer #foot_right {
	width: 200px;
	height: 61px;
	line-height: 61px;
	float: right;
	font-size: 11px;
	color: #000;
	overflow: hidden;
	text-align: center;
}
#team { text-align: center; }
.fifa_reg { background: url('/images/fifa_reg.png') no-repeat left top; }
.fifa_reg .this_title { height: 259px; }
.fifa_reg .this_title  div { padding: 10px 5px 5px 40px; font-family: tahoma; font-size: 24px; font-weight: bold; color:#8a1015; }
.fifa_reg .register, .fifa_reg .inner { padding-bottom: 86px; background: url('/images/fifa_reg_bottom.png') no-repeat left bottom; }
.fifa_reg .form { margin: 10px 0px 0px 244px; font-size: 12px; font-family: tahoma; }
.fifa_reg .inputbox { width: 127px; border: solid 1px #c62c34;  }
.fifa_reg .fifasubmit { width: 93px; height: 22px; line-height: 22px; background: url('/images/fifa_reg_button.png') no-repeat left top; border: 0px !important; font-size: 12px; color: #FFF; font-family: tahoma; }
.fifa_reg .fifasubmit:hover { background-position: 0px -22px; }

.tmn_reg { background: url('/images/tmn_reg.png') no-repeat left top; }
.tmn_reg .this_title { height: 156px; }
.tmn_reg .this_title  div{ padding: 10px 5px 5px 40px; font-family: tahoma; font-size: 24px; font-weight: bold; color:#b3c1cd; }
.register .holder { height: 178px; }
.tmn_reg .register {  background: url('/images/tmn_inner.png') no-repeat 325px 15px; }
.tmn_reg .inner {  background: url('/images/tmn_inner.png') no-repeat right 15px; min-height: 178px; height: auto !important; height: 178px; }
.tmn_reg .inner .holder { padding: 15px 175px 15px 15px; }
.fifa_reg .inner .holder { padding: 15px; }
.tmn_reg .form { padding: 38px 10px 10px 28px; font-size: 12px; font-family: tahoma; }
.tmn_reg .inputbox { width: 127px; border: solid 1px #94a0a9; background: #e5edf4; font-size: 12px; font-family: tahoma;  }
.tmn_reg .fifasubmit { width: 93px; height: 22px; line-height: 22px; background: #76828d; border: 0px !important; font-size: 12px; color: #FFF; font-family: tahoma; }
.tmn_reg .fifasubmit:hover { background:#565e67;  }

.cs_reg { background: url('/images/cs.png') no-repeat left top; }
.cs_reg .this_title { height: 156px; }
.cs_reg .this_title  div{ padding: 10px 5px 5px 40px; font-family: tahoma; font-size: 24px; font-weight: bold; color:#FFF; }
.cs_reg .inner .holder { padding: 15px; text-align: justify; }
.cs_reg .form { padding: 38px 10px 10px 28px; font-size: 12px; font-family: tahoma; }
.cs_reg .inputbox { width: 127px; border: solid 1px #94a0a9; background: #e5edf4; font-size: 12px; font-family: tahoma;  }
.cs_reg .fifasubmit { width: 93px; height: 22px; line-height: 22px; background: #76828d; border: 0px !important; font-size: 12px; color: #FFF; font-family: tahoma; }
.cs_reg .fifasubmit:hover { background:#565e67;  }

.ptable { background: url('/images/table_bg.png') no-repeat left top; width: 208px; height: 186px;  }
.ptable .pinner { padding: 3px 17px 5px 17px; }
.ptable .pinner .ptitle { color: #FFF; margin-bottom: 11px; position:relative; }
.ptable .pinner .player { margin-bottom: 4px; font-size: 12px; position:relative;  }
.br { margin-right: 0px !important; }
.ti { float: left; margin-right: 55px; margin-bottom: 20px;  }
span.points { position: absolute; right: 5px; }
.red { color: #e40000; }
.green { color: #429401; }
.nomargin { margin: 0px !important; }
.cs_reg .register .holder { height: auto !important; padding: 25px;  }
.cs_reg table td { font-size: 12px; }

.cs_reg .ptable { background: url('/images/cs_table_bg.png') no-repeat left top; width: 266px; height: 254px;  }
.cs_reg .ptable .pinner { padding: 15px 10px 7px 20px; }
.cs_reg .ptable .pinner  * { font-size: 12px; font-family: tahoma; }
.cs_reg .ptable .ptitle { margin: 0px; padding-bottom: 11px; }
.cs_reg .ptable .pinner .player { margin: 10px 0px 15px 0px; }
.cs_reg .ti { margin-left: 50px; }
.cs_reg .br { margin-left: 0px; }

.fi { float: left; }
.fi .ptable { background: url('/images/fifa-tm-bg.png') no-repeat left top; width: 230px !important; height: 90px;  }
.fi .ptable .pinner { padding-left: 12px; }
.nopaddingsides .holder { padding-left: 0px !important;  padding-right: 0px !important; }

/* news */

.name_classes { height: 82px; background: #e2e2e2 url('/images/classes_png.png') no-repeat left top; }
.classes { padding-left: 37px;height: 27px; }
.classes h1 { display: inline; cursor: pointer; line-height: 27px; font-size: 13px; }
.name_classes .subcats { padding: 7px 24px;  }
.name_classes .subcats  a { color: #5d5d5d; font-size: 12px; text-transform: uppercase; font-weight: bold; font-family: tahoma; text-decoration: none; }
.name_classes .subcats  a.current  { color: #069dee; text-decoration: underline; }
.name_classes .subcats { font-weight: normal !important; }

.title_big a { font-family: tahoma; font-weight: bold; font-size:12px; text-decoration: none; }
.new_holder { padding: 0px; }
.stats_big span { font-family: tahoma; font-size: 11px; }

.news_intro_big p { font-family: tahoma; }

.big_pic { float: left; vertical-align: middle; margin-right: 15px; }
.pic_cont_big { vertical-align: middle; }
.news_intro_big { padding-bottom: 15px; }
.new_padding { padding: 10px 15px; }
.new_buttons { text-align: right; font-size: 11px; text-decoration: none; font-family: tahoma; margin-top:7px; padding-top: 8px;  border-top: 1px solid #e8e8e8; }
.new_buttons a { color: #069dee; font-size: 11px; text-decoration: none; font-family: tahoma;  }\
.col_stat { padding-bottom: 10px; }

.clr { clear: both; }
.gather_body .now { background-color: #f7f7f7; border-bottom: 1px solid #dedede; padding: 10px 19px; }
.gather_view_c { background: #efefef; border-width: 0px 1px 1px 1px; border-style: solid; border-color: #e0e0e0; padding: 10px 13px 5px 13px; }
.gather_view_bottom { width: 200px; height: 39px; background: url('/images/gather_view_bottom.png') no-repeat left top; }
.gth_konteineris { background-color: #f7f7f7; overflow: hidden; }
.gather_view {  width: 200px; }
.gather_views { padding: 19px 21px 15px 31px; background: #FFF; }
.gwrapper { margin-right: 10px; float: left;}
.gather_view_top { height: 39px; background: url('/images/gather_view_top.png') no-repeat left top; padding-left: 13px; }
.gather_view_top span { line-height: 39px; color: #FFF; font-size: 12px; text-decoration: underline; font-weight: bold; }
.gather_navi { float: left; background:url('/images/gather_menu.png') no-repeat right center; height: 42px; padding: 0px 10px; }
.gather_navi a { display: block; float: left; height: 42px; line-height: 42px; font-family: Tahoma; font-size: 12px; color: #FFF !important; font-weight: bold; background: url('/images/gather_menu_separator.png') no-repeat right center; padding: 0px 10px;  }
.gather_navi .nosep { background: none !important; }
.gather_view_c td { padding-bottom: 5px; font-size: 11px;  }
.gather_view_c table { width: 172px; }


.gth_konteineris_tops { 		background-color: #FFF !important; }
.gather_body_tops .now { 	background: #FFF url('/images/gather/separator.png') no-repeat left bottom; padding: 10px 19px; font-size: 12px; font-family: Tahoma; font-weight: bold; }
.gather_body_tops .wrapper { background: #FFF url('/images/gather/top5.png') no-repeat left bottom; float: left; width: auto !important; height: auto !important; margin-right: 64px; margin-bottom: 14px;  }
.gather_body_tops .statsai .holder{ background: #FFF url('/images/gather/pstats_short.png') no-repeat left bottom !important; height: 490px;}
.gather_body_tops .statsai2 .holder{ background: #FFF url('/images/gather/pstats.png') no-repeat left bottom !important; height: 835px;}
.gather_body_tops .statsai 	{ float: left; margin-right: 20px !important;}
.gather_body_tops .statsai2 { float: left; margin-right: 0px; }
.gather_body_tops .holder { 	background: #FFF url('/images/gather/top5.png') no-repeat left bottom; width: 262px; height: 194px; }
.gather_body_tops .ginner { 	padding: 5px 20px; }
.gth_top5 .title td { padding: 7px 0px 10px;}
.gth_top5 td { padding: 8px 0px 7px; font-family: tahoma; font-size: 12px; color: #000; }
.pstats td { padding: 0px 0px 4px 0px; font-size: 11px; color: #000; font-family: tahoma; }
.now_data td { padding: 3px 0px; font-family: tahoma; font-size: 12px; color: #000; vertical-align: top; }
.gather_type { float: left; margin-left: 50px; height: 50px; line-height: 50px; }
a.gth_type1 { display: block; float: left; width: 174px; height: 33px; background: url('/images/gather/regular.png') no-repeat left top; text-decoration: none; margin-top: 7px;}
a.gth_type2 { display: block; float: left; width: 174px; height: 33px; background: url('/images/gather/leet.png') no-repeat left top; text-decoration: none; margin-left: 10px;margin-top: 7px; }
.statsai td,.statsai2 td  { font-weight: bold; font-family: tahoma; font-size: 12px; white-space: nowrap; }
