/* GHD STYLE BASKET STYLING */

.checkoutImage {
    margin-top: 10px;
}

#basket p {
    color: #fff;
}

#basket a {
    color: #ECAF49;
}

#basket h2 {
    margin-top: 10px;
}

/* Checkout Page Table */

/* table header */
.basket_dotted {
    height: 1px;
    background-color: #2d2d2d;
}

#basket table {
    margin-top: 20px;
    width: 690px;
}

#basket th h3 {
    font-size: 12px;
    color: #ECAF49;
}

#basket th {
    height: 40px;
    border-bottom: 1px solid #939393;
    background-color: #111111;
}

td.basket_product, td.basket_description, td.basket_quantity, td.price_cost {
    text-align: center;
}

td.basket_description {
    font-weight: bold;
}

td.basket_quantity input {
    text-align: center;
    width: 20px;
    padding: 2px;
}

td.basket_quantity a {
    margin-left: 2px;
    color: #ECAF49;
    font-weight: bold;
    text-decoration: underline;
}

td.price_cost {
    font-weight: bold;
    color: #fff;
    font-size: 13px;
    height: 30px;
}

td.price_cost b {
      color: #ECAF49;
      padding-bottom: 10px;
}

tr.basket_total td {
    border-top: 1px solid #939393;
    height: 80px;
}

tr.basket_total td.basket_quantity {
    padding-top: 5px;
    vertical-align: top;
}

tr.basket_total td.price_cost {
    font-size: 20px;
    color: #ECAF49;
    margin-left: 20px;
}

tr.basket_total td.price_cost span strong {
    position: relative;
    top: 0px;
    margin-left: 20px;
    color: #fff;
    font-size: 14px;
}

tr.basket_total td.price_cost p {
    text-align: center;
}

td.basket_btn a {
    position: relative;
    top: 5px;
    left: -63px;
}

td.basket_cost {
    text-align: center;
    font-size: 16px;
    color: #fff;
}

td.basket_cost strong {
     font-weight: normal;
}

/* CHECKOUT DETAILS */
#basket .contentmain p, #basket #contentmain p {
    margin: 0px;
    padding: 0px;
}
#basket .contentmain, #basket #contentmain {
    margin-top: 20px;
}

#basket .contentmain h3, #basket #contentmain h3 {
    font-size: 20px;
    color: #ECAF49;
    font-weight: normal;
    padding: 10px 0px 10px;
}

#basket .contentmain label, #basket #contentmain label {
    width: 150px;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}

#basket .contentmain input, #basket #contentmain  input {
    font-size: 12px;
    padding: 2px;
    width: 200px;
    margin-bottom: 10px;
}

#basket select {
    padding: 1px;
    margin-bottom: 10px;
    margin-right: 10px;

}

#basket .contentmain #dob_day, #basket .contentmain #dob_month, #basket .contentmain #dob_year {
    margin-right: 10px;
    margin-bottom: 10px;
}

#basket .contentmain #dob_day, #basket .contentmain #dob_year {
    width: 55px;
}

#basket #contentmain input[type=radio] {
    width: 20px;
}

#basket .contentmain #gender_female, #basket .contentmain #gender_male {
    width: 20px;
    margin-bottom: 10px;
}

#basket .clearfix {
    clear: both;
}

#basket .form_label {
    float: left;
    width: 170px;
}

#basket #contentmain .form_btn {
    width: 73px;
    height: 41px;
    margin-left: 162px;
}

#detailsError {
    border: 1px dashed red;
    width: 420px;
    padding: 10px;
}

#detailsError h3 {
    font-weight: normal;
    margin-bottom: 5px;
    color: red;
}

#detailsError li {
    margin-left: 20px;
    color: #ECAF49;
}

#basket .sidenote {
    position: relative;
    left: 10px;
    color: #ECAF49;
}

/* CONFIRM ORDER PAGE */
#basket span.right a {
    position: relative;
    font-size: 12px;
    left: 40px;
    text-decoration: underline;
}

#summary_box_top {
    padding: 10px 15px;
    border: 1px solid #424242;
    background-color: #111111;
    width: 400px;
}

#summary_box_top table {
    margin: 0px;
    width: 400px;
}

#summary_box_top table td.summary_description {
    font-size: 14px;
    height: 30px;
}

#summary_box_top table td.summary_cost {
    font-size: 14px;
    color: #ECAF49;
}

#summary_box_top table td div {
    font-size: 14px;
    vertical-align: middle;
}

#summary_box_top td.summary_cost b {
    color: #fff;
}

#basket .summary_row .summary_left {
    font-size: 14px;
    float: left;
    margin-right: 258px;
    margin-bottom: 10px;
}

#basket .summary_row .summary_right {
    margin-top: 4px;
    color: #ECAF49;
    font-weight: bold;
}

#basket .summary_row_total .summary_left strong {
    font-size: 18px;
    float: left;
    margin-right: 20px;
}

#basket .summary_row_total .summary_right strong {
    font-size: 18px;
    color: #ECAF49;
}

#basket #summary_box_top input {
    margin-bottom: -10px;
    margin-left: -3px;
}