body{
   font: 78% 'Trebuchet MS',Arial,sans-serif;
   background-color : #FFF6DD;
   text-align: center;
   color: #272151;
}

a{
   color: #1E26B5;
   text-decoration: none;
}

a:hover{
   color: #435A5B;
}

td{
   vertical-align: top;
}

.hidden {
     display: none;
}

textarea {
   width: 400px;
   float: left;
   background-color: #E8F3DA;
   color: green;
   height: 120px;
   border: 1px solid #D4D0C8;
}

input.text {
   font-size: 0.7em;
   color: #000000;
   border: 1px solid #D4D0C8;
   color: #1618E6;
}

select {
   background: #E8F3DA;
   font-size: 1em;
}

.title{
   width: 200px;
   height: 15px;
   background: #E8F3DA; /* фоновый цвет */
   border: 1px solid #D4D0C8; /* рамка */
   margin-bottom: 6px;
}

.price{
   width: 60px;
   height: 15px;
   background-color: #E8F3DA; /* фоновый цвет */
   border: 1px solid #D4D0C8; /* рамка */
   margin-bottom: 6px;
}

h1{
   color: #F2FEE9;
   padding-left: 30px;
   margin-top: 0px;
   margin-bottom: 0px;
   line-height: 3em;
   font-family: 'Trebuchet MS',Arial,sans-serif;
   font-size: 22px;
   background-color: #008000;
}

h1 a {
   color: #fff;
   text-decoration: none;
}

h1 a:hover{
   text-decoration: underline;
   color: #fff;
}

h2{
   font-size: 1em;
   font-weight: bold;
   border-bottom: solid 1px;
   margin: 15px 20px 10px 20px;
   padding: 0px 0px 5px 5px;
   letter-spacing: 0.2em;
}

h3{
   font-weight: bold;
   line-height: 1em;
   margin: 0px;
   padding: 3px;
   text-align: center;
   background: #008000;
   letter-spacing: 0.1em;
   font-size: 1em;
}

#container{
   width: 1037px;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
   border: 1px solid #008000;
   background: #F2FEE9;
   margin-top: 10px;
   overflow:hidden;
}

/************************* main content *************************/
#content{
   width: 790px;
   border-right: 200px solid #F2FEE9; /* The width and color of the rail */
   margin-right: -200px;
   float:left;
}

#content h3{
   background: inherit;
   text-align: left;
   margin-left: 20px;
}

#right_menu{
   width: 240px;
   float:right;
   text-align: center;
}

#left_menu{
   float: left;
   width: 294px;
}

#center{
   float:left;
   width: 480px;
}

#content p{
   margin-left: 20px;
   text-align: justify;
   text-indent: 20px;
   line-height: 1.2em;
}

#review{
   margin-left: 4px;
   text-align: justify;
   text-indent: 20px;
   line-height: 1.2em;
}

#filter{
   text-align: center;
   border: 1px solid #008000;
   background: #DFFFDF;
   width: 100%;
}


#review{
   width: 480px;
   border-right: 350px solid #F1F6F9;
   margin-right: -350px;
   float:left;
   border: 1px solid #ECFEDD;
}

#object{
}

#object p{
   margin: 10px 20px 10px 20px;
   text-align: justify;
   text-indent: 20px;
   line-height: 1.2em;
}

.hot_objects{
   width: 165px;
   float:left;
   text-align: center;
   text-indent: 0px;
   padding: 2px;
   margin-left: 10px;
   border: 1px solid #008000;
   background: #DFFFDF;
}

.main_item{
   float:left;
   width: 70%;
}

.faq{
   border: 1px dashed #C0E09C;
   padding: 10px;
   background: #E9FED8;
}

.rss_header{
   background: #E6E6E6;
   border-bottom: 1px dotted #008000;
   border-top: 1px dotted #008000;
   font-weight: bold;
}
/**************************** Items CSS ****************/
#item{
   border: 1px solid #C7E6FA;
   line-height: 1.2em;
   margin: 10px 0px 10px 25px;
   width: 90%;
}

#item h1{
   color: #102E7F;
   font-weight: bold;
   margin: 0px;
   padding: 3px;
   text-align: center;
   background: #C7E6FA;
}

#item #descr{
   padding: 2px 5px 0px 5px;
   text-align: justify;
   text-indent: 20px;
   line-height: 1.2em;
   vertical-align: top;
}

#item #date{
   text-align: right;
   margin-right: 3px;
}

#item_header{
   background: #008000;
   color: #fff;
   text-align: center;
   font-weight: bold;
   font-size: 1.1em;
}

#items{
   border: 1px solid #008000;
   text-align: center;
   line-height: 1em;
   margin: 0px 20px 0px 20px;
   width: 96%;
}

#items h3{
   text-align: center;
   background: none;
}

.error{
   font-weight: bold;
   color: red;
}

span.req {
        margin-left: 3px;
        color: #FF0000;
        font-weight: bold;
}

/**************************** Footer *******************/
#footer{
   border-top: 1px solid #008000;
   width: 100%;
   font-weight: normal;
   text-align: center;
   background: #008000;
   float:left;
   margin-top: 10px;
}

#footer A:link {
        COLOR: #FFFFFF; text-decoration: none;
}
#footer A:visited {
        COLOR: #FFFFFF; text-decoration: none;
}
#footer A:active {
        COLOR: #FFFFFF; text-decoration: none;
}
#footer A:hover {
        COLOR: #FFFFFF; text-decoration: underline;
}

#link{
   padding: 10px;
   font-size: 0.9em;
}

/******************* Hot News CSS *********************/
#news{
   padding: 0px;
   margin: 2px 5px 0px 5px;
   border: 1px solid #008000;
   background: #FFF0B4;
   width: 96%;
}

#news h3{
   color: #fff;
}

#news_body{
   padding: 3px;
   text-align: justify;
   text-indent: 15px;
   line-height: 1.2em;
}

#news_dates{
   text-align: right;
   margin-right: 3px;
   font-weight: bold;
   font-size: 10px;
}
/*********************** Creeping line *****************/
#creeping{
   line-height: 1.6em;
   width: 100%;
   color: #FFFF00;
}

#creeping a{
   color: yellow;
}

#creeping a:hover{
   color: black;
}

/*********************** Search ************************/
#search{
    background: url(../images/top_right.jpg) no-repeat;
    width: 266px;
    height: 168px;
}

.buttons {
    font-weight: bold;
    border: 1px solid #009997;
    background: #016D07;
    cursor: pointer;
    color: #fff;
    font-size:1em;
}

/************************** Our CSS Menu ************************/
ul#navigation-1
	{ margin:0; padding:1px 0; list-style:none; width:100%; height:21px; border-top:1px solid #008000; border-bottom:1px solid #008000; font:normal 8pt verdana, arial, helvetica;}
ul#navigation-1 li
	{ margin:0; padding:0; display:block; float:left; position:relative; width:148px; }
ul#navigation-1 li a:link,
ul#navigation-1 li a:visited
	{ padding:4px 0; display:block; text-align:center; text-decoration:none; background:#008000; color:#ffffff; width:148px; height:13px; }
ul#navigation-1 li:hover a,
ul#navigation-1 li a:hover,
ul#navigation-1 li a:active
	{ padding:4px 0; display:block; text-align:center; text-decoration:none; background:#ec454e; color:#ffffff; width:146px; height:13px; border-left:1px solid #ffffff; border-right:1px solid #ffffff; }
	
ul#navigation-1 li ul.navigation-2
	{ margin:0; padding:1px 1px 0; list-style:none; display:none; background:#ffffff; width:146px; position:absolute; top:21px; left:-1px; border:1px solid #008000; border-top:none; }
ul#navigation-1 li:hover ul.navigation-2
	{ display:block; }
ul#navigation-1 li ul.navigation-2 li
	{ width:146px; clear:left; width:146px; }

ul#navigation-1 li ul.navigation-2 li a:link,
ul#navigation-1 li ul.navigation-2 li a:visited
	{ clear:left; background:#008000; padding:4px 0; width:146px; border:none; border-bottom:1px solid #ffffff; position:relative; z-index:1000; }
ul#navigation-1 li ul.navigation-2 li:hover a,
ul#navigation-1 li ul.navigation-2 li a:active,
ul#navigation-1 li ul.navigation-2 li a:hover
	{ clear:left; background:#ec454e; padding:4px 0; width:146px; border:none; border-bottom:1px solid #ffffff; position:relative; z-index:1000; }

ul#navigation-1 li ul.navigation-2 li ul.navigation-3
	{ display:none; margin:0; padding:0; list-style:none; position:absolute; left:145px; top:-2px; padding:1px 1px 0 1px; border:1px solid #008000; border-left:1px solid #008000; background:#ffffff; z-index:900; }
ul#navigation-1 li ul.navigation-2 li:hover ul.navigation-3
	{ display:block; }
ul#navigation-1 li ul.navigation-2 li ul.navigation-3 li a:link,
ul#navigation-1 li ul.navigation-2 li ul.navigation-3 li a:visited
	{ background:#008000; }
ul#navigation-1 li ul.navigation-2 li ul.navigation-3 li:hover a,
ul#navigation-1 li ul.navigation-2 li ul.navigation-3 li a:hover,
ul#navigation-1 li ul.navigation-2 li ul.navigation-3 li a:active
	{ background:#ec454e; }
ul#navigation-1 li ul.navigation-2 li a span
	{ position:absolute; top:0; left:132px; font-size:12pt; color:#fe676f; }
ul#navigation-1 li ul.navigation-2 li:hover a span,
ul#navigation-1 li ul.navigation-2 li a:hover span
	{ position:absolute; top:0; left:132px; font-size:12pt; color:#ffffff; }
