body {
    font-family: "Verdana",Verdana,sans-serif;
    margin: 0;
    font-size: 8pt;
    background-color: #f91;
}

#canvas {
    background-color: white;
}

h2 {
    color: #36F;
    font-weight: normal;
    font-style: italic;
    font-size: 12pt;
}

h2 a {
    color: #36F;
}

h3 {
    font-style: italic;
    font-weight: normal;
    color: #36F;
    margin: 20px 0 0 0;
    font-size: 10pt;
}

form .required {
    color: red;
}

p {
    margin: 5px 0;
}

img {
    border: 0;
}

ul {
    padding: 0;
    margin-top: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #575757;
    outline: none;
}

a:hover {
    text-decoration: underline;
}

p a, .flatpage a, .journal .postbody a {
    text-decoration: underline;
}

.branding {
    color: #f91;
}

#content {
    width: 980px;
    margin: 0 auto;
}

#topmenu {
    background: url(/media/images/topbar.png) no-repeat;
    padding-top: 20px;
}

#topmenu div.button {
    float: right;
    height: 37px;
    font-size: 9pt;
}

#topmenu a {
    margin-top: 5px;
    line-height: 22px;
    display: block;
}

#topmenu div.left {
    background: url(/media/images/button-top-left.png) no-repeat;
    width: 128px;
}

#topmenu div.left a {
    margin-left: 14px;
    background: url(/media/images/newsmall.png) no-repeat;
    padding-left: 22px;
}

#topmenu div.middle {
    background: url(/media/images/button-top-middle.png) no-repeat;
    width: 140px;
}

#topmenu div.middle a {
    margin-left: 8px;
    background: url(/media/images/favoritesmall.png) no-repeat;
    padding-left: 26px;
}

#topmenu div.right {
    background: url(/media/images/button-top-right.png) no-repeat;
    width: 136px;
    margin-right: 30px;
}

#topmenu div.right a {
    margin-left: 10px;
    background: url(/media/images/accountsmall.png) no-repeat;
    padding-left: 27px;
}

#bottommenu div.button {
    float: right;
    height: 32px;
    padding-top: 12px;
    text-align: center;
    font-family: "Verdana";
    font-size: 9pt;
}

#bottommenu div.left {
    background: url(/media/images/button-bottom-left.png) no-repeat;
    width: 132px;
}

#bottommenu div.middle {
    background: url(/media/images/button-bottom-middle.png) no-repeat;
    width: 122px;
}

#bottommenu div.right {
    background: url(/media/images/button-bottom-right.png) no-repeat;
    width: 132px;
    margin-right: 104px; /* 460 - (width / 2) */
}

#bottommenu {
    height: 32px;
}

#bottombar {
    background: url(/media/images/bottombar.png) no-repeat;
    padding-top: 20px;
}

#logobar{
    margin: 40px 0;
}

#maincontent {
    margin: 30px 0;
}

#contentcanvas {
    min-height: 500px;
    border-top: 1px solid white; /* Fix margin overlap issue. */
}

.breadcrumbs {
    margin-bottom: 20px;
}

.categories td {
    width: 25%;
    padding: 0;
}

.categories a {
    margin: 0;
    padding: 0;
    display: inline;
}

.categories, .subcategorylist {
    width: 100%
}

.categorybox {
    width: 240px;
    background: url(/media/images/box-bottom.png) no-repeat;
    height: 120px;
    font-size: 8pt;
    margin-top: -3px;
}

.categorybox ul {
    width: 100%;
    padding: 0 10px;
    margin: 0;
}

.categorybox a.more {
    line-height: 25px;
    font-weight: bold;
}

.catlist {
    width: 95%;
    line-height: 110%;
}

.catlist td.name {
    width: 90%;
}

.catlist td.count {
    text-align: right;
}

.stripe {
    background-color: #f91;
    height: 50px;
    width: 100%;
    text-align: center;
    font-size: smaller;
    padding-top: 10px;
}

.stripe a {
    font-size: small;
}

#sponsorlist {
    margin: 40px 0;
    text-align: center;
}

#sponsorlist ul {
    margin-top: 6px;
}

#sponsorlist li {
    display: inline;
    margin: 0 10px;
}

#narrowbox {
    width: 600px;
    margin: 0 auto;
}

.roundedbox {
    margin: 0px 20px;
}

.flatpage h2, .journal h2 {
    margin: 0;
}

.flatpage h2 {
    font-size: 12px;
    margin-top: 1em;
}

.flatpage p, .flatpage li {
    text-align: justify;
}

.flatpage ul li, .journal .postbody ul li {
    list-style: disc;
}

.flatpage li, .journal .postbody li {
    margin-left: 20px;
}

h1 {
    font-weight: normal;
    font-style: italic;
    color: #36F;
    margin: 0 0 20px 0;
}

.roundedbox h1 {
    font-size: 36pt;
}

.flatpage h1, .journal h1 {
    font-size: 16pt;
    margin-bottom: 12px;
}

#topbuttons {
    text-align: right;
}

#notificationbox {
    margin: 10px 0;
    padding: 10px 20px;
    background: #93D4F0;
    text-align: justify;
    border: 1px dashed #29abe2;
}

#accountbox {
    margin: 20px 0;
}

#accountbox input.btn {
    margin: 20px 0 0 0;
}

#accountbox #warning h2 {
    color: red;
}

.roundedbox h2 {
    margin: 0 0 10px 0;
}

#accountbox h2, .formbox h2 {
    margin: 0 0 10px 0;
}

#accountbox p {
    margin: 3px 0;
}

#accountbox table {
    width: 320px;
    margin: 0 auto;
}

#accountbox td, .formbox td {
    width: 50%;
    padding: 2px 10px;
}

#accountbox .close {
    float: right;
}

#accountbox td.submit, .formbox td.submit {
    text-align: center;
}

.acctablebox {
    margin: 20px 0 20px 20px;
}

.acctablebox td {
    padding: 0;
}

.acctablebox tr.odd {
    background-color: #E5ECFF;
}

.acctablebox td.buttons {
    background-color: white;
    width: 60px;
}

.acctablebox td.buttons img {
    margin: 0 2px;
}

#packages.acctablebox {
    width: 515px;
}

.confirmation td {
    text-align: right;
}

p.error {
    margin: 10px 0;
    text-align: center;
    color: red;
}

#searchboxtop {
    margin: 10px 0 0 0;
    border-top: #29ABE2 1px solid;
}

.formbox h3 {
    margin: 10px 40px 0 40px;
}
.formbox table {
    width: 100%;
    margin: 0 auto;
}

.formbox p {
    margin: 10px;
}

.formbox ul.errorlist, .formbox .errortext {
    color: red;
    margin: 2px;
}

.formbox th {
    font-weight: normal;
    text-align: right;
    vertical-align: top;
    padding-top: 6px;
    width: 35%;
}

.formbox .helptext {
    font-size: smaller;
    margin-top: 2px;
    color: #666;
}

.formbox #recaptcha_area {
    margin: 30px auto;
}

#searchboxtop #arrow {
    background: url(/media/images/updownarrow.png) no-repeat top;
    float: right;
    height: 20px;
    width: 25px;
    margin: 25px 10px 0 0;
}

.mediumbox, .journal {
    width: 600px;
    margin: 0 auto;
}

#searchboxtop #arrow.active {
    background-position: bottom;
}

#searchboxtop h2 {
    background: url(/media/images/magnifying-glass.png) no-repeat;
    padding: 15px 0 10px 60px;
    margin: 10px 0 0 10px;
}

h2#newad {
    background: url(/media/images/new-ad-big.png) no-repeat;
    padding: 15px 0 10px 50px;
    margin: 10px 0 0 20px;
}

ul.catselector {
    margin: 5px;
    padding: 5px 0 0 0;
}

.catselector li {
    margin: 5px 5px 0 0;
    padding: 0 5px 0 0;
    font-size: 10pt;
}

.catselector li.right {
    float: right;
    margin: 5px 0 0 0;
    padding: 0;
    width: 258px;
}

.subcategorylist h2 {
    font-weight: bold;
    padding: 10px 0 0 0;
    font-size: 100%;
    margin: 0;
    color: black;
}

.subcategorylist li {
    margin: 2px;
}

.subcategorylist td {
    width: 50%;
    vertical-align: top;
}

#account.roundedbox h2 {
    background: url(/media/images/my-account.png) no-repeat;
    padding: 15px 0 10px 60px;
    margin: 0 0 0 10px;
}

#account.roundedbox p {
    padding: 0 20px;
}

#account.roundedbox h3 {
    padding: 0 20px;
}

#account.roundedbox table {
    width: 100%;
}

#account.roundedbox thead {
    font-weight: bold;
}

#pagination .right {
  float: left;
  width: 20%;
  text-align: right;
}

#pagination #pagenumbers {
  float: left;
  margin: 0;
  text-align: center;
  width: 60%;
}

#pagination #pagenumbers li {
    display: inline;
    margin: 0 3px;
}

#pagination .left {
  float: left;
  width: 20%;
}

#pagination:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.journal ul.postlist {
    border-top: 1px solid #f91;
}

.journal ul.postlist > li {
    list-style: none;
    border-bottom: 1px solid #f91;
    padding: 20px 0;
}

.journal ul.postlist > li.last {
    border-bottom: none;
}

.journal ul.posts {
    margin: 10px 30px;
}

.journal ul.posts > li {
    list-style: disc;
}

.journal .postbody ol > li {
    list-style: decimal;
}

/* IE hack */
*:first-child+html .journal .subheader { display: inline-block; }

.journal .subheader {
    color: #f91;
}

.journal h1 a {
    color: #36f;
}

.journal h2 {
    font-size: 10pt;
}

.journal h1 {
    text-align: center;
    margin: 0;
}

.journal p {
    text-align: justify;
}

.journal .subheader .author {
  float: left;
}

.journal .subheader .date {
  float: right;
}

.journal .subheader:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#adlist {
    margin: 10px 0;
}

div#adlist {
    border-top: 1px solid #f7931e;
    border-bottom: 1px solid #f7931e;
    padding: 10px 0;
}

#contactinfo {
    border-bottom: 1px solid #f7931e;
    margin: 10px 0;
}

#adlist li {
    border-top: 1px solid #f7931e;
    padding: 10px 0;
}

#adlist .title {
    font-size: 13pt;
}

#adlist .summary {
    float: left;
    width: 73%;
    color: #25408f;
}

#adlist .adtype2 .summary {
    color: #09a707;
}

#adlist .adtype3 .summary {
    color: #e23131;
}

#adlist .price {
    float: right;
    color: #f7931e;
    width: 25%;
    text-align: right;
}

#adlist .photo {
    float: left;
    text-align: center;
    padding: 3px 5px 0 3px;
    width: 100px;
}

#adlist .container {
    display: inline-block;
    _height: 1%;
    margin: 10px 0 0 0;
    width: 600px;
}

#adlist .container:after {
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    clear: both;
    visibility: hidden;
}

#adlist .photo p {
    margin: 5px 0;
}

#adlist .details {
    float: right;
    width: 480px;
    min-height: 105px;
}

#adlist .extradata, #adlist .itemdetails {
    margin: 0;
}

#adlist .details .more {
    margin: 10px 0 0 0;
}

#adlist .buttons {
    margin: -20px 0 0 0;
    text-align: right;
}

#adlist .viewbuttons a {
    margin-right: 15px;
}

#adlist .viewbuttons img {
    margin-right: 4px;
}

#adlist .viewbuttons {
    text-align: right;
    margin: 10px 0 0 0;
}

#adlist li.last {
    border-bottom: 1px solid #f7931e;
}

#adlist li.noitems {
    text-align: center;
    font-size: 12pt;
    margin-top: 200px;
}

#reportbox {
    width: 430px;
    margin: 10px auto;
    text-align: center;
}

#reportbox textarea {
    width: 430px;
}

#reportbox p.label {
    text-align: left;
    margin: 0;
}

div#sidescraper {
    height: 600px;
    width: 160px;
    float: left;
    font-size: 40px;
    color: green;
    background: red;
    text-align: center;
}

div#payment > ul.classifieds > li, div#payment > ul.classifieds > li > form {
    display: inline;
}

div#payment > ul.classifieds > li {
    opacity: 0.6;
}

div#payment > ul.classifieds > li:hover {
    opacity: 1;
}

div#payment h1 {
    margin-top: 30px;
    font-size: 14pt;
    color: black;
}

div#payment h4 {
    font-size: 12px;
    margin-top: 30px;
    color: black;
}

div#payment p {
    font-size: 12px;
}

div#payment ul.text li {
    margin-left: 30px;
    font-size: 12px;
    list-style: disc;
}

div#payment > ul.classifieds > li.middle {
    margin: 0 32px;
}

#processingpayment {
    margin-top: 100px;
    text-align: center;
}

.cB, .cBw { background:url(/media/images/box-leftright.png) top right; }
.cBt, .cBt div, .cBb, .cBb div { background:url(/media/images/box-topbottom.png) top right; }
.cB {
    padding:0 15px 0 0;
    position:relative; /* fix IE/win buggy bg display */
}
.cBw {
    background-position:top left;
    padding-left:10px;
}
.cBt, .cBb {
    margin:0 -15px 0 -10px; /* push into rB and rBw padding */
    height:23px; /* fix IE/win bug when rB width set */
}
.cBt div, .cBb div { width:20px; height:23px; }
.cBt div { background-position:top left; }
.cBb, .cBb div { height:25px; }
.cBb { background-position:bottom right; }
.cBb div { background-position:bottom left; }

