/* CSS Document */
#page1{
  width:1013px; 
  margin:10px auto 10px auto;
  padding:10px 0 0 0;
  }
#page2{
  width:1190px; 
  margin:10px auto; 
  clear:both;
  padding:10px 0 0 0;
  }
#page3{
  width:790px; 
  margin:10px auto; 
  clear:both;
  padding:10px 0 0 0;
  }

*{
  margin:0px auto; 
  padding:0px;
  }

.blue{color:#9ec8cc;}
.orange{color:#fcc600;}
.white{color:#FFFFFF;}
.fl-left{float:left;}
.fl-right{float:right;}
.clear{clear:both;}
a{cursor:pointer;}

#header{
  background:url(http://eshop.epicom.sk/images/header-bg.jpg) repeat-x;
  height:133px;
  width:100%;
  font-family:Tahoma, Arial, Helvetica, sans-serif;
  color:#FFFFFF;
  font-size:11px;
  }
#header p{
  padding:5px 10px 0 10px; 
  margin:0px auto; 
  height:23px;
  }
#header a{
  text-decoration:none;
  }
#header p a{
  font-weight:600;
  }
#header p a:hover{
  text-decoration:underline !important;
  color:#FCFF00 !important;
  }
#header img{
  border:none;
  }
#header h1 a{
  float:left;
  }

#header .logodiv a{
  float:left;
  }

#header a.ico{
  margin:20px 10px 0 0; 
  float:left;
  }
#header .form{
  width:275px; 
  height:63px; 
  float:right; 
  margin:42px 4px 0 0;
  /* background:url(http://eshop.epicom.sk/images/header-form-bgxxx.jpg) no-repeat; */
  }
#header .form input.text{
  float:left;
  width:195px; 
  height:20px;
  background:url(http://eshop.epicom.sk/images/header-input-text.jpg) no-repeat; 
  border:none; 
  color:#FFFFFF; 
  padding:3px 5px 0 5px;
  margin:10px 0 5px 10px;
  font-size:12px;
  }
  
#header .form input.btn{
  float:left;
  background:none; 
  border:none; 
  width:50px; 
  height:23px; 
  color:#fcc600; 
  font-weight:600; 
  font-size:12px;
  margin:10px 0 5px 0;
  cursor:pointer;
  }

#header .form label{
  color:#fcc600; 
  }

#header .form input.checkbox{
  margin:3px 5px 0 12px;
  width:12px; 
  height:12px; 
  background:url(http://eshop.epicom.sk/images/header-checkbox.jpg) no-repeat; 
  border:none;
  }
  
#menu{
  background:url(http://eshop.epicom.sk/images/menu-bg.jpg) repeat-x;
  height:32px;
  width:100%;
  font-family:Tahoma, Arial, Helvetica, sans-serif;
  font-size:11px;
  font-weight: 600;
  float:left;
  }
#menu ul{
  list-style:none;
  float:left;
  }
#menu ul li{float:left;}
#menu ul li a{
float:left;
  color:#000000;
  display:block;
  height:24px;
  text-decoration:none;
  padding:8px 8px 0 8px;
  background:url(http://eshop.epicom.sk/images/menu-div-bg.jpg) no-repeat right center;
  }
#menu ul li a.last{background:none;}
#menu ul li a:hover{
  background:url(http://eshop.epicom.sk/images/menu-active-bg.jpg) repeat-x;
  color:#FFFFFF;
  }

