
/* color & borders
roadsidegallery.com
bg-content:             #000
bg-content-medium:      #EEF
bg-content-contrast:    #79B4F6
anchor:                 #79B4F6
anchor-visited:         #008
th/legend bg            #79B4F6
th/legend fg            #FFF
*/

/* text/display */
a {
    color: #79B4F6;
    text-decoration: none;
    background-color: inherit;
}
a:active, a:visited {
    text-decoration: none;
    color: #79B4F6;
    background-color: inherit;
}
a:hover, a:focus {
    text-decoration: underline;
    color: #FFF;
    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 cite {
    display: block;
    font-style: italic;
}
body {
    margin: 0;
    padding: 1px 0 10px 0;
    font-family: "Bitstream Vera Sans", tahoma, arial, helvetica, sans-serif;
    font-size: 85%;
    font-style: normal;
    font-weight: normal;
    line-height: 1.4em;
}
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 #79B4F6;
}
fieldset legend {
    margin: .2em 0 .2em 0;
    padding: 2px;
    line-height: 1.2em;
    font-size: 1em;
    font-family: "Bitstream Vera Sans", "Trebuchet MS", tahoma, arial, helvetica, sans-serif;
    font-weight: bold;
    text-align: left;
    background-color: #79B4F6;
    color: #000;
    border: 1px solid #79B4F6;
    -moz-border-radius: 3px;
}
fieldset fieldset legend {
    margin: .2em 0 .2em 0;
    padding: 2px;
    line-height: 1.2em;
    font-size: 1em;
    font-family: "Bitstream Vera Sans", "Trebuchet MS", tahoma, arial, helvetica, sans-serif;
    font-weight: bold;
    text-align: left;
    background-color: #000;
    color: #79B4F6;
    border: 1px solid #79B4F6;
    -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", tahoma, arial, helvetica, sans-serif;
    text-align: left;
    font-weight: normal;
    color: #79B4F6;
}
h1 {
    margin: 0 0 .4em 0;
    font-size: 2em;
    line-height: 1.2em;
}
h2 {
    margin: 1em 0 .5em 0;
    font-size: 1.3em;
}
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 #79B4F6;
}

html {
    margin: 0;
    padding: 0;
    color: #FFF;
    background: #000;
}
img {
    vertical-align: middle;
    margin: 0;
    padding: 0;
    border: 0;
    background-color: transparent !important;
}
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-color: #79B4F6;
    color: #000;
}
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;
}
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: #79B4F6;
    color: #000;
    border: 1px solid #79B4F6;
}

/* monospaces */
pre, code, kbd,
input[type=button], input[type=submit], input[type=reset], button,
input[type=text], input[type=password], select, textarea {
    font-family: monospace;
    font-size: 1em;
    }
/* /monospaces */

.bgMedium {
    background-color: #EEF;
    color: #FFF;
}
.bgContrast {
    background-color: #79B4F6;
    color: #000;
}
.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 {
    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: #333;
    color: #FFF;
}
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;
    font-weight: bold;
}
.smallText {
    font-size: .6em;
}
.textLabel {
    clear: both;
    display: block;
    float: left;
    width: 12em;
    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 */

.catalogCategoryLongDesc {

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


.catalogProductLongDesc {

}
.catalogProductSpacer {
    clear: both;
    height: 2px;
    line-height: 2px;
    /*background-color: #79B4F6;*/
}
.catalogProductContainer {
    float: left;
    width: 120px;
    margin: 10px;
}
.catalogProductHeader {
    margin: 0;
    font-size: 1.1em;
    text-align: center;
}
.catalogProductImageContainer {
    width: 120px;
    min-height: 100px;
    margin: 20px 0 10px 0;
    text-align: center;
}
.catalogProductShortDesc {
    text-align: left;
}

.catalogProductOtherImages {
    margin-top: 2em;
    text-align: center;
}

.catalogProductDetailHeader {
    margin-top: 0;
}

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


.galleryCategorySpacer, .galleryThumbSpacer {
    clear: both;
    height: 2px;
    line-height: 2px;
    background-color: #79B4F6;
}
.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;
}

/* /page specific */

@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", 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 {
    height: 120px;
    margin-top: 5px;

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

#bodyHeaderLogo h1 {
    margin: 0;
}
#bodyHeaderLogo img {

}

#bodyHeaderNav {
    padding: 70px 0 0 5px;
}
#bodyHeaderNav ul {
    height: 50px;
    margin: 0;
    padding: 0;
}
#bodyHeaderNav li {
    display: block;
    float: left;
    margin: 0;
    padding: 0 5px;
    list-style-type: none;
}


#bodyWrap {
    padding: 5px 0 0 0;
    background: transparent url(../image/gradient-line.png) no-repeat scroll top left;
    border: 1px solid #000;
}

#bodyContent {
    clear: both;
    min-height: 300px;
    padding: 10px 10px 10px 10px;

    color: #FFF;
    background: transparent;
}


#bodyFooter {
    clear: both;
    padding: 10px;
    padding-top: 40px;

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

#bodyFooterText {
    clear: both;
    margin: .5em 0;
    font-style: italic;
}


#bodyExtra {
    z-index: 0;
    position: absolute;
    top: -10px;
    margin: 0;
    left: 600px;
    left: 50%;
 margin: 0 0 0 110px;    width: 300px;
}

#bodyExtra div.sidebar {
    margin-left: 30px;
}

#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;
    }
}
