html {
  margin:0;
  padding:0;
  width:100%;
  height:100%;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: Tahoma, Helvetica, sans-serif;
  font-size: 10pt;
  background: #dfded9;
  color: #565656; 
}

a img {border: 0;}
a {
  clip: auto;
  outline-style : none;
  color: #FFF;
}

.hided {
  display: none;
}

.br_1 {font-size: 1px;}
.br_2 {font-size: 2px;}
.br_3 {font-size: 3px;}
.br_4 {font-size: 4px;}
.br_5 {font-size: 5px;}

h1, h2, h3, h4, h5 {color: #c9c9c9; margin: 0; padding: 0; font-weight: normal;}
h1 {font-size: 30px;}
h2 {font-size: 18px;}
h3 {font-size: 16px;}
h4 {font-size: 14px;}
h5 {font-size: 12px;}

.floated_left {float: left;}
.floated_right {float: right;}

#overlay {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1000;
}

#site {
  width: 900px;
  position: absolute;
  left: 50%;
  margin-left: -450px;
  height: auto;
  padding-left: 20px;
  padding-top: 20px;
  border: 0px #000 solid;
}

#content{
  background-color: #fff;
  position: relative;
  border: 1px #b5b5b5 solid;
  width: 840px;
}

#main_menu {
  margin: 20px;
  border: 1px #c9c9c9 solid;
  padding: 5px;
  width: 790px;
  height: 20px;
}
#main_menu a{
  color: #b5b5b5;
  text-decoration: none;
  font-size: 11px;
  margin-right: 10px;
  margin-left: 5px;
}
#main_menu a:hover{
  color: #929292;
}

#logo_search {
  margin: 20px;
  padding: 5px;
  width: 790px;
  height: auto;
  margin-bottom: 0px;
}

#page_data {
  margin: 10px;
  padding: 0px;
  width: 810px;
  height: auto;
  margin-top: 0px;
}

.data {
  width: 500px;
  height: auto;
  padding: 0px !important;
  border: 0px #000 solid;
}

.side {
  background-color: #f3f3f3;
  width: 269px;
  height: auto;
  padding: 10px;
}

#top_rating {
  height: 250px;
}

#top_rating, #videos_list, #categories_box, #adv_wrapper{
  background-color: #fff;
  position: relative;
  border-left: 1px #b5b5b5 solid;
  border-right: 1px #b5b5b5 solid;
  border-bottom: 1px #b5b5b5 solid;
  font-size: 10px;
  width: 265px;
}
#videos_list, #adv_wrapper {
  border-top: 1px #b5b5b5 solid; 
}
#videos_list a{
  color: #929292;
  text-decoration: none;
}

#videos_list ul{
  margin: 0;
  padding: 0;
  list-style-position: inside;
}
#videos_list ul li{
  margin-left: 5px;
  cursor: pointer;
}
#videos_list ul li span:hover{
  color: #c2c2c2;
}

#categories_box ul {
  margin: 0px;
  padding: 12px;
  list-style-position: inside;
  font-size: 11px;
}

#categories_box ul li{
  margin-left: 10px;
  list-style: square;
}
#categories_box ul li a{
  color: #989898;
  text-decoration: none;
  font-size: 12px;
}
#categories_box ul li a.current{
  /*color: red;*/
  text-decoration: none;
  font-weight: bold;
}

.tab_active {
  width: 108px;
  height: 30px;
  background: url(../images/tab_active.png) no-repeat top;
  float: left;
  text-align: center;
  font-size: 10px;
  padding-top: 5px;
  cursor: pointer;
}
.tab_inactive {
  width: 108px;
  height: 30px;
  background: url(../images/tab_inactive.png) no-repeat top;
  float: left;
  text-align: center;
  color: #fff;
  font-size: 10px;
  padding-top: 5px;
  cursor: pointer;
}

#footer{
  position: relative;
  width: 900px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 10px;
}
#footer a{
  color: #6A90BB;
  font-size: 10px;
}

.rating_table {
  font-size: 11px;
  color: #929292;
}
.rating_table tr{
  height: 20px;
}
.rating_table .rownum{
  text-align: center;
  width: 30px;
}
.rating_table .text{
  text-align: left;
  width: auto;
}
.rating_table .text a{
  color: #929292;
  text-decoration: none;
}

.rating_table .number{
  text-align: right;
  width: 20px;
}
.rating_table .odd {background-color: #f3f3f3;}
.rating_table .even {background-color: #fff;}

.small_box {
  background: transparent url(../images/small_box.png) no-repeat top left;
  width: 238px;
  height: 163px;
  float: left;
  padding: 5px;
}
.recipe_preview {
  font-size: 10px;
  padding: 10px;
  height: 103px;
  overflow: hidden;
}

.large_box {
  background: transparent url(../images/large_box.png) no-repeat top left;
  width: 480px;
  height: 232px;
  padding: 15px;
}
.article_preview {
  font-size: 10px;
  padding: 10px;
  text-align: justify;
  height: 135px;
}

#page_navigator {}
#page_navigator .pager {
  background-color: #efefef;
  float: left;
  border: 1px #b5b5b5 solid;
  font-size: 10px;
  padding: 4px;
  width: 16px;
  text-align: center;
  margin-right: 2px;
  margin-top: 2px;
  color: #6AAACF;
}
#page_navigator .pager:hover {
  background-color: #fff;
}
#page_navigator .nolink{
  background-color: #efefef;
  float: left;
  border: 1px #b5b5b5 solid;
  font-size: 10px;
  padding: 4px;
  width: 16px;
  text-align: center;
  margin-right: 2px;
  margin-top: 2px;
  color: #000;
}

.recipe_wrapper{
  padding: 20px;
  font-size: 11px;
  width: 450px;
  border: 0px #000 solid;
}

.recipe_btns {
  padding: 20px;
  font-size: 11px;
  width: 450px;
  border: 0px #000 solid;
  text-align: right;
}

.recipe_btns img{
  cursor: pointer;
}

.recomendation {
  background-color: #DFDFDF;
  border: 1px #8F8F8F solid;
  padding: 5px;
  color: #000;
  font-size: 10px;
  margin-top: 5px;
}
.recomendation img{
  margin-right: 10px;
}
.recomendation p{
  text-align: right;
  margin: 0px;
}

.comment {
  background-color: #fff;
  border-bottom: 1px #8F8F8F dotted;
  padding: 5px;
  color: #878787;
  font-size: 10px;
  margin-top: 5px;
  width: 440px;
  margin-left: 20px;
}
.comment img{
  margin-right: 10px;
}

.comment p{
  text-align: right;
  margin: 0px;
}

.article_text {
  font-size: 10px;
  width: 95%;
}

#site_map a {
  color: #989898;
}

#adv_wrapper {padding: 5px;}
#adv_wrapper a {color: blue;}
