body {  
  padding: 0;
  margin: 0;
  font-family: Verdana;
  font-size: 12px;
  color: #766f67;
  background: url(bg.jpg) repeat-y top #8b3400;
}

a img {
  border: none;
}

a {
  color: #a50e0a;
  text-decoration: underline;
}

a:hover {
  color: #c14643;
}

ul, li, h1, h2, h3, h4, h5, h6, p, form {
  margin: 0;
  padding: 0;
}

ul li {
  list-style-position: outside;
  list-style-type: none;
}

.main {
  padding: 20px;
  min-width: 955px;
}

.row {
  width: 100%;
}

.float_left {float: left;}
.float_right {float: right;}

/* ==================== HEADER ======================= */
/* ====================================================*/

.header {
  width: 100%;
  float: left;
}

.header_left {
  float: left;
  width: 690px;
}

.header a.logo {
  text-decoration: none;
}

.header .search {
  float: right;
  width: 264px;
  margin-top: 50px;
}

.search input.short, .search input.large {
  color: #a2a2a2;
  font-family: Verdana;
  padding: 3px;
  background: #fff;
  border: 1px solid #632800;
  height: 15px;
}

.search input.submit_search {
  float: right;
  margin: 2px 0;
}

.search select {
  border: 1px solid #632800;
  height: 21px;
}

.search .row {
  padding-bottom: 50px;
}

.search .short {width: 121px;}
.search select.short {width: 129px;}

.search .large {width: 256px;}
.search select.large {width: 264px;}

/* ========================= MENU =========================*/
/* ========================================================*/

.menu {
  font-size: 18px;
  font-family: Georgia;
  float: left;
  padding-top: 8px;
}

.menu a {
  color: #fff;
  word-spacing: normal;
  float: left;
  font-size: 18px;
  padding: 7px 14px;
  margin-right: 10px;
  cursor: pointer;
}
.menu b {font-weight: normal;}

.menu a.active, .menu a:hover {
  background: url(menu_left.gif) no-repeat left top;
  padding: 0 0 0 3px;
  height: 35px;
  color: #632800;
  text-decoration: none;
}

.menu a.active span, .menu a:hover span {
  float: left;
  padding-right: 3px;
  background: url(menu_right.gif) no-repeat right top;
  height: 35px;
}

.menu a.active b, .menu a:hover b {
  float: left;
  padding: 7px 11px;
  background: url(menu_bg.gif) repeat-x left top;
  height: 21px;
}

/* ======================= CONTENT ========================*/
/* ========================================================*/

.content {
  float: left;
  width: 100%;
  clear: both;
}

.content h1 {
  font-size: 25px;
  font-family: Georgia;
  color: #242424;
  font-weight: normal;
  background: url(h1_left.png) no-repeat left top;
  height: 48px;
  float: left;
  width: 100%;
}

.content .search_header {
  font-size: 25px;
  font-family: Georgia;
  color: #242424;
  font-weight: normal;
  background: url(h1_left.png) no-repeat left top;
  height: 48px;
  float: left;
  width: 100%;
}

.content .search_header span {
  display: block;
  margin: 0 56px 0 10px;
  height: 40px;
  background: #fff;
  padding: 8px 0 0 5px;
}

.content .search_header b {
  float: right;
  width: 56px;
  height: 48px;
  position: relative;
  left: -3px;
  background: url(h1_right.png) no-repeat left top;
}

.content h1 span {
  display: block;
  margin: 0 56px 0 10px;
  height: 40px;
  background: #fff;
  padding: 8px 0 0 5px;
}

.content h1 b {
  float: right;
  width: 56px;
  height: 48px;
  position: relative;
  left: -3px;
  background: url(h1_right.png) no-repeat left top;
}

.content .left {
  margin-right: 245px;
  height: 500px;
  padding-right: 20px;
}

.content .right {
  float: right;
  width: 261px;
}

/* ====================== Content > Left > List =========================*/

.list {margin-right: 3px;}

.list_inner {
  float: left;
  width: 100%;
  background: #fff;
}

.list h5 {
  font-weight: normal;
  font-family: Georgia;
  font-size: 16px;
  color: #a50e0a;
  padding-bottom: 6px;
  float: left;
  width: 100%;
}
.list h5 a.flag {
  float: right;
  margin-right: 10px;
}

.list h5 a.list_title {
  float: left;
  margin-left: 10px;
  display: inline;
}

.list .thumb {
  margin-left: 10px;
  float: left;
}

.list .thumb img {margin-bottom: 10px;}

.list_item_descr {
  margin-left: 150px;
  padding-right: 10px;
}
.list_item_descr p {
  padding-bottom: 10px;
  line-height: 18px;
}

.list_item_descr p span {
  color: #000;
  display: block;
  margin-left: 80px;
}

.list_item_descr span.category {
  float: left;
  width: 80px;
  color: #766f67;
  margin: 0;
  /*font-weight: bold;*/
}

.grey_bg {background: #f2f2f2;}
.grey, .list_item_descr p span.grey {color: #766f67;}

.list_bottom {
  background: url(list_bottom_left.png) no-repeat left top;
  font-size: 1px;
  height: 16px;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.list_bottom span {
  display: block;
  margin: 0 10px;
  height: 16px;
  background: #fff;
}

.list_bottom b {
  float: right;
  width: 10px;
  height: 16px;
  position: relative;
  left: -3px;
  background: url(list_bottom_right.png) no-repeat left top;
}

.list_item {
  float: left;
  width: 100%;
  padding: 10px 0;
}

.list_item_padding {padding: 0 10px;}

/* ====================== Content > Right =========================*/

.box, .box2 {
  background: #e9c88e;
  padding: 7px 14px;
}
.box2 {
  background: none;
  margin-bottom: 20px;
  color: #fee1ac;
}

.box2 ul li a {
  color: #fee1ac;
  text-decoration: underline;
}
.box2 a:hover {
  color: #fff;
  text-decoration: none;
}

.box2 p {
  line-height: 18px;
  padding-bottom: 10px;
}

.box2 p a {
  color: #fff;
  font-family: Georgia;
  font-size: 14px;
}

h3, h4 {
  color: #632800;
  font-size: 25px;
  font-family: Georgia;
  font-weight: normal;
  padding-bottom: 6px;
}

h4 {color: #fff;}

.box ul.folder li {
  padding-left: 30px;
  background: url(ico.gif) no-repeat left;
}

.folder li {
  padding-left: 30px;
  background: url(ico.gif) no-repeat left;
}

.folder li a {
  text-decoration: none;
}

.folder li a:hover {
  text-decoration: underline;
}

.box ul.list li {
  padding: 4px 0 4px 30px;
  background: url(ico2.gif) no-repeat left top;
}

.box_top, .box_bottom {
  height: 7px;
  font-size: 1px;
  background: url(right_box_top.gif) no-repeat left top;
}
.box_bottom {background: url(right_box_bottom.gif) no-repeat left top; margin-bottom: 20px;}

.box.large {font-size: 16px; font-family: Georgia; line-height: 30px;}

.box2 ul li {padding: 3px 0;}

/* ====================== FOOTER =========================*/
/* =======================================================*/

.footer {  
  clear: both;
  padding-bottom: 20px;
}

.footer .footer_menu {
  word-spacing: 20px;
  padding-left: 45px;
  margin-right: 288px;
}

.footer a {
  font-size: 16px;
  color: #fff;
  text-decoration: underline;
  font-family: Georgia;
  word-spacing: normal;
}

.footer .copyright {
  float: right;
  width: 247px;
  color: #fee1ac;
}

.content_form {
  padding: 10px; 
}

.top_blocks {
  float:right;
  padding-top:20px;
  width:100%;
}

.top_blocks .col {
  background:transparent url(ico.gif) no-repeat scroll left top;
  float:right;
  line-height:18px;
  width:33%;
}

.top_blocks .col {
  line-height:18px;
}

.top_blocks .col ul li a {
  text-decoration: none;
}

.top_blocks .col ul li a:hover {
  text-decoration: underline;
 }

.top_blocks li {
  font-size:12px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  padding:8px 0 0 23px;
}

.top_blocks span a {
  padding-left:30px;
  font-weight: bold;
  text-decoration: none;
}

.top_blocks span a:hover {
  text-decoration: underline; 
}

.top_blocks span {
  font-size:14px;
  padding:10px 17px 10px 0;
}

.pager {
  font-size:12px;
  padding:10px;
  text-align:center;
}

.center_blocks {
  color:#FFFFFF;
  padding:5px 17px 40px;
  position:relative;
}  

.center_blocks .col {
  float:left;
  line-height:18px;
  width:33%;
  color:#FFFFFF;
}

.center_blocks li {
  font-size:14px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  padding:8px 0 0 23px;
}

.center_blocks li a {
  text-decoration:none;
}

.center_blocks li a:hover {
  text-decoration:underline;
}

.search_head {
  font-size: 12px;
  font-family: Verdana; 
}

.editor table.edt_controls_container td.value input.int {
 vertical-align: top; 
}

div.ads {
  padding-left: 10px;
  float: left;
}

