/* Put your custom CSS styles here.  This file is included after the global stylesheet
in the theme layout so any styles here will override the default styles. */
/* Put your custom CSS styles here.  This file is included after the global stylesheet
in the theme layout so any styles here will override the default styles. */
.continue-shopping {
    position: absolute;
    right: 10px;
    top: -40px;
}
.continue-shopping {
    text-align: right;
}
.button.silver {
    background: none repeat scroll 0 0 #f7f5f2;
    border: 1px solid #2D5C88;
    box-shadow: none;
    color: #2D5C88 !important;
    font-size: 13px;
    font-weight:bold;
    padding: 8px 20px;
    text-shadow: none;
}
.button.silver:hover{
   cursor: pointer;
   cursor: hand;
}
.button.button.medium.blue{
   cursor: pointer;
   cursor: hand;
}
#cart-body {
    position: relative;
}

#cart-body {
    padding: 0 20px;
}