
/* color & borders
nsx-ca.org
bg-content:             #626262
bg-content-medium:      #383838
bg-content-contrast:    #CCC
anchor:                 #900
anchor-visited:         #900
th/legend bg            #F2B600
th/legend fg            #FFF
*/

/* implement this
::-moz-selection {
    background:#D4F699;
    color:#7AA62F;
}
::selection {
    background:#D4F699;
    color:#7AA62F;
}
code::-moz-selection {
    background: #535353;
    color:#9DD63C;
}
code::selection {
    background: #535353;
    color:#9DD63C;
}
*/


/* text/display */
a {
    text-decoration: none;
    color: #A4B8D0;
    background-color: inherit;
}
a:active, a:visited {
    text-decoration: none;
    color: #A4B8D0;
    background-color: inherit;
}
a:hover, a:focus {
    text-decoration: underline;
    color: #F2B600;
    background-color: inherit;
}
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 #FFF;
}
blockquote {
    color: #DDD;
    font-style: italic;
}
blockquote cite {
    display: block;
    font-style: italic;
}
body {
    margin: 0;
    padding: 0 0 0 0;
    font-family: "Bitstream Vera Sans", tahoma, arial, helvetica, sans-serif;
    font-size: 85%;
    font-style: normal;
    font-weight: normal;
    line-height: 1.4em;
    /*background: transparent url(../image/bg-body.gif) repeat-y scroll top left;*/
}
dd {
    margin-left: 2em;
    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 #F2B600;
}
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: #F1D12D;
    color: #000;
    border: 1px solid #F2B600;
}
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: #000;
    color: #F1D12D;
    border: 1px solid #F2B600;
}
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: #FFF;
}
h1 {
    margin: 0 0 .4em 0;
    font-size: 2em;
    line-height: 1.2em;
}
h2 {
    margin: 1.5em 0 .5em 0;
    font-size: 1.7em;
    line-height: 1.2em;
}
h3 {
    font-size: 1.4em;
}
h4 {
    font-size: 1.2em;
    font-weight: bold;
}
h5 {
    font-size: 1em;
    font-weight: bold;
}
h6 {
    font-size: 0.8em;
    font-weight: bold;
}

hr {
    width: 80%;
    background-color: #000;
    color: #000;
    border-top: 2px dashed #F2B600;
}

html {
    margin: 0;
    padding: 0;
    color: #FFF;
    background: #000 url(../image/bg-sidebar.jpg) repeat-y 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: #CCC;
}
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 {
    color: #000;
    background-color: #FFF;
}
kbd {
    padding: 0 1px;
    border-width: 1px 2px 2px 1px;
    border-style: solid;
    background: #FAF6F6;
    color: #FFF;
    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: 1em 0 1em 1em;
    padding: 0;
}
pre {
    margin-bottom: 1em;
    padding: .5em;
    background-color: #000;
    color: #FFF;
    border: 1px solid #FFF;
    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-color: #000;
    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 */

.bgMedium {
    background-color: #383838;
    color: #FFF;
}
.bgContrast {
    background-color: #CCC;
    color: #000;
}
.error {
    margin: .4em 0 .6em 0;
    color: #F2B600;
}
a.external {
    padding-right: 10px;
    background-image: url(../image/external-link.gif);
    background-position: right;
    background-repeat: no-repeat;
}
.formControls {
    margin: .5em 0;
    text-align: right;
}
.formControls input[type=button], .formControls input[type=submit], .formControls input[type=reset], .formControls button {
    width: 5em;
    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-color: #CCC;
    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-color: #F2B600;
    color: #000;
    border: 1px solid #F2B600;
    -moz-border-radius: 3px;
}
.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 */

.catalogCategorySpacer {
    clear: both;
    height: 2px;
    line-height: 2px;
    background-color: #F2B600;
}
.catalogCategoryContainer {
    float: left;
    width: 175px;
    margin: 10px;
}
.catalogCategoryHeader {
    font-size: 1.1em;
}
.catalogCategoryImageContainer {
    width: 175px;
    min-height: 100px;
    margin: 20px 0 10px 0;
    text-align: left;
}
.catalogCategoryShortDesc {
    text-align: left;
}

.catalogProductContainer {
    float: left;
    width: 175px;
    margin: 10px;
}
.catalogProductHeader {
    font-size: 1.1em;
}
.catalogProductImageContainer {
    width: 175px;
    min-height: 100px;
    margin: 20px 0 10px 0;
    text-align: left;
}
.catalogProductShortDesc {
    text-align: left;
}

.catalogProductOrderForm {
    clear: left;
    margin: 0 80px;
}
.catalogProductOtherImages {
    margin-top: 2em;
}
.catalogProductAddFavorite {
    margin: 1em 80px;
    padding: .5em;
    border: 1px solid #F2B600;
}

.catalogProductNav {
    clear: both;
    margin-top: 3em;
}
.catalogProductNavPrevPrev {
    float: left;
    width: 120px;
    text-align: center;
}
.catalogProductNavPrev {
    float: left;
    width: 70px;
    text-align: center;
}
.catalogProductNavCategory {
    float: left;
    width: 175px;
    margin-left: 0;
    text-align: center;
}
.catalogProductNavNext {
    float: left;
    width: 70px;
    text-align: center;
}
.catalogProductNavNextNext {
    float: right;
    width: 120px;
    text-align: center;
}


.galleryCategorySpacer, .galleryThumbSpacer {
    clear: both;
    height: 2px;
    line-height: 2px;
    background-color: #F2B600;
}
.galleryCategoryContainer, .galleryThumbContainer {
    float: left;
    width: 175px;
    margin: 10px;
}
.galleryCategoryHeader, .galleryThumbHeader {
    font-size: 1.1em;
}
.galleryCategoryImageContainer, .galleryThumbImageContainer {
    width: 175px;
    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;
}



.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: #383838;
}
.calendarMonthDayEvent {
    margin: .5em 0;
    font-size: .8em;
}


.comments {

}
.commentsNested {
    margin-left: 2em;
}
.commentTitle {
    margin-bottom: 0;
}
.commentAuthor {
    margin-top: 0;
    font-style: italic;
}
.commentText {

}


.xmlButton, .xmlButtonSmall {
    padding: .1em .5em 0 .5em;

    font-size: 90%;
    font-weight: bold;
    background: #F60 none;
    color: #000;
    border: 1px outset #F60;
    text-decoration: none !important;
}
.xmlButtonSmall {
    padding: .1em .3em 0 .3em;

    font-size: 70%;
}
.xmlButton:visited, .xmlButtonSmall:visited {
    background: #F60 none !important;
    color: #000 !important;
}
.xmlButton:hover, .xmlButtonSmall:hover {
    background: #F90 none !important;
    color: #000 !important;
}
.xmlButton:active, .xmlButtonSmall:active {
    background: #F90 none !important;
    color: #000 !important;
    border-style: inset !important;
}

/* /page specific */

/* lightbox */
#lightbox{
    background-color:#eee;
    color: #000;
    padding: 10px;
    border-bottom: 2px solid #666;
    border-right: 2px solid #666;
}
#lightbox kbd {
    color: #000;
}
#lightboxDetails{
    font-size: 0.8em;
    padding-top: 0.4em;
}
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;}
#overlay img{ border: none; }

#overlay{ background-image: url(../image/overlay.png); }

* html #overlay {
    background-color: #333;
    back\ground-color: transparent;
    background-image: url(../image/blank.gif);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../image/overlay.png", sizingMethod="scale");
}
/* /lightbox */

@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: #000;
    }
    fieldset {
        padding: .5em;
        border: 1px solid #FFF;
    }
    html {
        background-color: #000;
    }
    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 #FFF;
        color: inherit;
    }

    .formControls {
        display: none;
    }
    .highlight {
        background-color: #CCC;
    }
}

#bodyHeader {
    /*
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 1000px;
    height: 395px;
    margin: 0;

    background: transparent url(../image/bg-header.jpg) no-repeat scroll top left;
    */
    width: 1000px;
    height: 395px;
    margin: 0;

    background: transparent url(../image/bg-header.jpg) no-repeat scroll top left;
}

#bodyHeaderLogo {
    display: none;
}

#bodyHeaderLogoBlank {
    position: absolute;
    top: 50px;
    left: 0;
}
#bodyHeaderLogoBlank img {
    width: 370px;
    height: 150px;
}

#bodyHeaderNav {
    display: none;
    z-index: 10;
    position: absolute;
    top: 370px;
    left: 20px;
}

#bodyHeaderLogin {
    position: absolute;
    top: 180px;
    left: 435px;
    width: 200px;
    color: #000;
}
#bodyHeaderLogin fieldset {
    border: none;
}
#bodyHeaderLogin legend {
    display: none;
}
#bodyHeaderLogin .formRow {
    margin: 0 0 3px 0;
    padding: 0;
    border: none;
}
#bodyHeaderLogin .textLabel {
    width: 65px;
    padding-top: .2em;
    font-size: .8em;
}
#bodyHeaderLogin input {
    width: 80px;
}
#bodyHeaderLogin .formControls {
    position: absolute;
    bottom: 10px;
    right: 0;
    margin: 0;
    padding: 0;
}
#bodyHeaderLogin .formControls input {
    width: 50px;
}

#bodyHeaderLogout {
    position: absolute;
    top: 175px;
    left: 450px;
    width: 300px;
    color: #000;
}
#bodyHeaderLogout .formControls {
    margin: 0;
    padding: 0;
    text-align: left;
}


#bodyWrap {
    margin: -35px 0 0 255px;
    width: 635px;
    padding-top: 0;
    background: transparent url(../image/bg-content.jpg) repeat-y scroll top left;
}

#bodyContent {
    min-height: 300px;
    margin: 0;
    padding: 1em;
}
#bodyContent h1 {
    position: absolute;
    top: 290px;
    left: 255px;
}


#bodyFooter {
    clear: both;
    margin-top: 40px;
    margin-bottom: -10px;
    padding-top: 30px;
    padding-bottom: 20px;

    background: transparent url(../image/bg-banner.jpg) no-repeat scroll top left;
    text-align: center;
}

#bodyFooterBanner {
    margin-bottom: 40px;
    text-align: center;
}

#bodyFooterText {
    clear: both;
    margin: 0 1em;
    font-style: italic;
    font-size: .8em;
    line-height: 1.2em;
}


#bodyExtra {
    z-index: 5;
    position: absolute;
    top: 254px;
    left: 0;
    width: 250px;
    background: transparent url(../image/bg-extra.jpg) no-repeat scroll top left;
}

#bodyExtraBanner {
    margin-top: 12px;
    margin-left: 5px;
    height: 60px;
}

#bodyExtraNav {
    margin-top: 40px;
    margin-right: 50px;
}
#bodyExtraNav li {
    text-align: right;
    /*height: 31px;*/
    /*
    text-transform: uppercase;
    font-size: 1.3em;
    */
}
#bodyExtraNav li img {
    /*
    text-transform: uppercase;
    font-size: 1.3em;
    */
}

#bodyExtraSubNav {
    margin-right: 50px;
    margin-bottom: 40px;
}
#bodyExtraSubNav ul {
    margin: 0;
    padding: 0;
}
#bodyExtraSubNav li {
    text-align: right;
    height: 18px;
    /*
    font-size: 1.2em;
    line-height: .8em;
    */
}

#bodyExtraNav li, #bodyExtraSubNav li {
    font-family: helvetica, "Bitstream Vera Sans", "Trebuchet MS", tahoma, arial, sans-serif;
    list-style-type: none;
    margin-bottom: 0;
    color: #FFF !important;
    background-color: transparent !important;
}
#bodyExtraNav li a, #bodyExtraNav li a:active, #bodyExtraNav li a:visited, #bodyExtraNav li a:hover, #bodyExtraNav li a:focus,
#bodyExtraSubNav li a, #bodyExtraSubNav li a:active, #bodyExtraSubNav li a:visited, #bodyExtraSubNav li a:hover, #bodyExtraSubNav li a:focus {
    color: #FFF !important;
    background-color: transparent !important;
    text-decoration: none !important;
}

#bodyExtra div.sidebar {
    width: 180px;
    margin: 20px 0 1em 10px;
    padding: .5em 5px 1em 5px;

    color: #FFF;
    background-color: #626262;

    border: 1px solid #000;
}

#bodyExtra div.sidebar li {
    font-weight: bold;
}
#bodyExtra div.sidebar li li {
    font-weight: normal;
}

#bodyExtra div.sidebar h3 {
    margin: .2em 0;
}

@media print {
    #bodyHeader, #bodyExtra, #bodyFooterBanner, #bodyFooterNav {
        display: none;
    }

    #bodyContent {
        width: inherit;
        margin: 0;
        padding: 0;

        color: #000;
        background-color: #FFF;
        border: none;
    }

    #bodyFooter {
        width: inherit;
        margin: 0;
        padding: 0;

        color: #000;
        background-color: #FFF;
        border: none;
        text-align: center;
    }

    #bodyFooter {
        margin: 3em 0 0 0;
    }
}
