body {margin: 0; padding: 0; font-family: Tahoma; font-size: 10px; color: #333;}

#all {}
#main {
	width: 980px;
	margin-left: auto; margin-right: auto;
}
#header {
	width: 100%;
}
#image {
	background-image: url(../images/bsport.jpg);
	height: 77px;
	margin-bottom: 2px;
}
#hornilista {
	background-color: #FF6600;
	border-top: 1px solid white;
}
#hornilista a, #hornilista a:link, #hornilista a:visited {
float:left;
display: block;
height: 12px;
padding: 4px 8px;
margin: 0px;
vertical-align: middle;
background-color: #FF6600;
color: white;
font-weight: bold;
border-right: 2px solid white;
text-decoration: none;
}
#hornilista a:hover {
text-decoration: underline;
background-color: #AE4600;
}

#body {
	margin-top: 15px;
}


#left {
	float: left;
	width: 220px;
}

#left span {
	display: block;
	width: 100%;
	height: 17px;
	padding: 2px 0;
	text-align: center;
	font-size: 13px;
	background-color: #FF6600;
	color: white;
	font-weight: bold;
}

#left li {
	margin: 10px 8px 0 8px;
	list-style-type: square;
	color: #AE4600;
	position: relative;
	left: 10px; ~left: 0px;
}

#left a, #left a:link, #left a:visited {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
#left a:hover {
	text-decoration: underline;
}
#left a.select {
	text-decoration: underline !important;
}

#middle {
	float: left;
	width: 560px;
}

#middle .zbozi {
	float: left;
	margin: 2px 0 0 4px;
	padding: 2px;
	text-align: center;
	width: 31%;
	height: 135px;
}

#middle h4 {
	font-size: 13px;
}

#middle h3 {
	margin: 2px 6px;
	color: #FF6600;
	font-size: 16px;
}

#middle h2 {
	margin: 2px 6px;
}

#middle a.tres, #middle a.tres:link, #middle a.tres:visited {
	display: block;
	float: left;
	margin: 3px;
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

#middle a.tres:hover {
	text-decoration: underline;
}

#middle a, #middle a:link, #middle a:visited{
	color: #333; font-weight: bold; text-decoration: none; margin-left: 2px;
}
#middle a:hover { text-decoration: underline; }



#middle label {
  color: #333;
	font-weight: bold;
}

#middle img {
	border: 2px solid black;
}
#middle .karty img {
	float: left;
	margin: 4px;
	border: 0;
	vertical-align: middle;
}

#middle .mid {padding: 8px; text-align: justify;}
#middle .xt_line label {display: block; width: 120px; float: left;}
#middle .xt_line input {float: left;}
#middle .xt_plist {border-collapse: collapse;}

#right {
	float: right;
	width: 200px;
}

#right span {
	display: block;
	width: 100%;
	height: 17px;
	padding: 2px 0;
	text-align: center;
	font-size: 13px;
	background-color: #89ABBC;
	color: white;
	font-weight: bold;
}

#right a, #right a:link, #right a:visited {
	color: #333; font-weight: bold; text-decoration: none; margin-left: 2px;
}
#right a:hover { text-decoration: underline; }

#footer {
  background-color: #89ABBC;
	color: white;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	height: 16px;
	padding-top: 4px;
	margin-top: 14px;
}

 .button {
  color: white;
  font-weight: bold;
	border: 1px solid silver;
	background-color: #89ABBC;
	margin: 2px;
}

 .input {
  border: 1px solid silver;
  font-size: 11px;
  text-align: center}

.clear {	clear: both;}
.fleft {  float: left;}
.fright { float: right;}
.w120 { width: 120px;}
