html {
    background-color: #000;
    overflow-y: scroll;
}

body {
    font-family: 'Nunito', sans-serif;
    margin: 0px auto;
    width: 960px;
    _width: 960px;
}

a {
    color: #f7ab1c;
}

.network {
    background-color: #00b9f0;
    padding: 7px;
    font-size: 11px;
    text-align: center;
    color: #fff;
    margin-bottom: 3px;
}

.network.footer {
    width: 370px;
    margin: 0 auto;
    -moz-border-radius-topleft: 15px;
    -webkit-border-top-left-radius: 15px;
    -moz-border-radius-topright: 15px;
    -webkit-border-top-right-radius: 15px;
}

.network a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.network a:hover {
    text-decoration: underline;
}

.network a.highlight {
    color: #000;
}

#header {
    background-color: #fff;
    height: 100px;
}

img#logo {
    margin: 10px 0 0 8px;
    vertical-align: bottom;
}

#navigation {
   background-color: #fff;
   height: 50px;
   margin-bottom: 10px;
   -moz-border-radius-bottomleft: 15px;
   -webkit-border-bottom-left-radius: 15px;
   -moz-border-radius-bottomright: 15px;
   -webkit-border-bottom-right-radius: 15px;
}

#navigation ul {
    background-image: url('/media/images/nav-bg-slide.png');
    background-position: top right;
    height: 41px;
    margin: -1px 4px 0 4px;
}

#navigation ul li {
    display: inline;
    float: left;
    overflow: hidden;
}

#navigation ul li a {
    background-image: url('/media/images/nav-bg.png');
    color: #00b9f0;
    display: block;
    font-family: 'Nunito', sans-serif;
    font-size: 11px;
    line-height: 37px;
    text-decoration: none;
    padding: 0 5px;
}

#navigation ul li a:hover, #navigation ul li a.active {
    background-image: url('/media/images/nav-bg-active.png');
    color: #fff;
}

#navigation ul li.pink a {
    color: #00b9f0;
}

#navigation ul li.go-create {
    padding-top: 3px;
    padding-left: 9px;
    /*background-image: none;*/
}

#navigation ul li.go-create a {
    /*background-image: none;*/
    background-repeat: repeat-x;
    background-position: -1px;
}

#navigation ul li.cart {
    float: right;
    margin-right: 10px;
}

#content {
    margin-top: 5px;
}

#content h1 {
    font-size: 26px;
    font-weight: bold;
    color: #000;
    display: block;
}

#content h2 {
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    font-family: 'Nunito', sans-serif;
    letter-spacing: -1px;
}

#content h3 {
    padding-top: 10px;
    font-weight: bold;
}

#content p {
    padding-top: 10px;
}

#content strong {
    padding-top: 10px;
    font-weight: bold;
}

#content a.button {
    background-color: #00b9f0;
    padding: 5px;
}

#flatpage {
    padding: 15px 15px 15px 15px;
    background-color: #fff;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    clear: both;
}

#flatpage p {
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
}

#flatpage h1 {
    margin-bottom: 15px;
}

#flatpage img {
    padding: 5px;
}

#bottom {
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px;
    background: #fff;
    color: #000;
    font-size: 11px;
    height: 270px;
    clear: both;
}

#bottom .items {
    float: left;
    width: 220px;
    padding: 5px;
}

#bottom .items li {
    padding: 3px;
}

#bottom a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

#bottom a.brand {
    color: #00b9f0;
    padding-left: 13px;
}

#bottom a:hover {
    text-decoration: underline;
}

#dialog {
    display: none;
    width: 700px;
    height: 500px;
    left: 50%;
    margin: 0 0 0 -375px;
    padding: 20px;
    background: #fff;
    position: absolute;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    text-align: left;
}

#dialog iframe {
    height: 100%;
    width: 100%;
    border: none;
}

#dialog .cross {
    cursor: pointer;
    float: right;
    position: absolute;
    top: 10px;
    right: 10px;
}

#fade {
    background: #333;
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: .95;
    filter:alpha(opacity=95);
}

#notice {
    background: #666; 
    font-size: 12px;
    line-height: 18px;
    padding: 10px;
    margin-bottom: 10px;
    color: #fff;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

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

.scrollable {
    position: relative;
    overflow: hidden;
    width: 960px;
    height: 380px;
    margin-bottom: 10px;
}

.scrollable .items {
    width: 10000px;
    position: absolute;
    clear: both;
}

.scrollable .items img {
    float: left;
    cursor: pointer;
}

#scrollable-previous {
    float: left;
    top: 163px;
    position: relative;
    z-index: 1;
}

#scrollable-next {
    float: right;
    top: 163px;
    position: relative;
    z-index: 1;
}

.highlights {
    padding: 15px;
    background-color: #fff;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    text-align: center;
}

.products {
    background-color: #fff;
    padding: 15px 0 15px 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

.products .borderless li {
    margin: 2px;
    border: 0px solid #fff;
}

.products .borderless li:first-child {
    margin-left: 0px;
    margin-right: 4px;
}

.products li {
    display: inline-block;
    margin: 1px;
    border: 1px solid #c0c0c0;
    height: 170px;
}

.products li.highlight {
    border: 1px solid #bf0000;
}

.products h1 {
    margin-bottom: 15px;
}

form label {
    display: block;
    padding: 5px;
    font-weight: bold;
}

#id_captcha_1 {
    width: 50px;
    margin-bottom: 10px;
}

form input[type='text'] {
    padding: 5px;
    width: 300px;
}

form .errorlist {
    margin-top: 15px;
}

form .errorlist li {
    padding: 5px;
    font-weight: bold;
    color: #bf0000;

}

form ul li {
    color: #f7ab1c;    
}

.link-back {
    text-decoration: none;
    font-weight: bold;
}

.show-list {
    margin-bottom: 15px;
}

.show-list li {
    list-style-type: disc;
    margin-left: 30px;
}

.addthis_toolbox {
    padding: 5px;
    border: 2px solid #f0f0f0;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    clear: both;
}

#shop-navigation {
    float: left;
    width: 175px;
    margin-right: 15px;
}

#shop-navigation ul {
    border-top: 1px solid #f0f0f0;
}

#shop-navigation ul li {
    padding: 5px;
    border-bottom: 1px solid #f0f0f0;
}

#shop-navigation ul li a {
    color: #000;
    font-size: 10px;
}

#shop-content {
    float: left;
}

#shop-content p {
    width: 740px;
}

.table {
    width: 740px; 
}

.table th {
    font-weight: bold;
    padding: 5px;
    background-color: #f0f0f0;
    color: #666;
    border-bottom: 1px solid #c0c0c0;
}

.table td {
    padding: 5px;
    border-bottom: 1px solid #c0c0c0;
}

.cart-product {
    width: 530px;
}

.cart-quantity {
    width: 30px;
}

.cart-price {
    width: 75px;
}

.shop-products {
    width: 740px;
}

.shop-products ul li {
    float: left;
    width: 355px;
    margin: 0 10px 10px 0;
    border-bottom: 1px solid #c0c0c0;
}

.shop-products ul li .title {
    font-weight: bold;
}

.shop-products ul li .teaser {
    margin-top: 3px;
    font-size: 13px;
    height: 25px;
}

.shop-products ul li .order {
    text-align: right;
}

.shop-products ul li .order a {
    text-decoration: none;
}

.shop-products ul li .price {
    color: #00b9f0;
    font-size: 13px;
    font-weight: bold;
}

