body {
	background-color: #A3A3A3;
	color: #000;
	margin: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}

a {
	color: #DD1A22;
	text-decoration: none;
}

a:hover { 
  text-decoration: underline;
  color: #447eb3; 
}

h3 {
	font-size: 1.2em;
	margin-bottom: 5px;
}    
.main-frame {
	width: 900px;
	margin: 0px auto;
	text-align: left;
}

/* -------     HEADER  ----------  */
.header-container {
	width: 100%;
	height: 171px;
	padding: 0;
	margin: 0;
}

.header-left {
	width: 228px;
	/*height: 172px;*/
	float: left;
	margin: 0;
	padding: 0;
	background-image: url('../img/top.jpg');
	background-repeat: repeat-x;
/*	background-color: Aqua;*/
}

.header-left .mailhome {
	height: 35px;
	margin: 0;
	padding: 0;
} 
	
.header-left .mailhome img {
	margin 0;
	padding: 0;
	margin-left: 20px;
	margin-top: 15px;
	border: 0;
}

.header-right .lang {
	margin-left: 530px;
}

.header-right .lang ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.header-right .lang li {
	display: block;
	float: left;
}

.header-right div.lang .lang-selected, .header-right div.lang .lang-not-selected {
	text-decoration: none;
	font-size: 10px;
	color: white;
	text-align: right;
	float: left;
	display: block;
	width: 30px;
	margin-right: 1px;        
}
    
.header-right div.lang .lang-selected {
	height: 21px;
	padding-top: 6px;
}

.header-right div.lang .lang-not-selected {
	height: 21px;
	padding-top: 6px;
}

.header-right div.lang a:hover {
	height: 21px;
	padding-top: 6px;
}

.header-right div.lang img {
	height: 21px;
}

/*  -------------- MENU ------------------- */
.menu-container {
	width: 100%;
	height: 40px;
	margin-top: 0px;
}
	
.menu {
	float: right;
}
	
.menu-left {
	float: left;
	height: 37px;
	width: 230px;
}

.menu-left img {
	margin 0;
	padding: 0;
	height: 30px;
	margin-top: 2px;
	border: 0;
	/*opacity: 0.4;*/
	/* for IE */
	/*filter:alpha(opacity=40);*/
}
	
.menu li a {
	display: block;
	text-decoration: none;
  text-align: center;
	width: 93px;
	height: 30px;
	background-image: url('../img/not-selected.jpg');
	background-repeat: no-repeat;     
	margin-right: 1px;  
	font-size: 11px;
	font-weight: bold;
	color: #8C8C8C;
	padding-top: 10px;
}

.menu li.dlouhy a {
	padding-top: 3px;
}

.menu li {
	margin: 0;
	padding: 0;
	float: left;
}

.menu ul {
	list-style: none;
	width: 670px;
	margin: 0;
	padding: 0;
}

.menu li a.selected, .menu li a:hover {
	display: block;
	color: #EEEEEE;
	padding-top: 10px;
  background-image: url('../img/selected.jpg');
	background-repeat: no-repeat;
  background-position: top;  
	text-decoration: none;
	width: 93px;
	height: 30px;
}

.menu li.dlouhy a.selected, .menu li.dlouhy a:hover {
	padding-top: 10px;
}

/* ------------  CONTENT ---------------- */
.content-container {
	width: 100%;
	background-image: url('../img/content_container_bg.gif');
	background-repeat: repeat-y;
}
	
.content-container div.left {
	float: left;
	width: 228px;
}

.content-container div.middle {
	float: left;
	width: 510px;
}

.content-container div.middle .nav {
	height: 19px;
	width: 100%;
	background-image: url('../img/h2_back.jpg');
	background-repeat: repeat-x;
	}

.content-container .akce {
	height: 30px;
	width: 100%;
	background-color: red;
	text-align: center;
	color: #FFFFFF;
	font-size: 2em;
	margin-top: 5px;
	margin-bottom: 5px;
	}

.content-container div.middle .nav a {
  color: white;
	text-decoration: none;
}

.content-container div.middle a:hover {
	text-decoration: underline;
	color: #447eb3;
}
/*
.content-container div.middle .content-middle {
	margin: 20px;
	}
*/
.content-container div.middle .content {
	margin: 10px;
	color: #000;
}
	
.content-container div.middle .content table {
	color: #000;
	font-size: 1em;
}

.content-container div.middle .content td {
	vertical-align: top;
}

.content-container div.right {
	float: left;
	width: 161px;
}

.content-container div.right p {
	padding-left: 10px;
}

.content-container div.left .nav {
	display: block;
	height: 19px;
	width: 228px;
	background-image: url('../img/h2_back.jpg');
	background-repeat: repeat-x;
	margin-bottom: 5px;
	}	
	
.content-container div.right .nav {
	display: block;
	height: 19px;
	width: 161px;
	background-image: url('../img/h2_back.jpg');
	background-repeat: repeat-x;
	border-left: 1px solid #ffffff;
	margin-bottom: 5px;
}

.content-container div.right .news p {
	padding: 0px 10px 10px 10px;
}

.content-container div.left .news p {
	padding: 0px 0px 0px 10px;
}
 
    /*          BOTTOM         */
.bottom-container {
	width: 100%;
	height: 25px;
	background-image: url('../img/bottom.jpg');
	background-repeat: repeat-x;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  margin-bottom: 3px;
}

/*          FOOTER         */
.footer-container {
  background-color: white;
  width: 100%;
  height: 93px;
}

.footer-container table {
  margin-left: 200px;
  margin-top: 20px;
}

.footer-container table a {
  color: #A0A0A0;
  text-decoration: none;
}

.footer-container table a:hover {
	color: #A0A0A0;
	text-decoration: underline;
}

.footer-container td {
  padding-left: 20px;
  padding-right: 20px;
}

.first {
  font-size: 11px;
  font-weight: bold;
  color: #A0A0A0;
}

.second {
/*        font-family: Verdana;*/
  font-size: 10px;
  color: red;
}

.third {
/*        font-family: Verdana;*/
  font-size: 10px;
  color: #AAAAAA;
}
    
    /*          CLEAR         */
.clear {
	clear: both;
	height: 0;
/*	clear: left; line-height: 0; height: 0;*/
    }
 
h1, h2 {
	color: white;        
	background-color: transparent;
}    

h1 {
	display: none;
}
    
h2 {
	font-weight: normal;
	font-size: 10px;
	width: 100%;
	background-image: url('../img/h2-sipka.gif');
	background-repeat: no-repeat;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 3px;
	padding-left: 20px;
}

h2.kosik {
	font-weight: normal;
	font-size: 10px;
	width: 100%;
	background-image: url('../img/icon-user.png');
	/*background-image: url('../img/h2-kosik.gif');*/
	background-repeat: no-repeat;
	background-position: 3px 2px;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 3px;
	padding-left: 25px;
}    
    
h2.hledat {
	font-weight: normal;
	font-size: 10px;
	width: 100%;
	background-image: url('../img/icon-search.png');
	/*background-image: url('../img/h2-kosik.gif');*/
	background-repeat: no-repeat;
	background-position: 3px 2px;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 3px;
	padding-left: 25px;
}    

h2.kontakt {
	font-weight: normal;
	font-size: 10px;
	width: 100%;
	background-image: url('../img/icon-contact.png');
	/*background-image: url('../img/h2-kosik.gif');*/
	background-repeat: no-repeat;
	background-position: 3px 2px;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 3px;
	padding-left: 25px;
}    

h2.novinka {
	font-weight: normal;
	font-size: 10px;
	width: 100%;
	background-image: url('../img/icon-news.png');
	/*background-image: url('../img/h2-kosik.gif');*/
	background-repeat: no-repeat;
	background-position: 3px 2px;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 3px;
	padding-left: 25px;
}    

h2.katalog {
	font-weight: normal;
	font-size: 10px;
	width: 100%;
	background-image: url('../img/icon-catalog.png');
	/*background-image: url('../img/h2-kosik.gif');*/
	background-repeat: no-repeat;
	background-position: 3px 2px;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 3px;
	padding-left: 25px;
}    

.content-container div.middle h2 {
	background-image: url('../img/h2-sipka2.gif');
	background-repeat: no-repeat;
	border-left: 1px solid white;
	padding-left: 24px;
}

#navlist {
	padding: 0;
	margin: 0;
/*	width: 16em;*/
}

#navlist ul {
	margin: 0;
	padding: 0;
}

#navlist li {
	list-style: none;
}

#navlist a {
	text-decoration: none;
	display: block;
	font-weight: bold;
	color: #5B5B5B;
  padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-repeat: no-repeat;
}

#navlist a:hover {
	background-repeat: no-repeat;
	background-color: #CC0E13;
	color: white;
	font-weight: bold;
}

#navlist li.leaf a {
	background-image: url('../img/menu-leaf.png');
	background-position: 10px;
	background-repeat: no-repeat;
}

#navlist ul li.leaf a {
	background-image: url('../img/menu-leaf.png');
	background-position: 10px;
	background-repeat: no-repeat;
}

#navlist li.expanded a {
	background-repeat: no-repeat;
	background-color: #447eb3;
	color: white;
	background-image: url('../img/menu-expanded2.png');
	background-position: 10px;
	font-weight: bold;
}

#navlist li.collapsed a {
	background-image: url('../img/menu-collapsed2.png');
	background-position: 10px;
	background-repeat: no-repeat;
	color: black;
}

#navlist li.collapsed a:hover {
	background-image: url('../img/menu-hover.png');
	background-position: 10px;
	background-repeat: no-repeat;
	color: white;
}

/*
#active a:link, #active a:visited, #active a:hover {
	background-image: url('../img/h3-sipka.gif');
	background-repeat: no-repeat;
	background-color: #CC0E13;
	color: white;
	font-weight: bolder;
}*/

   
form {
  margin: 0px;
  padding: 0px;
}
    
.popis {
	color: #000;
  font-size: 10px;
  font-weight: bold;
}
    
.cena {
	color: #447eb3;
  font-size: 12px;
  font-weight: bold;
}

.bezna_cena {
	color: #000;
  font-size: 10px;
  font-weight: normal;
}

.staracena {
	color: red;
  font-size: 12px;
  font-weight: bold;
	background-image: url('../img/staracena.png');
	background-position: right 3px;
	background-repeat: no-repeat;
}

.login-div {
	margin-bottom: 10px;
}

.login-div form{
  text-align: right;
}

.login-div fieldset {
	margin-right: 5px;
	padding: 0;
	border: 0px;
}
	
.login-div p {
	margin: 0 0 0 10px;
	padding: 0px;
}

.login-div label {
  text-align: right;
  margin: 3px;
  width: 46px;
	font-weight: bold;
	color: #7C7C7C;
}

.login-div .input-text {
	width: 90px;
	height: 20px;
	margin-top: 2px;
}

.login-div .prihlasit {
  border: 0px;
  margin-top: 5px;
  margin-right: 20px;
}

.prihlasit2 {
  border: 0px;
  margin-top: 5px;
  margin-left: 250px;
}

.login-div a.reg {
	color: #DD1A22;
	text-decoration: none;
}

.login-div a.reg:hover {
	text-decoration: underline;
	color: #447eb3;
}

.login-div p {
	vertical-align: middle;
}

div.content hr {
	display: block;
	clear: left;
	margin: 0;
	visibility: hidden;
}

legend {
	border:0px solid #000;
/*	color: #fff;*/
}
	
fieldset {
	padding: 2em;
	color: #000;
	border: 0;
}

.content label {
  float:left;
  width:40%;
  margin-right:0.5em;
  padding-top:0.5em;
  text-align:right;
  font-weight:bold;
}
  
.content p.error {
	color: Red;
	font-weight: bold;
}

.center {
	text-align: center;
}

div.item {
	padding: 5px;
}

div.item img {
	float: left;
	margin: 5px;
	/* border: 1px solid Red;*/
}

.user-box ul {
	list-style-type: none;
	margin-left: 10px;
	padding: 0;
}

.user-box li {
	background-image: url('../img/reg-sipka.gif');
	background-position: 0 -2px;
	background-repeat: no-repeat;
	padding-left: 10px;
}

table {
	padding: 0;
	margin: 0;	
}

th {
	border-bottom: 1px solid black;
}

.user p {
	padding-left: 0px;
	margin: 0;	
}

.search-form {
	text-align: center;
	/*padding: auto;*/
}

.search-form form2 {
	padding-right: 5px;
	text-align: right;
}

.search-form input {
	border: 1px solid black;
	margin-top:3px;
}

div.form p {
	padding:0;
	margin: 0.25em;
}

.box-shop {
	text-align: center;
	width: 150px;
}

.box-shop-2 {
  padding-left: 10px;
}

#pscroller1{
  width: 142px;
  height: 200px;
  padding: 10px;
}

.someclass{ //class to apply to your scroller(s) if desired
}

/* typ zobrazeni Tabulka */
.content-container .middle .content .td_box_center {
  width: 166px;
  text-align: center;
  vertical-align: middle;
  background-image: url('../img/box_title.gif');
	background-repeat: repeat-y;
	background-position: 3px 0px;	
}

.content-container .middle .content .td_box_center div {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.content-container .middle .content .td_box_akce_center {
  width: 166px;
  text-align: center;
  vertical-align: middle;
  background-image: url('../img/box_title_akce.gif');
	background-repeat: repeat-y;
	background-position: 3px 0px;	
}

.content-container .middle .content .td_box_akce_center div {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.content-container .middle .content .td_box_akce_center a {
  color: white;
}

.content-container .middle .content .td_box_novinka_center {
  width: 166px;
  text-align: center;
  vertical-align: middle;
  background-image: url('../img/box_title_novinka.gif');
	background-repeat: repeat-y;
	background-position: 3px 0px;	
}

.content-container .middle .content .td_box_novinka_center div {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.content-container .middle .content .td_box_novinka_center a {
  color: white;
}

.content-container .middle .content .td_box_img {
  width: 166px;
  text-align: center;
  background-image: url('../img/box_box.gif');
	background-repeat: repeat-y;
	background-position: 3px 0px;	
}

.content-container .middle .content .td_box {
  width: 166px;
  text-align: right;
  background-image: url('../img/box_box.gif');
	background-repeat: repeat-y;
	background-position: 3px 0px;	
}

.content-container .middle .content .td_box div {
	margin-right: 7px;
	margin-top: 2px;
	margin-bottom: 2px;
}

.content-container .middle .content .td_box_left {
  width: 166px;
  text-align: left;
  background-image: url('../img/box_box.gif');
	background-repeat: repeat-y;
	background-position: 3px 0px;	
}

.content-container .middle .content .td_box_left div {
	margin-left: 7px;
	margin-right: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
}

.content-container .middle .content .td_top {
  height: 3px;
  width: 166px;
  background-image: url('../img/box_top.gif');
	background-position: center top;
	background-repeat: no-repeat;
	background-position: 3px 0px;
}

.content-container .middle .content .td_bottom {
  height: 7px;
  width: 166px;
  background-image: url('../img/box_bottom.gif');
	background-position: center top;
	background-repeat: no-repeat;
	background-position: 3px 0px;
}

.content-container img {
  border: 0px;
}

.content-container div.middle li {
  list-style: none;
}

#img_kategorie {
  width: 100%;
  text-align: center;
	margin-top: 10px;
	padding: 0px;
}

#img_kategorie img {
  max-width: 510px;
  max-height: 200px;
  border: 0px;
}

#strankovani {
	margin-top: 2px;
	margin-bottom: 2px;
}

#strankovani span {
  line-height:23px;
}

#strankovani a {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  height: 24px;
  width: 24px;
  background-image: url('../img/box_page.png');
	background-position: left top;
	background-repeat: no-repeat;
	background-position: 0px 0px;
  color: white;
}

#strankovani a:hover {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  height: 24px;
  width: 24px;
  background-image: url('../img/box_page_cur.png');
	background-position: left top;
	background-repeat: no-repeat;
	background-position: 0px 0px;
  text-decoration: none;
  color: white;
}

#strankovani #current_page {
  text-decoration: none;
  color: white;
  background-image: url('../img/box_page_cur.png');
  height: 24px;
  width: 24px;
}
