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

#banner {
    background: url(../img/v2/headers/cascade-fox-glacier.jpg) no-repeat top left;
}

#slides {
    width: 800px;
    height: 580px;
}
/*
h3, h2 {
    font-family: Georgia;
}
*/
#content h2.collectiontitle a, #content h2.editiontitle a {
    color: #fff;
}
/* Collection and Edition listings */
.collection, .edition {
    width: 218px;
    float: left;
    position: relative;
    background: #333;
    margin: 0px 10px 10px 0px;
    padding: 5px;
    border: 1px solid transparent;
    background: url(../img/v2/slide-bg-lg.png) #090909 no-repeat top left;
    height: 220px;
    cursor: pointer;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -webkit-box-shadow: 2px 2px 2px #000;
}
.taller {
    height: 522px;
}    
.collectionimage, .editionimage {
    text-align: center;
    padding: 0px 10px 10px 10px;
}
.collectionimage img, .editionimage img {
    border: solid #fff 2px;
}
.collection:hover, .edition:hover {
    border: 1px solid #FF7E00;
}
.collection:hover a, .edition:hover a {
    text-decoration: underline;
    color: #FF7E00 !important;
}
#collectiondescription, #editiondescription {
    width: 500px;
    margin-bottom: 20px;
    margin-left: 5px;
}
/* Prints/Photo display with ordering */
#printsImage img {
    background: #f6f6f6;
    padding: 5px;
    border: 3px solid #111;
}

.cart th {
    background: url(../img/v2/th-bg8.png) top left repeat-x;
}
.cart tr>th:first-of-type {
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
}
.cart tr>th:last-of-type {
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
}
.cart tr:nth-of-type(even)>td {
    background: #0d0d0d;
}
.cart tr:nth-of-type(even)>td:first-of-type {
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
}
.cart tr:nth-of-type(even)>td:last-of-type {
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
}

.cart tr:last-of-type>td {
    background: url(../img/v2/th-bg8.png) top left repeat-x;
}
.cart tr:last-of-type>td:first-of-type {
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-bottomleft: 10px;
    text-align: right;
}
.cart tr:last-of-type>td:last-of-type {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-topright: 10;
}
.cart td {
    vertical-align: top;
}
input[type="submit"].remove {
    background: #333;
    font-weight: normal;
    color: #bbb;
}
input[type="submit"].remove:hover {
    background: #555;
}
.checkout {
    height: 44px;
}
.checkout a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/v2/checkout8.png) top left no-repeat;
    text-indent: -999em;
    text-decoration: none;
}
.checkout a:hover {
    background: url(../img/v2/checkout-hover8.png) top left no-repeat;
    text-decoration: none;
}
#prints {
    background: url(../img/v2/print-stripe8.png) top left repeat-x;
    padding-top: 1em;
    padding-left: 1em;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -webkit-box-shadow: 2px 2px 2px #000;
    border: 4px solid #A1D4F6;
}
#prints.span-24 {
    width:929px;
}
#prints div.span-9 {
    width: 334px; /* 1em - border smaller since we're inside a box class */
}
#selectQty span {
    padding-left: 5px;
}
.qty {
    width: 30px !important;
}
.pricing tr th {
    background: transparent;
    display: none;
}
.pricing td, .pricing tr th {
    padding-left: 0px;
}
.box {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    background: #000;
}
