/* CSS Document */
body {
	background: url(../image/body-bg.jpg) repeat;
	font-family: Verdana, 'Geneva CE', lucida, sans-serif;
	color: #333;
	font-size: 12px;
}

/*** HREF ***/
a {
	color: #f90;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#cover
{
	width: 1200px;
	margin: 0;
	padding: 0;
}
/*** HEADERS ***/
h1 {
	color: #333;
	font-size: 2em;
}

h3 {
	color: #333;
	font-size: 1.3em;
	border-bottom: 1px solid #f90;
	color: #f90;
	padding-bottom: 3px;
}

.light
{
	background: #f0f0f0;
	color: #f90;
	padding: 2px;
}
/*** CLASSES ***/
img {
	border: 0;
}

.arrows {
	width: 70px;
}

.bold {
	font-weight: bold !important;
}

.orange {
	color: #f90;
}

.odd {
	background: #f0f0f0;
}

.cleaner {
	clear: both;
	margin: 0;
	padding: 0;
}

.small {
	font-size: 0.9em;
	color: #999;
}

.delete {
	width: 100px;
}

.dialog_link {
	padding: 5px 10px 5px 20px;
	text-decoration: none;
	position: relative;
	font-size: 0.9em;
}

.dialog_link span.ui-icon {
	margin: 0 5px 0 0;
	position: absolute;
	left: .2em;
	top: 50%;
	margin-top: -8px;
}

.required {
	font-weight: bold;
}

.textleft {
	text-align: left;
}

.textcenter {
	text-align: center;
}

.textright {
	text-align: right;
}

.margin5 {
	margin: 5px;
}

.small-border {
	font-size: 0.8em;
	color: #999;
	border-bottom: 1px solid #999;
	padding-left: 5px;
	padding-bottom: 5px;
}

/*** PAGE-ARTICLE ***/
div.page-article {
    width: 300px;
    padding: 5px;
    margin: 5px;
    float: left;
}

div.page-article-category {
    margin-bottom: 5px;
}

div.page-article-category a {
    font-weight: bold;
}

div.page-article-name,div.page-article-perex,div.page-article-perex p,div.page-article-link
    {
    margin: 1px;
    padding: 1px;
}

.page-article-name a {
    color: #666;
    text-decoration: underline;
    font-weight: bold;
    font-size: 0.85em;
}

.page-article-perex,.page-article-link {
    font-size: 0.85em;
}


/*** FORM ***/
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

form {
	margin: 0;
	padding: 0;
}

legend {
	font-size: 1em;
	margin: 0;
	padding: 0 0 0.25em 0;
	color: #900;
}

legend span {
	font-size: 0.7em;
}

select {
	min-width: 250px;
}

dl {
	margin: 0 0 1em 0;
	padding: 0;
}

dt {
	width: 10em;
	padding: .5em;
	float: left;
	margin: 0;
	border-top: 1px solid #999;
}

dd {
	padding: .5em;
	border-top: 1px solid #999;
}

dd ul {
	clear: both;
	margin: 5px;
	padding-left: 110px;
	font-size: 0.9em;
}

p.hint {
	clear: both;
	color: #999;
	font-size: 0.8em;
	margin: 0;
	padding: 1px;
	margin-left: 9em;
}

.ajaxbox {
	border: 3px solid #BFDCFF;
	padding: 0.25em;
	margin-top: 0.25em;
}

input.big {
	font-size: 1.2em;
	font-weight: bold;
}

input.long,textarea.long {
	width: 550px;
}

/*** PATH ***/
.path {
	line-height: 1.3em;
	font-size: 0.95em;
}

/*** PAGE ***/
#page {
	width: 990px;
	margin: 20px 0;
	padding: 0;
	background: #fff;
	float: left;
}

#page-top {
	background: url(../image/page-top.jpg) no-repeat;
	height: 14px;
}

/*** HEADER ***/
#header {
	background: #fff;
	height: 70px;
	position: relative;
}

#logo {
	background: url(../image/logo.jpg) no-repeat;
	width: 500px;
	height: 68px;
	float: left;
	margin: 0;
	padding: 0;
}

#logo a
{
	display: block;
	width: 500px;
    height: 68px;
}
	

#language {
	width: 80px;
	position: absolute;
	font-size: 0.9em;
	color: #999;
	right: 10px;
	bottom: 10px;
}

#language a {
	color: #999;
	text-decoration: none;
}

#language a#lang-active,#language a:hover {
	color: #666;
	padding-bottom: 2px;
	border-bottom: 1px solid #666;
}

/*** TOP CONTENT ***/
#top-content {
	width: 959px;
	height: 298px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	background: url(../image/top-content.jpg) no-repeat;
}



/*** CONTENT ***/
#content {
	width: 959px;
	margin: 0 auto;
	padding: 0;
}

/*** CONTENT-LEFT ***/
#content-left {
	width: 210px;
	padding: 5px;
	float: left;
}

.block {
	width: 213px;
	margin: 5px auto;
}

.block-top {
	width: 213px;
	height: 21px;
	background: url(../image/left-top.jpg) no-repeat;
}

.block-header {
	width: 193px;
	height: 20px;
	background: url(../image/left-header.jpg) no-repeat;
	font-size: 1.3em;
	font-weight: bold;
	color: #666;
	padding-left: 20px;
	padding-bottom: 10px;
	letter-spacing: 0.2em;
}

.block-header span {
	color: #f90;
}

.block-text {
	padding-top: 10px;
	background: url(../image/left-body.jpg) repeat-y;
}

.block-text ul {
	margin: -10px 0;
	padding: 0 0 0 10px;
	list-style-type: none;
}

.block-text ul li {
	padding: 5px;
}

.block-text ul li.li-active a {
	text-decoration: underline;
}

.block-text p {
	margin: 0 auto;
	padding: 0 0 5px 0;
	color: #666;
	width: 150px;
	font-size: 0.9em;
}

.block-text p.date {
	color: #f90;
}

.block-text p.user {
	color: #f90;
	font-weight: bold;
}

.block-footer {
	width: 213px;
	height: 19px;
	background: url(../image/left-footer.jpg) no-repeat;
}

/*** CONTENT-BODY ***/
#content-body {
	width: 729px;
	_width: 720px;
	padding: 5px;
	float: right;
}

#body-content {
	width: 700px;
	margin: 0 auto;
	padding: 5px;
}

#guidepost {
	width: 720px;
	_width: 716px;
	margin: 5px auto;
	z-index: 1;
}

.gp-input 
{
	width: 240px;
	_width: 238px;
	float: left;
	height: 188px;
	background: url(../image/guidepost/01.png) no-repeat;
}

.gp-input a
{
	margin: 20px auto;
	display: block;
	width: 230px;
	height: 180px;
	text-align: center;
	color: #fff;
	font-size: 1.3em;
	letter-spacing: .05em;
	font-weight: bold;
}

.gp-input a:hover
{
	text-decoration: none;
}
/*** CATALOGUE ***/
#input-index {
	font-size: 1em;
	text-align: center;
}

#input-index a {
	font-weight: bold;
}

#index-active {
	background: #f0f0f0;
	border: 1px solid #000;
	padding: 5px;
	color: #f90;
	font-weight: bold;
}

.catalogue-input {
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}

.catalogue-perex {
	font-style: italic;
	font-size: 0.85em;
}

.offer-link {
	
}

.input-link {
	font-size: 0.85em;
	padding: 5px;
}

#offer-link {
	padding: 5px;
}

.input-left {
	width: 200px;
	float: left;
	margin: 0;
	padding: 0;
}

.input-left img {
	margin: 10px auto;
	padding: 2px;
	border: 1px solid #000;
}

.input-line {
	padding-top: 5px;
	border-bottom: 1px dotted #f90;
}

.input-name {
	color: #333;
	font-weight: bold;
	padding: 5px;
	margin: 0;
}

.input-body {
	width: 480px;
	float: right;
	margin: 0;
	padding: 0;
}

.input-perex {
	padding: 5px;
}

.input-contact {
	padding: 5px;
	background: #f0f0f0;
	border: 1px solid #999;
}

/*** FamilyHouse Company ***/
table.fh-company {
	
}

table.fh-company td {
	padding: 3px;
}

table.fh-company td.ident {
	color: #666;
	padding: 5px;
	font-size: 0.95em;
}

/*** FAMILY HOUSE ***/
.family-house {
	margin: 5px;
	clear: both;
}

.house-name {
	font-size: 1.5em;
	font-weight: bold;
	color: #f90;
}

.house-image {
	width: 300px;
	float: left;
}

.house-image img {
	padding: 5px;
}

#house-image-rest {
	display: none;
}

.house-link {
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.house-box,.house-box-odd {
	width: 350px;
	float: right;
	margin-bottom: 10px;
	padding: 5px;
}

.house-box p.ident,.house-box-odd p.ident,.house-text p.ident,.house-company p.ident
	{
	color: #666;
}

.house-box {
	border: 1px solid #999;
}

.house-box-odd {
	background: #f0f0f0;
	border: 1px solid #999;
}

.house-box p {
	padding: 5px;
}

.house-box p.ident {
	padding: 0;
	margin: 0;
}

p.house-price {
	font-size: 1.3em;
	font-weight: bold;
	padding-left: 120px !important;
}

.house-text {
	clear: both;
	border-bottom: 1px solid #999;
}

.sort span {
	background: #f0f0f0;
	padding: 5px;
}

.house-shown {
	margin-top: 10px;
	padding-top: 10px;
	color: #999;
	font-size: 0.9em;
}

/*** ARTICLE ***/
.article-info {
	color: #999;
	border-bottom: 1px dotted #999;
	font-size: 0.9em;
	padding-bottom: 3px;
}

.article-info a {
	color: #999;
}

.article-perex {
	font-size: 1.1em;
	font-weight: bold;
}

/*** ARTICLE CATEGORY ***/
.category-article-list {
	margin: 10px 0;
}

.category-article-list .article-perex {
	font-size: 1em;
	font-weight: normal;
}

.category-article-list .article-name {
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 10px;
}

.category-article-list .article-link {
	text-align: right;
	font-size: 0.9em;
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 5px;
}

/*** LOGIN FORM ***/
#login-form {
	margin: 0 auto;
	padding: 0;
	width: 200px;
}

#login-form fieldset {
	border: 0;
	padding: 0;
}

#login-form label {
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 1.2em;
}

#login-form input {
	width: 185px;
}

#login-form input#login-submit {
    width: 85px;
}

/*** USER MENU ***/
p.user-name {
	font-size: 1.1em;
}

ul.user-menu {
	margin: 0;
	padding-left: 30px;
	list-style-type: disc;
	color: #f90;
}

ul.user-menu li {
	padding-left: 5px;
	margin-left: 5px;
}

/*** INPUT LIST ***/
.input-item {
	clear: both;
	margin-bottom: 10px;
}

.input-header {
	color: #f90;
	font-size: 0.9em;
}

.input-header .input-category {
	width: 190px;
	float: left;
	border-bottom: 1px solid #f90;
	padding: 5px;
}

.input-header .input-district {
	width: 190px;
	float: left;
	border-bottom: 1px solid #f90;
	padding: 5px;
}

.input-header .input-add {
	width: 290px;
	float: left;
	border-bottom: 1px solid #f90;
	padding: 5px;
}

.input-footer {
	border: 1px solid #999;
	background: #ededed;
	padding: 5px;
}

.input-footer p {
	padding: 0;
	margin: 0;
}

.input-company {
	width: 390px;
	float: left;
}

/*** REALITY ***/
.reality-image {
	width: 300px;
	text-align: center;
	float: left;
}

#reality-right {
	width: 400px;
	float: right;
}

.reality-image img {
	padding: 2px;
	border: 1px solid #000;
	margin: 5px;
}

.company-data {
	clear: both;
}

/*** VERTICAL HREF LIST ***/
.v-href-list {
	padding: 5px;
}

.vhl-header {
	color: #999;
	padding: 2px;
	margin: 0 0 5px 0;
}

.v-href-list a {
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #999;
}

/*** REALITY CATEGORY LIST ***/

.rc-input
{
    width: 300px;
    float: left;
    margin: 5px;
}

.rc-children
{
	margin: 0 5px;
}
.rc-children a
{
	display:block;
	float: left;
	color: #999;
	padding-right: 10px;
	padding-bottom: 5px;
}
#rc-list .rc-top a
{
	font-size: 1.4em;
	background: url(../image/folder.png) left center no-repeat;
    padding: 5px 5px 5px 20px;
    margin: 0;
}	

.list-header {
	margin: 15px 5px 15px 0;
	font-size: 1.2em;
	color: #666;
	font-weight: bold;
}

#rr-list a {
	background: url(../image/world.png) left center no-repeat;
	padding: 5px 5px 5px 20px;
	font-size: 1.2em;
	display: block;
	width: 300px;
	float: left;
}

/*** RESTRICTION FORM ***/
.cb-list
{
	width: 500px;
	float: left;
}
.cb-input
{
	width: 150px;
	float: left;
}
/*** INTRO ****/
#intro
{
	width: 400px;
	color: #fff;
	padding: 50px 0 0 50px;
	font-size: 1.3em;
}
#intro p
{
	margin: 1px;
	padding: 0;
}

#links
{
	margin-top: 10px;
	padding-left: 50px;
}
.link-input
{
	background: url(../image/link.png) center center no-repeat;
	width: 126px;
	height: 19px;
	text-align: center;
	padding-top: 5px;
	font-weight: bold;
	color: #333;
	margin-bottom: 5px;
}
.link-input a
{
	color: #333;
}

#search-form
{
    position: absolute;
    top: 10px;
    right: 20px;
}

.search-form
{
	text-align: right;
}
.search-input
{
	border-bottom: 1px dotted #f90;
	padding-bottom: 5px;
}

.sr-name
{
	font-size: 1.1em;
	font-weight: bold;
	padding: 3px;
	margin-bottom: 2px;
}
/*** FOOTER ***/
#footer {
	background: url(../image/footer.jpg) no-repeat;
	height: 62px;
	color: #999;
	text-align: right;
	padding-top: 10px;
	padding-right: 20px;
	font-size: 0.9em;
}

#footer a {
	color: #999;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}