#frm_continue input[type=submit], #frm_details input[type=button] {
    background-color:#8ECDFA;
    color:#14005E;
    padding:4px 10px;
    font-size:18px;
    border:2px outset #14005E;
    border-radius:4px;
    cursor:pointer;
}
#frm_continue input[type=submit]:hover, #frm_details input[type=button]:hover {
    background-color:#B5DCF7;
}
.newsalert {
    background-color:#BAE0E8; padding:6px; border:1px solid #70B5C4;
}
#products {
    width:66%;
    display:inline-block;
    margin-bottom:20px;
}
#basket {
    width:31%;
    display:inline-block;
    vertical-align:top;
    border:1px solid #ccc;
}
.product {
    border:1px solid #ccc;
    border-top:0;
    padding:10px;
    font-family:arial;
    min-height:150px;
}
.product:first-child {
    border-top:1px solid #ccc;
}
.product h3, #basket h3 {
   font-family:arial;
   color:black;
   font-weight:bold;
   margin-top:0;
}
.product_img {
    width:auto;
    height:150px;
    float:left;
    padding-right:10px;
}
.product .detail {
    vertical-align:top;
}
.innerpadding {
    padding:10px;
}
.spacer {
   width:2%;
   display:inline-block;
}