body {
  margin:0;
  padding:0;
  background: #1A4BA8 url('/img/bg_canvas.png') top left no-repeat;
  font: 90% Trebuchet, Verdana, Helvetica, Arial, sans-serif;
  color: #8DC5EA;
  text-align: center;
}


/*COMMONS*/
a span {
  display: none;
}

a {
  color: #95CEF0;
}

p {
  color: #fff;
  line-height: 150%;
  font-size: 90%;
}

h2 {
  margin: 0 0 20px 0;
  height: 30px;
}

h2 span {
  display: none;
}

h2.best-selling {
  background: transparent url('/img/title_bestselling.png') left top no-repeat;
  display: block;
  width: 194px;
}

h2.news{
  background: transparent url('/img/title_news.png') left top no-repeat;
  display: block;
  width: 225px;
}

h2.whybuy{
  background: transparent url('/img/title_whybuy.png') left top no-repeat;
  display: block; 
  width: 271px;
  clear: left;
}

h2.not-found{
  background: transparent url('/img/title_notfound.png') left top no-repeat;
  display: block;
  width: 287px;
}

h2.trading-conditions{
  background: transparent url('/img/title_tradingcon.png') left top no-repeat;
  display: block;
  width: 240px;
}

h2.contacts{
  background: transparent url('/img/title_contacts.png') left top no-repeat;
  display: block;
  width: 108px;
}

h2.registration{
  background: transparent url('/img/title_registration.png') left top no-repeat;
  display: block;
  width: 124px;
}

h2.profile_edit{
  background: transparent url('/img/title_profedit.png') left top no-repeat;
  display: block;
  width: 239px;
}

h2.login{
  background: transparent url('/img/title_login.png') left top no-repeat;
  display: block;
  width: 118px;
}

h2.reg_confirm{
  background: transparent url('/img/title_regconfirm.png') left top no-repeat;
  display: block;
  width: 242px;
}

h2.lost_password{
  background: transparent url('/img/title_lostpass.png') left top no-repeat;
  display: block;
  width: 219px;
}

h2.shop_bag{
  background: transparent url('/img/title_shopbag.png') left top no-repeat;
  display: block;
  width: 168px;
}

h2.prod_detail{
  background: transparent url('/img/title_proddetail.png') left top no-repeat;
  display: block;
  width: 190px;
}

h2.list{
  background: transparent url('/img/title_list.png') left top no-repeat;
  display: block;
  width: 165px;
}

h2.order_title{
  background: transparent url('/img/title_order.png') left top no-repeat;
  display: block;
  width: 137px;
}

h2.order-confirmation{
  background: transparent url('/img/title_orderconf.png') left top no-repeat;
  display: block;
  width: 257px;
}

h2.search{
  background: transparent url('/img/title_search.png') left top no-repeat;
  display: block;
  width: 146px;
}

h2.delivery{
  background: transparent url('/img/title_delivery.png') left top no-repeat;
  display: block;
  width: 252px;
}

h3 {
  font-size: 110%;
  margin: 20px 0 15px 0;
}



/*LAYOUT*/
#content {
  margin: 0 auto;
  padding: 0;
  width: 981px;
  text-align: left;
}


#logo{
  width: 303px;
  height: 180px;
  float: left;
  background: transparent url('/img/logo.png') left top no-repeat;
  position: relative;
  top: -5px;
}

#head{
  width: 678px;
  height: 177px;
  float: left;
  background: transparent url('/img/head.png') left top no-repeat;
  position: relative;
}

#head form {
  position: absolute;
  left: 435px;
  top: 6px;
  margin: 0;padding: 0;
}

#head form .top{
  width: 165px;
  margin-right: 5px;
  vertical-align: top;
}

#head form p{
  margin: 0;padding: 0;
}


#head .bag{
  position: absolute;
  left: 430px; top: 70px;
  margin: 0; padding: 0;
  font-size: 90%;
  width: 225px; height: 84px;
  background: transparent url('/img/bag.png') right top no-repeat;
  text-decoration: none;
}

#head .bag h2{
  margin: 0; padding: 0;
  background: transparent url('/img/title_shopbag2.png') left top no-repeat;
  display: block;
  width: 146px;
}

#head .bag p{
  padding: 0 75px 0 0; margin: 2px 0 0 0;
  text-align: center;
}



#menu{
  margin:0;

  padding:0; 
  text-align: center;


}

#menu ul{
  width: 236px;
  margin-top: 0;
}

#menu ul li{
  list-style: none;
  background: transparent url('/img/menu_line.png') left bottom no-repeat;
  padding: 8px 0 8px 0;
  text-align: left;
}

#menu ul li ul li{
  list-style: none;
  background: none;
  padding: 7px 0 7px 0;
  text-align: left;
  font-size: 90%;
}

#menu ul li ul li a{
  background: transparent  url('/img/menu_star2.png') left top no-repeat;
  padding-left: 40px;
  height: 18px;
  display: block;
  margin-left: 0px;
}

#menu ul li a.special{
  font-weight: bold;
  color: #fff;
}


#menu ul li a{
  color: #95CEF0;
  text-decoration: none;
  background: transparent  url('/img/menu_star.png') left top no-repeat;
  padding-left: 50px;
  height: 22px;
  display: block;
  margin-left: 10px;
}

#menu ul li a.selected{
  font-weight: bold;
  color: #fff;
}

#menu ul li a:hover{
  color: #fff;
}

#menu ul li.search{
  background: none;
}

#menu ul li.search form{
  margin: 0 10px 0 10px;
  padding: 5px 0 5px 0;
}
  
#menu ul li.search form p{
  margin: 0; padding: 0;
}

#menu ul li.search form input.text_input{
  width: 182px;
}

#menu ul li.search form input{
  vertical-align: middle;     
}

#menu div.loginbox{
  width: 303px;height: 130px;
  display: block;
  margin:0; padding: 25px 0px 0 20px; 
  background: transparent url('/img/bg_loginbox.png') left top no-repeat;
  text-align: left; color: #fff;
  position: relative;
}

#menu div.loginbox a{
  color: #fff;
}

#menu div.loginbox a.logout{
  position: absolute;
  top: 37px; right: 40px;
  background: transparent url('/img/btn_logout.png') left top no-repeat;
  width: 39px; height: 43px;
}

#menu div.loginbox h4{
  margin: 10px 0 10px 0;
  width: 220px;
}

#menu div.loginbox form{
  width: 206px;
}

#menu div.loginbox p{
  margin: 8px 0 0 0; padding: 0;
}

#menu input.log_ico{
  position: absolute;
  top: 37px; right: 40px;
}

#menu div.loginbox p.right{
  margin: 3px 0 0 0;
}

#menu div.loginbox .text_input{
  width: 140px;
  margin-bottom: 0px;
}

#menu div.loginbox label{
  width: 60px;
  margin-bottom: 5px;
}

#main{
  padding:0; 
  width: 678px;
  margin: -15px 0 10px 0;
  float: right;
  background: transparent url('/img/bg_offer_top.png') 6px top no-repeat;
}

#main #main-in{
  padding: 25px 27px 70px 24px; 
  margin: 0;
  background: transparent url('/img/bg_offer_bottom.png') 6px bottom no-repeat;
  position: relative;
  min-height: 600px;
}

#main #main-in ul{
  line-height: 150%;
  color: #fff;
  font-size:90%;
}

#main #main-in table{
  color: #fff;
  font-size:90%;
}

#main #main-in table td{
  color: #fff;
}



#main #main-in a.product{
  width: 199px;
  height: 219px;
  background: transparent url('/img/bg_item.png') left top no-repeat;
  float: left;
  margin-bottom: 11px;
  padding: 0;
  position: relative;
  text-decoration: none;
}

#main #main-in a.middle{
  margin-right: 14px;
  margin-left: 14px;
}

#main #main-in .orez{
  height: 172px;
  overflow: hidden;
}

#main #main-in a.product h3{
  margin: 0;
  padding: 10px 12px 0 13px;
  color: #F8C031;
  font-size: 100%;
}

#main #main-in a.product p{
  margin: 0;
  padding: 3px 12px 0 13px;
  text-decoration: underline;
  font-size: 80%;
  color: #8DC5EA;
}


#main #main-in a.product img{
  margin: 12px 12px 0 13px;
  padding: 0;
  text-decoration: none;
  border: 0;
}

#main #main-in a.product p.price{
  position: absolute;
  bottom: 11px;
  left: 90px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}



#main #main-in a.copyright{
  background: transparent url('/img/title_copyright.png') left top no-repeat;
  position: absolute;
  bottom: 10px;
  right: 29px;
  height: 16px;
  width: 145px;
}

/*FORMS*/
fieldset {
  border: 1px solid #8DC5EA;
  padding: 10px 15px 10px 15px;
  margin: 20px 0 20px 0;
}

label {
  width: 150px;
  float: left;
}

legend {
  font-size: 100%;
  padding: 0 5px 0 5px;
  color: #8DC5EA;
}

input.text_input {
  width: 200px;
  padding: 2px;
  color: #333;
  font-size: 90%;
}

input.text_input2 {
  width: 100px;
  padding: 2px;
  color: #333;
  font-size: 90%;
}

input.text_input3 {
  width: 40px;
  padding: 2px;
  color: #333;
  font-size: 90%;
  text-align: right;
}

textarea {
  width: 430px;
  height: 70px;
  padding: 2px;
  color: #333;
  font-size: 90%;
  font-family: Trebuchet, Verdana, Helvetica, Arial, sans-serif;
}

form.prihlaseni {
  background: transparent url('/img/ico_users_big.png') 450px 50% no-repeat;
}

form.prihlaseni p.bottom{
  margin-left: 150px;
  width: 200px;
  text-align: center;
  padding-top: 8px;
}

p.alert
{
  background: transparent url('/img/user_warning.png') left top no-repeat;
  padding-left: 65px;
  min-height: 48px;
}

.errors
{
  border-color: #FED638;
}

.errors legend
{
  color: #FED638;
}

.right
{
text-align: right;

}

.center
{
text-align: center;
}

.pagination {
  text-align: center;
}

.pagination a{
  background: transparent url('/img/bg_pagination.png') left top no-repeat;
  width: 22px;
  height: 23px;
  font-weight: bold;
  color: #fff;
  padding: 3px 7px 3px 6px;
  margin: 0 3px 0 3px;
  text-decoration: none;
}

.pagination a.sel{
  background: transparent url('/img/bg_pagination_sel.png') left top no-repeat;
}

.pagination a:hover{
  background: transparent url('/img/bg_pagination_sel.png') left top no-repeat;
}

form.serazeni {
  position: absolute;
  top: 40px;
  right: 32px;
}

table.buyform {
  width: 250px;
  float: right;
  color: #fff;
  border-collapse: collapse;
  margin: 0 0 10px 10px;
}

table.buyform th{
  color: #fff;
  padding: 5px;
  text-align: left;
  border-bottom: 1px solid #8DC5EA;
}

table.buyform td{
  text-align: right;
  padding: 5px;
  border-bottom: 1px solid #8DC5EA;
}

table.buyform td.buy{
  text-align: center;
  border-bottom: 0;
  padding-top: 10px;
}

table.objednavka, table.rekapitulace {
  width: 100%;
  color: #fff;
}

table.objednavka th,  table.rekapitulace th{
  background-color: #8DC5EA;
  color: #fff;
  padding: 5px;
}

table.rekapitulace th{
  text-align: center;
  width: 50%;
}

table.objednavka td {
  padding: 5px;
  text-align: right;
  border-bottom: 1px solid #8DC5EA;
}

table.rekapitulace td{
  padding: 5px;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #8DC5EA;
  width: 50%;
}

table.objednavka td.prvni {
  text-align: left;
  width: 50%;
}

table.objednavka td.mnozstvi {
  text-align: center;
  width: 15%;
}

table.objednavka td.castka {
  width: 15%;
}

table.objednavka td.celkem {
  text-align: left;
  border-bottom: 0;
}

table.objednavka td.bez {
  border-bottom: 0;
}

.orderit {
  display: block;
  width: 120px; height: 31px;
  background: transparent url('/img/btn_order.png') left top no-repeat;
  margin: 0 auto;
}

table.delivery{
  color: #fff;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #8DC5EA;
  
}

table.delivery td{
  padding: 5px;
  font-size: 90%;
  border-bottom: 1px solid #8DC5EA;

}

table.delivery label{
  float: none;
  margin: 0;
  vertical-align: top;
}

table.delivery input{
  margin-right: 10px;
  
}

a.help
{
color: #fff;
text-decoration: none;
}

a.help img
{
display: inline;
vertical-align: top;
border: 0;
}

a.help span
{
position: relative;
font-size: 90%;
font-weight: normal;
text-align: left;
display: inline;
}

a.help span span
{
display: block;
position: absolute;
visibility: hidden;
top: 0px;
right: 20px;
padding: 5px;
width: 300px;
background: #1A4BA8;
border: 2px solid #8DC5EA;
line-height: 150%;
}

a.help:hover span span
{
visibility: visible;
} 

p.gallery img{
  border: 0;
  margin: 0 9px 9px 0;
  float: left;
}

p.gallery img.posledni{
  margin-right: 0;
}

p.underline {
  width: 621px;
  background: transparent url('/img/line_normal.png') left top no-repeat;
  padding: 10px 0 0 0;
  margin: 25px 0 15px 0;
  text-align: center;
}

.part-obal {
  position: absolute;
  bottom: 20px; left: 0;
  width: 678px; 
  text-align: center;
  font-size: 75%;
}

p.partners {
  text-align: center;
  padding: 0 0 10px 0;
}



hr.normal {
  width: 621px;
  background: transparent url('/img/line_normal.png') left top no-repeat;
  margin: 30px 0 30px 0;
  border: 0;
  height: 1px;
}

hr.normal2 {
  width: 621px;
  background: transparent url('/img/line_normal.png') left top no-repeat;
  margin: 5px auto;
  border: 0;
  height: 1px;
}


/*CLEANERY*/
hr.cleaner2
{
  clear: left;
  visibility: hidden;
  height: 0;
  padding: 0;
  margin: 15px 0 15px 0;
}

hr.cleaner3
{
  clear: right;
  visibility: hidden;
  height: 0;
  padding: 0;
  margin: 0;
}

hr.cleaner
{
  clear: both;
  visibility: hidden;
  height: 0;
  padding: 0;
  margin: 0;
}


