* {
	margin: 0px;
	padding: 0px;
}
body {
  background-color: #C0C1BB;
  background-image: url(/files/images/body.jpg);
	background-repeat: repeat-x;
	color:  #606163;
	text-align: left;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 140%;
}
/* sirka celého webu, vycentrovani na stred */
#pageContainer {
	background-color: transparent;
	background-image: url(/files/images/page.jpg);
	background-repeat: repeat-y;
	background-position: top right;
	border-left: solid 1px white;
	width: 995px;
	margin: 0px auto; 
}
/* hlavicka */
#headContainer {
	background-color: transparent;
	background-image: url(/files/images/head.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	border: none;
	height: 181px;	
}
#head #headTitle {
  width: auto;
  height: auto;
  float: left;
  padding: 13px 0px 0px 400px;
  font-size: 12pt;
  font-weight: 700;
  text-align: center;
  color: black;
}

#head .headRight {
  width: auto;
  height: auto;
  float: left;
  padding: 20px 0px 0px 150px;
}
/* horni menu */
#menuTop {
  background-color: transparent;
	background-image: url(/files/images/menuTop.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	padding: 0px 0px 0px 0px;
}
/* sekce shopu */
#sectionShop {
  background-color: transparent;
	background-image: url(/files/images/head.png);
	background-repeat: no-repeat;
	background-position: left bottom;
  height: 40px;
  width: auto;
}
/* obsahova cast */
#content {
	background: transparent;
	border: none;
	padding: 15px 0px 20px 0px;
	height: auto;
	
}
/* levý sloupec */
#left-box {
	float: left;
	width: 160px;
	background-color: transparent;
	padding: 0px 0px 0px 0px;
}
#left-box .left_title {
  color: #000;
  font-size: 10pt;
  padding: 0 0 10px 10px
}
/* levy sloupec */
.box-left-top {
	background-color: transparent;
	font-size: 14pt;
	font-weight: bold;
	color: #606163;
	text-align: left;
	padding: 8px 0px 8px 13px;
}
#box-left-kategorie {
	height: auto;
	padding: 2px;
}
.box-left-container {
	height: auto;
	padding: 20px 7px 5px 7px;
	background-image: url(/files/images/boxjehla.png);
	background-repeat: no-repeat;
	background-position: 10px 0px;
}
.box-left-container div {
  padding: 0px 0px;
}
.box-left-container a {
  color: #606163;
  padding: 5px 0px;
}
/* pravy sloupec */
#right-box {
  background-color: transparent;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0 0;
	color: white;
	padding: 0px 4px 0px 0px;
	width: 156px;
  float: right;
}
#right-box .box-right-top {
	background-color: transparent;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	text-align: left;
	padding: 7px 0px 7px 10px;
}
#right-box .box-right-container {
  height: auto;
	padding: 5px;
}
#right-box .kontakt {
	background-color: transparent;
}
/* hlavni sloupec */
#main-box {
	padding: 0px 0px 10px 0px;
	text-align: left;
	color: #606163;
	height: auto;
	width: 625px;
	float: left;
	margin: 0px 0px 0px 20px;
}
/* paticka */
#footer {
	background-color: #F3AD30;
	background-image: none;
	background-repeat: repeat-y;
	background-position: 0 0;
	height: auto;
	color: white;
	text-align: right;
	padding: 0px 20px 0px 0px;
}
#footer p {
	text-align: right;
}

#footer a,
#footer a:visited,
#footer a:hover {
	color: white;
	text-decoration: none;
}

#reset
{
	border:  0px none;
	margin:  0px;
	padding: 0px;
	float: none;
	clear: both;
	width: 0px;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}

/**********************************/
/*         DEFAULTNI HODNOTY     */
/**********************************/

h1 {
	color: #606163;
	font-size: 14pt;
	margin: 5px 0px 10px 0px;
	line-height: 140%;
}
h2 {
	color: #606163;
	font-size: 12pt;
	padding: 10px 0px 10px 0px;
	line-height: 140%;
}
h3 {
	color: #74712D;
	font-size: 10pt;
	padding: 10px 0px 0px 0px;
	line-height: 140%;
}
h4 {
	color: #827E66;
	font-size: 10pt;
	border-bottom: dotted 1px #666;
	padding: 10px 0px 0px 0px;
}
img {
	border: none;
}

p {
	padding: 5px 0px 5px 0px;
	font-size: 10pt;
	text-align: justify;
}

a,
a:visited {
	color: #606163;
}

table {
	border-collapse: collapse; 
}
td {
  vertical-align: top;
}
table, img, ul, ol, li, form {
	border: none;
}

ul, ol {
	list-style-position: outside;
	margin: 0px 0px 0px 25px;
}
/* clear obtekani */
.clear {
	clear: both;
	float: none;
	margin: 0px;
	padding: 0px;
	height: 0px;
}

/**********************************/
/*          MENU TOP		          */
/**********************************/

.sectionMenu {
  position: relative;
  padding: 0 0 0 47px;
}
.sectionMenu .sectionItem {
  float: left;
  margin: 0px 3px;
  text-align: center;
}
.sectionMenu a.sectionLink {
  background-color: transparent;
	background-image: url(/files/images/sectionItem.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	width: 174px;
	height: 23px;
	padding: 6px 0 0 0;
	text-decoration: none;
	font-size: 11pt;
}
.sectionMenu a:hover.sectionLink {
  color: #FF3E4C;
}
/**********************************/
/*         KATEGORIE		          */
/**********************************/

DIV#category {
  margin-bottom: 10px;
  visibility: visible;
  padding: 0px 0px 0px 0px;
}
DIV#category DIV {
    margin-left:0px;
}
DIV#category P {
  padding: 0;
}

DIV#category A {
  background-color: transparent;
	background-image: none;
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #606163;
	font-size: 9pt;
	font-weight: bold;
	display: block;
	padding: 5px 0px 0px 10px;
	height: 25px;
	text-decoration: none;
}
DIV#category A:hover {
    text-decoration: none;
    color: White;
    background-color: #F3AE30;
}
DIV#category P a.selected,
DIV#category P a:hover.selected {
  background-color: #F3AE30;
  background-image: none;
  color: white;
}

/**********************/

DIV#category DIV.item2 A {
  background-color: transparent;
	background-image: none;
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #606163;
	font-size: 9pt;
	font-weight: bold;
	display: block;
	padding: 5px 0px 0px 20px;
	height: 25px;
	text-decoration: none;
}
DIV#category DIV.item2 A:hover {
    text-decoration: none;
    color: White;
    background-color: #F3AE30;
}
DIV#category DIV.item2 a.selected,
DIV#category DIV.item2 a:hover.selected {
  background-color: #F3AE30;
  background-image: none;
  color: white;
}
/**********************/
DIV#category DIV.item3 A {
  background-color: transparent;
	background-image: none;
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #606163;
	font-size: 9pt;
	font-weight: bold;
	display: block;
	padding: 5px 0px 0px 30px;
	height: 25px;
	text-decoration: none;
}
DIV#category DIV.item3 A:hover {
    text-decoration: none;
    color: White;
    background-color: #F3AE30;
}
DIV#category DIV.item3 a.selected,
DIV#category DIV.item3 a:hover.selected {
  background-color: #F3AE30;
  background-image: none;
  color: white;
}
/**********************/
DIV#category DIV.item4 A {
  background-color: transparent;
	background-image: none;
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #606163;
	font-size: 9pt;
	font-weight: bold;
	display: block;
	padding: 5px 0px 0px 40px;
	height: 25px;
	text-decoration: none;
}
DIV#category DIV.item4 A:hover {
    text-decoration: none;
    color: White;
    background-color: #F3AE30;
}
/**********************************/
/* KOSIK				               */
/**********************************/
.kosikContainer {
	background: transparent;
	width: auto;
	height: auto;
	margin: 0px 0px 0px 0px;
}
.kosikBox {
	padding: 13px 60px 0px 0px;
	font-size: 9pt;
	float: right;
}

div.kosik {
  padding: 5px 0px;
  display: block;
}
div.kosik img {
  margin-right: 4px;
}
.kosik a,
.kosik a:hover {
	color: #606163;
	font-weight: normal;
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
}
.kosikCena a,
.kosikCena a:hover {
	color: #606163;
	text-decoration: none;
	font-size: 9pt;
}

/**********************************/
/* LOGIN			                  */
/*********************************/
.headLoginBox {
  background: transparent;
  font-size: 9pt;
  height: auto;
  margin:0px 0px 0px 0px;
  padding: 0px 20px 0px 0px;
  float: right;
}
.headLoginBox a {
  text-decoration: none;
  color: #606163;
}
.headLoginBox a:hover {
  color: #FF3E4C;
}
/******** login form ********/
form#loginform {
  padding: 0px;
}
table.tableLoginForm input.button,
.button {
	background: url(/files/images/tlacitkoAktualizovat.jpg) no-repeat;
	width: 104px;
	height: 22px;
	color: white;
	font-size: 10pt;
	text-align: right;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	border: none;
	text-align: center;
}
table.tableLoginForm input.buttonRegistrace,
input.buttonRegistrace {
	background: url(/files/images/tlacitkoPokracovat.jpg) no-repeat;
	width: 102px;
	height: 22px;
	color: white;
	font-size: 10pt;
	text-align: right; 
	text-decoration: none;
	border: none;
	text-align: center;
	margin-top: 3px;
	padding: 0px 0px 0px 0px;
}
div.loginFailure {
  padding: 5px;
  color: red;
  font-size: 10pt;
  font-weight: bold;
  background-color: #FF8E8E;
  border: solid 1px red; 
  width: 190px;
  margin: 5px 0px;
}
table.tableLoginForm {
  width: 200px;
  font-size: 9pt;
}
table.tableLoginForm input {
  width: 200px;
}

/*********************************/
/*   PREHLED PRODUKTU            */
/*********************************/
.kategoriePopis div {
  padding-right: 15px;
}

.produktPrehledTableContainer {
	width: 308px;
	
	background-color: white;
	background-image: url(/files/images/produktShadow.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.produktPrehledTableContainer td {
	text-align: center;
}
#main-box td.produktPrehledName {
	color: #3E381A;
	text-align: center;
	height: 27px;
}
#main-box .produktPrehledName a,
#main-box .produktPrehledName a:visited {
	color: #3E381A;
}
#main-box .produktPrehledName a:hover {
	color: #3E381A;
}

td.produktPrehledImg  {
height:140px;
padding:5px 0px;
text-align:center;
vertical-align:middle;
width: auto;
}

#main-box td.produktPrehledPopis {
  color:#4C4C4C;
  height:auto;
  padding-top:5px;
  text-align: center;
  vertical-align:top;
}
/* cena */
td.produktPrehledCena,
span.produktPrehledCenaSDPH {
	color: black;
}

td.produktPuvodniCenaSDPH {
  font-weight: bold;
  color: black;
  text-decoration: line-through;
}
/* tlacitka */
input.tlacitkoKoupit {
  color: white;
	background: transparent url(/files/images/buttonAddToCart.png) no-repeat;
	text-align: center; 
	text-decoration: none;
	height: 22px;
	width: 64px;
	vertical-align: middle;
	padding: 0px 0px 0px 0px;
	border: none;
  right: 0px;
  font-size: 9pt;
}
input.buttonDetail {
  color: white;
	background: transparent url(/files/images/buttonDetail.png) no-repeat;
	text-align: center; 
	text-decoration: none;
	height: 22px;
	width: 64px;
	vertical-align: middle;
	padding: 0px 0px 0px 0px;
	border: none;
  right: 0px;
  font-size: 9pt;
}

td.produktPrehledDetail {
  padding-bottom: 10px;
}
td.produktPrehledDetail a {
  color: white;
	background: transparent url(/files/images/buttonDetail.png) no-repeat;
	display: block;
	text-align: center; 
	text-decoration: none;
	height: 19px;
	width: 64px;
	padding: 3px 0px 0px 0px;
	margin: 0 auto;
}
/* dostupnost */
#main-box .produktPrehledTableContainer .produktDostupnost {
  color: #009900;
}
/* strankovani */
b.pgr {
  color: silver;
}

#main-box td.produktPrehledPopis h3, #main-box td.produktPrehledPopis h2 {
  font-size: 9pt; 
  font-weight: 300;
  display: block;
  color: #4C4C4C;
  padding: 0px;
  margin: 0px;  }

/*********************************/
/*   DETAIL PRODUKTU            */
/*********************************/

.produktDetailKategorie {
	color: Black;
	background: url(/files/images/produktArrow.jpg) no-repeat left top;
}

td.produktDetailName {
	color: white;
	padding: 0;
}
td.produktDetailName h1 {
  margin-bottom: 0;
}

.produktDetailPopisTitle {
	background: url(/files/images/produktPopisShadow.jpg) repeat-x;
	border: solid 1px gray;
	color: Black;
}

td.produktDetailImg img {
  border: none;
}
.produktDetailParamTable td {
	border-bottom: 1px dotted gray;
	padding: 3px;
}

td.produktCenaSDPH {
	color: #F14A4A;
}

table.ClassInfoHodnoty td {;
	color: #101010;
}
.produktDetailParamTable .produktDoKosiku {
  border-bottom: none;
  padding-top: 10px;
}
/******** DALSI OBRAZKY ********/
div.detailProduktDalsiImg {
  float: left;
  padding: 5px;
  width: 30%;
  min-height: 150px;
  _height: 150px;
}
div.detailProduktDalsiImg img {
  margin: 5px 5px 5px 0px;
}

/********** SESTAVY ************/
div.produktDetailSestavaContainer {
  padding: 0px 0px 0px 0px;
  border: solid 1px silver;
	background: white;
	margin-top: 10px;
	float: right;
	width: 100%;
}
div.produktDetailSestava {
  padding: 5px 5px 15px 5px;

}
#main-box div.produktDetailSestava > h3 {
  color: #990000;
  font-size: 12pt;
}

div.produktDetailSestavyImg {
  float: left;
  width: 50%;
}
div.produktDetailSestavyParam {
  float: left;
  padding: 0px 0px 0px 20px;
  width: 320px;
}
/******* PREHLED DOPORUCENE ******/
table.prehledTablePattern {
  width: 100%;
}

.produktPrehledTableDoporucene {
	width: 100%;
	border: solid 0px gray;
	margin-bottom: 10px;
	background-color: white;
	color: black;
}
#main-box .produktPrehledTableDoporucene td.produktPrehledName {
	color: #CE2727;
	text-align: left;
	height: auto;
	background-color: #F0F0F0;
	border-bottom: solid 1px gray;
}
#main-box .produktPrehledTableDoporucene .produktPrehledImg {
  width: 100px;
  height: auto;
  text-align: center;
}
#main-box .produktPrehledTableDoporucene .produktPrehledImg img {
  margin: 5px;
}
#main-box .produktPrehledTableDoporucene th {
  background-color: #E0E0E0;
  border-right: solid 1px #707070;
  padding: 2px 0px;
  text-align: center;
  color: black;
}
#main-box .produktPrehledTableDoporucene td {
  border-right: solid 1px #707070;
  text-align: left;
}
#main-box .produktPrehledTableDoporucene td.doporuceneCena {
  text-align: center;
  white-space: nowrap;
  padding: 5px 10px;
}
#main-box .produktPrehledTableDoporucene td.produktPrehledName h2 {
	line-height: 120%;
}
#main-box .produktPrehledTableDoporucene .produktPrehledName a,
#main-box .produktPrehledTableDoporucene .produktPrehledName a:visited {
	color: #3C7318;
}
#main-box .produktPrehledTableDoporucene .produktPrehledName a:hover {
	color: #CE2727;
}

/*********************************/
/*         OBJEDNAVKA            */
/*********************************/

.kosikNavigace {
	width: auto;
	height: 55px;
}

.kosikNavigace .kosikFaze {
	background: url(/files/images/kosikFaze.png) no-repeat;
	width: 142px;
	height: 27px;
	display: block;
	float: left;
	padding: 12px 0px 0px 30px;
	margin-right: 10px;
}
.kosikNavigace #fazeSelected {
	background: url(/files/images/kosikFazeSelected.png)  no-repeat;
	color: White;
	width: 142px;
	height: 27px;
	display: block;
	float: left;
	padding: 12px 0px 0px 30px;
	margin-right: 10px;
}

/* registrace */
.registraceTable {
	width: 100%;
	margin-top: 0px;
}
.registraceTable td {
	padding: 4px 4px 4px 4px;
}
td.registraceTitle {
	background: #F1AB2F;
	font-size: 10pt;
	padding: 4px 4px 4px 10px;
	color: white;
}

/* inputy povinne, alert */
table.registraceTable .povinneTD,
table.registraceTable .alertTD {
  font-weight: bold;
}

table.registraceTable .alert {
  border: 2px solid red;
}
/* Strankovani v kosiku */
.kosikPager {
	padding: 20px 0px 0px 0px;
}
#main-box input.pagerBack {
	background: url(/files/images/buttonWhite.png) no-repeat; 
	width: 103px;
	height: 22px;
	float: left;
	display: block;
	color: #606163;
	font-size: 10pt;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	border: none;
	text-align: center;
}

#main-box input.pagerFw {
	background: url(/files/images/buttonWhite.png) no-repeat;
	width: 103px;
	height: 22px;
	color: #606163;
	font-size: 10pt;
	text-align: right;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	border: none;
	text-align: center;
}
#main-box input.buttonAktualizovat {
	background: url(/files/images/buttonWhite.png) no-repeat;
	width: 103px;
	height: 22px;
	color: #606163;
	font-size: 10pt;
	text-align: right;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	border: none;
	text-align: center;
}

#main-box .kosikRight {
  float: right;
  width: 280px;
  text-align: right;
}

/* Přehled kosiku */
.addToCartTxt {
	width: auto;
	padding: 5px 5px 5px 10px;
	margin-bottom: 20px;
	background-color: #FBE184;
	background-image: none;
	color: black;
}

table.kosikTablePrehled {
	width: 100%;
  _width: 99%;
}
table.kosikTablePrehled th {
	background: #F1AB2F;
	color: White;
	padding: 20px 10px 10px 10px;
	border-left: solid 1px white;
}

table.kosikTablePrehled td {
	background: transparent;
	padding: 5px 5px 5px 5px;
	border-left: solid 1px #F1AB2F;
	text-align: center;
}
div.kosikCelkovaCena {
	background: transparent;
	border: solid 1px #F1AB2F;
	padding: 15px;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
}

div.kosikCelkovaCena .kosikCelkovaCenaBezDPH {
  line-height: 180%;
  font-size: 10pt;
  font-weight: normal; 
}
div.kosikCelkovaCena .kosikCelkovaCenaBezDPH .kosikCelkovaCenaNum {
	color: #444444;
}

div.kosikCelkovaCena .kosikCelkovaCenaNum {
	color: #8B0000;
}
table.kosikTablePrehled .kosikFirstTd {
	border: none;
}
input.Image {
	border: none;
}
.disable {
  background-color: #dddddd;
}
  
  
/***************************/
/*      TOP NABIDKA        */
/***************************/
div.topNabidka {
  text-align: center;
}

div.topNabidka p {
  text-align: center;
}

div.topNabidka div {
  padding: 5px 0px 10px;
  position: relative;
}
div.topNabidka a,
div.topNabidka a:visited {
  color: #606163;
  font-size: 9pt;
  text-decoration: none;
}
div.topNabidka a:hover {
  color: black;
}

div.topNabidka img {
  padding: 5px 5px 5px 5px;
  border: solid 1px #EAE8E9;
  margin: 5px auto 0;
}
div.topNabidka input.buttonKoupit {
  color: white;
	background: transparent url(/files/images/buttonGreen.jpg) no-repeat;
	text-align: center; 
	text-decoration: none;
	height: 22px;
	width: 64px;
	vertical-align: middle;
	padding: 0px 0px 0px 0px;
	border: none;
	position: absolute;
  right: 2px;
  font-size: 9pt;
}
div.topNabidka span {
  font-weight: bold;
  position: relative;
  top: 3px;
  }

/**********************************/
/*         VYHLEDAVANI	          */
/**********************************/
.searchBox {
  text-align: center;
	padding: 5px 0px 10px 0px;
}
.searchBox .searchSubmit  {

}
.searchBox .searchText{
	border: solid 2px #F3AD30;
	background-color: White;
	font-size: 9pt;
	color: #606163;
	font-weight: bold;
	text-align: center;
	padding: 2px;
	width: 100px;
}

#main-box .polozka {
  min-height: 20px;
}
