#cart #right form, #checkout #right form {
padding: 0 0 20px;
text-align: center;
}

#cart #right input, #checkout #right input {
margin: 20px 7px 0 7px;
}

table.SableShop {
border-collapse: collapse;
border: 1px solid #EFA8C7;
width: 100%;
text-align: center;
}

.SableShop tr {
background: #fff;
}

.SableShop th {
background: #EFA8C7;
color: #333;
font-size: 80%;
padding: 5px 0;
border-bottom: 1px solid #EFA8C7;
}

.SableShop td {
width: 100px;
padding: 5px 20px;
font-size: 70%;
border-bottom: 1px solid #EFA8C7;
}

.SableShop input {
font-size: 80%;
padding: 2px;
}

.SableShop .iqty {
text-align: center;
}

.SableShop .iprice {
text-align: right;
font-size: 75%;
}

.SableShop .remove {
font-size: 80%;
}

.cartf {
padding: 10px 0 0;
}

.cartf input, #cart #right button {
margin: 0 10px 0 0;
border: 1px solid #EFA8C7;
padding: 5px;
font-size: 80%;
color: #555;
background: #F7D4E4;
}

.SableShop strike {
color: #900;
padding-right: 5px;
}

.yousave {
color: #900;
font-size: 90%;
font-weight: bold;
}

.SableShop .totals {
font-size: 80%;
font-weight: bold;
}

#checkdetails p {
font-size: 60%;
line-height: 140%;
margin-bottom: 10px;
}