/* SIRIUS */

/* css_browser_selector */
.ie8 .form-wrapper, .ie7 .form-wrapper{background-color: #ececec;} 
.ie8 #side-column, .ie8 #main-column,
.ie7 #side-column, .ie7 #main-column{ background-color: white;}
.ie7 .main-menu ul li {
  display:inline;
  line-height:40px;
  padding:0 7px;
}
.ie7 .main-menu ul ul {
  position: relative;
  top: 0; left: 7px;
}
.ie7 .main-menu ul ul li {
  border-bottom: 0;
  padding: 5px;
  width: 210px;
}
.ie7 .main-menu ul li:hover {
  z-index: 195;
}
.ie8 .main-menu ul ul li {
  border-bottom: 0;
}


/* Helping classes */
.clear { clear: both}
span.clear { display: block; }
.nodisplay { display: none; }
.floatleft {float: left}
.floatright {float: right;}

#footer {
  display: none !important;
}

#p-footerJS {
  background: url(/images/styles/template11/footer.png) #bdbdbd;
  text-align: center;
  margin-top: 10px;
  padding: 1.5em 0 1.5em 0;
  color: #C7C7C7;
  line-height: 170%;
  font-size: 13.5px;
}
#p-footerJS a,
#p-footerJS a:hover,
#p-footerJS a:focus {
  color: #C7C7C7 !important;
}

/* Tags */
body {
  color:#000;
  font-family: Tahoma, Geneva, sans-serif;
  font-size:13px;
  background-color:#333;
  margin:0;
  padding:0;
  background-image: url(/images/styles/template11/body.png);
}

h1, h2, h3, h4, h5, h6 {font-family:'Source Sans Pro', sans-serif; margin-bottom: 5px;}

p {color:#000; margin: 5px 0;}
hr {color: white}

h1 {  font-size:2.4em;  font-weight:400;}
h2 {  font-size:1.6em;  font-weight:400;}
h3 {  font-size:1.4em; font-weight:400;}
h4, h5, h6 {font-weight:400;}

a {color:#2b67a6;}
a:active, a:hover {color: #3986d9; text-decoration: none}

img {border:0;}

button, input[type="button"], input[type="submit"] {
  line-height:30px;
  -moz-border-radius:5px;
  border-radius:5px;
  color:#fff;
  border:0;
  font-family:inherit;
  font-size:1em;
  padding:0 10px 2px 10px;
  height: 30px;
  cursor: pointer; }

/* Classes & IDs */

.content {
  width:960px;
  margin:0 auto;
}

.column-inner{padding:15px;}

.column-inner ul, .column-inner ol {
  padding: 10px 10px 10px 20px;
}

#main-column {
  float:right;
  width:730px;
  background-color:rgba(255,255,255,0.7);
  border-radius: 5px;
  box-shadow: 0 1px 1px rgba(0,0,0,0.1) inset, 0 1px 0 rgba(255,255,255,.05);
}

#side-column {
  float:left;
  width:215px;
  background-color:rgba(255,255,255,0.7);
  border-radius: 5px;
  box-shadow: 0 1px 1px rgba(0,0,0,0.1) inset, 0 1px 0 rgba(255,255,255,.05);
}
#side-column p {
  text-align: justify;
  color: #666;
  margin-top: 0px; 
}

#side-column h2 {text-align: center;}

#side-column h1, #side-column h2, #side-column h3, #side-column h4, #side-column h5 {font-size: 14px; margin-bottom: 10px; font-weight: 700;}

#side-column ul {list-style: inherit; padding-left: 20px !important; }

#side-column ul { padding: 5px;  background-color: #f1f1f1; border-radius: 5px;  margin-bottom: 5px; margin-top: 10px;}

/* MENU */
#menu {
  display: block;
  margin-bottom: 10px;
}

.main-menu ul li:hover > ul {
  display: block;
  position: absolute;
  top:40px;
}

.main-menu {
  width:960px;
  margin: 0 auto;
  text-align: center;
  /*margin-left: 350px;*/
  z-index: 190;
}

.main-menu ul {
  list-style:none;
  width:960px;
  margin:0;
  padding:0;
  line-height: 40px;
}
.main-menu a {
  color: #fff;
  text-decoration:none;
  font-size: 20px;
}

.main-menu ul li {
  position: relative;
  display:inline-block;
  line-height:40px;
  padding:0 7px;
  background: url(/images/styles/template11/separator.png) no-repeat 0 100%;
}
.main-menu ul li ul li,
.main-menu ul li:first-child{background: none;}

.main-menu ul li a {
  padding:7px 7px 2px 7px;
}

.main-menu ul li.sublinks a.active:before{
  border-bottom:0;
}

.main-menu ul li .active, .main-menu ul li a:hover {
  border:0;
  border-bottom:5px;
  border-style: solid;
}

.main-menu ul ul {
  z-index: 200;
  width: 230px;
  height: auto;
  text-align: left;
  clear: both;
  line-height: 35px;
  -moz-border-radius:0 0 5px 5px;
  border-radius:0 0 5px 5px;
  margin-top:-2px;
  font-weight: bold;
  display: none;
  -webkit-box-shadow: 0 6px 6px -6px #333;
  -moz-box-shadow: 0 6px 6px -6px #333;
  box-shadow: 0 6px 6px -6px #333;
}

.main-menu ul ul li {
  display: block;
  clear: both;
  float: none; 
  position: relative;
  padding: 5px;
}
.main-menu ul ul li a:before,
.main-menu ul li.sublinks ul li a.active:before {
  width: 0; 
  height: 0; 
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  content: '';
  position: absolute;
  top: 12px;
  left: 10px;
}
.main-menu ul ul li a {
  font-weight: normal;
  font-size: 0.9em;
  line-height: 18px;
  height: auto;
  display: block;
  padding:0 25px;
  border-bottom: 1px;

}
.main-menu ul ul li a:hover, .main-menu ul ul li .active{
  font-weight: bold;
  line-height: 18px;
  display: block;
  padding:0 25px;
  border-bottom: 0;
}
.main-menu ul li.sublinks ul li a:hover{
  font-weight: normal;
  text-decoration: underline;
  border-bottom: 0;
}

.main-menu ul li.sublinks ul li a.active:hover {
  font-weight: bold;
  text-decoration: none;
  padding-bottom: 0;
}
.main-menu ul ul li:last-child {border-bottom: none;}

.main-menu ul li ul li:last-child > a:hover,
.main-menu ul li ul li:last-child a,
.main-menu ul li.sublinks ul li:last-child a.active {
  border-radius:0 0 5px 5px;
  border-bottom: none;
}



/* submenu hovers */
.main-menu ul li.sublinks a:hover {
  border-style: solid;
  border-bottom: 0;

} 

.main-menu ul li.sublinks a.active:hover,
.main-menu li.sublinks:hover > a {
  -moz-border-radius:5px 5px 0 0;
  border-radius:5px 5px 0 0;
  padding-bottom:10px;
  border-bottom: none;
} 


#side-column img {
  margin:10px;
}



#header-theme{
  background: url(/obrazek/3/motiv-05-jpg) no-repeat;
  background-size: cover;
}

.theme {
  height: 390px;
  overflow: hidden;
  position: relative;
}

#theme-item {
  position:absolute;
  top:100px;
  right: 3px;
  width: 100%;
  text-align: right;
  text-shadow:-2px -2px 2px #333, -2px 2px 2px #333, 2px -2px 2px #333, 1px 1px 15px #333, 2px 2px 2px #333;
  color: #ffffff;
  font-size:1.25em;
}

#theme-item h2 {
  font-size:2.0em;    
  margin-left: 0px;
  -webkit-font-smoothing: antialiased;
  color: #ffffff;          

}
#theme-item p {
  font-size:1.4em;
  font-weight: 200;
  margin-left: 0px;  
  color: #ffffff;

}
#theme-item a {
  display: block;
  position: absolute;
  /*background: #bf0000;*/
  color: #ffffff;   
  /*opacity: 0.5; filter:alpha (opacity=50);*/
  border-radius: 10px;
  top: 0; left: 0;
  width: 600px; height: 100px;
  z-index: 2;
}

.theme object {
  position: relative;
  top: 0;
  left: -1020px;
  width: 3000px;
  height: 390px;
  z-index: 3;
}


#logo {
  z-index: 1;
  display: inline-block;
  width: 222px;
  height: 100px;
  margin-top: 20px;
  background: url(/obrazek/3/logo-png/) no-repeat;
  background-color: #fff;
  background-position: center;
  border-radius: 10px;
  box-shadow: 0 0 10px -5px black;
}

#logo span {
  display: block;
  z-index: 2;
  width: 100%; height: 100%;
  display: none
}


#random-img {
  text-align: center;
  border-radius: 5px;
  background-color: #f1f1f1;
  margin-top: 10px;
  margin-bottom: 5px;
}

#random-img img {float: none; max-width: 163px;}

.dotted-line {
  border-bottom: 1px dashed #d5d5d5;
  margin-bottom: 10px;
}


/* ---[ search form header ]----------------------------- */
.search_box {
  position:absolute;
  top:310px;
}

/* Form wrapper styling */
.form-wrapper {
  margin-top: -40px;
  width: 350px;
  height: 40px;
  padding: 15px;
  background: #444;
  background: rgba(0,0,0,.05);
  border-radius: 10px;
  box-shadow: 0 1px 1px rgba(0,0,0,.2) inset, 0 1px 0 rgba(255,255,255,.05);
}

/* Form text input */

.form-wrapper input {
  width: 230px;
  height: 20px;
  padding: 10px 5px;
  float: left;   
  border: 0;
  background: #fafafa;
  border-radius: 3px 0 0 3px;     
}

.form-wrapper input:focus {
  outline: 0;
  background: #fff;
  box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
}


/* Form submit button */
.form-wrapper .submit {
  overflow: visible;
  position: relative;
  float: right;
  border: 0;
  padding: 0;
  cursor: pointer;
  height: 40px;
  width: 110px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0 3px 3px 0;     
}  

.form-wrapper .submit:hover{    
  background: #3d3d3d;
}  

.form-wrapper .submit:active,
.form-wrapper .submit:focus{  
  outline: 0;  
}

.form-wrapper .submit:before { /* left arrow */
  content: '';
  position: absolute;
  border-width: 8px 8px 8px 0;
  border-style: solid solid solid none;
  top: 12px;
  left: -5px;
}     

.form-wrapper .submit::-moz-focus-inner { /* remove extra button spacing for Mozilla Firefox */
  border: 0;
  padding: 0;
}   


/* ---[ search form header ]----------------------------- */

#listdata .linfo { clear: both; color: #999; border-top: 1px solid #999; margin-top: 0.5em; background: #f1f1f1; padding: 2px; border-radius: 0 0 5px 5px;}


/* ---[ contact ]----------------------------- */
#contact {
  text-align: right;
  padding:10px 0;
  font-size: 0.8em;
}

#contact div { padding-right: 24px; line-height: 18px; margin-top: 3px;}

#contact .fax, #contact .ic, #contact .dic { padding-right: 0; font-weight: bold;}

#contact .fax span, #contact .ic span, #contact .dic span {
  display: block;
  float: right; 
  width: 24px;
  font-size: 1em;  
  color: #7d7d7d;
  text-align: right;
}

#contact .fax span { margin-top: 1px; } 
#contact .company { background: url(/images/styles/template11/icon-company-b.png) no-repeat 100% 2px transparent; font-weight: bold; color:#0045b8; font-size: 1.2em;}
#contact .phone { background: url(/images/styles/template11/icon-phone-b.png) no-repeat 100% 2px transparent; font-weight: bold;}
#contact .email { background: url(/images/styles/template11/icon-email-b.png) no-repeat 100% 2px transparent; }
#contact .icq { background: url(/images/styles/template11/icon-icq-b.png) no-repeat 100% 2px transparent; }
#contact .skype { background: url(/images/styles/template11/icon-skype-b.png) no-repeat 100% 2px transparent; }

/* ---[ contact ]----------------------------- */

/* ---[ sidebar top product ]----------------- */

#top-product { padding:5px; margin-top: 5px; border-radius: 5px;}
#top-product h3 { font-weight: bold; line-height: 1.4em; }
#top-product.single h3 { font-size: 1.1em; }
#top-product.multi h3 { font-size: 1.05em; }

#top-product .item {
  text-align: center;
  background: white;
  border: 1px dashed #f1f1f1;
  border-radius: 5px;
  margin-bottom: 5px;
  padding: 5px;
}

#top-product img{margin:10px auto; max-width: 150px;}
#top-product .image { display: block; position: relative; }

#top-product .small.showaction { top: 5px; left: 5px; }

#top-product.single .image {margin: 0 auto; }
#top-product.single del,
#top-product.multi big,
#top-product.multi small,
#top-product.multi del { display: block; }

#top-product.multi .image { margin: 0 auto; }
#top-product.multi .price { text-align: left; margin:5px auto; font-size: 1.0em; display: block; width: 110px;}
#top-product.multi small { margin-top: -5px; }
#top-product.multi del { margin-top: 5px; }

#top-product big { font-weight: normal !important; }
#top-product .inaction big { font-weight: bold !important; }
#top-product del { margin: -30px 40px 0 0;}
#top-product .price {float: right; margin-right: 15px;}
/* ---[ sidebar top product ]----------------- 

/* ---[ forms ]----------------------------- */
p.required {clear: both; color: #999; border-top: 1px solid #999; margin-top: 0.5em; padding-top:1em; font-size: 0.8em; }

#form.label {text-align: right;}
#form table th {
  font-weight: bold;
  text-align: right;
}

#form table th span {
  color: #BF0000;
}

#form input[type="text"] {
  width: 230px;
  height: 13px;
  padding: 10px 5px;
  float: left;   
  border: 0;
  background: #f1f1f1;
  border-radius: 3px;  
  box-shadow: 0 0 2px rgba(0,0,0,.8) inset;   
}
#form textarea {
  padding: 10px 5px;
  float: left;   
  border: 0;
  background: #f1f1f1;
  border-radius: 3px; 
  box-shadow: 0 0 2px rgba(0,0,0,.8) inset;    
}

#form  input:focus, #form textarea:focus {
  outline: 0;
  box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
}
#form #captcha-_value, #form #captcha_id{
  width: 40px;
}
#form img {float: left;}


/* ---[ forms ]----------------------------- */

/* ---[pass form ]----------------------------- */
#passform div {margin: 10px 0 10px 0;}

/* ---[ gallery ]----------------------------- */
.gallery img {float:none;}

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

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

.thumb img { 
  max-width: 119px;
  max-height: 180px;
  border: 2px solid #ddd;
  padding: 3px;  
}

#gphoto img{float:none; margin: 10px 0;border: 2px solid #ddd;}
#gphoto {
  text-align: center;
  margin:3px 0;
}

#gphoto h2 {margin: 3px}

.gnav1, .gnav2 { height: 25px; line-height: 25px; margin-bottom: 1em; }
.gnav2, #gallery-nav {text-align: center;  background: #e8e8e8; padding: 5px 0; border-radius: 5px;}
.gnav1.bottom, .gnav2.bottom { margin-bottom: 2em; }
.gnav1 .gback { float: left; padding-left: 17px;}
.gnav2 .gprev { float: left; padding-left: 17px;}
.gnav2 .gnext { float: right; padding-right: 17px;}

.gnav1 a.gback:hover { background-position: 0 -281px; }
.gnav2 a.gback:hover { background: transparent; }
.gnav2 a.gprev:hover { background-position: 0 -281px; }
.gnav2 a.gnext:hover { background-position: 100% -281px; }

#gphoto a, .thumb a { background: transparent; }
.gprev.disabled, .gprev:hover.disabled { background-position: 0 -281px; }
.gnext.disabled, .gnext:hover.disabled { background-position: 100% -281px; }



/* ---[ comments ]----------------------------- */

#comment span { color: #999; font-size: 0.8em;}
#comment li { padding-bottom: 5px; border-bottom: 1px solid #999; margin-bottom: 5px; }
#comment p { margin-bottom: 0; }


/* ---[ eshop ]----------------------------- */
.gset {
  display: block;
  width: 340px;
  background: #e8e8e8;
  float: left;
  margin: 5px;
  position: relative;
  border-radius: 5px;
  height: 145px;
}

.gset .desc {
  position: absolute;
  left: 145px; bottom: 10px;
  padding-right: 10px;
}

.gset h2 {
  line-height: 1.2em;
  margin: 10px 10px 0 145px;
}
.gset .thumb {
  position: absolute;
  left: 5px; top: 5px;
}

/* zacatek vypisu kosiku */


#side-column .basket {
  padding: 5px;
  margin-bottom: 2em;
  border-radius: 5px;
  box-shadow: 0 1px 1px rgba(0,0,0,0.1) inset, 0 1px 0 rgba(255,255,255,.05);
  background: -moz-linear-gradient(top, #f1f1f1, #f3f3f3);

  background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#f1f1f1), to(#f3f3f3));
  background: -webkit-linear-gradient(top, #f1f1f1, #f3f3f3);
  background: -o-linear-gradient(top, #f1f1f1, #f3f3f3);
}

#side-column .basket h2 {
  padding: 0px;
  margin: 0px;
  text-align: left;
}
.basket h2 a {
  display: block;
  position: relative;
  text-decoration: none;
  font-size: 0.8em;
}

.basket h2 a span {
  display: block; position: absolute;
  text-align: center;
  width: 30px; height: 29px;
  top: 0; right: 0;
}

.basket h2 a:hover span {
  background-position: 0 -171px;
}

.basket p {
  margin-bottom: 0;
}

.basket p span {
  font-size: 120%;
  font-weight: bold;
}

/* konec vypisu kosiku */

/* zacatek vypisu tabulkoveho a inlajnoveho zobrazeni, detail */
.filter {background-color: #dadada; padding: 5px 5px 0 5px; border-radius: 5px;}

h1.eshop {
  margin-bottom: 0.8em;
}

h1.eshop, .eshop.inline h2 {
  padding-right: 50px;
}

.eshop.table h2 {
  padding-right: 26px;
}

.eshop.item { position: relative; }
.eshop.item.detail { margin-bottom: 2em; }

.hr.eshop {
  margin: 1em 0;
}

.hr.eshop.blank {
  height: 6px;
  margin: 0;
  background-color: transparent;
}

.eshop.item h2 {  
  margin: 0;
  line-height: 1.2em;
}

.eshop.item p { 
  margin: 0;
}

.eshop.item.table p {
  margin-top: 0.8em;
}

.eshop.item.inline p {
  min-height: 36px;
  margin: 0 0 0.8em 130px;
}

.eshop.item.detail .perex {
  min-height: 90px;
  margin: 0 0 0.8em 200px;
}

.eshop.item h2 {
  margin-bottom: 0.8em;
}


.eshop.item .image {
  display: block; position: relative;
  float: left;  
  width: 100px;
  margin: 0 15px 0 0px;
}

.eshop.item.inline .image img,
.eshop.item.table .image img { 
  float: left; margin:0 20px 0 0;
  max-height: 120px;
  max-width: 120px;
}

.eshop.item .variants {
  min-height: 27px;
  line-height: 27px;    
  padding: 5px;
  margin-left:200px;
  border-radius: 5px 5px 0 0;
  background: #E8E8E8;
}

.eshop.item .variants span {
  margin-right: 6px;
}

.eshop.item .variants select {
  min-width: 80px;
  vertical-align: top;
  margin-top: 2px;
  border: 0;
  background: #fafafa;
  border-radius: 0 3px 3px 0;     
  outline: 0;
  background: #fff;
  box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
}

.eshop.item .variant-box{
  display: block;
  min-height: 27px;
  line-height: 27px;    
  padding: 5px;
  margin: 0 0 5px 200px;
  border-radius: 5px 5px 0 0;
  background: #E8E8E8;
}

.eshop.item .availability {
  font-size: 90%;
  margin-left: 209px;
}

.eshop.item .available {
  color: #a1a1a1;
  font-weight: bold;
}

.eshop.item .availability .option1 {
  color: #4cbf3a;
  font-weight: bold;
}

.eshop.item .addtobasket input[type=text] {
  width: 20px; height: 15px;
}

.eshop.item .addtobasket .submit {  
  width: 28px; height: 23px;
  background:transparent url(/images/styles/template11/eshop-addtobasket.png) no-repeat 0 0;
  border: none;
  cursor: pointer;
}

.eshop.item .addtobasket .submit:active,
.eshop.item .addtobasket .submit:focus {  
  background:transparent url(/images/styles/template11/eshop-addtobasket.png) no-repeat 0 0;
}

.eshop.item.inline .addtobasket .inputs,
.eshop.item.table .addtobasket .inputs { padding: 3px 0; }
.eshop.item .addtobasket .inputs { float: right; height: 23px; }

.eshop.item .addtobasket input {
  float: left;
}

.eshop.item .icons {
  position: absolute;
  top: 10px; right: 10px;
}

.eshop .icons span {
  display: block;
  width: 16px; height: 16px;
  margin-bottom: 4px; 
}

.eshop.item.inline .icons {
  top: 0; right: 0;
}

.eshop.item.detail .icons {
  top: -50px; right: 0;
}

.eshop.item .addtobasket input[type=text] {
  width: 20px; height: 15px;
}

.eshop.item .addtobasket .submit {  
  width: 28px; height: 23px;
  background: transparent url(/images/styles/template11/eshop-addtobasket.png) no-repeat 0 0;
  border: none;
  cursor: pointer;
}

.eshop.item .addtobasket .submit:hover {
  background-position: 0 -177px;
}

.eshop.item.inline .addtobasket .inputs,
.eshop.item.table .addtobasket .inputs { padding: 3px 0; }
.eshop.item .addtobasket .inputs { float: right; height: 23px; }

.eshop.item .addtobasket input {
  float: left;
}

.eshop.item .icons {
  position: absolute;
  top: 10px; right: 10px;
}

.eshop .icons span {
  display: block;
  width: 16px; height: 16px;
  margin-bottom: 4px; 
}

.eshop.item.inline .icons {
  top: 0; right: 0;
}

.eshop.item.detail .icons {
  top: -50px; right: 0;
}

.eshop.item.inline .icons span, .eshop.item.detail .icons span {
  float: left;
  margin: 0 4px 0 0;
}

.price {text-align:right; float: right;}
.price del, .price small, .availability small { font-size: 0.7em; color:#b1b1b1;}
.price del {margin-top: -35px; }
.price big { font-size: 1.3em; font-weight: bold; }

.eshop .price.temporary { display: none; }


/* ICONS */
.eshop .icons .stock1 { background: transparent url(/images/styles/template11/eshop-icons.png) no-repeat 0 0; }
.eshop .icons .stock2 { background: transparent url(/images/styles/template11/eshop-icons.png) no-repeat 0 -32px; }
.eshop .icons .stock3 { background: transparent url(/images/styles/template11/eshop-icons.png) no-repeat 0 -16px; }
.eshop .icons .stock4 { background: transparent url(/images/styles/template11/eshop-icons.png) no-repeat 0 -16px; }
.eshop .icons .stock5 { background: transparent url(/images/styles/template11/eshop-icons.png) no-repeat 0 -16px; }
.eshop .icons .favourite { background: transparent url(/images/styles/template11/eshop-icons.png) no-repeat 0 -48px; }
/* KOSIK */

.card-wrap .row .side-a, .card-wrap .row .side-b {float: left; width: 180px;}


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

/* inaction */

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

.small.showaction span {
  display: block; position: absolute;
  width: 100%; height: 100%;
  top: 0; left: 0;
  z-index: 10;
  background: transparent url(/images/styles/template11/eshop-inaction.png) no-repeat 0 0;
}

.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 {
  display: block; position: absolute;
  width: 62px; height: 62px;
  top: 0; left: 0;
  background: transparent url(/images/styles/template11/eshop-inaction.png) no-repeat 0 0;
}

.big.showaction span {
  display: block; position: absolute;
  width: 100%; height: 100%;
  top: 0; left: 0;
  z-index: 10;
  background: transparent url(/images/styles/template11/eshop-inaction.png) no-repeat 0 0;
}

.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; }

.price big { font-size: 1.3em !important; font-weight: bold; }

.eshop.item.table {
  width: 320px; min-height: 225px;
  padding: 10px;
  background: url(/images/styles/template11/transparent-10-bg.png) repeat 0 0; _background: #383838;
  overflow: hidden;
  margin-bottom: 15px;
  border-right: 1px solid #ececec;
}

.eshop.item.table .price {
  min-height: 40px;  
  margin-left: 104px;
  margin: 20px 0 0 80px;
}
.eshop.item.inline .price,
.eshop.item.detail .price { float: left; }
.eshop.item .price.dph, .eshop.item.table .price.inaction { line-height: 1.3em; }

.eshop.item.table .addtobasket strong  {color: #ddd;} 

.eshop.item.table .addtobasket,
.eshop.item.inline .addtobasket {
  height: 29px; line-height: 29px;
  padding: 0 3px 0 10px;
  background-color: #f1f1f1;
  margin-left: 124px;
  border-radius: 5px;
}
.eshop.item.table .addtobasket{
  background: none;
}
.eshop.item.table .addtobasket strong{
  visibility: hidden;
}
.eshop.item.detail .addtobasket {
  padding: 5px 5px 5px 8px;
  margin-left: 200px;
  background-color: #f1f1f1;
  overflow: hidden;
  border-radius: 0 0 5px 5px;
}

#basbox h2 {font-size: 17px;}
.eshop.basket h2 a span {
  display: block; position: absolute;
  width: 40px; height: 34px;
  margin: 1px 0 0 184px;
  background: transparent url(/images/styles/template11/basket-big.png) no-repeat 0 0;
  background-position: 5px 5px;
  z-index: 90;
  padding: 5px;
  border-radius: 5px;
}

/* konec vypisu formulare eshop, address */

.eshop.summary .thead .tr {
  border-bottom: 1px solid #b7b7b7;
  height: 40px;
  margin-bottom: 4px;
}
.eshop.summary .tr {
  clear: left;
  height: 25px;
  border-bottom: 1px dotted #b7b7b7;
  margin-bottom: 2px;
  padding: 0 0 5px 0;
}
.eshop.summary .th, .eshop.summary .td {
  float: left;
  height: 25px; 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 {
  width: 269px;
  text-align: left;
}
.eshop.summary.nodph .th.first, .eshop.summary.nodph .td.first {
  width: 370px;
}
.eshop.summary .th.second, .eshop.summary .td.second {    
  width: 40px;
  text-align: right;
}
.eshop.summary .count {
  line-height: 30px;
}
.eshop.summary .td.second input[type=text] {
  width: 22px;
  padding-bottom: 0;
  height: 22px;
  line-height: 22px;
}
.eshop.summary .th.third, .eshop.summary .td.third,
.eshop.summary .th.fourth, .eshop.summary .td.fourth {
  width: 130px;
  text-align: right;
}
.eshop.summary .td.fourth {
  font-weight: bold;
}
.eshop.summary .th.fifth, .eshop.summary .td.fifth {
  width: 16px;
  padding-left: 4px;
}
.eshop.summary .remove a {
  display: block;
  position: relative;
  float: left;
  width: 16px; height: 16px;
  margin-top: 8px;
  overflow: hidden;
}

.eshop.summary .remove a span {
  display: block;
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: transparent url(/images/styles/template11/eshop-icons.png) no-repeat 0 -64px;
}
.eshop.summary .recount {
  margin-top: 1em;
  border-bottom: none;
}
.eshop.summary .recount span {
  color: #990000;
}
.eshop.summary .recount a {
  line-height:30px;
  -moz-border-radius:5px;
  border-radius:5px;
  color:#FFF;
  border:0;
  font-family:inherit;
  font-size:1em;
  padding:3px 10px;
  cursor: pointer;
  text-decoration: none;
}

.eshop.summary .delivery, .eshop.summary .warning {
  border-bottom: none;
}
.eshop.summary .delivery .first {
  width: 310px;
  line-height: 25px;
  overflow: visible;
}
.eshop.summary .delivery select {
  min-width: 270px;
  max-width: 336px;
  width: 336px;
}

.eshop.summary .warning {
  color: #ff9e64;
  line-height: 25px;
  padding-left: 20px;
  background: transparent url(/images/styles/template11/eshop-icons.png) no-repeat 0 -76px;
}
.eshop.summary.nodph .delivery .first {
  width: 410px;
}
.eshop.summary.nodph .delivery select {
  max-width: 410px;
  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: 110%;
}

.eshop.summary .total .td {
  height: 40px;
  line-height: 60px;
}
#country {
  width: 142px;
}


/* ---[ eshop ]------------------------------- */


/* ---[ table ]------------------------------- */

.tabulka {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #333;
  margin-bottom: 2em;
}

.tabulka th, .tabulka td {
  padding: 4px 8px;
  border: 1px solid #333;
}

.tabulka thead th, .tabulka thead td {
  color: white;
  font-weight: bold; text-align: center;
  padding: 4px 8px;
  background-color: #999;
  border-bottom: 1px solid #333;
}

.tabulka tbody th {
  font-weight: bold; text-align: left;
}

.tabulka tbody tr:hover {
  background-color: #ddd;
}


/* ---[ webmap ]------------------------------ */

#webmap { margin: 0 0 0 20px !important; }
#webmap, #webmap ul { margin-bottom: 0; } #content ul #webmap ul { margin-bottom: 0; }
#webmap ul { margin-left: 20px; }


#webmap ul li, #webmap li {
  padding-left: 17px;
  background: transparent url(/images/styles/template11/icon-mapitem.png) no-repeat 0 4px;
  margin-bottom: 0.4em;
  line-height: 18px;
}

#webmap .leaf {
  padding-left: 12px;
  background: transparent url(/images/styles/template11/icon-mapleaf.png) no-repeat 0 7px;
}

#webmap .leaf a { font-weight: bold; }

#webmap .expanded {
  padding-left: 17px;
  background: transparent url(/images/styles/template11/icon-mapexpanded.png) no-repeat 0 4px;
}


/* ---[ OpenID ]------------------------------ */

.header.option h2 {
  float: left;
}

.header.option .option {
  position: relative; float: right;
  height: 30px; line-height: 30px;
  padding: 5px;
  margin: 18px 15px 5px 15px;
  background: #ccc;
  border-radius: 5px;
}

.header.option .option .left-bg, .header.option .option .right-bg {
  position: absolute;
  width: 15px; height: 30px;
  background: transparent url(/images/styles/template11/id-bg.png) no-repeat 0 0;
}

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

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

.header.option .option a {
  color: #006c79;
  padding: 0 20px 1px 0;
  background: transparent url(/images/styles/template11/icon-toggle.png) no-repeat 100% 1px;
}

.header.option .option a:hover {
  background-position: 100% -184px;
  text-decoration: none;
}

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

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


#openid-box.mojeid input[type=text] {
  background: white url(/images/icon-id.png) no-repeat 3px -95px;
}

#openid-box input[type=submit] {
  background: transparent url(/images/styles/template11/button-bg.png) no-repeat 0 0;
}

#openid-box {
  position: relative;
  width: 616px;
  padding: 10px 20px;
  background: #efefef; margin-bottom: 1em;
  border: 1px dotted #999999;
}

#openid-box h3 {
  font-size: 120%;
  margin: 0 0 0.4em 0;
  color: #47627e;
}

#openid-box input[type=text] {
  margin: 0 5px 0 0;
  padding-left: 22px;
  border-color: #ccc;
}

#openid-box.mojeid input[type=text] {
  background: white url(/images/icon-id.png) no-repeat 3px -95px;
}

#openid-box.openid input[type=text] {
  background: white url(/images/icon-id.png) no-repeat 3px -296px;
}


#openid-box input[type=submit] {
  font: 100%/1.5 Arial, Helvetica, sans-serif;
  width: 120px; height: 26px; line-height: 26px;
  text-align: center; text-decoration: none;
  color: white;
  border: none;
  cursor: pointer;
  float: right;
  margin-top: -26px;
}

#openid-box input:hover[type=submit] {
  background-position: 0 bottom;
}

#openid-box a.button { 
  color: black; 
}

#openid-box a {
  font-size: 90%;
  color: #408900;
}

#openid-box span {
  margin: 0 5px;
  color: #888;
}

/* ---[ captcha, error, success report ]------ */

#error, #success {
  position: relative;
  font-weight: bold;
  color: white;  
  padding: 10px 10px 10px 46px;
  margin: 1.5em 0;
  border-radius: 5px;
}

#success { background: #50ab38 url(/images/styles/template11/success-bg.png) no-repeat 16px 8px; }
#error { background: #ab3838 url(/images/styles/template11/error-bg.png) no-repeat 16px 8px; }

#error span, #success span {
  display: block; position: absolute;
  width: 2px; height: 2px;
  overflow: hidden;
  background-image: url(/images/styles/template11/notice-bg.png);
}

#error a, #success a { color: white; }

#captcha { vertical-align: middle; }

/* ---[ password protection ]----------------- */

/* ---[ footer ]------------------------------ */
#footer {
  background:url(/images/styles/template11/footer.png) #bdbdbd;
  text-align:center;
  margin-top:10px;
  padding: 1.5em 0 1.5em 0;
}

#footer img {
  margin-right:20px;
  float:none;
}

#footer a {
  color:#f1f1f1;
}

#footer p {
  padding:15px;
  font-size:0.8em;
  color: #f1f1f1;
  background-color: #333;
}

.addthis_toolbox {
  margin-top: 20px;
}

#filter-form {
  margin-top: 10px;
}

#path {
  background: #f1f1f1;
  border-radius: 5px;
  padding: 5px;
}

/* SIRIUS - RED */

h1, h2, h3, h4, h5, h6 {color: #bf0000; 
}

button, input[type="button"], input[type="submit"] {
  background-color:#bf0000;
}

button:active,button:hover,
input[type="button"]:active, input[type="button"]:hover,
input[type="submit"]:active, input[type="submit"]:hover{
  background-color:#d83c3c;
}

#side-column ul { 
  color: #bf0000;
}

/* MENU */
#menu {
  background-color: #bf0000;
}

.main-menu ul li .active, .main-menu ul li a:hover{
  /*border-color: #581919;*/
  border-color: #b19595;
  border-width: 0 0 3px;
}

.main-menu ul ul {
  background-color: #d83c3c;
}

.main-menu ul ul li {
  border-bottom: 1px dashed #BE3535;
}

.main-menu ul ul li a:before,
.main-menu ul li.sublinks ul li a.active:before {
  border-left: 4px solid #581919;
}

.main-menu ul ul li a {
  background-color: #d83c3c;
}


/* submenu hovers */
.main-menu ul li.sublinks a:hover {
  background-color:#d83c3c;
  border-color: #d83c3c;
} 

.main-menu ul li.sublinks a.active:hover,
.main-menu li.sublinks:hover > a {
  background-color:#d83c3c;
} 


/* Form submit button */
.form-wrapper .submit {
  background: #bf0000; 
}  

.form-wrapper .submit:hover{    
  background: #d83c3c;
}  

.form-wrapper .submit:active,
.form-wrapper .submit:focus{  
  background: #d83c3c;
}

.form-wrapper .submit:before { /* left arrow */
  border-color: transparent #bf0000 transparent;
}

.form-wrapper .submit:hover:before{
  border-right-color: #d83c3c;
}

.form-wrapper .submit:focus:before,
.form-wrapper .submit:active:before{
  border-right-color: #c42f2f;
}     

/* ---[ sidebar top product ]----------------- */

#top-product .inaction big { color: #bf0000 !important;}
#top-product del { color: #d83c3c; }

/* ---[ sidebar top product ]----------------- */

.price del  color:#bf0000;}
.price big { color:#bf0000;}

.eshop .price.inaction big { color:#bf0000 !important;
}

.eshop.basket h2 a:hover span {
  background-color:#d83c3c;
}

.eshop.summary .recount a {
  background-color:#bf0000;
}
.eshop.summary .recount a:hover {
  background-color:#d83c3c;
}
.copyright {
  display: none;
}
.gnav1.bottom {
  display: none;
}