/* main_menu : START */
.main_menu ul {
	margin: 0;
	padding: 0;
	height: 40px;
	overflow: hidden;
	clear: both;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
}

.main_menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #fff;
	margin-top: 8px;
	height: 24px;	
}

.main_menu li ul {
	display: none;
}

.main_menu li a {
	font: 17px Tahoma;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}

/* main_menu : STOP */


/* bottom_menu : START */
.bottom_menu {
	float: right;
	margin-bottom: 7px;
}

.bottom_menu ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
	clear: both;
	margin-right: 10px;
	margin-left: 10px;
	text-align: right;
}

.bottom_menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-left: 4px;
	padding-right: 4px;
	border-left: 2px solid #906239;
	text-align: right;
	float: left;
}

.bottom_menu li ul {
	display: none;
}

.bottom_menu li a {
	font: 11px Tahoma;
	font-weight: bold;
	color: #906239;
	text-decoration: none;
	text-align: right;
}

/* bottom_menu : STOP */

/* left_menu : START */

.left_menu ul {
	margin: 0;
	padding: 0;
	margin-left: 20px;
}

.left_menu ul  li {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}

.left_menu ul  li a { 
	display: block;
	width: 201px;
	height: 28px;
	background: url('../img/menu_hover.png') no-repeat;
	padding-top: 8px;
	padding-left: 15px;
	padding-right: 15px;
	font: 13px Tahoma;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

.left_menu ul  li ul {
	margin: 0;
	padding: 0;
	width: 231px;
	background: url('../img/menu_bottom.png');
	background-position: bottom;
	padding-bottom: 10px;
}

.left_menu ul  li ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 231px;
	background: url('../img/menu_bg.png') repeat-y;
}

.left_menu ul  li ul li a {
	padding: 0;
	background: url('../img/kulka.png') no-repeat;
	background-position: left center;
	padding-left: 15px;
	margin-left: 10px;
	color: #000;
	display: inline;
}

.left_menu ul  li ul li ul {
	background: none;
	margin: 0;
	padding: 0;
}

.left_menu ul  li ul li ul li {
	padding: 0;
	margin: 0;
	background: none;
	width: auto;
	margin-left: 20px;
	background: url('../img/kreska.png') no-repeat;
	background-position: left center;
}

.left_menu ul  li ul li ul li a {
	padding: 0;
	margin: 0;
	margin-left: 8px;
	background: none;
	font-weight: normal;
	font-size: 12px;
	color: #595959;
	padding-left: 10px;
}

/* left_menu : STOP */

/* Breadcrumbs : START */

.breadcrumbs {
	margin-top: 7px;
	margin-left: 15px;
}

.breadcrumbs ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
	clear: both;
	font: 11px Tahoma; 
	color: #906138;
}
.breadcrumbs ul li{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

.breadcrumbs ul li a {
	font: 11px Tahoma; 
	color: #906138;
	text-decoration: none;
	padding-right: 3px;
}

.breadcrumbs ul li a:hover {
	text-decoration: underline;
}

.breadcrumbs .split {
	padding-right: 3px;
}

/* Breadcrumbs : STOP */

.mod_article .mod_title, .mod_article_list .mod_article .mod_title a
{
	color: #97b61b;
	font: 23px Tahoma;
	font-weight: bold;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	text-decoration: none;
}

.mod_article_list .mod_read_more {
	text-align: right;
}

.mod_article_list .mod_read_more a {
	font: 12px Tahoma;
	color: #97b61b;
	text-decoration: none;
}

.mod_article_list .mod_read_more a:hover {
	text-decoration: underline;
}

.mod_search h3 {
	color: #97b61b;
	font: 23px Tahoma;
	font-weight: bold;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	text-decoration: none;
}

.mod_search a {
	font: 12px Tahoma;
	color: #000;
	text-decoration: none;
}

.mod_search a:hover {
	text-decoration: underline;
}


.mod_article .mod_comments {
	text-align: left;
}

.mod_article .mod_comments a {
	color: #000;
	font: 11px Tahoma;
	text-decoration: none;
}

.mod_article .mod_empty_comments {}
.mod_article .mod_new_comments {}

/* komentarze : START */

.mod_empty_comments, .mod_new_comments   {
	width: 100px;
	height: 22px;
	background: url('../img/comments.png') no-repeat;
	display: block;
	padding-left: 50px;
	padding-top: 8px;
	font: 11px Tahoma;
	color: #5f5f5f;
	text-decoration: none;
	background-position: top;
}

.mod_empty_comments:hover, .mod_new_comments:hover  {
	background-position: bottom;
}

.mod_all_comments {
	padding-top: 20px;
	clear: both;
}

.mod_comments {
	width: 640px !important;  
	clear: both !important;
	overflow: hidden;
	margin-bottom: 10px;
}

.mod_comments .mod_top {
	height: 10px;
	background: url('../img/comment_top.png') ;
}
.mod_comments .mod_bottom {
	height: 10px;
	background: url('../img/comment_bottom.png') ;
}

.mod_comments .mod_center {
	background: url('../img/comment.png') repeat-y;
	padding-left: 10px;
	padding-right: 10px;
	width: 630px;
}

.mod_main_label {
	font: 14px Tahoma;
	font-weight: bold;
	color: #000;
}

.mod_comments .mod_title {
	width: 410px !important;
	float: left;
	font: 11px Tahoma;
}

.mod_comments .mod_created_at {
	width: 190px !important;
	float: right;
	text-align: right;
	font: 11px Tahoma;
	padding-right: 5px;
}

.mod_comments .mod_content {
	clear: both;
	font: 11px Tahoma;
	color: #5f5f5f;
	padding-top: 5px;
	padding-bottom: 5px;
}

.mod_comments .mod_author {
	color: red;
	text-decoration: none;
	font: 11px Tahoma;	
}

.mod_comments .mod_author  a {
	color: red;
	font: 11px Tahoma;	
}

.mod_comment_form {
	width: 640px !important;  
	overflow: hidden;
}

.mod_comment_form .mod_top {
	height: 10px;
	background: url('../img/comment_top.png') ;
}
.mod_comment_form .mod_bottom {
	height: 10px;
	background: url('../img/comment_bottom.png') ;
}

.mod_comment_form .mod_center {
	background: url('../img/comment.png') repeat-y;
	padding-left: 10px;
	padding-right: 10px;
	width: 660px;
	overflow: hidden;
}

.mod_comment_form #comments_title {
	width: 300px;
}

/* komentarze : STOP */