/* CSS Document for the "Contemporary Sophistication" CoffeeCup Software E-Commerce Template
   Copyright 2008 CoffeeCup Software - coffeecup.com */

/*##############################################################
  Eric Meyer's Latest version of Reset.css (includes Baseline)
##############################################################*/

html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
        margin: 0;
        padding: 0;
        border: 0;
        font-weight: inherit;
        font-style: inherit;
        font-size: 100%;
        line-height: 1;
        font-family: inherit;
        text-align: left;
        vertical-align: baseline;
}
a img, :link img, :visited img {border: 0}
table {border-collapse: collapse; border-spacing: 0}
ol, ul {list-style: none}
q:before, q:after,
blockquote:before, blockquote:after {content: ""}

/*#######################
  Element Styles
#######################*/

a {color:blue; text-decoration:none; outline:none}
strong {font-weight:bold}
em {font-style:italic}
h1 {font-weight:bold; font-size:1.6em; text-align:right}
h2 {font-weight:bold; font-size:1.15em; text-transform:uppercase; border-bottom:9px solid #716558}
h3 {clear:both; font-size:1em; font-weight:normal}

/*#######################
  General Layout Styles
#######################*/

body {padding-top:90px; font-family: Arial, Verdana, Helvetica, sans-serif; font-size:14px; background-color:#fff}

        #wrapper {margin:0 auto; width:800px}

                #sidebar {display:none}

                #content {float:left; display:inline; margin-top:105px; width:670px}
                        #content p, #content ul, #content dl {margin:10px 0; font-size:.9em; line-height:1.15em}
                        #content .item {float:left; display:inline; margin-bottom:10px; padding:20px 0; width:670px; border-bottom:2px dashed #716558}
                                #content .item img {float:left; width:126px; height:126px}
                                #content .item .item_info {float:right; display:inline; width:520px}
                                #content .price {clear:left; float:left; display:inline; margin-right:45px; font-size:1em}
                                #content .buylink {float:left; display:inline; margin-top:10px}
                                        #content .buylink input {text-transform:uppercase; font-weight:bold}

                        #pagination {display:none}

        /* Checkout Buttons */
        .checkout {display:none}
        .recalculate {display:none}

                #print {clear:both; display:none}

        /*#######################
          Product Detail Styles
        #######################*/

                #product_images {float:left; width:128px}
                        #product_images img {margin-bottom:11px}
                        #product_thumbnails {width:128px}
                                #product_thumbnails li {float:left; display:inline; margin-right:9px; width:23px; height:23px;overflow:hidden}
                                #product_thumbnails .last {margin:0}
                                #content .item #product_thumbnails img {width:23px; height:23px}

                #product_info .options {clear:both; width:250px; padding-top:20px}
                        #product_info .options dt {clear:both; display:block; float:left; display:inline; margin-bottom:15px; width:90px; text-transform:uppercase}
                                #product_info .options dd {width:160px; float:left; display:inline; margin-bottom:15px}
                                        #product_info .options select, #product_info .options input {font-size:.9em}
                                        #product_info .options select {width:160px}
                                        #product_info .options input {width:30px}

        /*#######################
          Shopping Cart Styles
        #######################*/

                #content .no_border {border:none;}
                #cart_list {clear:both; width:100%; margin-bottom:15px}
                        #content #cart_list p {margin:0 0 10px 0}
                        #cart_list .cart_description {width:500px}
                        #cart_list .cart_headlines {color:#fff; text-transform:uppercase; background-color:#716558}
                        #cart_list .top_border {border-top:1px dashed #716558}
                                #cart_list .cart_headlines td {padding:5px 10px}
                                #cart_list td {padding:10px; font-size:.9em}
                                        #cart_list td img {float:left; display:inline; margin-right:5px; width:53px; height:53px}
                                        #cart_list td p {margin-bottom:10px}
                                #cart_list .cart_total {font-weight:bold; font-size:1.25em; text-transform:uppercase}

/*#######################
  Paypal Feedback Styles
#######################*/

.paypal_feedback {clear:both; margin:15px 0; padding:15px; border:1px solid #B02626; background:#EBF0F1}
        .paypal_feedback h2 {width:100%}
        .paypal_feedback table {margin-bottom:15px}
                .paypal_feedback table td {padding:5px 5px 5px 0}