﻿body {
    background-color: #778FA2;

    background-position: 0 0;
    border: 0 none;
    font-family: verdana;
    margin: 0;
    outline: 0 none;
    padding: 0;

    background-image: url("../Images/bg-stripe.png");
}

blockquote, p, ul, ol, dl {
    line-height: 18px;
    margin-bottom: 10px;
}

ul {
    border: 0 none;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
li {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}

hr {
    border: 0;
    background: #888;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,hsla(0,7%,82%,0)), color-stop(50%,hsla(0, 7%, 82%,.75)), color-stop(100%,hsla(0, 7%, 82%,0)));
    background: -webkit-linear-gradient(left, hsla(0,7%,82%,0) 0%, hsla(0,7%,82%,.75) 50%, hsla(0,7%,82%,0) 100%);
    background:    -moz-linear-gradient(left, hsla(0,7%,82%,0) 0%, hsla(0,7%,82%,.75) 50%, hsla(0,7%,82%,0) 100%);
    background:     -ms-linear-gradient(left, hsla(0,7%,82%,0) 0%, hsla(0,7%,82%,.75) 50%, hsla(0,7%,82%,0) 100%);/*For IE10*/
    background:      -o-linear-gradient(left, hsla(0,7%,82%,0) 0%, hsla(0,7%,82%,.75) 50%, hsla(0,7%,82%,0) 100%);
    background:         linear-gradient(left, hsla(0,7%,82%,0) 0%, hsla(0,7%,82%,.75) 50%, hsla(0,7%,82%,0) 100%);
    height: 1px;
}

h1 {
    /*color: #664040;
    font-family: tahoma;
    margin-bottom: 10px;
    margin-left: 5px;*/
    /*text-shadow: 2px 2px 0 #DEDEDE;*/
    /*text-transform: uppercase;*/

    font-family: arial !important;
    font-size: 2.4em;
    font-weight: normal !important;
    color: #5B5B5B;
}

h1, h2, h3 {
    font-family: Arial, Helvetica !important;
}

input {
    margin: 0;
    outline: 0 none;
    vertical-align: middle;
}

div {
    font-family: Arial;
    font-family: tahoma, geneva, arial, verdana, helvetica, sans-serif;
    /*color: #343434;*/
    font-size: 12px;
}

.clear {
    clear: both;
}

#wrapper {
    width: 980px;
    margin: 0 auto;
    min-height: 100%;
    position: relative;
}

.wrapper-container {
    padding: 10px;
    background-color: #778FA2;
    border-radius: 2px;
}

#container {
    margin-top: 125px;

    clear: both;
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;

    background-color: #FFF;
}

#container-content {
    clear: both;
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
}

#header {
    height: 115px;
    top: 10px;
    left: 10px;
    position: absolute !important;
    width: 960px;
}
#header-content {
    background-color: white;
    height: 100%;
    width: 100%;
}

#logo {
    background: none repeat scroll 0 0 transparent;
    color: black;
    font: 100%/1 Arial,Helvetica,sans-serif;
    left: 30px;
    position: absolute;
    top: 30px;
}

/* SEARCHBOX */
#search {
    left: 380px;
    position: absolute;
    top: 65px;
}
#search .search-title {
    color: #4A96C9;
    font-size: 10px;
    font-weight: bold;
}
#search .search-input {
    position: absolute;
    top: 15px;
}
#search .search-input input {
    border: 1px solid #C8C8C8;
    color: #878585;
    font-family: Verdana;
    font-size: 10px;
    height: 20px;
    padding: 0 0 0 3px;
    width: 230px;
}
#search .search-submit {
    position: absolute;
    top: 15px;
    left: 240px;
    width: 30px;
    height: 16px;
}
#search .search-submit button {
    cursor: pointer;
    height: 22px;
}

/* BOX: KOŠARICA */
#cart {
    cursor: pointer;
    height: 60px;
    right: 5px;
    position: absolute;
    top: 50px;
    width: 300px;
}

#cart .cart-icon {
    position: absolute;
    top: 10px;
    overflow: auto;
}
#cart .cart-icon button {
    background: none;
    border: none;
    background-image: url("../Images/cart-icon.png");
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

#cart .cart-content {
    color: #878585;
    font-family: Verdana;
    font-size: 10px;
    border: 1px solid #EEE;
    background-color: #FCFEFF;
    padding: 5px;
    margin-left: 25px;
    height: 40px;
}
#cart .cart-title {
    background-position: 0 -80px;
    background-repeat: no-repeat;
    display: inline;
    height: 11px;
    left: 0;
    position: relative;
    top: 0;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: bold;
}
#cart .cart-contentbasket {
    display: inline;
    position: relative;
}
#cart .cart-complements {
    position: relative;
    width: 230px;
}
#cart .cart-description {
    float: left;
    font-size: 9px;
    line-height: 11px;
    width: 100%;
}
#cart .cart-viewmybasket {
    float: left;
    margin-top: 5px;
    padding: 2px 5px 2px 2px;
}
#cart .cart-viewmybasket button {
    cursor: pointer;
}

/* NAV: SYSTEM */
#nav-system {
    height: 25px;
    position: absolute;
    top: 10px;
    right: 10px;
}
#nav-system #nav-system-content {
    border: 1px solid #EEE;
    background-color: #FCFEFF;
    color: #C9C9C9;
    padding: 5px;

    overflow: auto;
}
#nav-system .nav-system-links {
    font-size: 12px;
}
#nav-system .nav-system-links a {
    color: #368CDB;
    text-decoration: underline;
    font-weight: bold;
}
#nav-system .nav-system-links a:hover {
    text-decoration: none;
}



#intro {
    clear: left;
    margin-bottom: 10px;
}
#intro-content {
    padding: 5px;
    text-align: center;
}

#nav-boutique {
    clear: left;
    margin-bottom: 10px;
}
#nav-boutique .nav-boutique-content {
    background-color: #FCFEFF;
    border: 1px solid #EEE;
    padding: 5px;
}

#main-content {
    clear: both;
    margin-left: auto;
    margin-right: auto;
    width: 980px;
}

#footer-complements {
    margin: 0;
    padding: 0 0 15px;
}
#footer-complements-content {
    clear: both;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    width: 980px;

    font-size: 12px;

    color: #878585;
    font-family: Arial;
    font-size: 10px;
    line-height: 18px;
    padding-bottom: 0px;
    position: relative;
    text-align: center;
    top: 5px;
}
#footer-complements a {
    color: #878585;
    text-decoration: none;
}
#footer-complements a:hover {
    color: #878585;
    text-decoration: underline;

    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
}

#footer {
    height: 125px;
    width: 960px;
    background-color: white;
}

#footer .footer-content {
    margin: 0;
    padding: 5px;
    padding-left: 10px;
    overflow: auto;
}


#content .content_body {
    color: #463629;
    font-family: Arial;
    font-size: 11px;
    position: relative;
    float: left;
    width: 560px;
}
.content_body {
    float: left;
    background-color: white;
    width: 580px;
}


.Sticker {
    display: inline-block;
    height: 43px;
    position: relative;
    width: 43px;
    color: #FFF;
}
.Sticker.Discount {
    background-color: #ED8C01;
}
.Sticker div {
    bottom: 0;
    font-size: 20px;
    font-weight: normal;
    left: 0;
    margin: 0;
    position: absolute;
    text-align: center;
    width: 43px;
}
.Sticker span.Percent {
    font-size: 14px;
}
.Sticker.New {
    background-color: #c4108b;
    margin-right: 4px;
}
.Sticker.New div {
    bottom: 0;
    font-size: 14px;
    font-weight: bold;
    left: 0px;
}


#item-02 {
    color: #46372A;
    float: right;
    padding: 15px 0 0;
    width: 205px;
}

#item-01 {
    color: #46372A;
    float: left;
    margin-top: 15px;
    padding-bottom: 20px;
    padding-right: 0;
    position: relative;
    width: 775px;
    z-index: 1;
}


#col2 .product_price_info {
    position: relative;
    float: left;
    width: 100%;
}
#col2 .product_price_info_container {
    position: relative;
    top: 10px;
    float: left !important;
}
#col2 .product_minidetail_classic {
    display: block;
    color: #878585;
    font-family: Arial;
    font-size: 11px;
    text-transform: none;
}
.clearleft {
    clear: left;
}



#center {
    float: left;
    position: relative;
    width: 50%;
    left: 50%;

    float: right;
    position: inherit;
    width: 710px;
    left: 0;
}

#left-bar {
    width: 250px;
    margin-left: 0px;
    float: left;
    position: relative;
}
#center-main {
    margin: 0 0 0 270px;
    position: relative;
    overflow: hidden;

    margin: 0;
    padding: 10px;
    position: inherit;
    overflow: inherit;
}

.menu-dialog {
  border: 1px solid #dbdbdb;
  margin-bottom: 10px;
}
.menu-dialog .title-bar {
  background: #e9e9e9;
  border: #fff 1px solid;
  height: 41px;
  width: auto;
}
.menu-dialog .title-bar h2 {
  font-size: 22px;
  color: #717171;
  font-weight: normal;
  padding: 0px 5px 0px 15px;
}
.menu-dialog .content {
  padding: 8px 20px 20px 20px;
  border-top: solid 1px #dbdbdb;
}
.menu-dialog .content a {
  color: #005d98;
}
 
.menu-dialog .content a:hover {
  color: #017dcb;
}
.menu-dialog ul li a,
.menu-dialog .content ul li a {
	font-size: 12px;
	font-weight: bold;
	color: #353535;
}
.menu-dialog .content ul li a:hover {
  text-decoration: underline;
}

.dialog {
  border: 0 none;
}
.dialog .title {
  width: auto;
  color: #fff;
  background: #778FA2;
  height: 40px;
  line-height: 40px;
  padding: 0px 0px 0px 15px;
  border:none;
}
.dialog .title h2 {
  font-size: 18px;
  font-weight: normal;
  color: #fff;
}


.menu-categories-list .content {
    padding: 5px 5px 3px;
}
.menu-categories-list li {
    border-bottom: solid 1px #EFEFEF;
    padding: 1px 0px 1px 0px;
}

.menu-categories-list li a {
    text-decoration: none;
    padding: 5px 0px 5px 15px;
    display: block;
    background-color: #EEE;

    background-color: #FAFAFA;
}
.menu-categories-list li a:hover {
    background-color: #E2E2E2;
    text-decoration: none !important;
}
.menu-categories-list .submenu li {
    border-bottom: none;
}

.menu-categories-list li ul li a {
    padding: 2px 0px 2px 15px;
    background-color: white;
    font-weight: normal !important;
}
.menu-categories-list li ul li a:before {
    content: "- ";
}
.menu-categories-list ul li.active > a:first-child {
    background-color: #778FA2;
    color: white;
}

.menu-news-list .news-date, .menu-news-list .news-title {
    display: inline;
    font-weight: bold;
}
.menu-news-list .news-link {
    text-align: right;
}


#nav-main {
	height: 70px;
	width: 955px;
}