td#storecontent {
    padding: 5px;
}

ul#storenav {
    list-style: none;
    padding: 5px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

ul#storenav li {
    padding: 3px;
}

ul#storenav li a {
    text-decoration: none;
}

ul#storenav li a:hover, ul#storenav li.active a {
    text-decoration: underline;
}

td#storecontent table.product-table td{
    padding-bottom: 15px;
}

table.product-table a.details img{
    display: none;
}

table.product-table img{
    border: none;
}

table.product-table td.image{
    width: 175px;
    padding-top: 25px;
}

div.product div.product-image{
    float: left;
    width: 280px;
}

div.product div.details span.product-name{
    font-size: 18px;
    font-weight: 400;
    display: block;
    margin-bottom: 10px;
}

div.product div.details div.teaser{
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 15px;
    display: none;
}

div.product div.product-long-desc{
    font-size: 15px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 15px;
}

div.product div.details span.product-price{
    font-size: 14px;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
}

div.product div.details div.addtocart{
    font-size: 14px;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
}

div.product div.details form label {
    display: block;
    padding-top: 3px;
    padding-bottom: 3px;
}

div.related{
    display: table;
}

div.related h2{
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 3px;
    padding: 0px;
}

div.related table.product-list p.title{
    padding: 0px;
    margin-top: 0px;
    font-size: 12px;
    font-weight: 400;
}

div.related table.product-list a.small-image,
div.related table.product-list p.teaser,
div.related table.product-list p.price,
div.related table.product-list div.addtocart{
    display: none;
}



div.related table.product-list td{
    padding: 0px;
}

/*********** CART **************/

form.cart h1.cart-title{
    color: #3C6CCE;
}

table.cart {
    width: 580px;
}

table.cart th {
    background: #3C6CCE;
    color: #FFF;
}

table.cart tfoot {
    border-color: #3C6CCE;
}

div.cartactions input {
    float: left;
    margin: 15px 20px 15px 5px;
}

/********* CHECKOUT **********/

div div.buttons{
    clear: both;
}


/********* CHECKOUT INDICATOR *************/

ul#checkout-indicator {
    padding: 1px;
    margin-bottom: 15px;
    float: left;
    clear: both; 
}

ul#checkout-indicator li {
    display: none;
    float: left;
    text-align: center;
    text-transform: uppercase;
    font-size: 19px;
    font-family: "Lucida Sans";
    font-weight: 900;
    color: #3C6CCE;
    /*border: 1px solid #32D0FF;*/ 
    padding-left: 5px;
    padding-top: 3px;
}

div#checkout-shipping li#cshipping, 
div#checkout-billing li#cbilling, 
div#checkout-payment li#cpayment, 
div#checkout-review li#creview {
    display: block !important;
}




