* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	line-height: 140%;
	background:  #FAFAFB url(/files/images/body.jpg) repeat-x;
	color:  black;
}
/* sirka celého webu, vycentrovani na stred */
#pageContainer {
	width: 950px;
	margin: 0px auto; 
	background: transparent url(/files/images/main.jpg) repeat-y;
}
/* rychly kontakt */
#contactBox {
  color: #D64703;
  padding: 4px;
  height: 16px;
  font-size: 9pt;
}
#contactBox a {
  color: #D64703;
}
/* hlavicka */
#head {
	height: 164px;
	background: transparent url(/files/images/head.jpg) no-repeat bottom;
	border: none;
}
.linkHome {
  height: 160px;
  width: 240px;
  float: left;
}
/* horni menu */
#menuTop {
	background: #FEB87F;
	height: 28px;
	width: 950px;
	padding: 0px 0px 0px 0px;
}
#contactBox {
  background: #FEEACA;
}
/* obsahova cast */
#content {
	border: none;
	padding: 10px 0px 20px 0px;
}
/* levý sloupec */
#left-box {
	float: left;
	width: 205px;
	background: transparent;
	padding: 0px 0px 0px 10px;
}
/* levy sloupec */
.box-left-top {
	background: transparent url(/files/images/leftMenuTitle.jpg) no-repeat;
	height: 25px;
	font-size: 10pt;
	font-weight: bold;
	color: white;
	text-align: left;
	text-transform: uppercase;
	padding: 6px 0px 0px 40px;
	width: 165px;
}
#box-left-kategorie {
	height: auto;
	padding: 0px 0px 20px 0px;
	width: 221px;
}
.box-left-container {
	height: auto;
	padding: 5px 5px 20px 5px;
	text-align: center;
}
.box-left-container div {
  padding: 8px 0px;
}
.box-left-container a {
  color: #DB4F0B;
  padding: 5px 0px;
}
/* hlavni sloupec */
#main-box {
	padding: 5px 10px 20px 228px;
	text-align: left;
	color: #444444;
	height: auto;
}
/* paticka */
#footer {
	height: 30px;
	background: #F68120;
	color: white;
	text-align: right;
	padding: 10px 20px 0px 0px;
}

#footer a,
#footer a:visited,
#footer a:hover {
	color: white;
	text-decoration: none;
}

#footerLinks {
  padding: 8px 0px;
  margin: 0 auto;
  width: 950px;
}

#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: #DD520E;
	font-size: 14pt;
	margin: 5px 0px 10px 0px;
}

h2 {
	color: #DD520E;
	font-size: 12pt;
	padding: 10px 0px 10px 0px;
}

h3 {
	color: #289C28;
	font-size: 10pt;
	padding: 10px 0px 0px 0px;
}

h4 {
	color: #323232;
	font-size: 10pt;
	border-bottom: dotted 1px #666;
	padding: 10px 0px 0px 0px;
}
img {
	border: none;
}

p {
	padding: 5px 0px 5px 0px;
}

a,
a:visited {
	color: #313131;
}

table {
	border-collapse: collapse; 
}

table, img, ul, ol, li, form {
	border: none;
}

ul, ol {
	list-style-position: outside;
	margin: 0px 0px 0px 15px;
}
/* clear obtekani */
.clear {
	clear: both;
	float: none;
	margin: 0px;
	padding: 0px;
	height: 0px;
}

/**********************************/
/*         KATEGORIE		          */
/**********************************/


/************************************/

DIV#category {
    margin: 0px 0px 10px 3px;
    visibility:visible;
	  border: solid 1px #DCDCFF;
	  border-bottom: none;
	  padding: 0px;
	  background-image:url('/files/images/category.png');
    background-repeat: repeat-y;
    width: 197px;
}
DIV#category DIV {
    margin-left:0px;
}
DIV#category P {
  text-decoration: none;
	background: transparent;
	display: block;
	padding: 5px 0px 5px 26px;
	font-size: 8.5pt;
	width: auto;
	/*min-height: 20px;
	_height: 20px;*/
	border-bottom: 1px solid #E5E3E4;
	color: black;
}
DIV#category P a.selected {
  font-weight: bold;
}
DIV#category P.close {
    background-image:url('/files/images/plus.gif');
    background-repeat: no-repeat;
    background-position: 5px center;
}
DIV#category P.open {
  background-image:url('/files/images/minus.gif');
  background-repeat: no-repeat;
  background-position: 5px center;
}
DIV#category P:hover {
  /*  background-color:#f1f1e3;
    -moz-border-radius:5px;*/
}
DIV#category A {
    display: inline;
    padding-left: 0px;
    text-decoration:none;
}
DIV#category A:hover {
    text-decoration:underline;
    color:#000000;
}

/********************/
DIV#category DIV.item2 P {
  background-color: transparent;
  background-image: none;
  padding: 5px 0px 5px 35px;
  background-position: 20px center;
}
DIV#category DIV.item2 P.close {
    background-image:url('/files/images/plus.gif');
    background-repeat: no-repeat;
    background-position: 15px center;
}
DIV#category DIV.item2 P.open {
    background-image:url('/files/images/minus.gif');
    background-repeat: no-repeat;
    background-position: 15px center;
}
/**********************/
DIV#category DIV.item3 P {
  background-color: transparent;
  background-image: none;
  padding: 5px 0px 5px 50px;
  background-position: 20px center;
}
DIV#category DIV.item3 P.close {
    background-image:url('/files/images/plus.gif');
    background-repeat: no-repeat;
    background-position: 35px center;
}
DIV#category DIV.item3 P.open {
    background-image:url('/files/images/minus.gif');
    background-repeat: no-repeat;
    background-position: 35px center;
}
/**********************/
DIV#category DIV.item4 P {
  background-color: transparent;
  background-image: none;
  padding: 5px 0px 5px 60px;
  background-position: 20px center;
}
DIV#category DIV.item4 P.close {
    background-image:url('/files/images/plus.gif');
    background-repeat: no-repeat;
    background-position: 45px center;
}
DIV#category DIV.item4 P.open {
    background-image:url('/files/images/minus.gif');
    background-repeat: no-repeat;
    background-position: 45px center;
}

/*************************/
.ddmx_shop {
	padding: 0px 0px 0px 0px;
}

#x__kategorie A,#x__kategorie A:VISITED {
	text-decoration: none;
	background: transparent url(/files/images/leftMenuItem.png) no-repeat;
	display: block;
	padding: 4px 0px 0px 20px;
	font-size: 9pt;
	width: 185px;
	height: 21px;
	border: none;
	color: #434343;
}
#x__kategorie A:HOVER {
	color: #DE530E;
	padding: 4px 0px 0px 20px;
}

#x__kategorie UL, LI {
	padding:0px;
	margin:0px;	
}
#x__kategorie UL {
	list-style: disc;
	padding: 0px;
}
#x__kategorie LI {
	list-style: none;
	line-height: 14px;
	padding-left: 0px;
}

/* 2. uroven */


#x__kategorie LI.uroven_2 {
	padding:0px 0px 0px 20px;
	background-color: #EBEBEB;
}
#x__kategorie LI.uroven_2 a, #x__kategorie LI.uroven_2 a:visited{
	color: black;
	background-image: none;
	width: auto;
	height: auto;
	padding: 4px 0px 0px 10px;
	height: 21px;
  font-weight: normal;
}
#x__kategorie LI.uroven_2 a:hover{
	color: #996600;
	background-color: transparent;
	background-image: none;
	padding: 4px 0px 0px 10px;
	height: 21px;
	width: auto;
  font-weight: normal;
}

#x__kategorie LI.uroven_selected_2 a, 
#x__kategorie LI.uroven_selected_2 a:visited
{
	color: #C53E1E;
	background-color: #EBEBEB;
	background-image: none;
	width: auto;
	height: auto;
	padding: 4px 0px 0px 30px;
	height: 21px;
	font-weight: bold;
}


/**********************************/
/* KOSIK				               */
/**********************************/
.kosikContainer {
	background: none;
	float: right;
	font-size: 9pt;
}
.kosikBox {
	padding: 116px 0px 0px 0px;
	text-align: left;
	width: 150px;
}
.kosik a,
.kosik a:hover {
	color: white;
	font-weight: normal;
	text-decoration: none;
}
.kosikCena a,
.kosikCena a:hover {
	background: White;
	border: 1px solid black;
	padding: 3px;
	color: Black;
	text-decoration: none;
}



/**********************************/
/* LOGIN			                  */
/*********************************/
.headLoginBox {
  background: transparent;
  float:right;
  font-size:9pt;
  height:18px;
  margin:0px 10px 0px 0px;
  padding: 8px 20px 0px 20px;
}
.headLoginBox a {
  text-decoration: none;
  color: #E74B00;
}
/******** login form ********/
form#loginform {
  padding: 0px;
}
table.tableLoginForm input.button,
.button {
	background: url(/files/images/buttonOrange.png) no-repeat;
	width: 103px;
	height: 21px;
	color: white;
	font-size: 11pt;
	text-align: right;
	padding: 0px 0px 3px 0px;
	text-decoration: none;
	border: none;
	text-align: center;
}
table.tableLoginForm input.buttonRegistrace,
input.buttonRegistrace {
	background: url(/files/images/buttonBlue.png) no-repeat;
	width: 103px;
	height: 21px;
	color: white;
	font-size: 11pt;
	text-align: right; 
	text-decoration: none;
	border: none;
	text-align: center;
	margin-top: 3px;
	padding: 0px 0px 3px 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: 340px;
}
#main-box td.produktPrehledName {
	color: #DB4B05;
}
#main-box .produktPrehledName a,
#main-box .produktPrehledName a:visited {
	color: #DB4B05;
}
#main-box .produktPrehledName a:hover {
	color: #DB4B05;
}
/* cena */
span.produktPrehledCenaSDPH {
	color: #B22222;
}
/* tlacitka */
input.tlacitkoKoupit {
	color: white;
	background: transparent url(/files/images/buttonToCart.png);
	width: 63px;
	height: 21px;
	text-indent: none;
}
/* dostupnost */
#main-box .produktPrehledTableContainer .produktDostupnost {
  color: #009900;
}
/* strankovani */
b.pgr {
  color: #CC6600;
}

/*********************************/
/*   DETAIL PRODUKTU            */
/*********************************/

.produktDetailKategorie {
	color: Black;
	background: url(/files/images/produktArrow.jpg) no-repeat left top;
}

td.produktDetailName {
	color: #DB4B05;
}

.produktDetailPopisTitle {
	background: url(/files/images/produktPopisShadow.jpg) repeat-x;
	border: solid 1px gray;
	color: Black;
}
.produktDetailParamTable td {
	border-bottom: 1px dotted silver;
}

td.produktCenaSDPH {
	color: #B22222;
}

table.ClassInfoHodnoty td {;
	color: #101010;
}

/******** DALSI OBRAZKY ********/
div.detailProduktDalsiImg {
  float: left;
  padding: 5px;
  width: 23%;
  min-height: 110px;
  _height: 110px;
}
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;
}
/*********************************/
/*         OBJEDNAVKA            */
/*********************************/

.kosikNavigace {
	width: auto;
	height: 55px;
}

.kosikNavigace .kosikFaze {
	background: url(/files/images/kosikFaze.png) no-repeat;
	width: 142px;
	height: 26px;
	display: block;
	float: left;
	padding: 13px 0px 0px 30px;
	margin-right: 10px;
}
.kosikNavigace #fazeSelected {
	background: url(/files/images/kosikFazeSelected.png);
	color: White;
}

/* registrace */
.registraceTable {
	width: 100%;
	margin-top: 0px;
}
.registraceTable td {
	padding: 4px 4px 4px 4px;
}
td.registraceTitle {
	background: #FE6106;
	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/buttonBlue.png) no-repeat; 
	width: 103px;
	height: 21px;
	float: left;
	display: block;
	color: white;
	font-size: 10pt;
	padding: 0px 10px 3px 0px;
	text-decoration: none;
	border: none;
	text-align: right;
}

#main-box input.pagerFw {
	background: url(/files/images/buttonOrange.png) no-repeat;
	width: 103px;
	height: 21px;
	color: White;
	font-size: 10pt;
	text-align: right;
	padding: 0px 0px 3px 10px;
	text-decoration: none;
	border: none;
	text-align: left;
}
#main-box input.buttonAktualizovat {
	background: url(/files/images/buttonViolet.png) no-repeat;
	width: 103px;
	height: 21px;
	/*float: right;
	display: block;*/
	color: White;
	font-size: 10pt;
	text-align: right;
	padding: 0px 0px 3px 5px;
	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 25px;
	margin-bottom: 20px;
	background: #FEEBCC;
}

table.kosikTablePrehled {
	width: 100%;
  _width: 99%;
}
table.kosikTablePrehled th {
	background: #DB4D08;
	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 #DB4D08;
	text-align: center;
}
div.kosikCelkovaCena {
	background: transparent;
	border: solid 1px #DB4D08;
	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;
	white-space: normal;
}
input.Image {
	border: none;
}
.disable {
  background-color: #dddddd;
}
  
  
/***************************/
/*      TOP NABIDKA        */
/***************************/
div.topNabidka a,
div.topNabidka a:visited {
  color: #AF200F;
}
div.topNabidka a:hover {
  color: #AF200F;
}
/**********************/
.homepage {
  padding-right: 10px;
}



/**********************************/
/*         VYHLEDAVANI	          */
/**********************************/
.searchBox {
  padding: 5px 0px;
}
.searchBox .searchText {
  width: 133px;
  border: solid 1px gray;
  padding: 2px;
  margin: 0px;
}
.searchBox .searchSubmit {
  width: 52px;
  height: 22px;
  border: none;
  text-indent: -5000px;
  padding: 0px;
  margin: 0px;
  font-size: 12px;
	background: transparent url(/files/images/buttonSearch.png) no-repeat;
}