@charset "utf-8";

#cat_selector {
  margin-bottom: 30px;
}
#cat_selector select {
  background: none repeat scroll 0 0 #EAEAEA;
  border: 1px solid #999999;
  color: #888888;
  font-family: "Palatino Linotype","Book Antiqua",Palatino,serif;
  font-size: 14px;
  font-style: italic;
  font-weight: normal;
  margin: 0 10px 0 0;
  padding: 5px;
  width: 25%;
}
#cat_selector input {
  background: none repeat scroll 0 0 #f49600;
  border:none;
  color: #FFFFFF;
  display: inline-block;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 10px;
  font-weight: bold;
  padding: 10px 40px;
  text-transform: uppercase;
  cursor: pointer;
}
#cat_selector input:hover {
  background: none repeat scroll 0% 0% rgb(204, 204, 204);
  color: rgb(255, 255, 255);
}

.post_in {
  font-size: 10px;
  line-height: 14px;
  padding: 5px 0;
}
.box_img {
  margin-right: 10px;
}
.box_txt {
  width: 60%;
}
.box_txt h3 {
  margin-left:20px;
  font-size: 18px;
  /*text-transform: uppercase;*/
}
.box_txt h3 a {
  color: #006699;
  line-height: 20px;
}
.box_txt h3 a:hover, .box_txt h3 a:focus {
  color: rgb(204, 204, 204);
}
.box_txt h4 {
  font-size: 18px;
}
.publi {
  min-height: 300px;
}