@charset "utf-8";
/* CSS Document */

/* advertise page new advertise block
----------------------------------*/

#new_advertise{
  float:left;
  padding:9px 0;
  width:252px;}

.new_advertise_header{
  background:url(../img/new_advertise.png) no-repeat;
  float:left;
  height:38px;
  width:252px;}

.new_advertise_content{
  background-color:#FFF;
  border-left:1px solid #dcdcdd;
  border-right:1px solid #dcdcdd;
  float:left;
  padding:15px 20px 0 20px;
  width:210px;}

.see_more_advertise{
  background:url(../img/all_actual_articles_back.png) no-repeat;
  float:left;
  height:32px;
  text-align:right;
  width:252px;}

.see_more_advertise a,
.see_more_advertise a:hover{
  color:#75858e;
  display:block;
  float:right;
  font-family:Arial, Helvetica, sans-serif;
  height:9px;
  text-decoration:none;
  padding:7px 27px 0 0;
  /*width:68px;*/
}

.new_advertise_block{
  float:left;
  padding-bottom:20px;
  width:210px;}

.new_advertise_separator{
  background:url(../img/doted_line.png) repeat-x;
  height:9px;
  width:210px;}

.new_advertise_comments{
  color:#9da6ab;
  float:left;
  font-size:11px;
  width:120px;}

