@charset "iso-8859-2";


#right_side {
  width: 200px;
  float: right;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  
}

.home_right_href {
  width: 200px;
  height: 614px;
  border: 0px solid black;
  text-decoration: none;
}

.right_side_img {
  width: 200px;
  height: 614px;
  border: 0px solid black;
}

.rightsearch_top_container {
  width: 200px;
  height: 46px;
  background-image: url('../img/rightpart_search_top.png');
  background-repeat: no-repeat;
  overflow: hidden;
}

.rightsearch_top {
  margin-top: 8px;
  font-size: 12px;
  font-weight: bold;
  width: 160px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #626262;
}

.rightsearch_top_span {
  text-align: right;
  font-size: 8px;
  text-transform: uppercase;
  font-weight: bold;
}

.rightpart_inside_container {
  width: 200px;
  overflow: hidden;
  background-image: url('../img/rightpart_search_inside.png');
  background-repeat: repeat-y;
}

.rightsearch_inside {
  margin-top: 5px;
  width: 180px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  line-height: 150%;
}

.rightpart_bottom_container {
  width: 200px;
  height: 8px;
  overflow: hidden;
  display: block;
  background-image: url('../img/rightpart_search_bottom.png');
  background-repeat: no-repeat;
}

.right_prod_list_div {
  width: 194px;
  height: 80px;
  border-bottom: 2px solid white;
  overflow: hidden;
}

.right_prod_list_div_no_bottom {
  border-bottom: 0px solid white;
}

.right_prod_list_div_tbl {
  width: 194px;
  height: 80px;
  font-size: 9px;
  color: black;
}

.right_prod_list_div_tbl_left_td {
  width: 134px;
  text-align: right;
  overflow: hidden;
}

.right_prod_list_div_tbl_left_td_div {
  width: 130px;
  margin-left: 0px;
  margin-right: 4px;
}

.right_prod_list_div_tbl_right_td {
  width: 60px;
  overflow: hidden;
  text-align: left;
}

.right_prod_list_div_tbl_right_td_img {
  width: 40px;
  height: 60px;
  border: 0px solid black;
  margin-left: 2px;
}