/* (c) 2007 Jozef Benko */



* {
	margin: 0;
	padding: 0;
}

hr, .hide {
	position: absolute;
	top: -999em;
	left: -999em;
}

a img, fieldset {
	border: none;
}

a {
	text-decoration: none;
	color: #046ca4;
}

a:hover {
	text-decoration: underline;
}

ul {
	list-style-type: none;
}

.right {
	float: right;
}

.left {
	float: left;
}
.clear {
	clear: both;
}

body {
	font: normal small/1.6 Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #143454;
	color: white;
}

#wrapper {
	width: 978px;
	margin: 0 auto;
	text-align: left;
	padding: 0 1px;
	background-color: white;
	color: black;
}

#header {
	background: url('../images/header.jpg') left top no-repeat;
	min-height: 231px;
}

#header h1 {
	float: left;
	position: relative;
	overflow: hidden;
}

#header h1, #header h1 span {
	width: 180px;
	height: 125px;
}

#header h1 span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: url('../images/logo.jpg') left top no-repeat;
}

#hright {
	width: 166px;
	float: right;
}

#hright h3 {
	color: white;
	background: black url('../images/hside.jpg') center center repeat-y;
	font-size: 95%;
	font-weight: normal;
	line-height: 1.6em;
	text-align: center;
	border-top: solid 1px white;
	border-bottom: solid 1px white;
}

#hright .button {
	display: block;
	text-align: right;
	font-weight: bold;
	padding: 0 12px;
	font-size: 90%;
	line-height: 1.7em;
	margin-top: 1px;
}

#hright input.button {
	width: 100%;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-top: 2px;
	cursor: pointer;
}

#cart {
	background: #ba121c url('../images/cartbg.gif') left top repeat-x;
	color: white;
	padding: 14px 8px 8px 14px;
}

#cart form {
	margin-bottom: 6px;
	text-align: right;
}

#cart form label {
	font-weight: bold;
	font-size: 110%;
	padding-right: 10px;
}

#cart form select {
	width: 57px;
}

#cart a.button {
	color: white;
	background-color: #d2646a;
}

#login {
	color: white;
	background-color: #146494;
	padding: 8px 8px 8px 14px;
}

#login form fieldset {
	margin-bottom: 12px;
	font-size: 80%;
}

#login form label {
	width: 40px;
	display: block;
	float: left;
	padding-top: 4px;
}

#login form input.text {
	width: 100px;
	margin-bottom: 4px;
	display: block;
	float: left;
}

#login .button {
	color: white;
	background-color: #368bbe;
	border: none;
}

#main {
	background: url('../images/main.gif') center top repeat-y;
	margin-top: 1px;
	border-top: solid 5px #d6d6d6;
	font-size: 95%;
}

#sidebar {
	width: 220px;
	float: left;
	padding-right: 2px;
	padding-top: 1px;
}

#navigation {
	background: #e5e5e5 url('../images/nav3.gif') left center repeat-y;
	padding-bottom: 3px;
	margin-bottom: 15px;
}

#navigation li {
	color: white;
	display: block;
	background: black url('../images/nav1.gif') left center repeat-y;
	text-align: right;
	font-weight: bold;
	font-size: 95%;
}

#navigation li a {
	display: block;
	color: white;
	padding: 2px 8px 2px 8px;
	border-bottom: solid 2px white;
}



#navigation li li {
	color: #4a4a4a;
	background: #A7A6AA;
}



#navigation li li a {
	color: #4a4a4a;
	padding: 6px 11px 4px 11px;
	border-width: 1px;
		height: 16px;

}

#navigation li li li {
	color: #4a4a4a;
	background: #e5e5e5 url('../images/nav3.gif') left center repeat-y;
	font-size: 95%;

}


#navigation li li li a {
	color: #4a4a4a;
	min-height:16px;
	padding-top: 6px;
	padding-right: 11px;

}

#sidebar h3 {
	font-size: 90%;
	color: #ba121c;
	padding: 4px 20px;
}

#sidebar p {
	font-size: 85%;
	padding: 0 20px 10px 20px;
}

#sidebar .item {
	background: white url('../images/itembg.jpg') center bottom repeat-x;
	border: solid 1px #ececec;
	width: 170px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 30px;
	text-align: center;
	font-size: 100%;
	font-weight: bold;
}

#sidebar .item span {
	color: #ba121c;
}

#content {
	width: 645px;
	float: left;
	padding: 0 3px;
	font-size: 95%;
	color: #666;
}

#content .nav1 {
	padding: 15px 0;
	border-left: solid 1px #d6d6d6;
	border-right: solid 1px #d6d6d6;
}

#content .nav1 li {
	display: inline;
	background: url('../images/separator.jpg') left center no-repeat;
}

#content .nav1 li.first {
	background: none;
}

#content .nav1 li a {
	padding: 0 15px 0 19px;
}

#content .nav2 {
	background-color: #f7f7f7;
	border: solid 1px #d6d6d6;
	padding: 3px 19px;
}

#content .nav2 h4 {
	font-weight: normal;
	font-size: 100%;
	display: inline;
	margin-right: 25px;
}

#content .nav2 ul, #content .nav2 li {
	display: inline;
	padding-right: 15px;
	font-weight: bold;
}

#content .nav2 li a {
	color: #ba121c;
}

#content .item {
	background-color: #f7f7f7;
	border: solid 1px #d6d6d6;
	margin-top: 2px;
	float: left;
	width: 643px;
}

#content .item .iteminfo {
	float: left;
	width: 350px;
	padding: 30px 0 30px 18px;
}

#content .item .itemimage {
	float: right;
	width: 260px;
	padding: 8px 8px 8px 0;
	text-align: center;
}

#content .item .itemimage img {
	border: solid 1px #d6d6d6;
	margin: 0 2px 5px 0;
}

#content .item h3 {
	font-size: 130%;
		color: #046ca4;
	font-weight:bold;
	margin-bottom: 12px;
		margin-top: -13px;
}
#content .item h2 {

	margin:2px 10px;
}

#content .buyitem {
	float: left;
	width: 100%;
}

#content .buyitem .price {
	float: left;
	color: #333;
	font-weight: bold;
}

#content .buyitem .price span {
	font-size: 130%;
	color: #ba121c;
}

#content .buyitem .addtocart {
	float: right;
	width: 160px;
}

#content .buyitem .addtocart input.text {
	width: 46px;
	border: solid 1px #999;
	margin-right: 6px;
	float: left;
	display: block;
}

#content .buyitem .addtocart .button {
	display: block;
	float: left;
	background: #ba121c url('../images/additem.gif') left top repeat-y;
	color: white;
	font-size: 110%;
	font-weight: bold;
	padding-right: 4px;
	line-height: 1.4;
	border: none;
	cursor: pointer;
}

#content .item .info {
	clear: both;
	padding-top: -5px;
	font-size: 90%;
	padding-bottom: 20px;
}

#content .item ul {
	padding-bottom: 20px;
	font-size: 110%;
}

#content .item ul a {
	color: #666;
}

#content .outer {
	clear: both;
	padding: 20px;
}

#content .outer h3 {
	color: #046ca4;
	font-size: 120%;
}

#content .outer p {
	font-size: 11px; 
	color: black;
}

#sidebar2 {
	width: 98px;
	float: right;
	padding-top: 5px;
}

#sidebar2 .padded {
	margin: 7px 0;
}

#footer {
	clear: both;
	background: url('../images/footer.gif') left top no-repeat;
	color: white;
	height: 32px;
	padding-top: 3px;
	padding-left: 48px;
}

#footer a {
	color: white;
}
.tdt{
background-color: white;width: 201px; border: solid 1px #d6d6d6;  
padding:2px;text-align:center;	font-size: 11px; 

}

.zoznam{
background-color: #f7f7f7;width: 639px;	margin: 2px;	font-size: 11px; 

}
					#search{
						margin-left: 19px;
						}
						
										#search form input.text {
	width: 40px;
	margin-bottom: 4px;
	
	
}

#search .button {
	color: white;
	background-color: #368bbe;
	border: none;
}
				.kkk {
border-right: solid 1px #DCDCDC;border-bottom: solid 1px #DCDCDC;padding:3px}
.k
{
padding:3px;border-right: solid 1px white;
}
.button2 {

  font-size: 80%;
  font-weight: bold;
  color: white;
  background-color: #358AC1;
  border: solid 1px #0d2877;
  padding: 2px;

}
 h5 {
	font-size: 110%;
	color: #ba121c;
	
}
