body {
    padding: 0;
    margin: 0;
    font-family: arial, sans-serif;
    font-size: 62.5%;
}

#page {
    margin: 10px auto 40px;
}

.add-listing {
    float: right;
    padding: 4px 0;
    font-size: 1.4em;
    text-transform: uppercase;
    border: 1px solid #fff;
}

.add-listing a {
    text-decoration: none;
    font-weight: bold;
    color: #FFF;
    padding: 3px 10px;
    border: 1px solid #58CAE5;
}

#display-listings {
/*    float: left; */
    width: 100%;
    margin: 0 0 15px;
}

#new-listing-form {
    font-size: 1.3em;
    padding: 30px;
    width: 740px;
    margin: 10px;
}

.box {
    float: left;
    width: 300px;
    height: 310px;
    padding: 10px;
    margin: 10px;
    border: 4px solid #312323;
}

.basic-box {
    background-color: #FFFBED;
}

.featured-box {
    color: #fff;
    font-weight: bold;
}

.featured-box h2 {
    color: #000;
}

.featured h2 {
    color: #fff;
}

.featured small {
    color: #000;
}


#keep-images {
    padding: 0;
    margin: 0;
    list-style-type: none;
    width: 300px;
    height: 130px;
    overflow: auto;
}

#keep-images li {
    float: left;
    padding: 3px 0px;
}

#keep-images li .checkkeep {
    float: right;
    position: relative;
    right: 25px;
}

.btn-close {
    position: relative;
    top: 60px;
    float: right;
    width: 50px;
    padding: 1px 2px;
    border: 1px solid #58CAE5;
}

.btn-close p {
    margin: 1px;
}

.btn-close p a {
    padding: 5px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

.bar {
    padding: 10px;
}

.bar .search {
    float: left;
}

.search a {
    color: #fff;
    font-size: 1.2em;
}


.sort {
    padding: 5px;
    border: 1px solid #d6cdcd;
    background-color: #e9e7e7;
    height: 15px;
}

.sort .nav li {
    padding: 0 12% 0 10px;
    color: #444;
}

.nav, .nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.nav li {
    float: left;
    padding: 10px;
    font-size: 1.3em;
}

.nav li a {
    display: block;
    text-decoration: none;
}

.nav li a:hover {
    color: #444;
}

.nav li a span {
    color: #000;
}

.nav ul {
    width: 12em;
    position: absolute;
    left: -9999px;
    z-index: 10000;
    background-color: #E9E7E7;
}

.nav ul li {
    padding: 0 !important;
    margin: 0;
}

.nav ul li a {
    width: 13em;
    display: block;
    font-size: 0.7em;
    padding: 7px 0 7px 2px;
    border-bottom: 1px solid #d6cdcd;
}

.nav li:hover ul {
    left: auto;
}

#display-listings .notice,
#display-ad .notice {
    font-size: 1.5em;
}

#delete {
    font-size: 1.3em;
    background-color: #fff;
}

.delete {
    padding: 2px 5px;
    background-color: red;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

a:hover.delete {
    background-color: #fd5858;
}

.form-text {
    font-weight: bold;
    padding: 3px;
}

.req {
    font-weight: bold;
    padding: 0 5px;
    color: red;
}

.notice {
    font-size: 1.2em;
    padding: 1px 5px;
    margin: 10px 0;
}

.form-error {
    display: none;
    font-weight: bold;
    padding: 3px;
    color: red;
}

.success {
    font-weight: bold;
    background-color: #4e6849;
    color: #fff;
}

.text-listing, 
.textarea-listing,
.select-listing,
.captcha-listing {
    padding: 5px;
    border: 1px solid #58CAE5;
}

.no-edit {
    font-style: italic;
    color: #747b74;
}

.submit-button {
    padding: 3px 10px;
    border: 1px solid #58CAE5;
    background-color: #FFFBED;
    font-weight: bold;
}

.submit-button:hover {
    color: #fff;
    cursor: pointer;
}

.listing {
    width: 100%;
    padding: 2px;
    margin: 5px 0;
    border-spacing: 0px;
    border-bottom: 1px solid #d9d9d9;
}

.listing td {
    font-size: 1.3em;
    padding: 2px 5px;
    vertical-align: top;
}

.listing td img {
    padding: 0 2px;
}

.listing td h2, .listing td p {
    margin: 3px 0;
}

.listing td h2 {
    font-size: 1.1em;
}

.listing .image {
    width: 100px;
}

.listing .desc {
    padding: 5px;
    background-color: #f0f0f0;
}

.listing a {
    text-decoration: none;
}

.listing a:hover {
    text-decoration: underline;
}

.listing .price {
    font-size: 1.4em;
    font-weight: bold;
    text-align: right;
}

.listing .price .featured-tag {
    color: #d11919;
    font-style: italic;
    display: block;
    text-align: right;
}

.listing .expire {
    text-align: left;
}

.alternate {
    background-color: #fffbed;
}

.featured {
    border-left: 2px solid #71A63C !important;
    border-bottom: 2px solid #71A63C !important;
}

#sponsored-wrap {
    width: 100%;
    border-spacing: 0px;
    padding: 0;
}

#sponsored-wrap .sponsored-right {
    padding-left: 5px;
}

.sponsored {
    width: 100%;
    margin-top: 5px;
    border: 1px solid #ddd;
}

.sponsored td {
    padding: 6px 3px;
}

.sponsored td h2 {
    margin: 0;
}

.sponsored td p {
    margin: 0;
    font-size: 1.3em;
}

.sponsored td a {
    text-decoration: none;
    font-size: 1em;
}

.sponsored-title {
    color: #ddd; 
    position: absolute; 
    margin: -5px 0 0 5px;
    padding: 2px;
    margin-left: 6px;
    background-color: #fff;
}

#tabs {
    float: left;
    margin: 10px 0;
    padding-right: 20px;
}

#tabs ul {
    padding: 0;
    margin: 0 0 0 14px;
    list-style-type: none;
}

#tabs ul li {
    float: left;
    margin-right: 4px;
}

#tabs ul li a {
    display: block;
    padding: 6px 20px;
    font-size: 1.3em;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    border-bottom: 0px solid;
}

#tabs ul li a:hover, #tabs ul li a.active {
    background-color: #fff;
}

.type-title {
    font-size: 1.6em;
    color: #343434;
}

#pagination p {
    font-size: 1.3em;
}

#pagination p span {
    padding: 0 2px;
    margin: 0 3px;
    color: #777;
}

#pagination p a {
    text-decoration: none;
}

#pagination p a span {
    padding: 2px 5px;
    background-color: #fffbed;
    font-weight: bold;
    color: #000;
    text-decoration: none;
}

#the-listing #breadcrumb {
    margin: 0;
    padding: 5px 0 5px;
    border-bottom: 1px solid #eee;
}

#display-ad .post {
    float: left;
    width: 59%;
    padding: 5px;
    font-size: 1.3em;
}

#display-ad .expired {
    background: #fff url(http://bargains.com.au/wp-content/plugins/wp-classifieds/images/expired.png) center;
    border: 3px dashed red;
}

.post h1 {
    font-size: 1.6em;
}

.post h2 {
    font-size: 1.3em;
}

#display-ad #sidebar {
    float: right;
    width: 200px;
    font-size: 1.3em;
}

#display-ad #sidebar #ad-info {
    margin: 20px 0;
    padding: 0;
    list-style-type: none;
}

#display-ad #sidebar #ad-info li {
    margin: 3px 0;
}

#display-ad #sidebar #ad-info li strong {
    text-transform: capitalize;
}

#articles {
    padding: 5px;
    margin: 10px 0;
    border: 1px solid #dcdcdc; 
}

#articles h3 {
    font-size: 1.3em;
    margin: 2px 0;
}

#articles a {
    font-size: 1.2em;
    font-weight: bold;
    color: #d11919;
}

.post-articles {
    font-size: 1.3em;
    line-height: 160%;
    padding: 0 10px;
    margin-top: 5px;
    border: 1px solid #dcdcdc;
}

.post-articles h2 {
    margin-bottom: 3px;
    font-weight: normal;
}

.post-articles h2 a {
    text-decoration: none;
}

.post-articles span {
    font-weight: bold;
    color: #343434;
}

#sidebar #report {
    width: 190px;
    margin: 10px auto;
    padding: 5px 0;
    text-align: center;
    border: 2px solid #58CAE5;
}

#sidebar #report a {
    color: #fff;
    font-weight: bold;
    font-size: 1.4em;
    text-decoration: none;
}

#success {
    display: none;
}

#display-ad #sidebar #the-price, #success {
    margin: 5px 0;
    padding: 2px 5px;
    color: #fff;
}

#display-ad #sidebar #the-price p, #success p {
    color: #fff;
    font-weight: bold;
    font-size: 2em;
    text-align: center;
}

#sidebar .form-error, #sidebar .notice {
    font-size: 1em;
}

#sidebar .success {
    font-size: 1em;
}


.tabledata {
    width: 100%;
    border-spacing: 0px;
}

.tabledata th {
    text-align: right;
    padding: 8px;
}

.tabledata td {
    padding: 8px;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

/*photo gallery */
#gallery ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    list-style-image: none;
}

#gallery ul li {
    float: left;
    margin: 10px 5px;
    padding: 5px;
    text-align: center;
}

.notice ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.error {
    color: #b10000;
}

#TB_closeWindowButton {
    text-transform: capitalize;
}

/* include this for every site!
hidden text field for SPAM trap.
**/
#the-question-field {
    display: none;
    position: absolute;
    left: -9999px;
}
/*
**/

.clear {
    clear: both;
}




/*
BANNERS
*/

#banner1 {
    position: absolute;
    margin-left: 350px;
}

#banner2 {
    width: 728px;
    margin-left: 15px;
    margin-top: 10px;
    margin-bottom: 0px;
}

#banner3 {
    float: right;
}

#about {
    position: absolute;
    margin-left: 290px;
    width: 550px;
}

#new-listing-form h2 {
    color: #71A63C;
}

.featured-box {
    background-color: #71A63C;
}

.basic h2 {
    color: #71A63C;
}

.btn-close p {
    background-color: #71A63C;
}

.bar {
    background-color: #71A63C;
}

.submit-button {
    color: #71A63C;
}

.submit-button:hover {
    background-color: #71A63C;
}

.listing a {
    color: #71A63C;
}

#tabs {
    border-bottom: 2px solid #71A63C;
}

#tabs ul li a {
    background-color: #71A63C;
}

#tabs ul li a:hover, #tabs ul li a.active {
    border: 1px solid #71A63C;
    border-bottom: 0px solid;
    color: #71A63C;
}

#pagination p a span {
    border: 1px solid #71A63C;
}

#display-ad .post h1, #display-ad .post h2, a {
    color: #71A63C;
}

.post-articles h2 {
    color: #71A63C;
}

#sidebar #report {
    background-color: #71A63C;
}

#display-ad #sidebar #the-price, #success {
    background-color: #71A63C;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.network {
   font-weight: bold;
   font-size: 1.4em;
   text-decoration: none;
}

.network a {
   text-decoration: none;
}