p {
   margin-bottom: 12px;
}
body.store {
    color:#333;
    font-family: sans-serif;
    font-size: 12px;
    text-align:center;
}
table th, table td {
    font-size: 12px;
    }
.form {
    padding-bottom: 10px;
    padding-top: 10px;
}

.loading {
    display: none;
}

img {
    border: none;
}

a {
    text-decoration: none;
    color: #ff7f00;
}

.break {
    clear: both;
    height: 1px;
    width: 100%;
    border-bottom: 1px solid #ccc;
}

div.grey {
    padding: 5px;
    margin:4px 0;
}

div.grey .info {
    padding-left: 10px
}

.grey {
    background-color: #eee;
}

.title {
    font-size: 16px;
    font-weight: bold;
}

.info {
    font-size: 13px;
    color: #777;
}

label {
    font-style: normal;
    text-decoration: none;
    font-size: 14px;
    text-align: left;
}

th {
    text-align: center;
}

#item_header {
    text-align: left;
}

#header {
    width: 100%;
}

#breadcrumbs {
    float: left;
    padding-top: 15px;
}

#shopping_cart_info {
    float: right;
    padding:15px 5px 10pt 0pt;
}

#shopping_cart_info .spacer {
    width: 10px;
}

#shopping_cart_info a { 
    color: #ff7f00;
}

#cart_image a {
    text-decoration: none;
    color: #000;
}

#cart_image img {
    margin-right: 8px;
    position: relative;
    margin-bottom: -4px;
}

#subheader {
    padding-bottom: 50px;
}

#content {
    clear: both;
    border-bottom: 1px solid #dfdfdf;
}

table {
    border-width: 0px;
    border-spacing: 0px 0px;
    padding: 0px;
}

#product_table td {
    width:200px;
}

#product_table {
    width: 100%;
}

#product_table tr {
    border-bottom: 1px solid #dfdfdf;
    text-align: center;
}

.product_name a {
    font-style: normal;
    color: #7fcde1;
}

#ccv-helper {
    color: #7fcde1;
}

#product_detail .product_image {
    float:left;
}

#product_detail #product_image {
    padding-bottom:25px;
    float: left;
    width: 515px;
    text-align: center;
    display: inline;
    position: relative;
}

#product_detail #product_info {
    float: left;
    width: 317px;
    display: inline;
}

#product_info #product_name {
    font-size: 20px;
    font-weight: bold;
}

#product_info #product_description {
    color: #666;
    padding-bottom: 10px;
}

#product_info #cost {
    font-size: 11pt;
    font-weight:bold;
    color:#404040;
    padding-bottom: 10px;
}

#product_info #style {
    font-size:8.5pt;
    color:#404040;
    padding-bottom: 10px;
}

#product_info .product_option {
    padding-bottom: 5px;
}

.product_option select {
    width: 100px;
}

#product_info #quantity {
    padding-bottom: 20px;
    color:#404040;
}

#product_detail #product_images {
    border-top: 1px solid #dfdfdf;
    clear: both;
}

#basket_table {
    text-align: center;
    width: 100%;
}

#calculate_tax_and_shipping {
    float: left;
}

#computed_costs {
    float: right;
}

#computed_costs .gtotal {
    font-size: 16px;
    font-weight: bold;
}

#computed_costs .leftside{
    text-align: right;
}

#computed_costs .rightside{
    text-align: right;
    width: 90px;
}

#footer {
    margin-top: 10px;
    float: right;
}

.form table {
    padding-top: 20px;
    border-spacing: 10px;
    
}

input[type="text"] {
    width: 250px;
}

input.quantity {
    width: 19px;
    height: 19px;
    border:1px solid #DFDFDF;
}

input, select, textarea {
    border:1px solid #DFDFDF;
    min-height:18px;
    }
input.submit {
    border:0pt;
    }
    
input[type="checkbox"] {
    min-height: inherit;
}
#update_ship_address {
    padding-top: 15px;
    padding-left: 15px;
}

#id_creditcard-exp_month {
    width: 45px;
}

#id_creditcard-exp_year {
    width: 60px;
}

table .grey td {
    padding: 5px;
    padding-bottom: 2px;
}

table .grey th {
    padding: 5px;
}

#complete_purchase {
    margin: 10px auto 10px auto;
    text-align: center;
}
#container {
    width: 832px;
    text-align:left;
    margin: auto;
    /*padding-top: 25px;*/
}
table#basket_table tr img {
    padding:12px 0px;
    }
.form_element {
    float:left;
    line-height:26px;
    padding:0 9px 0 0;
    }
input.remove, #update_address, #id_ship_to_pobox {
    max-height:14px;
    border:0;
}
#id_creditcard-ccv {
    width:110px;
    }
#id_creditcard-number {
    width:150px;
    }
#id_cc_type {
    width:95px;
    }
#product_table tr {
    border-bottom:1px solid #CCC;
    }
.product_image {
    padding:15px;
    }
.add_to_cart_btn {
    border:0;
    }
p.thanks {
    margin: 9px;
    }

.product {
    width:200px;
    height: 220px;
    text-align: center;
}
.product .product_thumb{
    height: 160px; 
    margin: auto;
    padding-top: 15px;
}
.product_thumb img {
    cursor: pointer;
}
#empty_cart {
    font-size: 16px;
    margin: 25px 15px 30px 15px;
}
#product_info #add_form {
    margin-top: 25px;
}
#product_info #add_form #add_button {
    margin-top: 30px;
}

#product_detail #product_image .zoomer {
    clear: both;
    background: url('/media/images/store/zoom_icon.gif') top left no-repeat;
    z-index: 100;
    width: 120px;
    height: 24px; 
    text-align: right;
    padding-top: 4px;
    float: right;
    margin-right: 10px;
}
#product_detail #product_image .zoomer a {
    color: #999;
    font-size: 11px;
}

#calculate_tax_and_shipping .error {
    font-size: 14px;
    margin: 15px auto 10px auto;
}
.error  {
    color: red;
    margin-left: 30px;
}
.errorlist {
    color: red;
}
#calculate_tax_and_shipping .title {
    font-style: bold;
    font-size: 14pt;
    color: #333;  
}
