/*top right bottom left*/

/* Body and Global Reset
----------------------------------------------- */
body {
  margin: 0;
  background: #FBFCF2;
  font-family: "Lucida Grande", Geneva, Verdana, Arial, sans-serif;
}
* {
  margin: 0;
  padding: 0;
  list-style: none;
}


/* ----------- Account ------------------------ */
#account { background: #fff; }
#account .inner {
  position: relative;
  margin: 0 auto;
  padding: 8px 0 8px 0;
  width: 752px;
}
#account p {
  margin: 0 0 0 1px;
  font-size: .6em;
  color: #444;
}
#account #login {
  position: absolute;
  top: 28px;
  right: 0;
  height: 23px;
  z-index: 100;
}
#account #login p {
  padding: 5px 10px 10px 10px;
        height: auto;
        background: #fff;
        border-left: solid 1px #D2D6B8;
        border-right: solid 1px #D2D6B8;
        border-bottom: solid 1px #D2D6B8;
  margin: 0;
  float: right;
  width: auto;
}
#account #login p span { color: #aaa; }

/* Main Wrappers
----------------------------------------------- */
#wrapper {
  border-top: solid 1px #D2D6B8;
  background: #FBFCF2 url(wrapper.png) repeat-x 0 0;
}
#wrapper .inner {
  position: relative;
  margin: 0 auto;
  padding: 50px 0 0 0;
  width: 752px;
}

/* Heading
----------------------------------------------- */
#heading {
  margin: 0px;
  float: left;
  clear: both;
  width: 752px;
  padding: 0 0 40px 0;
  text-align: center;
}
#heading a {
  text-decoration: none;
  cursor: hand;
}

/* Search box
----------------------------------------------- */
#search {
  top: -20px;
  background: #fff;
  position: relative;
  padding: 5px 0 0 0;
  clear: both;
  border: 1px solid #D2D6B8;
}
#search .inner {
  position: static;
  width: auto;
  margin: 0;
  padding: 3px 15px 8px 15px;
  background: #fff;
}
#search .inner label {
  margin: 0 0 8px 0;
  display: block;
  font-size: .9em;
  color: #777;
}
#search .inner label span { color: #adadad; }
#search .inner #query {
  margin: 0 10px 0 0;
  font-size: 18px;
  width: 570px;
}
#search .inner .btn {
  margin: -7px 0 0 0;
  vertical-align: middle;
  font:14px;
  border:1px solid #FFFFFF;
  background-color:#BBCD40;
  color:#FFFFFF;
  font-weight:bold;
  cursor: hand;
  padding: 2px 15px 2px 15px;
}

#up_search {
  font-size: 12px;
  padding: 0 15px 5px 15px;
}
#up_search span {
  border-bottom: 1px solid #BBCD40;
}

#search .inner td {
  font-size: 12px;
  padding: 0 25px 0 25px;
  cursor: hand;
}

#search td a{
  text-decoration: none;
  color: #000000;
}

/* Search box: Underwrap
----------------------------------------------- */
#search.has_under { margin-bottom: 0; }
#search.has_under .inner { background: url(under_search.png) no-repeat 0 100%; }
#under_search {
  padding: 0 15px 15px 15px;
  font-size: 12px;
}


#under_search p {
  font-size: 12px;
  line-height: 19px;
  color: #111;
}
#under_search p a {
  padding: 1px 3px 1px 3px;
  background: #9BB010;
  color: #fff;
  border-bottom: none;
  text-decoration: none;
}
#under_search p a:hover { background: #6F7E0B; }


/* Three up
----------------------------------------------- */
#wrapper .three_up {
  float: left;
  clear: both;
  margin: 0 0 25px 0;
  width: 752px;
  border: 1px solid #D2D6B8;
  padding: 0;
  background: #fff;
}
#wrapper .three_up .node {
  position: relative;
  float: left;
  width: 220px;
  padding: 15px;
  border-right: solid 1px #E4E5DC;
}
/* высота блока с ссылками макс - 260 */
#wrapper .three_up.searches .node {
  height: 400px;
}
#wrapper .three_up.about .node {
  height: 130px;
}
#wrapper .three_up .node h3 {
  /*верхнего, правого, нижнего и левого*/
  margin: 8px 0 0 0;
  font-size: .9em;
  font-weight: normal;
  color: #00324D;
}
#wrapper .three_up.searches .node h3 {
  color: #aaa;
}
#wrapper .three_up .node h3 strong {
  font-weight: normal;
  color: #00324D;
}
#wrapper .three_up .node p {
  font-size: .7em;
  line-height: 1.4em;
  color: #434343;
}
#wrapper .three_up .node p.more {
  position: absolute;
  bottom: 15px;
  right: 15px;
}

#wrapper .three_up .node ul {
  margin: 0 0 0 15px;
}
#wrapper .three_up .node li {
  margin: 0 0 3px 0;
  list-style: disc;
  font-size: .7em;
  line-height: 1.4em;
  color: #aaa;
}
#wrapper .three_up .node.first {
  background: url(box_left_notrans.png) no-repeat 0 0;
}
#wrapper .three_up .node.last {
  background: url(box_right_notrans.png) no-repeat 100% 0;
  border-right: none;
}

/* Footer
----------------------------------------------- */
#wrapper #footer {
  width: 752px;
  float: left;
  clear: both;
  margin: 0;
}
#wrapper #footer p {
  float: left;
  padding: 2px 15px 30px 15px;
  text-align: center;
  font-size: .7em;
  color: #979893;
}
#wrapper #footer p a { color: #979893; }
#wrapper #footer p a:hover { color: #1a1a1a; }
#wrapper #footer p.left {
  text-align: left;
}
#wrapper #footer p.right {
  text-align: right;
}

#wrapper #footer p.right a:hover { background-position: 100% -24px; }
#wrapper #footer p.right a span { display: none; }

#login a, #search a, #footer a, .three_up a {
  padding-bottom: 1px;
  color: #9BB010;
  text-decoration: none;
  border-bottom: dotted 1px #ccc;
}
#login a:hover, #search a:hover, #footer a:hover, .three_up a:hover {
  color: #111;
  border-bottom: solid 1px #ccc;
}

#arts {
  padding: 5px;
}
#arts h1 {
  color: #136EA3;
  font-size: 16px;
  padding: 0 0 5px 0;
  font-weight: bold;
}
#arts h2 {
  color: #BBCD40;
  font-size: 12px;
  padding: 0 0 5px 0;
}
