/* START default style.css */

* {
    margin:0;
    padding:0;
}

img.lightbox {
}

body {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
    color:#838383;
    text-align:left;
    margin:0;
    padding:0;
}

#page {
    background:#f2f2f2;
}

.categories{
    padding:5px auto;
}
.categories li{
    font-size:14px;
    margin-left:25px;
    padding:0px;
    list-style:url(../images/design/list.gif);
    line-height:30px;
}
.categories li a:link, .categories li a:visited{
    font-family:Oswald, sans-serif;
    font-size:13px;
    font-weight:normal;
    line-height:18px;
    text-transform:none;
    text-decoration:none;
}
.categories li a:hover{
    padding:2px;
    -moz-box-shadow: 0px 0px 12px #9e9ea3;
    -webkit-box-shadow: 0px 0px 12px #9e9ea3;
    box-shadow: 0px 0px 12px #9e9ea3;
    border:none 0px #000000;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
a {
    color:#d43b1c;
    text-decoration:none;
}
a:hover {
    color:#888888;
    text-decoration: underline;
}
a:active {
    color:#888888;
}
a.inside {
    color: #f27f32;
    text-decoration: none;
}
a.inside:hover {
    color: #f27f32;
    text-decoration: underline;
}
a.inside-out {
    color: #39B54A;
    font-weight: bold;
    text-decoration: underline;
}
a.inside-out:hover {
    color: #939393;
    font-weight: normal;
    text-decoration: none;
}
p{
    font-size: 100%;
    line-height: 130%;
    padding-bottom: 12px;
    margin:0;
    padding:0;
    clear:none; 
}



body #page {
    margin:0;
    padding:0;
}
div.space10 {
    clear:both;
    height:10px;
}
div.space50 {
    clear:both;
    height:50px;
}
div#title {
    margin: 0px 0 5px;
    width: 545px;
    height:95px;
    float:left;
    position:relative;
    font-size:24px;
    color:white;
    text-align:center;
    padding:25px;
}
/************* Menu ******************/
div#menu-bg {
    background: #cecece;
    padding-top: 0px;
    position: relative;
    z-index: 50;
    height:50px;
}
div#menu {
    margin: 0 auto;
    position: relative;
    max-width: 941px;   
    width: 100%;
    height:50px;
    background: #999;
    /*border-right: 1px solid #1A1A1A;
    border-left: 1px solid #1A1A1A; */
}

div#menu ul {
    text-align: left;
    list-style:none;
    position: relative;
    z-index:1000;
    /*border-right: 1px solid #1A1A1A;*/
    height:50px;
    margin:0;
    padding:0;
    display: table;
    table-layout: fixed;
}

div#menu > ul > li {
    /*border-left: 1px solid #1A1A1A;*/
    border-right: 1px solid #444343;
    float: left;
    position: relative;
}
div#menu > ul > li > a {
    color: #FFFFFF;
    display: block;
    /*font-family: 'Oswald', sans-serif;*/
    font-size: 18px;
    line-height: 20px;
    padding: 15px 15px 14px 15px;
    position: relative;
    text-transform: none;
    z-index: 10;
    text-decoration:none;
    /*background:  url(../images/design/nav-bg.png) repeat-x;*/
    cursor: pointer;
    outline: medium none;
    text-decoration: none;
    vertical-align: top;
}
div#menu > ul > li.selected > a {
    color: #ffffff;
    background: none repeat scroll 0 0 #f5862b;
    /*box-shadow: 1px 1px 3px #1A1A1A inset;*/
    text-decoration: none;
    /*border-top: 1px solid #252525;*/
    line-height: 20px;
    padding: 15px 15px 14px 15px;
}
div#menu > ul > li:hover > a {
    color: #ffffff;
    background: none repeat scroll 0 0 #f5862b;
    /*box-shadow: 1px 1px 3px #1A1A1A inset;*/
    /*border-top: 1px solid #252525;*/
    line-height: 20px;
    padding: 15px 15px 14px 15px;
}
div#menu > ul > li.selected:hover > a {
    color: #ffffff;
    background: none repeat scroll 0 0 #212121;
    /*box-shadow: 1px 1px 3px #1A1A1A inset;*/
    /*border-top: 1px solid #252525;*/
    padding: 15px 15px 14px 15px;
}
div#menu > ul > li#blank-menu-li {
    margin-left: 0px !important;
}

div#menu ul li > ul {
    /*background: #cccccc;*/
    display: none;
    margin-left: 0px;
    position: absolute;
    top: 49px;
}
div#menu ul li > ul li {
    font-size: 14px;
    margin: 0px;
    padding: 12px 15px 12px 15px;
    background: #cccccc;
    text-align: left;
        cursor: pointer;    
}
div#menu ul li > ul li > a {
    /*font-weight:bold;*/
    color: #ffffff;
    text-decoration:none;
cursor: pointer;
}
div#menu ul li > ul li:hover > a {
    color: #ffffff;
        cursor: pointer;
}
div#menu ul li > ul li:hover {
    background:#FC952E;
}
div#menu ul li:hover > ul {
    display:block;
    z-index:1000;
}
/* END OF MENU */
div#wrap {
    margin: auto;
    max-width: 941px;   
    width: 100%;
}
div#wrap-bottom {
    background:url(../images/design/bg-bottom.png);
    background-repeat:no-repeat;
    background-position:center;
    margin: auto;
    width: 960px;
    height:19px;
    margin-bottom: 8px;
}
div#container {
    margin: auto;
    max-width: 941px;   
    width: 100%;
}
img {
    border:0px;
}
.content-lightbox img {
    border:0px;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D3D3D3;
    display: inline-block;
    padding: 10px;
}
#main {
    margin:0 auto;
    width:100%;
    min-height: 400px;
    position: relative;
    z-index: 20;
    padding-top:18px;
}
#footer {
    margin: 0 auto;
    padding-top: 25px;
    max-width: 941px;   
    width: 100%;
    padding-bottom:0px;
}
#footer-wrap {
    background: #cecece;
    width:100%;
    height:85px;
    margin-top:40px;
    margin-bottom:0px;
}
.social-networks {
    width:200px;
    margin:0 10px 0 10px;
    float: left;
}
div#menu-top {
    float:right;
    width: 470px;
}
div#menu-top ul {
    list-style:none;
}
div#menu-top ul li {
    border-right: 1px solid #A2A2A2;
    display: inline;
    padding-left: 8px;
    padding-right: 8px;
}
div#menu-top ul li:last-child {
    border: medium none !important;
    padding-right: 0 !important;
}
#header {
    position: relative;
    height:140px;
}
#header-center {
    margin: 0 auto;
    max-width: 941px;   
    width: 100%;
    position: relative;
    height:100px;
}
#header #logo {
    float: left;
    height: 90px;
    margin-top: 9px;
    position: relative;
}
#header #banner {
    float: left;
    height: 250px;
    margin-top: 18px;
    position: relative;
    width: 620px;
    overflow:hidden;
}
#header #slider {
    float: left;
    clear:both;
    margin-top: 18px;
    position: relative;
    width: 940px;
    overflow:hidden;
}
#header div.logo-widget {
    padding: 0 0 0 20px;
}
#header div.logo-widget a {
    font-weight:normal !important;
    color:inherit;
}
#header div.logo-widget a:hover {
    text-decoration:underline;
}
#header #shortcuts {
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 1px;
    height: 50px;
    margin-left: 698px;
    position: absolute;
    text-align: right;
    top: 80px;
    width: 200px;
}
#header #border {
    margin: 2px auto;
    width: 100%;
    height:1px;
    background-color:black;
}
#header .shortcut {
    float:right;
    padding-right:12px;
    clear:none;
}
div.sistem-menu {
    clear: right;
    float: right;
    margin: 5px 0 0;
}
div.login-menu {
    float: right;
    height: 21px;
    margin: 2px 0 0 20px;
    text-align: right;
    width: 252px;
}
div.login-menu img {
    position:relative;
    top:2px;
}
div#divide {
    clear: both;
    height: 5px;
    width: 100%;
}
div.divide-small {
    clear:both;
    height:5px;
    width:100%;
}
div.divide-smaller-gray {
    background-color: white;
    border-top: 3px solid #575551;
    clear: both;
    height: 10px;
    width: 100%;
    margin-top: 5px;
}
div.action {
    clear:both;
    height:40px;
    width:100%;
    background: #FC952E;
    margin: 0;
    border-bottom: 3px solid #FFAB22;
}
div.action h2 {
    /*color: #363027;*/
    color: #ffffff;
    font-family: arial;
    font-size: 24px;
    font-weight: bold;
    padding: 8px 0 10px 10px;
}
p#website-title {
    font-size:24px;
}
p#website-slogan {
    font-size:12px;
}
div.content {
    clear: both;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    min-height: 400px;
    padding: 0 0px;
    text-align: left;
}
div.content-contact {
    clear: both;
    font-size: 13px;
    min-height: 400px;
    padding-bottom: 15px;
    padding-top: 0px;
    width: 940px;
}
div.content-full {
    clear: both;
    font-size: 13px;
    margin-left: 0px;
    min-height: 400px;
    padding: 15px 10px;
    width: 100%;
}
div.content-landing {
    background-color: white;
    clear: both;
    font-size: 13px;
    margin-left: 5px;
    min-height: 400px;
    padding-bottom: 15px;
    padding-top: 7px;
    width: 930px;
}
.content-left div.gallery-content-wrapper {
    padding: 0px 0px 20px 0px;
    float: left;
    width: 600px;
}
.content-right div.gallery-content-wrapper {
    padding: 0px 0px 20px 0px;
    float: left;
    width: 600px;
}

div.content-login-left {
    padding: 0px;
    float: left;
    width: 400px;
    margin-bottom:50px;
    clear:none;
}
div.content-login-right {
    padding: 0px 0px 0px 100px;
    border-left:1px dashed #CECECE;
    float: right;
    width: 400px;
    clear:none;
}
.product-left {
    clear: none;
    float: left;
    min-height: 400px;
    width: 240px;
    padding-top: 15px;
    margin-left: 15px;
}

.product-left h2 {

    margin-left: 2px;
    margin-bottom: 15px;
}

.product-left ul {
    list-style: none !important;
    margin-left: -18px !important;
    margin-bottom: 10px;
    }
    
.product-left ul li {
    list-style: none !important;
    /*margin-left: -30px*/
    line-height: 120%;
    }   

.product-left ul li a {
    font-size: 15px;
    }


.product-left ul li ul li a {
    font-size: 13px;
    color:#930;
    }

.product-left ul li ul {
    list-style: none !important;
    margin-left: -15px
    }   


.product-right {
    background-color: white;
    clear: none;
    float: right;
    min-height: 400px;
    padding: 15px 5px 15px 5px;
    width: 665px;
}
.cart-left {
    clear: none;
    float: left;
    min-height: 400px;
    width: 160px;
    padding-top: 15px;
}
.cart-content {
    background-color: white;
    clear: none;
    float: right;
    min-height: 400px;
    padding: 15px 5px 15px 5px;
    width: 750px;
}
div.product-category-content {
    margin-bottom:10px; 
}
div.gallery-content-wrapper {
    padding: 0px 0px 20px 0px;
    float: left;
    width: 930px;
}
div.social-buttons {
    display:block;
    width:100%;
    height:20px;
    margin-bottom:5px;
    margin-top:20px;
    float: left;
}
div.facebook-button, div.twitter-button, div.gplus-button {
    position:relative;
    display:block;
    float:left;
    width:30%;
    clear:none;
    height:20px;
}
ul.product-menu li.selected > a {
    font-weight:bold;
}
/* TITLES */
h1 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #000000;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    line-height: 1.2em;
    text-transform: uppercase;
}
h2 {
    font-size: 17px;
    line-height: 18px;
    text-transform: none;
    margin-bottom: 10px;
    color: #000000;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
}
h3 {
    font-size: 15px;
    line-height: 18px;
    text-transform: none;
    margin-bottom: 10px;
    color: #000000;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
}
div#footer h2.latest-news-h2, div#footer h2.latest-actions-h2 {
    padding-left:20px;
    color: #363027;
}

img.newsletter-mail {
    margin: -7px 8px -9px 0;
}
input.newsletter-button {
    margin-top: 5px;
}
a.social-image {
    padding-right:7px;
}
div.widget h3 {
    color:#363027 !important;
}
/* END TITLES */
img.newsletter-mail {
    margin: -7px 8px -9px 0;
}
input.newsletter-button {
    margin-top: 5px;
}
a.social-image {
    padding-right:7px;
}
/* Footer columns */
div.footer-column-3 {
    float: right;
    padding-right: 0px !important;
    text-align: right;
    width: 415px;
    color: #757575;
    font-size: 12px;
    line-height: 24px;
}
div#footer-admin {
    color: #757575;
    float: right;
    font-size: 12px;
    line-height: 24px;
    padding-bottom: 10px;
    text-align: right;
    width: 200px;
}
/* -------- */
textarea {
    resize: none;
}
textarea.long {
    width:500px;
}
div.row-expand {
    font-size:10px;
}
div#login {
    text-align:right;
}
div#login img {
    left: 3px;
    position: relative;
    top: 3px;
}
img.loading {
    margin-left: 3px;
    position: relative;
}
a.hand, img.hand {
    cursor:pointer;
}
div.small-font {
    font-size:10px !important;  
}
div.inside-album {
    clear: both;
    float: left;
    padding: 15px 0 0 0;
}
div.album_item {
    float: left;
    height: 185px;
    margin: 10px;
    width: 204px;
}
div.album_item span {
    text-align:center;
}
div.album_item_thumbnail {
    background-color: #cecece;
    height: 152px;
    padding-top: 2px;
}
div.album_item_title {
    color: black;
    font-weight: bold;
    margin: 0 auto;
    padding-bottom: 4px;
    padding-top: 4px;
    position: relative;
    text-align: center;
    width: 167px;
    /*height: 22px;*/
    min-height: 22px;
}
div.album_item_pictures {
    position: relative;
    top: 5px;
}
.hidden {
    display:none;
}
div.row {
    clear: both;
    padding-top: 5px;
}
div.row span.label {
    float: left;
    margin-right: 10px;
    text-align: right;
    width: 115px;
}
div.widget div.row span.label {
    text-align: left !important;
    float:left;
}
div.widget div.row span.field {
    float:left;
    clear:left;
}
div.widget textarea {
    width:210px;
}
div.row span.field {
    float: left;
    text-align: left;
    z-index:1;
    overflow:hidden;
}
font.blue {
    color:blue;
}
font.small {
    font-size:10px;
}
.width-500 {
    width:500px;
}
input[type=button] {
    cursor:pointer;
    padding:2px 4px;
}
input[type=button].edit-button {
    clear: both;
    float: left;
    margin-top: 10px;
}
div.folder {
    width:300px;
    position:relative;
    float:left;
}
input.m-short, select.m-short {
    margin: 1px;
    width:100px;
}
li.m-subitem input.m-short {
    margin-left: 11px;
    width: 90px;
}
input.m-medium, select.m-medium {
    margin: 1px;
    width:200px;
}
input.m-average, select.m-average {
    margin: 1px;
    width:150px;
}
ul {
    list-style:inside;
}
ul.sitemap > li {
    padding:5px 0;
}
ul.sitemap > li.home {
    font-size:16px;
    list-style:none;
}
ul.sitemap > li.page {
    font-size:14px;
    list-style-position:inside;
    list-style-type:circle;
}
ul.sitemap > li.module {
    font-size:14px;
    list-style-position:inside;
    list-style-type:circle;
}
ul.sitemap > li.module-sub {
    font-size: 12px;
    left: 15px;
    list-style-position: inside;
    list-style-type: disc;
    position: relative;
    padding:2px 0 !important;
}
ol {
    list-style:inside;
    list-style-type:decimal;
}
li.m-details {
    list-style:none;
}
li.m-item {
    list-style-image:url(../images/m-item.gif);
    cursor:pointer;
}
li.m-subitem {
    list-style-image:url(../images/m-subitem.gif);
}
ul.m-main {
    padding-left: 50px;
    padding-top: 15px;
}
.transparent {
    opacity:0.7;
}
img.delete {
    cursor:pointer;
}
div.content-right {
    background: none repeat scroll 0 0 #FFFFFF;
    clear: none;
    float: right;
    margin-right: 0;
    min-height: 400px;
    padding: 15px 10px;
    width: 605px;
}
div.content-left {
    background: none repeat scroll 0 0 #FFFFFF;
    clear: none;
    float: left;
    margin-left: 0;
    min-height: 400px;
    padding: 15px 10px;
    width: 605px;
}
div.sidebar-right {
    clear: none;
    float: right;
    min-height: 400px;
    padding-right: 5px;
    padding-top:20px;
    width: 300px;
}
div.sidebar-right .home_news_item {
    width: 300px;
}
div.sidebar-right .home_news_item_i_no_picture h5 {
    width: 200px;
}
div.sidebar-left {
    clear: none;
    float: left;
    min-height: 400px;
    padding-left: 5px;
    padding-top:20px;
    width: 300px;
}
div.sidebar-left div.widget {
    padding: 0 10px;
}
div.sidebar-right div.widget {
    padding: 0 10px;
}
div.widget {
    padding:0px;
    margin-bottom:0px;
    overflow:hidden;
    padding-left:0px !important;
}
div#content div.widget {
    margin-bottom:10px; 
}
.contact {
    margin-top:30px;
}
.homepages {
    margin: 0 auto;
    position: relative;
    width: 960px;
    margin-top:10px;
}
div.widget-class-1 {
}
div.widget-class-1 img, div.widget-class-1 input {
    float:left;
}
div.subscribe-msg {
    padding-left:0px;
}
div.widget ul {
    padding-left:20px;
}
div.hr {
    margin: 5px auto;
    width: 100%;
    height:1px;
    background-color:black;
}
div.user-info {
    text-align:center;
}
#user-logout {
    cursor: pointer;
    float: left;
    height: 16px;
    position: absolute;
    top: 25px;
    width: 16px;
}
#profile-picture {
    height: 50px;
    text-align: right;
    width: 50px;
    float:left;
}
.container, .loginContainer {
    background-color: #DEDEE6;
    border-color: #D1D1D1;
    border-style:solid;
    border-width:1px;
    padding:25px;
}
.container {
    margin:0 auto;
    width:900px;
    min-height:250px;
    margin-top:5px;
}
.loginContainer {
    margin:0 auto;
    width:500px;
    min-height:250px;
    margin-top:5px;
}
select {
    margin:2px 4px 2px 0px;
}
div#column1 {
    float:left;
    width:250px;
    margin-right:10px;
}
div#column2 {
    float:left;
    width:600px;
}
div.atribute {
    float:left;
    width:100px;
    text-align:right;
    padding-right:5px;
    padding-bottom:5px;
    height:20px;
}
div.atribute_short {
    float:left;
    width:85px;
    text-align:right;
    padding-right:5px;
    padding-bottom:5px;
    height:20px;
}
div.field_short {
    float:left;
    width:50px;
}
div.field_medium {
    float:left;
    width:150px;
}
div.field_average {
    float:left;
    width:115px;
}
div.field_long {
    float:left;
    width:315px;
}
div.field_full {
    float:left;
    width:100%;
}
div.clear {
    clear:both;
}
p.small {
    font-size:smaller;
}
.clear {
    clear:both;
}
.space1 {
    height:1px;
}
.space4 {
    height:4px;
}
.fleft {
    float:left;
}
.cleft {
    clear:left;
}
.fright {
    float:right;
}
.tright {
    text-align:right !important;
}
.lalign {
    text-align:left;
}
.ralign {
    text-align:right;
}

font.mandatory {
    color:#DB211B;
}
font.colored {
    color:#096CFB;
}
font.ok {
    font-weight:bold;
    color:#00A253;
}
font.error {
    font-weight:bold;
    color:#DB211B;
}
div.bold {
    font-weight:bold;
}
div.white {
    color:white;
}
input[type=submit], button {
}
.search-button {
    background: none repeat scroll 0 0 #666666;
    border: medium none;
    color: #FFFFFF;
    cursor: default;
    display: block;
    font-size: 14px;
    height: 32px;
    padding: 0;
    position: relative;
    width: 60px;
}
.search-wrapper {
    margin-top:43px;
    margin-bottom:0;
    padding:0;
    position:relative;
}
#search {
    height: 35px;
    margin: 12px 0 0 188px;
}
#search-query {
    height:30px;
    width:210px;
    margin:0;
    display: inline-block;
    outline: medium none;
    position:relative;
    float: left;
    padding-left:10px;
}
input.subscribeEmail {
    padding: 0 5px;
}
input[type=submit].noPadding {
    padding:0px !important;
    position:relative;
    top:-1px;
}
input[type=submit]:hover, button:hover {
    cursor:pointer;
}
input[type=text], input[type=password], input[type=file] {
    border:solid;
    border-width: 1px;
    border-color: #A5A5A5;
    background-color: white;
    color: #2C3944;
    height:20px;
}
div.message {
    background-color:#D5E8FF;
    margin:5px;
    padding:5px;
    border:solid;
    border-width: 1px;
    border-color: #4298FF;
}
div.center {
    text-align:center;
}
h1.center, h2.center, h3.center, h4.center, h5.center, h6.center {
    text-align:center;
}
div.error {
    color:red;
}
input.short {
    width:35px;
}
input.small {
    width:65px;
}
input.medium {
    width:210px;
}
input.average {
    width:100px;
}
input.long {
    width:300px;
}
input[readonly=true] {
    background-color:#C3C3C3;
}
div.b {
    font-weight:bold !important;
}
div.dbg {
    background-color:#E6E6EC !important;
}
div.welcome {
    height:400px;
}
div.index-type {
    position:relative;
    left:40px;
}
div.s {
    font-size:10px;
    line-height:10px;
    text-align:left;
}
div.paginator {
    clear: both;
    margin: 0 auto;
    overflow: hidden;
}
/* PAGINATOR */
div.paginatorItem {
    background-color:#FFAB22;
    color:white;
    padding:0px;
    margin-right:4px;
    text-align:center;
    float:left;
    clear:none;
}
div.paginatorItemDisabled {
    background-color: #6B6B6B;
    clear: none;
    color: #fff;
    float: left;
    margin-right: 4px;
    min-width: 20px;
    padding: 5px 10px;
    text-align: center;
}
div.paginatorItem:hover {
    background-color:#889cb2;
    cursor:pointer;
}
div.paginatorItem a {
    display:block;
    padding:2px 6px;
    min-width:16px;
    color:#889cb2 !important;
    text-decoration:none !important;
}
div.paginatorItem:hover a {
    color:white !important;
    text-decoration:none !important;
}
/* END OF PAGINATOR */
div.item_space_transparent {
    height: 1px;
    overflow:hidden;
    width: auto;
    background-color:#ccd2d6;
}

div.product_category_item { /* fix in php code the number of items per line if you change width */
    background: none repeat scroll 0 0 #F2F2F2;
    border: 1px solid #CECECE;
    float: left;
    margin: 10px 5px 10px 0;
    padding: 10px;
    position: relative;
    width: 196px;
}
div.product-thumbnails-item-big {
    height:185px;   
}
div.product-thumbnails-item-big img {
    cursor:pointer; 
}
div.product_category_item div.product_category_thumbnail {
    margin-bottom:5px;
}

div.product_category_item_no_margin_right { 
    margin: 10px 0px 10px 0 !important;
    width: 197px;   /* 1 more pixel to fit in template */
}
div.product-category-subcategories {
    width:700px;    
}
div.product_category_title, div.product_category_thumbnail > p {
    text-align:center;
}
div.product_item {
    background: none repeat scroll 0 0 #F2F2F2;
    border: 1px solid #CECECE;
    clear: both;
    margin: 10px 0;
    padding: 10px;
    width: 643px;   
}



div.product_thumbnail {
    clear: none;
    float: left;
    padding: 20px 0;
    position: relative;
    width: 200px;
}
div.product-thumbnails {
    border: 0px solid #C0C0C0;
    clear: none;
    float: left;
    margin: 20px 10px 5px 0;
    position: relative;
    width: 200px;
    overflow:hidden;
}
div.product-prices {
    clear: none;
    float: left;
    margin: 20px 0px 0px 30px;
    position: relative;
    min-width: 400px;
}
div.product-content-tabs {
    clear: left;
    float: left;
    margin: 20px 0px 0px 0px ;
    position: relative;
    width: 665px;
}
div.product-thumbnails-item-big-border-bottom {
    border-bottom:1px solid #C0C0C0;
}
div.product-thumbnails-item-little {
    position:relative;
    float:left;
    clear:none;
}
div.product_info {
    padding: 20px;
    position: relative;
    width: 400px;
    float:left;
    clear:none;
}
div.product_info h3 {
    padding-bottom:10px;
}
p.product_text {
    padding: 15px;
    text-align: justify;
    width: 325px;
}
span.product_price_normal {
    margin-right: 20px;
}
span.product_price_lower {
    margin-right: 20px;
}
div.product_info font.price, div.product-prices font.price {
    color:#F5862B;
    font-size:16px;
    font-weight:bold;
}
p.product_stock {
    margin-bottom:5px;
}
p.product_stock img {
    top:4px;
    position:relative;
}

div.product-prices p {
    margin: 7px 0;  
}

div.product-content-tabs {  
    width: 665px !important;  

}

div.product-content-tabs ul.tabs, div.cart-left ul.cart-tabs {  
    margin: 0px !important;  
    padding: 0px !important;  
    list-style: none !important;  
}
div.product-content-tabs ul.tabs li, div.cart-left ul.cart-tabs li {  
    background: none !important;  
    color: #222 !important2;  
    display: inline-block !important;
    cursor: pointer !important;  
}
div.product-content-tabs ul.tabs li {
    padding: 10px 15px !important;  
}
div.cart-left ul.cart-tabs li { 
    padding: 10px 15px !important;
    margin: 0px !important;
    float:left;
    clear:left;
    width:150px;
}
div.product-content-tabs ul.tabs li.current {  
    background: #ededed !important;  
    color: #222 !important;  
}
div.cart-left ul.cart-tabs li.current {  
    background: #cecece !important;  
    color: #222 !important;  
}
div.product-content-tabs .tab-content, div.cart-content .tab-content{  
    display: none !important;  
    background: #ededed !important;  
    padding: 15px !important;
    margin-bottom: 15px;
}  

div.product-content-tabs .tab-content.current, div.cart-content .tab-content.current{  
    display: inherit !important;  
}

div.news_item {
    border-bottom: 1px solid #CECECE;
    clear: both;
    margin: 10px 10px;
    padding: 0px;
    width: 583px;   
}
div.action_item {
    border-bottom: 1px solid #CECECE;
    clear: both;
    margin: 10px 10px;
    padding: 0px;
    width: 583px;   
}
div.search_item {
    background: none repeat scroll 0 0 #F2F2F2;
    border: 1px solid #CECECE;
    clear: both;
    margin: 10px 0;
    padding: 10px;
    width: 583px;   
}
div.news_thumbnail, div.action_thumbnail, div.search_thumbnail {
    clear: none;
    float: left;
    padding: 20px 0;
    position: relative;
    width: 200px;
    overflow:hidden;
}

div.search_info {
    padding: 20px;
    position: relative;
    width: 340px;
    float:left;
    clear:none;
}
div.action_info {
    padding: 20px;
    position: relative;
    width: 340px;
    float:left;
    clear:none;
}
div.news_info {
    padding: 20px;
    position: relative;
    width: 340px;
    float:left;
    clear:none;
}
p.news_text {
    padding-top: 10px;
    padding-bottom: 10px;   
    text-align: justify;
    width: 325px;
}
p.action_text {
    padding-top: 10px;
    padding-bottom: 10px;   
    text-align: justify;
    width: 325px;
}

.widget-news ul {
    list-style: none !important;
    margin-left: -40px !important;
    }
    
.widget-news ul li {
    list-style: none !important;
    }
    
.widget-news a {
    font-size: 16px;
    }
    
.widget-news H2 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 15px;
    }       

p.search_text {
    padding: 15px;
    text-align: justify;
    width: 325px;
}

div.home_news_item {
    background: none repeat scroll 0 0 #F2F2F2;
    border-bottom: 1px solid #CECECE;
    clear: both;
    margin: 10px 0;
    padding: 10px;
    width: 420px;
    overflow:hidden;
}

div.home_action_item {
    background: none repeat scroll 0 0 #F2F2F2;
    border-bottom: 1px solid #CECECE;
    clear: both;
    margin: 10px 0;
    padding: 10px;
    width: 420px;
    overflow:hidden;
}

div.home_news_thumbnail, div.home_action_thumbnail {
    clear: none;
    float: left;
    overflow: hidden;
    position: relative;
    width: 100px;
}
div.home_product_item {
    background: none repeat scroll 0 0 #F2F2F2;
    border: 1px solid #CECECE;
    float: left;
    height: 220px;
    margin: 10px 10px 0 0;
    padding: 14px;
    text-align: center;
    width: 195px;
    overflow:hidden;
}
div.home_product_thumbnail {
    clear: none;
    float: left;
    overflow: hidden;
    position: relative;
    width: 180px;
}
div.home_product_thumbnail > a {
    width: 180px !important;
    height: 140px !important;
}
div.home_news_thumbnail img, div.home_action_thumbnail img {
    width: 100px !important;
}
div.home_product_thumbnail img {
    width: 150px !important;
}
div.home_news_info, div.home_action_info {
    clear: none;
    float: left;
    padding: 0 0 0 10px;
    position: relative;
    width: 280px;
}
p.home_news_text, p.home_action_text {
    padding: 5px;
    text-align: justify;
}
div.home_product_info {
    clear: none;
    float: left;
    position: relative;
    top: 0px;
    width: 180px;
    z-index: 100;
}
div.home_product_item > h3 {
    height:20px;
    overflow:hidden;    
}
div.home_product_info p {
    background:url(../images/transparent-product.png) repeat;
    font-weight:bold;
    font-size: 15px;
    /*text-shadow:1px 1px #333;*/
}
div.home_product_info p.home_product_price_old {
    color:#000;
}
div.home_product_info p.home_product_price_new {
    color:#F30;
}
p.home_product_text {
    padding: 5px;
    text-align: justify;
}

div.news_item > img.thumbnail, div.action_item > img.thumbnail {
    float:left;
    margin-right: 15px;
}
div.home_page_text_item {
    float: left;
    overflow: hidden;
}
div.homepage-subscribe-class-1 {
    padding: 0 0 20px 20px;
}
/* ITEMS */
div.home_page_item {
    min-height: 150px;
    padding: 0 0px 0px;
    width: 301px;
    float: left;
    margin-right: 19px;
}
div.home_page_item h2 {
    border-bottom: 1px solid #999999;
    margin-bottom: 9px;
    padding-bottom: 12px;
    font-size: 16px;
    color: #000000;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    line-height: 1.2em;
    text-transform: uppercase;
    padding-top: 2px;
}
div.home_page_item h2 a:hover {
    text-decoration:none;
}
div.home_page_item p {
    line-height: 20px;
    padding-bottom: 12px;
    color: #838383;
    font-size: 100%;
}
div.home_page_item #button-more a {
    color: #616161;
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    line-height: 22px;
    padding-bottom: 5px;
    padding-left: 33px;
    position: relative;
    text-decoration: underline;
    text-transform: uppercase;
    background:  url(../images/design/button-more.png) no-repeat;
}
div.home_page_item #button-more a:hover {
    color: #d43b1c;
    background:  url(../images/design/buttonh-more.png) no-repeat;
}
div.home_page_item img {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D3D3D3;
    padding: 10px;
    clear: both;
}
.border-horiz {
    /*background:  url(../images/design/border-horiz.gif) repeat-x scroll 0 0 transparent;*/
    border-top: 1px solid #999;
    height: 2px;
    margin: 15px 0 15px;
    width: 100%;
    float:left;
}
#main #content {
    margin:0 auto;
    width:941px;
    padding-top:0px;
    background:#FFF;
}
#main #content-first {

    background:#F2F2F2;
}
#main #content ul {
    padding-bottom: 4px;

    margin-left: 10px;
    list-style-type: disc;

}
#main #content ul li {
    display: list-item;
    list-style: disc outside;
    border: 0 none;

    margin: 0;
    outline: 0 none;
    vertical-align: top;
    line-height:20px;
    margin-left: 20px;
}
#main #content .home-products ul li {
    margin-left:0;
}
.calendar {
    background: none repeat scroll 0 0 #6B6B6B;
    color: #FFFFFF;
    float: left;
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    line-height: 28px;
    margin: 0 20px 0 0;
    padding: 5px 0 4px;
    text-align: center;
    width: 60px;
    text-transform:uppercase;
}
.calendar span {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 14px;
    text-transform:uppercase;
}
.news-top {
    overflow: hidden;
    position: relative;
    width: 100%;
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: top;
    display: block;
    float: left;
}
.news-second {
    padding: 0;
    margin: 5px 0 0 0;
    display: block;
    float: left;
}
div.home_news_item_i, div.home_actions_item_i {
    margin-bottom: 20px;
    float: left;
}
div.home_actions_item_i span.action_date, div.home_news_item_i span.news_date {
    padding-top: 6px;
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    display: block;
    vertical-align: top;
    color: #565656;
}
div.home_actions_item_i span.action_text, div.home_news_item_i span.news_text {
    display: block;
}
div.home_actions_item_i span.action_more a, div.home_news_item_i span.news_more a {
    text-align: left;
    color:#d43b1c;
    text-decoration:none;
    text-transform:uppercase;
    font-size:12px;
    float:left;
}
a.home-more-news {
    color: #D43B1C;
    margin-left: 0px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    padding-right: 50px;
}
.more-news {
    display:block;
    float:left;
    position:relative;
    width:900px;
    text-align: left;
    padding-top: 0px;
}
div.action_item span.action_date, div.news_item span.news_date {
    color: #1F1F1F;
    display: inline-block;
    font-family: tahoma;
    font-size: 15px;
    margin-bottom: 15px;
    margin-left: 35px;
    text-transform: uppercase;
    width: 100%;
}
div.action_item span.action_text, div.news_item span.news_text {
    display: inline-block;
    margin-bottom: 15px;
    margin-left: 35px;
    width: 100%;
}
div.action_item span.action_more, div.news_item span.news_more {
    display: inline-block;
    float: right;
    margin-bottom: 15px;
    margin-left: 35px;
    width: 100px;
}
div.home_news_item_i img, div.home_actions_item_i img, div.action_item img, div.news_item img {
    float:left;
    padding: 0px 7px 0px 0px;
}
div.action_item h3, div.news_item h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    padding-left: 0px;
    text-transform: uppercase;
}
div.action_item_no_picture, div.news_item_no_picture {
    padding-left: 0px !important;
    padding-top: 0px !important;
}
div.action_item_no_picture h3, div.news_item_no_picture h3 {
    padding-left: 0px;
    padding-top: 10px;
}
div.home_actions_item_i_no_picture h5, div.home_news_item_i_no_picture h5 {
    padding-left: 0px !important;
    padding-top: 5px !important;
    font-size: 13px;
    line-height: 19px;
    padding-bottom: 0 !important;
    text-transform: none;
    float:left;
    vertical-align: top;
    width:300px;
    color:#000;
    font-family: 'Oswald', sans-serif;
}
div.home_actions_item_i_no_picture h5 a, div.home_news_item_i_no_picture h5 a {
    color:#000;
    font-family: 'Oswald', sans-serif;
}
div.action_item_no_picture span.action_date, div.news_item_no_picture span.news_date {
    margin-left: 0px !important;
}
div.home_actions_item_i_no_picture span.action_date, div.home_news_item_i_no_picture span.news_date {
    margin-left: 0px !important;
    display: block;
    vertical-align:top;
    float:left;
}
span.news_text {
    padding-top: 12px;
    padding-bottom: 12px;
    color: #838383;
    padding-left:0px;
    margin-left:0px;
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    vertical-align: top;
    line-height:18px;
}
span.news_text a {
    color:#d43b1c;
    text-transform:uppercase;
    margin-left:5px;
}
div.action_item_no_picture span.action_text, div.news_item_no_picture span.news_text {
    margin-left: 0px !important;
}
div.home_actions_item_i_no_picture span.action_text, div.home_news_item_i_no_picture span.news_text {
    margin-left: 0px !important;
}
div.action_item_no_picture span.action_more, div.news_item_no_picture span.news_more {
    margin-left: 0px !important;
}
div.home_actions_item_i_no_picture span.action_more, div.home_news_item_i_no_picture span.news_more {
    margin-left: 10px !important;
}

.latest-actions ul {
    list-style: outside none none !important;
    margin-left: -40px !important;
}

/* END OF ITEMS */
div.home-text-wrapper {
    overflow:hidden;
    position: relative;
    width: 100%;
}
div.home-pages {
    clear: both;
    margin: 0 auto;
    overflow: hidden;
    text-align: justify;
    width: 100%;
}
p.home_page_item_thumbnail {
    padding-top: 2px;
    position: relative;
    overflow: hidden;
}
div.footer-vsi-entry {
    float: left;
    margin-right: 35px;
    padding-left: 10px;
    position: relative;
    text-align: left;
    color: #757575;
    font-size: 12px;
    line-height: 24px;
}
div.footer-copyright {
    float: left;
    margin-right: 35px;
    padding-left: 10px;
    position: relative;
    text-align: left;
    color: #757575;
    font-size: 12px;
    line-height: 24px;
}
div#menu-top a {
    font-weight:normal;
    color: inherit;
    font-family: arial;
    font-size: 11px;
    text-decoration:none;
}
div#footer a {
    font-weight:normal;
    color: inherit;
    font-family: arial;
    font-size: 11px;
    text-decoration:none;
}
div#footer a:hover {
    text-decoration:underline;
}
div#menu-top a:hover {
    text-decoration:underline;
}
#footer .shortcut, div.letter {
    float:left;
    padding-right:12px;
    clear:none;
}

div.home-text {
    float: left;
    width:940px;
    padding-bottom: 20px;
    padding-top: 20px;
}
div.home-news {
    float: right;
    width: 440px;
    background:none;
    margin-left:40px;
}
div.home-products {
    float: left;
    max-width: 940px;   
    width: 100%;
    background:none;
    margin-left: 0px;
}
div.home-actions {
    float: left;
    width: 440px;
    background:none;
}
.pogosta-vprasanja {
    width: 440px;
}
.pogosta-vprasanja #top {
    background: url(../images/quote-arrow.png) no-repeat 0px 10px;
    padding-left:17px;
    position:relative;
    margin-bottom:20px;
}
#top #content, #bottom #content {
    width:100%;
    background:#e3e3e3;
    padding-top:15px;
    padding-bottom:15px;
}
#top #content .title, #bottom #content .title {
    padding-left:15px;
    padding-right:15px;
    color: #000000;
}
#top #content p, #bottom #content p {
    padding-top:5px;
    padding-left:15px;
    padding-right:15px;
    line-height: 18px;
    color: #838383;
}
.pogosta-vprasanja #bottom {
    background: url(../images/quote-arrow1.png) no-repeat right 10px;
    padding-right:17px;
    position:relative;
    margin-bottom:40px;
}
div.home-gallery {
    float:left;
    padding:15px;
}
#slideshow_wrap {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 930px;
    height:320px;
}
#slideshow_wrap div.nav {
    margin-top: -190px;
    position: absolute;
    width: 100%;
    z-index: 100;
}
#slideshow_wrap div.nav div.nav-center {
    margin:0 auto;
    width: 100%;
}
#slideshow_wrap #slideshow {
    height: 345px;
    margin: auto;
    width: 930px;
}
#slideshow_wrap div.nav-center > div.fleft {
    padding-left:17px;
}
#slideshow_wrap div.nav-center > div.fright {
    padding-right:30px;
}
#slideshow_wrap div.caption {
    background: url("../images/transparent-slider.png") repeat scroll 0 0 transparent;
    /*height: 45px;*/
    /*background: #CCC;*/
    padding: 5px;
    position: absolute;
    right: -600px;
    text-align: left;
    top: 69%;
    min-width: 400px;
    z-index: 20;
}
#slideshow_wrap div.caption p {
    font-size: 35px;
    line-height: 32px;
}
.home-slider {
    background: #fff;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D3D3D3;
    margin: 0 auto;
    padding: 10px;
    position: relative;
}
.contact h2{
    color: #000000;
    font-family: 'Oswald',sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.2em;
    padding-bottom: 37px;
    text-transform: uppercase;
}
.slidingDiv {
    height:auto;
    padding-top:20px;
    padding-bottom:10px;
    margin-top:10px;
    display: none;
    margin-bottom:10px;
    color: #838383;
    line-height: 18px;
}
.show{
    color: #d43b1c !important;
    display: block;
    line-height: 18px;
    padding-bottom: 0px;
    font-family: Arial,Helvetica,sans-serif;
    cursor: pointer;
}
.show ul li:hover{
    color: #888 !important;
}
.show ul li{
    color: #d43b1c !important;
}

.cart-preview {
    color: #fef4e9 !important;
    border: solid 1px #da7c0c;
    background: #f78d1d;
    background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
    background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none !important;
    font: 14px/100% Arial, Helvetica, sans-serif;
    padding: 2px 10px;
    margin-left:20px;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    -webkit-border-radius: .5em; 
    -moz-border-radius: .5em;
    border-radius: 5px 5px 0 0;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.cart-preview:hover {
    background: #f47c20;
    background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
    background: -moz-linear-gradient(top,  #f88e11,  #f06015);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
    text-decoration: none;
}
.cart-preview:active {
    color: #fcd3a5;
    background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
    background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
    position: relative;
    top: 1px;
}
.cart-add {
    color: #fef4e9 !important;
    border: solid 1px #da7c0c;
    background: #f78d1d;
    background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
    background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none !important;
    font: 14px/100% Arial, Helvetica, sans-serif;
    padding: 1px 10px;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    -webkit-border-radius: .5em; 
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.cart-inquiry-add {
    padding: 3px 5px;
    color: #fef4e9 !important;
    border: solid 1px #da7c0c;
    background: #f78d1d;
    background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
    background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none !important;
    font: 14px/100% Arial, Helvetica, sans-serif;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    -webkit-border-radius: .5em; 
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.cart-add:hover {
    background: #f47c20;
    background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
    background: -moz-linear-gradient(top,  #f88e11,  #f06015);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
    text-decoration: none;
}
.cart-add:active {
    color: #fcd3a5;
    background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
    background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
    position: relative;
    top: 1px;
}
.cart-add > span {
    position: relative;
    top: 0px;   
}
div#cart-preview-html {
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background: -moz-linear-gradient(top,  #fff,  #fff);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#fff');
    border: 1px solid #505050;
    border-radius: 5px 0 5px 5px;
    padding: 10px;
    position: absolute;
    top: 23px;
    width: 230px;
    z-index: 1000;
    display: none;
}
div.cart-preview-product {
    border-bottom: 1px dashed #969696;
    clear: both;
    float: left;
    margin-bottom: 6px;
    padding-bottom: 6px;    
}
div.cart-preview-product-quantity {
    clear: none;
    float: left;
    padding-right: 5px;
    text-align: left;
    width: 35px;
}
div.cart-preview-product-title {
    width:125px;
    float:left;
    clear:none;
    padding-right: 5px;
    font-size:10px;
    text-align: left;
}
div.cart-preview-product-title-long {
    width:195px;
    float:left;
    clear:none;
    padding-right: 5px;
    font-size:10px;
    text-align: left;
}
div.cart-preview-product-price {
    width:60px;
    float:right;
    clear:none;
    text-align:right;
}
div.cart-preview-continue {
    padding:5px 0 0 0;  
}
div.cart-preview-continue a {
    font-size:13px !important;
    color: #F30 !important; 
}
div.cart-preview-close {
    padding:5px 0 0 0;  
}
div.cart-preview-close a {
    font-size:13px !important;
    color: #F30 !important; 
}
div.cart-preview-empty {
    font-size:12px !important;
    text-align:left;
    color: #F30 !important; 
}

div#cart-preview-message {
    margin-bottom:5px;  
}
div.cart-preview-product-quantity > img.cart-delete-item {
    position:relative !important;
    left:-5px !important;   
}
img.cart-delete-item {
    position:relative;
    left:-10px; 
}
div.cart-content-product {
    border-bottom: 1px dashed #969696;
    clear: both;
    float: left;
    margin-bottom: 15px;
    padding-bottom: 15px;
    width: 100%;    
}
div.cart-content-product-quantity {
    clear: none;
    float: left;
    font-size: 14px;
    padding-right: 5px;
    text-align: left;
    width: 75px;
}
div.cart-content-product-code {
    clear: none;
    float: left;
    font-size: 14px;
    padding-right: 5px;
    text-align: left;
    width: 80px;
    overflow: hidden;
}
div.cart-content-product-title {
    width:145px;
    float:left;
    clear:none;
    padding-right: 5px;
    text-align: left;
}
div.cart-content-product-price-without-discount {
    width:80px;
    float:right;
    clear:none;
    text-align:right;
}
div.cart-content-product-discount {
    width:100px;
    float:right;
    clear:none;
    text-align:right;
}
div.cart-content-product-price-with-discount {
    width:80px;
    float:right;
    clear:none;
    text-align:right;
}
div.cart-content-product-price-total {
    width:200px;
    float:right;
    clear:none;
    text-align:right;
    margin-right:5px;
}
div.cart-content-product-vat {
    width:50px;
    float:right;
    clear:none;
    text-align:right;
    margin-right:5px;
}
div.cart-content-product-price-without-vat {
    width:80px;
    float:right;
    clear:none;
    text-align:right;
    margin-right:5px;
}
div.cart-content-inquiry {
    margin-top:30px;
    width:200px;
    float:left;
    clear:left;
    text-align:left;
}
div.cart-content-buy {
    margin-top:30px;
    width:200px;
    float:right;
    clear:right;
    text-align:right;
}

table.Order {
    border: 1px solid;
    width: 720px;
}   
table.Order td {
    padding: 5px;
}   
table.Order td.ID {
    width: 50px;    
}       
table.Order td.Date {
    width:125px;    
}       
table.Order td.Status {
    width:100px;    
}       
table.Order td.Amount {
    width:100px;    
}       
table.Order td.PDF {
    width:100px;    
}       
table.Order td.Cancel {
    width:85px; 
}
input.quantity-numeric {
    width:35px;
    /*position:relative;*/
    top:-4px;
    text-align:center;
}

p.product-login {
    background-color: #FFFF99;
    border: 1px solid #FFCC00;
    margin: 0 0 10px;
    padding: 5px;
}
/*featured products */
div.featured_product_item {
    
    float: left;
    height: 361px !important;
    margin: 10px 0px 0 0;
    
    text-align: center;
   border:1px solid #ccc;
    overflow:hidden;
    background:#fcfcfc;
}

div.featured_product_item h3{
 color:#222222;
 font-size:14px;
 font-weight:normal;
 height:230px;
}
div.featured_product_item h3 a{
 color:#222222;

}
.featured-products .bx-pager{
    display:none;
    }
div.featured_product_thumbnail {
    clear: none;
    float: left;
    overflow: hidden;       height: 200px!important;
    position: relative;
     width: 100% 
}
div.featured_product_thumbnail > a {
    width: 100% !important;
    height: auto !important;
}

div.featured_product_thumbnail > a:hover {
    opacity:0.5;
}
div.featured_product_thumbnail {
    clear: none;
    float: left;
    overflow: hidden;   
    height: 200px!important;    
    position: relative;
    width:  100%;
    
}
div.featured-products-inside {      
    max-width: 1170px;
    background:none;
    margin:0 auto;
}
div.featured_product_item {
    float: left;
    height: 361px !important;
    margin: 10px 0px 0 0;
    text-align: center;
    border: 1px solid #ccc  ;
    overflow: hidden;
    background: #fcfcfc;
    
}
li.clip img{    margin: 10px auto 10px 11px!important;}
.product-title{ font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        color: #222222; 
        font-size: 18px;    
        line-height: 1.1em; 
        font-weight: 600;   
        margin-bottom: 14px;
}
.ammount .price{    
    font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;  
    display: inline;
    text-decoration: none;
    font-size: 15px;    
    line-height: 24px;  
    font-weight: 600;
    color: #c3512f!important;
}
.avia-arrow{    
    height: 10px;       
    width: 10px;        
    position: absolute;
    top: -6px;      
    left: 50%;      
    margin-left: -5px;  
    border-color: #e1e1e1;  
    -webkit-transform: rotate(45deg);   
    -moz-transform: rotate(45deg);
    /* transform: rotate(45deg); */
    /* border-width: 1px; */    
    /* border-style: solid; */  
    visibility: hidden\9;
}
#main #content ul.product-menu > li > ul{
        border-top: 2px solid #e1e1e1;
}
#main #content ul.product-menu > li a{  
        color:#222222;  
}
#main #content ul.product-menu > li > ul >li a{ 
        width: 100%;    
        height: auto;   
        /* float: left; */
        /* text-align: left; */ 
        line-height: 23px;  
        /* padding: 8px 15px; */
        font-size: 12px;
        min-height: 23px;
        max-width: none;    
        /* text-decoration: none; */
        color: #808080; 
}

div.product_item2 {
    background: none repeat scroll 0 0 #fff;
    
    border: 1px solid #CECECE;
    
    margin: 9px 2px 0 0;
    
    padding: 10px;
    
    width: 142px;
    
    height: 198px;
    
    float: left;
}
.product_item2 a img {

    width: 120px!important;

}

.product_item2 a{

    font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    
    color: #000000;
    
    text-transform:uppercase;

}
/*  assemble  section - START */
div.assemble-left {
    clear: none;
    float: left;
    min-height: 400px;
    width: 240px;
    padding-top: 15px;
}

div.assemble-left h2 {

    font-size: 28px !important;
}

div.assemble-left ul {
    list-style:none;
    margin-left: 0px !important;
    margin-top: 20px !important;
}

div.assemble-left ul li {
    list-style:none;
    margin-left: 0px !important;
}

div.assemble-right {
    background-color: white;
    clear: none;
    float: left;
    min-height: 400px;
    padding: 15px 5px 15px 15px;
    width: 900px;
}

div.assemble-category {
    clear: none;
    float: left;
    padding-bottom: 15px;
}

img.assemble-category-image {
    float: left;
}

div.assemble-category-content {
    clear: none;
    float: left;
    /*width: 665px;*/
}

div.assemble-step {
    clear: none;
    float: left;
    width: 100%;
}

div.assemble-step-container {
    float: left;
    width: 28%;
    height: auto;

    margin-top: 20px;
}

div.assemble-step-container-full {
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    margin-top: 10px;
}

div.assemble-step-container-empty {
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    margin-top: 10px;   
}

div.assemble-step-container-text {
    /*width: 665px;*/
    float: left;
    padding-bottom: 10px;
}

div.assemble-step-title {
    padding-bottom: 10px;
    padding-right: 10px
}

div.assemble-step-title span, div.assemble-step-title-text span {
    padding-left: 0px;
    font-size: 16px;
}

div.assemble-step-title-text span {
    padding-right: 10px;
}

div.assemble-step-title-text textarea {
    float: right;
}

div.assemble-step-title-text input[type=text] {
    /*float: left;*/
    width: 50px;
}

div.assemble-step-container-content {
    float: left;
    text-align:left;
}

div.assemble-step-container-content img {
    float: left;

}

.assemble-step-image {
    float: left;
    padding-left: 0px;
    margin-bottom: 10px;
    margin-right: 10px;
    /*width: 200px;*/
    max-height: 200px;
}

div.assemble-step-price {
    padding-left: 0px;
    padding-bottom: 5px;
    /*width: 20%;*/
    float: left;
}

div.assemble-step-content {
    /*padding-left: 20px;*/
    padding-bottom: 20px;
    /*width: 100%;*/
    float: left;
}

span.assemble-step-normal {
    padding-right: 10px;
}

font.assemble-step-price {
    color: #F5862B;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 5px;
}

div.assemble-paginator {
    margin-top: 30px;
}

div.assemble-paginator>span {
    margin-right: 10px;
}

div.assemble-paginator select {
    padding: 0px 10px;
    height: 27px;
    margin: 2px 4px 2px 0;
}

.assemble-category-menu {
    font-size: 18px;
}

.assemble-category-menu input[type="button"]#next {
    background: #f49f1a none repeat scroll 0 0;
    color: white;
    cursor: pointer;
    border: medium none;
    border-radius: 0 3px 3px 0;
    color: #ffffff;
    font-size: 16px;
    /*height: 44px;
    width: 44px;*/
    padding: 4px 5px;
    vertical-align: middle;
    background-image: url("../images/arrow_rightj.png");
}

.assemble-category-menu input[type="button"]#previous {
    background: #f49f1a none repeat scroll 0 0;
    color: white;
    cursor: pointer;
    border: medium none;
    border-radius: 3px 0 0 3px;
    color: #ffffff;
    font-size: 16px;
    /*height: 44px;
    width: 44px;*/
    padding: 4px 5px;
    vertical-align: middle;
}
/*  assemble  section - END */
/*  pop-up dialod - START */
.file-download {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}
.file-download-content {
    background-color: #d1d1d1;
    margin: 15% auto;
    padding: 10px;
    border: 1px solid #888;
    width: 450px;
    height: 150px;
}
.file-download-link {
    cursor: pointer;
        color:#F49F1A !important;
}
/*  pop-up dialod - END */

/* END of default style.css */







#page {
    background: #fff;
}
body {
    color: #737373;
}
a:hover {
    text-decoration: none !important;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
    color: #252525;
    margin: 0 0 20px 0;
    font-family: Arial, Helvetica, sans-serif;
}
h1, .h1 {
    font-size: 45px;
    text-transform: none;
}
h2 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 10px;
}
h3 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 0;
}
p {
    font-size:14px;
    font-style:normal;
    font-weight:300;
    line-height:22px;
    margin-bottom:10px;
    margin-left:0px;
    margin-right:0px;
    margin-top:0px;
    text-size-adjust:100%;
    text-align: justify;
}
.top-header {
    background: #25272b;
}
.top-header div.container {
    background: #25272b;
    min-height: 30px;
}
.container {
    width: 1170px;
    margin-top: 0;
    padding: 0;
    border: none;
}
div.top-header div.row {
    padding: 0;
}
.container.row {
    margin-right: -15px;
    margin-left: -15px;
    padding-top: 0 !important;
}
.col-sm-4 {
    width: 33.33333333%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.top-info {
    text-align: right;
}
.pull-right {
    float: right!important;
}
.top-header ul li {
    display: inline-block;
    list-style: none;
    border-left: 1px solid #323437;
}
.top-header ul li a {
    color: #ffffff;
    font-weight: 300;
    padding: 0 13px;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 30px;
    display: block;
}
.top-header ul li a .fa {
    color: #6b6b6b;
    font-size: 12px;
}
.top-info ul li a .fa {
    margin-right: 7px;
}
.top-header ul li a:hover, .top-header ul li a:hover .fa {
    color: #e2671f;
    text-decoration: none;
}
div#menu-bg {
    display: none;
}
#header {
    height: 130px;
    background: #f3f3f3;
}
#header-center {
    max-width: 1170px;
}
div#main {
    padding-top: 0;
    min-height: 0;
}
#main #content {
    width: 1170px;
}
div.content-left {
    background: transparent;
} 
section#banner {
    margin-bottom: 60px;
}
#banner .banner .overlay {
    background: #e2671f;
}
.ts-overlay, .overlay {
    padding: 35px 0;
}
#banner .banner h1 {
    color: white;
    font-size: 45px;
    font-weight: 300;
    text-align: center;
    max-width: 1170px;
    margin: 0 auto;
}
div.content-left {
    width: 64.66666666%;
    padding: 1%;
}
div.sidebar-right {
    width: 31.33333333%;
    padding: 1%;
}
div.social-buttons, div#footer-admin {
    display: none;
}
div#footer-wrap div.container {
    height: 118px;
}
.ts-section-top-footer {
    background: #e2671f;
    height: 118px;
}
.contact-info {
    text-align: center;
    height: 118px;
    line-height: 118px;
    border-left: 1px solid rgba(255,255,255,0.20);
}
.col-lg-4 {
    width: 33.33333333%;
    float: left;
    border: 0;
    padding: 0;
    background: #e2671f;
}
.contact-info span {
    background: #e2671f;
    font-size: 30px;
    color: #fff;
    height: 68px;
    line-height: 65px;
    width: 68px;
    border: 2px solid #fff;
    border-radius: 68px;
    -moz-border-radius: 68px;
    -webkit-border-radius: 68px;
    -ms-border-radius: 68px;
    -o-border-radius: 68px;
    text-align: center;
    margin-right: 15px;
    display: inline-block;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.contact-info .fa {
    padding-top: 15px;
}
.contact-info a {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
}
.contact-info p {
    display: inline-block;
    color: #fff;
    font-size: 30px;
    font-weight: 300;
}
footer {
    width: 100%;
    background: #32353a;
    padding: 65px 0 50px 0;
}
footer div.container {
    width: 1170px;
    height: auto !important;
    background: #32353a;
}
.col-lg-3 {
    width: 23%;
    float: left;
    padding: 0 1%;
}
footer h3.title {
    color: white !important;
    font-size: 20px;
    margin-bottom: 35px;
    line-height: normal;
    border: none;
    font-weight: 400;
    font-family: Arial, Helvetica, sans-serif;
}
.ts-company-info p {
    color: #8b8b8b;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 10px;
}
.ts-company-info p span {
    color: #fff;
}
.ts-company-info a {
    color: #fff;
}
ul#menu-support-help {
    padding: 0;
}
footer ul li {
    line-height: 35px;
    list-style: none;
}
#footer-wrap .widget ul li a {
    line-height: 40px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
}
#footer-wrap .widget ul li a:before {
    content: "\f105";
    font-family: 'FontAwesome';
    color: #e2671f;
    font-size: 15px;
    font-weight: bold;
    margin-right: 10px;
}
.ts-social-footer a span {
    height: 40px;
    line-height: 40px;
    width: 40px;
    border: 1px solid #919191;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    text-align: center;
    display: inline-block;
    margin-right: 12px;
    text-align: center;
    font-size: 14px;
}
form#ContactForm input.medium, form#ContactForm textarea {
    color: #aaaaaa;
    line-height: 24px;
    padding: 10px;
    border: 1px solid #e3e3e3;
    margin-bottom: 10px;
    width: 300px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
form#ContactForm textarea {
    resize: vertical;
}
.contact h2 {
    font-family: Arial, Helvetica, sans-serif;
    padding-bottom: 0;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 10px;
    text-transform: none;
}
.widget.contact {
    margin-top: 0;
}
form#ContactForm span {
    color: #737373;
    padding: 5px 0;
    font-size: 16px;
}
form#ContactForm span.label {
    width: 300px;
}
input#PostContact {
    background: none repeat scroll 0 0 #42454a;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: 2px solid #42454a;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 38px;
    padding: 0 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
input#PostContact:hover {
    background: none repeat scroll 0 0 #54b4f2;
    border-color: #54b4f2;
    color: white;
}
.ask-btn {
    position: fixed;
    right: -88px;
    top: 50%;
    z-index: 10000;
    background: url(http://185.53.12.7/~vsisidonos/files/vsi_si-samo-soncek.png);
    height: 250px;
    width: 250px;
    background-size: contain;
}
.ask-btn p {
    text-align: center;
    display: block;
    margin: 0;
    font-size: 16px;
}
.ask-btn p a {
    color: #fff;
    position: absolute;
    padding: 73px 20px;
    width: 130px;
    right: 77px;
    text-align: right;
    font-size: 30px;
    line-height: 35px;
}
.ask-btn p a:hover {
    color: #fff;
}
.ask-btn strong {
    font-weight: 600;
}
.content-lightbox img {
    border: none;
    padding: 0;
    height: auto !important;
}
div.zaupajoNam img {
    max-width: 145px;
    max-height: 80px;
    margin: 15px 40px 15px 0;
    vertical-align: middle;
    border: none;
}
div#vsi-logo {
    margin-top: 15px;
}
#header #logo {
    margin-top: 0;
}
div.vsi-contact {
    width: 53%;
    float: left;
    margin-top: 5px;
}
div.vsi-contact p {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 27px;
    line-height: 28px;
    color: #221f20;
    text-align: center;
    font-family: Calibri, Arial, sans-serif;
}
div.vsi-contact p a {
    color: #221f20;
}


@media screen and (max-width: 768px) {
#main #content {
    width: 100%;
}
.container {
    width: 96% !important;
    padding-left: 2% !important;
    padding-right: 2% !important;
}
div.content-left, div.content-right, div.content-full {
    max-width: 96%;
    width: 96% !important;
    padding: 0 2%;
    float: none;
}
  div.sidebar-right {
    max-width: 96%;
    width: 96%;
    padding: 0 2%;
    float: none;
    min-height: 0;
}
.col-lg-4 {
    width: 96%;
    padding: 0 2%;
    float: none;
    border-bottom: 1px solid #fff;
}
.ts-section-top-footer, div#footer-wrap div.container {
    height: auto;
}
.col-lg-3 {
    width: 96%;
    float: none;
    padding: 0 2%;
    margin-bottom: 20px !important;
}
.contact-info a {
    font-size: 25px;
}
footer {
    width: 96%;
    padding: 65px 2% 50px 2%;
}
.ask-btn {
    display: none;
}
.col-sm-4 {
    width: 100%;
    padding: 0;
    float: none;
}
ul.social {
    width: 100%;
}
.top-header div.container {
    min-height: 120px;
}
.top-header ul li {
    border: none;
}
.top-header ul li a {
    font-size: 8px;
}
.top-header div.container {
    min-height: 55px;
}
#header #logo {
    width: 100%;
}
#header #logo img {
    display: block;
    margin: 0 auto;
    width: 260px;
}
form#ContactForm input.medium, form#ContactForm textarea {
    max-width: 285px;
}
input#PostContact {
    -webkit-appearance: none !important;
}
footer h3.title {
    margin-bottom: 5px;
}
.ts-overlay, .overlay {
    padding: 10px 0;
}
img.kolofon-logo {
    float: none !important;
    margin: 0 auto;
}
div.zaupajoNam img {
    max-width: 42%;
    margin: 15px 8% 15px 0;
}
div.vsi-contact, div#vsi-logo {
    display: none;
}
#banner .banner h1 {
    font-size: 25px;
    line-height: 30px;
}
section#banner {
    margin-bottom: 30px;
}
}



@media screen and (min-width: 768px) and (max-width: 1024px) {
.container, footer div.container, #main #content {
    width: 100%;
}
div.zaupajoNam img {
    margin: 15px 20px 15px 0;
}
.col-sm-4 {
    width: 33%;
    float: left;
}
.contact-info p, .contact-info a {
    font-size: 20px;
}
.ts-section-top-footer {
    height: 120px;
}
.container, .loginContainer {
    background-color: #e2671f;
}
div.vsi-contact {
    width: 44%;
}

}