@charset "windows-1250";
/* CSS Document */

* { margin: 0; padding: 0; }


/*---------- TYPE SELECTORS ----------*/
a img{ border: 0; }

body {
	background-image:url(images/bkg.jpg);
	background-repeat:repeat-x;
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica;
	font-size: 12px;
	background-color: #86270B;
}

h1{
	font-size: 16px;
	color: #86270B;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-weight: bold;
	text-decoration: underline;
	margin: 0px;
}

h2{
	font-size: 14px;
	font-weight:bold;
	color: #86270B;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 0px;
}

h3{
	font-size: 12px;
	font-weight:bold;
	color: #E01E26;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 20px;
}

/*---------- DIVS ----------*/

#alldivs {
	margin: 0px auto;
	width: 891px;
}

#container {
	width: 800px;
	background-image:url(images/container-bkg.jpg);
	background-repeat:repeat-y;
	float:left;
	clear:both;
}

#navdiv {
	width: 800px;
	padding: 6px 0 0 0;
	height: 17px;
	margin:0;
	background-image:url(images/nav-bkg.jpg);
	z-index:2;
}

#content {
	width: 800px;
	padding: 20px 0;
	background-image:url(images/content-bkg.jpg);
	background-repeat:no-repeat;
	z-index:1;
}

#footer {
	width: 800px;
	height: 47px;
	font-size:10px;
	color: #FFFFFF;
	text-align: center;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	padding: 20px 0 0 0;
	clear:both;
}

#rightdiv {
	width: 91px;
	height: 100%;
	background-image: url(images/head-right.jpg);
	background-repeat:no-repeat;
	background-position:top;
	float:right;
}

/*---------- DESCENDANT SELECTORS ----------*/
#content p{
	font-size: 12px;
	color:#86270B;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 25px;
	margin-top: 5px;
	font-family: "Trebuchet MS", Arial, Verdana;
	line-height: 14px;
}

#content table{
	margin-top: 25px;
	margin-right: 40px;
	margin-bottom: 10px;
	margin-left: 25px;
}

#content a{
	font-weight: bold;
	text-decoration: underline;
	color:#86270B;
}

#content a:hover{
	color: #86270B;
	font-weight: bold;
}

#footer a{
	font-weight: normal;
	text-decoration: underline;
	color: #86270B;
}

#footer a:hover{
	color: #86270B;
	font-weight: bold;
}
/*---------- CLASES ----------*/

.itemgroup {
	width:116px;
	padding:2px;
	background-color:#DAB370;
}

.itemgroup2 {
	width:241px;
	padding:2px;
	background-color:#DAB370;
}

.item_name {
	margin:4px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #86270B;
	text-align: center;
}
.item_link {
	margin:4px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	text-align: center;
	color: #86270B;
	text-decoration: underline;
}
.item_sold {
	margin:4px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	text-align: center;
	color: #FF0000;
	font-weight:bold;
	text-decoration: none;
}
.item_price {
	margin:4px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #86270B;
	text-align: center;
}

.tab1 {
	margin:0px;
	padding: 5px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #86270B;
	background-color:#DAB370;
	text-align: left;
}

.tab2 {
	margin:0px;
	padding: 5px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #E1C08A;
	text-align: left;
	background-color: #86270B;
}

.btn {
	width:75px;
	height:17px;
	padding: 0px 0 0 10px;
	color: #86270B;
	border-left: 2px solid #FFFFFF;
	background-color: #E1C08A;
	font-size:11px;
	font-weight:normal;
}

.btn a:hover {
	text-align:center;
	background-color: #FFFFFF;
	color:#666666;
	border: 1px solid #666666;
	width: 100px;
	height: 15px;
	padding: 2px;
}

.bybakos {
	width: 760px;
	margin: 0 20px;
	border-top: 1px solid #996633;
	text-align: center;
	font-size: 11px;
	color: #86270B;
}
.bybakos a {
	color: #86270B;
	text-decoration:none;
	
}
.bybakos a:hover {
	color: #86270B;
	text-decoration:underline;
}

.dotaznikinput {
	width:150px;
}

.dotaznikinput2 {
	width:300px;
}

/*---------- NAVIGATION ----------*/

#nav ul {
	position: relative;
	z-index:4;
}

#nav a {
	display: block;
	width: auto;
	color:#FFFFFF;
	text-decoration:none;
	z-index:5;
}

#nav li {
	float: left;
	width: auto;
	list-style: none;
	z-index:6;
}

#nav li ul {
	position: absolute;
	width: 100px;
	left: -999em;
	margin: 0;
	padding: 0;
	z-index:7;
}

#nav a#btn1{
	width:75px;
	height:17px;
	padding: 0px 0 0 10px;
	border-left: 2px solid #FFFFFF;
	font-size:11px;
	font-weight:normal;
}
#nav a#btn2{
	width:75px;
	height:17px;
	padding: 0px 0 0 10px;
	border-left: 2px solid #FFFFFF;
	font-size:11px;
	font-weight:normal;
}
#nav a#btn3{
	width:75px;
	height:17px;
	padding: 0px 0 0 10px;
	border-left: 2px solid #FFFFFF;
	font-size:11px;
	font-weight:normal;
}
#nav a#btn4{
	width:75px;
	height:17px;
	padding: 0px 0 0 10px;
	border-left: 2px solid #FFFFFF;
	font-size:11px;
	font-weight:normal;
}

#nav a:hover{
	background-image:none;
	color: #86270B;
	border-left: 2px solid #86270B;
	background-color: #E1C08A;
}

#nav ul li{
	background-color:#86270B;
	color: #E1C08A;
	width: auto;
	list-style: none;
	z-index:8;
}

#nav ul li a {
	background: none;
	width: 75px;
	margin: 0;
	padding: 1px 0 1px 10px;
	border-bottom: 1px solid #FFFFFF;
	font-size:11px;
	font-weight:normal;
	z-index:9;
}
#nav ul li a:hover {
	background-color: #E1C08A;
	width:73px;
	color:#86270B;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	z-index:10;
}
