* {
  padding: 0px;
  margin: 0px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;   
}

img { border:none; }

body {
  padding:0;
  margin:0;
  font-family:Verdana,Arial,Helvetica, sans-serif;
  font-size:11px;
  text-align:center;
  overflow:-moz-scrollbars-vertical;
  height:100%;
  background:url(background.jpg) top repeat-y;
  background-color: white;
}
body.two_columns {
  background:url(background-two-columns.jpg) top repeat-y;
}

th, td {
  font-family:Verdana,Arial,Helvetica, sans-serif;
  font-size:11px;
}

a, a:visited, a:active {
  text-decoration: none;
  color: #990000;
}
a:hover {
  text-decoration: underline;
  color: #990000;
}

#container {
  position:relative;
  display:block;
  text-align:left;
  width:1000px;
  min-width:1000px;
//  height:100%;
  min-height:100%;
  margin:0 auto;
}

#header {
  height: 150px;
  background:url(header.jpg);
}

#footer{
  position:absolute;
  bottom:0px;
  margin:0 auto;
  height:83px;
  width:1000px;
  background-repeat:no-repeat;
  background:url(footer.jpg);
  text-align: center;
  padding: 50px 0px 0px 0px;
}
#footer_two_columns{
  position:absolute;
  bottom:0px;
  margin:0 auto;
  height:83px;
  width:1000px;
  background-repeat:no-repeat;
  background:url(footer-two-columns.jpg);
  text-align: center;
  padding: 50px 0px 0px 0px;
}

.menu_spacer{
  position:relative;
  height:83px;
  min-height:83px;
  margin:0;
}

#login {
  height: 150px;
  width: 185px;
  float: right;
}
#login .background_form {
  background:url(login-background.jpg);
  width: 100%;
  float: left; 
  height: 150px;
}
#login .background_logged {
  background:url(login-background-logged.jpg);
  width: 100%;
  padding: 124px 0px 0px 12px;
  
}
#login_left {
  float: left;
  margin: 40px 0px 0px 0px;
  font-weight: bold;
  color: #666666;
  padding-left: 8px;
}
#login_left input {
  float: left;
  margin: 0px;
  padding: 0px;
  width: 107px;
  border: 1px solid #666666;
}
#login_right {
  float: left;
  margin: 45px 0px 0px 0px;
  padding-left: 2px;
  
}
#login_submit {
  width: 64px;
  height: 64px;
}
#login div.registrace {
  margin-top: 11px;
  float: left;
  padding-left: 10px;
}
#login a,
#login a:active,
#login a:hover,
#login a:visited {
  color: #990000;
  font-weight: bold;
}

a.homepage_link {
  float: left;
  margin: 100px 0px 0px 0px;
}
span.homepage_link {
  float: left;
  width: 250px;
  height: 50px;
  display: block;
}

#kosik {
  width: 178px;
  height: 63px;
  margin-top: 87px;
  float: right;
  background:url(kosik.jpg);
  padding-left: 14px; 
}

#kosik .kosik_link {
  width: 125px;
  height: 35px;
  float: left;
  text-decoration: none;
}

#kosik_iframe {
  width: 160px;
  height: 28px;
}
.cart_content {
  background:url(kosik-iframe.jpg);
}
.cart_content a,
.cart_content a:visited,
.cart_content a:hover,
.cart_content a:active {
  color: black;
}

.cart_content .cart_spacer .hodnota{
  width: 90px;
  float: left;
  text-align: right;
}
.cart_content .cart_spacer .jednotka{
  float: left;
  text-align: left;
  padding-left: 5px;
}

.main {
  float: left;
  width: 1000px;
}

.menu_top {
  background-color: white;
  float: left;
  width: 100%;
}
.menu_top ul {
  list-style-type:none;
  float: left;
  padding: 5px;
}
.menu_top ul li {
  float: left;
}
.menu_top ul li a {
  color: #990000;
  font-weight: bold;
}

.menu_top .search {
  float: right;
  margin: 2px 5px 0px 0px;
}
.menu_top .search input {
  border: 1px solid black;
}

.menu_left {
  float: left;
  width: 210px;
}
.menu_left_header {
  background:url(menu-left-header.png);
  background-color: #999999;
  padding: 5px 0px;
  height: 23px;
}
.menu_left_header a {
  color: #666666;
  font-weight: bold;
  margin-left: 25px;
}
.menu_left_header a.active {
  color: white;
}

.menu_left_background {
  width: 210px;
  background:url(menu-left-background.png) no-repeat;
  float: left;
}
.min_height {
  height: 400px;
  min-height: 400px;
  width: 1px;
  float: left;
}
.menu_left_main {
  width: 199px;
  padding: 10px 0px 0px 10px;
  float: left;
}

.menu_left_main ul{
  padding:0;
  margin:1px 0px 0px 4px;
  line-height:18px;
}

.menu_left_main ul li{
  display:block;
  list-style-type:none;
  margin:0 4px 0 0;
}

.menu_left_main a {
  color: #666666;
}
.menu_left_main a.active {
  color: #666666;
  font-weight: bold;
}

.menu_right {
  float: right;
  width: 191px;
}
.menu_right_header {
  background:url(menu-right-header.png) top right no-repeat;
  background-color: #d3d4cc;
  width: 191px;
  height: 23px;
  padding: 5px 0px 5px 20px;
  color: #666666;
  font-weight: bold;
  float: right;
}
.menu_right_background {
  width: 191px;
  background:url(menu-right-background.png) no-repeat top right;
  float: right;
  
}
.menu_right_main {
  margin: 10px 0px 0px 0px;
  width: 182px;
  float: right;
}

.sidelist_item {
  margin-bottom: 15px;
  float: left;
}
.sidelist_item h3 {
  width: 175px;
  border-bottom: 1px dotted black;
  font-size: 12px;
  margin: 0px 3px 5px 3px;
}

.sidelist_item h3 a,
.sidelist_item h3 a:visited,
.sidelist_item h3 a:hover,
.sidelist_item h3 a:active {
  color: black;
  text-decoration: none;
  margin-left: 7px;
}

.menu_right_main .sidelist_item img {
  border: 1px solid #6a6a6a;
  margin-left: 10px;
}

.menu_right_main .sidelist_item .fr {
  margin: 3px 3px 0px 0px;
  width: 70px;
  text-align: right;
  font-size: 10px;
  float: right;
}

.menu_right_main .sidelist_item .akce_stara_cena {
  text-decoration: line-through;
  color: #666666;
  font-weight: bold;
}

.menu_right_main .sidelist_item .akce_cena {
  color: #cc0000;
  font-weight: bold;
}

.sitebar_akce_kosik {
  margin: 15px 10px 0px 0px;
}

#main_content {
  float: left;
  width: 590px;
  margin: 6px 0px 0px 5px;
}
#main_content h1 {
  width: 99%;
  text-align: left;
  border-bottom: 1px dotted #666666;
  font-size: 13px;
  color: #666666;
  font-weight: bold;
  padding: 0px 10px;
  margin-bottom: 5px;
}
/*
body.cart_content {
  background:#ffaa00;
  color:white;
  margin-top:5px;
  width:140px;
}
body.cart_content div.hodnota, body.cart_content div.jednotka {
  height:16px;
  float:left;
  font-size:11px;
  font-weight:bold;
  }
body.cart_content div.hodnota {
  width:68px;
  text-align:right;
  }
body.cart_content div.jednotka {
  width:38px;
  margin-left:5px;
  text-align:left;
  }

a, a:visited {
  color: #CC3300;
  text-decoration:none;
  font-weight:bold;
}
a:hover {
  text-decoration:underline;
  color: #CC3300;
}
#kosik2 a.white, #kosik2 a:hover.white, #kosik2 a:visited.white {
  color:#ffaa00;padding-right:10px;
  }

h1 {
  margin:5px 0px;
  padding:2px;
  font-size:18px;
}
h2 {
  margin:5px 0;
  padding:2px;
  font-size:14px;
}


#kosik {
  margin-top: 60px;
  float:right;
  width:240px;
  height:90px;
  padding-right: 0;
}

#kosik a, #kosik a:visited {
  color: white;
}
#kosik a:hover {
  color: black;
}

#kosik1 {
  margin:0px 0 0 0px;
  text-align: right;
  width:240px;
}

#kosik2 {
  margin:0px 0 0 0px;
  text-align: right;
  width:240px;
}

#kosik2 form {
  margin:7px 0 0 20px;
  line-height:25px;
}
#kosik2 div.dolu{
  padding-top:7px;
}

#menu1-in ul{
  padding:0;
  margin:1px 0px 0px 4px;
  line-height:18px;
  width: 610px;
}

#menu1-in ul li{
  display:block;
  list-style-type:none;
  float:left;
  margin:0 4px 0 0;
  height:18px;
  text-align:center;
}

li.menu1a { background-image:url("ucho-a.png"); }
li.menu1p { background-image:url("ucho.png"); }

#menu1-in a, #menu1-in a:visited {
  color:white;
  text-decoration:none;
}
#menu1-in a:hover {
  text-decoration:underline;
}
#cont2-left {
  float:left;
  width:38px;
}
.cont2-left-p, .cont2-left-v {
  width:33px;
  height:174px;
}

div.left_menu_switch {
  background-color: white;
  width: 100%;
  float: left;
  padding: 0px;
}

div.left_menu_switch div{
  width: 71px;
  background-color: white;
  float: left;
  text-align: center;
  margin: 0px;
  padding: 2px 2px;
}
div.left_menu_switch div.active{
  background-color: #e5e5e5;
}

#cont2-left a {
  display:block;

  width:33px;
  height:87px;
  font-size:1%;
}

#cont2-in {
  float:left;
  width:800px;
  
  text-align:left;
  height:100%;
}

div.left_col {
  float:left;
  width:150px;
  
}

#main {
  float:right;
  width:650px;
  text-align:left;
  margin-top:5px;
}
#main-in {
  float:left;
  width:648px;
}
.odsad_boky {
  padding:0 0px;
}

#footer {
  text-align:center;
  padding:10px 10px 10px 25px;
  }

.adr-radek {
  padding: 5px 0px 5px 10px;
}
.producty {
  background-color:#e8ebcd;
}

.mezi_producty {
  float:left;
  width:5px;
  margin:5px 0;
}

.prod-top-a, .prod-top {
  height:34px;
  background-repeat:no-repeat;
}
.prod-nadp {
  line-height:34px;
  padding-left:160px;
  font-weight:bold;
  font-size:12px;
  color:white;
}
.prod-a {
  float:left;
  width:320px;
}
.prod-top-a {
  background-image:url("ram-top-a.png");
}
.prod-in-a {
  border-left:#f6e5da 5px solid;
  border-bottom:#f6e5da 5px solid;
  border-right:#f6e5da 5px solid;
}
.prod {
  float:right;
  width:320px;
}
.prod-top {
  background-image:url("ram-top.png");
}
.prod-in {
  border-left:#e8ebcd 5px solid;
  border-bottom:#e8ebcd 5px solid;
  border-right:#e8ebcd 5px solid;
}
.odsad {
  padding:10px
}
.odsad_vlevo {
  padding-left: 10px;
}
#akce {
  float:right;
  width:150px;

  background-color:#e8ebcd;
  font-weight:bold;
  font-size:11px;
  color:#7a8b05;
}

.copyright {
  width:150px;
  line-height:25px;
  text-align:center;
  color:#a5af57;
  font-weight:bold;
  }

#search {
  width:170px;
  text-align:center;
  font-weight:bold;
  font-size:11px;
  display:inline;
  float: right;
  line-height: 16px;
  height: 18px;
  margin-top: 1px;
}
#search form {
  margin:0px;
  padding: 0px;
}
#search form input{
  height: 14px;
  font-size: 11px;
  padding: 0px 2px;
  margin: 0px;
  border: 0px;
}

.ucho-bok {
  width:100%;
  height:44px;
  background-image:url("ucho-bok.png");
  background-position:top right;
  background-repeat:no-repeat;
}
.ucho-bok-left {
  width:100%;
  height:44px;
  background-image:url("ucho-leve.png");
  background-position:top left;
  background-repeat:no-repeat;
}
.ucho-bok-in {
  padding:14px 5px 5px 29px;
  font-weight:bold;
  font-size:12px;
  color:white;
}
.ucho-bok-left .ucho-bok-in {
  padding:14px 5px 5px 14px;
}
.pol-akce {
  padding:10px 0;
}
.pol {
  padding:0 5px 5px 12px;
}


ul.side_menu {
  margin:0 0 0 10px;
  padding:0 0 2px 0;
}

ul.side_menu li {
  list-style-type:none;
  padding-top:4px;
  padding-left:20px;
  text-indent:-21px;
}

ul.side_menu li img {
  vertical-align:middle;
  margin-right:2px;
}

.povinne {
  margin:10px 0 5px 102px;
}
*/
/*
  system classes
*/
.cb {
  clear:both;
  }
div.fr {
  float:right;
}
div.fl {
  float:left;
}
a.fr {
  float:right;
}
a.fl {
  float:left;
}
