﻿/* CSS Document */

*{
  margin:0px auto; 
  padding:0px;
  }

.blue{color:#8393dd;}
.orange{color:#fcc600;}
.white{color:#FFFFFF;}
.fl-left{float:left;}
.fl-right{float:right;}
.clear{clear:both;}
a{cursor:pointer;}

#header{
  background:url(http://www.pantera.sk/eshop/logo.png) no-repeat;
  height:162px;
  width:100%;
  font-family:Tahoma, Arial, Helvetica, sans-serif;
  color:#FFFFFF;
  font-size:11px;
  }

/*#header p{
  padding:20px 700px 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:#28435f !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:105px 120px 0 0;
  background:url(http:// ) no-repeat;
  }
*/

#header .form input.text{
  float:left;
  width:150px; 
  height:22px;
  background:url(http://www.pantera.sk/eshop/vyhladavanie.jpg) no-repeat; 
  border:none; 
  color:#28435f; 
  padding:3px 5px 0 5px;
  margin:10px 0 5px 10px;
  font-size:11px;
  }
  
#header .form input.btn{
  float:left;
  background:none; 
  border:none; 
  width:50px; 
  height:23px; 
  color:#28435f; 
  font-weight:600; 
  font-size:12px;
  margin:10px 0 5px 0;
  cursor:pointer;
  }

#header .form label{
  color:#ffffff; 
  }

#header .form input.checkbox{
  margin:3px 5px 0 12px;
  width:12px; 
  height:12px; 
  background:url(http://www.pantera.sk/eshop/checkbox.jpg) no-repeat; 
  border:none;
  }

 
#menu{
  background:url(http://www.pantera.sk/eshop/menu-pozadie.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:32px;
  text-decoration:none;
  padding:8px 8px 0 8px;
  background:url(http://www.pantera.sk/eshop/menu-ciarka.jpg) no-repeat right center;
  }
#menu ul li a.last{background:none;}
#menu ul li a:hover{
  background:url(http://www.pantera.sk/eshop/menu-aktivne.jpg) repeat-x;
  color:#28435F;
  }

