@CHARSET "UTF-8";

/*
cervena	- #ab2524
zelena	- #7daa00 
*/

body {
	margin: 0;
	padding: 0;
	line-height: 160%;
	color: black;
	font-size: 0.7em;
	font-family: Verdana, "DejaVu Sans", Tahoma, sans-serif;
	background: white;
}

hr {
	display: none;
}

a {
	color: #7daa00;
}

a img {
	border: 0;
}

a:hover {
	text-decoration: none;
}

a.decorated {
	padding: 0 0 3px 20px;
	background-repeat: no-repeat;
	background-position: top left;
}

a.add_to_favs {
	background-image: url("/static/gfx/buttons/heart.png");
}

a.remove_from_favs {
	background-image: url("/static/gfx/buttons/cross.png");
}

a.favs {
	background-image: url("/static/gfx/buttons/folder_heart.png");
}

a.profile {
	background-image: url("/static/gfx/buttons/user_red.png");
}

a.watchdog {
	background-image: url("/static/gfx/buttons/transmit.png");
}

a.logout {
	background-image: url("/static/gfx/buttons/door_out.png");
}

a.mail {
	background-image: url("/static/gfx/buttons/email_go.png");
}

a.credits {
	background-image: url("/static/gfx/buttons/money.png");
}

a.delete {
	background-image: url("/static/gfx/buttons/cross.png");
}

a.detail {
	background-image: url("/static/gfx/buttons/eye.png");
}

a.contact {
	background-image: url("/static/gfx/buttons/phone_sound.png");
}

ul {
	list-style-type: square;
}

fieldset {
	border: 1px #ebebeb solid;
	margin: 10px 0;
	padding: 10px;
	width: 90%;
}

label {
	display: block;
	margin-top: 5px;
}

input {
	display: block;
	color: #4a4a4a;
}

input, select {
	font-size: 8pt;
	font-family: Verdana, "DejaVu Sans", Tahoma, sans-serif;
}	

input[type=submit] {
	display: inline;
	float: right;
	margin-right: 20px;
	border: 1px #ebebeb solid;
	background-color: #ab2524;
	color: white;
	padding: 2px 3px;
}

input[type=text], input[type=password] {
	border: 1px #ebebeb solid;
	padding: 2px;
	background-image: url("/static/gfx/back_input.png");
	background-repeat: repeat-x;
	background-position: top left;
}

legend {
	font-weight: bold;
	margin: 0 10px;
	color: #7daa00;
}

#container {
	margin: 0 auto;
	padding: 0;
	width: 916px;
	background-image: url("/static/gfx/back_container.png");
	background-repeat: repeat-y;
	background-position: top left;
	position: relative;
}

#user_management {
	position: absolute;
	top: 0;
	right: 8px;
	height: 39px;
	padding: 8px 20px 8px 11px;
	background-image: url("/static/gfx/back_login.png");
	background-repeat: repeat-x;
	background-position: top left;
}

#user_management fieldset {
	margin: 0;
	width: auto;
}

#user_management label, #user_management input {
	display: inline;
	float: none;
	margin: 0;
} 

#user_management .deco {
	position: absolute;
	display: block;
	width: 9px;
	height: 39px;
	top: 0;
	background-repeat: no-repeat;
	background-position: top left;	
}

#user_management #ldeco {
	background-image: url("/static/gfx/back_login_left.gif");
	left: -9px;
}

#user_management #rdeco {
	background-image: url("/static/gfx/back_login_right.png");
	right: 0;
}

#user_management fieldset {
	border: 0;
	padding: 0;
}

#fulltext, #fulltext fieldset {
	border: 0;
	margin: 0;
	width: 255px;
	float: right;
}

#fulltext label, #fulltext input, input#id_phone_no, input[type=radio], .form_ul li, input[type=checkbox] {
	display: inline;
}

#fulltext input {
	float: none;	
}

h1 {
	padding: 0;
	width: 900px;
	height: 206px;
	margin: 0 0 0 8px;
	position: relative;
	font-size: 3em;
	overflow: hidden;
}

h1 a {
	position: absolute;
	top: 0;
	left: 0;
	width: 900px;
	height: 206px;
	overflow: hidden;
	text-decoration: none;
}

h1 a span {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 900px;
	height: 206px;
	background-image: url("/static/gfx/back_h1.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	cursor: pointer;
}

h2 {
	font-size: 1.5em;
	margin-top: 5px;
}

h4 {
	font-size: 1.0em;
}

h2, h3, h4, strong#teaser {
	color: #ab2524;
}

h4 {
	margin: 5px 0;
}

#menu {
	width: 404px;
	height: 23px;
	margin: 0 0 0 8px;
	padding: 0 0 0 496px;
	background-color: #ab2524;
	font-weight: bold;	
	list-style-type: none;
}

#menu li {
	display: inline;
	margin: 0 20px 0 0;
	padding: 0;
}

#menu li a {
	display: block;
	float: left;
	height: 20px;
	color: white;
	padding: 3px 20px 0 20px;
	margin: 0;
	text-decoration: none;
	position: relative;	
}

#menu li a:hover, #menu li a.current {
	background-image: url("/static/gfx/back_button.png");
	background-repeat: repeat-x;
	background-position: top left;
	color: #ab2524;
	border-top: 5px #7daa00 solid;	
	margin-top: -5px;
}

#main_content {
	padding: 0 10px;
	width: 570px;
	float: left;	
}

#message {
	margin: 10px auto;
	padding: 10px;
	clear: both;
	width: 60%;	
	border: 1px #ebebeb solid;
	text-align: center;
}

#message img {
	margin-right: 20px;
}

p.err {
	color: red;
}

#sidebar {
	float: left;
	margin-top: 10px;
	width: 31%;
}

#sidebar h3 {
	margin: 15px 0 15px 20px;
}

#news {
	margin: 0 10px 0 15px;
	padding: 0 10px 0 5px;
	border-right: 1px #ebebeb solid;
	list-style-type: none;
	width: 250px;
}

#news li {
	border-bottom: 1px #ebebeb solid;
}

li img.thumb {
	float: right;
}

#favs {
	width: 320px;
}

#favs li {
	margin-bottom: 10px;
	border-bottom: 1px #ebebeb solid;
}

p#notice {
	border: 1px #7daa00 solid;
	padding: 10px;
	width: 230px;
	background-image: url("/static/gfx/icons/notice.png");
	background-repeat: no-repeat;
	background-position: 215px 35px;
	margin: 20px 0 0 20px;	
}

#search label {
	display: block;
	float: left;
	margin: 10px 25px 10px 25px;
}

#search label select {
	display: block;
}

#footer {
	width: 100%;
	clear: both;
	padding-top: 15px;
	background-image: url("/static/gfx/back_container_bottom.png");
	background-repeat: no-repeat;
	background-position: top left;
	background-color: white;
	text-align: center;
}

ul.form_errors li {
	list-style-image: url("/static/gfx/buttons/mess_err.png");
	color: red;
}

ul.favs_sidebar {
	float: right;
	list-style-type: none;
	border-left: 1px #ebebeb solid;
	padding: 0 15px 0 10px;	
}

ul.sidebar li {
	margin-bottom: 10px;
}

ul.detail_thumbs {
	float: left;
	padding: 0 10px;
	margin: 0;
	width: 140px;
}

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

ul.detail_thumbs img {
	margin: 0 0 10px 0;
	padding: 3px;
	border: 1px #ebebeb solid;
}


dl.adspace_detail {
	float: right;
	width: 405px;
}

dl dt {
	padding: 0;
	margin-bottom: 5px;
	font-weight: bold;
}

dl dd {
	padding-left: 10px;
	margin: 0 0 5px 0;
}

dl.adspace_detail dl dt {
	color: #4a4a4a;
}

ul.adactions {
	list-style-type: none;
	margin: 0 0 5px 0;
	padding: 0;
}

ul.adactions li {
	/*display: inline;*/
	border: 0 !important;
	margin: 0 !important;
}

div.adactions_detail {
	background-color: #f8f8f8;
	border: 1px #ebebeb solid;
	padding: 5px 20px;
	margin: 5px 35px 0 0;
	float: right;
	width: 80%;
}

#ImageBoxOverlay
{
	background-color: #000;
}

#ImageBoxCaption
{
	background-color: #F4F4EC;
}

#ImageBoxContainer
{
	width: 250px;
	height: 250px;
	background-color: #F4F4EC;
}

#ImageBoxCaptionText
{
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 13px;
	color: #000;
}

#ImageBoxCaptionImages
{
	margin: 0;
}

#ImageBoxNextImage
{
	background-image: url('/static/gfx/imagebox/spacer.gif');
	background-color: transparent;
}

#ImageBoxPrevImage
{
	background-image: url('/static/gfx/imagebox/spacer.gif');
	background-color: transparent;
}

#ImageBoxNextImage:hover
{
	background-image: url('/static/gfx/imagebox/next_image.jpg');
	background-repeat:	no-repeat;
	background-position: right top;
}

#ImageBoxPrevImage:hover
{
	background-image: url('/static/gfx/imagebox/prev_image.jpg');
	background-repeat:	no-repeat;
	background-position: left bottom;
}

form.smsform {
	float: right;
	margin-right: 30px;
	width: 390px;
}

form.smsform input {
	float: none;
	display: inline;
}

table.credits td {
	border: 1px #ebebeb solid;
	width: 150px;
	text-align: center;
}

table.credits th {
	color: #7daa00;
	background-color: #f8f8f8;
}

#browse {
	width: 99%;
}

#browse td {
	border: 1px #ebebeb solid;
}

#browse tr:hover {
	background-color: #f8f8f8;
}

#browse th {
	color: white;
	background-color: #ab2524;
}

#browse tr.pagination th {
	background-color: #f8f8f8;
	color: #4a4a4a;
	font-weight: normal;
}

a.selfpromo, a.selfpromo:hover {
	color: black;
	text-decoration: none;
}

#djangosite {
	margin-left: 20px;
}

#browse li {
	float: left;
	width: 40%;
}
