body {
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
}

#container {
	width: 990px;
	margin: 0px auto;
	text-align: left;
}

#header {}

#content { width: 990px; }

#dynamic_box_left {
	margin: 0;
	float: left;
}

#dynamic_box_center {
	float: left;
}

#dynamic_box_right {
	margin: 0px 0 0;
	float: right;
}

#content_footer {clear: both;}

#footer {clear: both;}

/*********deafault layout**********/
#layout_default div#dynamic_box_right        {width: 260px;}
#layout_default div#dynamic_box_left         {width: 160px;}
#layout_default div#dynamic_box_center       {width: 570px;}

/********** two column *************/
#layout_two_column div#dynamic_box_right     {width: 332px;}
#layout_two_column div#dynamic_box_left      {display:none;}
#layout_two_column div#dynamic_box_center    {width: 650px;}

/************ three columns ***************/
#layout_three_columns div#dynamic_box_right  {width: 190px;}
#layout_three_columns div#dynamic_box_left   {width: 190px;}
#layout_three_columns div#dynamic_box_center {width: 610px;}

/************ equal ***************/
#layout_equal div#dynamic_box_right   {width: 330px;}
#layout_equal div#dynamic_box_left    {width: 330px;}
#layout_equal div#dynamic_box_center  {width: 330px;}

/************ equal rights ***************/
#layout_equal_rights div#dynamic_box_right   {width: 260px;}
#layout_equal_rights div#dynamic_box_left    {width: 470px;}
#layout_equal_rights div#dynamic_box_center  {width: 260px;}

/************ non equal ***************/
#layout_non_equal div#dynamic_box_right      {width: 320px;}
#layout_non_equal div#dynamic_box_left       {width: 420px;}
#layout_non_equal div#dynamic_box_center     {width: 250px;}


/************* CONTENT FEATURES *****************/
.content_features_left { float: left;}

.content_features_right { float: right;}

.features_equal_default { width: 100%; overflow: hidden;}

/*********** equal_default *********************/
.features_equal_default .content_features_left       {width: 320px;}
.features_equal_default .content_features_right      {width: 320px;}

/******************** LAYOUT BOXES********************/

#main_news_box {}

.main_news_box_row {width: 100%; overflow: hidden;}

.main_news_category { 
	float:left; 
	display: inline;
	width:320px; 
	margin: 6px 0; /****styles****/
}

.category_news_category { 
	float:left; 
	display: inline;
	width:290px; 
	margin: 9px; /****styles****/
}


/******************** TOOLTIPS ********************/
.tooltip {
	position: absolute!important;
	overflow:hidden;
	font-size: 12px;
	z-index: 10000!important;
}

.tooltip .xtop, .tooltip .xbottom { display: block; background: transparent; font-size: 1px; }
.tooltip .xb1, .tooltip .xb2, .tooltip .xb3, .tooltip .xb4 { display: block; overflow: hidden; }
.tooltip .xb1, .tooltip .xb2, .tooltip .xb3 { height: 1px; }
.tooltip .xb2, .tooltip .xb3, .tooltip .xb4 { background: #666; border-left: 1px solid #333; border-right: 1px solid #333; }
.tooltip .xbottom .xb2, .tooltip .xbottom .xb3, .tooltip .xbottom .xb4 { background: #666; }
.tooltip .xb1 { margin: 0 5px; background: #333; }
.tooltip .xb2 { margin: 0 3px; border-width: 0 2px; }
.tooltip .xb3 { margin: 0 2px; }
.tooltip .xb4 { height: 2px; margin: 0 1px; }

.tooltip .xboxcontent {
	padding: 0 .5em;
	margin: 0;
	color: #000;
	text-shadow: 2px 2px 0px #CCC;
	word-wrap:break-word;
	border: 1px solid #333;
	border-width: 0px 1px 0 1px;
	background-color: #666;
	text-align: left;
}

body { background: #fff; color: #333;position: relative;}

/*************** GLOBAL STYLES *************************************************************************************************************************/
/******************************************************************************************************************************************************/

#header{
	position: relative;
}

#container {background-color: #fff; margin-top: 15px;}

#content_top { background: #F9FCF3 url("../img/content_top.png") 0 0 no-repeat; width: 990px; height: 9px; font-size: 1px;}

#content { background: #F9FCF3 url("../img/content_bg.png") repeat-y; padding: 5px 0 50px; overflow: hidden;}

/*** Global anchor styles ***/

a {color: #638B2D; text-decoration: none;}

a:hover {text-decoration: underline;}

a img {border: none;}

/*** Global list styles ***/

ul { padding: 0; margin: 0;}

ul li { list-style-type: none;}

/*** Global heading styles ***/

h1, h2, h3, h4 { font-family: Helvetica, sans-serif; margin: 0px;}

h1 { font-size: 18px; font-weight: normal; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{ color: #015946;}

h2, h3 {font-size: 12px; padding-bottom: 4px;}

.clr{
clear: both;
}
.alr{
text-align: right;
}

/*** Global box styles ***/

.box .box_title {
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
}

/*************** HEADER STYLES *************************************************************************************************************************/
/******************************************************************************************************************************************************/

.header_image { width:100%; height: 134px; overflow:hidden; background: url(../img/header.png) top no-repeat;}

.header_image img {float: left; margin: 0 0 0 25px;}

.site_mission { float: left; color: #AED477; margin-top: 50px; font-size: 15px; font-weight: bold; text-transform: uppercase;}
.site_mission b{ clear: left; color: #8DC63F;}

/*** ntknews sites bar ***/
#sites{float: right; width: 150px;padding: 4px 0 0;}

/*** Static pages navigation ***/

.box_pages { /*** static pages list holder ***/ 
	border: 1px solid #C1C6CA;
	border-bottom: 1px solid #D4D8D9;
	background: #E9ECED;
}

.box_pages ul{
	padding: 9px 0 12px;
	background: #95A4AB url(../img/pages_bg.gif) 0 0 repeat-x;
}
.box_pages li { /*** static pages list ***/
	display: inline;
}

.box_pages a {padding: 10px; font-weight: bold;}

.box_pages a:link, .box_pages a:visited {
	color: #fff;
	text-decoration: none;
	font-size: 1.3em;
	text-transform: lowercase;	
}

.box_pages a:hover {
	background: #95A4AB url(../img/pages_bg.gif) 0 -40px repeat-x;
	color: #fff;
	text-decoration: none;
}

/*** Search box ***/

.search {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 335px;
	text-align: right;
}

.search a {color: #8BC442;}

.search  #search_query{
	margin-top: 5px;
	width: 215px;
	border-color: #79AD48;
}

.search button {
	height: 20px;
	line-height: 16px;
	margin-left: 10px;
	border: none;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background: none;
	margin-right: 5px;
	cursor: pointer;
	padding-left: 0;
}

.search img{
	width: 22px;
	height: 20px;
	vertical-align: -35%;
}

#hot_tags{
	margin-top: 15px;
	background: #E8D9D4;
	border-top: 1px solid #DBC2BB;
	padding: 4px 12px 6px;
	font-size: 1.3em;
	color: #583B33;
}

#hot_tags span{
	display: block;
	float: left;
	font-weight: bold;
}

#hot_tags a{
	color: #583B33;
	padding: 0 10px;
}

#hot_tags ul{
	margin-left: 120px;
}

#hot_tags li{
	white-space: nowrap;
	display: inline;
}

/*************** LEFT COLUMN STYLES ********************************************************************************************************************/
/******************************************************************************************************************************************************/

#box_left_holder { padding: 6px;}

#dynamic_box_left .box {margin-bottom: 12px;}

#dynamic_box_left .box_title { 
	background: #A5A5A5; 
	color:#fff; 
	padding: 4px 2px 3px 3px;
	margin-bottom: 4px;
	border-bottom: 1px solid  #ccc;
}

#dynamic_box_left .box_body {border-bottom: 4px solid #A5A5A5;}

/*** Section box (navigation list) ***/

#box_sections .box_body { border-bottom: none; margin-bottom: 30px;}

#box_sections li {
	padding: 0px; 
	font-variant: small-caps;
	font-size: 14px;
}

#box_sections ul ul { 
	margin-left: 14px;
}
 
#box_sections li ul li {
	font-variant: normal; 
	font-size: 11px;
	padding-left: 6px;
}

#box_sections li a { 
	color: #8B8B8B; 
	display: block;
	padding: 2px 4px;
	font-weight: bold;
	text-transform: uppercase;
}

#dynamic_box_right #box_sections li a:hover {
	background-color: transparent; 
}

#box_sections li a:hover { 
	color: #333; 
	text-decoration: none; 
}

#box_sections li ul li a{
	font-weight: normal;
}

#box_sections li ul li a:hover {
	color: #000000; 
	background: none; 
	text-decoration: underline; 
}

/*************** CONTENT STYLES ************************************************************************************************************************/
/******************************************************************************************************************************************************/

#box_center_holder {padding: 0px 15px;}
#box_center_holder ul li {
	margin-left: 20px;
	list-style-type: disc;
}

#box_center_holder h1, #box_center_holder h3{
	margin-bottom: 8px;
	padding-bottom: 0;
	font-size: 24px;
	line-height: 28px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	color: #888;
	border-bottom: #015946 solid 1px;
	/* background: transparent url("../img/bar.gif") bottom repeat-x; */
}

#box_center_holder .box_title{
	line-height: 1em;
}

#box_center_holder h1 a, #box_center_holder h3 a, #box_center_holder .box_title a{
	text-decoration: none;
}

#box_center_holder .category_headline { width: 100%; overflow: hidden; margin-bottom: 30px;}

#box_center_holder .category_headline h2 a { color: #015946; font-size: 18px; font-weight: normal;}

#box_center_holder .category_headline .image { float: left; padding: 6px; margin: 0px 6px 6px 6px; background-color: #eeeeee; border: none;}

#box_center_holder .category_headline .summary {}

span.article_link  img{vertical-align: 10%;}

span.article_link a {color: #8BC442;}

.box_body .image img{ 
	border: 1px solid #999;
}

.short_holder { width: 100%; overflow: hidden;}

.short { /*** Global summary styles ***/
	margin-bottom: 4px;
	padding: 4px;
}

.short_holder .image{float: left; margin: 0 7px 2px 0;}
.short_holder .summary {clear: both;}


/*** Article summaries heights ***/

#latest_news{
	margin-bottom: 10px;
}

.morenews{
	text-align: right;
	font-size: 1.2em;
}

.latest_news{
	border-collapse: collapse;
}

.latest_news td{
	border-bottom: 1px solid #ccc;
	vertical-align: top;
	padding: 10px 20px;
	width: 50%;
}

.metadata_time{
	text-align: right;
	font-size: .8em;
	padding-top: 4px;
}

/*** Main news styles ***/
#category_news_box .box_title { margin-bottom: 6px;}

#categories{
	margin: 10px 0 50px;
	padding-top: 30px;
	/* border-top: 1px solid #8BC442; */
}

#categories .catrow{
	border-bottom: 1px solid #8BC442;
	margin: 5px 15px 0;
	padding: 0 0 25px;
}

#categories span{
	display: block;
	float: left;
	width: 45%;
	background: transparent url("../img/bullet.gif") 0 8px no-repeat;
	text-transform: uppercase;
	padding-left: 13px;
}

#categories span a{
	font-size: 1.6em;
	color: #015946;
}

#categories span a:hover{
	text-decoration: none;
}

.features_equal_default {
	/* border-bottom: 1px solid #8BC442; */
	margin-bottom: 10px;
}

#page_header{
	margin: 0 0 15px;
}

#page_header h1 { margin: 0; font-size: 24px; color: #015946; padding: 10px 15px; margin: 0 0 2px; border-top: 2px solid #8BC442; border-bottom: 1px solid #8BC442; background: #fff;}

.rss_link {float: right; margin-top: 6px;}

/*  Team categories */

#category_kollektiv_box .box_title { margin-bottom: 6px;}
#category_kollektiv_box .box_title h2{ font-size: 1.4em;}
#category_kollektiv_box  .box_body{ margin-bottom: 26px;}

/*** Interviews and Stories ***/
#content_sections{
	clear: both;
	margin-top: 15px;
	overflow: hidden;
}

#content_section_left {float: left; width: 323px; }
#content_section_right {float: right; width: 323px;}

#content_sections .cat_title h3{
	border-top: 1px solid #8BC442;
	border-bottom: 1px solid #8BC442;
}

#content_sections .latest_articles{
	margin-top: 3px;
	padding: 4px;
}

#content_sections .summary{
	display: inline;
}

#content_sections .short{
	overflow: hidden;
	padding-bottom: 8px;
	border-bottom: 1px solid #CDA78E;
}

#content_section_left .cat_title h3{	background: #E2E7EB; }
#content_section_right .cat_title h3{ background: #F1E0C9; }

#content_section_left .latest_articles{ 	background: #E2E7EB; border: 1px solid #8BC442; }
#content_section_right .latest_articles{ background: #F1E0C9; border: 1px solid #95A4AB; }

/*** Category links ***/
#category_news_box .box_title h4, #category_news_box .box_title h4 a { 
	font-size: 12px;
	font-size: 1.5em;
	text-transform: uppercase;
	color: #8BC442;
	padding: 4px 0px;
	margin-bottom: 4px;
}
/*** Subcategory links ***/
#category_news_box .box_title span { color: #000; font-size: 11px; padding: 0px 1px; }

#category_news_box .box_title span a { color: #8BC442;}

#category_news_box .box_title span a:hover { color: #000;}

#category_news_box .box_body ul { padding: 0px 6px;}

#category_news_box .box_body ul li {
	border-bottom: 1px solid #eee; 
	padding: 1px 0px;
}

#category_news_box .box_body ul li a {
	display: block; 
	padding: 2px 2px 2px 14px; 
	background: url(../img/bullet_arrow.gif) 6px 6px no-repeat;
}

/*** Category page ***/

#category_holder .subcategory_list .box_body { padding: 6px;}

#category_holder .short { margin-bottom: 12px; padding-bottom: 12px;}

#category_holder .metadata_time { font-size: 10px; color: #666; float: right; margin-left: 10px; margin-top: 0px; font-weight: normal;}

/*** Article styles ***/

.box_breadcrumb { padding: 0 355px 10px 15px; color: #999;}

.box_breadcrumb a { padding-right: 4px;}

.box_breadcrumb .breadcumb_l {vertical-align: 10%; margin-right: 5px;}

#article_header h1, #category_header  h1, #category_kollektiv_box h1{ margin: 0 -15px; font-size: 24px; color: #015946; padding: 10px 15px; margin: 0 0 2px; border-top: 2px solid #8BC442; border-bottom: 1px solid #8BC442; background: #fff;}
#category_header  h1{font-size: 30px; text-transform: uppercase; margin-bottom: 20px;}

#category_kollektiv_box .box_body{ padding: 0 10px;}

#article_holder .article_metadata { padding: 8px 0px 18px 0px; margin-bottom: 4px; }

#article_holder .article_metadata span.metadata_time { font-size: .9em; color: #666; float: right;}

#article_holder .article_metadata ul li{
	margin-left: 0;
	list-style-type: none;
}

#article_holder .font_size { font-size: 11px; text-align: right; margin-bottom: 12px;}

#article_holder .font_size img { vertical-align: bottom; padding-left: 3px;}

#article_holder .image {
	float: left; 
	margin-right: 6px; 
	border: 1px solid #ccc;
	padding: 1px;
}
#article_holder .image img{
	padding-bottom: 1px;
	border-bottom: 1px solid #ccc;
}

#article_holder .image .image_caption { font-size: 11px; line-height:normal; padding: 2px 4px;}

#article_holder #article_body { clear: both; line-height: 1.6em; width: 100%; overflow: hidden; margin-bottom: 12px;}
#article_holder #article_body p{margin: 0 0 12px;}

#article_holder #article_body h1, 
#article_holder #article_body h2, 
#article_holder #article_body h3, 
#article_holder #article_body h4, 
#article_holder #article_body h5, 
#article_holder #article_body h6 { font-family: Arial, Helvetica, sans-serif; font-weight: bold; border-color: #ccc;}

#article_holder .box {
	border-bottom: 1px solid #bbb;
	padding: 0 10px 5px;
	overflow: hidden;
}

#article_holder .box_title{
	font-size: 1.8em;
	color: #666;
}

#article_holder #article_body strong{
	color: #015946;
}

/* Team block */

#team {margin: 20px 0;}
#team_stripe {
	width: 620px;
	position: relative;
	overflow: hidden;
	padding-bottom: 25px;
}

#team_stripe .scroller { 
	width: 605px;
	height: 290px;
	margin: 0 8px;
	overflow: hidden;
	position: relative;
}

#team_stripe .section {
	width: 620px;
	overflow: hidden;
	float: left;
}

#team_stripe .scroller .content {width: 10000px;}

#team_stripe .arrow_prev {position: absolute; bottom: 10px; left: 48%;}

#team_stripe .arrow_next {position: absolute; bottom: 10px; right: 48%;}

#team_stripe .stripe_summary_holder .summary {font-size:11px;}

#team_stripe .stripe_summary_holder a {color:#CA0405; font-size:11px; font-weight:bold;}

.team_short { float: left; width: 195px; height: 275px; margin-right: 10px; background: #FFF; position: relative; overflow:hidden;}
.team_short .image { float: none; height: 115px;}
.team_short  .short {padding: 0}
.team_short h4{ width: 175px; display: table-cell; text-align: center; height: 60px; vertical-align: middle;}
.team_short h4 a{ font-size: 14px; color: #8BC442; text-transform: uppercase;}
.team_short .summary{ font-size: 1.1em; 	color: #333;}

.team_short  .short_holder { margin: 0; padding: 0 10px 5px; width: 175px; overflow: hidden;}
.team_top{
	height: 10px;
	background: #FFF url("../img/team_bgtop.gif") top left no-repeat;
	margin: 0px;
}
.team_bottom{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 10px;
	width: 195px;
	background: #FFF url("../img/team_bgbottom.gif") top left no-repeat;
	margin: 0px;
}

/*** Article social bookmarks ***/

#box_social_bookmarks { 
	color: #666; 
	padding: 2px 6px; 
	margin: 6px 0px 12px 0px;
}

#box_social_bookmarks a { text-decoration: none;}

#box_social_bookmarks img { vertical-align: -20%; margin-right: 2px;}

/*** Article comments ***/

.comment_block h4 { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-weight: bold;
	color: #666;
	margin: 6px 0px;
}

.comment_block h4 img.comment_feed { float:right;}

.comment_block h4 span.no_comments {display:block; font-size:12px; font-weight:normal;}

#comment_list { margin: 15px 8px;}

#comment_list .comment_holder { margin-bottom: 20px;}

#comment_list .hidden_comment {color: #ccc;}
#comment_list .hidden_comment .comment_body{ display: none;} 
#comment_list .unscreen_comment{text-align: center; cursor: pointer;}

#comment_list .comment_header { padding-bottom: 6px;}

#comment_list .comment_header { font-size: 11px;}

#comment_list .comment_header a { color: #8BC442; font-weight: bold;}

#comment_list .comment_body_holder {padding: 6px; border-bottom: 1px solid #EBEBEB; background-color: #F8F8F8;}

#comment_list .comment_body {width: 100%; overflow: hidden; }

#comment_list .comment_body img { float: left;}

#comment_list .comment_body .comment_text { color: #666; margin-left: 50px; padding: 0px 12px 10px 10px;}

#comment_list .comment_report, #comment_list .comment_rate { float: right;}

#comment_list .comment_rate { padding-right: 6px;}

.comment_rate .result {
	float: left; 
	border: 1px solid #ebebeb; 
	background-color: #fff; 
	padding: 0px 4px; 
	color: #555; 
	font-weight: bold;
}

.result span.error {font-weight: normal; font-size: 11px; color: #8BC442;}

#comment_dump {
	font-size: 14px; 
	color: #172973; 
	background-color: #F8F8F8; 
	border: 1px solid #EBEBEB; 
	padding: 6px; 
}

#comment_dump span.error {color: #8BC442;}

/*** Pagination ***/

#box_pagination { padding: 6px; margin: 6px 0px; background: #eee; color: #666;}

#box_pagination span.pagination { float:right; font-weight: bold;}

#box_pagination span.pagination a { font-weight: normal; color: #8BC442;}

#box_pagination span.pagination_total {color: #8BC442;}

/*** Archive calendar ***/

#box_calendar table caption { 
	font-weight: bold; 
	background-color: #eee;
	border-bottom: 1px solid #ccc; 
	padding: 6px 0px;
	margin-bottom: 6px;
}

#box_calendar table caption span { cursor: pointer; padding: 0px 4px;}

#box_calendar table td, #box_calendar table th { background-color: #F1F1F1; padding: 4px 2px; font-size: 1.2em; text-align: center; font-weight: bold;}
#box_calendar table th {color: #999;}

/*** Online ***/
#player_holder{
	text-align: center;
}


/*************** RIGHT COLUMN STYLES *******************************************************************************************************************/
/******************************************************************************************************************************************************/

#box_right_holder {float: right;}

#box_right_holder .box_title a{
	color: #638B2D;
}

#box_right_holder h3{
	margin-bottom: 10px;
	font-size: 1.6em;
	height: 1.6em;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	color: #8BC442;
	background: transparent url("../img/bar_white.gif") bottom repeat-x;
}

/*** Boxes ***/

#dynamic_box_right .box .box_title {
	background: url(../img/box_right_head_left.gif) top left no-repeat;
	color: #666;
	font-weight: normal;
	font-size: 1.6em;
	line-height: 1.2em;
	padding: 6px 10px 6px 17px;
	text-transform: uppercase;
}

#dynamic_box_right .box_tabs .box_title {padding: 6px 6px 0px 6px;}

#dynamic_box_right .box_tabs .box_content a{color: #333;}

#dynamic_box_right .box .box_title_holder {
	background: url(../img/box_right_head_right.gif) top right no-repeat;
}

/* Hides from IE5-mac \*/
* html #dynamic_box_right .box .box_title_holder { height: 1%;}
/* End hide from IE5-mac */


#dynamic_box_right .box {
	background: #fff url(../img/box_right_body_right.gif) bottom right no-repeat;
	margin-bottom: 15px;
}

#dynamic_box_right .box .box_body {
	background:url(../img/box_right_body_left.gif) bottom left no-repeat;
}

#dynamic_box_right .box .box_body .box_content {padding: 6px 12px 12px 12px;}

/* Hides from IE5-mac \*/
* html #dynamic_box_right .box .box_body { height: 1%;}
/* End hide from IE5-mac */

/* contrast sidebar boxes */

#dynamic_box_right .contrast_box{
	background: #fff url(../img/announces_body_right.gif) bottom right no-repeat !important;
}

#dynamic_box_right .contrast_box .box_title {
	background: url(../img/announces_head_left.gif) top left no-repeat !important;
	color: #fff !important;
}

#dynamic_box_right .contrast_box .box_title a{
	color: #fff!important;
}

#dynamic_box_right .contrast_box .box_title_holder {
	background: url(../img/announces_head_right.gif) top right no-repeat !important;
}

#dynamic_box_right .contrast_box .box_body {
	background:url(../img/announces_body_left.gif) bottom left no-repeat !important;
}

/********** Lists ***************/

#dynamic_box_right .box_body ul li {
	border-bottom: 1px solid #eee; 
	padding: 1px 0px;
}

#dynamic_box_right #box_sections .box_body ul li {
	border: none;
}

#dynamic_box_right .box_body ul li a {
	display: block; 
	padding: 4px 4px 4px 16px; 
	background: url(../img/right_box_bullet.gif) 6px 10px no-repeat;
}

#dynamic_box_right.box_body ul li a:hover {background-color: #E3F9C6;}

/*** Tabs ***/

.tabs {
	font-size:11px;
	line-height:normal;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
ul.tabs{
	margin:0;
	padding:0px 0 0px 0px;
	list-style:none;
}
.tabs li {
	display:inline;
	margin:0 -14px 0 0;
	padding:0;
	z-index: 1;
}
	  
.tabs a {
	cursor: pointer;
	margin: 0px 1px 0px 0px;
	padding:4px 0 4px 4px;
	text-decoration:none;
	background: url(../img/tabs_left.gif) 0 0 no-repeat;
	outline: none;
}

*:first-child+html .tabs a {padding:0 0 0 4px;} /* IE 7 hack */

/* Hides from IE5-mac \*/
* html .tabs a {padding:0 0 0 4px;}
/* End hide from IE5-mac */

.tabs a span {
	display: inline-block;
	padding:4px 18px 4px 14px;
	color:#666;
	background: url(../img/tabs_right.gif) 100% 0 no-repeat;
}

.tabs a:hover {text-decoration: none;}

.tabs a:hover span {
	color: #638B2D;
}

.tabs a.active {
	background: transparent url(../img/tabs_left.gif) 0 -40px no-repeat;
	z-index: 90;
}

.tabs a.active span {
	color: #638B2D;
	background: url(../img/tabs_right.gif) 100% -40px no-repeat;
	z-index: 90;
	position: relative;
}

/*** Login Box ***/

#dynamic_box_right #box_login {
	border: 1px solid #8BC442;
	padding: 5px 0;
}

#dynamic_box_right #box_login ,
#dynamic_box_right #box_login .box_body,
#dynamic_box_right #box_login .box_title,
#dynamic_box_right #box_login .box_title_holder{
	background: none;
}

#dynamic_box_right #box_login .box_content{
	padding: 0 5px;
}

#dynamic_box_right #login_form label{
	text-align: right;
}

#dynamic_box_right #login_form .formElement input{
	width: 195px;
	border: 1px solid #8BC442;
}

#dynamic_box_right #login_form .checkbox{
	float: left;
	margin-right: 3px;
	margin-top: 3px !important;
	margin-top: 0;
}

#dynamic_box_right #login_form .checkbox label{
}

#dynamic_box_right #login_form .checkbox input{
	width: auto;
	border: none;
	margin: 0;
	padding: 0;
	background: none;
	vertical-align:middle;
}

#dynamic_box_right #login_form .submit_button{
	float: right;
	width: 70px;
	height: 20px;
	background: #8BC442 url("../img/login_btn.png") 0 0 no-repeat;
	border: none;
	padding: 0;
}

#dynamic_box_right #login_form a{
	color: #333;
}

.edit_info {border-top: 1px solid #eee; padding-top: 4px; margin-top: 4px;}

.fp_link {
	border-top:1px solid #8BC442;
	margin-top:4px;
	padding-top:4px;
	overflow: hidden;
}

.fp_info { font-size: 11px; color: #A5A5A5; margin-bottom: 6px;}

/*** Latest comments box ***/

#latest_comments .single_comment img { float: left; margin: 2px 6px 2px 4px;}

#latest_comments .single_comment {display: block; width: 100%; overflow: hidden; padding-bottom: 4px; margin-bottom: 6px; border-bottom: 1px solid #eee;}

#latest_comments .single_comment .comment_header { font-size: 11px; color: #666;}

#latest_comments .single_comment .comment_header a {color: #8BC442;}

#latest_comments .single_comment .comment_body { padding-top: 2px; font-size: 11px;}

/*** Featured author box ***/

#box_users .box_body img { float: left; margin: 2px 6px 2px 4px;}

#box_users .box_body a { display: block; padding-bottom: 6px; color: #8BC442;}

#box_users .box_content { width: 90%; overflow: hidden;}

/*** Tag cloud box ***/

#box_center_holder #box_tags .box_content{
	width: 60%;
	text-align: center;
	margin: 0 auto;
}

#box_tags .box_content a{
	padding: 0 10px;
	white-space: nowrap;
}

#box_right_holder #box_tags .box_content{
	width: 300px;
	text-align: center;
	padding: 10px 10px 0;
}

#box_tags .readmore{
	text-align: right;
	padding: 15px 10px;
}

/*** Article page tag box ***/

#article_tags {
	background: #E8E9EA;
}

#article_tags .box_title{
	float: left;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	padding-right: .5em;
	margin-top: 11px;
}

#article_tags .article_tags{
	padding-top: 11px;
	padding-bottom: .3em;
}
#article_tags .article_tags a{
	padding-right: 5px;
}

#article_tags .article_my_tags {clear: both; padding-top: 6px; margin-top: 6px; padding-bottom: 8px; }

#article_tags .article_add_tag {padding-top: 6px; text-align: center;}

/*** Article Tools box ***/

#box_article_tools { margin-bottom: 0;}

#box_article_tools ul { font-size: 11px; float: left;}

#box_article_tools li { float: left;}

#box_article_tools ul li img { vertical-align: bottom;}

#box_article_tools ul li a {padding: 0px 4px 2px 4px; background: none; color: #666;}

#box_article_tools ul li a:hover {background: none; text-decoration: none; color: #8BC442;}

/*** Email friend box ***/

#email_to_afriend{
	position: relative;
}
#send_article {
	position: absolute;
	width: 350px;
	top: 15px;
	left: 5px;
	padding: 6px;
	border: 1px solid #999;
	background: #E8E9EA;

}

/*** Article vote box ***/

#box_article_rating {
	overflow: hidden;
	border-bottom: 1px solid #BBB;
	padding: 0 10px;
}

#stars { padding: 2px; width: 150px; overflow: hidden;}

#box_article_rating .rate_article{
	float: left;
	font-size: 1.2em;
	padding-top: 10px;
}

.article_rating { 
	color: #CECECE; 
	font-weight: bold; 
	font-size: 14px;
	float: right; 
	padding-top: 10px;
}

.standard_star { cursor: pointer;}

/*** Attachments box ***/
#dynamic_box_right .content_attachment {padding: 4px 0px; width: 100%; overflow: hidden;}

#dynamic_box_right .content_attachment img { vertical-align: bottom; float: left; padding-right: 4px;}

#dynamic_box_right .content_attachment a { width:206px; overflow:hidden; float:left;}

/*** Banners ***/
.bnr{
	margin: 15px 0;
	text-align: center;
}

/*************** FOOTER STYLES *************************************************************************************************************************/
/******************************************************************************************************************************************************/

#foot_wrapper {
	background: #8dc63f url("../img/footer.png") 0 0 no-repeat;
}

.footer {
	padding: 10px 10px 0;
	text-align: center; 
	position: relative;
	color: #666;
}

.footer  p{
	font-size: .8em;
	padding-bottom: 6px;
}

.footer a { color: #666;}

.static_footer { margin-top: 5px; padding: 12px 0px 0px; color: #fff;}
.static_footer a {color: #fff;}

/*** First level categories in footer ***/

.footer ul { text-transform: uppercase; padding: 6px 0px 6px 0px; margin: 0px;}

.footer li {display: inline; padding: 0px 3px;}

.footer li a { color:#666;}

.podarki ul{margin: 0;}
.podarki ul li{padding-left: 20px; background: transparent url(../img/right_box_bullet.gif) 6px 4px no-repeat;}

#box_company_news .short_holder .summary{
	clear: none;
}

#tvanons {
	width: 333px;
	height: 295px;
	background: #fff url(../img/tvset.png) 0 0 no-repeat;
	margin-bottom: 15px;
	position: relative;
}
#tvanons .bnr{
	position: absolute;
	width: 260px;
	height: 204px;
	top: 18px;
	left: 37px;
}
/* Styles for forms */

form { /******* Used for all forms in Vivvo *********/
	padding: 0px;
	margin: 0px;
}

input, select, textarea { }

select  {}

textarea  {border: 1px solid #C6CFD4;}

.form_line {
	margin-bottom: 6px;
	padding-bottom: 6px;
	width: 100%;
	overflow: hidden; /* if used, needs to be hidden because of Opera */
}

*:first-child+html .form_line {margin-bottom: 0px; padding-bottom: 6px;}


input.text {border: 1px solid #C6CFD4;}

select.options { border: 1px solid #C6CFD4;}



input.submit_button, button { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
}

.formElement p { margin-top: 0;}

/***************** Box forms *******************/

#dynamic_box_right .form_line label {}

#dynamic_box_right .form_line div.submit { text-align: right;}

#dynamic_box_right .form_line div.submit a { float: left; padding-top: 3px; color: #8A361C;}

/*************** CONTENT FORMS *******************************************************************************************************************/
/******************************************************************************************************************************************************/

#dynamic_box_center div.form_line label {
	text-align: right;
	padding: 3px 0px 3px 3px;
	display: block; 
	float: left;
	width: 30%;
	font-size: 12px;
	color: #666666;
}

#dynamic_box_center div.formElement {float: left; margin-left: 6px; display: inline; z-index: auto;}

#dynamic_box_center div.formElement label {
	padding: 0px;
	width: auto;
	text-align: left;
	float: none;
	display: block;
	font-weight: normal;
}

/***************** User registration form (ajax validations) *******************/

.tos_label {color:#666666;}

.tos_label a {color:#8A361C;}

.tos_box {border: 1px solid #C6CFD4; padding: 6px; margin-top: 6px; width: 350px; height: 200px; overflow: scroll;}

.tos_box pre {padding:0; margin:0; font-family: Arial, Helvetica, sans-serif;}

#error_message {background:#FCD6D4; margin-bottom: 6px;}

#error_message p {margin: 2px 0px; padding: 4px; color: #555555;}

.validation {
	padding: 2px 0px 2px 18px; 
	font-size: 11px; 
	font-weight:bold;
}

.not_valid {background: url(../img/validation_not_valid.gif) 0 0 no-repeat; color:#F3735D;}

.checking {background: url(../img/validation_info.gif) 0 0 no-repeat; color:#6b99c5;}

.valid {background: url(../img/validation_valid.gif) 0 0 no-repeat; color:#80CA73;}
.menu, .menu ul {
	margin: 0;
	padding: 0;
	border: none;
	display: block;
}

.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
	/* z-index: 5;*/
	list-style: none;
}

.menu li li {
	float: none;
	position:relative !important;
}

.menu ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10; 
	left: 0;	       /* while hidden, always keep them at the top left corner, */
	top: 0;		       /* to avoid scrollbars as much as possible */
}

.menu li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	top: 100%;	            /* 1st level go below their parent item */
}

.menu li li:hover>ul {	    /* 2nd+ levels go on the right side of the parent item */
	top: 0;
	left: 100%;
}

/* -- float.clear -- force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {/* IE7 float clear: */min-height: 0;}
/* -- float.clear.END --  */

/* -- sticky.submenu --
	it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu ul {
	background-image: url(../img/empty.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}
.menu ul ul {
	padding: 30px 30px 30px 10px;
	margin: 0;
}
/* -- sticky.submenu.END -- */



/************************************************************************************/
/*************************** DHTML_menu styles **************************************/
#mainNav {
    background: #A4CF63 url(../img/menu_bg.gif) 0 0 repeat-x;
	border: 1px solid #C4E19E;
	height: 40px;
	position: relative;
}
#mainNav *{
	/* z-index: 50000; */
}

.menu ul li {
    margin:0;
    float:none;
    border:none;
}

.menu ul li ul {
	font-size:100%;
}

.menu ul {
	width: 15em;
	margin:0; 
	padding:0;
}

.menu li:hover{
	background: #A4CF63 url(../img/menu_bg.gif) 0 -39px repeat-x;
}

.menu .haschilds{ background: #A4CF63 url("../img/menu_arrow.gif") 100% 0 no-repeat; padding-right: 10px;}
.menu .haschilds:hover{background: #888888 url("../img/menu_arrow.gif") 100% -39px no-repeat;}
.menu .haschilds ul{/* z-index: 10000; */border: 1px solid #D0E7B1;}

.menu .haschilds .haschilds{background: #A4CF63 url("../img/menu_arrow_r.gif") 100% 50% no-repeat; margin-top: -1px; padding-right: 0;}
.menu .haschilds .haschilds:hover{background-color: #B5D782; padding-right: 10px;}

.menu .haschilds .haschilds ul{
	margin-top: 0px;
	margin-left: 0px;
}

*+html .menu .haschilds .haschilds ul{ /* IE7*/
	margin-top: 0px;
}

/* Link styles */
.menu li a{
	display:block;
	padding: 10px;
	font-size: 1.3em;
	text-transform: lowercase;
}

.menu li a:link,
.menu li a:visited,
.menu li a:hover {
	color: #ffffff;
	font-weight: bold;
    text-decoration:none;
}

.menu ul li { background:#A4CF63; }
.menu ul li:hover { background:#B5D782; }

.menu ul li a:link,
.menu ul li a:visited,
.menu ul li a:hover {
	display: block;
	position: relative;
	float:none;
	height:auto;
	padding:6px 4px;
	color: #fff;
	font-size: 1.2em;
	line-height: 1.1em;
	text-decoration: none;
	font-weight: normal;
}

.menu ul li a:hover, .menu .haschilds ul li a:hover {
	color: #666;
	background: #B5D782;
}

.menu ul li ul li a:hover {
	background:#A4CF63;
}

.menu li ul li ul li a:hover {
	background: #bfbfbf;
}

.menu li li:hover>ul {	/* inset 2nd+ submenus, to show off overlapping */
	padding:0;
}

/********************************************************************************************/
/**************************** Internet Explorer only styles ********************************/

/* Hides from IE5-mac \*/
* html #mainNav a {float:left;}

* html .menu, * html .menu ul {}

* html .menu li.adxmhover {background: #888888 url(../img/menu_arrow.gif) 100% -40px repeat-x; height: 40px; color: #fff;}

* html .haschilds .haschilds a{background: #A4CF63 url(../img/menu_arrow_r.gif) 100% 50% no-repeat; }
* html .haschilds .haschilds ul a{background: none;}

* html .menu .adxmhoverUL {visibility: visible;}

* html .menu .adxmhoverUL {top: 100%; left: 0;}

* html .menu .adxmhoverUL .adxmhoverUL {top: 0; left: 100%;}

* html .menu ul a {zoom: 1;}

* html .menu ul li {display:inline !important;}

* html .menu ul li a:link,
* html .menu ul li a:visited,
* html .menu ul li a:hover {text-decoration: none; display:block;}

* html #mainNav .menu li ul li {margin:0; padding:0;}

* html .menu li li {width:100%; margin:0; padding:0;}

* html #mainNav .menu ul li a:link,
* html #mainNav .menu ul li a:visited,
* html #mainNav .menu ul li a:hover {float:none;}

* html .menu ul ul {padding:0;}
/* End hide from IE5-mac */
