/* --------------------------------------------------------------

    base.css

    Author:
    Date:

    This is the main stylesheet

    +top

--------------------------------------------------------------

  +Resets default browser CSS styles

-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ul, li, ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
}

/* --------------------------------------------------------------

    +Default Styles

-------------------------------------------------------------- */

body {
	text-align: center;
	font-size: 62.5%;
	font-family: Arial, Verdana, Sans-Serif;
	color: #333;
	background: url(/images/structure/body-bg.png) repeat #583b8d;
	}

.floatleft { float: left; }
.floatright { float: right; }

.clear-floats { clear: both; font-size: 1px; }


/* --------------------------------------------------------------

    +Layout

    -- This is the optimum layout for 1024px
    -- Individual column width 93px
    -- 9 column layout
    -- margin 14px

-------------------------------------------------------------- */

#top 	{ width: 100%; margin: 0 auto; padding: 0; position: relative; }

#shell 	{ width: 982px; margin: 0 auto; position: relative; }

#page 	{ text-align: left; width: 982px; background-color: #fff; -moz-border-radius: 18px; -webkit-border-radius: 18px; border-radius: 18px; }

#content { padding: 14px 15px 14px 17px; min-height: 600px; }

.col { float: left; margin-right: 10px; width: 70px; }

.span-1 { width: 70px; }
.span-2 { width: 150px; }
.span-3 { width: 230px; }
.span-4 { width: 310px; }
.span-5 { width: 390px; }
.span-6 { width: 470px; }
.span-7 { width: 550px; }
.span-8 { width: 630px; }
.span-9 { width: 710px; }
.span-10 { width: 790px; }
.span-11 { width: 870px; }
.span-12 { width: 950px; }

/* This should be the standard container ---------------------- */
.module { padding: 14px; margin-bottom: 14px; }

#sky-ad { text-align: center; background-color: #eeeeef; padding-top: 15px; }
#sky-ad .ad-tag, #mpu .ad-tag { margin: 10px 0; }
#sky-ad .ad-tag span { background-color: #eeeeef; }

.span-results-mencap { width: 775px; margin-left: 5px; }

/* --------------------------------------------------------------

    +Typography + Headings

-------------------------------------------------------------- */

p { margin-bottom: 1.5em; }
p, ul, ol, blockquote, dd, dt, table { font-size: 1.2em; line-height: 1.5em; }

p.small { font-size: 1.1em; }
p.tiny { font-size: 1em; }
p.large { font-family: Arial; font-size: 1.8em; color: #555; margin-bottom: 15px; }

.center { text-align: center; }

a:hover { text-decoration: none; }

strong { font-weight: bold; color: #111; }
a strong { color: #1151a0; }

.strong { font-weight: bold; }

.contrast { color: #c53636; }

.small-text { text-transform: uppercase; letter-spacing: 1px; font-size: 1em; }

.boxed { background-color: #eff5ac; border: 1px dashed #d6db9c; padding: 5px 10px; }

a:link { color: #562da0; }
a:visited { color: #562da0; }
a:hover { color: #ee2e24; }

/* Lists ----------------------------------------------------- */

dt { margin-bottom: 0.35em; }
dd { margin-bottom: 1.3em; }

ul { margin: 0 0 1.5em 0; padding: 0 0 0 1.5em; }

ul.inline-list { float: left; }
ul.inline-list li { float: left; display: inline; }

ul.clean-list { margin: 0; padding: 0; list-style: none; }

ul.tick-list { margin: 0 0 15px 0; list-style: none; padding: 0; }
ul.tick-list li { background: url(/images/icons/sprite.gif) no-repeat 0 0; padding: 0 0 0 23px; margin-bottom: 6px; }

ol { margin: 0 0 15px 0; padding: 0; }
ol li { margin: 0 0 0 1.5em; padding: 0; }

.breadcrumb ul { margin: 0; padding: 0; list-style: none; }
.breadcrumb ul li { float: left; display: inline-block; margin-right: 10px; }

.success { padding: 10px 10px 10px 40px; background: url(/images/icons/success.png) no-repeat 10px 10px #e5f8de; border: 1px dashed #52b52b; }
.success p { margin: 0; }
.error { padding: 10px 10px 10px 40px; background: url(/images/icons/warning.png) no-repeat 10px 10px #ffeeee; border: 1px solid #c23d3d; display: block; margin-bottom: 10px; }
.error p { margin: 0; color: #c23d3d; }

/* Headings -------------------------------------------------- */

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	color: #333;
	font-weight: bold;
	clear: none;
	line-height: 1.5em;
    font-family: Arial, Helvetica, Sans-Serif;
	}

h1 { font-size: 2.3em; margin-bottom: 0.667em; }
h2 { font-size: 1.9em; margin-bottom: 0.8em; }
h3 { font-size: 1.7em; margin-bottom: 0.889em; }
h4 { font-size: 1.5em; margin-bottom: 1.066em; }
h5 { font-size: 1.3em; margin-bottom: 1.2307em; }
h6 { font-size: 1.1em; margin-bottom: 1.5em; }

h1 span, h2 span, h3 span, h4 span { display: none; }

.page-title { margin: 10px 0 30px 0; }

/* --------------------------------------------------------------

    +Forms

-------------------------------------------------------------- */

.altForm .inner { border: 1px solid #d8d8d8; padding: 15px; }
.altForm dt { font-weight: bold; }
.altForm dd { margin-bottom: 10px; }

/* --------------------------------------------------------------

    +Header

-------------------------------------------------------------- */

/* +INM ------------------------------------------------------ */
#inm-wrap { background-color: #fff; font-size: 0.9em; border-bottom: 1px solid #351275; }
#inm { background: none; height: 24px; text-align: left; width: 977px; margin: 0 auto; font-size: 0.9em; }
//#inm p.part-of { background: url(/images/icons/group-sprite.png) no-repeat 0 -4px; padding-left: 28px; float: left; width: 300px; margin: 3px 0 0 4px; padding-bottom: 4px; }
#inm p.part-of { float: left; width: 300px; margin: 0px 0 0 4px; padding-bottom: 4px; background: none; }
#inm ul { list-style: none; margin: 0; padding: 0; width: 528px; float: right; }
#inm ul li { margin-right: 10px; float: left;  background: url(/images/icons/group-sprite.png) no-repeat 0 0; padding: 4px 0 5px 30px;}
#inm ul li.first { background: none; color: #999; border: 0; }
#inm ul li.pnews { background-position: 2px -198px; }
#inm ul li.mad { background-position: 2px -132px; }
#inm ul li.bel-tel { background-position: 2px -263px; }
#inm ul li.cars { background-position: 2px -68px; }
#inm ul li.jobs { background-position: 2px -341px; }
#inm a { text-decoration: none; color: #666; }
#inm a:hover { text-decoration: underline; color: #1151A0; }

#header { margin: 10px 0; }
#header h1, #header h2 { margin: 0; }

/* Brand ------------------------------------------------------ */
#header #brand { float: left; }

/* Register --------------------------------------------------- */
#header #register { float: right; }
#header #register ul { list-style: none; margin: 0; padding: 0; }
#header #register ul li { float: left; padding: 3px 15px; }
#header #register ul li.member-area,
#header #register ul li.register { border-right: 1px solid #8a76af; }
#header #register ul li a { color: #fff; }

#insertionMarker { display: none; }


/* --------------------------------------------------------------

    +Popular Categories

-------------------------------------------------------------- */

/* --------------------------------------------------------------

    +categories

-------------------------------------------------------------- */

#browsing { padding: 10px; }
#browsing ul { list-style: none; }
#browsing ul.level1 { margin: 15px 0 0 15px; padding: 0; }
#browsing ul.level1 li.third { width: 200px; }
#browsing ul.level1 li { font-weight: bold; margin-bottom: 15px; width: 219px; float: left; min-height: 180px; border-top: 1px solid #dedede; padding-top: 10px; }
#browsing ul.level1.last { margin-right: 0; }
#browsing ul.level1 ul li { font-size: 0.9em; font-weight: normal; margin: 0; min-height: inherit; padding: 0; border: 0; width: inherit; float: none; }
#browsing ul#level2 {  padding: 0; margin: 0 0 0 10px;  }
#browsing ul#level2 li { margin: 0 0 0 0; }
#browsing ul#level3 { margin: 0 0 0 0; padding: 0; display: none; }
#browsing ul#level3 li { font-size: 0.7em; font-weight: normal; margin: 0; line-height: 1.4em; }
#browsing ul#level3 li a { text-decoration: none; }
#browsing p.all { font-weight: bold; margin-bottom: 5px; font-size: 1.4em; }

#browsing .cat-module { width: 284px; float: left; margin-right: 23px; margin-bottom: 23px; border: 1px solid #d8d8d8; -moz-border-radius: 7px; -webkit-border-radius: 7px; border-radius: 7px; }
#browsing .cat-module.last { margin-right: 0; }
#browsing .cat-module-content { padding: 10px 10px 16px 16px; height: 114px; }

#browsing .cat-module h3 { height: 52px; margin-bottom: 0; background-position: top center; }


/* --------------------------------------------------------------

    +Search

-------------------------------------------------------------- */

#search { margin-bottom: 12px; position: relative; }

#search #search-inner { background: url(/images/structure/search-bg.png) no-repeat bottom left; padding: 22px 17px; position: relative; }
#search #search-inner input#searchbox { font-size: 1.8em; font-family: Arial; color: #444; padding: 4px; width: 340px; margin-left: 145px; }
#search #search-inner #search-button { position: absolute; bottom: 17px; right: 22px; }

#search #search-tabs { height: 29px; }
#search #search-tabs ul { list-style: none; margin: 0; padding: 0; }
#search #search-tabs ul li { float: left; display: block; height: 29px; margin-right: 3px; }
#search #search-tabs ul li a { background: url(/images/structure/search-tabs.png) no-repeat 0 0; display: block; height: 29px; text-indent: -9999px; ;}
#search #search-tabs ul li.buy a { width: 114px; }
#search #search-tabs ul li.sell a { background-position: -116px 0; width: 113px; }

#search #count { position: absolute; top: 0; right: 5px;  }

#search.more #search-inner { background: url(/images/structure/mini-search.png) no-repeat top left; }
#search.more #search-tabs { display: none; }

#search #top-cats { background-color: #562da0; border-top: 1px solid #fff; margin: 0 4px 0 0; height: 25px; }
#search #top-cats ol { list-style: none; margin: 2px 0 0 20px; padding: 0; display: block; }
#search #top-cats ol li { float: left; margin: 0 20px 0 0; padding: 0;  }
#search #top-cats ol li a { color: #fff; padding: 5px; text-decoration: none; }
#search #top-cats ol li a:hover { text-decoration: underline; }
#search #top-cats ol li#all a { font-weight: bold; }

#search #browse { position: absolute; background-color: #fff; border: 4px solid #562da0; top: 102px; width: 618px; z-index: 999; border-top: 0; }
#search #browse #browse-inner { padding: 10px 21px; }
#search #browse ul { margin: 0; padding: 0; list-style: none; font-size: 12px; }
#search #browse ul li  { float: left; width: 25%; padding: 3px 0; }
#search #browse ul li ul { margin: 0 0 0 20px; display: none; }

#search-results-box { position: absolute; z-index: 9999;  width: 350px; margin-top: 0px; background-color: #fff; left: 161px; border: 1px solid #555; }
#search-results-box #search-results-box-inner { padding: 5px 0; display: none; }
#search-results-box ul { list-style: none; margin: 0; padding: 0; }
#search-results-box ul li { padding: 1px 10px; color: #888; }
#search-results-box ul li.heading { font-weight: bold; color: #333;  }

/* --------------------------------------------------------------

    +Homepage

-------------------------------------------------------------- */

/* Popular Categories ----------------------------------------*/
#popular-cats dl { margin: 0 5px 0 0; padding: 0; }
#popular-cats dl dt { font-size: 1.4em; font-weight: bold; margin: 0; padding: 0; }
#popular-cats dl dt a { text-decoration: none; color: #562da0; }
#popular-cats dl dt a:hover { text-decoration: underline; }
#popular-cats dl dd { font-size: 1.2em; border-bottom: 1px solid #d8d8d8; margin:0 0 4px 0; padding-bottom: 4px; }
#popular-cats dl dd a { text-decoration: none; color: #777; }
#popular-cats dl dd a:hover { text-decoration: underline; color: #333; }

/* Featured -------------------------------------------------- */
#featured { margin-right: 5px; }
#featured .title { margin: 0 0 10px 0; }

#featured ul { list-style: none; margin: 0; padding: 0; }
#featured #slides-wrap { background: url(/images/structure/feature-gradient-bg.png) repeat-x bottom center #f4f4f4; padding: 12px; margin: 0 0 9px 0; height: 168px; }
#featured #slides-wrap ul#slides li { width: 350px; height: 165px; position: absolute; }
#featured #slides-wrap ul#slides li img { border: 3px solid #fff; float: left; margin-right: 14px; }
#featured #slides-wrap ul#slides li h3 { font-weight: normal; font-size: 1.2em; margin-bottom: 5px;  }
#featured #slides-wrap ul#slides li h4.price { color: #dd1f1f; font-size: 1.4em; margin: 0 0 10px 0; }
#featured #slides-wrap ul#slides li p.desc { font-size: 1em; line-height: 1.3em; margin: 0; }

#featured #thumbs { margin-bottom: 10px; }
#featured #thumbs li { width: 55px; height: 48px; float: left; margin-right: 11px; }
#featured #thumbs li.last { margin-right: 0; }

#featured p.promo-text { background: url(/images/structure/repeating-line.png) repeat-x center center; text-align: right; padding-bottom: 2px; }
#featured p.promo-text a { background-color: #fff; padding-left: 10px; }

/* Recently Added -------------------------------------------- */
#recently-added .title { margin-bottom: 15px; }
#recently-added { margin-right: 5px; }
#recently-added .heading { float: left; }
#recently-added #justadded-category-select { float: right; }
#recently-added .thumb {
	width: 87px;
	float: left;
	height: 85px;
	margin: 0 12px 10px 0;
}
#recently-added .thumb.last { margin-right: 0; }
#recently-added .thumb .image { background: url(/images/structure/featured-thumb-bg.png) no-repeat top left; width: 87px; height: 68px; display: table-cell; text-align: center; vertical-align: middle; }
#recently-added .thumb img { vertical-align: middle; }
#recently-added .thumb .price { text-align: center; font-weight: bold; margin: 0; }
#recently-added .thumb .price a { color: #333; text-decoration: none;}

/* Promo ----------------------------------------------------- */
.promo#selling { position: relative; margin-bottom: 10px; border-bottom: 1px solid #d8d8d8; padding-bottom: 10px; }
.promo#selling a#link { position: absolute; bottom: 50px; right: 30px; font-size: 1.4em; font-weight: bold; }

/* Become a member ------------------------------------------- */
#become-a-member { padding: 0 0 10px 0; border-bottom: 1px solid #d8d8d8; margin: 0 0 15px 0; }
#become-a-member .title { margin: 0 0 15px 0; }

/* Stay Safe ------------------------------------------------- */
#stay-safe .title { margin: 0 0 15px 0; }

/* Google Adsense --------------------------------------------- */
#google-adsense { background: url(/images/structure/blank-bg.png) no-repeat 2px top; margin: 0 0 30px 0; height: 325px; }
#google-adsense .inner { text-align: center; margin-right: 5px; padding-top: 40px; }

.ad-tag { background: url(/images/structure/repeating-line.png) repeat-x center center; text-align: center; }
.ad-tag span { background: #fff; padding: 10px; color: #666; font-size: 1.1em; }

/* Place your ad promo ---------------------------------------- */
#place-your-ad-promo { background: url(/images/structure/place-ad-bg.png) no-repeat top left; margin-left: 3px; margin-bottom: 15px; }
#place-your-ad-promo p { padding: 110px 25px 10px 25px; font-size: 1.4em; margin: 0; }
#place-your-ad-promo a.button-link { text-align: center; display: block; padding-bottom: 12px; }

/* Popular this week ------------------------------------------ */
#popular-ads .title { margin-bottom: 15px; }
#popular-ads .item { border-top: 1px solid #d8d8d8; background: url(/images/structure/numbers.png) no-repeat 0 0; padding: 5px 5px 0 50px;  }
#popular-ads .item.one { background-position: 0 -2px; }
#popular-ads .item.two { background-position: 0 -115px; }
#popular-ads .item.three { background-position: 0 -228px; }
#popular-ads .item.four { background-position: 0 -340px; }
#popular-ads .item.five { background-position: 0 -454px; }

#popular-ads .item h4 { font-size: 1.4em; }
#popular-ads .item .price { color: #222; }
#popular-ads .item .img {
	width: 78px;
	height: 60px;
	background: url(/images/structure/featured-thumb-bg-small.png) no-repeat;
	float: right;
	margin: 0px 0 5px 0;
}
#popular-ads .item .img div { text-align: center; display: table-cell; vertical-align: middle; width: 78px; height: 60px; }
#popular-ads .item .img img { vertical-align: middle; }

/* Affiliates ------------------------------------------------- */
#affiliates { margin-top: 20px; }
#affiliates .title { margin: 0 0 15px 0; }
#affiliates table { border-collapse: collapse; }
#affiliates table td { border: 1px solid #d8d8d8; text-align: center; vertical-align: middle; padding: 15px 0; }

/* mpu -------------------------------------------------------- */
#mpu { text-align: center;  }

/* --------------------------------------------------------------

    +Results

-------------------------------------------------------------- */

#results #place-ad { margin-left: 3px; }

#results ul.pager { list-style: none; margin: 0; padding: 0; }
#results ul.pager li { float: left; border: 1px solid #d8d8d8; padding: 3px 8px;  margin-right: 5px; }
#results ul.pager li.current { background-color: #562da0; color: #fff; font-weight: bold; }
#results ul.pager li a { display: block; text-decoration: none; }
#results ul.pager li:hover { background-color: #e7e7e7; }

#results #pager-1 { margin-bottom: 10px; }

#list-in-category { background-color: #eff5ac; border: 1px dashed #d6db9c; padding: 10px; margin-bottom: 10px; }
#list-in-category a { text-decoration: none; font-weight: bold; }

/* Refine ----------------------------------------------------- */
#results #refine { margin: 0 5px 20px 0; border: 1px solid #d8d8d8; -moz-border-radius: 7px; -webkit-border-radius: 7px; border-radius: 7px;  }
#results #refine .title { margin-bottom: 10px; padding: 10px 10px 0 10px;  }
#results #refine h3 { background-color: #e7e7e7; padding: 5px 10px; font-size: 1.2em; }
#results #refine ul { margin: 0 0 15px 7px; padding: 0; list-style: none; }
#results #location-refine { margin: 0 0 15px 0; border-bottom: 1px dotted #d8d8d8; padding: 0 0 15px 0;  }
#results #location-refine h4 { margin: 0 0 5px 7px; padding: 0; font-size: 1.2em; font-weight: normal; }
#results #location-refine table { margin: 0 5px 0 7px; }
#results #location-refine table input#min-price { width: 80px; margin-right: 10px; }
#results #location-refine table input#max-price { width: 80px; margin-left: 10px; }

#results #update-button { text-align: center; padding-bottom: 10px; }

/* Result Item ------------------------------------------------ */
#results .item { border-top: 1px solid #d8d8d8; padding: 10px 0; }
#results .item .img { width: 133px; float: left; margin-right: 15px; text-align: center; }
#results .item .details { width: 400px; float: left; }
#results .item .details h3 { margin-bottom: 0; font-size: 1.4em; }
#results .item .details h3 a { text-decoration: none; }
#results .item .details h3 a:hover { text-decoration: underline; }
#results .item .details h3.price { color: #ee2e24; }
#results .item .details p { color: #777; font-size: 1.1em; margin-bottom: 5px; }
#results .item .details a.favouritelink { background: url(/images/icons/sprite.png) no-repeat 0 -2px; padding-left: 23px;  }
#results .item .img p.photos { margin: 0;  }

#results .item .details .options ul { margin: 0; padding: 0; list-style: none; }
#results .item .details .options ul li { list-style: none; float: left; margin-right: 20px;  }
#results .item .details .options ul li.location { font-weight: bold; }

/* Top Details ------------------------------------------------ */
#results-info { margin-bottom: 10px;}
#results-info h2 { font-size: 1.2em; float: left; width: 400px; margin: 0;  }
#results-info h2 span { display: inline; color: #562da0; }
#results-info .sort { float: right; width: 150px; text-align: right; }

#results #category-filter { width: 400px; float: left; font-size: 1.2em; margin: 0 0 15px 0; }
#results #save-search { width: 150px; float: right; text-align: right; font-size: 1.2em; margin: 0 0 10px 0; }
#results #save-search a { background: url(/images/icons/sprite.png) no-repeat 0 -126px; padding-left: 24px; }

#results-sorting ul.pager { list-style: none; margin: 0; padding: 0; }

/* Urgent ----------------------------------------------------- */
#results .item.urgent { border: 1px solid #C53636; }
#results .item.urgent .details { width: 370px; background: url(/images/structure/urgent-tag.png) no-repeat 10px 10px; padding-top: 40px; }
#results .item.urgent .options li.location { width: 190px; }
#results .item.urgent .options { padding-bottom: 0; }
#results .item.urgent .options li { padding-bottom: 10px; }

#results .item.spotlight.urgent .details { padding-top: 7px; }
#results .item.spotlight.urgent .details h3 { padding-left: 84px; }

/* Spotlight Ads ---------------------------------------------- */
#spotlight-listings { width: 548px; clear: both; }
#spotlight-listings #spotlight-top { height: 30px; background: url(/images/structure/spotlight-top.png) no-repeat top center; }
#spotlight-listings #spotlight-top h3 { font-family: verdana; font-size: 1.1em; padding: 5px 0 0 14px; color: #444; float: left; }
#spotlight-listings #spotlight-top h3 span { color: #1b9607; display: inline; }
#spotlight-listings #spotlight-top a { float: right; padding: 7px 14px 0 0; font-size: 1.1em; }
#spotlight-listings #spotlight-inner { background: url(/images/structure/spotlight-bg.png) repeat-y top center; }
#spotlight-listings #spotlight-bottom { background: url(/images/structure/spotlight-bottom.png) no-repeat bottom center; height: 10px; z-index: 100; position: relative; top: -10px;}

#results .item.spotlight { border: none; margin-bottom: 0; border-bottom: 1px solid #35b423; padding-left: 10px; }
#results .item.spotlight .details { border: 0; padding-left: 10px; }
#results .item.spotlight .details p { margin-bottom: 8px;  }
#results .item.spotlight .details h3 span { display: inline; color: #1b9607; }
#results .item.spotlight .details h3 a { color: #333;  }
#results .item.spotlight .options li.photos { display: none; }
#results .item.spotlight .options li.location { display: block; width: 400px; padding: 0 0 8px 0; margin: 0;  }
#results .item.spotlight .img { padding: 10px 0; }

#adsense-results, #adsense-listing { margin: 30px 0 0 236px; }

#results #no-ads-image { padding: 0 0 0 35px; }

/* --------------------------------------------------------------

    +Dialog

-------------------------------------------------------------- */
.overlay {
    display:none;
    background-image:url(/images/structure/dialog-bg.png);
    width:568px;
    text-align: left;
}

.dialog-inner { padding: 10px 30px 10px 30px; }
.dialog-title h2 { color: #fff; padding: 20px 0 0 30px; font-size: 1.6em; margin-bottom: 15px;  }

/* close button positioned on upper right corner */
.overlay .close, .overlayImageChooser .close {
    position:absolute;
    right:19px;
    top:12px;
    cursor:pointer;
    height:35px;
    width:35px;
}

.overlayImageChooser {
    display:none;
    background-image:url(/images/structure/large-dialog-bg.png);
    width:678px;
    text-align: left;

}


/* +breadcrumb ------------------------------------------------- */
#breadcrumb ul { list-style: none; margin: 0 0 0 0; padding: 0; }
#breadcrumb ul li { float: left; margin: 0 4px 6px 0; }
#breadcrumb ul li a { text-decoration: none; }
#breadcrumb ul li a:hover { text-decoration: underline; }

/* --------------------------------------------------------------

    +Listing

-------------------------------------------------------------- */

input#Continue { display: none; }

h4.category-info, h4.listing-info { margin: 0; padding: 0 0 10px 18px; }
h4.listing-info { padding: 0 0 20px 20px;}

#category-picker #category-helper-text { position: absolute; right: 70px; top: 131px; }

#category-picker { border: 1px solid #dedede; height: 429px; position: relative; width: 99.6%; background-color: #ebf5f9; -moz-border-radius: 7px; -webkit-border-radius: 7px; border-radius: 7px; }
#category-picker p.info { border-bottom: 1px solid #dedede; background: url(/images/icons/info.gif) no-repeat 13px 9px #fefde7; padding: 7px 10px 7px 35px; font-size: 1.2em; margin: 0; }
#category-picker ul.cat-list { float:left; padding: 0; list-style: none; width: 226px; font-size: 1.1em; left: 14px; background-color: #fff; top: 14px; margin: 15px 5px 15px 15px; }
#category-picker ul.cat-list li { padding: 6px 0 0 10px; display: block; cursor: pointer; background: url(/images/structure/category-bg.gif) no-repeat top left; height: 27px;  position: relative; }
#category-picker ul.cat-list li span { width: 100%; padding: 5px 10px; display: block;}

#category-picker li.chosen { background-color: #fff; color: #999; margin: 0; padding: 20px 20px 0 20px; }
#category-picker li.chosen { color: #333; font-weight: bold; }

#category-picker li input#Continue { position: absolute; right: -178px; top: 0px; }

#category-picker ul.cat-list li:hover { background-position: 0 -34px; }
#category-picker ul.cat-list li.last:hover { background-position: 0 -135px; }
#category-picker ul.cat-list li.selected { background-position: 0 -170px; color: #fff; font-weight: bold; }
#category-picker ul.cat-list li.last { background-position: 0 -101px; }
#category-picker ul.cat-list li.chosen, #category-picker ul.cat-list li.chosen:hover { background-position: 0 -68px; color: #fff; font-weight: bold; }

#category-picker .top { background-color: #fff; border-bottom: 1px solid #ccc; height: 50px; }
#category-picker .bottom { position: absolute; bottom: 0; height: 50px; border-top: 1px solid #ccc; width: 100%; background-color: #fff;  }
#category-picker .bottom input, #category-picker .top input { margin: 8px 0 0 20px; float: left; font-size: 1.4em; padding: 3px 20px;  }
#category-picker .bottom p, #category-picker .top p { float: left; margin-top: 14px; padding-left: 20px; }
#category-picker .bottom p span { font-weight: bold; }

#listing .error, #payment .error { display: inline-block; margin-top: 7px; font-size: 0.9em; padding: 5px 5px 5px 35px; background-position: 10px 6px;  }

#payment p.instructions  { padding: 10px 20px 10px 118px; background-color: #eff5ac; margin-bottom: 0; border-top: 1px solid #dedede; }
#listing p.category em { font-weight: bold; padding: 5px; border: 1px solid #ccc;  }

#listing { border-right: 1px solid #dedede; border-bottom: 1px solid #dedede; border-left: 1px solid #dedede; width: 99.6%; margin-top: 25px; }
#listing .section .heading .number { background: url(/images/structure/listing-numbers.png) no-repeat 0 0; width: 70px; height: 100px; position: absolute; left: 25px; }
#listing .section h3 { border-top: 1px solid #dedede; border-bottom: 1px solid #dedede; padding: 10px 10px 10px 70px; background-color: #ece7f5; color: #562da0; }

#listing .section#location .number { background-position: 0 -120px; }
#listing .section#pricing .number { background-position: 0 -239px; }
#listing .section#member .number { background-position: 0 -359px; }
#listing .section#pics .number { background-position: 0 -480px; }
#listing .section#promote .number { background-position: 0 -600px; }

#listing .supporting-text, #listing .standardForm dd span { color: #888; }

#listing p.info { color: #888; }

#listing .section .standardForm { margin: 10px 70px 20px 70px; padding: 10px; border: 1px solid #dedede; }
#listing .section .standardForm dt { width: 25%; float: left; clear: both; font-weight: bold; text-align: right; color: #222; padding-top: 5px; }
#listing .section .standardForm dd { width: 72%; float: right; }

#listing .section .standardForm .standardForm { margin: 0; border: 0; width: 100%; }

#listing #category-choice.standardForm { border: 1px dashed #562da0; }

#listing .section#ad-details #Title { font-size: 1.4em; padding: 4px; width: 380px; }
#listing .section#ad-details #ShortText { width: 380px; padding: 4px; }
#listing .section#ad-details #Price { font-size: 1.4em; padding: 4px; }
#listing .section#ad-details span.currency { font-size: 1.4em; padding: 4px; }

#listing .section#member .altForm dd span { display: inline; }
#listing .section#member #listingRegistrationArea p em { color: #999; font-style: italic; }
#listing .section#member #listingRegistrationArea p { margin-bottom: 10px; }
#listing .section#member .standardForm dd span { display: inline; }

#listing .section#pics .standardForm { padding: 0; width: 85%; }
#listing .section#pics #upload-photos { width: 75%; border-left: 1px solid #dedede; float: right; background: url(/images/structure/uploaded-bg.gif) no-repeat 163px 64px; }
#listing .section#pics #upload-photos #main-photo-col { width: 28%; float: left; }
#listing .section#pics #upload-photos #main-photo-col .details { padding: 0 10px 0 10px; }
#listing .section#pics #upload-photos #main-photo-col .details p { font-size: 1.1em; padding: 0 5px; }
#listing .section#pics #upload-photos #uploader-col { width: 69%; margin-right: 15px; float: left; }
#listing .section#pics #tips { width: 24.87%; float: left; }
#listing .section#pics #tips .tips-inner { padding: 0 10px; }
#listing .section#pics #tips h4 { background-color: #f8f8f8; border-bottom: 1px solid #dedede; padding: 5px 0 5px 10px; margin-bottom: 10px; }
#listing .section#pics #tips p.first { font-size: 1.6em; border-bottom: 1px solid #dedede; padding-bottom: 15px; }
#listing .section#pics #tips p.first strong { color: #B13131; }
#listing .section#pics iframe { width: 235px; height: 35px; overflow: hidden; }
#listing .section#pics iframe.hidden { display: none; }
#listing .section#pics iframe body { margin: 0; padding: 0; }

#listing .section#pics #main-photo { text-align: center; width: 148px; height: 155px; background: url(/images/content/photo.png) no-repeat center 6px ; padding: 6px 5px 10px 5px; }
#listing .section#pics img#mainPhoto { padding: 16px 0 0 0; text-align: center; }

#imageUploader p.button { width: 200px; float: left; }
#imageUploader #browse-button { margin-top: 15px; }

/*#listing .section#promote .standardForm { float: left; width: 190px; text-align: center;}
#listing .section#promote .standardForm.selected { border: 3px solid #C53636; margin-top: -3px; margin-right: -3px; position: relative;}
#listing .section#promote .standardForm.one { margin: 27px 0 20px 117px; border-right: 0; }
#listing .section#promote .standardForm.two { margin: 10px 0 20px 0; width: 220px; height: 368px; border-width: 3px; }
#listing .section#promote .standardForm.three { margin: 27px 0 20px 0; border-left: 0; }
#listing .section#promote .standardForm p { font-size: 1.2em; }
#listing .section#promote .standardForm p.desc { height: 72px; line-height: 1.6em; }
#listing .section#promote .standardForm.two p.desc { font-size: 1.4em; height: 86px; }
#listing .section#promote .standardForm.three p.desc { height: 76px; }
#listing .section#promote .standardForm p.desc.first { height: inherit; color: #333; font-weight: bold; }
#listing .section#promote .standardForm p.cost { font-size: 1.6em; font-weight: bold; margin-bottom: 10px; }
#listing .section#promote .standardForm p.action { letter-spacing: 1px; font-size: 1em; text-transform: uppercase; border-top: 1px solid #dedede; padding-top: 10px; color: #C53636; margin-bottom: 10px; }
#listing .section#promote .standardForm h4 { height: 51px; }
#listing .section#promote .standardForm p.list { font-size: 1.1em; margin-bottom: 0;  }
#listing .section#promote .standardForm .buttons { margin-bottom: 5px; font-size: 1.4em; font-family: Arial; font-weight: bold; color: #999; }
#listing .section#promote .standardForm .buttons span { padding-top: 35px; display: block;  }
#listing .section#promote .standardForm.two .buttons { padding-left: 15px; }
#listing .section#promote .standardForm .buttons .seven-days { width: 84px; height: 57px; background: url(/images/buttons/7-days.gif) no-repeat top center; float: left; margin-right: 10px; cursor: pointer; }
#listing .section#promote .standardForm .buttons .fourteen-days { width: 93px; height: 57px; background: url(/images/buttons/14-days.gif) no-repeat top center; float: left; cursor: pointer; }
#listing .section#promote .standardForm .buttons .selected { background-position: 0 -57px; color: #d03838; }*/

#listing .section#promote h3 { margin-bottom: 40px; }
#listing .section#promote { margin: 0 0 30px 0; }
#listing .section#promote .standardForm { border: 0; padding: 0; margin-top: 20px; margin-bottom: 10px; }
#listing .section#promote .form-options { width: 170px; float: left; }
#listing .section#promote .promo-details { width: 464px; float: left; padding: 10px; }
#listing .section#promote .promo-details h4 { width: 200px; float: left; }
#listing .section#promote .promo-details p { font-size: 1.1em; margin: 0; }
#listing .section#promote .promo-details img { padding-top: 10px; }
#listing .section#promote .form-options table select { margin-top: 5px; }
#listing .section#promote .spotlight .promo-details { border: 2px solid #562da0; }
#listing .section#promote .urgent .promo-details { border: 1px solid #ee2e24; }
#listing .section#promote .featured .promo-details { border: 1px solid #dedede; }

#listing .section#promote #Email, #listing .section#promote #ExistingPassword { width: 300px; padding: 4px; margin: 3px 0; }

#priceRadios dt { line-height: 2em; margin-right: 3px; }
#listing .section .standardForm #priceRadios dd { float: left; width: 74.5%; }

#listing #costSection { background-color: #fefde7; border-top: 2px solid #ccc; padding: 20px 118px 20px 118px; text-align: center; }
#listing #costSection .buttons input { font-size: 1.6em; padding: 7px 20px; }

#listing #totalCost { font-size: 2.4em; font-weight: bold; margin-bottom: 15px; }
#listing #totalCost span { color: #ee2e24; }

#payment { border-right: 1px solid #dedede; border-bottom: 1px solid #dedede; border-left: 1px solid #dedede; width: 99.6%; }
#payment .inner { padding: 15px; }

#payment #breakdown { width: 300px; margin-right: 25px; float: left; }
#payment #breakdown-title { font-size: 1.2em; border-bottom: 1px solid #dedede; padding-bottom: 10px;}
#payment .altForm { width: 557px; float: left; }



#payment .altForm dt { width: 30%; float: left; margin-right: 14px; text-align: right; }
#payment .altForm dd { width: 65%; float: left; margin-bottom: 10px; }
#payment #breakdown table { border-bottom: 1px solid #dedede; }
#payment #breakdown td { padding: 0 5px 15px 0; }
#payment #breakdown td span { font-size: 0.8em; color: #666; text-transform: uppercase; letter-spacing: 1px;}
#payment #breakdown td.price { font-weight: bold; vertical-align: top; }
#payment #breakdown p.total { font-size: 1.6em; text-align: right; padding: 10px 0; }
#payment p.instructions { padding-left: 15px; border-bottom: 1px solid #dedede; }

#finished .error { width: 70%; margin: 0 auto 20px auto; }
#finished .success { background: url(/images/icons/tick.png) no-repeat 0px 0px #e5f8de; padding-left: 130px; padding-bottom: 50px; width: 60%; margin: 0 auto 80px auto; }
#finished .inner { width: 99.6%; padding-top: 20px; }
#finished .success h3 { margin-top: 24px; }
#finished ol { margin: 15px 0 0 20px; }

#ReloginLink { padding: 5px 0 0 25px; margin: 0; }

#listing .general-errors p { border: 1px dashed #c23d3d; padding: 10px; text-align: left; background-color: #f6e2e2; }

/* --------------------------------------------------------------

    +Ad

-------------------------------------------------------------- */

#seller { margin: 0 5px 10px 0; border: 1px solid #d8d8d8; -moz-border-radius: 7px; -webkit-border-radius: 7px; border-radius: 7px; }
#seller .inner { padding: 10px; }
#seller .title { margin-bottom: 10px; }
#seller dl { margin-bottom: 15px; display: block; }
#seller dl dt { font-weight: bold; color: #222; margin: 0 0 7px 0; float: left; width: 30%; clear: both; }
#seller dl dd { width: 70%; float: left; margin: 0 0 7px 0; }
#contact-seller { padding-top: 10px; }

#related { padding-top: 10px; margin: 0 5px 20px 0; }
#related .title { margin: 0 0 10px 0; }
#related .item { border-top: 1px dotted #ccc; padding: 10px 0; }
#related .img { width: 30%; float: left; text-align: center; }
#related .details { width: 70%; float: left; }
#related .details p { color: #ee2e24; }
#related .details h3 { font-size: 1.2em; margin: 0; }

#breadcrumb { float: left; }
a#print { float: right; background: url(/images/icons/sprite.png) no-repeat 0 -60px; padding: 2px 0 2px 23px; }

#listing-item #controls { padding: 6px 10px; border-bottom: 1px solid #562da0;  }
#listing-item #controls #breadcrumb ul li { margin-bottom: 0; }

#listing-item { border: 1px solid #562da0; -moz-border-radius: 7px; -webkit-border-radius: 7px; border-radius: 7px; }

#listing-item #listing-inner { padding: 14px; }

#listing-item #images { border: 1px solid #dedede; width: 245px; text-align: center; padding: 0; float: left; margin-right: 20px; margin-bottom: 15px; }
#listing-item #images .main-image { display: table-cell; vertical-align: middle; height: 190px; text-align: center; width: 245px; }
#listing-item #images .main-image img { vertical-align: middle; }
#listing-item #images table { width: 100%; border-top: 1px solid #dedede; }
#listing-item #images table td { border-right: 1px solid #dedede; padding: 7px 0; width: 54px;}
#listing-item #images table td.last { border-right: 0; }
#listing-item #images a#enlarge { padding: 5px; display: block; background: url(/images/icons/brochure-sprite.gif) no-repeat 63px -180px #f2f2f2; }
#listing-item #images .main-image a { display: inline-block; }

#listing-item .details { width: 252px; float: left; }
#listing-item .details h2 { font-size: 2em; font-weight: bold; color: #562da0; margin: 0; }
#listing-item .details h3.price { color: #ee2e24; font-size: 2em; font-weight: bold; margin: 0; }
#listing-item .details table#price { width: 100%; }
#listing-item .details td.make-offer { vertical-align: top; text-align: right; padding-top: 10px;}

#listing-item .main-options { border-top: 1px dotted #d8d8d8; border-bottom: 1px dotted #d8d8d8; padding: 10px 0; margin-bottom: 15px;  }
#listing-item .main-options ul { list-style: none; margin: 0; padding: 0; }
#listing-item .main-options ul li { float: left; margin: 0 15px; }
#listing-item .main-options ul li a.favouritelink { background: url(/images/icons/sprite.png) no-repeat 0 -2px;  padding-left: 25px; }

#listing-item #unapproved { background-color: #eff5ac; border: 1px dashed #d6db9c; padding: 5px 10px; margin-bottom: 15px; }

#listing-item table#price { margin-bottom: 15px; }
#listing-item table#price td { color: #888; }

#listing-item .title { margin-bottom: 5px; }
#listing-item .title h3 { margin-bottom: 0; }
#listing-item .title h3 span { display: none; }
#listing-item .description-text { font-size: 12px; line-height: 1.6em; margin-bottom: 50px; }

#listing-item #questions { margin-bottom: 50px; }

#listing-item #other-items .item { width: 100px; float: left; text-align: center; margin-right: 3px;  padding-top: 10px; }
#listing-item #other-items .item .img { height: 70px; }
#listing-item #other-items .item h3 { font-size: 1.1em; margin-bottom: 0; }
#listing-item #other-items .item h3 a { text-decoration: none; }
#listing-item #other-items .item .details { float: none; width: inherit; }
#listing-item #other-items .item .details .price { color: #EE2E24; }

#listing-item #vote-mad { width: 152px; height: 49px; position: relative; }
#listing-item #vote-mad p { color: #e82018; position: absolute; width: 77px; right: 8px; top: 6px; }
#listing-item #vote-mad p a { color: #e82018; }

#makeOfferBox { position: relative; }
#makeOfferBox .title { margin-bottom: 10px; }
#makeOfferBox .hands { background: url(/images/structure/hands.png) no-repeat; width: 165px; height: 84px; position: absolute; top: 104px; }
#makeOfferBox .hands#left-hand { left: 10px; }
#makeOfferBox .hands#right-hand { right: 10px; background-position: 0 -84px; }
#makeOfferBox .make-offer { width: 215px; margin: 0 auto 24px auto; text-align: center; }
#makeOfferBox .make-offer h4 { color: #e82018; font-size: 1.6em; font-weight: bold; margin-bottom: 5px; }
#makeOfferBox #make-offer-box { font-size: 2em; padding: 5px; width: 190px; border: 2px solid #e82018; }
#makeOfferBox .divider { background: url(/images/structure/faded-stars.png) no-repeat top center; width: 400px; margin: 0 auto; height: 16px; margin-bottom: 25px; }
#makeOfferBox table label { font-weight: bold; font-size: 0.9em;  padding-right: 10px; }
#makeOfferBox textarea { font-family: Arial; font-size: 1.4em; color: #999; font-style: italic; padding: 10px; }

/* --------------------------------------------------------------

    +Members

-------------------------------------------------------------- */

#member .warning { padding: 30px; border: 1px dashed #562da0; }
#member p.intro { margin: 10px; background-color: #fcfcef; font-style: italic; padding: 8px; }

/* Registration Dialog --------------------------------------- */

#registration-area.standardForm dt { font-weight: bold; }
#RegistrationName, #RegistrationEmailAddress, #LoginEmailAddress { width: 270px; }

#registration-area .altForm dt, #login-area .altForm dt, .altForm dl.floated dt { float: left; width: 30%; margin-right: 14px; clear: both; }
#registration-area .altForm dd, #login-area .altForm dd, .altForm dl.floated dd { float: left; width: 63%; margin-bottom: 10px; }

#registration-area .altForm dd span { display: inline; }

#registration-area p.info em, #login-area p.info em { font-weight: bold;  }

#login-area {  }
#login-area-form { margin-bottom: 15px; }

#sofa-promo { width: 477px; height: 106px; background: url(/images/structure/sofa-into-cash.png) no-repeat top left; margin: 28px 0 0 103px; }
#sofa-promo p { padding: 42px 0 0 7px; }

#login-nav, #reg-nav { width: 400px; margin: 40px auto 0 auto; }
#login-nav .item, #reg-nav .item { width: 156px; float: left; border: 2px solid #b297e2; padding: 15px; margin-right: 20px; height: 50px; margin-bottom: 15px; cursor: pointer; }
#login-nav .item p, #reg-nav .item p { font-family: Arial; font-size: 1.6em; font-weight: bold; color: #b297e2; }
#login-nav .item.last, #reg-nav .item.last  { margin-right: 0; }
#login-nav .item:hover, #reg-nav .item:hover { border-color: #562da0; }
#login-nav .item:hover p, #reg-nav .item:hover p { color: #562da0; }

#register-page { width: 800px; }

/* Login ----------------------------------------------------- */
#login p.create-account { margin: 30px 0; }
#login p.create-account img { margin-bottom: -10px; padding-left: 5px;  }

#recover-password { width: 400px; }

/* Members Home ----------------------------------------------- */
#member-nav { background-color: #f5f5f5; padding: 10px 15px; margin-bottom: 20px; -moz-border-radius: 7px 7px 0 0; -webkit-border-radius: 7px 7px 0 0; border-radius: 7px 7px 0 0; }
#member-nav h3 { font-size: 1.2em; }
#member-nav .section ul { list-style: none; margin: 0; padding: 0; }
#member-nav .section ul li { padding-right: 10px; width: 83px; height: 82px; float: left; }
#member-nav .section { float: left; }
#member-nav #home.section { width: 155px; }
#member-nav #buying.section { width: 265px; }
#member-nav #selling.section { width: 160px; }
#member-nav .section ul li.last { padding-right: 0; }
#member-nav a { text-decoration: none; width: 83px; height: 83px; cursor: pointer; }

#member h2.section-title { font-size: 2em; padding: 0 0 10px 0; }

#member .standard-pager { border-top: 1px dotted #aaa; margin: 10px 0 0 0; padding: 0 0 10px 10px; }
#member .standard-pager.bottom { border-bottom: none; }

#member .item { padding: 10px; border-top: 1px solid #d8d8d8; }
#member .item h3 { text-transform: uppercase; letter-spacing: 1px; font-size: 1em; font-weight: normal; margin-bottom: 0px; }
#member .item h3 span { display: inline; color: #999; }

#member .item .img { width: 95px; float: left; margin-right: 12px; }
#member .item .details { width: 451px; float: left; padding-right: 10px; margin-right: 10px; }
#member .item .details h4, #member .item h4.price { font-size: 1.4em; margin: 0; font-weight: bold; }
#member .item .details h4 span { display: inline; padding-left: 4px; color: #ee2e24; }
#member .item .details p { font-size: 1.1em; color: #888; margin: 0; }
#member .item .actions ul { font-size: 1.1em; margin: 0; }
#member .item .actions ul li { display: inline-block; float: left; margin-right: 15px;  padding: 5px 0; }
#member .item .actions ul li a { text-decoration: none; }
#member .item .actions ul li a:hover { text-decoration: underline; }

.member-promo { background: url(/images/structure/make-your-stuff-disappear.png) no-repeat top center; text-align: center; height: 232px; margin-top: 50px; }
.member-promo p { padding: 115px 20px 10px 20px; margin: 0; }

#stream .search { background: url(/images/icons/member-sprite.gif) no-repeat 45px 32px; }

/* Messages --------------------------------------------------- */
#messages-navigation { width: 150px; float: left; border-right: 1px dotted #dedede; min-height: 500px; margin-right: 15px; }
#messages-navigation ul li { border-top: 1px dotted #dedede; padding: 8px 0; }
#messages-navigation ul li a { padding: 8px; }

#message-panel { width: 431px; float: left; padding: 0 0px 10px 0px; }
#message-panel h4 { text-transform: uppercase; background-color: #eff5ac; padding: 5px 10px 7px 15px; margin-left: -15px; position: relative; letter-spacing: 5px; }

#message-panel table { border-collapse: collapse; font-size: 1.1em; }
#message-panel table th { border-bottom: 1px dotted #aaa; font-weight: bold; padding: 0 0 5px 0; color: #C53636; }
#message-panel table td p { font-size: 1em; margin: 0; }
#message-panel table td { border-bottom: 1px dotted #aaa; padding: 7px 7px 7px 0; vertical-align: top; }
#message-panel table td.date { color: #999; font-style: italic; }

#messages-home #original-message { margin: 15px; border: 1px dashed #333; padding: 15px; }
#messages-home #original-message p { margin-bottom: 0; }

/* +standard results list ------------------------------------- */
#member .standard-list .item .img { width: 92px; text-align: center; }
#member .standard-list .item .details { width: 330px; min-height: 70px; padding: 10px 10px 0 20px; margin-top: -10px; position: relative; }
#member .standard-list .item .details h4.title { font-size: 1.4em; font-weight: bold; }
#member .standard-list .item .details h4.price { font-size: 1.4em; font-weight: bold; color: #ee2e24; }
#member .standard-list .item .details p { margin-bottom: 5px; }
#member .standard-list .item .additional span { text-transform: uppercase; letter-spacing: 1px; color: #999; }
#member .standard-list .item .actions ul { padding: 0; }

/* My Details ------------------------------------------------- */
#edit-details h2.section-title { margin-bottom: 14px; }
#edit-details .altForm dt { text-align: right; }

/* Remove Account --------------------------------------------- */
#remove-account h2.section-title { margin-bottom: 14px; }
#remove-account p, #remove-account ul { margin: 0 10px 20px 0; }

/* Edit Ad ---------------------------------------------------- */
#member #edit-ad .inner { margin: 20px 0 0 0; border: 1px solid #dedede; border-top: 0;  }
#member #edit-ad .section .heading .number { background: url(/images/structure/numbers.gif) no-repeat 14px 0; height: 120px; width: 122px; position: absolute; margin-top: -30px; }
#member #edit-ad .section h3 { border-top: 1px solid #dedede; border-bottom: 1px solid #dedede; font-size: 1.4em;padding: 6px 10px 6px 70px; }

#member #edit-ad .section#basic-details h3 { background-color: #ecf3f7; color: #106993; }
#member #edit-ad .section#pricing h3 { background-color: #F1D7EA; color: #9D3A83; }
#member #edit-ad .section#contact h3 { background-color: #F0C8C8; color: #B13131; }

#member #edit-ad .standardForm { margin: 10px 0 20px 70px; padding: 15px; border: 1px solid #dedede; width: 72%; }
#member #edit-ad .standardForm dt { width: 25%; float: left; clear: both; font-weight: bold; text-align: right; color: #555; }
#member #edit-ad .standardForm dd { width: 72%; float: right; }

#member #edit-ad .section#basic-details .number { background-position: 14px 22px; }
#member #edit-ad .section#pricing .number { background-position: 14px -155px; }
#member #edit-ad .section#contact .number { background-position: 14px -324px; }


#member #edit-ad .section.buttons { background-color:#FEFDE7; border-top:2px solid #CCCCCC; padding:20px 118px; text-align:center; }
#member #edit-ad .section.buttons input { font-size: 1.6em; }

/* Favourites ------------------------------------------------- */
#favourites .help, #searches .help { margin: 15px 10px 0 10px; }
#favourites .help h3, #searches .help h3 { margin-bottom: 10px; font-size: 1.2em; font-family: verdana; }
#favourites .help p img, #searches .help p img  { margin-bottom: -8px; position: relative; }

#favourites .removed .img { opacity: 0.4; filter:alpha(opacity=40); }
#favourites .removed .standard-list .item .additional h4.price, #favourites .removed h4 a  { color: #999; }
#favourites .removed h4 a { text-decoration: line-through; }

/* --------------------------------------------------------------

    +Article content

-------------------------------------------------------------- */

.article-content .col, .admin-content .col { margin-top: 20px; }

#subnav { margin: 0; padding: 0; list-style: none; margin-right: -10px; position: relative; border-top: 1px solid #dedede; text-align: right; }
#subnav li { width: 100%; display: block; border-bottom: 1px solid #dedede; }
#subnav li a { display: block; padding: 10px 14px; }
#subnav li.selected { background-color: #ede9f5;}

.article-inner, .admin-inner { padding: 0 5px 0 20px; border-left: 1px solid #dedede; }
.article-inner h2 { font-family: Georgia, 'Times New Roman'; font-size: 2.4em; font-weight: normal; font-style: italic; }
.article-inner h3 { font-size: 1.4em; text-transform: uppercase; letter-spacing: 1px; border-bottom: 1px solid #dedede; padding-bottom: 5px;}
.article-inner p,
.article-inner ul { color: #555; }
.article-inner p.intro { font-size: 1.8em; font-family: arial; }

.article-inner .inner { width: 400px; }

.article-inner p.large { font-size: 1.6em; }

.article-content h2.section-title, .admin-inner h2.section-title { border: 0; letter-spacing: 0; border:0 none; font-family:arial; font-size:3.6em; font-style:normal; font-weight:bold; letter-spacing:-1px; text-transform:none; }

#placing-an-ad ul { list-style: none; margin: 0 0 40px 0; padding: 0; }
#placing-an-ad li { background: url(/images/structure/numbers.png) no-repeat 0 0; padding: 10px 0 23px 50px; margin-bottom: 10px; border-bottom: 1px dotted #dedede; }
#placing-an-ad li.one { background-position: -1px -2px; }
#placing-an-ad li.two { background-position: -1px -116px; }
#placing-an-ad li.three { background-position: -1px -229px; }
#placing-an-ad li.four { background-position: -1px -339px; }

#become-member #benefits { margin-bottom: 20px; }
#become-member #benefits .item { float: left; width: 184px; float: left; padding: 15px; border: 1px solid #ccc; margin: 0 15px 15px 0; height: 40px; }
#become-member #benefits .item.last { margin-right: 0; }
#become-member #benefits .item p { margin: 0; font-size: 1.2em; }
#become-member p.intro { width: 75%; }

#buying-advice ul li { padding: 10px 0; border-bottom: 1px dotted #dedede; }

#seller-tips ol { margin: 0 0 20px 40px; }
#seller-tips ol li { margin-bottom: 10px; }

#promote-your-ad .item { width: 240px; margin-bottom: 20px; margin-right: 20px; float: left; border: 1px dotted #aaa; padding: 20px; float: left; height: 220px; }
#promote-your-ad .item.last { margin-right: 0; }
#promote-your-ad .item img { margin: 0 0 15px 0; }
#promote-your-ad .item p em { font-style: italic; font-size: 1.2em; }

#price-list table {  }
#price-list table th { font-weight: bold; font-size: 0.9em;  vertical-align: top; padding-bottom: 8px; border-top: 1px solid #555; padding-top: 8px; border-right: 1px dotted #dedee; }
#price-list table td { border-top: 1px solid #dedede; padding: 4px; font-size: 1em; vertical-align: top; border-right: 1px dotted #dedede; }

/* --------------------------------------------------------------

    +Slideshow

-------------------------------------------------------------- */

#slideshow-wrap { width: 100%; height: 450px; position: relative; }
#slideshow { overflow: hidden; position: absolute; top: 0; left: 0; width: 564px; height: 450px; margin-left: 26px; }

#slideshow #slides {
    width: 564px;
    height: 364px;
    position: relative;
    overflow: hidden;
    list-style: none;
    margin-bottom:10px;
}
#slideshow .slide { float: none; width: 560px; text-align: center; border: 2px solid #ccc; height: 360px; margin-right: 16px; background: url(/images/icons/spinner.gif) no-repeat center center #f2f2f2; display: table-cell; vertical-align: middle; }
#slideshow .slide img { vertical-align: middle; }

#slideshow #slidesMenu { margin: 0 auto; text-align: center; height: 44px; }
#slideshow #slidesMenu ul { margin: 0; padding: 0; list-style: none; }
#slideshow #slidesMenu li { background-color: #f2f2f2; }
#slideshow #slidesMenu li, #slideshow #slidesMenu li a { height: 42px; width: 42px; margin: 0 8px 0 0; display: inline-block; }
#slideshow #slidesMenu li a { margin: 0; height: 42px; display: table-cell; vertical-align: middle; }
#slideshow #slidesMenu li a img { vertical-align: middle; }

#slideshow #slidesMenu li.active { border: 2px solid #F66; }
#slideshow #slidesMenu li.inactive { border: 2px solid #CCC; }

#slideshow-wrap #back, #slideshow-wrap #next { height: 48px; width: 28px; background: url(/images/buttons/back-next.gif) no-repeat 0 0; position: absolute; top: 160px; cursor: pointer; }
#slideshow-wrap #back { left: -11px; }
#slideshow-wrap #back:hover { background-position: 0 -51px; }

#slideshow-wrap #next { right: -11px; background-position: 0 -102px; }
#slideshow-wrap #next:hover { background-position: 0 -153px; }
/* simple css-based tooltip */
div.tooltip {
    background:  url(/images/structure/tooltip/tooltip-btm.png) no-repeat bottom center;
    width:275px;
    display:none;
    text-align:left;
    color: #fff;
    z-index: 2000;
}

div.tooltip .tooltip-top { background: url(/images/structure/tooltip/tooltip-top.png) no-repeat top center; height: 30px; }
div.tooltip .tooltip-inner { padding: 0 14px 4px 14px; margin-left: 12px; position: relative; background-color: #2c2c2c; margin-top: -20px; margin-bottom: 10px; width: 235px; }

div.tooltip p { margin: 0; font-size: 1.1em; font-weight: bold; }
div.tooltip ul { font-size: 1.1em; font-weight: bold; margin: 0; }

div.statictooltip {
	position:absolute;
	display:none;
	opacity: 0.9;
	filter: alpha(opacity=90)
}

div.statictooltip #tooltip-wrap { width: 149px; }
div.statictooltip #tooltip-top { background: url(/images/structure/tooltip/featured-tooltip-top.png) no-repeat top left; height: 5px; }
div.statictooltip #tooltip-bottom { background: url(/images/structure/tooltip/featured-tooltip-btm.png) no-repeat bottom left; height: 22px; }
div.statictooltip #tooltip-inner {
	background-color:#212121;
	padding:2px 5px 4px 5px;
	color:#fff;
	font-weight: bold;
}

/* services --------------------------------------------------- */

#services { border-bottom: 1px solid #ccc; padding-bottom: 15px; }
#services ul { list-style: none; margin: 0; padding: 0; }
#services ul li { float: left; margin-right: 11px; }
#services ul li.last { margin-right: 0; }
#services #services-tab { position: absolute; width: 44px; height: 97px; }


/* --------------------------------------------------------------

    +Mencap

-------------------------------------------------------------- */

#mencap-promo { position: relative; top: 56px; right: -310px; }

#mencap { border-right: 1px solid #c3c989; border-left: 1px solid #c3c989; }
#mencap h2 { margin-left: -1px; position: relative; margin-bottom: 0; height: 150px; }
#mencap .item { width:151px; float: left; border-right: 1px solid #c3c989; border-bottom: 1px solid #c3c989; padding:15px 21px; height: 225px; }
#mencap .item.last { border-right: 0; }
#mencap .img { height: 120px; width: 151px; display: table-cell; vertical-align: middle; text-align: center; }
#mencap .item h3 { font-size: 1.2em; font-family: Verdana; height: 60px; }
#mencap .item h3 a { color: #b4035b; }
#mencap .item h3 span { color: #6ca81e; display: inline; }
#mencap .item .seller img { float: left; margin-right: 10px;  }
#mencap .item .seller p { margin-bottom: 0; font-size: 1.1em; }
#mencap .item .seller .title { font-weight: bold; }

#mencap-brochure.span-results-mencap { width: 777px; }
#mencap-brochure { background: url(/images/mencap/mencap-brochure-top.gif) no-repeat top center; border-bottom: 1px solid #c3c989; }
#mencap-brochure .mencap-module { background: url(/images/mencap/mencap-module-bg.gif) repeat-y top center; margin-top: 11px; }

#mencap-brochure .seller-col { width: 214px; padding: 10px 0; float: left; margin-right: 1px; }
#mencap-brochure .seller-col .logo { padding: 0 16px 10px 16px; border-bottom: 1px solid #c3c989; }
#mencap-brochure .seller-col .seller-details { padding: 10px 16px; }
#mencap-brochure .seller-col .seller-details h3 { color: #b4035b; font-family: verdana; font-size: 1.2em;  }
#mencap-brochure .seller-col .seller-details img { margin-bottom: 10px; }
#mencap-brochure .seller-col .quote { background: url(/images/mencap/quote.gif) no-repeat top left; padding: 15px 15px 5px 15px; }

#mencap-brochure .details-col { width: 561px; float: left; }
#mencap-brochure .details-col #listing-item { border: 0; border-top: 1px solid #c3c989; padding-top: 10px; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }
#mencap-brochure .details-col #breadcrumb { padding-left: 10px; width: 480px; }
#mencap-brochure .details-col #breadcrumb a { color: #6ca81e; }
#mencap-brochure .details-col a#print { padding-right: 10px; }
#mencap-brochure .details-col #listing-item #images { margin-left: 10px; }
#mencap-brochure .details-col #listing-item h2#main-title { color: #b4035b; }
#mencap-brochure .details-col #listing-item h3.price { color: #6ca81e; }
#mencap-brochure .details-col #listing-item .further,
#mencap-brochure .details-col #listing-item #questions,
#mencap-brochure .details-col #listing-item #other-items { border-top: 1px solid #c3c989; padding-right: 10px; padding-left: 10px; padding-top: 10px;}
#mencap-brochure .details-col #listing-item .further h3.description,
#mencap-brochure .details-col #listing-item #questions h3,
#mencap-brochure .details-col #listing-item #other-items h3 { color: #b4035b; }
#mencap-brochure .details-col #listing-item #other-items,
#mencap-brochure .details-col #listing-item #questions { padding-top: 10px; }
#mencap-brochure .details-col .main-options { margin: 0; background-color: #fff;border-top: 1px solid #c3c989; border-bottom: 0; }

/* --------------------------------------------------------------

    +iPhone promo

-------------------------------------------------------------- */

#iphone { border: 1px solid #562DA0; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; }

#iphone #iphone-top { border-bottom: 1px solid #562DA0; padding: 20px 25px; }
#iphone #iphone-bottom { padding: 20px 25px; }

#iphone .title { margin: 0 0 10px 0; }
#iphone .title h2 { margin: 0; }
#iphone p { font-size: 1.4em; }

#iphone #details { width: 580px; float: left; }
#iphone #image { width: 300px; float: right; }

#iphone #details #left { width: 48%; float: left; padding: 0 0 0 5px;}
#iphone #details #right { width: 48%; float: right; }

#iphone #details #download-button {  width: 400px; float: left; }
#iphone #details #available { float: right; padding: 10px 10px 0 0; }

#iphone #iphone-bottom p.intro { padding: 0 0 0 5px; }

#iphone #steps .step { width: 205px; float: left; margin: 0 25px 0 0; }
#iphone #steps .step#four { margin: 0 0 0 0; }
#iphone #steps .step p { padding: 5px 10px 0 30px; }

/* --------------------------------------------------------------

    +Footer

-------------------------------------------------------------- */

#footer { text-align: left; padding: 15px 0 0 0; }

#footer #copyright { margin-left: 15px; float: left; width: 230px; }
#footer #copyright p { font-size: 1em; color: #fff; padding-left: 5px; }

    body.night #footer #copyright p { color: #888; }
    body.day #footer #copyright p { color: #fff; }

#footer ul { margin: 10px 0 0 0; padding: 0; list-style: none; }
#footer ul li { padding-bottom: 5px;  }
#footer ul li a { color: #fff; }
#footer #links ul { width: 170px; float: left; }

/* --------------------------------------------------------------

		+Overwrite Styles

    Add these class names to clear any margins, paddings or floats
    Keep these declarations at the BOTTOM of this stylesheet

-------------------------------------------------------------- */

.clear-floats { clear: both; font-size: 1px; height: 1px; line-height: 0px; }

.bold 	 	{ font-weight: bold; margin: 0; }
.quiet 	 	{ font-weight: lighter; text-transform: none; letter-spacing: 0;}
.last 		{ margin-right: 0; }
.half 		{ width: 48.5%; margin-right: 15px; }
.left 		{ float: left; }
.italic 	{ font-style: italic; letter-spacing: 0.04em; }

.no-marg 			{ margin: 0; }
.no-pad 			{ padding: 0; }
.marg-right 	{ margin-right: 14px; }
.marg-left 		{ margin-left: 14px; }
.marg-bottom 	{ margin-bottom: 14px; }
.marg-top 		{ margin-top: 14px; }
.marg-all 		{ margin: 14px; }

.pad-bottom 	{ padding-bottom: 14px; }

#areaSelector { width: 625px; float: left; }
#areaSelector table { margin: 0; padding: 0; }
#areaSelector h5 { margin: 0; padding: 0 0 8px 0; }
#areaSelector .blueAreaRow, #areaSelector .orangeAreaRow { font-size: 0.9em; padding: 2px;  }
#areaSelector .orangeAreaRow { background-color: #fcfae1; cursor: pointer; }
#areaSelector .parBlueAreaRow { background: url(/images/sitefiles/raquo.gif) no-repeat 95% 50%; font-size: 0.9em; padding: 2px; cursor: pointer; }
#areaSelector .parOrangeAreaRow { background: url(/images/sitefiles/raquo.gif) no-repeat 95% 50% #fcfae1; font-size: 0.9em; padding: 2px; cursor: pointer;  }


#selectedAreas { width: 138px; float: left; padding: 5px; margin-top: 2px;}
/*#areaPreview { height: 95px; padding: 5px; border: 1px solid #B0ACAD; background-color: #fff; overflow: auto; }*/
#selectedAreas h5 { color: #193975; }

#areaSelector .areaList { margin: 0; padding: 0; }

#areaSelector .areaHead { background-color: #E9ECEE; padding: 2px; border-top: 1px solid #dbe5ec; min-height:55px; }
#areaSelector h5 { width: 80%; }

#areaPopup { background-color: #fff; position: absolute; border: 1px solid #666; display: none; float: left; height: 230px;  }

