body {
	padding: 0;
	margin: 0;
	background-image: url(/images/background.jpg);
	font-family: Tahoma, Verdana, Helvetica;
	font-size: 12px;
	color: #FFFFFF;
}

#top_container {
	width: 984px;
	height: 205px;
	behavior: url(/css/iepngfix.htc);

	/*background-image: url(/images/logo.png);
	background-repeat: no-repeat;
	background-position: 50px 30px; */
}

#logo {
    margin-left: 50px; 
    margin-top: 30px;
}

#main_container {
	display: inline-block;
	position: absolute;
	top: 130px;
	width: 806px;
	color: #000000;
	behavior: url(/css/iepngfix.htc);
	background-image: url(/images/main_bg.png);
	background-repeat: no-repeat;
}

#links_and_text {
	height: 653px;
	display: block;
}

#lo_switch {
    font-size: 14px;
    margin-top: 40px;
    margin-left: 10px;
    margin-bottom: 20px;
    width: 200px;
    color: #5B1201;
    text-align: center;
}

#lo_switch a {
    font-size: 14px;
    color: #5B1201;
    text-decoration: none;
}

#lo_switch a:hover {
	behavior: url(/css/iepngfix.htc);
	background-image: url(/images/line.png);
    background-position: 0 5px;
}

#lo_switch a.selected {
	behavior: url(/css/iepngfix.htc);
	background-image: url(/images/line.png);
    background-position: 0 5px;
}

#links {
	font-size: 11px;
	margin-top: 5px;
	margin-left: 5px;
	display: inline-block;
	float: left;
	width: 30%;
}

#links ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#links li {
	padding: 0;
	margin: 0;
	margin-bottom: 7px;
	padding-left: 17px;
}

#links a {
	display: inline-block;
	color: #5B1201;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: bottom left;
}

#links li a:hover {
	behavior: url(/css/iepngfix.htc);
	background-image: url(/images/line.png);
}

#links .selected {
	behavior: url(/css/iepngfix.htc);
	background-image: url(/images/selected_link.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#text, .text {
	margin-top: 65px;
	display: inline-block;
	float: right;
	width: 380px;
	height: 550px;
	margin-right: 90px;
	overflow: scroll;
}

#add_header {
	behavior: url(/css/iepngfix.htc);
	background-image: url(/images/add_new_large.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 42px;
	height: 33px;
	padding-top: 20px;
	color: #787C7F;
	font-weight: bold;
	font-size: 16px;
}

#add_form {
	margin-top: 20px;
	color: #787C7F;
	font-weight: bold;
}

#add_textbox {
	width: 90%;
}

#search_box {
	display: inline-block;
	padding-left: 28px;
	height: 22px;
	width: 80%;
	behavior: url(/css/iepngfix.htc);
	background-image: url(/images/search.png);
	background-repeat: no-repeat;
	background-position: center left;
}

#text_box {
	margin-top: 20px;
	margin-bottom: 20px;
    height: 440px;
}

#rating {
	text-align: right;
	font-weight: bold;
	color: #CA5213;
	margin-right: 20px;
}

#rating span {
	padding-right: 10px;
}

#ad_date {
	behavior: url(/css/iepngfix.htc);
	background-image: url(/images/add_new.png);
	background-repeat: no-repeat;
	background-position: center left;
	height: 23px;
	color: #CA5213;
	padding-left: 32px;
	padding-top: 10px;
	margin-bottom: 5px;
}

#ad_title {
	behavior: url(/css/iepngfix.htc);
	background-image: url(/images/checked_red.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	color: #86000C;
	font-size: 14px;
	font-weight: bold;
	padding-left: 32px;
	margin-bottom: 5px;
}

#ad_text {
	padding-left: 32px;
	color: #838383;
    text-align: justify;
    margin-right: 25px;
	margin-bottom: 10px;
}

#ad_contacts {
	color: #86000C;
	padding-left: 32px;
	margin-bottom: 5px;
}

#ad_contacts span {
	font-weight: bold;
	font-size: 14px;
}

#add_comment {
	padding-left: 32px;
	margin-bottom: 30px;
}

#add_comment a {
	font-size: 11px;
	color: #CA5213;
	font-weight: bold;
	text-decoration: none;
}

#comments_title {
	behavior: url(/css/iepngfix.htc);
	background-image: url(/images/checked_orange.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	color: #CA5213;
	font-size: 14px;
	font-weight: bold;
	padding-left: 32px;
	margin-bottom: 10px;
}

#comments_text {
	padding-left: 32px;
	margin-bottom: 5px;
	color: #838383;
}

#comments_text span {
	color: #ca5213;
}

#return_to_home {
	padding-left: 32px;
	margin-top: 30px;
}

#return_to_home a {
	color: #9E8D53;
	text-decoration: none;
}

.item_title a {
	font-weight: bold;
	text-decoration: none;
	color: #9D0303;
}

.item_date {
	color: #B09D63;
}

.item_text {
	font-size: 11px;
	color: #959595;
    margin-bottom: 15px;
}

#add_box {
	display: inline-block;
	float: left;
	height: 23px;
	padding-left: 32px;
	behavior: url(/css/iepngfix.htc);
	background-image: url(/images/add_new.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-top: 7px;
}

#add_box a {
	text-decoration: none;
	font-weight: bold;
	color: #8A8F92;
}

#sort_box {
	display: inline-block;
	float: right;
	margin-right: 10px;
	margin-top: 2px;
}

#bottom {
    display: block;
    clear: both;
    margin-top: 25px;
	color: #000;
}

#bottom a {
	color: #000;
}

#bottom a:hover {
	text-decoration: none;
}

#bottom_links {
    text-align: center;
    color: #fff;
    margin-bottom: 5px;
}

#bottom_links a {
    color: #fff;
}


#copyright {
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
}

#copyright a {
    color: #fff;
}

#page_switch {
    margin-top: 20px;
    text-align: center;
}

#page_switch a {
    color: #000;
    text-decoration: none;
}

#page_switch a:hover {
    text-decoration: underline;
}

#comments_page_switch {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #CA5213;
}

#comments_page_switch a {
	color: #CA5213;
}

#comments_page_switch a:hover {
	text-decoration: none;
}

#top_text {
	display: inline-block;
	float: right;
	padding-top: 60px;
	padding-right: 80px;
	font-size: 17px;
	font-family: Arial, Verdana, Helvetica;
	text-align: right;
}

#box {
	display: inline-block;
	float: right;
}

#box a {
	color: #DA6700;
}

#box a:hover {
	text-decoration: none;
}

#box_content {
	behavior: url(/css/iepngfix.htc);
	background-image: url(/images/box_bg.png);
	background-repeat: repeat-y;
	width: 233px;
	font-size: 11px;
	color: #000000;
}

#box_bottom {
	behavior: url(/css/iepngfix.htc);
	background-image: url(/images/box_bottom.png);
	background-repeat: no-repeat;
	width: 233px;
	height: 38px;
}

#box_text {
	padding-top: 50px;
	padding-left: 60px;
	padding-right: 20px;
}

#login_form {
	padding-top: 15px;
	padding-right: 30px;
	text-align: right;
}

#login_title {
	margin: 0;
	padding: 8px 17px 5px 0;
	behavior: url(/css/iepngfix.htc);
	background-image: url(/images/login_icon.png);
	background-repeat: no-repeat;
	background-position: center right;
	color: #9D0303;
	font-size: 14px;
	height: 20px;
}

/*

.input_field {
	display: inline-block;
	padding: 0;
	background-image: url(../images/fbg.png);
	background-repeat: repeat-x;
}

.input_field input {
	float: left;
	border: 0;
	font-size: 8px;
	margin-top: 3px;
}

.input_field img {
	float: left;
}

*/

.field {
	border-top: 1px solid #404040;
	border-left: 1px solid #404040;
	border-right: 1px solid #D4D0C8;
	border-bottom: 1px solid #D4D0C8;
	width: 80%;
	margin-bottom: 3px;
	margin-top: 3px;
}

.add_field {
	width: 70%;
}

.add_select {
	width: 71%;
}

.add_text {
	width: 100%;
	height: 215px;
}

.search {
	width: 50%;
}

.submit {
	margin-left: 8px;
	padding: 2px;
	padding-left: 5px;
	border: 0;
	background-color: #8A8F92;
	/* behavior: url(./css/iepngfix.htc); */
	background-image: url(/images/submit_bg.png);
	background-repeat: no-repeat;
	background-position: center left;
	color: #FFFFFF;
	font-size: 10px;
}

.search_submit {
	margin-left: 0;
	margin-bottom: 4px;
}

.sort_submit {
	margin-left: 0;
	margin-bottom: 4px;
	/* behavior: url(./css/iepngfix.htc); */
	background-color: #9D0303;
	background-image: url(/images/red_submit_bg.png);
}

.add_submit {
	float: right;
}

.sort {
	width: auto;
}

.ad_title_1 {
	margin: 0;
	padding-bottom: 10px;
	font-size: 22px;
	font-weight: normal;
	font-family: Arial, Verdana, Helvetica;
	color: #B05F00;
}

.ad_title_2 {
	margin: 0;
	padding-top: 10px;
	font-size: 12px;
	color: #5B1201;
}

.no_margins {
	margin: 0px;
}

.no_scroll {
	overflow: visible;
}

img {
	behavior: url(/css/iepngfix.htc);
}

.error {
    display: block;
    clear: both;
    color: #9D0303; 
    font-size: 14px; 
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: 5px;
}

.error .exclamation {
    font-size: 20px; 
    font-weight: bold;
}

#lang_selection {
    margin-left: 10px;
}

#lang_selection a {
    text-decoration: none;
    font-weight: normal;
    color: #fff;
}

#lang_selection a:hover {
    text-decoration: underline;
}

.scroll {
    overflow-y: auto;
    height: 100%;
}
