/* 
    Document   : shop.css
    Created on : 6.9.2013, 14:16:24
    Author     : jirka
    Description:
        Purpose of the stylesheet follows.
*/

input.small{
    width: 50px;
}
.active, .active:hover{
    color: #333333;
    text-decoration: none;
}
.cart{
    width: 30%;
    float: right;
}
.cart-title{
    font-weight: bold;
}
#address-modal.fade {
    top: -400px;
    left: -400px;
}
#address-modal.in {
    top: 50%;
    left: 50%;
}
#address-detail {
    padding-top: 10px;
}
.inline{
    display: inline;
}
.bold {
    font-weight: bold;
}
.summary td{
    padding-top: 2px;
    padding-bottom: 2px;
}
.loginButton {
    padding-left: 180px;
}
.modal {
    display: none;
    padding: 10px;
}
.ui-autocomplete {
    z-index: 1500 !important;
}

