
/* color & borders
cvppkg
bg-content:             #ACA89C
bg-content-medium:      #C7C8B2
bg-content-contrast:    #71716C
anchor:                 #FFF
anchor-visited:         #EEE
th/legend bg            #4F4F7B
th/legend fg            #000

*/

/***** text/display *****/
::-moz-selection {
    background: #83521E;
    color: #FFF;
}
::selection {
    background: #83521E;
    color: #FFF;
}

a {
    color: #32852C;
    background-color: inherit;
    text-decoration: none;
}
a:active, a:visited {
    color: #32852C;
    background-color: inherit;
    text-decoration: none;
}
a:hover, a:focus {
    color: #FFF;
    background-color: #32852C;
    text-decoration: underline;
}
a:hover abbr, a:focus abbr {
    text-decoration: underline;
}
a.image:active, a.image:hover, a.image:focus {
    background-color: transparent !important;
}

abbr {
    border-width: 0;
    text-decoration: none;
    cursor: help;
    border-bottom: 1px dotted #000;
}
blockquote {
    background: transparent url(../image/blockquote.gif) no-repeat scroll 0 0;
    margin: 0 40px 20px 0;
    padding: 0 0 0 23px;
    color: #444;
    font-size: 12px;
    line-height: 18px;
}
cite {
    display: block;
    margin-top: -10px;
    padding-left: 23px;
    font-style: italic;
}
body {
    margin: 0;
    padding: 0 0 10px 0;
    /*font-family: "Bitstream Vera Sans", tahoma, arial, helvetica, sans-serif;*/
    font-family: "Palatino Linotype", Palatino, "Book Antiqua", "Bitstream Vera Serif", Georgia, serif;
    font-size: 75%;
    font-style: normal;
    font-weight: normal;
    line-height: 180%;
}
dd {
    margin-left: 1em;
    padding-left: 0;
}
div {
    margin: 0;
}
dl {
    margin: .5em 0 .5em 0;
}
dl dd, dl.links dd {
    margin-top: .3em;
    margin-bottom: 1em;
}
dt {
    font-weight: bold;
}
fieldset {
    padding: .5em;

    border: 1px solid #71716C;
}
fieldset legend {
    margin: .2em 0 .2em 0;
    padding: 2px;

    line-height: 1.2em;
    font-size: 1em;
    font-family: "Bitstream Vera Sans", "Trebuchet MS", Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: left;
    background: #71716C url(../image/bg/contrast.gif) repeat scroll top left;
    color: #FFF;
}
fieldset fieldset legend {
    margin: .2em 0 .2em 0;
    padding: 2px;
    line-height: 1.2em;
    font-size: 1em;
    font-family: "Bitstream Vera Sans", "Trebuchet MS", Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: left;
    background-color: #FFF;
    color: #4F4F7B;
    border: 1px solid #4F4F7B;
    -moz-border-radius: 3px;
}
form {
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 1.2em 0 .2em 0;
    font-family: "Bitstream Vera Sans", "Trebuchet MS", Verdana, Tahoma, Arial, Helvetica, sans-serif;
    text-align: left;
    font-weight: normal;
    color: #000;
}
h1 {
    margin: 0 0 -9px 0;
    font-size: 200%;
    line-height: 200%;
    color: #000;
}
h2 {
    margin: 1em 0 .5em 0;
    padding: .2em 0;

    font-size: 170%;
    line-height: 140%;
}
h3 {
    font-size: 140%;
    line-height: 140%;
}
h4 {
    font-size: 120%;
    line-height: 120%;
    font-weight: bold;
}
h5 {
    font-size: 100%;
    line-height: 100%;
    font-weight: bold;
}
h6 {
    font-size: 80%;
    line-height: 80%;
    font-weight: bold;
}

hr {
    display: block;
    width: 30%;
    height: 2px;
    margin: 1em auto;

    color: #70706B;
    background-color: #70706B;
    border: none;
    border: 0px solid #70706B;
}

html {
    margin: 0;
    padding: 0;
    color: #000;
    background: #2C271C none repeat scroll top left;
}
img {
    display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    border: 0;
}
input[type=text], input[type=password], select, textarea {
    color: #000;
    background-color: #FFF;
}
input[type=button], input[type=submit], input[type=reset], button {
    font-weight: normal;
}
input.default, button.default {
    font-weight: bold;
}
input[type=text], input[type=password] {
    width: 15em;
}
input[type=text]:focus, input[type=password]:focus, textarea:focus {
    background: #C7C8B2 url(../image/bg/medium.gif) repeat scroll top left;
    color: #000;
}
kbd {
    padding: 0 1px;
    border-width: 1px 2px 2px 1px;
    border-style: solid;
    background: #FAF6F6;
    color: #000;
    border-color:  #EDD #BAA #BAA #EED;
}
li {
    margin: 0 0 0 1em;
    padding: 0;
    list-style-position: outside;
}
li ol, li ul {
    margin-left: 1em;
}
li > p {
    margin-top: 0.2em;
}
ol, ul {
    margin: 0.3em 0 0.5em 1em;
    padding: 0;
}
p {
    text-align: justify;
}
pre {
    margin-bottom: 1em;
    padding: .5em;
    background: #C7C8B2 url(../image/bg/medium.gif) repeat scroll top left;
    color: #000;
    border: 1px solid #000;
    overflow: auto;
}
pre code {
    font-size: 1em;
}
strong {
    font-weight: bold;
}
table {
    border: 0;
    padding: 0;
}
textarea {
    width: 15em;
}
td {
    padding: 5px;
}
th {
    padding: 5px;
    vertical-align: middle;
    background: #71716C url(../image/bg/contrast.gif) repeat scroll top left;
    color: #FFF;
    border: 1px solid #000;
}

/* monospaces */
pre, code, kbd,
input[type=button], input[type=submit], input[type=reset], button,
input[type=text], input[type=password], select, textarea {
    font-family: "Bitstream Vera Sans Mono", "Lucida Console", "American Typewriter", "Courier New", Courier, monospace;
    font-size: 1em;
}
/* /monospaces */

.clear {
    clear: both;
    height: 0;
    line-height: 0;
}
.error {
    margin: .4em 0 .6em 0;
    color: #C00;
}
.formControls {
    margin: .5em 0;
    text-align: right;
}
.formControls input[type=button], .formControls input[type=submit], .formControls input[type=reset], .formControls button {
    text-align: center;
}
.formRequired label, .required {
    font-weight: bold;
}
.formRow {
    margin: 0 0 .4em 0;
    padding: .6em 0;
}
.formRow + .formRow {
    border-top: 1px dotted #DDD;
}
.highlight {
    background: #C7C8B2 url(../image/bg/medium.gif) repeat scroll top left;
    color: #000;
}
input.textInputBig {
    width: 25em;
}
input.textInputSmall {
    width: 4em;
}
input.textInputTiny {
    width: 2em;
}
input.textInputPrice, input.textInputNumber {
    width: 4em;
    text-align: right;
}
input.textInputQuantity {
    width: 2em;
    text-align: right;
}
input.textInputDate {
    width: 7em;
    text-align: right;
}
input.textInputDateTime {
    width: 10em;
    text-align: right;
}
.processMessage {
    margin: .4em 0 .6em 0;
    padding: .4em;

    font-weight: bold;
    background: #71716C url(../image/bg/contrast.gif) repeat scroll top left;
    color: #FFF;
}
.smallText {
    font-size: .6em;
}
.textLabel {
    clear: both;
    display: block;
    float: left;
    width: 11em;
    margin-right: .5em;
}

ul.links, ol.links, ul.prices {
    margin: 0;
}

ul.prices li {
    margin-bottom: .5em;
}

ul.links, ul.links li, ul.prices, ul.prices li {
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
}
ul.links li li {
    margin-left: 1em;
    list-style-type: disc;
}
ul.links li li li {
    margin-left: 1em;
        list-style-position: inside;
    list-style-type: disc;
}
ul.links li li li {
    list-style-type: circle;
}
ul.links li li li li {
    list-style-type: square;
}
ul.links li li li li li {
    list-style-type: disc;
}
ul.links li li li li li li {
    list-style-type: circle;
}
ul.links li li li li li li li {
    list-style-type: square;
}

/***** /display *****/


/***** page specific *****/

/*** modules ***/
/* catalog */
.catalogCategorySpacer {
    clear: both;
    height: 2px;
    line-height: 2px;
    background-color: #4F4F7B;
}
.catalogCategoryContainer {
    float: left;
    width: 260px;
    margin: 10px;
}
.catalogCategoryHeader {
    font-size: 1.1em;
}
.catalogCategoryImageContainer {
    width: 260px;
    min-height: 100px;
    margin: 20px 0 10px 0;
    text-align: left;
}
.catalogCategoryShortDesc {
    text-align: left;
}

.catalogProductOtherImages {
    margin-top: 2em;
    text-align: center;
}
/* /catalog */

/* gallery */
.galleryCategorySpacer, .galleryThumbSpacer {
    clear: both;
    height: 2px;
    line-height: 2px;
    background-color: #4F4F7B;
}
.galleryCategoryContainer, .galleryThumbContainer {
    float: left;
    width: 220px;
    margin: 10px;
}
.galleryCategoryHeader, .galleryThumbHeader {
    font-size: 1.1em;
}
.galleryCategoryImageContainer, .galleryThumbImageContainer {
    width: 220px;
    min-height: 100px;
    margin: 10px 0 10px 0;
    text-align: left;
}
.galleryCategoryShortDesc, .galleryThumbShortDesc {
    text-align: left;
}

.galleryImageImageContainer {

}
.galleryImageLongDesc {

}
.galleryImageNav {
    margin-top: 3em;
}
.galleryImageNavPrev {
    float: left;
    width: 100px;
    text-align: left;
}
.galleryImageNavCategory {
    float: left;
    width: 300px;
    margin-left: 114px;
    text-align: center;
}
.galleryImageNavNext {
    float: right;
    width: 100px;
    text-align: right;
}
/* /gallery */

/* calendar */
.calendarMonth {
    margin-bottom: 2em;
}
.calendarMonthHeader {
    font-size: 1.3em;
    text-align: center;
}
.calendarMonthDayHeader {

}
.calendarMonthDay {
    width: 70px;
    height: 70px;
    text-align: left;
    vertical-align: top;
}
.calendarMonthDaySelected {
    background-color: #EEF;
}
.calendarMonthDayEvent {
    margin: .5em 0;
    font-size: .8em;
}
/* /calendar */


/*** actual sections and pages ***/

/* search */
dl.searchResults {
    margin-bottom: 2em;
}
dl.searchResults dt.searchResult {
    margin: 0 0 .5em 0;
    font-size: 1.3em;
    font-weight: bold;
    border-bottom: 1px solid #FFF;
}
dl.searchResults dd.searchResult {
    width: 60%;
}
dl.searchResults dd.searchResultMore {
    margin-bottom: 2em;
    color: #FFF;
}
.searchPager {
    margin: 1em;
    text-align: center;
    border: 3px solid #000;
    background-color: #6D93D6;
    font-size: 1.2em;
    font-weight: bold;
}
.searchPager .highlight {
    background: #E8AA6F none !important;
    padding: 0 .5em;
}
/* /search */

/***** /page specific *****/


.traderDanWindow {
    min-height: 200px;
    background: #83521E url(../image/home/dirty-dan-head.png) no-repeat right top !important;
    border: 3px solid black !important;
}
.traderDanWindow .jqmClose {
    border-bottom: 1px solid #000;
}


/***** jqmodal *****/
/* jqModal base Styling courtesy of;
    Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
    the Window's z-index value will be set to 3000 by default (in jqModal.js). You
    can change this value by either;
      a) supplying one via CSS
      b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */

.jqmWindow {
    display: none;

    position: absolute;
    top: 17%;
    left: 50%;

    margin-left: -300px;
    width: 600px;

    background-color: #FFF;
    color: #000;
    border: 1px solid black;
    padding: 12px;
}

.jqmOverlay {
    background-color: #000;
    background: #83521E url(../image/home/dirty-dan-head-tile.png) repeat right top !important;
}

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
    width: expression(this.parentNode.offsetWidth+'px');
    height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
/*
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
*/

/***** /jqmodal *****/

@media print {
    body {
        margin: 0;
        padding: 1em;
        font-family: "Bitstream Vera Sans", tahoma, arial, helvetica, sans-serif;
        font-size: .8em;
        font-style: normal;
        font-weight: normal;
        background-color: #FFF;
    }
    fieldset {
        padding: .5em;
        border: 1px solid #000;
    }
    html {
        background-color: #FFF;
    }
    legend {
        margin: .2em 0 .2em 0;
        padding: 2px;
        line-height: 1.2em;
        font-size: 1em;
        font-family: "Bitstream Vera Sans", "Trebuchet MS", Verdana, Tahoma, Arial, Helvetica, sans-serif;
        font-weight: bold;
        text-align: left;
        background-color: inherit;
        border: none;
        color: inherit;
    }
    th {
        background-color: inherit;
        border: 1px solid #000;
        color: inherit;
    }

    .formControls {
        display: none;
    }
    .highlight {
        background-color: #CCC;
    }
}

#bodyHeader {
    margin: 0;
    padding: 0;
    width: 929px;
    height: 149px;
    background: transparent url(../image/header.jpg) no-repeat top left;
}

#bodyHeaderHomeLink {
    position: absolute;
    /* z-index: 1; */
    top: 0;
    left: 0;
    width: 620px;
    height: 149px;
}
#bodyHeaderContactLink {
    position: absolute;
    /* z-index: 1; */
    top: 0;
    left: 655px;
    width: 210px;
    height: 80px;
}

#bodyHeaderNav {
    position: absolute;
    /* z-index: 1; */
    top: 66px;
    left: 640px;
    width: 227px;
    height: 580px;
}

#bodyWrap {
    width: 929px;
    min-height: 570px;
    background: #83521E url(../image/bg-body.png) repeat-x left top;
    }


h1 {
    display: none;
}

#bodyWrap {
    padding: 400px 0 0 0;
}

#traderDan {
    position: absolute;
    /* z-index: 1; */
    top: 151px;
    left: 280px;
    width: 357px;
    height: 405px;
}

#homeSidebar {
    position: absolute;
    /* z-index: 1; */
    top: 139px;
    left: 8px;
    width: 274px;
    height: 536px;
}

#homeIntro {
    /* z-index: 1; */
    margin: 0 0 0 285px;
    padding: 0 5px 5px 5px;
    width: 337px;
    background-color: #FFF;
    border: 3px solid #000;
}




#bodyExtra ul.links {
}


#bodyFooter {
    clear: both;
    width: 929px;

    color: #FFF;
    background: transparent /*url(../image/content-bg.gif) repeat-y scroll top right*/;
    text-align: center;
    font-size: 90%;
    line-height: 160%;
}
#bodyFooterText {
    clear: both;
    margin: .5em 0;
    font-style: italic;
}

#bodyFooter a {
    color: #FFF;
    background-color: inherit;
    text-decoration: underline;
}
#bodyFooter a:active, #bodyFooter a:visited {
    color: #FFF;
    background-color: inherit;
    text-decoration: underline;
}
#bodyFooter a:hover, #bodyFooter a:focus {
    color: #FFF;
    background-color: #6D93D6;
    text-decoration: underline;
}


