body, p, ul, ol, div, a, img, h1, h2, h3, h4, h5, h6, form { margin: 0; padding: 0; border: none; }

body {
	font: 0.75em/1.5 "Arial CE", Arial, sans-serif;
	color: #222;
	background: #d8d8d8 url(/images/styles/template7/body-bg.png) repeat-x 0 0;
}

/* ---[ template ]----------------------------- */

#container {
  position: relative;
  width: 1106px;
  padding-top: 1px;
  margin: 0 auto;
  background: transparent url(/images/styles/template7/container-bg.png) repeat-y 0 0;
  margin: 37px auto 0 auto;
}

#container, #c2, #c3, #c4, #lcolumn, #l2, #l3, #sidebar, #s2, #s3,
#rcolumn, #content, #sidebar, #s2, #s3 {
  min-height: 400px;  
}

#c2 {
  position: relative;  
  background: transparent url(/images/styles/template7/c2-bg.png) no-repeat 0 -9px;
  margin-top: -65px;
}

#c3 {
  position: relative;
  top: 73px;
  background: transparent url(/images/styles/template7/c3-bg.png) no-repeat 0 100%;
}

#c4 {
  position: relative;
  width: 1020px;
  top: -45px;
  padding: 6px 43px 0 43px; 
}

#container.theme #rcolumn {
  padding-top: 276px;
}

#rcolumn {
  float: right;
  width: 800px;
  margin: 15px 0;
}

#content {
  width: 550px;
  float: left;
  padding: 0 15px;
}

#sidebar {
  width: 220px;
  float: right;
  background: transparent url(/images/styles/template7/sidebar-bg.png) repeat-y 0 0;
}

#s2 {
  width: 220px;
  float: left;
  background: transparent url(/images/styles/template7/sidebar-top-bg.png) no-repeat top left;
}

#s3 {
  width: 200px;
  float: left;
  padding: 0 10px;
  background: transparent url(/images/styles/template7/sidebar-bottom-bg.png) no-repeat bottom left;
}

#lcolumn {
  width: 220px;
  float: left;
  background: transparent url(/images/styles/template7/green/lcolumn-bg.png) repeat-y 100% 0;
  margin-top: 300px;
}

#l2 {
  width: 220px;
  float: left;
  background: transparent url(/images/styles/template7/lcolumn-top-bg.png) no-repeat top right;
}

#l3 {
  width: 220px;
  float: left;
  background: transparent url(/images/styles/template7/lcolumn-bottom-bg.png) no-repeat bottom right;
}

#l3 .main {
  width: 200px;
  padding: 0 10px;
}

/* ---[ footer ]------------------------------ */

#footer {
  position: relative;
  top: -7px;
  width: 1000px; min-height: 56px;
  background: #f5f5f5 url(/images/styles/template7/footer-gradient.png) repeat-x 0 0;
  margin: 7px 10px 0 10px;
}

#footer, #f2, #f3, #f4 {
  width: 1000px; min-height: 56px;
}

#f2 {
  background: transparent url(/images/styles/template7/footer-bg.png) repeat-y 0 0;
}

#f3 {
  background: transparent url(/images/styles/template7/footer-top-bg.png) no-repeat top right;
}

#f4 {
  width: 970px; min-height: 48px;
  padding: 8px 15px;
  background: transparent url(/images/styles/template7/footer-bottom-bg.png) no-repeat bottom right;
}

#footer ul {
  float: right;
}

#footer li {
  border-right: 1px solid #d8d8d8;
  display: inline;
  list-style: none;
  padding: 0 10px 0 6px;
}

#footer li.last {
  border-right: 0;
  padding-right: 0;
}

#footer li a {
  color: #666;
}

#footer p {
  line-height: 1.7em;
  margin-bottom: 0;
}

#footer p a {
  text-decoration: none;
  color: #222;
}

#footer p a:hover {
  text-decoration: underline;
}

#footer p span {
  color: #ccc;
  padding: 0 10px;
}

/* ---[ basic ]------------------------------- */

a { color: #3b7bb9; text-decoration: underline; cursor: pointer; _cursor: hand; } 
a:hover { text-decoration: none; }
a img { border: none; background: none; }

p, ul, ol, table, blockquote, cite, q { margin-bottom: 1em; }
ul { list-style: none; }

#content ul, #content ol { list-style-position: inside; }
#content ul { margin-top: 0.5em; padding-left: 1em; }
 
#rcolumn ul li {
  padding-left: 20px;
  background: transparent url(/images/styles/template7/li-bg.png) no-repeat 0 2px;
  margin-bottom: 4px;
}

blockquote, cite, q { color: #1f61a0; padding: 10px 15px; background-color: #ebf2f8; }
blockquote p { margin-bottom: 0; }
cite, q { display: block; }

label { cursor: pointer; _cursor: hand; }
acronym { border-bottom: 1px dotted #222; cursor: help; }

.clear { clear: both; #font-size: 0; #height: 0; #line-height: 0; }
span.clear { display: block; }
.nodisplay { display: none; }

.textleft { text-align: left; }
.textright { text-align: right; }
.textcenter { text-align: center; }

.floatleft { float: left; }
.floatright { float: right; }
b, strong { font-weight: bold; }

.nomargin { margin: 0!important; }

.relative { position: relative; }
.relative.icon { padding-right: 20px; }

.hr {
  width: 100%; height: 1px;
  margin: 5px 0;
  background-color: #d8d8d8;
}

.hr hr { display: none; }

/* ---[ subtitles ]--------------------------- */

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: bold;
  margin: 1em 0 0.3em 0;
}

h1 {
  font-size: 2em;
  color: #213c0a;
  margin: 0 0 0.5em 0;
}

h1 a { color: #222; }

h2 {
  font-size: 1.5em; font-weight: normal;
  color: #ff5113;
}

h2 a { color: #c41d1d; }

#lcolumn h2 a { color: white; text-decoration: none; }
#lcolumn h2 a:hover { color: #ffee8e; }

#lcolumn .box.dark h2 a { color: #222; text-decoration: none; }
#lcolumn .box.dark h2 a:hover { color: #3b7bb9; }

h3 {
  font-size: 1.25em;
  color: #44840a;
}

/* ---[ sidebar, left column ]---------------- */

.box {
  width: 200px; min-height: 100px;
  position: relative;
  padding: 5px 0;
  margin-bottom: 15px;
}

.box .content {
  padding: 8px 14px;
}

.b2 {
  width: 200px; min-height: 100px;
  background: white url(/images/styles/template7/green/box-bg.png) repeat-y 0 0;
}

.b3, .b4 {
  width: 200px; height: 5px;
  position: absolute;
}

.b3 {
  top: 0; left: 0;
  background: transparent url(/images/styles/template7/box-top-bg.png) no-repeat 0 0;
}

.b4 {
  bottom: 0; left: 0;
  background: transparent url(/images/styles/template7/box-bottom-bg.png) no-repeat 0 0;
}

.box h2 {
  width: 172px; min-height: 30px; line-height: 30px;
  position: relative;
  color: white;
  font-size: 100%; font-weight: bold;
  padding: 0 8px;
  background-color: #3B8A74;
  margin: 0 6px;
}

.box h2 span.top, .box h2 span.bottom {
  display: block;
  width: 188px; height: 3px;
  position: absolute;
}

.box h2 span.top {
  top: 0; left: 0;
  background: transparent url(/obrazek/3/box-h2-bg-png) no-repeat 0 0;
}

.box h2 span.bottom {
  bottom: 0; left: 0;
  background: transparent url(/obrazek/3/box-h2-bg-png) no-repeat 0 -3px;
}

.box.dark h2 {
  color: #222;
  background-color: #ebebeb;
}

.box.dark h2 span.top {
  top: 0; left: 0;
  background: transparent url(/images/styles/template7/box-h2-bg.png) no-repeat 0 -6px;
}

.box.dark h2 span.bottom {
  bottom: 0; left: 0;
  background: transparent url(/images/styles/template7/box-h2-bg.png) no-repeat 0 -9px;
}

/* ---[ menu, submenu ]----------------------- */

#menu {
  width: 210px; height: auto;
  position: relative;
  margin: 0 0 30px 10px;
  background: transparent url(/obrazek/3/menu-bg-png/) repeat-y 0 0;
}

#menu ul {
  background: transparent url(/obrazek/3/menu-gradient-2-png/) no-repeat 0 0;
}

#menu ul ul {
  background: transparent;
  margin-bottom: 0;
}

#menu span.top, #menu span.bottom {
  display: block;
  width: 6px; height: 6px;
  position: absolute;
}

#menu span.top {
  top: 0; left: 0;
  background: transparent url(/images/styles/template7/menu-corners.png) no-repeat 0 0;
}

#menu span.bottom {
  bottom: 0; left: 0;
  background: transparent url(/images/styles/template7/menu-corners.png) no-repeat 0 -6px;
}

#menu li {
  width: 210px; min-height: 30px;
  position: relative;
}

#menu li span {
  display: block; position: absolute;
  width: 8px; height: 11px;
  top: 10px; right: 10px;
  background: transparent url(/images/styles/template7/green/menu-arrow.png) no-repeat 0 0;
}

#menu a {
  display: block;
  width: 148px; min-height: 30px; line-height: 30px;
  color: #193003;
  font-weight: bold;
  text-decoration: none;
  padding: 0 28px 0 34px;
  background: transparent url(/images/styles/template7/menu-a-bg.png) no-repeat 0 100%;  
}

#menu a:hover, #menu li.separator li a:hover {
  background: transparent url(/images/styles/template7/menu-a-hover.png) no-repeat 0 100%;
}

#menu .active {
  color: white;
  background: #41977F;
}

#menu .active:hover {
  color: #193003;
}

#menu ul ul a {
  width: 157px;
  color: black;
  font-weight: normal;
  padding: 0 10px 0 43px;
}

#menu li li span {
  display: block; position: absolute;
  width: 4px; height: 5px;
  top: 13px; left: 34px;
  background: transparent url(/images/styles/template7/submenu-arrow.png) no-repeat 0 0;
}

#menu li.separator {
  min-height: 31px; line-height: 31px;
  background: transparent url(/images/styles/template7/menu-a-bg.png) no-repeat 0 0;
  margin-top: 29px;  
}

#menu li.separator a {
  min-height: 31px; line-height: 31px;
}

#menu li.separator li a {
  min-height: 30px; line-height: 30px;
}

#menu li.separator a:hover {
  background: transparent url(/images/styles/template7/menu-a-separator-hover.png) no-repeat 0 1px;
}

/* ---[ theme ]------------------------------- */

#theme {
  position: absolute; overflow: hidden;
  width: 999px; height: 281px;
  top: 16px; right: 53px;
    	background: transparent url(/obrazek/3/index-jpg/) no-repeat 0 0;
  }

#theme object {
  position: absolute; overflow: hidden;
  top: 0; left: 0;
  width: 100%; height: 100%;
  z-index: 1;
}

#theme .topleft, #theme .topright, #theme .bottomleft, #theme .bottomright  {
  display: block;
  position: absolute; z-index: 2;
  width: 6px; height: 6px;
}

#theme .topleft { top: 0; left: 0; background: transparent url(/images/styles/template7/theme-corners.png) no-repeat 0 0; }
#theme .topright { top: 0; right: 0; background: transparent url(/images/styles/template7/theme-corners.png) no-repeat -6px 0; }
#theme .bottomleft { bottom: 0; left: 0; background: transparent url(/images/styles/template7/theme-corners.png) no-repeat 0 -6px; }
#theme .bottomright { bottom: 0; right: 0; background: transparent url(/images/styles/template7/theme-corners.png) no-repeat -6px -6px; }

#theme a { position: absolute; display: block; width: 100%; height: 100%; z-index: 3; }

#theme .content {
  position: absolute;
  min-width: 260px; max-width: 300px;
  bottom: 30px; left: 30px;
  padding: 15px 20px;
  background: transparent url(/images/styles/template7/95ptransparent.png) repeat 0 0;
}

#theme h2 {
  	color: #222;
   
  margin-top: 0;
}

#theme p  {
  margin-bottom: 0;
   
}


/* ---[ path ]-------------------------------- */

#path { /* udelat nove oddelovace - nejsou zarovnane na stred */
  color: #999;
  margin-bottom: 2em;
}

#path a {
  color: #999;
}

#path span {
  vertical-align: middle;
}

/* ---[ news ]-------------------------------- */

.box.news .item div {
  color: #666;
}

.box.news h3 {
  font-size: 1em;
  margin: 0 0 0.3em 0;
}

/* ---[ random img ]-------------------------- */

.box.rimg h2 .floatright {
  color: #999;
}

.box.rimg .gr {
  width: 198px;
  margin: 0 1px;
  background: #f5f5f5 url(/images/styles/template7/rimg-gradient.png) repeat-x 0 0;
}

.box.rimg .b4 {
  background: transparent url(/images/styles/template7/rimg-bottom-bg.png) no-repeat 0 0;
}

.box.rimg .content {
  width: 198px; height: auto;
  position: relative;
  text-align: center;
  padding: 20px 0;
  background: transparent url(/images/styles/template7/rimg-bg.png) no-repeat 50% 50%;
}

.box.rimg .content img {
  vertical-align: middle;
}

.box.rimg .content a {
  display: block;
  position: absolute; z-index: 1;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: transparent url(/images/styles/template7/iefix.gif) repeat-x 0 0;
}

/* ---[ sidebar top product ]----------------- */

#top-product {  
  background: transparent url(/images/styles/template7/product-dotted-border.png) repeat-x 100% 0;
}

#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;
  padding: 10px 0;
  background: transparent url(/images/styles/template7/product-dotted-border.png) repeat-x 0 100%;
}

#top-product .image { display: block; position: relative; }
#top-product .big.showaction { top: 0; left: 10px; }
#top-product .small.showaction { top: 0; left: 0; }

#top-product.single del,
#top-product.multi big,
#top-product.multi small,
#top-product.multi del { display: block; }

#top-product.multi .image { float: left; width: 75px; margin-right: 15px; }
#top-product.multi .price { text-align: left; margin-top: 15px; }
#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; color: red !important;}
#top-product del { color: #666; }

/* ---[ contact ]----------------------------- */

.box.contact .content {
  padding: 8px 10px 5px 10px;
}

.contact div.item {
  padding-left: 27px;
  margin-bottom: 3px;
}

.contact .fax.item, .contact .ic.item, .contact .dic.item { padding-left: 0; }

.contact .fax span, .contact .ic span, .contact .dic span {
  display: block; float: left; 
  width: 22px;
  font-size: 10px;  
  color: #999;
  margin: 2px 5px 0 0;
}

.contact .fax span { margin-top: 1px; } 

.contact .ic span {
  width: 18px;
  text-align: center;
  padding-right: 4px;
}    

.contact div.company { background: url(/images/styles/template7/icon-company.png) no-repeat 2px 2px transparent; }
.contact div.phone { background: url(/images/styles/template7/icon-phone.png) no-repeat 2px 2px transparent; }
.contact div.email { background: url(/images/styles/template7/icon-email.png) no-repeat 2px 2px transparent; }
.contact div.icq { background: url(/images/styles/template7/icon-icq.png) no-repeat 2px 2px transparent; }
.contact div.skype { background: url(/images/styles/template7/icon-skype.png) no-repeat 2px 2px transparent; }

/* ---[ search ]------------------------------ */

#search {
  width: 200px; height: 29px;  
  background: transparent url(/images/styles/template7/search-bg.png) no-repeat 0 0;
  margin-bottom: 15px;
}

#search.hover {
  background-position: 0 -29px;
}

#search input {
  float: left;
  background: transparent;
  border: none;
}

#search .text {
  width: 152px; height: 19px;
  color: #999;  
  padding: 0 3px 0 4px;
  margin: 5px 0; 
}

#search.hover .text {
  color: #222;
}

#search .submit {
  width: 41px; height: 29px;
  cursor: pointer;
}

/* ---[ form ]-------------------------------- */

#form {
  padding: 20px;
  margin-bottom: 1em;
  background-color: #f5f5f5;
}

input[type=text], input[type=password], textarea {
  font: 100%/1.5 "Arial CE", Arial, sans-serif;
  padding: 3px 4px;
  border-top: 1px solid #bbb;
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

form select {
  font: 100%/1.5 "Arial CE", Arial, sans-serif;
  color: #606060;
  border-top: 1px solid #bbb;
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;   
}

form select option, form select optgroup {
  font: 100%/1.5 "Arial CE", Arial, sans-serif;
  padding: 2px 4px;
}

form select optgroup {
  font-style: normal;
  font-weight: bold;
}

form textarea {
  min-width: 300px;
} 

input[type=text]:focus, input[type=password]:focus, textarea:focus, form select:focus {
  color: #242424;
  background-color: #fff9e1;
  border-top: 1px solid #6f92be;
  border-right: 1px solid #6f92be;
  border-bottom: 1px solid #b7c8de;
  border-left: 1px solid #b7c8de;
}

#form table { margin: 0 auto 1em auto; }
#form table th { font-weight: bold; text-align: right; padding-right: 10px; }
#form table th span { color: #c41d1d; }
#form .fbody, #form .fnote { vertical-align: top; }

#form .button, form a.button {
  font: 100%/1.5 "Arial CE", Arial, sans-serif;
  width: 100px; height: 27px; line-height: 27px;
	color: white; cursor: pointer; _cursor: hand;
  background-color: #b50000;
	border: none;
}

form a.button {
  display: block;
  text-decoration: none;
  text-align: center;
}

#form p.required { color: #666; padding-top: 1px; border-top: 1px solid #d8d8d8; margin-bottom: 0; }

/* ---[ notice msg ]-------------------------- */

#error, #success {
  position: relative;
  font-weight: bold;
  color: white;  
  padding: 10px 10px 10px 46px;
  margin: 1.5em 0;
}

#success { background: #50ab38 url(/images/styles/template7/success-bg.png) no-repeat 16px 8px; }
#error { background: #ab3838 url(/images/styles/template7/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/template7/notice-bg.png);
}

#error .lt { left: 0; top: 0; background-position: 0 0; }
#error .rt { right: 0; top: 0;  background-position: -2px 0; }
#error .lb { left: 0; bottom: 0; background-position: 0 -2px; }
#error .rb { right: 0; bottom: 0; background-position: -2px -2px; }

#success .lt { left: 0; top: 0; background-position: 0 -4px; }
#success .rt { right: 0; top: 0;  background-position: -2px -4px; }
#success .lb { left: 0; bottom: 0; background-position: 0 -6px; }
#success .rb { right: 0; bottom: 0; background-position: -2px -6px; }

#error a, #success a { color: white; }

#captcha { vertical-align: middle; }

/* ---[ comment ]----------------------------- */

#comment p { margin: 0.3em 0 0 0; }
#comment p span { color: #999; }
#comment li { padding-bottom: 10px; border-bottom: 1px solid #d8d8d8;  margin-bottom: 10px; }

/* ---[ list ]-------------------------------- */

#listdata .lperex p { margin-bottom: 0; }
#listdata .linfo { clear: both; color: #999; border-top: 1px solid #eee; margin-top: 0.5em; }
#listdata .linfo a { color: #999; }
#listdata span { color: #ddd; padding: 0 5px; }
#listdata .ltype1, #listdata .ltype1 a { color: #3b7bb9; }
#listdata .ltype2, #listdata .ltype2 a { color: #222; }
#listdata img { float: left; margin: 0 5px 5px 0; }
#listdata .gnav2 { margin-top: 2em; }

/* ---[ photogallery ]------------------------ */

.gset {
  position: relative;
  width: 265px; height: 150px;
  text-align: left;
  margin-bottom: 1em;
  background: transparent url(/images/styles/template7/gset-bg.png) repeat 0 0;
}

.gset .thumb {
  position: absolute;
  left: 7px; top: 25px;
  background: transparent;
}

.gset .desc {
  position: absolute;
  left: 123px; bottom: 25px;
  padding-right: 10px;
}

.gset .glink {
  position: absolute; z-index: 1;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background: transparent url(/images/styles/template7/iefix.gif) repeat-x 0 0;
}

.gset h2 {
  line-height: 1.2em; 
  position: absolute;
  width: 135px; height: auto;
  left: 123px; top: 24px;
  margin: 0;
}

.thumb {
  display: table; _position: relative;
  float: left; overflow: hidden;
  width: 100px; height: 100px;
  text-align: center;
  margin: 0 5px 10px 5px; _margin: 0 4px 8px 4px;
  background: #d9e5ef url(/images/styles/template7/thumb-bg.png) repeat 0 0;
}

.thumb-l1 {
  display: table-cell;
  _position: absolute;
  _top: 50%; _left: 50%;
  vertical-align: middle;
  padding-top: 5px; _padding-top: 1px;
}

.thumb-l2 {
  _position: relative;
  _top: -50%; _left: -50%; 
}

.thumb img { border: 2px solid white; }
.ghr { clear: left; height: 1px; _font-size: 0; background-color: #e4e4e4; margin-bottom: 10px; }

#gphoto {
  width: 550px; padding: 15px 0;
  text-align: center;
  background-color: #f5f5f5; margin-bottom: 1em;
}

#gphoto h2, #gphoto p { text-align: left; margin-top: 0; margin-left: 15px; }
#gphoto img { border: 2px solid white; }

.gnav1, .gnav2 { height: 25px; line-height: 25px; margin-bottom: 1em;  border-top: 1px solid #d8d8d8; border-bottom: 1px solid #d8d8d8; }
.gnav2 { text-align: center; }
.gnav1.bottom, .gnav2.bottom { margin-bottom: 2em; }

.gnav1 .gback { float: left; padding-left: 15px; background: transparent url(/images/styles/template7/green/icon-nav-left.png) no-repeat 0 7px; }
.gnav2 .gprev { float: left; padding-left: 15px; background: transparent url(/images/styles/template7/green/icon-nav-left.png) no-repeat 0 7px; }
.gnav2 .gnext { float: right; padding-right: 15px; background: transparent url(/images/styles/template7/green/icon-nav-right.png) no-repeat 100% 7px; }

.gback:hover { background-position: 0 -182px; }
.gprev:hover { background-position: 0 -182px; }
.gnext:hover { background-position: 100% -182px; }

.gprev.disabled, .gprev:hover.disabled { background-position: 0 7px; }
.gnext.disabled, .gnext:hover.disabled { background-position: 100% 7px; }

/* ---[ password protection ]----------------- */

#password { text-align: left; }
#password table { margin: 0; }
#password table th { text-align: left; }

/* ---[ table ]------------------------------- */

.tabulka {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #ddd;
  margin-bottom: 2em;
}

.tabulka th, .tabulka td {
  padding: 4px 8px;
  border: 1px solid #ddd;
}

.tabulka thead th, .tabulka thead td {
  font-weight: bold; text-align: center;
  padding: 4px 8px;
  background-color: #eee;
  border-bottom: 1px solid #ddd;
}

.tabulka tbody th {
  font-weight: bold; text-align: left;
}

.tabulka tbody tr:hover {
  background-color: #eee;
}

/* ---[ eshop ]------------------------------- */

/* zacatek vypisu kosiku */

.eshop.basket {
  width: 195px; height: auto;
  padding: 0 10px 0 5px;
  margin-bottom: 2em;
}

.eshop.basket h2 {
  font-size: 100%;
  font-weight: bold;
  margin-top: 0;
}

.eshop.basket h2 a {
  display: block;
  position: relative;
}

.eshop.basket h2 a span {
  display: block; position: absolute;
  width: 30px; height: 29px;
  top: 0; right: 0;
  background: transparent url(/images/styles/template7/eshop-basket.png) no-repeat 0 0;
}

.eshop.basket h2 a:hover span {
  background-position: 0 -171px;
}

.eshop.basket p {
  margin-bottom: 0;
}

.eshop.basket p span {
  font-size: 120%;
  font-weight: bold;
}

/* konec vypisu kosiku */

/* zacatek vypisu tabulkoveho a inlajnoveho zobrazeni, detail */

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 100px;
}

.eshop.item.detail .perex {
  min-height: 90px;
  margin: 0 0 0.8em 200px;
}

.eshop.item h2 {
  margin-bottom: 0.8em;
}

.eshop.item.table {
  width: 250px; min-height: 187px;
  padding: 10px;
  border: 1px solid #d9d7d8;
  overflow: hidden;
}

.eshop.item .image {
  display: block; position: relative;
  float: left;  
  width: 75px;
  margin: 0 15px 0 10px;
}

.eshop.item.detail .image {
  width: 180px;  
  margin: 0 20px 0 0;  
}

.eshop.item .variants {
  min-height: 27px;
  line-height: 27px;    
  padding: 0 8px;
  border: 1px solid #d9d9d9;
  margin: 0 0 5px 200px;
}

.eshop.item .variants span {
  margin-right: 6px;
}

.eshop.item .variants select {
  min-width: 80px;
  vertical-align: top;
  margin-top: 2px;
}

.eshop.item .availability {
  font-size: 90%;
  margin-left: 209px;
}

.eshop.item .available {
  color: #999;
  font-weight: bold;
}

.eshop.item .availability .option1 {
  color: green;
  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/template7/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;
}

.eshop .icons .stock1 { background: transparent url(/images/styles/template7/eshop-icons.png) no-repeat 0 0; }
.eshop .icons .stock2 { background: transparent url(/images/styles/template7/eshop-icons.png) no-repeat 0 -32px; }
.eshop .icons .stock3 { background: transparent url(/images/styles/template7/eshop-icons.png) no-repeat 0 -16px; }
.eshop .icons .stock4 { background: transparent url(/images/styles/template7/eshop-icons.png) no-repeat 0 -16px; }
.eshop .icons .stock5 { background: transparent url(/images/styles/template7/eshop-icons.png) no-repeat 0 -16px; }
.eshop .icons .favourite { background: transparent url(/images/styles/template7/eshop-icons.png) no-repeat 0 -48px; }

.eshop.gset {
  background-position: 0 -150px;
}

/* inaction */

.small.showaction {
  display: block; position: absolute;
  width: 42px; height: 42px;
  top: 5px; left: -10px;  
  background: transparent url(/images/styles/template7/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/template7/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/template7/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/template7/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 del, .price small, .availability small { font-size: 0.9em !important; }
.price big { font-size: 1.3em !important; font-weight: bold; }
.eshop .price.inaction big { color: red !important; }

.eshop.item.table .price {
  min-height: 40px;  
  margin-left: 100px;
}
.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: #666; }

.eshop.item.table .addtobasket,
.eshop.item.inline .addtobasket {
  height: 29px; line-height: 29px;
  padding: 0 3px 0 10px;
  background-color: #f5f5f5;
  margin-left: 100px;
}

.eshop.item.detail .addtobasket {
  padding: 5px 5px 5px 8px;
  margin-left: 200px;
  border: 1px solid #d9d9d9;
  background-color: #f5f5f5;
  overflow: hidden;
}

/* konec vypisu tabulkoveho a inlajnoveho zobrazeni, detail */

/* zacatek vypisu formulare eshop, address */

.eshop.form {
  position: relative;
  width: 530px;
  padding: 10px;
}

.eshop.summary {
  background: white url(/images/styles/template7/eshop-form-summary-bg.png) repeat-y 0 0;
}

.eshop.address {
  background: #f8f8f8 url(/images/styles/template7/eshop-form-address-bg.png) repeat-y 0 0;
  margin-bottom: 1.5em;
}

.eshop.form .top-bg, .eshop.form .bottom-bg {
  position: absolute;
  width: 550px; height: 3px;
}

.eshop.summary .top-bg {
  top: 0; left: 0;
  background: transparent url(/images/styles/template7/eshop-form.png) no-repeat 0 0;
}

.eshop.summary .bottom-bg {
  bottom: 0; left: 0;
  background: transparent url(/images/styles/template7/eshop-form.png) no-repeat 0 -3px;
}

.eshop.address .top-bg {
  top: 0; left: 0;
  background: transparent url(/images/styles/template7/eshop-form.png) no-repeat 0 -6px;
}

.eshop.address .bottom-bg {
  bottom: 0; left: 0;
  background: transparent url(/images/styles/template7/eshop-form.png) no-repeat 0 -9px;
}

.eshop.address h3 {
  font-size: 100%;
  margin: 0 0 1em 0;
}

.eshop.address .side-a, .eshop.address .side-b {
  float: left;
}

.eshop.address .side-a {
  line-height: 25px;
}

.eshop.address .side-a {
  width: 140px;
}

.eshop.address .side-a span {
  color: #25599c;
}

.eshop.address input[type=text] {
  width: 180px;
}

.eshop.address input[type=text].zip {
  width: 50px;
}

.eshop.address select {
  width: 190px;
  padding-left: 1px;
}

.row {
  clear: left;
  margin-bottom: 2px;
}

.showall {
  text-align: right;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 1em;
}

.eshop.address h3.optional {
  margin-bottom: 0.5em;
}

.eshop.address p { color: #999; }
.eshop.address p a { float: right; color: #222; }

.confirm.button p { float: left; clear: left; margin-bottom: 0.5em!important; }
.confirm.button p span { color: #999; }

.confirm.button { margin-bottom: 2em; }


.confirm.button input[type=submit] {
  font: 100%/1.5 Arial, Helvetica, sans-serif;
  width: 120px; height: 32px; line-height: 32px;
  text-align: center; text-decoration: none;
  color: white;
  background: transparent url(/images/styles/template7/button.png) no-repeat 0 0;
  border: none;
  cursor: pointer;
  float: right;
  margin-top: -1.2em;
}

.confirm.button input:hover[type=submit] {
  background-position: -120px 0;
}

/* konec vypisu formulare eshop, address */

.eshop.summary .thead .tr {
  border-bottom: 2px solid #9c9c9c;
  height: 40px;
  margin-bottom: 4px;
}

.eshop.summary .tr {
  clear: left;
  height: 25px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 4px;
}

.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: 20px;
  padding-bottom: 0;
}

.eshop.summary .th.third, .eshop.summary .td.third,
.eshop.summary .th.fourth, .eshop.summary .td.fourth {
  width: 100px;
  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/template7/eshop-icons.png) no-repeat 0 -64px;
}

.eshop.summary .recount {
  margin-top: 1em;
  border-bottom: none;
}

.eshop.summary .recount span {
  color: #25599c;
}

.eshop.summary .recount a {
  display: block;
  color: #222;
  width: 100px; height: 27px; line-height: 27px;
  text-align: center; text-decoration: none;
  background: transparent url(/images/styles/template7/button.png) no-repeat 0 -32px;  
  cursor: pointer;
}

.eshop.summary .recount a:hover {
  background-position: -100px -32px;
}

.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: 240px;
  max-width: 310px;
  #width: 310px;
}

.eshop.summary .warning {
  color: #c41d1d;
  line-height: 25px;
  padding-left: 20px;
  background: transparent url(/images/styles/template7/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: 120%;
}

.eshop.summary .total .td {
  height: 40px;
  line-height: 60px;
}

.eshop.filter { 
  padding: 5px 10px; 
  background-color: #f8f8f8;
  border: 1px solid #e5e5e5;
  margin-bottom: 1em;
}

.eshop.filter div {
  height: 23px;
  line-height: 23px;
}

.eshop.filter .floatleft strong {
  margin-right: 10px;
}

.eshop.filter .floatright div {
  float: left;
  text-align: right;
  min-width: 80px;
  #width: 80px;
}

.eshop.filter input[type=checkbox] {
  vertical-align: middle;
}

.eshop.filter select {
  min-width: 148px;
  #width: 148px;
  vertical-align: top;
}

.eshop .price.temporary { display: none; }

/* ---[ OpenID ]------------------------------ */

.header.option h2 {
  float: left;
}

.header.option .option {
  position: relative; float: right;
  height: 27px; line-height: 27px;
  padding: 0 5px;
  margin: 18px 3px 5px 3px;
  background-color: #f8f8f8;
}

.header.option .option .left-bg, .header.option .option .right-bg {
  position: absolute;
  width: 3px; height: 27px;
  background: transparent url(/images/styles/template7/openid-option-bg.png) no-repeat 0 0;
}

.header.option .option .left-bg {
  top: 0; left: -3px;
  background-position: 0 0;
}

.header.option .option .right-bg {
  top: 0; right: -3px;
  background-position: -3px 0;
}

.header.option .option a {
  color: #4da139;
  padding: 1px 20px 1px 0;
  background: transparent url(/images/styles/template7/icon-toggle.png) no-repeat 100% 0;
}

.header.option .option a:hover {
  background-position: 100% -185px;
}

.header.option .option .mojeid {
  position: relative; float: left;
  width: 48px; height: 14px;
  background: transparent url(/images/icon-id.png) no-repeat 0 0;
  margin: 8px 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: 2px 20px 0 0;
}

#openid-box {
  background: white url(/images/styles/template7/eshop-form-openid-bg.png) repeat-y 0 0;
  margin-bottom: 10px;
}

#openid-box .top-bg {
  top: 0; left: 0;
  background: transparent url(/images/styles/template7/eshop-form.png) no-repeat 0 -12px;
}

#openid-box .bottom-bg {
  bottom: 0; left: 0;
  background: transparent url(/images/styles/template7/eshop-form.png) no-repeat 0 -15px;
}

#openid-box input[type=text] {
  width: 162px;
  padding-left: 22px; 
}

#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 h3 {
  font-size: 100%;
  margin: 0 0 1em;
}

#openid-box a {
  color: #4da139; 
}

#openid-box a.button { 
  color: white; 
}

#openid-box span {
  color: #ccc;
  padding: 0 8px;
}

/* ---[ webmap ]------------------------------ */

#webmap { margin: 0 0 0!important 20px; }
#webmap, #webmap ul { margin-bottom: 0; } #content ul#webmap ul { margin-bottom: 0; }
#webmap ul { margin-left: 20px; }
#webmap a { color: #222; }

#webmap ul li, #webmap li {
  padding-left: 17px;
  background: transparent url(/images/styles/template7/icon-mapitem.png) no-repeat 0 4px;
  margin-bottom: 0.4em;
}

#webmap .leaf {
  padding-left: 12px;
  background: transparent url(/images/styles/template7/icon-mapleaf.png) no-repeat 0 6px;
}

#webmap .leaf a { font-weight: bold; }

#webmap .expanded {
  padding-left: 17px;
  background: transparent url(/images/styles/template7/icon-mapexpanded.png) no-repeat 0 4px;
}


/* ---[ template IF ]------------------------- */ 

#menu { margin-top: -5px; }
