body {
    background: #7ed4e4 url(../images/background.jpg) no-repeat bottom left;
}

.clearfix {
    clear: both;
}

.rounded {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.innerpad {
    padding: 4px;
}

#yo-header,
#yo-footer {
    width: 970px;
    margin: 0 auto;
    font-family: Trebuchet MS;
    font-size: 12px;
    line-height: normal;
}

#yo-header {
    margin-top: 50px;
}

#yo-header a {
    color: #4375A9;
    font-weight: bold;
}

#yo-header .left-col,
#yo-header .right-col {
    margin-bottom: 5px;
}

#yo-header .left-col {
    float: left;
}

#yo-header .right-col {
    float: right;
    text-align: right;
}

#yo-header .logo {
    background: url(../images/logo.png) no-repeat center center;
}

#yo-header .logo a {
    width: 370px;
    height: 70px;
}

#yo-header ul {
    margin: 0;
    padding: 0;
}

#yo-header .logo a,
#yo-header li a {
    display: block;
    text-decoration: none;
}

#yo-header li {
    float: left;
    list-style: none;
}

#yo-header .shoplinks {
    margin-top: 20px;
}

#yo-header .shoplinks li {
    margin-left: 10px;
}

#yo-header .shoplinks li a {
    width: 32px;
    height: 32px;
}

#yo-header .logo span,
#yo-header li span {
    position: relative;
    left: -99999px;
}

#yo-header .shoplinks li.account {
    background-image: url(../images/icons/account.png);
}

#yo-header .shoplinks li.wishlist {
    background-image: url(../images/icons/wishlist.png);
}

#yo-header .shoplinks li.cart {
    background-image: url(../images/icons/cart.png);
}

#yo-header .shoplinks li.checkout {
    background-image: url(../images/icons/checkout.png);
}

#yo-header .menu,
#yo-header .menu a {
    color: #fff;
    text-shadow: 1px 1px 0 #000;
}

#yo-header .menu.level1 ul {
    float: left;
}

#yo-header .menu.level1 form {
    float: right;
}

#yo-header .menu.level1 {
    background-color: #1b8bd0;
}

#yo-header .menu.level1 a {
    font-size: 150%;
    margin-right: 4px;
    padding: 2px 5px;
}

#yo-header .menu.level1 a.on,
#yo-header .menu a:hover {
    background-color: #0a659c;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

#yo-header .menu.level1 a.on {
    text-shadow: none;
}

#yo-header .menu a:hover {
    color: #f8d400;
}

#yo-header .menu.level2 {
    background-color: #0a659c;
}

#yo-header .search {
    float: right;
}

#yo-header .search-form {
    display: block; /* override magento css */
}

#yo-header .searchbox {
    color: #ccc;
    font-size: 80%;
    font-style: italic;
    width: 180px;
    border: none;
    padding: 7px;
}

#yo-footer {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background-color: #1b8bd0;
    margin-bottom: 250px;
    color: #ccc;
    text-align: center;
}

#yo-footer .links {
    padding: 10px;
}

#yo-footer a {
    color: #fff;
    font-weight: bold;
    line-height: 200%;
    text-decoration: none;
}

/* PRICE CATEGORIES BOX */

#price_cat_box {
    width: 310px;
}

#price_cat_box span {
    display: block;
    padding: 5px 0;
    background-color: #f38e00;
    color: white;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    text-shadow: black 1px 1px 0px;
}

#price_cat_box ul {
    background-color: #6297d9;
    padding: 5px 0;
} 

#price_cat_box li {
    background: url('/magaza/media/images/ok.jpg') no-repeat center left;
    padding: 3px 0;
}

#price_cat_box a {
    display: block;
    width: 260px;
    margin-left: 30px;
    padding: 3px 5px;
    color: white;
    text-shadow: black 1px 1px 0px;
}

#price_cat_box a:hover {
    background-color: #0a659c;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    color: #f8d400;
}

/* /PRICE CATEGORIES BOX */

.default-link {
    color: #4375a9;
    font-weight: bold;
}
