/*
   --- (c) j3nda <smid {-at-} fv {-dot-} cz>
   file: _default.css
     by: ester, v.0.6, build: 20070326-073255 (generate: 05.09.2010, 06:37:03)

*/
/* begin: obecne deklarace */
* {
  padding: 0;
  margin: 0;
}

form * {
  vertical-align: middle;
}

p {
  padding-bottom: 2em; 
}

ul {
  margin: 0;
  padding: 0 0 0 1.5em;
}

abbr, acronym {
  border-bottom: 1px dotted;
  cursor: help;
}

img {
  border: none;
}

blockquote {
  padding: 0.5em;
  background: #f2f7fa;
  border: 1px solid #dfe9ee;
  color: #155e89;
}

dl {
  margin: 1em 0;
}

dl dt {
  font-weight: bold;
}

dl dd {
  margin-left: 1em;
  font-style: italic;
}

/* end: obecne deklarace */



/* begin: body */
body {
  font-size: small;
  font-family: arial, tahoma, verdana, sans-serif;
  text-align: center;
  color: #606060;
  background: #C7EAFD;
}
/* end: body */



/* begin: specialni deklarace*/
.noscreen {
  display: none;
}
/* end: specialni deklarace*/



/* begin: odkazy */
a {
  color: #408CB6;
}

a:hover {
  text-decoration: none;
}
/* end: odkazy */



/* begin: nadpisy */
h2 {
  margin-bottom: 0.5em;
  padding-bottom: 3px;
  color: #F7381C;
  font-size: x-large;
  font-weight: normal;
  background: url("http://www.yasaka.cz/template/cs_CZ/img/line-dotted.gif") 0 bottom repeat-x;
}

h3 {
  margin-bottom: 0.5em;
  color: #587B95;
  font-size: large;
  font-weight: normal;
}
/* end: nadpisy */



/* begin: zarovnani a obtekani*/
.toleft {
  text-align: left;
}

.tocenter {
  text-align: center;
}

.toright{
  text-align: right;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.cleaner {
  clear: both;
  line-height: 0px;
  font-size: 0px;
}
/* end: zarovnani */



/* begin: struktura */
#page, #container, #header, #overhead {
	width: 870px;
}

#page {
	margin: 0 auto;
	padding: 0 40px;
  text-align: left;
  background: white url("http://www.yasaka.cz/template/cs_CZ/img/page-bg.gif");
}

#overhead {
  height: 41px;
  background: #5299C0 url("http://www.yasaka.cz/template/cs_CZ/img/overhead-bg.gif") repeat-x;
  color: white;
}

#overhead a {
  color: white; 
}

#overhead p {
  display: block;
  padding: 0 15px;
  width: 300px;
  height: 41px;
  line-height: 41px;
}

#overhead .right {
  text-align: right;
  background: url("http://www.yasaka.cz/template/cs_CZ/img/overhead-rightbg.gif") 100% 0 no-repeat;
}



#overhead span a {
 color: white;
}

#header {
  height: 209px;
  background: #ECF9FF url("http://www.yasaka.cz/template/cs_CZ/img/header-bg.jpg");
}

#navigation {
  padding: 0.5em 1em;
  background: #408CB6;
  color: white;
}

#navigation a {
  padding: 0 0.25em;
  color: white;
}

#container {
  padding: 20px 0;
  background: url("http://www.yasaka.cz/template/cs_CZ/img/container-bottom.gif") 0 bottom no-repeat; 
}


#content-wide img.main1img {
    padding-right: 1em;
    padding-bottom: 0.25em;
}


#content, #content-wide, #top-products, #menu-products {
  float: left;
  padding: 0 15px;
} 

#content, #content-wide {
  text-align: justify;
}

#content {
  width: 430px;
}

#content-wide {
  display: inline;
  width: 575px;
}

#top-products {
  overflow: hidden;
  width: 235px;
}

#menu-products {
  width: 145px;  
}

#footer {
  margin: 0 auto;
  padding: 12px 40px;
  width: 870px;
  height: 35px;
  background: white url("http://www.yasaka.cz/template/cs_CZ/img/footer-bg.gif") 0 bottom no-repeat;
  text-align: right;
  color: #9C9C9C;
}

#footer span {
  font-size: 80%;
  padding: 15px 0;
  display: block;
  color: #76aed1;
}

#footer span a {
  color: #76aed1;
}


#underfooter {
  margin: 0 auto;
  padding: 12px 40px;
  width: 870px;
  height: 35px;
  text-align: right;
  color: #9C9C9C;
}

#header h1 { /* logo */
  position: relative;
  overflow: hidden;
  font-size: 150%;
}

#header h1, #header h1 span, #header h1 a {
  display: block;
  width: 230px;
  height: 209px;
}

#header h1 span { /* logo - image replacement*/
  position: absolute;
  left: 0;
  top: 0;
  background: url("http://www.yasaka.cz/template/cs_CZ/img/logo.gif") no-repeat 0 0;
}
/* end: struktura */



/* begin: menu */
#menu, #menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1;
  min-height: 1px;
  z-index: 999;
}

#menu a {
  display: block;
  text-align: center;
  width: 145px;
  padding: 5px 0;
  color: #fff;
  font-size: medium;
  text-decoration: none;
  background: #2A6C90 url("http://www.yasaka.cz/template/cs_CZ/img/menu-bg.gif") 0 50% repeat-y;
  border-bottom: 1px solid #2A6C90;
} 

#menu .last {

}

#menu li ul a {
  width: 190px;
  padding: 5px
}

#menu a:hover {
  background-color: #3880A7;
  text-decoration: none
}

#menu li {
  float: left;
  display: block;
}
  
#menu li ul li {
  float: left;
  display: block;
  width: 200px
}

#menu li.selected a {
  background-color: #005C99 !important;
  color: #FFF !important;
  text-decoration: none
}

#menu li.selected a:hover {
  color: #B2E5FF !important
}

#menu li ul li.selected a {
  background: #fff !important;
  color: #F5760A !important
}

#menu li ul li.selected a:hover {
  color: #F5760A !important
}

#menu li ul {
  position: absolute;
  width: 200px;
  left: -999em;
  padding-bottom: 9px
}

#menu li ul li a, #menu li.selected li a {
  color: white !important;
  background: #2A6C90 !important;
  text-decoration: none;
  text-align: left !important;
  width: 190px;
}

#menu li ul li a.sub {
  background: #2A6C90 url("http://www.yasaka.cz/template/cs_CZ/img/menu-sub.gif") right 50% no-repeat !important;
}

#menu li ul li a:hover, #menu li.selected li a:hover {
  background: #3880A7 !important;
  color: white !important
}

#menu li ul li a:hover.sub {
  background: #3880A7 url("http://www.yasaka.cz/template/cs_CZ/img/menu-sub.gif") right 50% no-repeat !important;
}

#menu li ul li {
  border-bottom: 1px solid white;
}

#menu li ul li ul li {
  border-bottom: 1px solid white;
}

#menu li ul {
  margin: 0
}

#menu li ul ul {
  margin: -27px 0 0 199px
}

#menu li:hover ul ul, #menu li.sfhover ul ul {
  left: -999em
}

#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul {
  left: auto
}
/* end: menu */



/* begin: menu produkty */
#menu-products {
  padding: 0;
  list-style: none;
}

#menu-products li {
  list-style: none;
  padding: 0.5em 0;
}

#menu-products a {
  padding: 0.25em 0.5em;
  text-decoration: none;
  font-weight: bold;
}

#menu-products a:hover {
  background: #ECF7FF;
}

#menu-products li ul li a {
  font-weight: normal;
}

#menu-products ul{
  margin: 5px 0 5px 15px;
  padding: 0;
  list-style: none;
}

#menu-products li ul li{
  margin: 0;
  padding: 0 0 0.5em 10px;
  font-size: 0.9em;
  color: #5D5D5D;
  background: url("http://www.yasaka.cz/template/cs_CZ/img/menup-leg.gif") no-repeat 0 70%;
}

#menu-products li ul li.last {
  background: url("http://www.yasaka.cz/template/cs_CZ/img/menup-endleg.gif") no-repeat 0 -5px;  
}
/* end: menu produkty */



/* begin: specificke struktury */
.contactbox { /* contactboxy na uvodni strane */
  margin-bottom: 10px;
  padding: 10px;
  width: 260px;
  background: #F1F9FF;
  border: 1px solid #D7E6F1;
}

#top-products .product {
  margin-bottom: 15px;
}

#top-products .product img {
  border: 2px solid white;
}

#top-products .product a.image {
  display: block;
  float: left;
  margin-right: 10px;
  border: 3px solid #DADADA;
}

#top-products .product span {
  display: block;
  float: left;
  margin-top: 10px;
  padding: 0.25em 0.5em;
  background: #FF0000;
  color: white;
}
.product_old_price {
  float: left;
  margin-top: 10px;
  padding: 0.25em 0.5em;
  color: red;
  text-decoration: line-through;
}

.eshop_combo {
  padding: 0;
  list-style-type: none;
}

.eshop_combo label {
  display: block;
  float: left;
  width: 150px;
  color: #155e89;
}

.eshop_combo li {
padding: 0.25em 0.5em;  
list-style-type: none;
background: #f2f7fa;
}

/* end: specificke struktury */



/* begin: tabulka */
table {
  width: 575px;
  color: #155e89;
}

table th, td {
  padding: 0.5em;
}

table th {
  text-align: center;
  background: #dceaf3;
}

table tr.licha {
  background: #F6F8F9;
}
/* end: tabulka */


.odsazeni { text-indent: 2em; }

/* begin: objednavka form */
.orderform {
  margin: 0 0 50px 0;
  background: #f2f7fa;
  border: 1px solid #ecf1f3;
} 

.orderform em {
  display: block;
  padding: 0.3em;
  font-weight: bold;
  background: #e7eff3;
}

.orderform .button {
  width: 300px;
  padding: 1em;
}

.orderform textarea {
  width: 300px;
  height: 100px;
}

.orderform td.input {
  width: 400px;
}
/* end: objednavka form */



/* begin: detail */
.iteminfo {
  margin: 15px 0 20px 0;
  width: 575px;
  border: 1px solid #dfe9ee;
}

.iteminfo tr {
  background: #f2f7fa;
}

.iteminfo .val {
  text-align: right;
}

.iteminfo .price {
  font-weight: bold;
  color: red;
}

.iteminfo .oldprice {
  color: red;
  text-decoration: line-through;
}

.countform {
  float: left;
  padding: 5px;
  background: #f2f7fa;
}

.countform input {
  width: 30px;
}

.orderlink {
  float: right;
  padding: 0.5em 1em;
  text-decoration: none;
  font-weight: bold;
  background: red;
  color: white;
}

/* end: detail */
