div.body {
  background-image:    url(/images/global/leftbackground.gif);
  background-repeat:   repeat-y;
  background-position: left top;
}

div.body_left {
  width:               162px;
  padding:             0 3px 0 2px;
  text-align:          left;
  margin-bottom:       110px;
}

div.body_right {
  width:               811px;
  text-align:          left;
  margin-bottom:       110px;
}

div.body_right.advert {
  margin-bottom:       30px;
}

div.body_right.short {
  margin-bottom:       0;
}

/* REFINE SEARCH FORM */

div.refinesearch_form {
  width:               162px;
  overflow:            hidden;
  padding-bottom:      10px;
}

div.refinesearch_form div.row {
  width:               154px;
  padding:             2px 4px 2px 4px;
}

div.refinesearch_form div.half {
  width:               73px;
  padding:             0 4px 0 4px;
}

div.refinesearch_form div.title {
  background-image:    url(/images/search/refinetitleback.gif);
  background-repeat:   repeat-x;
  height:              29px;
  padding:             0 4px 0 7px;
  margin-bottom:       5px;
  width:               151px;
  font-size:           18px;
  line-height:         29px;
}

div.refinesearch_form div.row select {
  width:               150px;
}

div.refinesearch_form div.half select {
  width:               65px;
}

div.refinesearch_form div.row input.priceinput, div.refinesearch_form div.row input.areainput {
  width:               140px;
}

div.refinesearch_form div.center {
  text-align:          center;
}

/* SMALL SEARCH FORM */
div.smallsearch_form {
  width:               162px;
  overflow:            hidden;
  padding-bottom:      10px;
}

div.smallsearch_form div.row {
  width:               154px;
  padding:             2px 4px 2px 4px;
}

div.smallsearch_form div.title {
  background-image:    url(/images/search/refinetitleback.gif);
  background-repeat:   repeat-x;
  height:              29px;
  padding:             0 4px 0 7px;
  margin-bottom:       5px;
  width:               151px;
  font-size:           18px;
  line-height:         29px;
}

div.smallsearch_form div.row select {
  width:               150px;
}

div.smallsearch_form div.row input.searchinput {
  width:               140px;
}

div.smallsearch_form div.center {
  text-align:          center;
}