body {
	margin: 10px;
	padding: 0;
	font-family: Tahoma, Arial, sans-serif ;
	font-size: 82%;
	color: #333;
	background-color: #fff;
}
* html body {
	margin-bottom: 0;
}
.hodnoceni {
	margin-bottom: 0;
}

a,a:link,a:active,a:hover,a:visited {
	color: #f07800;
	text-decoration: underline;
}

a:visited {
	color: #C76300;
}

a:hover {
	color: #638EB5;
}

a:focus, a:active {
	background-color: #E1E7EF; /*638EB5*/
	color: #3E73A4;
	text-decoration: none;
}

h1 {
	display: block;
	padding: 0;
	margin: 5px 0 12px 0;
	color: #F07800;
	font-size: 155%;
	font-weight: normal;
}

table {
	font-size: 100%;
}
td {
	font-size: 100%;
}

.obsah {
  	padding: 15px;
	border: 7px solid #A8CDEB;
}
.ohodnoceno {
	height: 265px;
	max-height: 235px;
}

.lightLine {
	border-top: 1px solid #A8CDEB;
	height: 1px;
	font-size: 1px;
	padding: 0px;
	margin: 15px 0px 15px 0px;
	width: auto;
}

.obsah h2 {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	font-size: 140%;
	color: #f07800;
}

.obsah p {
	margin: 5px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	color: #333333;
}

.obsah .konec {
	position: relative;
	height: 20px;
}

.obsah .konec a.closeLink {
	display: block;
	float: left;
	margin: 0px 15px 0px 0px;
	padding: 0px 0px 0px 15px;		
	background: url(../images/li_close.gif) bottom left no-repeat;
	text-align: left;
}
a.closeLink:focus, a.closeLink:active {
	background-color: #E1E7EF;
	color: #3E73A4;
	text-decoration: none;
}


table#hodnoceni {
  	width: 604px;
	border: 0;
	padding: 0;
}

#hodnoceni tr td {
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif ;
	font-size: 100%;
	text-align: center;
	border: 0;
	padding: 4px;
	color: #777777;
}

#hodnoceni tr.firstRow td {
	color: #444444;
}

#hodnoceni tr td.alignLeft {
	text-align: left;
}

#hodnoceni tr td.s01 {
	width: 224px;
}

#hodnoceni tr td.s02 {
	width: 95px;
}

#hodnoceni tr td.comment {
	padding: 0px;
}

input {
	border: 1px solid #E5E8E6;
	margin: 0px 15px 0px 0px;
	font-size: 100%;
	height: 18px;
}

form {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}

.button {
	border: 1px solid #5299CE !important;
	background: #5299CE url(../images/button-bg.gif) no-repeat left top;
	font-weight: bold;
	padding: 0 6px 2px 6px !important;
	height: 20px;
	line-height: 20px;
	width: auto;
	color: #fff;
	font-size: 100%;
	font-family: Tahoma, sans-serif;
	cursor: pointer;
}
* html div .button {
	border: 1px solid #fff !important;
	height: 22px;
	line-height: 16px;
	margin-bottom: -1px;
	padding: 0 1px 2px 1px!important;
	padding-bottom: 2px;
}
:root .button {
	height: 21px;
	margin-bottom: -2px !important;
}
.button:focus {
	border: 0px solid #fff; /* Opera 7.6 bere pouze tento z�pis */
	background: #A8CDEB;
}

.disabledButton {
	border: 1px solid #ACACAC !important;
	background: #ACACAC url(../images/button-bg-disabled.gif) no-repeat left top;
	font-weight: bold;
	padding: 0 6px 2px 6px !important;
	height: 20px;
	line-height: 20px;
	width: auto;
	color: #fff;
	font-size: 100%;
	font-family: Tahoma, sans-serif;
	cursor: pointer;
}
* html div .disabledButton {
	border: 1px solid #fff !important;
	height: 22px;
	line-height: 16px;
	margin-bottom: -1px;
	padding: 0 1px 2px 1px!important;
	padding-bottom: 2px;
}
:root .disabledButton {
	height: 21px;
	margin-bottom: -2px !important;
}
.disabledButton:focus {
	border: 0px solid #fff; /* Opera 7.6 bere pouze tento z�pis */
	background: #CCCCCC;
}

#hodnoceni .radioButton {
	float: left;
  	border: none;
	width: 12px;
	height: 12px;
	vertical-align: bottom;
	margin: 3px 5px 0px 10px;
	padding: 0;
}

#hodnoceni .backgroundGray {
	background-color: #F5F5F5;
	text-align: right;
	border-left: 5px solid white;
	font-size: 90%;
	padding-left: 25px;
}

#hodnoceni .backgroundBlue {
	background-color: #F2F6FA;
	text-align: right;
	border-left: 5px solid white;
	font-size: 90%;
	padding-left: 25px;
}

textarea {
	border: 1px solid #C9C9C9;
	margin: 0px 2px 0px 2px;
	font-size: 100%;
	height: 110px;
	width: 220px;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif ;
}

td div {
	float: left;
	position: relative;
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-style: normal;
	text-align: center;
	color: #fff;
	background-color: #A8CDEB;
}
td div span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 100;
}

.plus span {
  background: url("../images/icons/feedback_plus.gif");
}

.plusminus span {
  background: url("../images/icons/feedback_plusminus.gif");
}

.minusplus span {
  background: url("../images/icons/feedback_minusplus.gif");
}

.minus span {
  background: url("../images/icons/feedback_minus.gif");
}

.noDisplay {
	display: none;
}

.clearAll {
	clear: both;
}

/* Rozli�en� odkazu - obr�zkama v k�du */
#middle img.downlink, #middle img.popuplink, #middle img.externlink, #side img.downlink, #side img.popuplink, #side img.externlink {
	display: inline;
	float: none;
	vertical-align: middle;
	padding: 0;
	margin: 0;
	margin-right: 2px;
}

/* Rozli�en� odkazu - obr�zkama ve stylech */
a.externLink, a.popupLink, a.externPopup, a.downLink {
	padding-right: 11px;
	background-image: url(../images/extern_link.gif);
	background-repeat: no-repeat;
	background-position: right center;
	display: inline;
}

a.popupLink {
	padding-right: 13px;
	background-image: url(../images/popup_link.gif);
}

a.externPopup {
	padding-right: 26px;
	background-image: url(../images/extern-popup_link.gif);
}

a.downLink {
	padding-right: 11px;
	background-image: url(../images/down_link.gif);
}

a.closePopup	{
	font-size: 84% !important;
	float: right;
}
hr	{
	display: none;
}
.clearPopup	{
	clear: both;
	height: 1px;
	overflow: hidden;
}
