@CHARSET "UTF-8";
*,html {
	margin: 0;
	padding: 0;
}

body,html {
	height: 100%;
}

body {	
	font: 75%/ 1.5 Arial, Tahoma, Verdana, sans-serif;
	background-color: white;
	color: black;
}

table {
	font-size:100%;
}

#container {
	margin: 0 auto;
	text-align: left;
	max-width: 995px;
	width: 995px;	
	position: relative;
	height: 100%;
}

body>#container {
	min-height: 100%;
	height: auto;
}

#header {
	height: 120px;
	background-image: url("../images/anmima_banner.jpg");
	background-position: left;
	background-repeat: no-repeat;
}
#header h1 {
	display: none;
}
#header span a {
	position: relative;
	top: 0;
	display: block;
	width: 100%;
	height: 83px;
	color: #000000;
	text-decoration: none;
}

#main {
	padding-bottom: 3em;
}

#content {
	width: auto;
	margin: 0 0 0 0;	
}

#kategorie {	
	width: 180px;
}

p#products_label, p#producers_label {
	width:90px;
	height:28px;
	line-height: 28px;
	font-size:80%;
	text-transform: uppercase;
	display: inline;
	color:black;
}

p#products_label a, p#producers_label a {
	color:black;
}

p#products_label.active a, p#producers_label.active a {
	color:white;
}

p#products_label {
	background-image: url("../images/pic_products.gif");
}

p#producers_label {
	background-image: url("../images/pic_producers.gif");
}

p#products_label.active {	
	background-image: url("../images/pic_products_active.gif");
}

p#producers_label.active {
	background-image: url("../images/pic_producers_active.gif");
}

p#products_label span {
	padding: 0 20px;
}

p#producers_label span {
	padding: 0 22px;
}

#kategorieMenuImg {
	width: 180px;
	height: 73px;
	background-image: url("../images/categories/pic_default.jpg");	
}

#kattree {
	color:black;	
	font-size: 95%;
	border: 1px solid white;
	border-top: 0;
	padding-left: 3px;
	padding-bottom: 3px;
	margin-bottom: 3px;
}
#kattreein {
	width: 172px;
	background-color: white;
}
#kattreein2 {
	padding-top: 6px;
	border: 1px solid #988682;
	border-top: 0px;
	padding-bottom: 4px;
}

#kattree ul {
	margin: 0 5px 0 5px;
	list-style-type: none;
}

#kattree ul li, #kattree ul li.level2 {
	font-weight: bolder;
	border-bottom: 1px dotted black;	
	margin: 0;
}
#kattree ul li div.ktLevel1 {
	padding: 0 6px 0 6px;
}
#kattree ul li div.ktLevel1Active {
	background-color: #333333;
	padding: 0 6px 0 6px;
	margin-top: 1px;
}
#kattree ul li div.ktLevel1Active a {
	color: white;
}


#kattree ul li.level2 {
	background-color: #FDF5C4;		
}

#kattree ul li.level2, #kattree ul li.level3 {
	list-style-type: none;
}

#kattree ul li.level2 ul {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;	
}

#kattree ul li.level2 ul li ul {
	margin-top: 0;
}

#kattree ul li ul {
	margin-left: 10px;
	list-style-type: circle;	
}

#kattree ul li ul li {
	font-weight: normal;
	border:0;
}

#kattree ul li span {
	font-weight:bold;		
}

#kattree a.emphasize {
	font-size:120%;
}

#newsletter {
	font-size:80%;
}

#anketa {
	margin-top:5px;
	background-color: #E7D5AD;
	color:black;
	font-size:90%;
	padding:5px;
	display:none;
}

#anketa table th {
	text-align: left;
}

#sidebar_right {
	float: right;
	width: 190px;
	overflow: hidden;
}

#loginbox {
	background-color: #99CC33;
	padding:10px;
	font-size:90%;
}

#loginbox #loggedin {
	font-size:110%;
}

ul#personalAdministration {
	color: black;
}

ul#personalAdministration a {
	color:black;
	text-decoration:none;
}

ul#personalAdministration a:hover {	
	text-decoration:underline;
}

#akcie {
	margin: 10px 0;
	background-color: #F4ECDB;
	background-image: url("../images/bg_linky.jpg");
	color:black;
	padding:10px;
}

#akcie ul {	
	margin-left: 20px;	
	list-style-image: url("../images/pic_arrow_right_black.gif");
}

#akcie ul li {	
	font-size:95%;		
}

#akcie ul li a {
	position:relative;
	top:-3px;
}

#vypredaj {
	background-color: white;
	margin-bottom: 10px;
	color: black;
}

#vypredaj .vypredaj_product {
	margin: 10px;
	border-bottom: 1px dotted black;
}

#vypredaj .vypredaj_product p {
	font-size: 90%;
}

#wrapper {
	width: 995px;	
	/*height: 60px;*/
}

#wrapperin {		
	background-image: url("../images/menu_bg.gif");
	background-repeat: no-repeat;
	width: 995px;	
	/*height: 60px;*/
}

#menu {
	font-family: Tahoma;
	font-size: 110%;
	float: left;
	width: 622px;
	background-color: #FFCC11;
}

#menu ul {
	margin-top: 5px;
	margin-left: 23px;
	list-style-type: none;
}

#menu ul li {	
	margin-right: 10px;
	float: left;
	color: #000;
}

#menu p {
	margin: 15px 0 0 10px;	
}

#search {
	width: 595px;
	margin-top: 2px;
	margin-left: 10px;
}
#searchin {
	border: 1px solid white;
	background-color: #99CC33;
	color:black;
	padding: 2px 10px;	
}

#search span.textSearch {
	font-weight: bold;
	font-size: 80%;
	padding-right: 10px;
}
#search input {
	width: 148px;
}

#search select {
	width: 113px;
	font-size: 80%;
	color: #999999;
}

#basket {
	float: right;
	width: 180px;
	color: black;	
}

#basket a {
	color: black;
}

#basketin {
	padding: 5px;
}

#footer {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3em;
	line-height: 3em;
	overflow: hidden;
	color: #CCCCCC;
	width: 100%;
	font-size: 96%;
	text-align: left;
}
#footer_left {
	padding-left: 15px;	
}
#footer a {
	color: #CCCCCC;	
}

#flashMessenger {	
	background-color: white;
	text-align: center;	
	color: red;
	font-weight: bold;
	margin: 0 0 20px 0;	
	padding: 10px;
	border: solid 2px red;
}

/********* PRODUCT ********/

div.product {
	min-height:112px;			
}
div.productin {
	border: 1px solid #668224;	
	min-height:112px;
	margin-top:5px;	
	background-color: #FCF8E0;
	background-image: url("../images/line_white_153px.gif");
	background-position: left;
	background-repeat: repeat-y;		
}
div.whiteborder {
	border: 5px solid white;
}

div.product div.productImage {
	float:left;
	width:153px;
	height:112px;
	background-color: white;
	background-repeat: no-repeat;
	background-position: center;
}

div.grid div.productImageGrid {
	width:185px;
	height:112px;
	background-color: white;
	background-repeat: no-repeat;
	background-position: center;	
}

div.grid img.productImageGrid {
	width:185px;
	height:112px;	
}

div.product img.productImage {
	width:153px;
	height:112px;	
}
div.productInfo {	
	padding:10px 15px 10px 170px;
	color:black;
}
div.product h2 {
	color: #333333;
	font-family: Tahoma;
	text-decoration: underline;
	font-size: 115%;
}
div.product p.productText {
	margin-top: 5px;	
}
span.productStav {
	color: #7EAD21;
	margin-right: 10px;
}
input.productAmount {
	width:25px;
	margin:0 1px;
	text-align:center;
	border: 1px solid #999999;
}
div.product p.productPrice {
	float: right;
	font-family: Tahoma;
	color: #333333;
	font-size: 140%;
}
div.productImage {
	padding-top:15px;	
}

div.productDetailImage {
	padding-top: 10px;
}

/************ PRODUCT DETAIL ****************/
#productDetail {
	background-image: url("../images/line_white_200px.gif");
	background-position: left;
	background-repeat: repeat-y;
}

#productDetail div.productDetailImage {
	float: left;
	width: 200px;
	height: 200px;
	/*border: 1px solid #99CC33;*/	
	background-color: white;
	background-repeat: no-repeat;
	background-position: center;	
	background-image: url("../images/products/detail/nopic.gif");	
}
#productDetail img.productDetailImage {
	width: 200px;
	height: 200px;	
}
#productDetail div.productDetailInfo {
	margin-top:10px;
	margin-left:200px;		
	min-height:210px;
}
#productDetail div.productDetailPopis {	
}

#loginbox {
	border: 1px solid white;
}

#loginbox input.element {
	width: 120px;
}

ul#menuHorne {
	margin-top: 7px;
	margin-left: 15px;
}

ul#menuHorne a {
	color: #000;
	text-decoration: none;
	padding: 0 3px 0 3px;
	font-weight: bold;
}
ul#menuHorne a:hover {
	text-decoration: underline;
}

#obchodne_podmienky {
	width:97%;
	padding:5px;
	margin:0 auto;
	overflow:auto;
	height:400px;
	border:1px solid #cccccc;
}

.content-background {
	background-color: #fdf9e0;
}

.heading {
	background-color: #1b1b19;
	color:#dbdbdb;
	border: 1px solid white;
	padding:10px;
	padding-bottom:2px;
}

table#specifikacia th {
	text-align:left;
	padding-left:15px;
}

.paging {
	background-color: #CCCCCC;	
	border: 1px solid #999999;	
	padding:5px 0;
}

.paging a {
	text-decoration: none;
	color: black;
}

.paging-selected {
	text-decoration: underline;
	color: blue;
	font-weight: bold;
}

ol.obchodne, ol.reklamacne {
	list-style-type: decimal;
	margin-left: 25px;
}

ol.reklamacne {
	list-style-type: upper-roman;
	margin-left: 20px;
}

ol.obchodne li, ol.reklamacne li {
	margin-bottom: 10px;
}

ul.obchodne {
	margin-left: 15px;
}

table.tabulka_cien {
	border-collapse: collapse;
	border:1px solid black;
	empty-cells: hide;
	width: 300px;
}

table.tabulka_cien th {
	text-align: center;
}

table.tabulka_cien th, table.tabulka_cien td {
	border: 1px solid black;
	padding: 3px;
}

table.tabulka_cien th.bgprice, table.tabulka_cien td.bgprice {
	background-color: #ffff99;
	font-weight: bold;
}

p.sklad-info {
	margin:10px 0;
}

p.sklad-info a {
	color: #7EAD21;
}	

img.decrease_amount, img.increase_amount {
	position:relative;
	top:-1px;
}

table tr.row-even td  {
	background-color:#FBFAF1;	
}
table tr.row-odd td {
	background-color:#F7E9C8;
}

table tbody.detail td {
	padding:0 5px;
}

/* PREHLAD PRODUKTOV */
table#products h2 {
	color: #333333;
	text-decoration: underline;
	font-size: 96%;
}
#userInfo{
	margin-top: 15px;
	padding: 2px; 
	min-width: 250px; 		
}
h1.pageTitle {
	margin-top:30px;
	margin-bottom:30px;
	text-align: center;
	font-weight:600;
	font-size:16px;
	font-family:verdana;
	color:#0066CC	
}

h2{
	padding: 2px;
	font-size: 120%;
	font-weight: bold;
	text-align: left;
	margin-left: 10px;	
}
#divObjTovar table {
	margin: 0 auto;
}
.smallTitle{
	font-size: 110%;
	font-weight: bold;
	border-bottom: solid 1px gray;
	text-align: left;
	padding: 2px;
}
p.orderType{
	text-align: center;
	font-size: 110%;	
}
.selectedOrder {
	font-weight: bold;
	text-decoration:  underline;
}