/* 
    Title:		Gumtree View Item Page Styles v4
    Copyright:	2008-2010 Gumtree.com
    Date:		1 February 2010
    Authors:	Antonio Lulic
    Email:		anlulic@gumtree.com
*/

div.primary.posting,
div.primary.posting .content-header h1 {
    border-top-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-right-radius: 8px;
}
div.primary.posting,
div.primary.posting .secondary .content-header h2 {
    -moz-border-radius-topleft: 8px;
    -webkit-border-top-left-radius: 8px;
    border-top-left-radius: 8px;
}
div.primary.posting {
    float: none;
    width: auto;
}
div.primary.posting div.secondary {
    margin: 0;
    border-right: 0;
    padding-bottom: 0;
}
div.primary.posting div.secondary .content-header {
    margin-bottom: 0;
    float: none;
    width: 254px;
    border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;    
}

div.primary.posting .content-header {
    float: left;
}

div#main-content div.page-header,
div#main-content div.page-content,
div#main-content div.page-content * {
    zoom: 1;
}

div#main-content {
    border-top: 1px solid #E8E8D2;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.ie6 div.primary {
    overflow: hidden;
}

.ie #posting-content {
/*    overflow: hidden;*/
}

.ie7 .banner-ad {
    margin-top: 0 !important;
}

.primary-page-header {
    margin: 0 18px 0 20px;
    position: relative;
    z-index: 90;
}

div#main-content.with-seo-greeting {
    margin-top: -5px;
}

div.primary .page-content {
    padding-top: 8px;
    clear: both;
    position: relative;
    z-index: 1;
}
.ie6 div.primary .page-content {
    width: auto;
}

div.secondary .ad-partner .ad {
    margin: 30px auto 0;
    width: 180px;
}
div.secondary .ad-column .ad {
    margin: 30px auto 0;
}

p.back {
    display: inline-block;
    line-height: 1.5em;
    margin: 0 0 5px 0;
}
.ie6 p.back,
.ie7 p.back,
.ie6 ol#breadcrumb,
.ie7 ol#breadcrumb,
.ie6 p.email-alerts,
.ie7 p.email-alerts {
    display: inline;
    margin-bottom: 0;
}
span.separator {
    width: 1px;
    background: #cccccc;
    height: 14px;
    display: inline-block;
    margin: 0 5px -3px;
}
p.email-alerts {
    display: inline;
    white-space: nowrap;
    font-size: 0.9em;
    color: #cccccc;
}
p.email-alerts a {
    background-image: url(../../images/v4/sprite-icons.png);
    background-repeat: no-repeat;
    background-position: -233px -131px;
    padding-left: 21px;
    display: inline-block;
    color: #666666;
}
.ie6 p.email-alerts a {
    background-position: -233px -130px;
}
p.email-alerts a:hover {
    background-position: -233px -108px;
    color: #ef5113;
}

div#search-greeting {
    background: url(../../images/v4/background-seo-greeting.png) no-repeat 0 0;
    width: 924px;
    height: 71px;
    text-align: center;
    z-index: 9999;
    padding: 25px 0 0;
    position: relative;
    top: 0;
    left: 18px;
}
div#search-greeting p.greeting {
    font-size: 1.5em;
    margin: 0 0 8px;
}
div#search-greeting p a.change-city {
    font-size: 0.9em;
    margin: 0 0 0 3px;
}

.content-header h1 {
    color:#333333;
    width: 570px;
}
h1 strong.urgent {
    background-image: url(../../images/v4/sprite-listing.png);
    background-repeat: no-repeat;
	display: inline-block;
	width: 55px;
	background-position: 0 0;
	height: 16px;
	text-indent: -9999px;
	line-height: 1.0;
	margin: 0 2px 0 5px;
}
.ie7 h1 strong.urgent {
    position: relative;
    top: 3px;
}
.content-header span.price {
    font-weight: bold;
    margin-top: -9px;
    position: absolute;
    right: 20px;
    top: 18px;
    font-size: 13px;
}
/*span.identifier {
    background-image: url(../../images/v4/sprite-listing.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 46px;
    height: 16px;
    text-indent: -9999px;
    line-height: 1.0;
    margin: 0 2px;
    position: relative;
    top: -1px;
}
span.Trade {
    background-position: 0 -80px;
}
span.Agency {
    background-position: 0 -56px ;
}
*/
p#contact {
/*    border-top: 1px solid #E8E8D3;*/
    font-size: 1em;
    margin-bottom: 10px;
    padding-top: 10px;
    clear: both;
}
p#contact a.primary,
p#contact a.secondary {
    padding: 3px 5px 4px 4px;
}
p#contact a.primary span {
    background-image: url(../../images/v4/sprite-buttons.png);
    background-repeat: no-repeat;
    background-position: 0 -735px;
    padding-left: 25px;
}
p#contact a.primary:hover span {
    background-position: 0 -778px;
}
p#contact a.button.close-panel {
    display: none;
}
p#contact a.button.close-panel.show {
    display: inline-block !important;
}

/*#save-this-ad {
    position: absolute;
     right: 0;
     top: 1.5em;
     display: none;
     padding: 3px 0;
}
.ie #save-this-ad input.save-ad {
    font-size: 0;
    line-height: 0;
}
.hasJS #save-this-ad {
    display: block;
}
#save-this-ad label {
    display: block;
    top: 4px;
    width: 300px;
    margin-right: 4px;
    display: none;
}*/

/* @group Report or Share Ad */

form.posting-action {
    padding: 19px;
    margin: 0 0;
    width: 280px;
    border: 2px solid #DFDFC1;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 2px 2px #CCC;
    -webkit-box-shadow: 0 2px 2px #CCC;
    box-shadow: 0 2px 1px #CCC;
    z-index: 10;
    background-color: #FFFFCC;
    background-image: url(../../images/v4/bg-panel-yellow.png);
    background-repeat: repeat-x;
    background-position: 0 bottom;
    clear: left;
    position: absolute;
    top: 2.4em;
    right: 0;
    z-index: 100;
}
.ie6 form.posting-action {
    margin-left:0;
    margin-right:0;
    width:276px;
}
.ie6 form.posting-action input.text,
.ie6 form.posting-action textarea {
    width: 250px !important;
}
.hasJS form.posting-action {
    display: none;
}
form.posting-action ol li {
    overflow: hidden;
}
form.posting-action ol li.submit {
    width: auto;
}
form.posting-action h3 {
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 10px;
}
form.posting-action label {
    font-weight: bold;
    display: block;
    margin: 0 0 5px;
}
form.posting-action label.radio {
    margin-left: 22px;
}
form.posting-action label span.note {
    font-weight: normal;
}
form.posting-action input.radio {
    margin-top: 4px;
    float: left;
}
form.posting-action input.text,
form.posting-action textarea {
    width: 266px;
    border-color: #7c7c7c #c9c9c9 #dddddd #c9c9c9;
    margin: 0 0 10px;
    font-size: 1.1em;
    color: #333333;
    padding: 4px 5px;
}
input.gt-inline-label,
textarea.gt-inline-label,
form.posting-action input.gt-inline-label,
form.posting-action textarea.gt-inline-label {
	color: #969696;
}
input.with-content, textarea.with-content {
	color: #333;
}
.ie6 form.posting-action input.text,
.ie6 form.posting-action textarea {
    width: 272px;   
}

.ie7 form.posting-action input.button {
   padding-left: 5px; 
     padding-right: 5px;
}
   
form.posting-action input.secondary {
    float: left;
}
form.posting-action a.cancel {
    line-height: 27px;
    padding: 0 10px;
}

#report-posting {
    -webkit-border-radius: 4px;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius: 4px;
    -moz-border-radius-topright: 0;
    border-radius: 4px;
    border-top-right-radius: 0;
}


/* @end Report and Share Ad */

/* @group XL Image */
.modal-content .xl-image {
    margin-bottom: 10px;
    text-align: center;
}
.modal-content .xl-youtube {
    display: none;
    margin:0 auto 10px auto;
    width: 600px;
}
.modal-content .xl-image img {
    border: 4px solid #E7E7D2;
    display: inline-block;
}
.modal-content ul.posting-thumbnails {
    margin:0 auto;
    width: 617px;
}
.modal-content ul.posting-thumbnails li {
    margin-left: 8px;
}
.modal-content .ad {
    background-image: url(../../images/v4/modal-ad-bg.png);
    background-position: 0 0;
    background-repeat: repeat-x;
    margin: 20px -10px 0 -10px;
    padding: 10px 0 10px 0;
    text-align: center;
}
/* @end XL Image */

/* @group Large map */
#map {
    height: 465px;
    margin: 0 auto;
    width: 760px;
}
/* @end Large map */


span.telephone {
    font-weight: normal;
    padding-left: 23px;
    background: url(../../images/v4/sprite-listing.png) no-repeat 2px -1060px;
}
a.url {
    font-weight: bold;
}

div#posting-media-and-actions {
    display: inline;
    float: right;
    width: 328px;
/*    border-top: 1px solid #e8e8d3;*/
    margin: 0 0 0 16px;
    position: relative;
    z-index: 10;
}
div#posting-media-and-actions.with-posting-details {
    padding: 0 0 0 16px;
    margin-left: 0;
}

div#posting-media-and-actions a#main-picture,
div#posting-media-and-actions div#youtube {
    border: 4px solid #e8e8d3;
    width: 320px;
    height: 240px;
    margin: -1px 0 8px;
    display: block;
}
div#posting-media-and-actions a#main-picture:hover,
div#posting-media-and-actions div#youtube:hover {
    border-color: #FA972A;
}
div#posting-media-and-actions a#main-picture {
    position: relative;
    color: #ffffff;
    text-decoration: none;
}

div#posting-media-and-actions a#main-picture strong {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 4px 8px 6px 25px;
    background: #000000;
    background: rgba(0, 0, 0, 0.5);
    background-image: url(../../images/v4/sprite-listing.png);
    background-repeat: no-repeat;
    background-position: 6px -2184px;
    border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
    -web-border-radius: 0 5px 0 0;
    text-decoration: none;
}
div#posting-media-and-actions a#main-picture:hover strong {
    background-position: 6px -2154px;
}
div#posting-media-and-actions a#main-picture:hover strong {
    color: #FA972A !important;
}
div#posting-media-and-actions a#main-picture:hover,
div#posting-media-and-actions a#main-picture:active {
    text-decoration: none;
}
body.hasJS div#posting-media-and-actions div#youtube {
    display: none;
}
div#posting-media-and-actions a#main-picture img {
    width: 320px;
    height: 240px;
}
div#posting-media-and-actions p#no-picture {
    border: 4px solid #e8e8d3;
    width: 320px;
    height: 240px;
    line-height: 240px;
    margin: -1px 0 8px;
    background-color: #ffffff;
    text-align: center;
    color: #cccccc;
    text-indent: -9999px;
    background-image: url(../../images/v4/no-image-large.gif);
}
div#posting-media-and-actions p#no-picture strong {
    display:block;
}
ul.posting-thumbnails {
    margin:0 0 8px -4px;
    overflow: hidden;
}
ul.posting-thumbnails li {
    float:left;
    display: inline;
    background: #e8e8d3;
    margin: 0 0 6px 4px;
}
.ie6 ul.posting-thumbnails li {
    display: block;
    width: 79px;
    height: 60px;
}
ul.posting-thumbnails li a {
    border: 2px solid #e8e8d3;
    display: block;
}
ul.posting-thumbnails li.current a {
    border: 2px solid #000;
}
ul.posting-thumbnails li a:hover,
ul.posting-thumbnails li a:active {
    border-color:#A4CC35;
}
ul.posting-thumbnails li.video {
    position: relative;
}
ul.posting-thumbnails li.video img.video {
    position: absolute;
    top: 0;
    left: 0;
}

/* primary ad actions */

#ad-actions {
    bottom: 0;
    font-size: 0.91em;
    position: absolute;
    right: 0;
    z-index: 99;
}

#ad-actions .tabs li {
    background-image: url(../../images/v4/sprite-listing.png);
    background-position: left -2359px;
    background-repeat: no-repeat;
    display: block;
    float: left;
    margin-left: 2px;
    padding-left: 5px;

}

#ad-actions .tabs li a,
#ad-actions .tabs li.save-form  {
    border: 2px solid #fff;
    display: block;
    float: left;
    color: #666;
    padding: 3px 6px 3px 6px;
    position: relative;
}
#ad-actions .tabs li a:hover,
#ad-actions .tabs li.save-form:hover {
    color: #ef5113;
}

#ad-actions .tabs li.save-form {
    background-image: none;
    display: none;
    padding-left: 3px;
}

.hasJS #ad-actions .tabs li.save-form {
    display: block;
    cursor: pointer;
}

#ad-actions .tabs li a {
    padding-left: 22px;
    padding-right: 5px;
    background-image: url(../../images/v4/sprite-posting-actions.png);
    background-repeat: no-repeat;
}

#ad-actions .tabs li a span {
    background-image: url("../../images/v4/sprite-listing.png");
    background-position: right -2386px;
    background-repeat: no-repeat;
    padding-right: 12px;
}

#ad-actions .tabs li a:hover,
#ad-actions .tabs li a:active,
#ad-actions .tabs li.save-form:hover {
    text-decoration: none;
}

#ad-actions .tabs li.current a,
#ad-actions .tabs li.current a:hover {
    border: 2px solid #DFDFC1;
    border-bottom-color: #FFFFCC;
    background-color: #FFFFCC;
    z-index: 101;
}

#ad-actions .tabs li.current a {
    text-decoration: none;
    padding-bottom: 4px;
}

#ad-actions .tabs li form {
    float: left;
    margin-right: 6px;
}

#ad-actions .tabs li form.save label {
    display: none !important;
}

#ad-actions .tabs li.email a {
    background-position: 5px -416px;
    padding-left: 26px;
}

#ad-actions .tabs li.report a {
    background-position: 5px -335px;
}

#ad-actions .tabs li.email a:hover {
    background-position: 5px -456px;
}

#ad-actions .tabs li.report a:hover {
    background-position: 5px -375px;
}

#ad-actions .tabs li.save-form:hover input.save-ad {
   background-position: 0 -40px;
}

#ad-actions .tabs li.save-form:hover form.remove input.save-ad {
   background-position: 0 -80px;
}

#ad-actions .save-form {
    display: none;
}

.hasJS #ad-actions .save-form {
    display: none;
}

/* secondary ad actions */

#social-actions {
    position: relative;
}
.ie #social-actions {
    z-index:90;
}

#social-actions .tabs li {
    display: block;
    line-height: 1.1em;
    float: left;
    font-size: 9px; 
    margin-bottom: 30px;
}
.ie6 #social-actions .tabs li {
    display: inline;
}
#social-actions .tabs li a {
    display: block;
    float: left;
    padding: 0 20px 0 8px;
    border: 2px solid #FFF;
    border-bottom: 0;
    text-decoration: none;
    background-image: url(../../images/v4/sprite-listing.png);
    background-repeat: no-repeat;
    position: relative;
}
#social-actions .tabs li.current a {
    background-color: #ffc;
    border: 2px solid #DFDFC1;
    border-color: #dfdfc1 #dfdfc1 #ffc #dfdfc1;
    z-index: 100;
}
#social-actions .tabs .share a {
    display: inline-block;
    float: none;
    padding: 0;
    border: 0;
    width: 18px;
    height: 18px;
    text-indent: -999em;
    background-image: url(../../images/v4/sprite-posting-actions.png);
    background-repeat: no-repeat;
    position: relative;
    top: 2px;
}
#social-actions li.share span {
    width:33px;
    float: left;
    margin-right: 6px;
}
#social-actions li.tweet,
#social-actions li.like {
    position: relative;
    top: 5px;
}
#social-actions li.gumtastic {
    margin-left: 10px;
    margin-right: 10px;
}
#social-actions li.gumtastic a {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
#social-actions li.gumtastic span {
    padding-right: 24px;
    background-image: url(../../images/v4/sprite-posting-actions.png);
    background-repeat: no-repeat;
    padding:6px 23px 7px 0;
    display: inline-block;
}
#social-actions li.share {
   padding-top: 7px;
}
#social-actions .share a.facebook {
    background-position: 0 0;
}
#social-actions .share a.facebook:hover {
    background-position: 0 -20px;
}
#social-actions .share a.twitter {
    background-position: 0 -40px;
}
#social-actions .share a.twitter:hover {
    background-position: 0 -60px;
}
#social-actions .share a.digg {
    background-position: 0 -80px;
}
#social-actions .share a.digg:hover {
    background-position: 0 -100px;
}
#social-actions .share a.stumbleupon {
    background-position: 0 -120px;
}
#social-actions .share a.stumbleupon:hover {
    background-position: 0 -140px;
}
#social-actions li.gumtastic a {
    background-position: -56px -2378px;
}
/*.ie #social-actions li.gumtastic a {
    background-position: right -2380px;
    padding-right: 23px;
}*/
#social-actions li.gumtastic span {
    background-position: right -253px;
}
#social-actions li.gumtastic a:hover span {
    background-position: right -294px;
}
#social-actions li.gumtastic a.current:link span,
#social-actions li.gumtastic a.current:hover span {
    color: #333;
    background-position: right -260px;
}
#gumtastic-posting {
    top:3em;
/*    z-index: 1000;*/
}

div#posting-media-and-actions div#posting-map {
    position:relative;
    border: 1px solid #e8e8d3;
    margin-bottom: 15px;
    clear: both;
}
div#posting-media-and-actions div#posting-map p#enlarge-map {
    position: absolute;
    top: 60px;
    left: 95px;
    display: none;
}
.JSlive div#posting-media-and-actions div#posting-map p#enlarge-map {
    display: block;
}
div#posting-media-and-actions div#posting-map p#enlarge-map a {
    display: block;
    width: 120px;
    height: 38px;
    color: #ffffff;
    background: url(../../images/v4/icon-map-pin.png) no-repeat 0 0;
    padding: 4px 0 0 29px;
}
div#posting-media-and-actions div#posting-map p#enlarge-map a:hover,
div#posting-media-and-actions div#posting-map p#enlarge-map a:active {
    text-decoration: none;
}
div#posting-info {
    position: relative;
}
div#posting-info.zoopla {
    padding-bottom: 38px;
    margin-bottom: 20px;
    background: url(../../images/v4/powered_by_zoopla.gif) no-repeat 0 100%;
}
.ie6 div#posting-info {
    display: inline;
    float: left;
    margin-right: 0;
}

div#posting-info h2 {
    clear: left;
    font-weight: bold;
    font-size: 1.09em;
    margin-bottom: 0.7em;
    position: relative;
    margin-bottom: 15px;
}
div#posting-info ul#ad-details {
    color: #666666;
    width: 320px;
    margin: 0 0 20px;
    overflow: hidden;
    clear: left;
    border-top: 1px solid #e8e8d3;
}
div#posting-info ul#ad-details li {
    border-top: 1px solid #e8e8d3;
    width: 160px;
    float: left;
    margin-top: -1px;
    padding: 5px 0;
    font-size: 0.95em;
    line-height: 1.3em;
}
div#posting-info ul#ad-details li h3 {
    font-weight: bold;
}

div#description {
    margin: 15px 0 36px 0;
    font-size: 1.05em;
    line-height: 1.5em;
    position: relative;
}

div#description p a {
    word-wrap: break-word;
    display: inline-block;
    max-width: 575px;
}

.has-price div#description {
    margin-top: 0;
}

a.button.email-poster.tertiary {
    margin-bottom: 25px;
}

ul#posting-metadata {
    border-top: 1px solid #E8E8D3;
    color: #666666;
    overflow: hidden;
    clear: left;
    margin: 10px 0 10px 0;
    padding-top: 5px;
}
ul#posting-metadata li h3 {
    font-weight: bold;
    float: left;
    clear: left;
    margin-right: 0.4em;
}
ul#posting-metadata li span.note {
    color: #999999;
    font-size: 0.85em;
}

p.more-results {
    clear: both;
    padding-top: 15px;
}

#coda .summary {
    width: 90%;
}

h3.listing-header {
    font-weight: bold;
}

.reply-to-ad a {
    background-image: url(../../images/v4/sprite-buttons.png);
    background-position: 0 -735px;
    background-repeat: no-repeat;
    padding-left: 25px;
}
.reply-to-ad a:hover {
    background-position: 0 -778px;
}

/* MPU ads */

#mpu_wrapper {
    clear: both;
    overflow: hidden;
    border-top: 4px solid #E8E8D3;
    border-bottom: 4px solid #E8E8D3;
    padding: 10px 0 20px 0;
}

#mpu_wrapper .mpu {
    float: right;
    padding: 20px 0 24px 16px;
}

#mpu_wrapper.double-mpu .mpu-main {
    float: left;
    padding-left: 106px;
}
#mpu_wrapper.double-mpu .mpu-secondary {
    padding-left: 0;
    padding-right: 106px;
}


#adbottom-byline {
    clear: both;
    overflow: hidden;
}
#adbottom-byline h3 {
    color: #666;
    float: left;
    font-weight: normal;
    line-height: 35px;
    margin: 0;
    width: 90px;
}

div.posting .adsense {
    clear: none;
    width: 602px;
}

.secondary #safety-tip {
    margin: 0 auto;
}

.tl, .tr {
    display: none;
}



/* @group Skyscrapers */
.skyscraper-left,
.skyscraper-right {
    position: absolute;
    top: 320px;
    width: 120px;
}
.skyscraper-left {
    left: -130px;
}
.skyscraper-right {
    right: -130px;
}
/* @end Skyscrapers */
