a
{
    outline: 0;
}

body > .container
{
    margin: 0;
    padding: 0;
    max-width: 100%;
}

body > .container > header
{
    background: #FFDE00 url(../img/yellow-gingham.png) left bottom;
    box-shadow: 0 10px 9px -9px #d6d6d6;
}

body > .container > header .container,
body > .container > footer .container,
body > .container > .content
{
    width: 792px;
    margin: auto;
}

body > .container > .content
{
    width: 792px;
    margin: auto;
}

.navbar
{
    font-weight: bold;
}

.navbar nav
{
    margin-top: 10px;
}

.navbar a,
.navbar a:link,
.navbar a:active,
.navbar a:focus,
.navbar a:hover,
.navbar a:visited
{
    color: #333333;
}

.navbar-brand
{
    font-family: 'Libre Baskerville', Helvetica, sans-serif;
    font-size: 35px;
    padding-bottom: 10px;
    background: transparent;
    margin-top: 0px;
    padding-left: 0;
    padding-right: 0;
    text-shadow: 0px 1px 3px #555;
    border-bottom: 1px solid #333333;
    box-shadow: 0 2px 2px -2px #555;
}

.navbar .navbar-brand .strapline
{
    display: none;
    color: #4F4F4F;
    font-size: 9px;
    padding-top: 5px;
    text-align: center;
}

.navbar-collapse
{
    padding-right: 0;
}

.navbar-collapse a
{
    padding-right: 0;
    border-radius: 3px;
}

.navbar .nav > li > a,
.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus
{
    background-color: #ffffff;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 20px;
    border: 1px solid #dedede;
}

.navbar .nav li a:hover
{
    background-color: #E5C700;
}

.navbar .nav li.active a,
.navbar .nav li.active a:hover
{
    background-color: #333333;
    color: #ffffff;
}

body > .container > header .quick-contact
{
    text-align: right;
    padding: 15px 2px 5px 5px;
}
body > .container > header .quick-contact span
{
    display: inline-block;
    margin-left: 10px;
}

body > .container > header .quick-contact .phone
{
    font-weight: bold;
    font-size: 19px;
}

body > .container > header .quick-contact .email i
{
    background-color: #F9FAF5;
}

.carousel
{
    border: 1px solid #888888;
    overflow: hidden;
}
.carousel a
{
    outline: 0;
}
.carousel .carousel-control
{
    background: transparent;
    width: 70px;
}
.carousel .carousel-control .fa
{
    position: relative;
    top: 215px;
    color: #333333;
}
.carousel .carousel-indicators li
{
    border-color: #333333;
    background-color: #c0c0c0;
}
.carousel .carousel-indicators li.active
{
    background-color: #333333;
}

.quick-contact
{
    font-weight: bold;
}

.vcard i
{
    margin-right: 10px;
}

.vcard .fn
{
    font-weight: bold;
}

#welcome
{
    padding-top: 15px;
    font-size: 1.4em;
    text-align: center;
}

#opening-hours
{
    margin-top: 15px;
}

#opening-hours ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#opening-hours li
{
    margin: 0 0 3px 0;
    padding: 0;
}

#opening-hours .label
{
    font: inherit;
    color: inherit;
    display: inline-block;
    width: 70px;
    padding: 0;
    text-align: left;
    font-weight: normal;
}

#about-pics
{
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
}

#about-pics img
{
    margin-bottom: 20px;
}

#about-pics img + img
{
    margin-left: 20px;
}

#catalog .item
{
    background-color: #ededed;
    padding: 10px;
    margin-bottom: 15px;
}

#catalog img
{
    border: 1px solid #8e8e8e;
    margin-left: -5px;
    margin-top: 7px;
}

#catalog h3
{
    margin-top: 0;
}

#catalog .options
{
    margin-top: 5px;
}

#catalog .options td
{
    vertical-align: top;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #d6d6d6;
}

#catalog .options td:first-child
{
    padding-left: 5px;
}

#catalog .options td:last-child
{
    padding-right: 5px;
}

#catalog .options tr:last-child td
{
    border-bottom: none;
}

#catalog .options td.item_name
{
    max-width: 125px;
    padding-top: 10px;
}

#catalog .options td.item_price
{
    padding-top: 10px;
}

.pitch,
.confirmation
{
    font-weight: 600;
    margin-bottom: 1em;
}

.pitch p,
.confirmation p
{
    padding: 0;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
}

.item_name .group
{
    display: none;
}

.button
{
    font-weight: normal;
    border-radius: 4px;
    border: 1px solid #dcdcdc;
    padding: 5px 10px;
    text-decoration: none;
    background-color: #f9f9f9;
    color: #666666;
    display: inline-block;
    text-shadow: 1px 1px 0 #ffffff;
    cursor: pointer;
}

.button:hover
{
    background-color: #e9e9e9;
    text-decoration: none;
    color: #666666;
 }

.button:active
{
      position: relative;
      top: 1px;
}

#catalog .button
{
    margin-left: 10px;
}

.cart-items
{
    margin-top: 15px;
}

.cart-items table
{
    width: 100%;
}
.cart-items tr:nth-child(odd)
{
    background-color: #f9f9ff;
}
.cart-items td
,.cart-items th
{
    padding: 3px 10px 3px 5px;
}

.cart-items th
{
    background-color: #d6d6d6;
}

.cart-items .item-name
{
    font-weight: 500;
}

.cart-items .notes
{
    width: 200px;
    height: 50px;
}

.simpleCart_remove
{
    display: block;
    width: 16px;
    height: 16px;
    background: transparent url(../img/remove-red.png) top left no-repeat;
}

.simpleCart_remove span
{
    display: none;
}

.simpleCart_increment
,.simpleCart_increment:hover
,.simpleCart_increment:active
,.simpleCart_increment:active
,.simpleCart_decrement
,.simpleCart_decrement:hover
,.simpleCart_decrement:active
,.simpleCart_decrement:active
{
    display: inline-block;
    padding: 2px 5px;
    font-family: monospace, Lucida, "Lucida Console";
    font-weight: 900;
    border: 1px solid #dcdcdc;
    background-color: #f9f9f9;
    text-decoration: none;
    font-size: 12px;
    color: #4F4F4F;
    text-align: center;
}

.bot-interested
{
    display: none;
}

#enquiry > div
{
    margin-top: 20px;
}

#enquiry .label
{
    color: inherit;
    font-weight: bold;
    font-size: large;
    display: inline-block;
    min-width: 80px;
    text-align: left;
}

#cart-total
{
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px dashed #d6d6d6;
    border-bottom: 1px dashed #d6d6d6;
    margin-top: 10px;
}

#customer-info
{
    background-color: #f9f9ff;
    padding: 2px 20px 10px 20px;
}

#customer-info h3
{
    margin-bottom: 20px;
    border-bottom: 1px solid #b0d7f1;
    padding-bottom: 5px;
}

#customer-info div
{
    margin-bottom: 10px ;
}

#customer-info label
{
    padding: 0;
}

#customer-info input
{
    width: 250px;
}

#customer-info .field-error
{
    border: 1px solid red;
}

#notes textarea
{
    display: block;
    width: 100%;
    height: 150px;
}

#enquiry-submit
{
    font-size: larger;
    font-weight: bold;
    margin-bottom: 50px;
    padding: 10px 20px;
}

.error {
    color: red;
}

#zero-items
{
    display: none;
}