@import url("reset.css"); /*Resetting margins, paddings and stuff*/

body {
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

	color: #222;
}

input
{
	border: 1px solid #ddd;
}

select
{
	border: 1px solid #ddd;
}

textarea
{
	border: 1px solid #ddd;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

a {
	text-decoration: none;
	color: #457;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

strong
{
	font-weight: bold;
}

em
{
	font-style: italic;
}

big
{
	font-size: 125%;
}

small
{
	font-size: 75%;
}


.button
{
	border: 1px solid #468;
	background-color: #468;
	color: #fff;
}

#wrap
{
	width: 100%;
	min-width: 800px;
	overflow: hidden;
}

.user_form
{
	margin: 0 auto;
	padding: 10px;
	background-color: #fafafa;
	border: 1px solid #ddd;
	font-size: 11px;
}

.form_holder
{
	margin-bottom: 5px;
	width: 100%;
	text-align: left;
}

.block_title
{
	width: 100%;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #468;
	color: #fff;
	margin-bottom: 2px;
}

.notice
{
	width: 70%;
	padding: 4px 0 4px 0;
	margin: 4px auto 4px;
	color: #fff;
	text-align: center;
	background-color: #468;
}


.header
{
	width: 950px;
	margin: 0 auto;
	text-align: left;
	background: #468 url('../../../images/menu_bg.jpg');
	height: 90px;
}

.header h1
{
	float: right;
}

.header h1 a:hover, .header h1 a:link, .header h1 a:visited, .header h1 a:active{
	font: bold 22px Arial;
	color: #ed9;
}

.header h1 a:hover {
	text-decoration: none;
}

.header_left_part
{
	float: left;
	margin-left:5px;
	margin-top:5px;
	margin-bottom:3px;
	padding-left: 90px;
	padding-right: 4px;
	width: 270px;
}

.subtitle
{
	float: right;
	width: 210px;
	font-size: 10px;
	color: #eee;
	margin-left: 3px;
	margin-bottom: 2px;
text-align: right;
}



.header_right_part
{
	float: right;
	margin-top:0;
	margin-right: 15px;
	height: 80px;
	width: 350px;
}


.header_right_part input
{
	color: #777;
}

.page
{
	clear: both;
	margin: 0 auto 10px;
	padding-top: 0;
	padding-bottom: 5px;
	overflow: hidden;
	display: block; 
	width: 930px;
	background: #fff;
	text-align:left;
}


/* Bulletin Board */
.nothing
{
	font-size:11px;
	text-align: center;

	background-color: #ddd;
	color: #222;
	padding:5px;
}

.folding_buttons
{
	margin-top: 2px;
	text-align: left;
}


table.bulletins
{
	width: 100%;
	border-spacing:0px;
	margin-top: 10px;
	border-bottom: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	margin:5px;
	margin: 10px auto;
}

table.bulletins th
{
	vertical-align: middle;
	background-color: #468;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	padding: 3px;
}

table.bulletins td
{
	overflow: hidden;
	border-top: solid 1px #ccc;
	padding: 2px;
	vertical-align: middle;
	background-color: #fafafa;
}

table.bulletins td a
{
	text-decoration: none;
}

.bulletin_content
{
	display: none;
	background-color: inherit;
	margin-top: 5px;
	font-size: 11px;
}

.bulletin_contacts
{
	margin-top: 6px;
	padding: 1px;
	font-size: 11px;
	color: #222;
}

.contacts_content
{
	display: none;
	background-color: inherit;
	font-size: 11px;
	margin-top: 3px;
}

.bulletin_contacts .bulletin_contacts a:hover, .bulletin_contacts a:link, .bulletin_contacts a:visited, .bulletin_contacts a:active
{
	color: #222;
}

.category
{
	line-height: 1.6; 
	float: left; 
	width: 290px; 
	text-align: left;
	margin-left: 10px;
	margin-bottom:10px;
}

.num_ads
{
	display: inline;
	color: #374;
	font-size: 10px;
	font-weight: normal;
	vertical-align: super;
	margin-left: 2px;
}

.pagination
{
	width: 500px;
	margin: 10px auto 10px;
	text-align: center;
}

.pagination a
{
	text-decoration: none;
	color: #666;
	padding: 3px;
	font-size: 10px;
	margin: 1px;
	border: 1px solid #e0e0e0	;
	background-color: #eee;
}

.pagination b
{
	color: #fff;
	font-size: 10px;
	font-weight: normal;
	padding: 3px;
	margin: 1px;
	border: 1px solid #a0a0a0;
	background-color: #aaa;
}


table.stat_table
{
	width: 600px;
	margin: 5px auto;
	border-spacing:0px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
}

table.stat_table th
{
	vertical-align: middle;
	background-color: #468;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	padding: 3px;
}

table.stat_table td
{
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	vertical-align: top;
	text-align: center;
	background-color: #fbfbfb;
	padding: 2px 0 2px 5px;
	color: #333;
}

table.price_table
{
	width: 100%;
	margin: 5px auto;
	border-spacing:0px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
}

table.price_table th
{
	vertical-align: middle;
	background-color: #468;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	padding: 3px;
}

table.price_table td
{
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	vertical-align: top;
	text-align: center;
	background-color: #fbfbfb;
	padding: 2px 0 2px 5px;
	color: #333;
}

.image_holder
{
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
	width: 170px;
	text-align: center
}

.image_holder_text
{
	text-align: center;
	margin-top: 3px;
	font-size: 9px;
}

.footer
{
	clear:both;
	width:700px;
	border-top: solid 1px #aaa;
	color: #888;
	font-size: 10px;
	text-align: center;
	margin:30px auto;
	padding: 3px;
}

.footer a:link, .footer a:visited, .footer a:active, .footer a:hover
{
	color: #444;
}

