div.result_entry {
  font-size:small;
  height:90px;
  margin-top: 5px;
  width:100%;
}
div#results_main div.result_entry:first-child {
  margin-top: 0px;
}
div.result_entry div.type {
  background-color:#FFEEE5;
  border: 1px solid silver;
  float:left;
  height:100%;
  margin-right:3px;
  width:19px;
}
div.result_entry div.preview {
  background-color: #F0F0F0;
  border: 1px solid silver;
  float:left;
  height:100%;
  text-align: center;
  width:129px;
}
div.result_entry div.preview img {
  margin: 5px 0px;
  border-style: none;
}
div.result_entry div.content {
  border:1px silver;
  border-style: solid solid solid none;
  float:left;
  height: 100%;
  overflow: hidden;
  width:543px;
}
div.result_entry div.content div.top {
  border:1px silver;
  border-style: none none solid none;
  height:18px;
  overflow: hidden;
  padding: 2px 5px 0;
  width:100%;
}
div.result_entry div.content div.top h2 {
  color:#2A2A2A;
  font-size:small;
  font-weight:normal;
  margin:0;
}
div.result_entry div.content div.top h2 a {
  color:#2A2A2A;
}
div.result_entry div.content div.top h2 span.linkname {
  color:red;
  font-weight:bold;
}
div.result_entry div.content div.top h2 a:hover {
  text-decoration:none;
}
div.result_entry div.content div.iconbar {
  height:30px;
  width:100%;
}
div.result_entry div.content div.description {
  color: #505050;
  font-size: 8pt;
  height: 30pt;
  left: 5px;
  overflow: hidden;
  position: relative;
  top: -25px;
  width: 300px;
}
div.result_entry div.content div.bottom {
  height: 20px;
  position: relative;
  top: -15px;
}
div.result_entry div.content div.bottom div.contact {
  float:left;
  font-size: 11px;
  padding-left: 5px;
}
div.result_entry div.content div.bottom div.contact span.red {
  color:#D90000;
  font-weight:bold;
}
div.result_entry div.content div.bottom div.link {
  float:right;
  text-align: right;
  padding-right: 10px;
}
div.result_entry div.content div.link a,
div.result_entry div.content div.link a:visited,
div.result_entry div.content div.link a:active {
  color: #959595;
}
div.result_entry div.content div.iconbar div.icon {
  margin-left:5px;
  width:47px;
  float:right;
  min-height:43px;
  position:relative;
  border:1px solid silver;
  border-top:1px solid;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 1px 1px 3px #C0C0C0;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-box-shadow: 1px 1px 3px #C0C0C0;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-box-shadow: 1px 1px 3px #C0C0C0;
  top: -2px;
}
div.result_entry.tip div.content div.iconbar div.icon {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-top-style: none;
  box-shadow: none;
  top: -1px;
}

div.result_entry div.content div.iconbar div.icon:first-child  {
  border-right-style:none;
}
div.result_entry div.content div.iconbar div.icon div.image {
  border-style: none;
  height: 40px;
  margin: auto 8px; /*6px*/
  position: absolute;
  top: -1px; /*-15px*/
  width: 34px;
}
div.result_entry div.content div.iconbar div.icon div.spacer {
  display:none;
  height: 28px;
  width: 100%
}
div.result_entry div.content div.iconbar div.icon div.name {
  background-color: white;
  border-top: 1px solid silver;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  color: #959595;
  font-size: smaller;
  margin-top: 28px;
  min-height:14px;
  text-align: center;
  width:100%;
}

div.result_entry div.content div.iconbar div.icon_dailytip {
  float:right;
  margin-left:5px;
  min-height:55px;
  position:relative;
  width:87px;
}

div.result_entry div.content div.iconbar div.icon_dailytip div.image_dailytip {
  border-style: none;
  height: 55px;
  margin: auto 8px; /*6px*/
  position: absolute;
  top: -2px; /*-15px*/
  width: 83px;
}

div.result_entry.cat_men div.top, 
div.result_entry.cat_men div.content div.iconbar div.icon {
  background-color: #E3F2FF;
}
body.cat_men div#page_header div.bar div.searchactions div.action.new,
body.cat_men div#details_page div.details div.media,
body.cat_men div#details_page div.details div.data div.section div.header {
  background-color: #D7E5FA;
}
div.result_entry.cat_men div.top, div.result_entry.cat_men div.content div.iconbar div.icon {
  border-top-color: #D7E5FA;
}
div.result_entry.cat_men div.type {
  background: transparent url(/static/img/lbl_men.jpg) no-repeat scroll 0 0;
}

div.result_entry.tip div.content {
  background-color: #D6D6D6;
}
div.result_entry.tip div.top,
div.result_entry.tip div.content div.iconbar div.icon {
  background-color: #FFF !important;
}

div.result_entry.cat_viel div.top, 
div.result_entry.cat_viel div.content div.iconbar div.icon {
  background-color: #F0F0F0;
}
body.cat_viel div#page_header div.bar div.searchactions div.action.new,
body.cat_viel div#details_page div.details div.media,
body.cat_viel div#details_page div.details div.data div.section div.header {
  background-color: #E0E0E0;
}
div.result_entry.cat_viel div.top, div.result_entry.cat_viel div.content div.iconbar div.icon {
  border-top-color: #F0F0F0;
}
div.result_entry.cat_viel div.type {
  background: transparent url(/static/img/lbl_viel.jpg) no-repeat scroll 0 0;
}

div.result_entry.cat_hobby div.top, 
div.result_entry.cat_hobby div.content div.iconbar div.icon {
  background-color: #E1FEDF;
}
body.cat_hobby div#page_header div.bar div.searchactions div.action.new,
body.cat_hobby div#details_page div.details div.media,
body.cat_hobby div#details_page div.details div.data div.section div.header {
  background-color: #DBF0D9;
}
div.result_entry.cat_hobby div.top, div.result_entry.cat_hobby div.content div.iconbar div.icon {
  border-top-color: #E1FEDF;
}
div.result_entry.cat_hobby div.type {
  background: transparent url(/static/img/lbl_hobby.png) no-repeat scroll 0 0;
}

div.result_entry.cat_loc div.top, 
div.result_entry.cat_loc div.content div.iconbar div.icon {
  background-color: #F0F0F0;
}
body.cat_loc div#page_header div.bar div.searchactions div.action.new,
body.cat_loc div#details_page div.details div.media,
body.cat_loc div#details_page div.details div.data div.section div.header {
  background-color: #E0E0E0;
}
div.result_entry.cat_loc div.top, div.result_entry.cat_loc div.content div.iconbar div.icon {
  border-top-color: #F0F0F0;
}
div.result_entry.cat_loc div.type {
  background: transparent url(/static/img/lbl_loc.jpg) no-repeat scroll 0 0;
}

div.result_entry.cat_soft div.top, 
div.result_entry.cat_soft div.content div.iconbar div.icon {
  background-color: #FBE1E1;
}
body.cat_soft div#page_header div.bar div.searchactions div.action.new,
body.cat_soft div#details_page div.details div.media,
body.cat_soft div#details_page div.details div.data div.section div.header {
  background-color: #FDF0F3;
}
div.result_entry.cat_soft div.top, div.result_entry.cat_soft div.content div.iconbar div.icon {
  border-top-color: #FBE1E1;
}
div.result_entry.cat_soft div.type {
  background: transparent url(/static/img/lbl_soft.jpg) no-repeat scroll 0 0;
}

div.result_entry.cat_trans div.top, 
div.result_entry.cat_trans div.content div.iconbar div.icon {
  background-color: #F6E6FF;
}
body.cat_trans div#page_header div.bar div.searchactions div.action.new,
body.cat_trans div#details_page div.details div.media,
body.cat_trans div#details_page div.details div.data div.section div.header {
  background-color: #F2E4F5;
}
div.result_entry.cat_trans div.top, div.result_entry.cat_trans div.content div.iconbar div.icon {
  border-top-color: #ECDCF5;
}
div.result_entry.cat_trans div.type {
  background: transparent url(/static/img/lbl_trans.jpg) no-repeat scroll 0 0;
}

div.result_entry.cat_sm div.top, 
div.result_entry.cat_sm div.content div.iconbar div.icon {
  background-color: #AAABAB;
}
body.cat_sm div#page_header div.bar div.searchactions div.action.new,
body.cat_sm div#details_page div.details div.media,
body.cat_sm div#details_page div.details div.data div.section div.header {
  background-color: #C5C6C6;
}
div.result_entry.cat_sm div.top, div.result_entry.cat_sm div.content div.iconbar div.icon {
  border-top-color: #DDDCDC;
}
div.result_entry.cat_sm div.type {
  background: transparent url(/static/img/lbl_sm.jpg) no-repeat scroll 0 0;
}

div.result_entry div.content div.iconbar div.icon div.image.video {
  background: transparent url(/static/img/video_s.png) no-repeat;
  top: -2px;
}

div.result_entry div.content div.iconbar div.icon div.image.new {
  background: transparent url(/static/img/new_s.png) no-repeat;
}

div.result_entry div.content div.iconbar div.icon div.image.top {
  background: transparent url(/static/img/top_s.png) no-repeat;
}

div.result_entry div.content div.iconbar div.icon div.image.clubprivat {
  background: transparent url(/static/img/club_privat_s.png) no-repeat;
}

div.result_entry div.content div.iconbar div.icon div.image.clubclub {
  background: transparent url(/static/img/club_club_s.png) no-repeat;
}

div.result_entry div.content div.iconbar div.icon div.image.clubescort {
  background: transparent url(/static/img/club_escort_s.png) no-repeat;
}

div.result_entry div.content div.iconbar div.icon div.image.clubmassage {
  background: transparent url(/static/img/club_massage_s.png) no-repeat;
}

div.result_entry div.content div.iconbar div.icon div.image.clubstudio {
  background: transparent url(/static/img/club_studio_s.png) no-repeat;
}

div.result_entry div.content div.iconbar div.icon_dailytip div.image_dailytip {
  background: transparent url(/static/img/tipps.png) no-repeat;
}

