.store #product_description p { letter-spacing: 1px; }

p {
   margin-bottom: 12px;
}

.store p { margin-bottom: 20px; }

.store #cost { margin-bottom: 45px; }

table th, table td {
    font-size: 12px;
    }

.loading {
    display: none;
}

img {
    border: none;
}

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

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

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

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

.grey {
    background-color: #eee;
}

.title {
    font-size: 16px;
    font-weight: bold;
}
.grey .title {
    line-height:25px;
}

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

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

th {
    text-align: center;
}

#item_header {
    text-align: left;
}

#breadcrumbs {
    color:#333;
    float:left;
    font-size:8pt;
    padding-top:10px;
    text-transform: uppercase;
}
#shopping_cart_info {
    float: right;
    padding:15px 5px 2px 0;
    margin-right: 15px;
}

#shopping_cart_info .spacer {
    width: 10px;
}

#shopping_cart_info a { 
    color: #545454;
}

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

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

#subheader {
    margin-bottom:30px;
    padding-bottom: 37px;
    width: 970px;
    margin: -10px auto 0;
}

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

div.product_list {
    width: 100%;
}

.product_list h2 {
    padding-bottom: 5px;
}

h2.sel {
    background: url('../images/selects_header.jpg') left center no-repeat;
    text-indent: -9999px;
    padding-bottom: 8px;
    margin-top: -10px;
}

.ie6 h2.sel,
.ie7 h2.sel { height: 25px; margin-top: 0px; padding: 0px; }

h2.std {
    background: url('../images/standards_header.jpg') left center no-repeat;
    text-indent: -9999px;
    border-top: 1px solid #dfdfdf;
    height: 55px;
}

div.product {
    width:200px;
    float: left;
    margin-right: 45px;
}

.store div.product.last {
    margin-right: 0;
    clear:right;
}
/*#product_table tr,
#product_table_two tr {
    border-bottom: 1px solid #dfdfdf;
    text-align: center;
}*/

.product_name a {
    font-style: italic;
    font-family: "Times New Roman", serif;
    letter-spacing: 1px;
    /*color: #2D56A6;*/
    color: #545454;
    /*text-transform: uppercase;*/
}

#ccv-helper {
    color: #333333;
}

#product_detail { margin-top: 30px; }

#product_detail .product_image {
    float:left;
}

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

#product_detail #product_info {
    display:inline;
    float:left;
    margin-bottom:30px;
    width:287px;
}

#product_info #product_name {
    font-family: "US101Regular", sans-serif;
    font-size: 24px; /*WAS 20px*/
    /*font-weight: bold;*/
    margin-bottom: 10px;
}

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

#product_info #cost {
    font-family: "US101Regular", sans-serif;
    font-size: 13pt;
   /* font-weight:bold;*/
    color:#404040;
}

#product_info #style {
    padding-top: 10px;
    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;
    width:600px;
}

#computed_costs {
    margin:15px 12px 0 0;
    float:right;
}

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

#computed_costs .leftside{
    line-height:22px;
    text-align:right;
}

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

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

#update_basket_items_form table {
   border-spacing: 0px;
}

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

input.quantity {
    border:1px solid #DFDFDF;
    height:18px;
    padding:1px;
    text-align:center;
    width:18px;
}

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: 20px auto;
    text-align: center;
}
/*#container {
    width: 980px;
    text-align:left;
    margin: auto;
    padding-top: 0px;
}*/
table#basket_table tr img#continue_shopping {
    padding:12px 0;
}
table#basket_table tr img {
    padding:37px 0px;
    }
.form_element {
    float:left;
    line-height:26px;
    padding:0 9px 0 0;
    }
#update_address {
    float:left;
}
input.remove, #update_address, #id_ship_to_pobox {
    max-height:14px;
    border:0;
}
#id_creditcard-ccv, #id_cc_ccv {
    width:110px;
    }
#id_creditcard-number, #id_cc_number {
    width:150px;
    }
#id_cc_type {
    width:95px;
    }
/*#product_table tr,
#product_table_two tr {
    border-bottom:1px solid #CCC;
    }*/
.product_image {
    padding:15px;
    }
.add_to_cart_btn {
    border:0;
    }
p.thanks {
    margin: 9px;
    }

.product {
    height:220px;
    padding:8px 0;
    text-align:center;
    width:200px;
}
.product .product_thumb{
    /*height: 160px;*/ 
    height: 140px;
    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: 5px;
}

#product_detail #product_image .zoomer {
    clear: both;
    background: url('/shop_media/images/zoom_icon.gif') top left no-repeat;
    z-index: 100;
    width: 110px;
    height: 24px; 
    text-align: right;
    padding-top: 1px;
    float: right;
    margin-top: 3px;
}
#product_detail #product_image .zoomer a {
    padding-left:20px;
    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 {
    color: #333;  
}

.product_table table {
   width: 100%;
   text-align: center;
   border-right-width: 1px;
   border-style: solid;
   border-color: #ddd;
   margin-bottom: 10px;
}

.product_table table td,.product_table table th {
   border-width: 0 0 1px 1px;
   border-color: #ddd;
   border-style: solid;
}

.product_table thead th {
   padding-bottom: 5px;
   padding-top: 5px;
}

.product_table table thead {
   background-color: #eee;
}

.hidden {
   display: none;
}

table.order_list {
   width: 100%;
   text-align: center;
}

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

#update_basket_actions div {
   float: left;
}

#update_basket_actions .update_cart {
   margin-left: 350px;
}

#update_basket_actions #subtotal_label {
   margin-left: 40px;
}

#update_basket_actions #subtotal_content {
   float: right;
   margin-right: 20px;
}

.clear {
   clear: both;
}

#post_product_table {
   float:right;
   text-align: right;
}

.original_price {
   color: #777;
   text-decoration: line-through;
   display: inline;
}

.reduced_price {
   color: #ff7f00;
   display: inline;
   padding-left: 5px;
}

#product_available_options {
   padding-bottom: 15px;
}

input[type="image"] {
   border: none;
}

#main_login_form {
   margin-left: 200px;
   margin-top: 100px;
   margin-bottom: 100px;
}

#main_login_form td {
   padding: 3px;
}

#main_login_form input[type="text"], #main_login_form input[type="password"] {
   width: 200px;
}

#main_login_form .label {
   text-align: right;
}

#shipping_method_form ul {
    list-style: none;
}
#shop_logo {
    position:absolute;
    top:21px;
    left:0px;
}
#demo_store {
    position:absolute;
    top:21px;
    right:0px;
}
#update_basket_items_table td, #basket_table th {
    border-bottom:1px solid #E0E0E0;
}

#basket_table th {
    padding:12px 0;
}
#extra_product_images_table .product {
    height:120px; 
    width:175px;
}
    
#update_basket_items_table .product_name {
    padding-top:12px;
}
#id_coupon, #id_ship_zipcode, #id_ship_country {
    width:185px;
}
#coupon_code_table .title {
    float:left;
    font-size:11pt;
    padding:7px;
}
#id_bill_company, #id_bill_firstname, #id_bill_lastname, #id_bill_address1, #id_bill_address2, #id_bill_city, #id_bill_state, #id_bill_zipcode, #id_bill_country, #id_bill_email, #id_bill_phone, #id_ship_firstname, #id_ship_lastname, #id_ship_address1, #id_ship_address2, #id_ship_city, #id_ship_state, #ship_zipcode, #ship_country, #id_referred_by {
    width:181px;
    padding:3px 5px 0;
}
.update_bill_address, .update_ship_address {
    margin: 5px 10px;
}
.update_bill_address {
margin:14px 0 0 192px;
}
#recalc {
    cursor: pointer;
}
.product_name a:hover {
    text-decoration:underline;
}
#id_creditcard-ccv, #update_address {
    margin-right:5px;
}
#center-prod-image {
    height:400px;
    width:473px;
    line-height:400px;}

#center-prod-image img {
    vertical-align:middle;
}

div.step {
   background-color: #eee;
   clear: both;
   padding:5px 11px;
   margin:4px 0;
}

div.step h2 {
   display: inline;
}

div.step info {
   font-size: 11px;
    color: #777;
}

