body {
	font-family: verdana, serif;
	font-size: 11px;
	background-color: #ffffff;
	color: #304051;
	padding: 0;
	margin: 0;
	text-align: center;
}

a 		{ text-decoration: none; color: #35ad19 }
a:hover 	{ text-decoration: underline; cursor: pointer }
ul 		{ list-style-type: square }
img 		{ border: 0 }
label 	{ cursor: pointer }

select {
	border: 1px solid #d6d6d6;
	background-color: #f4f5f7;
	font-family: verdana, serif;
	font-size: 11px;
	width: 50px;
}

.checkbox {
	border: 0;
	cursor: pointer;
	vertical-align: middle;
}

textarea {
	width: 410px;
	height: 70px;
	background-image: url('../gfx/textarea.gif');
	background-repeat: no-repeat;
	border: 0;
	padding: 5px;
	font-size: 12px;
	color: #304051;
}
/* Top of page */
#top {
	background-color: #ffffff;
	width: 900px;
	height: 100px;
	margin: auto;
}
#top h1 { margin-top: 7px; float: left; }
#top h1 a { width: 308px; height: 87px; display: block; background-image: url('../gfx/logo.png'); }
#top h1 a span { display: none; }

#top div.right {
	text-align: right;
}
#top div.right a {
	display: block;
	float: left;
	width: 114px;
	height: 28px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	padding-top: 7px;
	background-image: url('../gfx/zakladka.gif');
	background-color: #5596d3;
}
#top div.right a:hover {
	background-color: #7caedd;
	background-image: url('../gfx/zakladka_hover.gif');
	text-decoration: none;
}
#top div.right div#selectBlog {
	position: absolute;
	margin: -50px 0 0 3px;
	padding-bottom: 4px;
	z-index: 100;
	width: 254px;
	border-top: none;
	background-image: url('../gfx/selectblog.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
}
#top div.right div#selectBlog a {
	display: block;
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	padding: 6px 0 6px 2px;
	height: auto;
	width: 246px;
	background: #fdfdfd;
	color: #000000;
	text-align: left;
}
#top div.right div#selectBlog a:hover {
	background: white;
}
#top form {
	position: relative;
	margin: 55px 0 0 0;
}
#top form #search_input {
	background-image: url('../gfx/search_input_bg.gif');
	background-repeat: no-repeat;
	color: #304051;
	width: 132px;
	height: 14px;
	border: 0;
	padding: 7px 40px 7px 6px;
}
#top form #search_submit {
	cursor: pointer;
	background-image: url('../gfx/search.png');
	background-repeat: no-repeat;
	position: absolute;
	border: 0;
	width: 35px;
	height: 28px;
	top: -1px;
	right: 0;
}
/* End top of page */

/* Menu */
#menu {
	background-image: url('../gfx/menu_bg.gif');
	background-color: #1b5790;
	min-width: 911px;
	width: 100%;
	height: 60px;
	margin: 0;
	padding: 0;
	border: 0;
}
#menu #top_menu {
	background-image: url('../gfx/top_menu_bg.gif');
	width: 900px;
	height: 21px;
	padding-top: 8px;
	margin: auto;
}
#menu #top_menu_left {
	background-image: url('../gfx/top_menu_left.gif');
	width: 6px;
	height: 21px;
}
#menu #top_menu_right {
	background-image: url('../gfx/top_menu_right.gif');
	width: 6px;
	height: 21px;
}
#menu #top_menu2 {
	background-image: url('../gfx/top_menu2_bg.gif');
	padding-top: 8px;
	width: 900px;
	height: 19px;
	margin: auto;
}
#menu #top_menu2_left {
	background-image: url('../gfx/top_menu2_left.gif');
	width: 6px;
	height: 19px;
}
#menu #top_menu2_right {
	background-image: url('../gfx/top_menu2_right.gif');
	width: 6px;
	height: 19px;
}
#menu a {
	padding: 0 12px 0 12px;
	text-decoration: none;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
}
#menu a:hover {
	color: #e4e4e4;
}
#menu div#top_menu a.active {
	padding: 9px 12px 8px 12px;
	background-image: url('../gfx/menu_pos_bg.gif');
	background-position: 50% 100%;
	background-repeat: no-repeat;
}
#menu div#top_menu2 a.active {
	padding: 9px 12px 6px 12px;
	background-image: url('../gfx/menu_pos_bg2.gif');
	background-position: 50% 100%;
	background-repeat: no-repeat;
}

#menu.nosubcategories						{ height: 32px }
#menu.nosubcategories #top_menu2 			{ display: none }
#menu.nosubcategories #top_menu_left 		{ background-image: url('../gfx/top_menu_left_no.gif') }
#menu.nosubcategories #top_menu_right		{ background-image: url('../gfx/top_menu_right_no.gif') }
#menu.nosubcategories div#top_menu a.active	{ background-image: url('../gfx/menu_pos_bg_no.gif') }
/* End Menu */

/* Content of page */
#bg {
	padding-top: 15px;
	background-color: #1b5790;
	width: 100%;
	min-width: 911px;
	min-height: 300px;
}
#content_frame {
	background-color: #ffffff;
	width: 898px;
	border: 1px solid #4989c7;
	border-top: 0;
	border-bottom: 0;
	margin: auto;
	padding: 0 0 15px 0;
	min-height: 100%;
}

#content_frame h1 {
	font-family: "Trebuchet MS";
	font-size: 22px;
	font-weight: normal;
	color: #2891bd;
	text-align: left;
	padding: 5px 10px 5px 10px;
	margin: 0;
}
#content_frame h1 span {
	color: #35ad19;
}
#content_frame h2 {
	font-family: 'Trebuchet MS';
	font-size: 19px;
	font-weight: normal;
	color: #2891bd;
	text-align: left;
	padding: 10px 10px 5px 10px;
	margin: 0;
}

#content_frame h3 {
	font-family: "Trebuchet MS";
	font-size: 20px;
	font-weight: normal;
	color: #2891bd;
	text-align: left;
	margin: 0;
}

#content {
	float: left;
	width: 660px;
}

#main_menu {
	float: right;
	width: 220px;
	padding-top: 10px;
}

#content_top {
	width: 900px;
	background-image: url('../gfx/content_t.gif');
	background-repeat: no-repeat;
	margin: auto;
	height: 5px;
}

#content_bottom {
	width: 900px;
	background-image: url('../gfx/content_b.gif');
	background-repeat: no-repeat;
	margin: auto;
	height: 6px;
}

#content_box {
	background-image: url('../gfx/menu_bg.png');
	background-repeat: no-repeat;
	background-position: left top;
	margin: 5px 0 0px 30px;
	padding: 10px 5px 15px 15px;
	text-align: left;
	min-height: 121px;
}

/* Footer of page */
#foot {
	padding-top:20px;
	background-color: #1b5790;
	min-width: 911px;
}
#foot #foot_logo {
	margin: 0 5px 5px 0;
}
#foot div.footer {
	width: 900px;
	background-color: #ffffff;
	background-image: url('../gfx/content_t.gif');
	background-repeat: no-repeat;
	margin: auto;
	padding: 10px 0 10px 0;
	color: #1b5790;
}
#foot div.foot_links {
	margin: 24px 0 0 50px;
}
#foot div.foot_links a {
	color: #1b5790;
}
#foot div.authors {
	padding: 5px 10px 0 0;
	text-align: right;
	font-size: 9px;
}
#foot div.adv {
	text-align: left;
	font-size: 9px;
	padding-left: 153px;
	color: #b2b2b2;
}
#foot div.adv a {
	color: #b2b2b2;
}
/* End footer of page */

/* Menu of page */
.box {
	background-image: url('../gfx/menu_bg.png');
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 15px;
	min-height: 141px;
}
div.box p {
	margin: 0;
	padding: 0 15px 0px 15px;
	width: 200px;
	text-align: left;
	color: #304051;
	font-size: 11px;
}

#main_menu table {
	margin: 10px 0 0 15px;
	text-align: left;
}
#main_menu table td.forget {
	font-size: 10px;
	text-align: right;
	padding-right: 7px;
}
#main_menu ul  {
	text-align: left;
	margin: 5px 0 3px -8px;
	list-style-type: square;
}
#main_menu ul li 		{ margin: 4px }
#main_menu ul li a 		{ text-decoration: underline }
#main_menu ul li.ul  	{ list-style-type: none }
#main_menu ul li.ul ul 	{ margin-left: -20px }
/* End menu of page */

/* Buttons */
input {
	font-size: 12px;
}
input.text {
	background-image: url('../gfx/text_input_bg.gif');
	background-repeat: no-repeat;
	color: #304051;
	padding: 4px 13px 0 4px;
	width: 123px;
	height: 23px;
	border: 0;
}
input.red {
	background-image: url('../gfx/submit_input_red_bg.gif');
	background-repeat: no-repeat;
	color: #c72323;
	font-weight: bold;
	width: 132px;
	height: 23px;
	border: 0;
	cursor: pointer;
}
input.blue {
	background-image: url('../gfx/submit_input_blue_bg.gif');
	background-repeat: no-repeat;
	color: #5d82a4;
	font-weight: bold;
	padding: 4px 8px 3px 4px;
	width: 132px;
	height: 23px;
	border: 0;
	cursor: pointer;
}
input.text_long {
	background-image: url('../gfx/text_input_long_bg.gif');
	background-repeat: no-repeat;
	color: #304051;
	padding: 4px 5px 0 5px;
	width: 205px;
	height: 23px;
	border: 0;
}
input.text_long_red {
	background-image: url('../gfx/text_input_long_red_bg.gif');
	background-repeat: no-repeat;
	color: #304051;
	padding: 4px 8px 0 5px;
	width: 202px;
	height: 23px;
	border: 0;
}
textarea.comment {
	background-image: none;
	width: 510px;
	height: 100px;
	border: 1px solid #d6d6d6;
	margin-bottom: 2px;
}
textarea.red {
	background-image: url('../gfx/textarea_red.gif');
}
/* end buttons */
div#content table {
	margin: 10px 0 0 0;
}
/* list table */
table#list {
	width: 610px;
	text-align: left;
}
table#list td.top {
	width: 516px;
	height: 7px;
	background-image: url('../gfx/list_table_top.gif');
	background-repeat: no-repeat;
}
table#list td.bottom {
	width: 516px;
	height: 6px;
	background-image: url('../gfx/list_table_bottom.gif');
	background-repeat: no-repeat;
}
table#list td {
	padding-left: 5px;
	height: 29px;
}
table#list td.seperator {
	height: 0;
}
table#list tr.line td {
	background-image: url('../gfx/list_line.gif');
	background-repeat: no-repeat;
	height: 1px;
}
table#list tr.top {
	font-size: 18px;
	font-weight: normal;
	font-family: "Trebuchet MS";
	color: #80c610;
	background-image: none;
}
table#list tr.top td {
	padding: 2px 0 4px 5px;
}
table#list td.leftline {
	width: 1px;
	padding: 0;
	background-image: url('../gfx/splbg.gif');
	background-repeat: repeat-y;
}
table#list tr.sptd1 a {
	color: #42a922;
}
table#list tr.sptd1 {
	color: #42a922;
}
table#list tr.sptd2 {
	color: #aeb013;
}
table#list tr.sptd2 a {
	color: #aeb013;
}
img.frame {
	background-image: url('../gfx/img_frame_small.gif');
	background-repeat: no-repeat;
	padding: 3px;
	height: 84px;
	width: 112px;
	margin: 8px 5px 6px 2px;
	float: left;
	border: 0;
}
table#list h3 {
	margin: 2px 0 -12px 0
}
table#list h3 img {
	margin: 6px 0 -3px 0;
}
/* end green table */

/* categories tree */
ul.categories {
	list-style-type: none;
	margin-left: -30px;
	padding-top: 5px;
	width: 160px;
	background-image: url('../gfx/categories_top.gif');
	background-repeat: no-repeat;
}
ul.categories li {
	list-style-type: none;
	background-image: none;
	padding: 0;
	margin: 6px 0 0 -30px;
}
ul.categories label {
	cursor: pointer;
}
ul.categories li input {
	margin: 0;
}
/* end  categories tree */
.no_margin {
	margin: 0;
	padding: 0;
}

.menu_pos:hover {
	padding: 0 12px 0 12px;
	text-decoration: none;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	background-image: url('../gfx/menu_pos_bg.gif');
	background-repeat: no-repeat;
	background-position: bottom center;
}

/* news */
div.news_box {
	margin: -10px 0 20px 0;
	float: left;
}
div.news_box h2 {
	margin-top: -10px;
}
div.news_box h2 a {
	margin-left: -10px;
	font-family: "Trebuchet MS";
	font-size: 20px;
	color: #2891bd;
}
div.news_box p {
	margin: -4px 0 6px 0;
	font-size: 10px;
	font-weight: normal;
	color: #2891bd;
	text-align: left;
}
/* end news */

/* best */
div.best_box {
	width: 270px;
	background-image: url('../gfx/menu_bg.png');
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0;
	padding: 15px 15px 15px 15px;
	text-align: left;
}
div.best_box img {
	background-image: url('../gfx/img_frame_small.gif');
	background-repeat: no-repeat;
	padding: 3px;
	margin: 0 4px 10px 0;
	float: left;
	height: 84px;
	width: 112px;
}
div.best_box p {
	margin-top: 4px;
}
div.best_box p a {
	color:#325260;
}
div.best_box a.blue, a.blue {
	color: #2891bd;
}
/* end best */

.left		{ float: left }
.right		{ float: right }
.center		{ margin: auto }
.underline	{ text-decoration: underline }
.clear {
	clear: both;
	margin: -3px 0 -3px 0;
}
.text_left 		{ text-align: left }
.text_right 		{text-align: right }
.text_center 	{ text-align: center }
.text_top 		{ vertical-align: top }
a.green_link 	{ color:#35ad19 }

.valign_top		{ vertical-align: top }
.valign_bottom 	{ vertical-align: bottom }

.blue_line {
	border: 0;
	color: #90bbe4;
	background-color: #90bbe4;
	height: 4px;
	min-width: 911px;
	width: 100%;
	margin: 0 0 1px 0;
	padding: 0;
}

.blad {
	color: #ce4040;
	font-weight: bold;
	font-size: 10px;
}
td.blad {
	width: 215px;
}
p.info {
	background-image: url('../gfx/alert.gif');
	background-repeat: no-repeat;
	background-position: 3% top ;
	color: #35ad19;
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
	padding: 3px 0 3px 50px;
}
/* small box */
div.small_box {
	width: 440px;
	background-image: url('../gfx/small_box_middle.gif');
	background-repeat: repeat-y;
	color: #35ad19;
	font-family: tahoma;
}
div.small_box_top {
	height: 5px;
	background-image: url('../gfx/small_box_top.gif');
	background-repeat: no-repeat;
	margin-top: 5px;
}
div.small_box_bottom {
	height: 4px;
	background-image: url('../gfx/small_box_bottom.gif');
	background-repeat: no-repeat;
	margin-bottom: 5px;
}
div.small_box h4 {
	font-size: 11px;
	margin: 3px 0 4px 10px;
	padding: 0;
}
div.small_box p.info {
	background-image: url('../gfx/alert.gif');
	background-repeat: no-repeat;
	background-position: 3% center;
	text-align: center;
	color: #35ad19;
	font-family: "Trebuchet MS";
	font-size: 20px;
	font-weight: normal;
	margin: auto;
	padding: 3px 110px 3px 100px;
}
div.small_box p {
	margin: 8px 10px 4px 10px;
}
/* end small box */

/* about blog */
div#aboutblog 		{ margin: 10px 0 0 5px }
div#aboutblog div.left { width: 190px }
img.mini {
	background-image: url('../gfx/img_frame.gif');
	background-repeat: no-repeat;
	width: 173px;
	height: 168px;
	padding: 3px;
	margin-bottom: 7px;
	border: 0;
	display: block;
}
div#aboutblog div.left h5 {
	font-size: 11px;
	margin: 20px 0 2px 0;
}
div#aboutblog div.left p {
	margin: 2px 0 0 8px;
}
div#aboutblog div.left span {
	font-family: georgia;
	font-size: 12px;
}
div#aboutblog div.left a {
	color: #304051;
}
div#aboutblog div.left ul {
	margin: 0 0 0 -32px;
	list-style-type: none;
}
div#aboutblog div.left ul li {
	margin-top: 3px;
}
div#aboutblog div.right {
	width: 410px;
}
div#aboutblog div.right h3 {
	width: 210px;
	color: #35ad19;
	margin: -2px 0 4px 0;
}
div#aboutblog div.right h4 {
	font-size: 17px;
	color: #1989b9;
	font-weight: normal;
}
div#aboutblog div.right a#ulubionyblog {
	font-weight: bold;
	font-style: italic;
	font-size: 11px;
	color: #304051;
}
div#aboutblog div.right p {
	min-height: 120px;
}
div#vote {
	width: 177px;
	height: 21px;
	background-image: url('../gfx/vote_field.gif');
	background-repeat: no-repeat;
	text-align: right;
	padding: 1px 2px 0 0;
}
div#vote img { cursor: pointer }
div#aboutblog div#comm_vote {
	width: 192px;
	height: 142px;
	float: right;
	color: #ffffff;
	font-size: 60px;
	font-weight: bold;
	font-family: georgia;
	text-align: center;
	padding-top: 50px;
	margin-top: -50px;
	background-image: url('../gfx/comm_vote.png');
	background-repeat: no-repeat;
}
/* end about blog */
div.favorite {
	width: 188px;
	height: 188px;
	margin: 7px 14px 7px 0;
	display: inline;
	float: left;
	background-image: url('../gfx/favorite_none.gif');
	background-repeat: no-repeat;
	text-align: center;
}
div.favorite p {
	margin: 0;
}
div.favorite p a {
	color: #7a9731;
	font-size: 12px;
	font-weight: bold;
}
div.favorite a.del {
	display: block;
	float: right;
	border: 0;
	margin: 5px 5px 0 0;
	width: 21px;
	height: 18px;
	background-image: url('/public/gfx/dark_x.gif');
	background-repeat: no-repeat;
}
div.favorite a.del:hover {
	background-image: url('/public/gfx/light_x.gif');
}
div.favorite img {
	border: 1px solid #cad6bb;
	position: relative;
	left: 7px;
	top: 17px;
	float: right;
	margin: 5px 5px 17px 5px;
}

/* synonim */
div#synonim {
	overflow: auto;
	width: 190px;
	height: 190px;
}
div.synonim {
	display: block;
	margin: 5px 0 10px 15px;
	text-align: left;
	height: 110px;
}
div.synonim img {
	display: block;
}
div.synonim img.frame {
	margin: -73px 0 0 17px;
}
div.synonim a {
	display: block;
	font-family: verdana;
	font-size: 13px;
	color: #2891bd;
	margin-bottom: 2px;
}
/* end synonim */

/* pager */
ul.pager {
	list-style-type: none;
	margin: 8px 0 5px -42px;
}
ul.pager li {
	display: inline;
	float: left;
	margin: 2px;
	height: 16px;
	width: 23px;
	background-image: url('../gfx/pager.gif');
	background-repeat: no-repeat;
	text-align: center;
	font-size: .8em;
	padding-top: 1px;
}
ul.pager li.noactive {
	background-image: url('../gfx/pager_dis.gif');
	background-repeat: no-repeat;
	color: #a9a9a9;
}
ul.pager li.noactive:hover {
	background-image: url('../gfx/pager_dis.gif');
	background-repeat: no-repeat;
	color: #a9a9a9;
}
ul.pager li a {
	display: block;
	height: 16px;
	width: 23px;
}
ul.pager li:hover {
	background-image: url('../gfx/pager_hover.gif');
	background-repeat: no-repeat;
}
ul.pager li a:hover {
	text-decoration: none;
}
ul.pager li.noactive:hover {

}
/* end pager */
a.feed {
	float: right;
	margin-top: 5px;
}
ul.sort {
	color: #2891bd;
	margin-left: -41px;
}
ul.sort li {
	display: inline;
	margin: 2px;
}

div.main_star {
	width: 141px;
	height: 141px;
	background-image: url('../gfx/main_star.png');
	background-repeat: no-repeat;
	margin: -39px 0 0 -79px;
	position: absolute;
	border: 0;
}

div#loader {
	display: none;
	position: absolute;
	z-index: 100;
	padding-top: 25px;
	width: 220px;
	height: 60px;
	background-color: white;
	background-repeat: no-repeat;
}
div#loader h5 {
	margin: 0 0 0 8px;
	float: left;
}

p.baner img {
	margin: 10px 10px 10px 0;
	display: block;
}

div.rulez { 
	margin-left: -20px;
}
div.small_box div.rulez {
	background-color: #ffffff;
	overflow: auto;
	width: 420px;
	height: 100px;
	margin: auto;
}
div.rulez ul {
	list-style-type: none;
	margin-left: -20px;
}
div.rulez ul li {
	margin-top: 10px;
}

div.msg {
	background-image: url('../gfx/box.png');
	background-repeat: repeat-x;
	width: 639px;
	height: 52px;
	margin: 0 0 10px 30px;
}
div.msg span {
	display: block;
	height: 52px;
	background-image: url('../gfx/box_alert.png');
	background-repeat: no-repeat;
	background-position: 11px 10px;
	padding: 12px 0 0 55px;
	text-align: left;
	font-size: 20px;
	color: white;
}

div.msg span.info	{ background-image: url('../gfx/box_info.png') }
div.msg span.ok	{ background-image: url('../gfx/box_ok.png') }
 
div.line {
	background-image: url('../gfx/line.gif');
	background-repeat: repeat-x;
	width: 600px;
	height: 5px;
}
img.new {
	float: left;
	margin: -12px 0 0 -20px;
	position: absolute;
}

#window {
	width: 324px;
	height: 265px;
	position: absolute;
	z-index: 100;
	background-image: url('../gfx/window.png');
	background-repeat: no-repeat;
	text-align: left;
	padding: 45px;
	color: black;
}
#window img { display: block; margin: 50px 0 40px 100px }
#window div { width: 331px; padding: 5px; border: 1px solid black; margin-left: -10px; font-size: 10px  }
#window a.x { width: 19px; height: 16px; background-image: url('../gfx/window_x.gif'); float: right; margin: -35px -35px 0 0 }