/* ERIS */
* { margin:0;}

body {
    font-family: 'Oxygen', Helvetica, sans-serif; 
    font-size:13px;
    margin: 0;
    padding:0;
}

h1 {
    font-size:25px;
    font-weight:700;
    padding: 0 0 12px 0;
    margin: 0;
}

h1 a, h1 a:visited, h3 a, h3 a:visited, h5 a, h5 a:visited{
    text-decoration: none;
    font-weight:700;
    margin: 0;
}

h1 a:hover, h3 a:hover, h5 a:hover {
    text-decoration: underline;
    margin: 0;
}    

h2 {
    font-size:20px;
    font-weight:700;
    padding: 18px 0 10px 0;
    margin: 0;
}

h2 a, h2 a:visited, h4 a, h4 a:visited{
    text-decoration: none;
    font-weight:700;
    margin: 0;
}

h2 a:hover, h4 a:hover {
    text-decoration: underline;
    margin: 0;
}    

h3 {
    font-size:17px;
    font-weight:700;
    padding: 12px 0 10px 0;
    margin: 0;
}

h3 a {
    margin: 0;
}

h4 {
    font-size:15px;
    font-weight:700;
    padding: 5px 0 5px 0;
    margin: 0;
}    

h5 {
    font-size:13px;
    font-weight:700;
    padding: 5px 0 5px 0;
    margin: 0;
}

p {
    padding: 2px 0 10px 0;
}   

a,
a:visited,
a:active {
    text-decoration: underline;
    cursor:pointer;
}

img {
    border: 0px none;
}  

.clear {
    clear: both;
}       

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.info {
    padding:12px 8px;
    font-size:14px;
    margin: 10px auto;
}

#wrapper {
    margin: 115px auto 0;
}

#header-fix {
    position:fixed;
    top: 0px;
    width:100%;
    z-index:80;    
    min-height: 115px;   
}

#header {
    position:relative;
    margin: 0 auto;
    top:0px;
    width:1000px;
    height: 76px;
}
.has-error {
    color: #BF0607;
}
.has-error input {
    border: 1px solid #BF0607;
}
.has-error label {
    color: #BF0607;
}

   

#search {
    position:absolute;
    display: inline-block;
    top:25px;
    right:0px;
    padding: 0px 0 0 0px;
}  

.form td {
    border: 0px none;
    text-align:left;
}

.form tbody tr:hover {
    background:none;
    border: none;
}

.form th { 
    text-align:right;
}

label {
    text-align: right;
    vertical-align: middle;
    font-size:15px;
    font-weight:700;
}

label strong {
    text-align: right;
}

form { 
    font-family: 'Oxygen', sans-serif;
}

table {
    font-family: 'Oxygen', sans-serif; 
}

input {
    height: 14px;
    margin: 5px 0px;
}

select {
    cursor: pointer;
}

input, select, textarea {
    font-size: 13px;
    font-weight: normal;
    padding: 4px 5px 4px 5px;
    text-align:left;
}

input[type="button"],
input[type="submit"],
a.button {
    padding:3px 7px;
    height:30px;
    border: none;
    font-weight: 700;
    text-decoration:none;
    cursor: pointer;
}

input[type="button"]:hover,
input[type="submit"]:hover, 
a.button:hover,
#form .button:hover {
    border:none;
    font-weight: 700;
}

.captcha input {
    margin: 15px 0px;
}

#captcha {
    vertical-align: middle;
    margin-top: 5px;
}

#form-password #captcha {
    width: 100%;
    margin-bottom: 5px;
}

.header-search input {
    float: left;
    width: 170px;
}

.header-search input#loupe {
    position:relative;
    background-position: 3px -537px;
    background-repeat: no-repeat;
    background-color:transparent;
    height: 24px;
    width: 27px;
    border:none;
    cursor: pointer;
    left: -3px;
    top: 1px; 
}

.nodisplay {
    display:none;
}

.required {
    margin: 15px auto;
}  

#error, #success {
    color: #FFFFFF;
    font-weight: bold;
    margin: 1.5em 0;
    padding: 10px 10px 10px 46px;
    position: relative;
}
#success {
    background: url(/images/styles/template12/success-bg.png) no-repeat scroll 16px 8px #50AB38;
}
#error {
    background: url(/images/styles/template12/error-bg.png) no-repeat scroll 16px 8px #AB3838;
}
#error span, #success span {
    background: url(/images/styles/template12/notice-bg.png);
    display: block;
    height: 2px;
    overflow: hidden;
    position: absolute;
    width: 2px;
}
#error .lt {
    background-position: 0 0;
    left: 0;
    top: 0;
}
#error .rt {
    background-position: -2px 0;
    right: 0;
    top: 0;
}
#error .lb {
    background-position: 0 -2px;
    bottom: 0;
    left: 0;
}
#error .rb {
    background-position: -2px -2px;
    bottom: 0;
    right: 0;
}
#success .lt {
    background-position: 0 -4px;
    left: 0;
    top: 0;
}
#success .rt {
    background-position: -2px -4px;
    right: 0;
    top: 0;
}
#success .lb {
    background-position: 0 -6px;
    bottom: 0;
    left: 0;
}
#success .rb {
    background-position: -2px -6px;
    bottom: 0;
    right: 0;
}
#error a, #success a {
    color: #FFFFFF;
}

.tabulka {
    border-collapse: collapse;
    vertical-align: middle;
    width: 100%;
}

.tabulka thead { 
    font-weight: 700;
}

.tabulka td { 
    padding: 3px 5px;
}   
/* main-menu  */    

#main-menu {  
    position:relative;
    display: block;
    width: 100%;
    top:0px; 
    font-size: 13px;  
    font-weight: 700;    
}

#main-menu a {
    text-decoration: none;
}

#main-menu ul {
    padding: 0 !important; 
    list-style: none;	
    z-index: 80;  
}

#main-menu > ul {
    display: block;		
    max-width: 1000px;
    margin: 0 auto;
    text-align: left; 
}

#main-menu ul li {
    display: inline-block !important;
    position: relative !important;
    margin: 0 -2px !important;		
    background: none;	
}

#main-menu > ul > li > a{
    display: block;
    padding: 0px 1.3em 0px 1.3em;		
    height: auto;		
    margin: 0px;	
    line-height: 38px;
    min-height: 38px;	
}

#main-menu ul ul { 			
    display: none !important; 
    position: absolute;
    top: 38px;			
    background: none;    
    left:2px;
    z-index:90;
}

#main-menu ul li:hover > ul {
    display: block !important;	
}

#main-menu ul li:last-child ul {
    right: 0;			  
}

#main-menu ul ul > li > a{	
    display: block;
    padding: 7px 1em;	
    width: 140px;	
    text-align: left;
    border-top: 1px solid; 
    line-height: 20px;
}

#main-menu > ul > li:after {
    content:""; 
    display: block; 
    position: absolute; 
    height: 15px; 
    width: 1px; 
    right: -1px; 
    top: 11px;
}

#main-menu > ul > li:last-child:after {
    display: none;
}  

  
#motive {
    height:250px;
    width:100%;
    background-image: url(/obrazek/3/format-8-motiv-11-cerna/);
    background-size: auto 100%;
    background-position: center top;
    background-repeat: no-repeat;
    z-index: 10;
    position:relative;
}

#motive object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 250px;  
    z-index: 3;
}  

#motto {
    height: 250px;
    margin: -250px auto 0;
    position: relative;
    width: 100%;
    z-index: 20;
}

#motto-text {   
    height: 100px;
    margin: 0 auto;
    padding: 55px 0 0 30px;
    position: relative;
    width: 970px;
} 

#motto-text a {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#motto-text h2 { 
      
        color: #505050;
      
    font-weight:400;
    font-size: 30px;
    text-shadow: 0px 0px 8px rgba(145, 150, 150, 0.7);
} 

#motto-text p {
            color: #e8e8e8;
       
    font-size: 17px;
    text-shadow: 0px 0px 8px rgba(145, 150, 150, 0.7);
}

#main {
    position: relative;
    width: 1000px;
    min-height:200px;
    margin: 0 auto;
    padding: 45px 0 0 0; 
} 

#path {
    position: absolute;
    top:0px;
    left:0;
    width:100%;
    padding: 10px 1% 20px 1%;
    font-size:11px;
} 

#path a {
    text-decoration:none;
} 

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

.path {
    top:0px;
    left:0;
    width:100%;
    padding: 0 0 6px 0;
    font-size:11px;
}

.path a {
    text-decoration:none;
}

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

#lcolumn {
    top:0px;
    width:21%;
    padding: 0 1% 20px 1%;
    vertical-align: top;
    float: left;
}

#lcolumn h2{
    font-size:17px;
    padding: 0 0 10px 0;
}

#news { 
    padding: 0px 0 20px 0;
    font-size: 12px;
}

.news-date {  
    font-size:11px;
    padding: 0 0 5px 0px;
}

.news-item {
    padding: 0 0 10px 0;
    position:relative;
}

.news-item > a {
    width:100%;
    height:100%;
    display:block;
    position:absolute;
} 

.news-item h3,
.news-item a h3{
    font-size:13px;
    padding: 0;
    margin:0;
}

.news-item:hover h3 {
    text-decoration: underline;
}   

.news-item:hover {
    text-decoration: none;
}

.archive a{
    font-size: 12px;
    font-weight: 700;
    text-decoration:underline;
    margin: 0 0 0 160px;
} 

#links { 
    padding: 0px 0 20px 0;
}

#links ul {
    padding: 0;
    display: block; 
    list-style: circle inside;
}

#links ul li {
    padding: 8px 0 5px 8px; 
}

#links > ul > li > a { 
    text-decoration:none;
    padding: 0.2em 0em;	
    height: auto;
}

#links li a:visited { 
    color: black;
    text-decoration:none;
} 

/* náhodné obrázky */

#random-image {
    padding: 0px 0 20px 0;
    margin: 10px auto;
    width:100%;
    text-align:left;
}

#random-image h2 a {
    text-decoration: none;
} 

#random-image h2 a:hover {
    text-decoration: underline;
} 

#random-image .random  {
    text-align: left;
}

#random-image .random .image {
    margin: 10px auto;
    width:100%;
    position: relative;
} 

#random-image img{
    opacity: 1;
}   

#random-image img:hover{
    opacity:0.7;
} 

/* náhodný eshop */

#random-eshop {
    padding: 0px 0 20px 0;
    margin: 10px auto;
    width:100%;
    text-align:center;
}

#random-eshop h3,
#random-eshop h3 a, 
#random-eshop h3 a:visited {
    font-size:14px;
    padding: 0 0 8px 0;
    text-decoration: none;
}
#random-eshop h3 a:hover {
    text-decoration: underline;
}

#random-eshop .price {
    text-align:center;
    margin: 0 auto;
    padding: 5px 0 0 0;
}  

.top-product .item .showaction {
    top: 5px;
    left:15px;
    position:absolute;
    height: 42px;
    width:42px;
    display:block;
    z-index: 10;
}

.top-product a.image {
    display: block;
    opacity: 1;
    position: relative;
} 

.top-product a.image img{
    max-height:140px;
    max-width:140px;
    opacity: 1;
}   

.top-product a.image img:hover{
    opacity:0.7;
} 

.top-product .item { 
    padding:12px 8px;
    margin: 0 0 7px 0;
    text-align:center;
}      

.eshop .item .last-child {
    border: none;
    padding: 0 0;
}

.active_article_1,
.active_article_2 {
    border: 0 none;
    height: auto;
    width: 100%;

}

.active_article_1 h1,
.active_article_2 h1{
    font-size: 22px;
}

.active_article_1 h2,
.active_article_2 h2{
    font-size: 17px;
    padding: 10px 0 6px 0;
}  

#content-wrap {  
    top:0px;
    width:77%;
    float: right;
}    

#content {
    display: block;
    top:0px;
    width:70%;
    padding: 0 2% 20px 2%;
    vertical-align: top;
    float: left;
}

#content a:hover img {
    opacity:0.7;
}  

#rcolumn {
    display: block;
    top:0px;
    width:23%;
    padding: 0 1% 20px 1%;
    vertical-align: top;
    float: right;
}

#rcolumn h2{
    font-size:17px;
    padding: 0 0 10px 0;
}

#userbox {
    margin: 0 0 40px;
    padding: 0 0 5px;
    position: relative;
    background-color: rgba(224, 224, 224, 0.5);
    border: 1px solid #d1d1d1;
}

#eshopbox {
    height: 103px;
    margin: 0 0 40px;
    padding: 0 0 5px;
    position: relative;
} 

#eshopbox a, 
#eshopbox a:visited {
    background-image: url(/images/styles/template12/eshop.png); 
    background-repeat: no-repeat;
    background-position: 7px 7px;  
    padding: 0 3% 6px 21%;
    width: 80%; 
    height: 85px;
    display: block;
    text-decoration: none; 
    z-index:20;
}    

#eshopbox h2 a {
    padding: 8px 0 0 35px;
}


#eshopbox h2 {
    padding: 0;
    position: relative;
    z-index: 10;
}

#eshopbox p {
    bottom: 0;
    left: 5px;
    position: relative;
    top: -55px;
    width: 95%;
    z-index: 0;
}

.gset {
    display: block;
    float: none;
    height: 142px;
    margin: 5px 8px 5px 0;
    position: relative;
    width: 100%;
}

.gset:hover h2 {
    text-decoration: underline;
}  

.gset .desc {
    bottom: 10px;
    left: 145px;
    padding-right: 10px;
    position: absolute;
}
.gset h2 {
    font-size: 17px;
    margin: 10px 5px 0 145px;
    padding:0;
}
.gset .thumb {
    left: 5px;
    position: absolute;
    top: 5px;
}

.gset .glink {
    background: url("/images/styles/template12/iefix-bg.gif") repeat-x scroll 0 0 transparent;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.gset.eshop {
    float:left;
    width:48%;
}

.gset.eshop.floatright {
    float: right;
    margin-right: 0;
}

/* eshop form */
.eshop hr {display: none;}

.eshop.filter {
    margin: 10px 0;
    padding: 10px;
    min-height:60px;
}

.eshop.filter label {
    color: #000;
    font-size:13px;
    font-weight:700;
}

.eshop.filter .floatleft strong {
    margin-right: 10px;
}

.eshop.filter .floatright div {
    float: left;
    min-width: 85px;
    padding:0 5px;
    text-align: right;
}
.eshop.filter input[type="checkbox"] {
    margin: 3px;
    vertical-align: middle;
}
.eshop.filter select {
    min-width: 120px;
    vertical-align: top;
    width: 120px;
    margin: -4px;
}

.eshop .filter input[type=checkbox] { 
    vertical-align: middle;
}

.eshop .filter table {
    text-align: left;
    width: auto;
}

.eshop .filter td{
    border: 0px none;
    text-align:left;
    padding: 5px;
}

.eshop .filter tbody tr:hover {
    background:none;
    border: none;
}

/* eshop výpis zboží */

.hr .eshop {
    display:none;
}

#products-table {
    display: block;
}

.eshop.item.inline {  
    padding: 0px 0 15px 0;
}

.eshop.item {  
    position:relative;
}

.eshop.item p {
    margin: 0 0 0 130px;
}
.eshop.item.inline p {
    min-height: 80px;
}
.eshop.item.inline h2 {
    width: 360px;
    margin: 0 0 0 135px; 
}

.eshop.item h2 a{
    font-size: 18px;
    padding: 0 0;
    margin: 0;
    text-decoration: none;
} 

.eshop.item h2 a:hover{
    font-size: 18px;
    padding: 0 0;
    text-decoration: underline;
} 

.eshop.item a.image{
    display: block;
    float: left;
    margin: -28px 0px 0 0;
    opacity: 1;
    position: absolute;
} 
.eshop.item a.image img{
    max-height:120px;
    max-width:120px;
    opacity: 1;
}   

.eshop.item a.image img:hover{
    opacity:0.7;
} 

.addtobasket {  
    display:inline-block;
    width: 100%;
    min-height: 35px;
    margin: 10px 0 0 0;
    position:relative;
}      

.price {
    padding: 6px 5px 4px 135px;
    z-index: 75;
} 

.price big{
    font-weight: 700;
    font-size:16px;
}         
.price.temporary {
    display:none;
}              
.price.temporary big{
    font-weight: 700;
    font-size:13px;
}
.price.temporary small{
    font-size:10px;
}
.price.inaction big{
    font-weight: 700;
    font-size: 17px;
    color: red;
} 

.price.inaction small{
    font-size:10px;
}

.price.inaction del{
    padding: 0 0 0 5px;
    font-size:12px;
}  

.addtobasket .inputs {
    position:absolute;
    top:-1px;
    right: 5px;
    width: 120px;
}

.addtobasket .inputs input[type="text"] {
    float: left;
    width: 50px;
    height: 16px;
}

.addtobasket .inputs input[type="submit"]{
    position:relative;
    background-image: url(/images/styles/template12/eshop-addtobasket.png);    
    background-repeat: no-repeat;
    background-position: center center;
    height: 26px;
    padding: 0 22px;
    border: none;
    cursor: pointer;
    left: -3px;
    top: 0px; 
} 

.eshop .items .availability {
    width: 100%;
    font-size: 10px;
} 

.icons span {
    display: block;
    height: 24px;
    width: 37px;
    margin: 4px 0 0 0;
    z-index: 75;
}

.icons .stock1  {  /*skladem*/  
    background-repeat: no-repeat;
    background-position: 10px -333px;
    position:absolute;
    bottom: 18px;
}

.icons .stock2 { /*na cestě*/  
    background-repeat: no-repeat;
    background-position:  10px -372px;
    position:absolute;
    bottom: 18px;
}

.icons .stock3  {  /*u dodavatele*/
    background-repeat: no-repeat;
    background-position: 10px -410px;
    position:absolute;
    bottom: 18px;
}

.icons .stock4  {/*na zakázku*/
    background-repeat: no-repeat;
    background-position: 10px -494px;
    position:absolute;
    bottom: 18px;
}  

.icons .stock5 {   /*na dotaz*/
    background-repeat: no-repeat;
    background-position:  10px -454px;
    position:absolute;
    bottom: 18px;
}

.icons .favourite {
    background: url(/images/styles/template12/star.png) no-repeat;
    top:5px;
    right: -5px;
    position:absolute;
}

.eshop.item.table {
    margin-bottom: 10px;
    height: 270px;
    overflow: hidden;
    padding: 5px;
    width: 47%;
    position:relative;
}

.eshop.item.table .image img {
    float: left;  
}

.eshop.item.table a.image {
    margin:0;
}

.eshop.item.table h2 {  
    margin: 0;
    padding: 7px 0 10px;
    width:230px;
}


.eshop.item.table .price {
    float: none;
    bottom: 0;
    position: absolute;
    padding: 6px 5px 4px 30px;
    width: 140px; 
    text-align:center;
}  

.eshop.item.table .price.inaction del {
    margin: 0 40px 0 0;
}  

.eshop.item.table p {
    left: 0;
    position: relative;
    width: 120px;
}


.eshop.item.table .addtobasket {
    bottom: 0px;
    position:absolute;
    left: 0px;
    height: 45px;
    border: none;
    z-index:1;
}  

.eshop.item.table .inputs {
    top:10px;
    right: 2px;
    width:87px;
}  

.eshop.item.table .addtobasket .inputs input[type="text"] {
    float: left;
    width: 25px;
    height: 16px;
}  

.eshop.item.table strong {
    display: none;
}   

.eshop.item.table .icons .stock1,
.eshop.item.table .icons .stock2,
.eshop.item.table .icons .stock3,
.eshop.item.table .icons .stock4,
.eshop.item.table .icons .stock5{
    bottom: 3px;
    left:-3px
}

.eshop.item.detail a.image,
.eshop.item.detail .image {
    margin:4px 0 0 0px;
    float: left;
}

.eshop.item.detail a.image img,
.eshop.item.detail .image img {
    max-height: 180px;
    max-width: 180px;
}  

.eshop.item.detail .addtobasket{
    min-height: 32px;
    position: static;
}

.eshop.item.detail .addtobasket .inputs {
    top: 1px;
    left: 422px;
    padding:0 0 0 2px;
    position: relative;
    z-index:75;
}

.eshop.item.detail .perex {
    margin: 0 0 0 190px;
    min-height: 180px;
}

.eshop.item.detail p {
    margin:0px;
}  

.eshop.item.detail .perex .floatleft{
    float:none;
}  

.eshop.item.detail .icons .favourite {
    display:none; 
}  

.eshop.item.detail .price {
    padding-top: 2px;
    margin: 0 0 -35px;
    position: relative;
    width:250px;
}

.eshop.item.detail .price.dph.inaction strong {
    display: none;
}

.eshop.item.detail .icons .stock1,
.eshop.item.detail .icons .stock2,
.eshop.item.detail .icons .stock3,
.eshop.item.detail .icons .stock4,
.eshop.item.detail .icons .stock5{
    bottom: 30px;
}  

.eshop.item .variants {
    line-height: 24px;
    margin: 0 0 5px 180px;
    min-height: 27px;
    padding: 15px 8px;
}
.eshop.item .variants span {
    margin-right: 6px;
}
.eshop.item .variants select {
    margin-top: 2px;
    min-width: 80px;
    vertical-align: top;
}

/* seznamy */

/*
#content li {
    list-style-position: inside;
    line-height: 25px;
}  
*/

#content > li {
    List-style-position: inside;
    text-decoration: none;
    font-weight: 700;
    font-size:15px;
    list-style-image: url(/images/styles/template12/list1.png);
}  


#content ul > li {
    list-style-image: url(/images/styles/template12/list2.png);
    /* font-size: 15px; */
}

#content ul ul > li {
    list-style-image: url(/images/styles/template12/list1.png);
    font-size: 13px;
}

#content ul ul ul > li {
    font-size: 12px;
    list-style-image: url(/images/styles/template12/list2.png);
}   

#webmap {
    line-height: 25px;
}

#webmap li {
    List-style-position: inside;
    text-decoration: none;
    font-weight: 700;
}  

#webmap li a {
    text-decoration: none;
}

#webmap .expanded{
    text-decoration:underline;
}

#webmap > li {
    List-style-position: inside;
    text-decoration: none;
    font-weight: 700;
    font-size:15px;
    color:black;
    list-style-image: url(/images/styles/template12/list1.png);
}  

#webmap .expanded li a{
    text-decoration:underline;
}

#webmap ul > li {
    list-style-image: url(/images/styles/template12/list2.png);
    font-size: 15px;
}

#webmap ul ul > li {
    list-style-image: url(/images/styles/template12/list1.png);
    font-size: 13px;
}

#webmap ul ul ul > li {
    font-size: 12px;
    list-style-image: url(/images/styles/template12/list2.png);
}

/* vyhledavani + soubory ke stazeni*/

.ltype2 a,
.search a {
    text-decoration:underline;
}

.search small a{
    font-size:17px;
}

.lperex p:last-child:after  {
    content: "";
    clear: both;
    display: block;
}

.linfo {
    font-size: 11px;
    margin:0 0;
}

.linfo a {
    text-decoration: underline;
}

.linfo a:hover {
    text-decoration: none;
}

.linfo span{
    padding: 0 21px;
}

#form {  
    margin: 10px 0;
    padding: 10px;
}    

#form label {
    font-size: 14px;
    font-weight:bold;
    text-align:left;
    vertical-align: top;
    padding: 0 5px;
}

#form input[type=checkbox] { 
    display: inline-block;
    margin: 0 5px 0 0;
    vertical-align: middle;}

#form input[type="button"],
#form input[type="submit"] {
    padding:3px 7px;
    height:30px;
    border: none;
    font-weight: 700;
    text-decoration: none;
}

input:disabled,
input[disabled]{
    opacity: .5;
}

#form table {
    text-align: left;
    width: 100%;
}

#form td {
    border: 0;
    text-align:left;
    padding: 2px;
}

#form table th {
    font-weight: bold;
    padding-right: 10px;
    text-align: right;
    min-width: 135px;
}  

#form textarea {
    width: 340px;
}

#form tbody tr:hover {
    background:none;
    border: none;
}

#form input#attachment {
    height: 26px;
    padding: 0;
}  

#comment {
    list-style-position: inside;
    padding:0;
}

#comment span {
    font-size: 12px;
    font-weight: 400;
} 

#comment li {
    padding:10px 15px;
}   

#comment p{
    font-weight:400;
    margin-left: 16px;
}  

/* photogallery */  

.thumb {
    display: table;
    float: left;
    overflow: hidden;
    width: 122px;
    height:125px;
    padding: 2px;
    margin: 3px; 
    text-align: center;
} 

.thumb-l1 {
    display: table-cell;
    vertical-align: middle;
} 

.thumb-l1 img{ 
    max-width:120px;
    max-height:120px;
} 

.thumb-l1 img a {
    opacity: 1;
}   

.thumb-l1 img:hover{
    opacity:0.7;
}       

#gphoto img {
    margin-top: 10px;
}

#gphoto {
    padding: 10px 0px 15px;
    text-align: center;
    width: 100%;
}

#gphoto h2, #gphoto p {
    margin-left: 11px;
    padding: 5px 0;
    text-align: left;
}

#gphoto p {
    padding-bottom: 20px;
}

.gnav1, .gnav2 {
    font-size:14px;
    height: 20px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 1em;
    padding: 0 0 0 20px;
    text-align:center;
    width:90%;  
}

.gnav1 a,
.gnav1 a:link,
.gnav1 a:visited {
    text-decoration: none;
}

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

.gnav1 {
    text-align: center;
    margin-top: 20px;
    margin-top: 10px;
    padding-bottom: 2px;
}

.gnav2 a,
.gnav2 a:link,
.gnav2 a:visited {
    text-decoration: none;
}

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

.gnav1.bottom, .gnav2.bottom {
    margin-top: 15px;
}

.gnav1.bottom .gback {
    background: url(/images/styles/template12/arrow-left.png);
    background-repeat: no-repeat;
    background-position: center left;
    float: left;
    padding-left: 24px;       
}

.gnav2.bottom .gback {
    text-decoration: none;
    width: 45px;
    font-size:17px;
}

.gnav1 .gback {
    float: left;
}

.gnav2 .gprev {
    background: url(/images/styles/template12/arrow-left.png);
    background-repeat: no-repeat;
    background-position: center left;
    float: left;
    padding-left: 24px;
}

.gnav2 .gnext {
    background: url(/images/styles/template12/arrow-right.png);
    background-repeat: no-repeat;
    background-position: center right;
    float: right;
    padding-right: 24px;
}

.gprev.disabled, .gprev.disabled:hover {
    opacity: 0.3;
}

.gnext.disabled, .gnext.disabled:hover {
    opacity: 0.3;
}

#gphoto a, .thumb a {
    background: none;
}

/* patička */
#footer {
    margin: 0 auto;
    width:100%;   
}

#footer-main {
    position:relative;
    width:1000px;
    margin: 0 auto;
}   

#footer-push {
    display: inline-block;
    width: 1000px;
}          

#side-menu {
    position: relative;
    font-size: 11px;
    font-weight: 400;
    height: 100px;
    padding: 38px 2% 15px 0;
    top: 0;
    width: 40%;
    right: 0px;
    float:right;
}

#side-menu a {
    text-decoration: none;	
}

#side-menu ul {
    padding: 0 !important; 
    list-style: none;	
    z-index: 80;
    -webkit-column-count: 3; 
    -moz-column-count: 3;
    column-count:3; 
}

#side-menu > ul {
    display: block;
    height: 100px;		
    text-align: left; 
}

#side-menu ul li {
    display: block;
    position: relative !important; 
    max-width: 160px;
}

#side-menu > ul > li > a{
    display: block;
    padding: 0.2em 0.4em;		
    height: auto;		
    line-height: 18px;	
}

#side-menu li:hover > a {	
    background: none;
}

#side-menu li a:visited { 
    background: transparent;
}

#contact {
    top: 0px;
    right: 0px;
    width:37%;
    padding: 12px 1% 15px 1%;
    vertical-align: top;
    display: inline-block;
    overflow: hidden;
    font-size: 12px; 
    line-height: 20px;
    float:left;
}

#contact-box-left {
    display: inline-block;
    width: 46%;
    padding: 10px 5% 0 0;
    vertical-align: top;
    list-style: none;
}

#contact-box-right {
    display: inline-block;
    width: 48%;
    padding: 10px 0 0 0;
    vertical-align: top;
    list-style: none;
}

#contact h4 {
    padding: 0 0;
}

#contact ul li {
    padding: 0 0 0 24px;
    background: none;
    position: relative;
}
#contact ul li:before {
    content: "";
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
}
.company:before {
    background-position: 0 -2px;
}
.ic:before {
    background-position: 0 -79px;
}
.dic:before {
    background-position: 0 -106px;
}
.phone:before {
    background-position: 0 -135px;
}
.email:before {
    background-position: 0 -178px;
}
.fax:before {
    background-position: 0 -222px;
}
.icq:before {
    background-position: 0 -265px;
}
.skype:before {
    background-position: 0 -294px;
}


#footer-info { 
    width: 100%;
    margin: 5px 0 0 0;
    text-align:center;
    font-size: 11px;
    vertical-align: middle;
    line-height: 35px;
}

#footer-info a {
    font-weight: bold;
    text-decoration: none;
}

#footer-info span {
    padding: 0 21px;
}

a.logo-inpage  {
    position: relative;
    background-image:url(/images/styles/template12/logo-inpage-template.png);
    background-repeat: no-repeat;
    background-position: center -32px;
    display: inline-block;
    width:78px;
    height:25px;
    top: 6px;
}

a:hover.logo-inpage {
    background-position: center 5px;
}

/* košík */

#cart-table a,
#cart-table a:link,
#cart-table a:visited{
    text-decoration: none;
}

.confirm.button {
    margin-bottom: 2em;
}

.confirm.button input[type="submit"] {
    cursor: pointer;
    float: right;
    height: 32px;
    margin-top: -1.2em;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
}

.eshop.summary .thead .tr {
    height: 40px;
    margin-bottom: 4px;
}

.eshop.summary .tr {
    overflow: hidden;
    clear: left;
    margin-bottom: 4px;
}

.eshop.summary .tr.recount {
    border: none;
    padding-top: 15px;
}

.eshop.summary .tr.delivery {
    padding: 10px 0 10px 0;
    height: auto;
}

.eshop.summary .th, .eshop.summary .td {
    float: left;
    line-height: 30px;
    overflow: hidden;
}

.eshop.summary .thead .th {
    font-weight: bold;
    height: 40px;
    line-height: 60px;
}

.eshop.summary .th.first, .eshop.summary .td.first {
    text-align: left;
    width: 269px;
}

.eshop.summary.nodph .th.first, .eshop.summary.nodph .td.first {
    width: 370px;
}

.eshop.summary.nodph .td.first.voucher-td {
    width: 240px;
}

.eshop.summary .th.second, .eshop.summary .td.second {
    text-align: right;
    width: 40px;
}

.eshop.summary .count {
    line-height: 30px;
}

.eshop.summary .td.second input[type="text"] {
    padding-bottom: 0;
    width: 28px;
    text-align: right;
}

.eshop.summary .th.third, .eshop.summary .td.third, .eshop.summary .th.fourth, .eshop.summary .td.fourth {
    text-align: right;
    width: 100px;
}

.eshop.summary .td.fourth {
    font-weight: bold;
}

.eshop.summary .th.fifth, .eshop.summary .td.fifth {
    padding-left: 4px;
    width: 16px;
}

.eshop.summary .remove a {
    display: block;
    float: left;
    height: 16px;
    margin-top: 8px;
    overflow: hidden;
    position: relative;
    width: 16px;
}

.remove a span {
    background: url("/images/styles/template12/delete.png") no-repeat scroll 0 0  rgba(0, 0, 0, 0);
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 2px;
    width: 100%;
}


.eshop.summary .recount {
    border-bottom: medium none;
    margin-top: 1em;
}

.eshop.summary .recount a { 
    padding:7px 11px;
    height:30px;
    border: none;
    font-weight: 700;s
    text-decoration:none;     
}

.eshop.summary .recount a:hover {
    border:none;
    font-weight: 700;
}

.eshop.summary .delivery, .eshop.summary .warning {
    border-bottom: medium none;
}

.eshop.summary .delivery .first {
    line-height: 25px;
    overflow: visible;
    width: 310px;
}

.eshop.summary .delivery select {
    max-width: 310px;
    min-width: 240px;
}

.eshop.summary .warning {
    line-height: 25px;
    padding-left: 20px;
}

.eshop.summary.nodph .delivery .first {
    width: 410px;
}

.eshop.summary.nodph .delivery select {
    max-width: 410px;
}

.eshop.summary .delivery, .eshop.summary .total, .eshop.summary .thead .tr {
    padding-right: 20px;
}

.eshop.summary .total {
    height: 40px;
    line-height: 20px;
}

.eshop.summary .total .td.fourth span {
    font-size: 120%;
}

.eshop.summary .total .td {
    height: 40px;
    line-height: 60px;
}

.header.option {
    margin:30px 0 0 0;
    padding: 10px 15px;
}

.header.option h2 {
    float: left;
}

.header.option .option { 
    float: right;
    height: 27px;
    line-height: 27px;
    margin: 7px 3px;
    padding: 3px 0px 3px 10px;
    position: relative;
    border-radius: 15px;
}

.header.option .option .left-bg, .header.option .option .right-bg {
    background: url("/images/openid-option-bg.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 27px;
    position: absolute;
    width: 3px;
}

.header.option .option .left-bg {
    background-position: 0 0;
    left: -3px;
    top: 0;
}

.header.option .option .right-bg {
    background-position: -3px 0;
    right: -3px;
    top: 0;
}

.header.option .option a {
    background: url("/images/icon-toggle.png") no-repeat scroll 100% 0 rgba(0, 0, 0, 0);
    padding: 1px 20px 1px 0;
}

.header.option .option a:hover {
    background-position: 100% -185px;
}

.header.option .option .mojeid {
    background: url("/images/icon-id.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: 14px;
    margin: 8px 20px 0 0;
    position: relative;
    width: 48px;
}

.header.option .option .openid {
    background: url("/images/icon-id.png") no-repeat scroll 0 -200px rgba(0, 0, 0, 0);
    float: left;
    height: 21px;
    margin: 2px 20px 0 0;
    position: relative;
    width: 67px;  
}

.eshop.address {
    padding: 0px 15px 20px 15px;
}

.row {
    clear: left;
    margin-bottom: 2px;
}

.eshop.address .side-a, .eshop.address .side-b {
    float: left;
}

.eshop.address .side-a {
    line-height: 25px;
    width: 150px;
}

.eshop.form.address h3 {
    padding:5px 0 10px 0;
}

.eshop.form.address .hr hr {
    display: block;
    margin: 8px 0;
} 

#openid-box {
    padding: 10px 15px;
}

#openid-button {
    padding: 7px 12px 0px;
    height: 25px;
}  

/*konec košík*/

#invoice-toggle,
#ship-to-toggle {
    margin: 0 0 0 10px;
} 

.small.showaction {
    position:absolute;
    background: url(/images/styles/template12/eshop-inaction.png) no-repeat scroll -62px 0 rgba(0, 0, 0, 0);
    display: block;
    width: 42px;
    height: 42px;
    left: -5px;
    top: 5px;
}

.small.showaction span {
    position: absolute;
    background: url(/images/styles/template12/eshop-inaction.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 10;
}
.small.percent-1 span {
    background-position: -62px -62px;
}
.small.percent-2 span {
    background-position: -62px -124px;
}
.small.percent-3 span {
    background-position: -62px -186px;
}
.small.percent-4 span {
    background-position: -62px -248px;
}
.small.percent-5 span {
    background-position: -62px -310px;
}
.small.percent-6 span {
    background-position: -62px -372px;
}
.small.percent-7 span {
    background-position: -62px -434px;
}
.small.percent-8 span {
    background-position: -62px -496px;
}
.small.percent-9 span {
    background-position: -62px -558px;
}
.small.percent-10 span {
    background-position: -62px -620px;
}
.small.percent-11 span {
    background-position: -62px -682px;
}
.small.percent-12 span {
    background-position: -62px -744px;
}
.small.percent-13 span {
    background-position: -62px -806px;
}
.small.percent-14 span {
    background-position: -62px -868px;
}
.small.percent-15 span {
    background-position: -62px -930px;
}
.small.percent-16 span {
    background-position: -62px -992px;
}
.small.percent-17 span {
    background-position: -62px -1054px;
}
.small.percent-18 span {
    background-position: -62px -1116px;
}
.small.percent-19 span {
    background-position: -62px -1178px;
}
.small.percent-20 span {
    background-position: -62px -1240px;
}
.small.percent-21 span {
    background-position: -62px -1302px;
}
.small.percent-22 span {
    background-position: -62px -1364px;
}
.small.percent-23 span {
    background-position: -62px -1426px;
}
.small.percent-24 span {
    background-position: -62px -1488px;
}
.small.percent-25 span {
    background-position: -62px -1550px;
}
.small.percent-26 span {
    background-position: -62px -1612px;
}
.small.percent-27 span {
    background-position: -62px -1674px;
}
.small.percent-28 span {
    background-position: -62px -1736px;
}
.small.percent-29 span {
    background-position: -62px -1798px;
}
.small.percent-30 span {
    background-position: -62px -1860px;
}
.small.percent-31 span {
    background-position: -62px -1922px;
}
.small.percent-32 span {
    background-position: -62px -1984px;
}
.small.percent-33 span {
    background-position: -62px -2046px;
}
.small.percent-34 span {
    background-position: -62px -2108px;
}
.small.percent-35 span {
    background-position: -62px -2170px;
}
.small.percent-36 span {
    background-position: -62px -2232px;
}
.small.percent-37 span {
    background-position: -62px -2294px;
}
.small.percent-38 span {
    background-position: -62px -2356px;
}
.small.percent-39 span {
    background-position: -62px -2418px;
}
.small.percent-40 span {
    background-position: -62px -2480px;
}
.small.percent-41 span {
    background-position: -62px -2542px;
}
.small.percent-42 span {
    background-position: -62px -2604px;
}
.small.percent-43 span {
    background-position: -62px -2666px;
}
.small.percent-44 span {
    background-position: -62px -2728px;
}
.small.percent-45 span {
    background-position: -62px -2790px;
}
.small.percent-46 span {
    background-position: -62px -2852px;
}
.small.percent-47 span {
    background-position: -62px -2914px;
}
.small.percent-48 span {
    background-position: -62px -2976px;
}
.small.percent-49 span {
    background-position: -62px -3038px;
}
.small.percent-50 span {
    background-position: -62px -3100px;
}
.small.percent-51 span {
    background-position: -62px -3162px;
}
.small.percent-52 span {
    background-position: -62px -3224px;
}
.small.percent-53 span {
    background-position: -62px -3286px;
}
.small.percent-54 span {
    background-position: -62px -3348px;
}
.small.percent-55 span {
    background-position: -62px -3410px;
}
.small.percent-56 span {
    background-position: -62px -3472px;
}
.small.percent-57 span {
    background-position: -62px -3534px;
}
.small.percent-58 span {
    background-position: -62px -3596px;
}
.small.percent-59 span {
    background-position: -62px -3658px;
}
.small.percent-60 span {
    background-position: -62px -3720px;
}
.small.percent-61 span {
    background-position: -62px -3782px;
}
.small.percent-62 span {
    background-position: -62px -3844px;
}
.small.percent-63 span {
    background-position: -62px -3906px;
}
.small.percent-64 span {
    background-position: -62px -3968px;
}
.small.percent-65 span {
    background-position: -62px -4030px;
}
.small.percent-66 span {
    background-position: -62px -4092px;
}
.small.percent-67 span {
    background-position: -62px -4154px;
}
.small.percent-68 span {
    background-position: -62px -4216px;
}
.small.percent-69 span {
    background-position: -62px -4278px;
}
.small.percent-70 span {
    background-position: -62px -4340px;
}
.small.percent-71 span {
    background-position: -62px -4402px;
}
.small.percent-72 span {
    background-position: -62px -4464px;
}
.small.percent-73 span {
    background-position: -62px -4526px;
}
.small.percent-74 span {
    background-position: -62px -4588px;
}
.small.percent-75 span {
    background-position: -62px -4650px;
}
.small.percent-76 span {
    background-position: -62px -4712px;
}
.small.percent-77 span {
    background-position: -62px -4774px;
}
.small.percent-78 span {
    background-position: -62px -4836px;
}
.small.percent-79 span {
    background-position: -62px -4898px;
}
.small.percent-80 span {
    background-position: -62px -4960px;
}
.small.percent-81 span {
    background-position: -62px -5022px;
}
.small.percent-82 span {
    background-position: -62px -5084px;
}
.small.percent-83 span {
    background-position: -62px -5146px;
}
.small.percent-84 span {
    background-position: -62px -5208px;
}
.small.percent-85 span {
    background-position: -62px -5270px;
}
.small.percent-86 span {
    background-position: -62px -5332px;
}
.small.percent-87 span {
    background-position: -62px -5394px;
}
.small.percent-88 span {
    background-position: -62px -5456px;
}
.small.percent-89 span {
    background-position: -62px -5518px;
}
.small.percent-90 span {
    background-position: -62px -5580px;
}
.small.percent-91 span {
    background-position: -62px -5642px;
}
.small.percent-92 span {
    background-position: -62px -5704px;
}
.small.percent-93 span {
    background-position: -62px -5766px;
}
.small.percent-94 span {
    background-position: -62px -5828px;
}
.small.percent-95 span {
    background-position: -62px -5890px;
}
.small.percent-96 span {
    background-position: -62px -5952px;
}
.small.percent-97 span {
    background-position: -62px -6014px;
}
.small.percent-98 span {
    background-position: -62px -6076px;
}
.small.percent-99 span {
    background-position: -62px -6138px;
}
.small.percent-100 span {
    background-position: -62px -6200px;
}
.big.showaction {
    background: url(/images/styles/template12/eshop-inaction.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 62px;
    left: 0;
    position: absolute;
    top: 0;
    width: 62px;
}
.big.showaction span {
    background: url(/images/styles/template12/eshop-inaction.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}
.big.percent-1 span {
    background-position: 0 -62px;
}
.big.percent-2 span {
    background-position: 0 -124px;
}
.big.percent-3 span {
    background-position: 0 -186px;
}
.big.percent-4 span {
    background-position: 0 -248px;
}
.big.percent-5 span {
    background-position: 0 -310px;
}
.big.percent-6 span {
    background-position: 0 -372px;
}
.big.percent-7 span {
    background-position: 0 -434px;
}
.big.percent-8 span {
    background-position: 0 -496px;
}
.big.percent-9 span {
    background-position: 0 -558px;
}
.big.percent-10 span {
    background-position: 0 -620px;
}
.big.percent-11 span {
    background-position: 0 -682px;
}
.big.percent-12 span {
    background-position: 0 -744px;
}
.big.percent-13 span {
    background-position: 0 -806px;
}
.big.percent-14 span {
    background-position: 0 -868px;
}
.big.percent-15 span {
    background-position: 0 -930px;
}
.big.percent-16 span {
    background-position: 0 -992px;
}
.big.percent-17 span {
    background-position: 0 -1054px;
}
.big.percent-18 span {
    background-position: 0 -1116px;
}
.big.percent-19 span {
    background-position: 0 -1178px;
}
.big.percent-20 span {
    background-position: 0 -1240px;
}
.big.percent-21 span {
    background-position: 0 -1302px;
}
.big.percent-22 span {
    background-position: 0 -1364px;
}
.big.percent-23 span {
    background-position: 0 -1426px;
}
.big.percent-24 span {
    background-position: 0 -1488px;
}
.big.percent-25 span {
    background-position: 0 -1550px;
}
.big.percent-26 span {
    background-position: 0 -1612px;
}
.big.percent-27 span {
    background-position: 0 -1674px;
}
.big.percent-28 span {
    background-position: 0 -1736px;
}
.big.percent-29 span {
    background-position: 0 -1798px;
}
.big.percent-30 span {
    background-position: 0 -1860px;
}
.big.percent-31 span {
    background-position: 0 -1922px;
}
.big.percent-32 span {
    background-position: 0 -1984px;
}
.big.percent-33 span {
    background-position: 0 -2046px;
}
.big.percent-34 span {
    background-position: 0 -2108px;
}
.big.percent-35 span {
    background-position: 0 -2170px;
}
.big.percent-36 span {
    background-position: 0 -2232px;
}
.big.percent-37 span {
    background-position: 0 -2294px;
}
.big.percent-38 span {
    background-position: 0 -2356px;
}
.big.percent-39 span {
    background-position: 0 -2418px;
}
.big.percent-40 span {
    background-position: 0 -2480px;
}
.big.percent-41 span {
    background-position: 0 -2542px;
}
.big.percent-42 span {
    background-position: 0 -2604px;
}
.big.percent-43 span {
    background-position: 0 -2666px;
}
.big.percent-44 span {
    background-position: 0 -2728px;
}
.big.percent-45 span {
    background-position: 0 -2790px;
}
.big.percent-46 span {
    background-position: 0 -2852px;
}
.big.percent-47 span {
    background-position: 0 -2914px;
}
.big.percent-48 span {
    background-position: 0 -2976px;
}
.big.percent-49 span {
    background-position: 0 -3038px;
}
.big.percent-50 span {
    background-position: 0 -3100px;
}
.big.percent-51 span {
    background-position: 0 -3162px;
}
.big.percent-52 span {
    background-position: 0 -3224px;
}
.big.percent-53 span {
    background-position: 0 -3286px;
}
.big.percent-54 span {
    background-position: 0 -3348px;
}
.big.percent-55 span {
    background-position: 0 -3410px;
}
.big.percent-56 span {
    background-position: 0 -3472px;
}
.big.percent-57 span {
    background-position: 0 -3534px;
}
.big.percent-58 span {
    background-position: 0 -3596px;
}
.big.percent-59 span {
    background-position: 0 -3658px;
}
.big.percent-60 span {
    background-position: 0 -3720px;
}
.big.percent-61 span {
    background-position: 0 -3782px;
}
.big.percent-62 span {
    background-position: 0 -3844px;
}
.big.percent-63 span {
    background-position: 0 -3906px;
}
.big.percent-64 span {
    background-position: 0 -3968px;
}
.big.percent-65 span {
    background-position: 0 -4030px;
}
.big.percent-66 span {
    background-position: 0 -4092px;
}
.big.percent-67 span {
    background-position: 0 -4154px;
}
.big.percent-68 span {
    background-position: 0 -4216px;
}
.big.percent-69 span {
    background-position: 0 -4278px;
}
.big.percent-70 span {
    background-position: 0 -4340px;
}
.big.percent-71 span {
    background-position: 0 -4402px;
}
.big.percent-72 span {
    background-position: 0 -4464px;
}
.big.percent-73 span {
    background-position: 0 -4526px;
}
.big.percent-74 span {
    background-position: 0 -4588px;
}
.big.percent-75 span {
    background-position: 0 -4650px;
}
.big.percent-76 span {
    background-position: 0 -4712px;
}
.big.percent-77 span {
    background-position: 0 -4774px;
}
.big.percent-78 span {
    background-position: 0 -4836px;
}
.big.percent-79 span {
    background-position: 0 -4898px;
}
.big.percent-80 span {
    background-position: 0 -4960px;
}
.big.percent-81 span {
    background-position: 0 -5022px;
}
.big.percent-82 span {
    background-position: 0 -5084px;
}
.big.percent-83 span {
    background-position: 0 -5146px;
}
.big.percent-84 span {
    background-position: 0 -5208px;
}
.big.percent-85 span {
    background-position: 0 -5270px;
}
.big.percent-86 span {
    background-position: 0 -5332px;
}
.big.percent-87 span {
    background-position: 0 -5394px;
}
.big.percent-88 span {
    background-position: 0 -5456px;
}
.big.percent-89 span {
    background-position: 0 -5518px;
}
.big.percent-90 span {
    background-position: 0 -5580px;
}
.big.percent-91 span {
    background-position: 0 -5642px;
}
.big.percent-92 span {
    background-position: 0 -5704px;
}
.big.percent-93 span {
    background-position: 0 -5766px;
}
.big.percent-94 span {
    background-position: 0 -5828px;
}
.big.percent-95 span {
    background-position: 0 -5890px;
}
.big.percent-96 span {
    background-position: 0 -5952px;
}
.big.percent-97 span {
    background-position: 0 -6014px;
}
.big.percent-98 span {
    background-position: 0 -6076px;
}
.big.percent-99 span {
    background-position: 0 -6138px;
}
.big.percent-100 span {
    background-position: 0 -6200px;
}
.showaction span {
    text-indent: -9999px;
}

#comment li > span:nth-child(2n),
#comment li > span:nth-child(3n) {
    font-size: 80%;
}
a.showanswer {
    cursor: pointer;
}
#comment > .subcomments {
    display: none;
}
#comment .subcomments  {
    padding-left: 30px;
}

.agreement-right {
    float: none !important;
    text-align: right;
    padding-bottom: 10px;
}

#userbox {
    padding: 10px;
}
#userbox ul {
    padding: 0;
    list-style: none;
}

#userbox input[type=text], #userbox input[type=password] {
    width: 92%;
}

#eshopbox {
    padding: 5px;
    height: 100px;
}

.item-discount {
    border-radius: 5px;
    padding-left: 2px;
    padding-right: 2px;
    border: 1px solid red;
    color: red;
}

#voucher-remove span {
    font-size: x-large;
    color: red;
    vertical-align: baseline;
}

#voucher-check span {
    font-size: x-large;
    vertical-align: baseline;
}

#voucher-flash > div.error {
    padding-left: 5px;
    padding-top: 3px;
    color: #a94442
}

#voucher-flash > div.success {
    padding-left: 5px;
    padding-top: 3px;
    color: #3c763d
}

.eshop.summary input.code {
    width: 80%;
    display: inline;
}

hr.form-label {
    margin-top: 10px;
    border-top: 1px solid #cdcdcd
}

.payment-options {
    display: flex;
    justify-content: center;
}
.payment-options__item {
    display: flex;
    flex-direction: column;
    margin: 0 1em;
}
.payment-options__link {
    border: 2px solid #303030;
    border-radius: 50%;
    padding: 1rem;
    margin: 1rem;
    width: 6em;
    height: 6em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.payment-options__title-link {
    margin-left: 35px;
}

.payment-options__img {
    width: 8em;
}

.confirm.button p.order-payment-notice {
    float: right;
}

input[type="submit"]#delete-user-button {
    background-color:red !important;
    color:white !important;
    text-shadow:none !important;
}
input[type="submit"]#delete-user-button:hover {
    background-color:black !important;
}

input[type="submit"]#delete-user-button:disabled:hover {
    background-color:red !important;
}

/*modal*/
.blocker {
    z-index: 100 !important;
}/* ERIS white-blue */
body {background-image: url(/images/styles/template12/white_blue/white.jpg);
      background-repeat: repeat-x; 
      background-color: #353535;
}    

h1 {
    color: #404040;
}

h1 a, h1 a:visited, h3 a, h3 a:visited, h5 a, h5 a:visited{
    color: #404040;
}

h1 a:hover, h3 a:hover, h5 a:hover {
    color: #3B8CC2;
}    

h2 {
    color: #3B8CC2;
}

h2 a, h2 a:visited, h4 a, h4 a:visited{
    color: #3B8CC2;
}

h2 a:hover, h4 a:hover {
    color: #404040;
}    

h3 {
    color: #404040;
}

h4 {
    color: #3B8CC2;
}    

h5 {
    color: #404040;
}

a,
a:visited,
a:active {
    color: #3962ba;
}

a:hover {
    color:#808080;
}

.cyan {
    background: #E8FEFF; 
    border: 1px solid #4ac3cb;
} 

.blue {
    background: #e0f4ff; 
    border: 1px solid #3e93cb;
}   

.green {
    background: #E1FCEB;
    border: 1px solid #70bd52;
}   

.red {
    background: #FFE5E5;
    border: 1px solid #EB0304;
} 

.purple {
    background: #ecedff;
    border: 1px solid #8234c2;
}   

.pink {
    background: #FFEDEF; 
    border: 1px solid #FF83B6;
}        

#wrapper { 
    background-color: #ffffff;
}

#header-fix {
    background-color: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 0px 1px 8px 0px rgba(60,60,60,0.3);
    -moz-box-shadow: 0px 1px 8px 0px rgba(60,60,60,0.3);
    box-shadow: 0px 1px 8px 0px rgba(60,60,60,0.3);   
}                

label {
    color: #808080;
}

label strong {
    color: #000000;
}

input, select, textarea {
    color: #404040; 
    background: #fcfcfc;
    border: 1px solid #cdcdcd;
}

input:focus, textarea:focus {
    color: #000000;    
    background: #ffffff;
    border: 1px solid #3e93cb;
} 

input[type="button"],
input[type="submit"]{
    background:#3e93cb;
    color:white;
    text-shadow: 0 -1px #27417A;
}
a.button {
    background:#3e93cb;
    color:white;
}

input[type="button"]:hover,
input[type="submit"]:hover, 
#form .button:hover {
    background:#404040;
    color:white;
    text-shadow: 0 -1px #707070;
}
a.button:hover {
    background:#404040;
    color:white;
}

.header-search input#loupe {
    background-image: url(/images/styles/template12/white_blue/icons.png);
}

.required {
    border-top: 1px solid #cdcdcd;
}  

.tabulka thead { background: #eeeeee;
}

.tabulka td { 
    border: 1px solid #e0e0e0;
}   

.tabulka tbody tr:hover {
    background: #E6F1FF; 
    border: 1px solid #3e93cb;
}         

/* main-menu  */                            

#main-menu {  
    border-top: 1px solid #e3e3e3;  
    background: #ffffff;
}

#main-menu a {
    color: #000;
}

#main-menu > ul > li > a:hover { 
    background: #3B8CC2;
    color: #ffffff;
}

#main-menu > ul > li:hover > a {
    background: #3e93cb;   
    color: #ffffff;       
}

#main-menu ul ul > li > a{
    background: #636363;
    color: #ffffff;
    border-color: #454545;  
}
#main-menu ul ul > li > a:hover {
    background: #3e93cb;
    color: #ffffff;
}

#main-menu ul > li a.active{ 
    background:#3e93cb;
    color: #fff;
}

#main-menu ul > li .active:hover { 
    background:#3e93cb;
    color: #000;
}  

#main-menu ul ul > li.active a{ 
    color: #3e93cb;
    background-color: #636363;
}

#main-menu ul ul > li.active a:hover{ 
    color: #ffffff;
    background-color: #3e93cb;
}  

#main-menu > ul > li:after {
    background: #cdcdcd; 
}

#main {
    background: #ffffff;
} 

#path {
    color:#7F7D7D;
} 

#path a {
    color:#7F7D7D;
} 

#path a:hover {
    color:#7F7D7D;
}  

#lcolumn h2{
    color: #3B8CC2;
}

.news-date {  
    color:#7F7D7D;
}

.news-item:hover {
    color: #707070;
}

#links ul li {
    border-bottom: 1px solid #E8E8E8;

}

#links > ul > li > a:hover {
    color:#3B8CC2;
}

#random-image h2 a {
    color:#3B8CC2;
} 

#random-image h2 a:hover {
    color:#404040;
} 

/* náhodný eshop */

#random-eshop h3,
#random-eshop h3 a, 
#random-eshop h3 a:visited {
    color:#404040;
}

.top-product .item { 
    border: 1px solid #dddddd;
}  

.top-product .item:hover { 
    border: 1px solid #3B8CC2;
}   

#content {
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
}      

#rcolumn h2{
    color: #3B8CC2;
}

#eshopbox {
    background-color: rgba(224, 224, 224, 0.5);
    border: 1px solid #D1D1D1;
} 

#eshopbox a, 
#eshopbox a:visited {
    color: #404040;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);  
}  
/*
#eshopbox a:hover {   
    background-image: url(/images/styles/template12/white_blue/eshop-hover.png);  
}
*/
#eshopbox:hover {
    border: 1px solid #3B8CC2;
}  

#eshopbox h2 a {
    color: #404040;
}
/*
#eshopbox h2 a:hover {
    color: #3e93cb;
}
*/
#eshopbox p {
    color: #404040;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}  

/*eshop hlavni vypis*/

.gset {
    background: none repeat scroll 0 0 #f5f5f5;
    border: 1px solid #e8e8e8;
}

.gset:hover {
    border: 1px solid #3e93cb;
}


.eshop.filter {
    color: #404040;
    border: 1px solid #d1d1d1;
    background-color: rgba(224,224,224,0.3);
}

.eshop.filter label {
    color: #000;
}
/* eshop výpis zboží */

.eshop.item.inline {  
    border-bottom: 1px solid #cccccc;
}

.eshop.item h2 a{
    color: #3B8CC2;
} 

.eshop.item h2 a:hover{
    color: #3B8CC2;
} 

.addtobasket {  
    color: #404040;
    border: 1px solid #d1d1d1;
    background-color: #f6f6f6;
}      


.price.temporary small{
    color: #787878;
}
.price.inaction big{
    color: red;
} 

.price.inaction small{
    color: #787878;
}

.price.inaction del{
    color: #606060;
}  

.addtobasket .inputs input[type="submit"]{
    background-color: #3e93cb;
} 

.addtobasket .inputs input[type="submit"]:hover {
    background-color:#404040;
} 

.icons .stock1 {   /*skladem*/
    background-image: url(/images/styles/template12/white_blue/icons.png);
}

.icons .stock2 {   /*na cestě*/
    background-image: url(/images/styles/template12/white_blue/icons.png);  
}

.icons .stock3 {   /*u dodavatele*/
    background-image: url(/images/styles/template12/white_blue/icons.png); 
}

.icons .stock4 {   /*na zakázku*/
    background-image: url(/images/styles/template12/white_blue/icons.png);   
}

.icons .stock5 {   /*na dotaz*/
    background-image: url(/images/styles/template12/white_blue/icons.png);
}

.eshop.item.table {
    border: 1px solid #cdcdcd;
}

.eshop.item.table .addtobasket {
    border-top: 1px solid #cdcdcd;
}  

/* seznamy */

#content li {
    color: #303030;
}  

#content li a:hover {
    color: #000000;
}

#content > li {
    color: #303030;
    color:black;
}  

#content > li a {
    color: #303030;
}

#content ul ul > li {
    color:#303030;
}

#webmap li {
    color: #808080;
}  

#webmap li a {
    color: #808080;
}

#webmap li a:hover {
    color: #000000;
}

#webmap > li {
    color: #303030;
    color:black;
}  

#webmap > li a {
    color: #303030;
}

#webmap ul ul > li {
    color:#606060;
}

/* vyhledavani + soubory ke stazeni*/

.ltype2 a,
.search a {
    color: #3B8CC2;
}

.ltype2 a:hover,
.search a:hover {
    color: #404040;
}

.linfo {
    border-top: 1px solid #e8e8e8;
}

.linfo a {
    color: #404040;
}

.linfo span{
    color: #cdcdcd;
}

#form {  
    color: #404040;
    border: 1px solid #d1d1d1;
    background-color: rgba(224,224,224,0.3);
}    

#form label {
    color: #000;
}

#form span {
    color: #3B8CC2;
}  


#form input[type="button"],
#form input[type="submit"] {
    background:#3e93cb;
    color:white;
    text-shadow: 0 -1px #03B0A8;
}   

#comment span {
    color: #404040;
} 

.row-1 {
    background: #ffffff;
    border-bottom:1px solid #9CCBE5;
}

.row-2 {
    background: #FAFEFF;
    border-bottom:1px solid #9CCBE5;
}  

/* photogallery */  

.thumb {
    border: 1px solid #cdcdcd;
} 

.thumb-l1 {
    background: #fcfcfc;
} 

#gphoto {
    border: 1px solid #cdcdcd;
}

#gphoto p {
    border-bottom: 1px dotted #0D57A8;
}

.gnav1 a,
.gnav1 a:link,
.gnav1 a:visited {
    color: #404040;
}

.gnav1 a:hover {
    color: #3B8CC2;
}

.gnav2 a,
.gnav2 a:link,
.gnav2 a:visited {
    color: #404040;
}

.gnav2 a:hover {
    color: #3B8CC2;
}

.gnav2.bottom .gback {
    color: #3e93cb;
}

.gnav2.bottom .gback:hover {
    color: #404040;
}

/*konec photogallery*/  

/* patička */
#footer {
    background: #353535;
    border-top: 4px solid #3e93cb; 
}

#side-menu a {
    color: #909090;
}

#side-menu > ul > li > a:hover { 
    color: #3e93cb;
}

#side-menu li a:visited { 
    color: #808080;
}

#contact {
    color: #909090;
}

#contact ul li:before {
    background-image: url(/images/styles/template12/white_blue/icons.png);  
}

#footer-info { 
    border-top: 1px solid #505050;
    color: #909090;
}

#footer-info a {
    color: #a1a1a1;
}

#footer-info a:hover {
    color: #3e93cb;
}  

#footer-info span {
    color: #505050;
}

/* košík */

.confirm.button input[type="submit"] {
    color: #FFFFFF;
}

.eshop.summary .thead .tr {
    border-bottom: 2px solid #9C9C9C;
}

.eshop.summary .tr {
    border-bottom: 1px solid #eeeeee;
}

.eshop.summary .tr.delivery {
    border-bottom: 1px solid #eeeeee; 
}

.eshop.summary .recount span {
    color: #25599C;
}

.eshop.summary .recount a {     
    background:#3e93cb;
    color:white;
}

.eshop.summary .recount a:hover {
    background:#404040;
    color:white;
}

.eshop.summary .warning {
    color: #C41D1D;
}

.header.option {
    background-color: #f8f8f8;
}

.header.option .option { 
    border: 1px solid #3B8CC2;
    background: #ffffff;
}

.eshop.address {
    background-color: #f8f8f8;
}

.eshop.form.address .hr hr {
    border: 1px solid #e1e1e1;
} 

#openid-box {
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    background: #f8f8f8;
}
