body {
    text-align: center;
    padding: 0px;
    margin: 0px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
}

img {
    display: inline;
}

a {
    text-decoration: none;
    color: #555;
}

a:hover {
    text-decoration: underline;
    color: #999;
}

a:hover img {
    text-decoration: none !important;
}

#banners {
   border-top: 1px solid #ccc;
   padding-top: 15px;
}

#banners p {
   margin: 0; padding: 0;
}

#header {
    background-color: #000;
    color: #fff;
    margin-bottom: 4px;
    padding-bottom: -4px;
}

#header #cart a {
    color: #fff;
    font-weight: bold;
}

#header #cart a:hover {
    text-decoration: none;
}

#header #cart {
    padding: 92px 5px 5px 5px;
    float: right !important;
}

h2 {
    margin-bottom: 0px;
}

h1, h2 {
    font-size: 16px;
    background-color: #000;
    margin-top: 9px;
    padding: 2px;
    padding-left: 3px;
    color: #fff;
    text-transform: capitalize !important;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

#main_container {
    text-align: left;
    width: 984px;
    margin-left: auto;
    margin-right: auto;
}

#logo {
    border: none;
}

#langbar {
    text-transform: capitalize !important;
    size: 10px !important;
    float: right !important;
    font-weight: normal !important;
}

#langbar:hover {
    text-decoration: none !important;
}


#nav_container {
    border-top: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 15px;
    padding: 4px 0px 4px 0px;
}

#nav_container a, #nav_container a:hover, #nav_container a:visited, #nav_container a:link, #nav_container a:active  {
    text-decoration: none;
    text-transform: uppercase;
}

#nav_container .float_left a, #nav_container  a.float_right:hover {
    color: black;
}

#nav_container .float_left a:hover, #nav_container  a.float_right {
    color: #555;
}

#nav_container img {
    margin-top: 1px;
    margin-bottom: -2px;
}

#footer {
  margin-top: 15px; 
    clear: both;
    border-top: 1px solid #ccc;
    color: #ccc;
}

#footer p {
  margin: 0; padding: 0;
}
.product_inline {
    padding: 5px;
    margin: 4px;
    height: 170px;
    width: 136px;
    border: 1px solid #ccc;
    display: inline-block;
    text-align: center;
}

.product_inline div, .product_inline a, .product_inline span {
    margin: auto;
}

.cat_heading {
    font-weight: bold;
    color: #333;
}

.product_inline img {
    border: 1px solid #ccc;
    margin-top: 10px;
}

.product_inline * {
    float: none;
    clear: both;
}

.product_inline:hover *, .product_inline:hover {
    text-decoration: none !important;
}

.product_inline:hover .sale {
    text-decoration: line-through !important;
}

.product_inline:hover .product_name {
    color: #555 !important;
}

.product_inline span {
    padding-top: 3px;
    display: block;
}

.product_inline:hover, .product_inline:hover img {
    border: 1px solid #999;
}

.product_inline .product_name {
    height: 29px;
}

.product_inline .price {
    font-weight: normal;
    color: #999;
}

.form-error-msg {
    color: #f33;
}

input.field, textarea.field, option, select {
    border: 1px solid #ccc;
    background-color: #f4f4f4;
    color: #333;
}

input.button {
    background-color: #000;
    color: #fff;
    border: none;
    font-weight: bold;
    cursor: hand; cursor: pointer;
}


.form-errors {
    margin-bottom: 10px;
    border: 1px solid #f33;
    background-color: #ffc;
}

.form-errors h2 {
    padding: 5px 20px 5px 25px;
    font-size: 11px;
    color: #fff;
    background: #f33 url(../sf/sf_admin/images/error.png) no-repeat 5px 2px;
}

.form-errors dl {
    padding: 5px;
}

.form-errors dt {
    font-weight: bold;
    float: left;
    padding-right: 5px;
}

.form-errors dd {
    margin: 0;
}

.form-error {
    color: #f33;
}

.form-error input,  .form-error select,  .form-error textarea {
    border: 1px solid #f33;
}

.hint {
    color: #ccc;
    font-weight: normal;
}

ul, ol, ul li, ol li {
    list-style-position: inside;
    margin-left: 0px;
    padding-left: 0px;
}

.sale {
    text-decoration: line-through;
    display: inline !important;
}

.notsale {
    color: #f33;
    display: inline !important;
}

.form-row {
    font-weight: bold;
}