/* navigation map */
#navigation-map {
    height: 30px;
    /*border: 1px solid #000;*/
    width: auto;
    padding-left: 30px;
    margin-bottom: 10px;
}

#navigation-map p {
    margin-top: 5px;
}
/* navigation map end */




/* content page left side bar */
#left-sidebar {
    height: 80%;
    width: 250px;
    min-height: 300px;
    float: left;
    margin-right: 10px;
    /*padding: 10px;*/
}

#left-sidebar-wrapper {
}

/* content page left side bar end */


/* content */
#main-content {
    height: 100%;
    margin: 10px;
}

#content {
    width: 829px;
    /*border: 1px solid #fd0;*/
    min-height: 400px;
    height: 100%;
    float: left;
    margin-left: 10px;
    padding: 5px;
}

.contentTitle {
    margin: 20px auto;
    width: 700px;
    text-align: center;
}

#content-text {
    width: 100%;
    min-height: 100px;
    text-align: justify;
    padding: 5px;
}

#content-images {
    padding: 5px 0 0 20px;
    clear: both;
}

#opsti_tekst {
    margin-top: 10px;
    clear: both;
}

#opsti_tekst a {
    text-decoration: underline;
}

/* content - gallery */
#gallery {
    margin-top: 5px;
}

div.nomargin {
    margin-right: 0px;
}

.pic {
    float: left;
    margin: 0 15px 15px 0;
    /*border: 5px solid black;*/
    width: 240px;
    height: 240px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    padding: 5px;
    border: 1px solid #a9a9a9;
}

.pic a {
    width: 100%;
    height: 100%;
    text-indent: -99999px;
    display: block;
}

.pic a img {
    max-width: 100%;
    max-height: 100%;
}

.product-image-title {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    margin: 0px;
    -moz-margin-start: 0;
    -moz-margin-end: 0;
    position: relative;
    top: -20px;
    padding-left: 5px;
    font-weight: 700;
    color: #9a9a9a;
    text-shadow:
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
    1px 1px 0 #fff;  
}

.frame {
}
/* content - gallery end*/

.dl-pricelist-left {
    width: 150px;
    height: 50px;
    margin-right: 10px;
    float: right;
    clear: both;
}

.dl-pricelist-left a:hover {
    text-decoration: underline;
}

.dl-pricelist-left #pricelist-text {
    float: left;
    width: 100px;
    font-size: 18px;
    vertical-align: middle;
    padding: 5px 0 0 15px;
    text-align: center;
}

.dl-pricelist-left img {
    height: 50px;
    float: right;
}

/*#cenovnici-table{
    border: 1px solid #000;
    width: 100%;
}*/

.w50pc {
    width: 47%;
}

div.cenovnik-item-wrapper {
    margin: 10px;
    /*border: 1px dashed silver;*/
    float: left;
}

div.cenovnik-item-wrapper h3 {
    margin: 10px 10px 3px 10px;    
}

h3.cenovnik-item-title {
    float: left;
    margin-left: 20px;
    padding: 0px;
}

p.cenovnik-item-opis {
    clear: left;
    margin: 10px 10px 10px 20px;
}

p.akcije-item-opis {
    clear: left;
    margin: 10px 10px 10px 20px;
}

.akcije-item-cenovnik-wrapper {
    float: left;
    margin: 20px;
    padding-left: 90px;
    display: block;
}

.akcije-item-cenovnik-wrapper:after {
    width: 100%;
    height: 1px;
    clear: both;
}

.akcije-item-cenovnik-wrapper img {
    display: block;
    height: 100%;
    width: 100%;
    margin: auto;
}

.cenovnik-item-cenovnik-wrapper {
    float: left;
    margin: 20px;
    padding-left: 90px;
}

.cenovnik-item-cenovnik-wrapper:after {
    width: 100%;
    height: 1px;
    clear: both;
}

.cenovnik-item-cenovnik-wrapper img {
    height: 128px;
    width: 128px;
}

.cenovnik-item-cenovnik-title {
    text-align: center;
}

.cenovnik-item-cenovnik-wrapper-clear {
    height: 1px;
    width: 100%;
    clear: both;
}

form textarea{
    width: 100%; 
    height: 100px;
}

form input{
    margin-right: 40px;
    width: 200px;
}

form div{
    margin-bottom: 20px;    
}

.margin-bottom-20px{
    margin-bottom: 20px;
}

.margin-top-20px{
    margin-top: 20px;
}

.margin-top-30px{
    margin-top: 30px;
}

.margin-left-20px{
    margin-left: 20px;
}

.text-red{
    color: red;
}

.display-inline{
    display: inline;
}
/* content end*/
