* {
    padding: 0;
    margin: 0;
}

ul {
    list-style: none;
}

ul.grid li {
    float: left;
    width: 120px;
}

img {
    border: 0;
}

body {
    background-color: #daddc0;
}

a, a:visited {
    color: #361115;
    text-decoration: none;
}

#page {
    font-size: 12px;
    font-family: "Lucida Grande", Verdana, Arial, sans-serif;
    background-repeat: repeat-y;
    background-image: url('/images/page-background.png');
    width: 750px;
    padding-left: 5px;
    padding-right: 5px;
    margin: auto;
}

#masthead {
    background-image: url('/images/masthead.jpg');
    background-repeat: no-repeat;

    height: 122px;
}

#content {
    background-image: url('/images/content-background.png');
    background-repeat: no-repeat;
    
    padding: 15px;
    padding-top: 1px;

    min-height: 300px;
    
    line-height: 1.5em;
    color: #333;
}

#masthead ul.nav {
    position: relative;
    top: 81px;
    left: 10px;
    font-size: 14px;
}

#masthead ul.nav li {
    display: block;
    list-style: none;
    float: left;
    margin-right: 10px;
    padding: 3px;
}

#masthead ul.nav a {
    color: white;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    padding-bottom: 3px;
    font-size: 11px;
    height: 14px;
    letter-spacing: 0.5px;
}

#masthead ul.nav a:hover {
    border-bottom: 4px solid #452523;
    color: #452523;
}

#masthead ul ul {
    display: none;
}

/* Content Styles */

#content a {
    font-weight: bold;
}

#content a:hover, #footer a:hover {
    text-decoration: underline;
}

#content div.normal {
    width: 420px;
}

#content ul, #content ol {
    margin: 1.5em 2.5em;
}

#content ul li {
    list-style: disc;
}

#content p {
    margin: 1em 0;
}

#content .normal h2, #content .promo h2, #content .wide h2 {
    padding: 8px 10px;
    color: #361115;
    background: #eee;
    font-weight: normal;
    font-size: 20px;
    font-family: Georgia, "Times New Roman", serif;
    border: solid 1px #ddd;
}

#content h3 {
    padding: 0 10px;
    margin: 0.5em 0;
}

.minor {
    font-size: 0.75em;
    color: #999;
}

/* content areas */

.text-component p {
    margin: 0.4em 0;
}

.news {
    margin: 0.5em;
    padding: 0.5em;
    border: solid 1px #999;
    background: #ccc;
    font-size: 13px;
    font-weight: bold;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.news p {
    margin: 0.25em !important;
}

.sidebar h2 {
    color: #59574b;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 12px;
    font-family: Tahoma, Verdana, sans-serif;
    font-weight: bold;
    margin: 0.5em 0;
    padding: 0.25em 0;
    border-bottom: dotted 1px #361115;
}

h2.clean {
    border: none;
}

.promo h2 {
    border: none !important;
    border-bottom: dotted 2px #361115 !important;
    background: transparent !important;
    color: #361115 !important;
}

.promo p {
    margin: 0.7em 0.5em;
    padding: 0 11px;
}

.promo, .sidebar {
    width: 262px;
    float: right;
    clear: right;
    padding: 0 1em;
    margin-bottom: 1.25em;
}

.sidebar {
    background: #ddd;
}

.sidebar p {
/*    font-size: 0.95em;*/
    line-height: 1.5em;
    margin: 0.5em 0 1em 0;
    color: #666;
}

.normal p, .big-left p, .small-left p {
    padding: 0 11px;
}

.big-left, .big-right, .small-left, .small-right {
    margin: 1.5em 0;
}

.big-left {
    float: left;
    clear: left;
    width: 400px;
}

.big-right {
    float: right;
    clear: right;
    width: 400px;
}

.small-left {
    float: left;
    clear: left;
    width: 300px;
}

.small-right {
    float: right;
    clear: right;
    width: 300px;
}

hr {
    display: none;
    height: 0px;
}

.clear {
    clear: both;
}

.right {
    float: right !important;
}

/* footer */

#footer {
    background: #46453a url('/images/footer-bg.jpg') left top repeat-y;
    margin-top: 2em;
}

#footer a.logo {
    position: relative;
    top: 0.6em;
    left: -10px;
    width: 43px;
    height: 16px;
    background: transparent url('/images/burn37-logo.png') left top no-repeat;
    display: block;
    float: right;
    text-indent: -9999px;
}

#footer p {
    padding: 1em 1em;
    color: #aaa;
    font-size: 0.8em;
}

#footer a {
    color: #fff !important;
}

/* Payment stuff */

ol.steps {
    border-top: solid 1px #361115;
    border-bottom: solid 1px #361115;
    margin: 0 !important;
    height: 3em;
    background: #daddc0;
}

ol.steps li {
    float: left;
    margin: 0.75em 0 0.75em 40px;
    padding: 0 50px 0 0;
    color: #361115;
    font-weight: bold;
    letter-spacing: -0.05em;
    background: transparent;
}

ol.steps li.disabled {
    color: #999;
    font-weight: normal;
}

ol.steps li.first {
    float: left;
    margin: 0.75em 0 0.75em 36px;
}

ol.steps li.last {
    background: transparent !important;
    padding: 0 !important;
}

.payment-summary div.billing, .payment-summary div.shipping, .payment-summary div.payment {
    float: left;
    width: 207px;    
    margin: 5px;
    font-size: 11px;
    line-height: 16px;
    border: solid 1px #ccc;
    padding: 10px;
    background: #eee;
}

#content h4 {
    font-size: 12px;
    margin: 1em 0 0.5em 0;
    background-color: #a8a48f;
    color: #fff;
    padding: 0.5em 1em;
}

#content h5 {
    color: #361115;
    text-transform: uppercase;
    font-size: 11px;
}

#content address, #content .payment-summary div.billing p, #content .payment-summary div.shipping p, #content .payment-summary div.payment p {
    font-style: normal;
    color: #444;
    font-size: 1em;
    line-height: 1.1em;
    margin: 0.5em 0;
}

/* table listing */

table.items {
    width: 100%;
}

table.items tr {
    border-top: solid 1px #f4f8e8;
}

table.items tr.odd {
    background-color: #ccc;
}

table.items tr.even {
    background-color: #eee;
}

table.items a {
}

table.block table.items {
    clear: both;
    font-size: 10px;
    margin: 15px 0 15px 0 !important;
    vertical-align: baseline;
    border-top: #000 solid 1px;
    border-bottom: #000 solid 1px;
    width: 100%;
}

table.items th {
    text-align: left;
    color: #000;
    padding: 9px 10px 8px 10px !important;
    font-size: 11px;
    line-height: 12px;
    background: #fff url("/images/table-items-th-bg.gif") left bottom repeat-x;
    vertical-align: bottom;
    height: 29px;
}

* html table.items th {
    height: 12px;
}

table.items th.disabled {
    color: #bbb;
}

table.items tr.buy th {
    text-align: left;
    color: #023C59;
    border-bottom: #426D83 solid 1px;
    padding: 6px 6px 6px 0;
    font-size: 12px;
    background: #fff url("/images/bg_table-items-th.gif") bottom repeat-x;
}

table.items tr.submit td {
    border-top: #C0CED5 solid 1px;
    padding: 10px 6px 10px 6px;
}

table.items tr {
    height: 29px;
}

* html table.items tr {
    height: 12px;
}

table.items td {
    vertical-align: top;
    color: #000;
    padding: 12px 10px 12px 10px !important;
    font-weight: bold;
    font-size: 11px;
    line-height: 12px;
    border-top: solid 1px #f4f8e9;
}

table.items td.input-cell {
    padding: 9px 10px 8px 10px !important;
}

table.items .first {
    padding-left: 17px !important;
}

table.items .last {
    padding-right: 17px !important;
}

h2.total {
    margin: 1em 0;
    border: solid 1px #ccc;
    background: #eee;
    padding: 10px;
}

/* walk through */

#walk-through {
    width: 720px;
    height: 500px;
}

#walk-through .walk-through-image-cnt {
    width: 720px;
    height: 450px;
    background: transparent url('/images/bg-loading.gif') center center no-repeat;
}

#walk-through .walk-through-image {
    width: 720px;
    height: 450px;
}

#walk-through .walk-through-image a {
    display: block;
    width: 360px;
    height: 450px;
    float: left;
    text-indent: -9999px;
}

#walk-through .walk-through-image a.next:hover {
    background: transparent url('/images/walk-through-button-right.png') right center no-repeat;
}

#walk-through .walk-through-image a.previous:hover {
    background: transparent url('/images/walk-through-button-left.png') left center no-repeat;
}

#walk-through p {
    margin: 14px 0;
}

#walk-through ul.photo-list {
    width: 720px;
    height: 450px;
    margin: 0;
}

#walk-through ul.photo-list li {
    position: absolute;
    display: none;
}

#walk-through .link-list-cnt {
    background: transparent url('/images/walk-through-list-left.gif') left top no-repeat;
    height: 35px;
    padding-left: 13px;
}

#walk-through .link-list-inner-cnt {
    background: transparent url('/images/walk-through-list-right.gif') right top no-repeat;
    height: 35px;
    padding-right: 13px;
    text-align: center;
}

#walk-through ul.link-list {
    background: transparent url('/images/walk-through-list-middle.gif') left top repeat-x;
    list-style: none;
    height: 35px;
    width: 444px;
    padding: 0 125px;
    margin: 0;
}

#walk-through ul.link-list li {
    display: block;
    height: 35px;
    float: left;
}

#walk-through ul.link-list li a {
    font-size: 14px;
    line-height: 13px;
    text-align: center;
    color: #fff;
    display: block;
    height: 15px;
    padding: 10px 6px;
    width: 25px;
	text-shadow: #000 1px 1px 4px;
}

#walk-through ul.link-list li a:hover {
    background-color: #d00;
}

#walk-through ul.link-list li.selected a {
    background-color: #444;
}

/* form styles */

dl.form {
    margin: 10px 0 10px 0;
    font-size: 11px;
}

dl.form dt {
    clear: both;
    margin: 10px 0 5px 0;
}

dl.form dt span {
    text-transform: none;
    color: #bd8b52;
    font-weight: bold;
    letter-spacing: normal;
    margin-left: 15px;
}

dl.form dd {
    margin: 0 0 10px 0;
    vertical-align: baseline;
}

dl.form dd p {
    margin: 3px 0 3px 0 !important;
}

dl.form dt table.inline-table {
    margin: 0 0 3px 0;
}

dl.form dt table.inline-table td {
    padding-right: 15px !important;
}

dl.form table.form-list-table div.form-container {
    display: inline;
}

dl.form dl dt {
    font-weight: normal;
    text-transform: none;
    color: #666;
    letter-spacing: normal;
}

dl.form .buttons {
    clear: both !important;
    float: right;
    border: none !important;
    padding: 5px 0 0 0;
}

#content ul.button {
    margin: 0 !important;
}

#content ul.button li {
    list-style: none;
}

button {
    border: solid 1px #999;
    background: #ccc;
    padding: 9px;
    cursor: pointer !important;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

button:hover {
    border: solid 1px #333;
    background: #daddc0;
}

dl.form dt label {
    font: 10px/14px "Lucida Grande", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    color: #361115;
    letter-spacing: -0.05em;
    vertical-align: baseline;
}

.error {
    font: 9px/12px "Lucida Grande", Helvetica, Arial, sans-serif;
    letter-spacing: -0.05em;
    color: #c00 !important;
}

.inline {
    display: inline;
}

div#form-update-payment-billing-information-PAYMENT_FIRSTNAME-label-heading-wrapper {
    margin: 0 11px;
}

