/* Main Stylesheet */
@import url("main.css");

#banner {
    background: url(../img/v2/headers/sunset-lake-matheson-1.jpg) no-repeat top left;
}
/*
#content h4, #content h5, #content h6 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
*/
#content h2.collectiontitle a, #content h2.editiontitle a {
    color: #fff;
}
/* Prints/Photo display with ordering */
#printsImage img {
    background: #f6f6f6;
    padding: 5px;
    border: 3px solid #111;
}
#prints {
    background: #222;
    padding: 20px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -webkit-box-shadow: 2px 2px 2px #000;
}
#selectQty span {
    padding-left: 5px;
}
.qty {
    width: 30px;
}
.pricing {
    background: #444;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
}
.pricing tr th {
    background: #111;
    font-weight: bold;
    padding: 3px;
}
.pricing tr td {
    width: 50%;
    padding: 3px;
}
.comment-text p {
    padding-top: 0px !important;
}

