@import "//www.ixojewellery.com/style/reset";

html {overflow-y: scroll;}

/* =Generic
---------------------------------*/
body {
    background: #fff;
    text-align: center;
    margin: 0;
    padding: 0 0 20px 0;
    font: 12px/1.4em Georgia, Serif;
    color: #666; 
}
.wrap {
    text-align: left;
    width: 960px;
    padding: 0;
    margin: 0 auto;
}
#header {
    display: block;
    background: url(/static/images/body-bg.png) repeat-x top left;
}
#content {
    margin: 0 0 20px 0;
    clear: both;
}
#content-main {
    width: 960px;
    float: left;
    margin-bottom: 20px;
}
.page-home #content-main {
    width: 568px;
}
#image-wrap {
    position: relative;
    margin: 0 0 20px 0;
}
#slides {
    margin: 0 auto;
    width:960px;
    height:400px;
    overflow:hidden;
}
#image-top-shadow {
    background: url(/static/images/shadow-top.png) no-repeat top left;
    position: absolute;
    height: 20px;
    width: 960px;
    display: block;
    z-index: 999;
    top: 0;
}
#image-btm-shadow {
    background: url(/static/images/shadow-btm.png) no-repeat top left;
    position: absolute;
    height: 44px;
    width: 960px;
    display: block;
    top: 357px;
    z-index: 997;
}

.page-home #category-list {
    border-top: 1px dotted #cfcfcf;
    padding: 30px 0 0 0;
    margin: 30px 0;
}
#content-secondary {
    width: 350px;
    float: right;
    padding-left: 20px;
    padding-bottom: 30px;
}
.notice {
    padding: 10px;
    border: 1px dotted #ff6600;
    background: #fff4a7;
    margin: 0 0 20px 0;
    color: #ee2200;
    font-size: 14px;
}
.success {
    background: #f1f1f1;
    border-color: #ccc;
    color: #666;
}
.success dl {
    font-family: "museo-slab-1","museo-slab-2",serif;
}
.success dd {
    margin-bottom: 20px;
    font-weight: 100;
}
.success dt {
    font-weight: 500;
}
.success p {
    margin-bottom: 10px!important;
    font-size: 16px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc;
}
.error-notice {
    border: 1px solid #750303;
    background: #CC0000;
    background: -webkit-gradient(linear, left top, left bottom, from(#CC0000), to(#AA0000));
    color: #fff;
    padding: 10px;
    margin: 0 0 20px 0;
}
.added {
    background: #D5CEC1;
    border-color: #97886B;
    color: #4F4838;
}
.error-notice p {
    margin: 0;
}
#basket-wrap {
    width: 176px;
    background: url(/static/images/basket-shadow.png) no-repeat bottom left;
    padding-bottom: 10px;
    float: right;
}
.basket {
    border: 1px solid #e6e6e6;
    border-top: none;
    width: 156px;
    background: #fff;
    padding: 10px;
}
.basket p {
    font-size: 12px;
    margin: 0;
    font-family: "museo-slab-1","museo-slab-2",serif;
}
.basket a {
    font-weight: 500;
}
.basket p a:hover {
    text-decoration: underline;
}
#category-info {
    width: 372px;
    float: left;
}
#category-intro {
    width: 372px;
    float: left;
    color: #999;
    margin-right: 20px;
}
#category-description {
    width: 568px;
    float: left;
}
.product-item, #category-summary {
    margin: 0 0 20px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #CFCFCF;
}
#category-list li.product-item {
    margin-bottom: 20px;
}
#category-list li.last {
    margin-right: 0;
}
#category-summary {
    border-bottom: 1px dotted #cfcfcf;
    width: 960px;
}
#image-wrap .product-wrap {
    position: relative;
    width: 960px;
    margin: 0 auto;
    text-align: left;
}
.product-info {
    width: 392px;
    float: right;
    position: absolute;
    top: 0;
    right: 20px;
    z-index: 998;
    padding-top: 30px;
    padding: 30px 23px 0 24px;
    min-height: 390px;
    background: #fff url(/static/images/product-info-bg.png) no-repeat top left;
    border-right: 1px solid #f6f6f6;
}
.product-actions {
    padding-top: 10px;
    border-top: 1px solid #e0e0e0;
}
p.note {
    font-size: 10px;
    margin: 0;
}
#content-cart {
    margin: 0 0 20px 0;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 20px;
}
#category-side {
    margin: 30px 0 0 0;
}
#footer {
    background: #fdfdfd url(/static/images/footer-bg.png) repeat-x top left;
    display: block;
    text-shadow: #fff 0 1px 1px;
    margin: 40px 0 20px 0;
    padding: 6px 0 30px 0;
    font-size: 12px;
}
#footer .wrap {
    padding: 10px 0;
    width: 960px;
}
#newsletter {
    width: 50%;
    float: right;
    clear: both;
    text-align: right;
    vertical-align: top;
}
#newsletter form,
#newsletter form p label {
    vertical-align: top;
}
#newsletter form {
    margin: 0 0 5px 0;
}
#newsletter input {
    padding: 4px 5px 5px 5px;
    border: 1px solid #cfcfcf;
    width: 162px;
    color: #666;
    margin: -3px 0 0 0;
}
#newsletter input.btn {
    width: 40px;
    margin: -2px 0 0 0!important;
}


/* =Tables
---------------------------------*/
td, th {
    padding: 10px 20px 10px 0;
    border-bottom: 1px solid #e0e0e0;
}
thead td {
    font-size: 20px;
}
td {
    vertical-align: top;
}
table {
    width: 100%;
    border-collapse: collapse;
}
#content-cart table input#delete {
    margin: 0;
}
table p {
    margin: 0;
}
tr.summary td {
    text-align: right;
}
tr.action td {
    border: none;
    text-align: right;
    padding: 10px 0 0 0;
    width: 300px;
}
tr.action .btn {
    margin: 0 0 0 10px;
}
td.col-info {
    width: 150px;
}
td.col-delete, td.col-subtot {
    width: 70px;
}
#transaction-id {
    padding-bottom: 20px;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #ccc;
}
#billing {
    width: 300px;
    float: left;
}
#shipping {
    width: 300px;
    float: left;
}
#checkout-controls {
    clear: both;
}
tr.summary td {
    line-height: 1.5em;
}
tr.summary td span {
    width: 70px;
    display: block;
    float: right;
}


/* =Navivation
---------------------------------*/
#nav {
    padding: 0;
    margin: 0;
    clear: both;
}
#nav-sub {
    display: block;
    border-bottom: 1px dotted #e0e0e0;
    padding: 0 0 5px 0;
    margin: 0 0 20px 0;
}
#nav li, #nav-sub li {
    display: inline;
    width: auto;
}
#nav li.last a {
    margin-right: 0;
}
#nav li a, #nav-sub li a {
    display: block;
    float: left;
    text-transform: uppercase;
    color: #999;
    margin: 0 40px 0 0;
    font-size: 12px;
    font-weight: 500;
    padding-bottom: 10px;
    font-family: "museo-slab-1","museo-slab-2",serif;
}
#nav-sub li a {
    margin: 0 40px 0 0!important;
}
#nav-sub li a:hover {
    text-decoration: underline;
}
#nav li a:hover,
#nav li.selected a {
    -webkit-transition: color 0.5s;
    color: #666666;
    background: url(static/images/nav-select.png) no-repeat bottom center;
}


/* =Lists
---------------------------------*/
#category-side ul {
}
#category-side li {
    margin: 0;
}
#category-side li a {
    display: block;
    border-bottom: 1px dotted #ccc;
    padding: 5px 0;
}
#category-side li a:hover {
    border-color: #666;
}
#category-side li a span {
    color: #666;
    font-style: italic;
}
#category-list {
    margin: 0;
    padding: 0;
    clear: both;
    width: 960px;
}
#category-list li {
    padding: 0;
    margin: 0;
    list-style-type: none;
    width: 174px;
    display: block;
    float: left;
    border: 1px solid #eee;
    -webkit-box-shadow: #e4e4e4 0 0 5px;
    -moz-box-shadow: #e4e4e4 0 0 5px;
    box-shadow: #e4e4e4 0 0 5px;
    margin-right: 20px;
}
#category-list li.earrings,
#category-list li.wedding {
    margin-right: 0px;
}
#category-list li h3 {
    margin: 0;
    font-size: 16px;
    line-height: 1.2em;
}
#category-list li h3 a {
    display: block;
    background: #6C5B44;
    color: #fff;
    padding: 7px 5px 5px 5px;
}
#category-list .product-item h3 a {
    height: 57px;
}
#category-list li h3 a:hover,
#category-list li:hover h3 a {
    background-color: #534634;
}
#footer ul {
    clear:both;
    padding: 0;
    padding: 20px 0 0 0;
}
#footer ul li {
    display:inline;
}
#footer ul li a {
    display: block;
    float: left;
    margin: 0 10px 0 0;
}


/* =Forms
---------------------------------*/
.btn {
    background: #999;
    color: #FFF;
    font: 11px/1em Helvetica, Arial, Sans-serif;
    text-transform: uppercase;
    padding: 5px 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    border: 1px solid #888;
    text-shadow: #666 0px 1px 1px;
    -webkit-box-shadow: #999 0px 0px 5px;
    -moz-box-shadow: #999 0px 0px 5px;
    box-shadow: #999 0px 0px 5px;
    margin-right: 20px;
}
fieldset {
    border:none;
    padding: 0;
}
.btn, #newsletter input.btn,
#contact_form input .btn {
    background: #999;
    color: #FFF;
    font: 11px/1em Helvetica, Arial, Sans-serif;
    text-transform: uppercase;
    padding: 5px 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    border: 1px solid #888;
    text-shadow: #666 0px 1px 1px;
    -webkit-box-shadow: #999 0px 0px 5px;
    -moz-box-shadow: #999 0px 0px 5px;
    box-shadow: #999 0px 0px 5px;
    margin-right: 20px;
}
#contact_form input {
    display:block;
}
#content-main #contact_form input .btn {
    width: 100px;
    background: #999px;
    border: none;
}
.btn:hover, #newsletter input.btn:hover {
    background: #333;
    -webkit-transition: All 0.5s;
    -webkit-box-shadow: #333 0px 0px 5px;
    -moz-box-shadow: #333 0px 0px 5px;
    box-shadow: #333 0px 0px 5px;
    border-color: #333;
    color: #aaa;
    text-shadow: #333 0px 1px 1px;
}
section {
    border: 1px solid #000;
    display: block;
    margin: 0;
}
.col-qty input,
#coupon_code {
    border: 1px solid #ccc;
    padding: 4px;
    background: #f1f1f1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: #eee 0px 0px 5px;
    -moz-boz-shadow: #eee 0px 0px 5px;
    boz-shadow: #eee 0px 0px 5px;
    color: #666;
}
#search-box {
    width: 218px;
    float: right;
}
#search-box .btn {
    margin: 0;
}
#shipping_info label,
#billing_info label,
#search-box label,
#payment_info label,
#additional_info label {
    font: 11px/1em Helvetica, Arial, Sans-serif;
    font-weight: bold;
    display: block;
    margin: 0 0 3px 0;
}
#keywords {
    border: 1px solid #ccc;
    padding: 4px;
    background: #f1f1f1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #aaa;
    -webkit-box-shadow: #eee 0px 0px 5px;
    -moz-box-shadow: #eee 0px 0px 5px;
    box-shadow: #eee 0px 0px 5px;
}
#shipping_info input,
#billing_info input,
#additional_info input,
#payment_info input,
#coupon_code,
#contact_form input {
    border: 1px solid #ccc;
    padding: 4px;
    color: #aaa;
    width: 250px;
    background: #f1f1f1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
#contact_form textarea,
textarea#special-instructions {
    border: 1px solid #ccc;
    padding: 4px;
    color: #aaa;
    background: #f1f1f1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    width: 480px;
}

textarea#special-instructions {
    width: 250px;
    height: 100px;
}

#shipping_info input.error,
#billing_info input.error,
#additional_info input.error,
#payment_info input.error,
#contact_form input.error {
    border: 1px solid #CC0000!important;
}
label.error {
    color: #750303;
    margin-top:5px;
    padding-top: 5px;
}
.card-exp {
    width: 60px;
    float: left;
    margin: 0 0 10px 0;
}
p.clear {
    clear: both;
    margin-bottom: 5px;
}
#billing_info {
    width: 40%;
    float: left;
    margin-bottom: 20px;
}
#shipping_info {
    width: 40%;
    float: left;
    margin-bottom: 20px;
}
#additional_info, #payment_info {
    clear: both;
    border-top: 1px dotted #cfcfcf;
    padding-top: 30px;
    margin-bottom: 20px;
}

input#coupon_code {
    width: 100px;
}
#shipping_info input:focus,
#billing_info input:focus,
#search-box input:focus,
.col-qty input:focus,
#coupon_code:focus,
#additional_info input:focus,
#payment_info input:focus,
#contact_form input:focus,
#contact_form textarea:focus,
textarea#special-instructions:focus {
    border: 1px solid #aaa;
    background: #f9f9f9;
    -webkit-transition: All 0.5s;
    color: #666;
}
#use_billing_info {
    width: 10px!important;
}


/* =Typography
---------------------------------*/
a {
    color: #333;
    text-decoration: none;
}
p {
    margin: 0 0 10px 0;
    font-size: 14px;
    line-height: 1.4em;
    font-weight: normal;
    font-weight: 100;
}
.page-home p {
    font-size: 16px;
}
.notice p {
    margin: 0;
}
#content a.special {
    color: #fff;
    padding: 5px 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #333;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    margin-top: 20px;
    border: 1px solid #333;
    font: 11px/1em Helvetica, Arial, Sans-serif;
    text-transform: uppercase;
    -webkit-box-shadow: #999 0px 0px 5px;
    -moz-box-shadow: #999 0px 0px 5px;
    box-shadow: #999 0px 0px 5px;
}
#content a.special:hover {
    background: #000;
    -webkit-transition: All 0.5s;
    -webkit-box-shadow: #999 0px 0px 5px;
    -moz-box-shadow: #999 0px 0px 5px;
    box-shadow: #999 0px 0px 5px;
}
#header h1 {
    margin: 20px 0 20px 0;
    line-height: 1em;
    width: 140px;
    height: 105px;
    float: left;
    text-indent: -9999px;
    display: block;
    background: url(/static/images/logo.png) no-repeat top left;
}
#header h1 a {
    display: block;
    width: 140px;
    height: 105px;
}
.page-home #upcoming {
    margin-top: 32px;
}
#upcoming p {
    font-size: 13px;
    line-height: 22px;
}
h1 a:hover {
    color: #999;
}
.checkout h1 {
    font-size: 20px;
    font-weight: normal;
    margin: 0 0 20px 0;
    color: #999;
    font-style: normal;
}
h2 {
    font-size: 35px;
    margin: 20px 0 20px 0;
    font-family: Georgia,Serif;
    border-bottom: 1px dotted #e0e0e0;
    padding-bottom: 10px;
    line-height: 1em;
    color: #666;
    font-weight: bold;
}
#category-summary h2 {
    font-size: 30px;
}
#category-side h2 {
    margin: 0;
}
h3 {
    font-size: 20px;
    margin: 0 0 10px 0;
    line-height: 1em;
    font-weight: normal;
}
#upcoming h3 {
    font-size: 25px;
    border-bottom: 1px dotted #e0e0e0;
    padding-bottom: 20px;
    margin: 20px 0 30px 0;
}
#upcoming h4 {
    font-size: 20px;
    margin: 0 0 3px 0;
}
h4, .basket strong, strong.total {
    font-size: 15px;
    line-height: 1em;
    margin: 0 0 10px 0;
    font-weight: normal;
}
.product-actions p {
    margin: 0 0 5px 0;
}
.product-actions h4 {
    font-size: 18px;
}
#category-summary p {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 0px 0;
}
#footer p {
    margin: 0;
    font-size: 12px;
}
#footer #newsletter label {
    font-size: 14px;
}
p.in-cart {
    font-weight: bold;
    color: #333;
    font-family: Helvetica, Arial, Sans-Serif;
    text-transform: uppercase;
    border: 1px dotted #e0e0e0;
    padding: 5px;
    font-size: 11px;
}
#content .in-cart a {
    background: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #333;
    text-decoration: underline;
    border: none;
    padding: 0;
    margin: 0;
}
p.in-cart a:hover {
    text-decoration: none!important;
}
#footer .address {
    width: 50%;
    float: left;
}
#footer .contact-address {
    float: right;
    text-align: right;
}
.page-home .testimonial,
#header .testimonial {
    font-size: 18px;
    font-style: italic;
    padding: 0 0 0 50px;
    background: url(/static/images/quotes.png) no-repeat 0 3px;
    color: #999;
}
#header .wrap {
    position: relative;
}
#header #testimonial {
    position: absolute;
    top: 40px;
    left: 200px;
    width: 568px;
}
.testimonial span {
    font-style: normal;
    font-size: 14px;
    color: #666;
}
.about-me p,
.delivery p,
.terms-and-conditions p {
    width: 568px;
}
.about-me img {
    float: right;
    margin; 0 0 20px 20px;
}


/* =Image replacement
---------------------------------*/
h2#h-welcome,
h2#h-rings,
h2#h-necklaces,
h2#h-aboutcome-and-see-me,
h2#h-about,
h2#h-special-pieces,
h2#h-for-him,
h2#h-earrings,
h2#h-bracelets,
h2#h-bangles,
h2#h-one-off-pieces,
h2#h-basket,
h2#h-thankyou {
    height: 0;
    overflow:hidden;
    display:block;
    border: none;
}
h2#h-welcome {
    padding:79px 0 0 0;
    background: url(/static/images/h-welcome.gif) no-repeat top left;
}
#h-rings {
    padding:117px 0 0 0;
    background: url(/static/images/h-rings.gif) no-repeat top left;
}
#h-necklaces {
    padding:80px 0 0 0;
    background: url(/static/images/h-necklaces.gif) no-repeat top left;
}
#h-one-off-pieces {
    padding:66px 0 0 0;
    background: url(/static/images/h-welcome.jpg) no-repeat top left;
}
#h-bangles {
    padding:109px 0 0 0;
    background: url(/static/images/h-bangles.gif) no-repeat top left;
}
#h-bracelets {
    padding:102px 0 0 0;
    background: url(/static/images/h-bracelets.gif) no-repeat top left;
}
#h-earrings {
    padding:101px 0 0 0;
    background: url(/static/images/h-earrings.gif) no-repeat top left;
}
#h-for-him {
    padding:86px 0 0 0;
    background: url(/static/images/h-for-him.gif) no-repeat top left;
}
#h-special-pieces {
    padding:136px 0 0 0;
    background: url(/static/images/h-very-special-pieces.gif) no-repeat top left;
}
#h-about {
    padding:76px 0 0 0;
    background: url(/static/images/h-about-me.gif) no-repeat top left;
}
#h-aboutcome-and-see-me {
    padding:95px 0 0 0;
    background: url(/static/images/h-come-and-see-me.gif) no-repeat top left;
}
#h-basket {
    padding:119px 0 0 0;
    background: url(/static/images/h-your-basket.gif) no-repeat top left;
}
#h-thankyou {
    padding:99px 0 0 0;
    background: url(/static/images/h-thankyou.jpg) no-repeat top left;
}


/* =Images
---------------------------------*/
img {
    border: none;
}
#category-list img {
    display:block;
}
#prod-image-list {
    padding: 30px 0 0 0;
}
#prod-image-list li {
    display: inline;
    margin-right: 20px;
}
#prod-image-list li.first {
    margin-right: 19px;
}
.product-img {
    border: 1px dotted #cfcfcf;
    padding: 4px;
    background: #fff;
}
.shadow {
    -webkit-box-shadow: #e4e4e4 0 0 5px;
    -moz-box-shadow: #e4e4e4 0 0 5px;
    box-shadow: #e4e4e4 0 0 5px;
    border: 1px solid #fff;
}
.selected .shadow {
    -webkit-box-shadow: #999 0 0 5px;
    -moz-box-shadow: #999 0 0 5px;
    box-shadow: #999 0 0 5px;
    border-color: #ccc;
}
#category-summary img {
    margin: 0 0 20px 0;
}
#category-summary #category-list img {
    margin: 0;
}


/* =Clearfix
---------------------------------*/
#footer:after, #category-list:after, #category-summary:after, .basket:after, #basket-wrap:after, #header:after, .wrap:after, .product-item:after, #nav-sub:after, #nav:after, #content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
