/* vim: set expandtab tabstop=4 shiftwidth=4 foldmethod=marker: */

body {
    font-family: arial,helvetica,sans-serif;
    font-size: 12px;
    line-height: 130%;
    margin: 0;
    padding: 0;
}

td.label {
    text-align: right;
}

h1 {
    font-size: 16px;
    line-height: 20px;
    margin: 0;
}

h2 {
    font-family: "Avant Garge","Century Gothic", arial;
    font-size: 150%;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.hidden {
    display: none;
}

.visible {
    display: block;
}

ul.arrowed {
    margin: 0;
    padding-left: 1.5em;
}

ul.arrowed li {
    list-style-image: url('/siteimages/arrow_right.gif');
    line-height: 120%;
    margin: 0;
    padding: 0;
}

ul.arrowed li a {
    color: #C00;
}

/**
* Generic container to use to hold page content
*/

div.container {
    width: 85%;
    min-width: 780px;
    margin: 0 auto;
    text-align: left;
}

/**
* Success, info, warning and error styles
*/

div.success,
div.info {
    background-repeat: no-repeat;
    background-position: 7px 6px;
    color: #222327;
    padding: 10px;
    padding-left: 40px;
    margin-bottom: 10px;
}

div.info a {
    color: #222327;
}

div.success {
/*    background-color: #E7F4D4; */
    background-image: url('/images/success.gif');
    border: 1px solid #00D100;

}

div.info {
    background-color: #d3ddf5;
    background-image: url('/images/info.gif');
    background-position: 7px 6px;
    border: 1px solid #2c5cb7;
}

div.errors,
div#totallyErrors {
    background-color: #FCC;
    background-image: url('/images/warning.gif');
    background-repeat: no-repeat;
    background-position: 10px 10px;
    font-family: helvetica,arial,helvetica,sans-serif;
    padding: 10px;
    padding-left: 40px;
    margin-bottom: 10px;
}

div.errors p.title,
div#totallyErrors p.totallyErrorTitle {
    padding: 0;
    margin: 0;
    font-weight: bold;
}

div.errors ul,
div#totallyErrors ul {
    list-style-image: url('/siteimages/arrow_right.gif');
    margin: 10px 0 0 0;
    padding: 0 15px;
}

div.errors ul li,
div#totallyErrors ul li {
    margin: 0;
    padding: 0;
}


.error td, .error tr {
    color: #F00;
}

.error input, 
.error select, 
.error textarea {
    background-color: #FCC;
}

/**
* Header 
*/

div#headerContainer {
    background-image: url('/siteimages/header_bg.gif');
    background-position: 0 0;
    background-repeat: repeat-x;
}

div#header {
    width: 100%;
    height: 40px;
}

div#header h1 a {
    display: block;
    height: 54px;
    text-indent: -1234em;
    overflow: hidden;
    background-image: url('/siteimages/header/logo.gif');
    background-repeat: no-repeat;
    background-position: 0 7px;
}

div#switcher {
    position: relative;
    width: 500px;
    height: 40px;
/*    
    background-image: url('/siteimages/header/accommodation.gif');
    background-position: -33px 7px;
    background-repeat: no-repeat;
*/
    margin-top: 5px;
}

div#switcher ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

div#switcher ul li {
    display: inline;
    margin: 0;
    padding: 0;
}

div#switcher li a {
    display: block;
    float: left;
    width: 60px;
    height: 33px;
    overflow: hidden;
    text-indent: -1234em;
    background-image: url('/siteimages/header/switcher_matrix.gif');
    background-repeat: no-repeat;
    background-position: 0 0;
    margin: 7px 5px 0 0;
}

div#switcher li#looking a {
    width: 184px;
    background-position: -187px 0;
}

div#switcher li#looking.current a,
div#switcher li#looking.current a:hover {   
    background-position: 0 0;
}

div#switcher li#looking a:hover { 
    background-position: -372px 0; 
}

div#switcher li#offering a {
    width: 184px;
    background-position: -187px -33px;
}

div#switcher li#offering a:hover { 
    background-position: -372px -33px; 
}

div#switcher li#offering.current a,
div#switcher li#offering.current a.hover {
    background-position: 0 -33px;
}

div#headerRight {
    float: right;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
}

div#headerRight a {
    color: #FFF;
}

div#headerRight div#headerLogin input {
    width: 120px;
    border: none;
    font-size: 10px;
    padding: 3px;
}

/**
* Page main content
*/

div#page {
    background-color: #FFF;
    min-width: 830px;
    min-height: 300px; 
    margin-top: 20px;
}

h2.pageTitle
{
    font-family: "Avant Garge","Century Gothic", arial;
    border-bottom: 1px #CCC solid;
    padding: 0 0 .5em 0;
    margin: 0 0 .5em 0;
}

div#mainContentWithSideBar {
    margin-right: 210px;
}

/**
* Right hand column
*/
div#rightCol {
    float: right;
    width: 200px;
    padding-left: 0px;
    padding-bottom: 10px;
    padding: 0;
    margin: 0;
}

div#rightCol h2 {
    border: none;
    font-size: 16px;
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
}

/**
* Footer
*/

div#footer {
    width: 100%;
    height: 100px;
    background: url('/images/footer_bg.gif') repeat-x;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    margin-top: 0px;
    padding-top: 10px;
}

div#footer div.column {
    float: left;
    padding-right: 50px;
}

div#footer div.right_column {
    float: right;
    padding-right: 0px;
}

div#footer div.right_column a{
	text-decoration: underline;	
}

div#footer ul {
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0;
}

div#footer ul li {
    font-size: 11px;
    font-weight: normal;
}

div#footer ul a {
    color: #FFF;
    text-decoration: none;
}

/**
* Form items styles
*/

form {
    margin: 0;
    padding: 0;
}

input, select, textarea {
    border: 1px #000 solid;
    font-size: 12px;
}

input, textarea {
    padding-left: 2px;
    padding-right: 2px;
}

input.checkbox,
input.radio {
    border: none;
    padding: 0;
}

input.button {
    height: 21px;
    border: none;
    background-color: #C00;
    background-image: url('/siteimages/button_right.gif');
    background-repeat: no-repeat;
    background-position: right;
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    padding-right: 12px;
    cursor: pointer;
}

input[type="button"] {
    cursor: pointer;
}

input.buttonLeft {
    height: 21px;
    border: none;
    background-color: #C00;
    background-image: url('/siteimages/button_left.gif');
    background-repeat: no-repeat;
    background-position: left;
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    padding-left: 12px;
}

form h2.pageTitle {
    border: none;
}
form h3 {
    border-bottom: 1px #CCC solid;
    font-family: "Avant Garge","Century Gothic", arial;
    padding: 5px 0;
    margin: 5px 0;
    margin-bottom: 10px;
}

/**
* Back and forward links
*/
a.back {
    background-image: url('/siteimages/back.gif');
    background-repeat: no-repeat;
    display: block;
    width: 54px;
    height: 14px;
    text-indent: -1234em;
    color: #C00; 
    font-weight: bold;
    overflow: hidden;
    margin: 2px 0;
}

a.forward {
    background-image: url('/siteimages/arrow_right.gif');
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 10px;
    color: #C00;
    font-weight: bold;
}

/**
* Login form
*/
div#login div.col {
    float: left;
    width: 48%;
}

/**
* Offered homepage
*/

div#offeredHome {
    height: 330px;
    background-color: #EEE;
    margin: 0;
    padding: 0;
}

div#offeredHome div#heightSpecifier {
    height: 310px;
    padding: 10px;
}

div#offeredHome div#map {
    float: right;
    width: 240px;
    background-color: #FFF;
    text-align: center;
    padding: 10px;
    margin: 0;
}

div#offeredHome div#leftContent {
    height: 167px;
    margin-right: 270px;
    padding: 0;
}

div#offeredHome div#leftContent div#heightSpecifier {
    height: 167px;
    padding: 0;
}

div#offeredHome div#leftContent h2 {
    height: 25px;
    vertical-align: top;
    margin: 0;
    padding: 0;
}   

div#offeredHome div#leftContent div#leftCol {
    height: 132px;
    background-color: #FFF;
    font-size: 13px;
    margin-right: 140px;
    padding: 5px;
}

div#offeredHome div#leftContent div#rightCol {
    float: right;
    width: 135px;
    height: 132px;
    padding: 0;
}

div#offeredHome table {
    width: 100%;
    margin: 10px 0 0 0;
    border-top: 1px #f5cccc solid;
}

div#offeredHome table tr.odd {
    background-color: #fdf2f2;
}

div#offeredHome table tr.even {
    background-color: #fdfbfb;
}

div#offeredHome td {
    height: 22px;
    border-bottom: 1px #f5cccc solid;
    color: #333;
    font-size: 12px;
    font-weight: bold;
    padding: 0 0 0 2px;
}

div#offeredHome td a,
div#offeredHome td.out a {
    color: #333;
}

div#offeredHome td a:hover,
div#offeredHome td.over a {
    color: #C00;
}

div#offeredHome div#leftContent div#rightCol span.rightTitle a{
	color: #000;
	font-weight: bold;
}

/**
* wanted homepage
*/

div#wantedHome {
    height: 325px;
    background-color: #EEE;
    margin: 0;
    padding: 0;
}

div#wantedHome div#heightSpecifier {
    height: 305px;
    padding: 10px;
}

div#wantedHome h2 {
    height: 25px;
    vertical-align: top;
    margin: 0;
    padding: 0;
    line-height: 100%;
}

div#wantedHome div#latestAds {
    float: right;
    width: 250px;
    font-size: 10px;
    line-height: 1.2em;
}

div#wantedHome div#latestAds h3 {
    height: 25px;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

div#wantedHome div#latestAds div.ad {
    background-color: #FFF;
}

div#wantedHome div#latestAds div.top {
    height: 80px;
    padding: 2px 3px;
}

div#wantedHome div#latestAds img {
    margin: 5px 2px 0 3px;
}

div#wantedHome div#latestAds div.title {
    font-weight: bold;
    color: #000;
    margin-bottom: 5px;
}

div#wantedHome div#latestAds div.description {
    color: #333;
}

div#wantedHome div#latestAds table {
    width: 100%;
    border-top: 1px #f5cccc solid;
}

div#wantedHome div#latestAds table tr.odd {
    background-color: #fdf2f2;
}
    
div#wantedHome div#latestAds table tr.even {
    background-color: #fdfbfb;
}   

div#wantedHome div#latestAds td {
    height: 15px;
    border-bottom: 1px #f5cccc solid;
    color: #333;
    font-weight: bold;
    font-size: 10px;
}

div#wantedHome div#latestAds td.label {
    width: 90px;
    font-weight: bold;
    color: #666;
}

div#wantedHome div#leftContent {
    height: 167px;
    margin-right: 260px;
    padding: 0;
}

div#wantedHome div#leftContent div#heightSpecifier {
    height: 167px;
    padding: 0;
}

div#wantedHome div#leftContent div#leftCol {
    height: 150px;
    background-color: #FFF;
    font-size: 13px;
    margin-bottom: 15px;
    padding: 5px;
    margin-right: 140px;
}

div#wantedHome div#leftContent div#rightCol {
    float: right;
    width: 135px;
    height: 132px;
    padding: 0;
}

div#wantedHome div#leftContent div#rightCol span.rightTitle a{
	color: #000;
	font-weight: bold;
}
/*
* Most recent ads for offered and wanted homepages
*/

div#mostRecent{
    height: 110px;
    margin: 5px 0;  
    border: 1px solid #FFF;
}

div#mostRecent h3 {
    font-size: 14px;
    margin: 10px 0 2px 0;
}

div#mostRecent div.col,
div#mostRecent div.firstCol,
div#mostRecent div.lastCol {
    float: left;
    height: 80px;
}

div#mostRecent div.col div.content {
    width: 207px;
    margin: 0 auto;
}

div#mostRecent div.lastCol div.content {
    float: right;
}   

div#mostRecent div.miniAd {
    width: 195px;
    height: 70px;
    border: 1px #999 solid;
    padding: 5px;
}

div#mostRecent div.miniAd div.title {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 3px;
}

div#mostRecent div.miniAd div.price {
    font-size: 10px;
    line-height: 1.2em;
    margin-bottom: 3px;
}

div#mostRecent div.miniAd a {
    text-decoration: none;
    color: #000;
}

div#mostRecent div.miniAd div.posted {
    font-size: 9px;
    line-height: 1.2em;
    color: #666;
}

div#mostRecent div.miniAd img {
    float: left;
    margin-right: 5px;
}

/**
* Location browser
*/
div#locationBrowser table#regions {
    width: 100%;
    border-top: 1px #f5cccc solid;
    margin-bottom: 5px;
}

div#locationBrowser table#regions tr.odd {
    background-color: #fdf2f2;
}

div#locationBrowser table#regions tr.even {
    background-color: #fdfbfb;
}

div#locationBrowser table#regions td {
    border-bottom: 1px #f5cccc solid;
    font-weight: bold;
    padding: 2px;
}

div#locationBrowser table#regions td a {
    color: #333;
}

div#locationBrowser div.alpha {
    font-size: 18px;
    color: #C00;
    line-height: 24px;
}

div#locationBrowser div#townSelect {
    margin: 3px 0 5px 0;
}

div#locationBrowser div#townSelect table {
    border-top: 1px #f5cccc solid;
}

div#locationBrowser div#townSelect tr.odd {
    background-color: #fdf2f2;
}

div#locationBrowser div#townSelect tr.even {
    background-color: #fdfbfb;
}

div#locationBrowser div#townSelect td {
    border-bottom: 1px #f5cccc solid;
    vertical-align: top;
    padding: 2px;
}

div#locationBrowser div#townSelect td.town {
    padding-top: 4px;
}

div#locationBrowser div#townSelect div.check {
    width: 18px;
}

div#locationBrowser div#townSelect div.miniNav {
    text-align: right;
    margin-top: 2px;
    margin-bottom: 20px;
}

div#locationBrowser div#townSelect td a {
    color: #333;
}

/**
* Search results
*/

div#search div#resultsNav {
    background-image: url('/images/tabs_bg.gif');
    background-repeat: repeat-x;
    margin: 0;
}

div#search div#resultsNav ul {
    height: 50px;
    list-style: none;
    margin: 0;
    padding: 0;
}

div#search div#resultsNav ul li {
    float: left;
    height: 50px;
    font-weight: bold;
    line-height: 50px;
    margin: 0;
    padding: 0 10px;
}

div#search div#resultsNav ul li a {
    color: #C00;
    font-weight: bold;
}

div#search div#resultsNav ul li.tabLeft,
div#search div#resultsNav ul li.tabRight,
div#search div#resultsNav ul li.tabRightAsc,
div#search div#resultsNav ul li.tabRightDesc {
    width: 30px;
    height: 50px;
    background-repeat: no-repeat;
    padding: 0;
}

div#search div#resultsNav ul li.tabLeft {
    width: 10px;
    background-image: url('/images/tab_left.gif');
}

div#search div#resultsNav ul li.tabRight {
    width: 10px;
    background-image: url('/images/tab_right.gif');
    background-position: right;
}

div#search div#resultsNav ul li.tabRightAsc {
    background-image: url('/images/tab_right_asc.gif');
}

div#search div#resultsNav ul li.tabRightDesc {
    background-image: url('/images/tab_right_desc.gif');
}   

div#search div#resultsNav ul li.selected {
    background-image: url('/images/tab_bg.gif');
    background-repeat: repeat-x;
}

div#search div#resultsNav ul li.selected a {
    color: #000;
}

div#search div#pageNav {
    height: 15px;
    margin-bottom: 10px;
}

div#search div#pageNav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

div#search div#pageNav ul li {
    float: left;
    width: 20px;
    font-weight: bold;
    text-align: center;
}

div#search div#pageNav ul li.selected {
    background-color: #900;
}

div#search div#pageNav ul li.page {
    width: 35px;
    font-weight: normal;
    text-align: left;
}

div#search div#pageNav ul li.previous {
    width: 55px;
    background-image: url('/siteimages/arrow_left.gif');
    background-repeat: no-repeat;
    background-position: 0 1px;
    text-align: left;
    padding-left: 15px;
}

div#search div#pageNav ul li.next {
    width: 30px;
    background-image: url('/siteimages/arrow_right.gif');
    background-repeat: no-repeat;
    background-position: right;
    text-align: right;
    padding-right: 15px;
}

div#search div#pageNav ul li a {
    color: #C00;
}

div#search div#pageNav ul li.selected a {
    color: #FFF;
}

div#search div#resultSet div#map {
    height: 400px;
    margin-top: 10px;
}

div#search div#resultSet div#map .microMap {
    width: 200px;
    height: 200px;
}

div#search div.promo {
    border: 1px #C00 solid;
    font-weight: bold;
    font-size: 120%;
    text-align: center;
    padding: 5px;
    margin-bottom: 5px;
}

div#search div.promo a {
    color: #000;
}

div#search div.promo a.forward {
    color: #C00;
}

div#search div.promo div.nb {
    font-size: 70%;
    font-weight: normal;
}

/**
* Ad Views
*/
div.searchResult div.odd,
div.searchResult div.even {
    min-width: 600px;
    background-color: #FFF;
    border: 1px #DDD solid;
    font-size: 12px;
    padding: 8px;
    margin-bottom: 5px;
}

div.searchResult div.odd {
    background-color: #FFF;
    border: 1px #DDD solid;
}

div.searchResult div.title,
div.searchResult div.titleNew,
div.searchResult div.titleUpdated {
    font-weight: bold;
    line-height: 14px;
    margin-bottom: 2px;
    padding-bottom: 2px;
}

div.searchResult div.titleNew {
    background-image: url('/siteimages/new_label.gif');
    background-position: 0 1px;
    background-repeat: no-repeat;
    padding-left: 40px;
}

div.searchResult div.titleUpdated {
    background-image: url('/images/updated_label.gif');
    background-position: 0 1px;
    background-repeat: no-repeat;
    padding-left: 65px;
}

div.searchResult a {
    text-decoration: none;
}

div.searchResult div.title a,
div.searchResult div.titleNew a,
div.searchResult div.titleUpdated a {
    color: #000;
    text-decoration: underline;
}

div.searchResult div.price,
div.searchResult div.bio {
    display: inline;
    margin-left: 10px;
}

div.searchResult div.availableFrom {
    display: inline;
    font-weight: normal;
    font-size: 10px;
    color: #666;
    margin: 0 10px;
}

div.searchResult div.userTitle {
    display: inline;
}

div.searchResult div.postedInfo {
    display: inline;
    font-size: 10px;
    color: #666;
}

div.searchResult img {
    float: right;
    padding-left: 5px;
}

div.searchResult div.priority div.odd,
div.searchResult div.priority div.even {
    border: 1px #000 solid; 
}

div.searchResult div.priority div.heightSpecifier {
    height: 70px;
}

div.searchResult div.priority div.title,
div.searchResult div.priority div.titleNew,
div.searchResult div.priority div.titleUpdated, 
div.searchResult div.priority div.availableFrom,
div.searchResult div.priority div.userTitle {
    font-size: 14px;
}

div.searchResult div.priority div.title,
div.searchResult div.priority div.titleNew,
div.searchResult div.priority div.titleUpdated {
    color: #C00;
}

div.searchResult div.priority div.description {
    font-size: 12px;
}

div.searchResult div.priority div.description {
    margin-top: 5px;
}

div.searchResult div.priority div.description a {
    color: #000;
    text-decoration: none;
}

div.searchResult div.bookmark,
div.searchResult div.bookmarkNoPic {
    float: right;
    margin-right: 75px;
}

div.searchResult div.bookmarkNoPic {
    margin-right: 110px;
}

div.searchResult div.bookmark a, 
div.searchResult div.bookmarkNoPic a {
    display: block;
    width: 81px;
    text-indent: -1234em;
    overflow: hidden;
    background-image: url('/siteimages/bookmark.gif');
    background-repeat: no-repeat;
    background-position: 0;
}

div.searchResult div.priority div.bookmark {
    margin-right: 5px;
}

div.searchResult div.controls,
div.searchResult div.priorityControls {
    border: 1px #CCC solid;
    margin-top: -6px;
    margin-bottom: 10px;
    padding-left: 5px;
}

div.searchResult div.priorityControls {
    border: 1px #000 solid;
}

div.searchResult div.controls a,
div.searchResult div.priorityControls a {
    font-size: 10px;
    color: #000;
    margin-right: 10px;
}

/**
* Quick search
*/

div#quickSearch {
    background-color: #F2C8CB;
}

div#quickSearch h2 {
    background-image: url('/siteimages/quick_search_bg.gif');
    background-repeat: repeat-x;
    background-color: #BE0E26;
    color: #FFF;
    padding: 5px;
    margin: 0;
}

div#quickSearch a {
    color: #000;
}

div#quickSearch label {
    font-weight: bold;
}

div#quickSearch input,
div#quickSearch select {
    border: none;
    font-size: 11px;
}

div#quickSearch input.button {
    width: 120px;
    height: 16px;
    border: none;
    background-color: #FFF;
    background-image: url('/siteimages/quick_search_button_right.gif');
    background-repeat: no-repeat;
    background-position: right;
    font-size: 10px;
    font-weight: bold;
    color: #BE0E26;
    text-align: left;
    padding-right: 12px;
}

div#quickSearch div.col {
    float: left;
    padding-right: 10px;
}

div#quickSearch p {
    margin: 0 0 5px 0;
}

div#quickSearch a.forward {
    background-image: url('/images/arrow_right_black.gif');
    background-repeat: no-repeat;
    background-position: right;
    color: #000;
    font-weight: normal;
    padding: 0 10px 1px 0;
}


/**
* My account side nav
*/
div#accountSideNav {
    background-color: #DDD;
    margin-top: 5px;
    padding-bottom: 5px;
}

div#accountSideNav div#logonLinks {
    float: right;
    padding: 5px 5px 0 0;
}

div#accountSideNav div#logonLinks a {
    color: #C00;
    font-size: 10px;
    font-weight: bold;
}

div#accountSideNav h2 {
    background-color: #999;
    color: #FFF;
    padding: 5px 5px 2px 5px;
    margin: 0; 
}   

div#accountSideNav div#logonInfo {
    background-color: #999;
    border-top: 1px #CCC solid;
    color: #FFF;
    font-size: 10px;
    line-height: 14px;
    padding: 0 5px 2px 5px;
}

div#accountSideNav ul {
    margin: 5px 0 0 10px;
    padding: 0;
}

div#accountSideNav ul li {
    background: url('/images/arrow_right_white.gif') no-repeat 0 3px;
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 10px;
}

div#accountSideNav ul li a {
    color: #000;
}

/**
* Advanced search
*/
div#advancedSearch div#intro {
    font-size: 14px;
    min-height: 80px;
}

div#advancedSearch div#intro div#emailAlerts {
    background-color: #EEE;
    font-size: 12px;
    padding: 5px 10px 10px 10px;
    margin-left: 15px;
    float: right;
}

div#advancedSearch div#intro div#emailAlerts table{
    background-color: #FFF;
    margin-top: 5px;
}

/**
* Ad viewing styles
*/

div#ad div#col1 {
    margin-right: 380px;
}

div#ad div#col2 {
    float: right;
    width: 370px;
    padding-left: 20px;
}

div#ad div#photos {
    width: 350px;
    background-color: #EEE;
    color: #666;
    padding: 10px;
}

div#ad div#photos div#mainPic {
    width: 350px;
    height: 245px;
    background-color: #FFF;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 5px;
}

div#ad div#photos div#thumbs {
    margin-top: 5px;
}

div#ad div#photos img.thumb {
    margin-left: 10px;
}

div#ad div#photos img.thumbFirst {
    margin-left: 0px;
}

div#ad div#photos div.selected1,
div#ad div#photos div.selected2,
div#ad div#photos div.selected3,
div#ad div#photos div.selected4 {
    position: relative;
    width: 80px;
    margin-top: -56px;
    margin-left: 0;
}

div#ad div#photos div.selected2 {
    margin-left: 90px;
} 

div#ad div#photos div.selected3 {
    margin-left: 180px;
} 

div#ad div#photos div.selected4 {
    margin-left: 270px;
} 

div#ad h2 {
    line-height: 1em;
}

div#ad h3 {
    border-top: 1px #CCC solid;
    font-family: "Avant Garge","Century Gothic", arial;
    line-height: 1em;
    padding-top: 5px;
    margin-top: 10px;
}

div#ad table td.label {
    width: 120px;
    color: #999;
    font-weight: bold;
}

div#ad div#priceAvailablity {
    font-size: 14px;
    color: #999;
    line-height: 1.2em;
}

div#ad div#priceAvailablity div.pricePerWeek {
    display: inline;
    color: #000;
}

div#ad div#locationList {
    color: #000;
    margin-top: 10px;
}

div#ad div#map {
    height: 400px;
}

div#ad table#wantedProfile td.label {
    font-size: 14px;
    color: #999;
    line-height: 1.2em;
    font-weight: normal;
    width: 60px;
}

/**
* Side bar promos
*/
div#sideBarUpgradePromo {
    border: 1px #999 solid;
    background-color: #FFF;
    padding: 10px;
    margin-top: 5px;
}

div#sideBarUpgradePromo ul {
    padding-left: 20px;
    margin: 0 0 5px 0;
}

div#sideBarUpgradePromo li {
    color: #C00;
}

/** 
* Successful post page
*/
div#postSuccessUpgrade div#links {
    text-align: center;
    font-size: 16px;
    margin-top: 20px;
}

/**
* Upgrade page
*/
div#upgrade div#packageChooser p {
    font-size: 12px;
    color: #666;
    padding-left: 20px;
}

div#upgrade div#packageChooser a {
    background-image: url('/siteimages/arrow_right.gif');
    background-position: right;
    background-repeat: no-repeat;
    font-size: 16px;
    font-weight: bold;
    color: #C00;
    line-height: 20px;
    padding-right: 10px;
}

div#upgrade table.prices {
    margin-right: 10px;
    border: 1px #C00 solid;
}

div#upgrade table.prices tr.header {
    background-color: #FCC;
}

div#upgrade table.prices th {
    border: 1px #C66 solid;
    border-right: none;
    text-align: center;
    font-size: 14px;
}

div#upgrade table.prices th.price {
    border-right: 1px #C00 solid;
}

div#upgrade table.prices tr.odd {
    background-color: #FFF;
}

div#upgrade table.prices tr.even { 
    background-color: #EEE;
}

div#upgrade table.prices td {
    border-left: 1px #999 solid;
    border-bottom: 1px #999 solid;
    text-align: center;
    font-size: 14px;
}

div#upgrade table.prices td.price {
    border-right: 1px #999 solid;
}

div#upgrade table.prices td.length,
div#upgrade table.prices td.price {
    width: 120px;
}

/**
* Contact advertiser
*/
div#contactAdvertiser textarea {
    width: 500px;
    height: 200px;
    margin-bottom: 10px;
}

/**
* My account page
*/
div#myAccount p {
    padding: 0;
}

div#myAccount td {
    background-color: #EEE;
    padding: 10px;
}

div#myAccount td.spacer {
    background-color: #FFF;
    padding: 5px;
}

div#myAccount h3 {
    font-family: "Avant Garge","Century Gothic", arial;
    font-weight: bold;
    font-size: 14px;
    margin: 0;
}

div#myAccount p.embed {
    background-color: #FFF;
    padding: 5px;
    margin-bottom: 0;
}

div#myAccount p.embed a {
    color: #000;
}

div#myAccount p.embedActions {
    margin-top: 5px;
}

/* edit ad */

.wanted_location{
	float: left;	
	padding-right: 7px;
}

#locationChooser{
	clear: left;	
}

/* edit photos */

div.trashBlock {
    width: 369px; 
    height: 72px;
	background-color: #FFF;
    background-image: url('/images/trash.gif');
    background-repeat: no-repeat;
    background-position: 5px 5px;
    background: none;
    border: 1px solid #CCC;
}

div.photoBlock {
    width: 369px;
    height: 72px;
    border: 1px solid #CCC;
}

div#trash {
	width: 400px;
	height: 72px;
}

div.photoBlock img,
div.trashBlock img {
	padding: 2px;
	border: 1px solid #C3D8FE;
	cursor: move;
	margin: 5px;
    margin-right: 0px;
}

/*
div.trashBlock img {
	opacity: 0.3;
	filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=30)";
}
*/

img.draggable_image{
	margin: 5px 0px 5px 5px;
	border: 1px solid #CCC;
}

div#faqsList h3{
	font-size: 120%;	
}

div#faqsList ul {
 list-style-image: none;
 list-style:none;
 padding: 0;
 margin: 0;
}

div#faqsList ul li {
 list-style-image: none;
 list-style:none;
 padding: 0;
 margin: 0;
 
}

div#faqsList ul li ul {	
padding: 5px 15px;
list-style: none;
list-style-image: none;
}

div#faqsList ul li ul li {
padding: 5px 0;
list-style: none;
list-style-image: none;
}

div#faqsList ul li ul li p {
padding: 10px 0;
}

/**
* Email preferences
*/

div#emailPreferences div.emailAlerts {
    background-color: #EEE;
    font-size: 12px;
    padding: 5px 10px 10px 10px;
    margin-left: 15px;
    float: left;
}

div#emailPreferences div.emailAlerts div.tableContainer {
    background-color: #FFF;
    margin-top: 5px;
}
