﻿#body.sub-page {
  padding: 0 5px;
  background-image: url(images/body-3col-bg.png);
  background-position: top center;
  background-repeat: repeat-y;
}


#body.sub-page #body-end{
  clear: both;
  height: 30px;
  background-image: url(images/body-3col-end.png);
  background-position: bottom center;
  background-repeat: no-repeat;
}

/* menu (left col.) */
#menu-col{
  float: left;
  position: relative;
  width: 198px;
  font-size: 80%;
}

#menu-col h3{
  margin: 0;
  text-align: center;
  padding: 3px 0 3px 0;
  font-weight: normal;
  font-size: 110%;
  color: #fff;
  background-image: url(images/menu-col-header.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #6EAE00;
}

#menu-col ul,
#menu-col ul ul{
  list-style: none;
  margin: 0 5px 0 18px;
  padding: 0;
}

#menu-col ul{
  margin: 9px 5px 5px 9px;
}

#menu-col li{
  margin: 5px 0;
}

#menu-col a{
  text-decoration: none;
  color: #000;
}

#menu-col a:hover, 
#menu-col a:focus{
  text-decoration: underline;
}

#menu-col a:visited{
  color: #444;
}

#menu-col li.current{ font-weight: bold; }
#menu-col li.current li{ font-weight: normal; }
#menu-col li li.current{ font-weight: bold; }
#menu-col li li.current li{ font-weight: normal; }
#menu-col li li li.current{ font-weight: bold; }
#menu-col li li li.current li{ font-weight: normal; }
#menu-col li li li li.current{ font-weight: bold; }
#menu-col li li li li.current li{ font-weight: normal; }
#menu-col li li li li li.current{ font-weight: bold; }
#menu-col li li li li li.current li{ font-weight: normal; }

#menu-col li.open a{ color: #ea7808; font-weight: bold; }
#menu-col li.open li a{ color: #000; font-weight: normal; }

/* main col. */
#main-col{
  margin: 0 0 0 9px;
  width: 550px;
  position: relative;
  float: left;
}

#main-col-image{
  margin:0;
  padding: 0 0 9px 0;
  background-color: #EAF7D9;
}

#main-col h2{
  margin: 0px;
  padding: 4px 10px 4px 10px;
  font-weight: normal;
  font-size: 100%;
  color: #538504;
  background-image: url(images/main-col-header.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #6EAE00;
}

/* right col. */
#right-col{
  position: relative;
  margin: 0 0 0 9px;
  width: 198px;
  float: left;
  font-size: 80%;
}

/* basket */
#basket{
  height: 133px;
  background-image: url(images/basket-bg.png);
  background-position: bottom center;
  background-repeat: no-repeat;
}

/*
<div id="basket-items">5 položek</div>
<div>
    <span id="basket-price-label">Celkem:</span><span id="basket-price">1 250,00 Kč</span>
</div>
<div>
    <a href="#det">Detail</a>
</div>
<div id="user">
    <span id="user-name">Jan Novák</span>
    <a href="#logof">Odhlásit</a>
</div>
*/

#basket h3{
  margin: 0;
  padding: 3px 0 3px 40px;
  font-weight: normal;
  font-size: 115%;
  color: #fff;
  background-image: url(images/basket-header.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #6EAE00;
}

#basket div{
  margin: 5px 10px;
}

#basket-items{
  color: #98cd1e;
  font-size: 110%;
  margin-top: 3px;
}

#price{
  margin: 15px 0;
  color: #81a62c;
  position: relative;
}

#price label{
  color: #81a62c;
}

#basket-price{
  position: absolute;
  right: 0px;
}

#price-detail{
  text-align: right;
}

#user{
  margin-top: 8px;
  padding: 6px 0 6px 35px;
  background-image: url(images/user-icon.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}

#user-name{
  color: #ea7808;
  font-size: 95%;
  font-weight: bold;
}


/* favourites */
#favourites{

}

#favourites h3{
  margin: 0;
  padding: 3px 0 3px 40px;
  font-weight: normal;
  font-size: 115%;
  color: #fff;
  background-image: url(images/favourites-items-header.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #6EAE00;
}

#favourites div.item{
  margin: 15px 10px;
  text-align: center;
}

#favourites div.img{
  margin: 0 0 5px 0;
}

#favourites div.img img{
  display: block;
  width: 61px;
  height: 61px;
  padding: 1px;
  margin: 0 auto;
  background-image: url(images/img-bg.png);
  background-repeat: repeat;
}


