* {
font-family : Geneva, Arial, Helvetica, sans-serif;
font-size : 12px;
text-align : left;
color : #000;
}
.cervena, .error, .red, .povinne {color : red;}
.zelena, .msg {color : green;}
.align_right {text-align:right;}
.align_center{text-align:center;}
.clear_both{clear:both;}

body {
	text-align:center;
	margin : 0;
	padding : 0;
	margin : 0px;
	padding :0 0px;
	background : #e2e6ea url("/") repeat-x;
}
h1 {
	clear:both;
	text-align:center;
	margin : 10px auto;
	padding : 2px;
	font-size : 15px;
	font-weight:bold;
	color:#a50e0e;
}
h2 {
	clear:both;
	margin : 10px 20px ;
	padding : 0 5px;
	font-size : 16px;
	font-weight:bold;
	color:#a50e0e;
	border-left:12px solid #eadccc;
}
h2.clanek_nadpis {
	clear:none;
}
h2.uvod_nadpis {
	text-align:center;
	color : #80a101;
}
h2.kapitola_nadpis {
	clear:both;
	margin : 10px 20px ;
	padding : 0 5px;
	font-size : 16px;
	font-weight:bold;
	border-left:0;
}
h3 {
	color:#ff6600;
	margin : 0;
	padding :10px 20px;
	font-size : 13px;
	font-weight : bold;
}
h4 {
	margin : 0;
	padding : 10px 20px;
	text-decoration : underline;
	font-size : 14px;
	font-weight : bold;
}
img {
	float: none;
	margin:10px 20px 10px 10px;
}
img.float_right {
	float:right;
}
img.float_left {
	float:left;
	margin-left:25px;
}
strong {
	font-weight : bold;
}
em {
	font-style : italic;
}
u {
	text-decoration : underline;
}
span {
margin : 0;
padding : 0;
background:transparent;
}
p {
	float:none;
	width:auto;
	line-height: 17px;
	margin : 0;
	padding : 8px 25px;
}
p.low_distance {
	line-height: 17px;
	margin : 0;
	padding : 5px 20px;
}
p.anotace {
	padding : 0px 20px;
	margin-bottom:20px;
	margin-right:20px;
	text-align : justify;
}
p.anotace img{
	float:right;
	margin:10px;
}
p.nahled_nadpis {
	color : #999999;
	background: #eee;
	font-weight: bold;
	padding:2px;
	margin : 2px 20px;
}
p.nahled_nadpis_2 {
	color : #999999;
	background: #FBFBFB;
	font-weight: bold;
	padding:2px;
	margin : 2px 20px;
}
p.form{
	margin : 2px 20px;
	padding:10px;
	background:#FBFBFB;
}
p.form input{
	float : left;
	margin: 2px 10px;
}

p.hr {
	clear:both;
	height:20px;
	padding : 0;
	background : url("grafika/prod-rule.gif") no-repeat bottom center;
}
/*************Formulare & Elementy**************/
input {
	float : none;
	width : auto;
	margin:0;
	color : black;
	font-weight:normal;
	border : 1px solid #ccc;
	background-color : #fff;
}
input.submit_long {
	float : left;
	height: auto;
	width: 160px;
	padding:2px;
	margin: 20px 20px;
	color:#fff;
	border: 0px solid #ccc;
	background: transparent;
	text-align:center;
	font-size:11px;
	background : transparent url("grafika/largebutton.gif") no-repeat center center;
	border:0px;
	cursor: pointer;
}
input.submit_long_2 {
	float : none;
	height: auto;
	width: 160px;
	padding:2px;
	margin: 10px 20px;
	color:#fff;
	border: 0px solid #ccc;
	background: transparent;
	text-align:center;
	font-size:11px;
	background : transparent url("grafika/largebutton.gif") no-repeat center center;
	border:0px;
	cursor: pointer;
}
input.submit_short {
	float : right;
	height: auto;
	width: auto;
	min-width:56px;
	padding:2px;
	margin: 3px;
	color:#fff;
	border: 0px solid #ccc;
	background: #365945;
	text-align:center;
	font-size:11px;
	background : transparent url("grafika/cartbuttonoff.gif") no-repeat center center;
	cursor: pointer;
}
input.checkbox {
	border:0px;	
}
textarea {
	color : black;
	border : 1px solid #ccc;
	background-color : #fff;
}
select{
	float:none;
	background:#fff;
	}
select optgroup{
	color:red;
	font-weight:bold;
	font-style : italic;
	padding:2px 3px;
	}
option {
	background:#fff;
	padding:1px 3px;
}
option.active {
	background:#ccc;
}	
button {
	float : none;
	height: auto;
	width: auto;
	padding:0px;
	margin: 0px;
	border: 0px;
	text-align:left;
	background: transparent;
}
button.short {
	float : left;
	height: auto;
	width: auto;
	min-width:56px;
	padding:2px;
	margin: 3px;
	color:#fff;
	border: 0px solid #ccc;
	background: #365945;
	text-align:center;
	font-size:11px;
	background : transparent url("grafika/cartbuttonoff.gif") no-repeat center center;
	cursor: pointer;
}
button.long {
	float : left;
	height: auto;
	width: 160px;
	padding:2px;
	margin: 20px 20px;
	color:#fff;
	border: 0px solid #ccc;
	background: #365945;
	text-align:center;
	font-size:11px;
	background : transparent url("grafika/largebutton.gif") no-repeat center center;
	cursor: pointer;
}
button img{
	float : left;
}
legend{
	font-weight:bold;
	background:#EEF2F1;
	padding:2px 10px;
}
label{
	float:none;
	width:auto;
	margin:0px;
	margin-right:10px;
	padding:0px;
	text-align:left;
	font-weight:bold;
}
fieldset{
	float:left;
	width:560px;
	margin:5px 20px 0px 20px;
	padding:0px 10px 10px 10px;
	text-align:left;
	border: 0px;
	background : #f0f0f0;
	}
fieldset label{
	float: left;
	min-width: 90px;
	color: #325b49;
}
fieldset label.top{
	float:none;
	padding: 0 0 5px 3px ;
	line-height:25px;
}		
fieldset.login{
	width:255px;
	padding:5px;
	margin:20px;
}	
fieldset p{
	margin : 2px 0px 0px 0px;
	padding:10px;
	background:#FBFBFB;
}
fieldset p.submit{
	padding: 0;
}
fieldset p.submit button {
	float : right;
	margin:10px;
}
#box_1 {
	width : 800px;
	min-height : 500px;
	margin:auto;
	border-left : 2px solid #d8d8d8;
	border-right : 2px solid #d8d8d8;
	background : #000;
}
#header {
	overflow:hidden;
	height : 144px;
	background : #000 url("/") no-repeat top left;
}
/************ Menu_1 ************/
#menu_1 {
	padding : 5px 0 5px 180px;
	height:16px;
	background : #787eae url("g/") no-repeat top left;
}
#menu_1 ul {
	float:left;
	width:auto;
	height:16px;
	margin:0px 0px 0px 0px;
	padding:0;
	color:#a3a4a6;
}
#menu_1 ul li {
	line-height:16px;
	margin:0px;
	display:inline;
}

#menu_1 ul li a, a:link, a:visited {
	float:left;
	width:auto;
	height:auto;
	margin:0px 12px 0px 0px;
	padding:0px 0px 0px 12px;
	text-align:center;
	text-decoration:none;
	font-size : 13px;
	font-weight:bold;
	color : #fff;
	border-bottom:0px solid #fff;
	background : transparent url("/") no-repeat center left;
}
#menu_1 ul li a.active, a.active:link, a.active:visited {
	background : transparent url("/") no-repeat center left;
	text-decoration:underline;
}
#menu_1 ul li a:hover {
	background : transparent url("/") no-repeat center left;
	text-decoration:underline;
}
/************ Menu_2 ************/
#menu_2 {
	float : left;
	width : 176px;
	padding:0;
	border-top:5px solid #5d565a;
}
#menu_2 ul { 
	margin:0;
	padding:0;
	}
#menu_2 ul li {
	float:left;
	display: block;
	line-height:16px;
	width:100%;
	overflow:hidden;
	
	}
#menu_2 ul li a, a:link, a:visited {
	float:left;
	width : 100%;
	height:16px;
	margin:0px 0px 0px 0px;
	padding : 5px 0px 3px 5px;
	color:#a50e0e;
	text-decoration:none;
	text-align:left;
	text-decoration : none;
	font-size : 12px;
	font-weight:bold;
	border-bottom:1px solid #fff;
	background : #eadccc url("/") no-repeat top left;
	}
#menu_2 ul ul li a, a:link, a:visited {
	float:left;
	width : 100%;
	height:17px;
	margin:0px 0px 0px 0px;
	padding : 3pt 5pt;
	color:#a50e0e;
	text-decoration:none;
	text-align:left;
	font-size : 9pt;
	font-weight:normal;
	background : #fef1e3 url("");
	}	
#menu_2 ul li a.active, a.active:link, a.active:visited {
	text-decoration:underline;
	}
#menu_2 ul li a:hover {
	color : #d5020c;
	background : #eadccc url("/") no-repeat bottom left;
	text-decoration : underline;
	}
#menu_2 ul ul li a:hover {
	color : #d5020c;
	background : #fef1e3 url("") no-repeat bottom left;
	text-decoration : underline;
	}
/******************BOX2*****************************/	
#box_2 {
	float : right;
	width:622px;
	min-height:430px;
	margin:0px;
	padding:0px;
	border-left : 2px solid #f0f0f0;
	border-top : 5px solid #671918;
	background : #fff;
}
#box_2 img {
}
/************ Menu_3 ************/
#menu_3 {
	float : right;
	width:622px;
	margin:0px;
	padding:0 0 40px 0;
	background : #fff;
}
#menu_3 ul { 
	clear:both;
	margin:0px 20px;
	padding:0;
	
	}
#menu_3 ul li {
	display:inline;
	margin:0;
	padding:0px;
	}
#menu_3 ul li a, a:link, a:visited {
	float:none;
	width:auto;
	height:auto;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:center;
	text-decoration:none;
	color : #80a101;
	font-size : 13px;
	font-weight:normal;
	background : transparent url("/.gif");
	}
#menu_3 ul li a.active, a.active:link, a.active:visited {
	text-decoration:underline;
	}
#menu_3 ul li a:hover {
	color : #80a101;
	background : transparent url("/.gif");
	text-decoration : underline;
	}
#menu_3 ul ul li a:hover {
	color : #80a101;
	background : transparent url("/.gif");
	text-decoration : underline;
	}
#paticka {
	clear : both;
	height : 1px;
	margin-top : 5px;
	text-align : left;
}
ol {
	margin: 10px 40px 5px 35px;
    padding: 0px 0px 0px 10px;
}	
ol li {
	display: in-line;
	width:auto;
	margin:3px 0;
	line-height:17px;
}
ol li a, a:link, a:visited{
	text-align:left;
	float:left;
	width:auto;
	height:auto;
	margin:0;
	padding:0;
	color : #80a101;
	font-weight:normal;
	text-decoration:none;
	background:transparent;
}
ol li a.active, a.active:link, a.active:visited {
	background: url("");
	text-decoration:underline;
	}
ol li a:hover{
	text-decoration:underline;
}
ul {
	margin-left: 40px;
	margin-right: 40px;
    padding-left: 10px;
  	list-style-type: disc; 
}
div.produkt_box_1 ul {
	list-style-type: none;
	margin-left: 10px;
}	
ul li {
	float:none;
	display: in-line;
	width:auto;
	margin: 0 0;
	line-height:25px;
}
div.produkt_box_1 ul li {
	margin: 2px 0;
	line-height:15px;
}
ul li a, a:link, a:visited{
	text-align:left;
	float:none;
	width:auto;
	height:auto;
	margin:0;
	padding:0;
	color : #80a101;
	font-weight:normal;
	text-decoration:none;
	background:transparent;
}
ul li a.active, a.active:link, a.active:visited {
	text-decoration:underline;
	background: url("");
	}
ul li a:hover{
	text-decoration:underline;
}
ul ul{
	margin: 7px 0px 5px 10px;
    padding-left: 0px;
}	
ul ul li {
	float:none;
	display: in-line;
	width:auto;
	min-height:18px;
	color : #80a101;
	padding-left: 0px;
}
ul ul li a, a:link, a:visited{
	text-align:left;
	float:none;
	width:auto;
	height:auto;
	margin:0;
	padding:0;
	color : #80a101;
	font-weight:normal;
	text-decoration:none;
	background:transparent;
}
ul ul li a.active, a.active:link, a.active:visited {
	text-decoration:underline;
	}
ul ul li a:hover{
	text-decoration:underline;
}
ul.strankovani { 
	clear:both;
	width:140px;
	margin:10px auto;
	padding:0;
	}
ul.strankovani li {
	display:inline;
	margin:auto;
	padding:0px;
	line-height:16px;
	}
ul.strankovani li img{
	margin : 0px;
	border: 0px;
	}	
ul.strankovani li a, a:link, a:visited {
	float:none;
	width:auto;
	height:auto;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-weight:normal;
	background : transparent url("/.gif");
	}

col {
	border-right:0px solid #f0f0f0;
}
#CenaCol {width:60px;}
#Cena2Col {width:60px;}
#DostupnostCol {width:65px;}
#NazevCol {width:200px;}
#Nazev2Col {width:250px;}
#KodCol {width:80px;}

table {
	border-collapse: collapse;
	width: auto;
	margin: 20px 20px 10px 20px;
	padding: 10px;
	border: 0px;
	background: #fff;
}
table.full_width {
	width : 600px;
}
table.vyber_receptury {
	border : 2px solid #f0f0f0;
}
div.produkt_box_2 table {
	border-top : 5px solid #f0f0f0;
	border-bottom : 5px solid #f0f0f0;
	background : #f9fafc;
	margin-left:0px;
}
div.produkt_box_3 table {
	text-align : center;
	border-bottom : 3px solid #dbe4e1;
}
thead tr{
	background:#EEF2F1;
}
thead td,th {
	text-align:left;
	padding: 3px;
	font-size:12px;
	font-weight:bold;
}
div.produkt_box_3 thead th {
background-color : #ededed;
padding : 5pt 12pt;
font-weight : normal;
border : 1px solid #dbe4e1;
}
tr{background:transparent;}
tr.border_top td{
border-top : 5px solid #f0f0f0;
}
tr.barva{
	background:#FFF;
	border: 1px solid #FBFBFB;
}
tr.barva_2{
	background:#FBFBFB;
}
tr.feeding_nadpis
{
background : #fff;
border:1px solid #365945;
}
tr.feeding_nadpis td
{
font-weight:bold;
border:1px solid #365945;
}
td {
	font-size:11px;
	padding: 5px;
	border:1px solid #eee;
}
div.produkt_box_2 table td {
border: 0px;
}
td.ag_green_color {
	background : #365945;
	color:#fff;
	font-weight:bold;
	border:1px solid #fff;
}
td.ag_green_color_2 {
	background : #f9fafc;
	border:1px solid #eee;
}
td.sensitive{
	color:#fff;
	background : #B6BCC8;
	font-weight:bold;
}
td.weaning{
	background : #ffff66;
	font-weight:bold;
}
td.puppy{
	color:#fff;
	background : #7DB0DF;
	font-weight:bold;
}
td.prestige{
	color:#fff;
	background : #000000;
	font-weight:bold;
}
td.puppy_lb{
	color:#fff;
	background : #0168B3;
	font-weight:bold;
}
td.light{
	color:#365945;
	background : #B7DFDD;
	font-weight:bold;
}
td.adult_lamb{
	color:#fff;
	background : #5FB053;
	font-weight:bold;
}
td.adult_chicken{
	color:#fff;
	background : #EA1B23;
	font-weight:bold;
}
td.adult_chicken_lb{
	color:#fff;
	background : #B58FC0;
	font-weight:bold;
}
td.adult_salmon{
	color:#fff;
	background : #F49C88;
	font-weight:bold;
}
td.premium{
	color:#fff;
	background : #7C003E;
	font-weight:bold;
}
td.performance{
	color:#fff;
	background : #CB2C93;
	font-weight:bold;
}
td.senior{
	color:#fff;
	background : #F06E20;
	font-weight:bold;
}
table.vyber_receptury td{
	width:20%;
	font-size: 12px;
	font-weight:bold;
}
table.kontakty td{
	width:50%;
	font-size: 12px;
}
div.produkt_box_3 td {
	color : #9a9ca6;
	border : 1px solid #dbe4e1;
	padding : 0;
	text-align:center;
}
td input {
float : left;
margin:0px;
}
td button {
float:right;
margin:0px;
padding:0px;
}
td button img {
padding:0px;
margin:0px;
}
td strong{
font-size:11px;
font-weight:bold;
}
td span{
font-size:11px;
}
td input.q {
float : left;
width:20px;
font-size:11px;
text-align:center;
}
#dogfood {
position : absolute;
width : 201px;
height:187px;
margin-left:597px;
top : 119px;
background : transparent url("grafika/all-products.gif") no-repeat top left;
text-align : center;
}
