﻿div.mainbodyright
{
    display: table-cell;
    position:relative;
    width: 581px;
	padding: 0px 0px 0px 4px;
    vertical-align:top;
}
div.resultwrapper
{
    display: table;
	width: 579px;
    border:1px solid #999;
    border-radius:5px;
    background-color:#fff;
    margin-bottom: 20px;
    margin-left: 0px;
}
div.resultrowtop,div.resultrowbottom
{
    display:table;
    width: 579px;
}
div.resultrowtop
{
    border-bottom:1px solid #999;
    height: 160px;
    position:relative;
}
div.resultwrapper div.resultdetail {
    display: table-cell;
    vertical-align:top;
    line-height: 200%;
    padding: 10px 10px 0px 10px;
}
div.resultwrapper div.resultdetailtopleft
{
    display: table-cell;
    vertical-align:top;
    width: 249px;
}
div.resultwrapper div.resultdetailtopright
{
    display: table-cell;
    vertical-align:top;
    width: 70px;
}
div.resultwrapper div.avgpricelabel {
    display: block;
    width: 70px;
    text-align: center;
    font-size:85%
}
div.resultwrapper div.avgpriceidx {
    display: block;
    width: 68px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #999;
    border-radius: 15px;
}
div.resultwrapper a.memberName {
    display: block;
    text-decoration:none;
    max-width: 249px;
    color:#2b337b;
    font-size:120%;
    font-weight:bold;
}
div.resultwrapper a.memberLoc {
    text-decoration:none;
    max-width: 249px;
}
div.resultwrapper div.resultdetailbottom
{
    display: block;
    padding: 10px 10px 0px 10px;
}
div.resultwrapper div.memberFoodtypes {
    display:block;
    float:left;
    width: 249px;
    margin: 10px 0px;
}
div.resultwrapper div.memberFoodtypes span.mainfoodtype
{
    font-weight:bold;
}
div.resultwrapper div.memberFoodtypes span.otherfoodtypes
{
    font-weight:normal;
}
div.resultwrapper span.guestratings
{
    width:110px;
    display:inline-block;
}
div.resultwrapper span.starrating 
{
    position: relative;
    display: inline-block;
    width: 110px;
    height: 16px;
}
div.resultwrapper span.starrating span.greystar 
{
    position: absolute;
    top: 3px;
    left: 3px;
    height: 16px;
    width: 110px;
    background: url(https://www.dining-out.co.za/ftp/themes/Desk/images/DOSprite.png) -180px -50px;
}
div.resultwrapper span.starrating span.greenstar {
    position: absolute;
    top: 3px;
    left: 3px;
    height: 16px;
    background: url(https://www.dining-out.co.za/ftp/themes/Desk/images/DOSprite.png) -180px -34px;
}
div.resultwrapper div.viewmember
{
    float:right;
    margin:7px 10px 7px 0px;
    padding:8px 12px 8px 12px;
    color:#fff;
    /*background-color:#43b89b;*/
    border-top: 1px solid #8dfcdc;
    border-bottom: 1px solid #2e776a;
    background: #43b89b; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(0deg, #41a895, #46bd9f); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(0deg, #41a895, #46bd9f); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(0deg, #41a895, #46bd9f); /* For Firefox 3.6 to 15 */
    background: linear-gradient(0deg, #41a895, #46bd9f); /* Standard syntax */
    cursor:pointer;
    border-radius:5px;
    font-weight:bold;
}
div.resultwrapper div.memberfacilities
{
    float:left;
    max-width:442px;
    margin:10px 10px;
    overflow:hidden;
}
div.resultwrapper div.memberfacilities > span {
    margin-right: 7px;
}
div.resultwrapper div.resultpic 
{
    display: table-cell;
    position:relative;
    width: 240px;
    height: 160px;
    border-top-left-radius:5px;
    overflow:hidden;
    cursor:pointer;
}
div.resultwrapper div.resultpic > div
{
    width: 240px;
    height: 160px;
    background-repeat:no-repeat;
    display:block;
    border-top-left-radius: 3px;
}
div.resultwrapper div.resultpic > img
{
    display:block;
    position: absolute;
    top: 80px;
    left: 120px;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
div.resultwrapper div.resultpic > img.fixwidth
{
    width:240px;
}
div.resultwrapper div.resultpic > img.fixheight
{
    height:160px;
}
div.resultwrapper div.resultpic > div.fixwidth
{
    background-size: 240px auto;
	background-position-y: 50%;
}
div.resultwrapper div.resultpic > div.fixheight
{
    background-size: auto 160px;
}
div.resultwrapper div.resultrowtop span.distance
{
    position: absolute;
    z-index:10;
    top: -4px;
    left: -4px;
    padding: 7px 15px;
    color: #fff;
    font-weight: bold;
    background: #2c337b;
    background: -webkit-linear-gradient(0deg, #2c337b, #585d94);
    background: -o-linear-gradient(0deg, #2c337b, #585d94);
    background: -moz-linear-gradient(0deg, #2c337b, #585d94);
    background: linear-gradient(0deg, #2c337b, #585d94);
    border-radius: 5px;
    box-shadow: 3px 3px 5px #333;
    -webkit-box-shadow: 3px 3px 5px #333;
    -moz-box-shadow: 3px 3px 5px #333;
}

span.facilityiconspecials
{
    display: inline-block;
    width:20px;
    height:20px;
    background: url(https://www.dining-out.co.za/ftp/themes/Desk/images/DOSprite.png) -656px -32px;
}
span.facilityiconliveentertainment
{
    display: inline-block;
    width:14px;
    height:24px;
    background: url(https://www.dining-out.co.za/ftp/themes/Desk/images/DOSprite.png) -490px -0px;
}
span.facilityiconconference
{
    display: inline-block;
    width:19px;
    height:19px;
    background: url(https://www.dining-out.co.za/ftp/themes/Desk/images/DOSprite.png) -636px -33px;
}
span.facilityicon21
{
    /*Markets*/
    display: inline-block;
    width:20px;
    height:20px;
    background: url(https://www.dining-out.co.za/ftp/themes/Desk/images/DOSprite.png) -488px -62px;
}
span.facilityicon4
{
    /*Take out*/
    display: inline-block;
    width:19px;
    height:21px;
    background: url(https://www.dining-out.co.za/ftp/themes/Desk/images/DOSprite.png) -522px -3px;
}
span.facilityicon9
{
    /*Secure Parking*/
    display: inline-block;
    width:18px;
    height:18px;
    background: url(https://www.dining-out.co.za/ftp/themes/Desk/images/DOSprite.png) -543px -6px;
}
span.facilityicon18
{
    /*Child Friendly*/
    display: inline-block;
    width:20px;
    height:22px;
    background: url(https://www.dining-out.co.za/ftp/themes/Desk/images/DOSprite.png) -562px -2px;
}
span.facilityicon5
{
    /*TV/Sports*/
    display: inline-block;
    width:20px;
    height:20px;
    background: url(https://www.dining-out.co.za/ftp/themes/Desk/images/DOSprite.png) -583px -4px;
}
span.facilityicon10
{
    /*Outside Seating*/
    display: inline-block;
    width:18px;
    height:18px;
    background: url(https://www.dining-out.co.za/ftp/themes/Desk/images/DOSprite.png) -605px -6px;
}
span.facilityicon8
{
    /*Fireplace*/
    display: inline-block;
    width:18px;
    height:23px;
    background: url(https://www.dining-out.co.za/ftp/themes/Desk/images/DOSprite.png) -625px -1px;
}
span.facilityicon2
{
    /*Dancefloor*/
    display: inline-block;
    width:22px;
    height:21px;
    background: url(https://www.dining-out.co.za/ftp/themes/Desk/images/DOSprite.png) -643px -3px;
}
span.facilityicon7
{
    /*Disabled*/
    display: inline-block;
    width:20px;
    height:21px;
    background: url(https://www.dining-out.co.za/ftp/themes/Desk/images/DOSprite.png) -489px -31px;
}
span.facilityicon1
{
    /*Smoking Section*/
    display: inline-block;
    width:20px;
    height:19px;
    background: url(https://www.dining-out.co.za/ftp/themes/Desk/images/DOSprite.png) -509px -33px;
}
span.facilityicon12
{
    /*Functions*/
    display: inline-block;
    width:23px;
    height:19px;
    background: url(https://www.dining-out.co.za/ftp/themes/Desk/images/DOSprite.png) -529px -33px;
}
span.facilityicon19
{
    /*Wi-Fi*/
    display: inline-block;
    width:18px;
    height:14px;
    background: url(https://www.dining-out.co.za/ftp/themes/Desk/images/DOSprite.png) -553px -38px;
}
span.facilityicon15
{
    /*Weddings*/
    display: inline-block;
    width:18px;
    height:19px;
    background: url(https://www.dining-out.co.za/ftp/themes/Desk/images/DOSprite.png) -573px -33px;
}
span.facilityicon14
{
    /*Accommodation*/
    display: inline-block;
    width:22px;
    height:17px;
    background: url(https://www.dining-out.co.za/ftp/themes/Desk/images/DOSprite.png) -593px -35px;
}
span.facilityicon17
{
    /*Outside Catering*/
    display: inline-block;
    width:21px;
    height:21px;
    background: url(https://www.dining-out.co.za/ftp/themes/Desk/images/DOSprite.png) -615px -31px;
}
span.facilityicon20
{
    /*Load Shedding*/
    display: inline-block;
    width:12px;
    height:20px;
    background: url(https://www.dining-out.co.za/ftp/themes/Desk/images/DOSprite.png) -509px -4px;
}
