* {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
}
body {
	padding: 0 20px 10px 20px;
	background: url(../img/bg.jpg) no-repeat bottom right;
}
p {
	margin: 10px 0 10px 0;
	font-size: 12px;
}
input, textarea, select {
	font-size: 12px;
}
a:link, a:active, a:visited, a:hover {
	text-decoration: underline;
	color: #005082;
}
a:visited {
	color: #006494;
}
a img {
	border: 0;
}
ul {
	margin-left: 20px;
}
h2 {
	clear: both;
	background: url(../img/dotted_line_h.gif) repeat-x bottom;
	margin-top: 20px;
}
h3 {
	margin-top: 10px;
	clear: both;
}
table {
	margin: 10px 0;
	border-collapse: collapse;
	border: 1px solid LightGrey
}
td, th {
	padding: 5px;
	background-color: White;
	font-size: 12px;
	vertical-align: top;
}
th {
	text-align: center;
}
.category_tree {
	width: 280px;
	float: left;
	padding-right: 20px;
}
.category_tree ul {
	margin: 0;
}
.category_tree li {
	list-style: none;
	margin: 0;
	font-weight: bold;
}
.category_tree ul ul{
	margin: 0 0 10px 20px;
}
.category_tree li li{
	list-style: none;
	margin: 0;
	font-weight: normal;
}
.category_tree li li a { text-decoration: none; }
.category_tree li li a:hover { text-decoration: underline; }
.category, .ad {
	float: left;
	width: 600px;
}
.category_tree .selected a{
	/*font-size: 14px;*/
	/*color: Red;*/
}
.category_tree .selected .selected a {
	color: Red;
	font-size: 13px;
	font-weight: Bold;
	text-decoration: underline;
}
.icon {
	vertical-align: top;
}
p.pager {
	clear: both;
}
.pager a, .pager b {
	border: 1px solid LightGrey;
	padding: 3px 7px;
	margin: 5px 5px 5px 0;
	text-decoration: none;
	font-size: 13px;
}
.pager b {
	background-color: LightGrey;
}
#header {
	margin: 0 auto 0 auto;
	clear: both;
	width: 950px;
	height: 100px;
	background: url(../img/header_bg.gif) no-repeat top;
}
#header h1 {
	width: 50%;
	float: left;
	clear: right;
	padding: 29px 0 0 20px;
}
#logo-mirror {
	height: 100px;
	background: url(../img/skelbimai_logo_mirror.gif) no-repeat top left;
	background-position: 20px 49px;
}
#header p {
	width: 50%;
	font-size: 12px;
	float: left;
	clear: left;
	padding: 0 0 0 20px;
}
#header * {
	color: White;
	text-decoration: none;
}
#topmenu {
	list-style: none;
	float: right;
	clear: both;
	margin: 10px 20px 0 0;
}
#topmenu li {
	display: inline;
	margin: 0;
	padding: 0 15px 3px 15px;
	background: url(../img/menu_v_line.gif) repeat-y left;
	height: 20px;
}
#topmenu li.first {
	background: none;
}
#topmenu a {
	font-size: 13px;
	text-decoration: none;
}
#topmenu a:hover {
	text-decoration: underline;
}
#footer {
	margin: 0 auto 0 auto;
	width: 950px;
	clear: both;
	background: url(../img/dotted_line_h.gif) repeat-x top;
}
#footer * {
	font-size: 10px;
}
#footer ul {
	float: right;
	list-style: none;
	margin: 10px 0 0 0;
}
#footer li {
	float: left;
	margin: 0 0 0 20px;
}
#content {
	font-size: 12px;
	padding: 20px;
	width: 910px;
	margin: 0 auto 0 auto;
}
#google_search_form {
	width: 950px !important;
	margin: 0 auto 0 auto;
	padding: 0;
	position: absolute;
	top: 0;
}
#google_search_form *{
	vertical-align: middle;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
#google_search_form form {
	float: right;
	clear: none;
	width: auto;
	padding: 8px 8px 0 0;
}
.categories .category {
	float: left;
	width: 50%;
	padding: 10px 0 10px 0;
}
.categories .line {
	clear: both;
	height: 1px;
	background: url(../img/dotted_line_h.gif) repeat-x bottom;
}
.categories .subcategories a {
	white-space: nowrap;
}
.new_ad_form {
	width: 400px;
}
.ad_images a img{
	border: 1px solid LightGrey;
	margin: 0 10px 0 0;
}
#flashMessage, #authMessage, p.error {
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #005586;
	background-color: #8BBDDA;
}
.message, p.error{
	border: 1px solid #B22222 !important;
	background-color: #E27070 !important;
}
/* Forms */
form {
	clear: both;
	width: 100%;
}
/*fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 0;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
	margin-left: 20px;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}*/
form div {
	clear: both;
	margin-bottom: 1em;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	/*margin-left: 140px;*/
}
#content label {
	display: block;
/*	font-size: 110%;*/
	padding-right: 20px;
}
#content input, #content textarea {
	clear: both;
	display: block;
	/*font-size: 140%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;*/
	padding: 2px;
	width: 100%;
}
#content select {
	clear: both;
/*	font-size: 120%;*/
	vertical-align: text-bottom;
}
#content select[multiple=multiple] {
	width: 100%;
}
#content option {
	/*font-size: 120%;*/
	padding: 0 3px;
}
#content input[type=checkbox] {
	clear: left;
	float: left;
	/*margin: 0px 6px 7px 2px;*/
	width: auto;
}
#content input[type=submit] {
	display: inline;
/*	font-size: 110%;*/
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}
input.form-error, textarea.form-error, select.form-error {
	border: 1px solid #B22222;
}
.error-message {
	clear: left;
	color: #B22222;
}
/*label {
	float: left;
}
.new_ad_form input, .new_ad_form select, .new_ad_form textarea {
	width: 300px;
	float: left;
	margin-left: 150px;
}
.input, .submit {
	margin: 10px 0;
	clear: both;
}
input.form-error, textarea.form-error, select.form-error {
	border: 1px solid #B22222;
}
.error-message {
	clear: left;
	color: #B22222;
}
.new_ad_form .submit input {
	width: 150px;
}*/

tr.row0, tr.row0 th, tr.row0 td {
	background-color: GhostWhite;
}
tr.row1, tr.row1 th, tr.row1 td {
	background-color: White;
}