p {
   margin-bottom: 12px;
}
#shop_top, #product_list, #product_detail, #basket_container, #thankyou_container {
    color:#333;
    font-family: sans-serif;
    font-size: 12px;
}
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: #f56d85;
}

.break {
    clear: both;
    height: 1px;
    width: 100%;
}

div.grey {
    padding: 5px 5px 5px 20px;
    margin:4px 0;
    clear: both;
}
div.grey.clean {
    background-color: transparent;
    clear: none;
}

div.grey .info {
    padding-left: 10px;
    font-size: 11px;
}

.grey {
    background-color: #F2F8F8;
}

.title {
    font-size: 14px;
    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: #0067A6;
}

#ccv-helper {
    color: #0067A6;
}

#product_detail .product_image {
    float:left;
}

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

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

#product_info #product_name {
    font-size: 21px;
    font-weight: bold;
    color: #0067A6;
}

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

#product_info #cost {
    font-size: 11pt;
    font-weight:bold;
    color:#f0324b;
}

#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: 15px;
    color:#404040;
}

#product_detail #product_images {
    width: 415px;
    margin: 0px;
    padding-top: 20px;
}
#product_list {
    width: 786px;
    margin: 0 0 0 65px;
}

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

#calculate_tax_and_shipping {
    float: left;
}

#computed_costs {
    float: right;
    position: relative;
    top: 10px;
    right: 30px;
}

#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 {
    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;
}
#update_basket_items_table 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;
    padding-left: 35px;
    }

.product {
    width:200px;
    height: 150px;
    text-align: center;
}
#product_list .product {
    height: 220px;
}
.product .product_thumb{
    height: 155px;
    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 {
}

#product_detail #product_image .zoomer {
    clear: both;
    background: url('../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: #F68899;
    font-size: 11px;
}
/*#product_detail .product_thumb img {*/
/*    width: 120px;*/
/*}*/


#product_detail .product {
    width: 140px;
}

#product_detail .product .product_thumb img {
    height: 90px;
}

#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: 14px;
    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;
   font-size: 1px;
}

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

.product_price {
    color: #595959;
}

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

.reduced_price {
   color: #595959;
   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;
}
div#shop_top {
	border-bottom: 1px solid #F9C8C3;
	border-top: 1px solid #F9C8C3;
    font-size: 11px;
/*    width: 606px !important; width: 756px;*/
    margin: 0 65px 30px;
    height: 22px;
    padding: 15px 30px 0 150px;
    text-align: right;
    background: transparent url('../images/shop/shop_online.gif') no-repeat 35px 0;
    position: relative;
}
#shop_breadcrumbs {
    float: left;
    color: #595959;
}
#product_images #product_table {
    border-top: 1px solid #F9C8C3;
}
#shop_cart {
    display: block;
    position: absolute;
    right: 75px;
    top: 13px;
    padding-left: 27px;
    height: 15px;
    line-height: 15px;
    vertical-align: middle;
    color: #595959;
    background: transparent url('../images/store/cart_bg.gif') no-repeat center left;
}
#shop_items {
    color:#f0324b;
}
#thankyou_container {
    width: 786px;
    margin: 0 0 0 65px;
}
#thankyou_container h2 {
    padding-left: 40px;
    border-bottom: 1px solid #fadde1;
}
#thankyou_container div.grey {
    padding: 5px 5px 5px 40px;
}
.thanks .info {
    font-style: italic;
}
#fit_link {
    color: #0067A6;
	margin-bottom: 10px;
}
#fit_link img {
	border: none;
	margin-bottom: 10px;
}

