﻿body {
  background-color: black;
  margin: 0px;
  padding: 0px;
  width: 100%;
}

body, td, div { 
  font-family: tahoma;
  font-size: 12px;
}

img, a { border: none; }
form { margin: 0px; padding: 0px; }

.header_light {
  background-repeat: no-repeat;
  background-color: Transparent;
  background-position: top center;
  width: 100%;
  height: 280px;      
}

.top_menu {
  background-image: url(images/top_menu.png);
  background-repeat: no-repeat;
  width: 1025px;
  height: 74px;
  text-align: center;
}

.top_menu a {
  display: block;
  width: 152px;
  height: 44px;
  float: left;
  color: white;
  text-align: center;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  padding-top: 25px;
}

.top_menu a:hover {
  background-image: url(images/menu_back.png);
  background-position: left;
  background-repeat: no-repeat;  
  height: 44px;
  display: block;
}

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border-bottom-width: 0;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: rgb(64,30,53);
filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
width: 250px; /* default width for menu */
border: 1px rgb(233,67,183) solid;
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a{
width: 100%;
display: block;
color: white;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkmenu a:hover{ /*hover background color*/
background: rgb(233,67,183);
color: white;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkmenucols{
position: absolute;
width: 250px;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #E9E9E9;
}

.anylinkmenucols li{
padding-bottom: 3px;
}

.anylinkmenucols .column{
float: left;
padding: 3px 8px;
margin-right: 5px;
background: #E0E0E0;
}

.anylinkmenucols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.data {
  background-image: url(images/design6.png);
  background-repeat: repeat-y;
  width: 1025px;  
  padding-left: 60px;
  padding-right: 70px;
}

.data div, p { color: black; font-size: 12px; }
.data td { color: Black; font-size: 12px; text-align: left; }
.data a { color: black; font-weight: bold; }

.ztitle {
      color: rgb(250,224,147);
      font-size: 14px;
      font-weight: bold;
      text-transform: uppercase;
}

.footer {
  background-image: url(images/design7.png);
  background-repeat: no-repeat;
  width: 1025px;
  height: 134px;
  padding-top: 10px;
  text-align: center;
}

.footer a { color: white; text-decoration: none; }
.footer div, td, p { color: White; }

.status 
{    
    background-image: url(images/attention.png);
    background-repeat: no-repeat;
    background-position: left;
    height: 29px;
    width: 100%;
    color: red;
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 50px;
    padding-top: 10px;
    vertical-align: middle;    
}

.status_green
{    
    background-image: url(images/accept.png);
    background-repeat: no-repeat;
    background-position: left;
    height: 32px;
    width: 100%;
    color: green;
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 50px;
    padding-top: 10px;
    vertical-align: middle;    
}

.border_img {
  border: 3px rgb(198,22,122) solid;
}

.reg_link {
  color: #b1bb08;
  text-decoration: underline;
  font-size: 11px;
}

.login_input_td {
  background-image: url(images/login_box/login2.png);
  background-repeat: no-repeat;
  background-color: Transparent;  
  width: 199px;
  height: 29px;
  border: none;  
}

.login_input {
  border: none;
  background-color: Transparent;
  margin-left: 30px;
  width: 100px;
}

.login_input_td2 {
  background-image: url(images/login_box/login4.png);
  background-repeat: no-repeat;
  background-color: Transparent;  
  width: 199px;
  height: 27px;
  border: none;  
}

.login_input2 {
  border: none;
  background-color: Transparent;
  margin-left: 30px;
  width: 100px;
}

.login_submit {
  background-image: url(images/login_box/login5.png);
  background-repeat: no-repeat;
  width: 93px;
  height: 37px;
  border: none;
  cursor: pointer;
}

.profile_box {
  background-image: url(images/login_box/profile_box.png);
  background-repeat: no-repeat;
  width: 199px;
  height: 177px;
}

.profile_box a {
  color: white;
}

.logoff {
  background-image: url(images/login_box/log_off.png);
  background-repeat: no-repeat;
  width: 74px;
  height: 31px;
  border: none;
  cursor: pointer;
}

.produkt {
  background-image: url(/Images/product_back.png);
  overflow: hidden;
  width: 196px;
  height: 309px;
  text-align: center;
}

.produkt_uvod {
  border: 3px #C70088 solid;
  background-color: #C70088;
  overflow: hidden;
  width: 150px;
  height: 190px;
  text-align: center;
  margin-right: 10px;
}

.price {
  position: absolute;      
  background-image: url(images/price.png);
  width: 80px;
  height: 80px;
}

.produkty_table a {
  color: #e913e1;
}

.data_text a, div, td { color: White; }

.filter td, div { color: White; font-size: 11px; }
.filter a { color: #E913E1; }

.kosik  
{
    background-image: url(/Images/header/header_07.png);
    background-repeat: no-repeat;
    width: 208px;
    height: 177px;                                    
    text-align: center;
}

.ext-mb-text { color: Black; }



.x-combo-list-item { color: Black; }

#ctl00_ContentPlaceHolder1_zCENA_OBJEDNAVKY_Container { font-weight: bold; font-size: 24px; color: Black; }

.search_input_td 
{
    background-image: url(/Images/search/search_01.png);
    background-repeat: no-repeat;
    width: 137px;
    height: 54px;
}

#ctl00_ContentPlaceHolder1_zAKCIA label { color: Black; }
label { color: Black; }

.x-grid3-row-first { display: none; }

.  x-btn-noicon a { color: White; }
#ctl00_zLOGIN_SUBMIT a { color: transparent; }

.back_button 
{
    font-size: 14px;
    color: White;
    font-weight: bold;
    background-image: url(/Icons/back_button.png);
    display: block;
    height: 32px;
    background-repeat: no-repeat;
    width: 155px;
    text-transform: uppercase;
    text-decoration: none;
}

