﻿/*********************ANKETA*******************/
#anketa {
	background-image: url(/gfx/anketa-body.gif);
	background-repeat: repeat-y;
	padding: 5px;
}
#anketa-top {
	height:10px;
	background-image: url(/gfx/anketa-body-top.gif);
	background-repeat: no-repeat;
	display: none;
}
#anketa-bottom {
	height:10px;
	background-image: url(/gfx/anketa-body-bottom.gif);
	background-repeat: no-repeat;
	display: none;
}
#anketa p {
	font-size: 80%;
	text-align: left;
}
#anketa h3 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}

#anketa .anketa-otazka {
	color:#000000;
	margin-bottom:5px;
	background-image: url(/gfx/panel-line.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	font-size: 12pt;
	padding: 0px;
}
#anketa .anketa-item {
	margin-bottom:5px;
}
#anketa p.odpoved {
	float:left;
	margin-bottom:0px;
	padding-bottom:0px;
	color:#333333;
	width: 70%;
}
#anketa p.odpoved a{
	margin:0px;
	padding:0px;
}
#anketa p.pocet {
	float:right;
	font-weight:bold;
	color:#E7202F;
	margin-bottom:0px;
	padding-bottom:0px;
	z-index:1000;
	width: 20%;
	text-align: right;
}
#anketa .anketa-prubeh {
	width:250px;
	height:12px;
	margin: 0px !important;
	padding: 0px !important;
	background-color:#c7cdd5;
	border:1px solid #999999;
	font-size:0.1em;
	clear: both;
}
#anketa .anketa-teplomer {
	height:12px;
	background-image:url(/gfx/bg_prubeh.png);
	background-repeat:repeat-x;
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
	background-color:#AB934B;
}
#anketa .anketa-footer {
	text-align:center;
	font-size: 10pt;
}

/* ----------------------------- by Jones ----------------------------- */

#anketa a 
{
	float:none;
	display: inline;
	margin:0px;
	padding: 0px;
}


/****************************item-enquiry*******************************/
.anketa-vypis {
	width:420px;
	border: 1px dashed #CCCCCC;
	margin: 5px;
	padding: 5px;
}
.anketa-vypis p {
}
.anketa-vypis .otazka {
	color: #AB934B;
	font-weight: bold;
}
.anketa-vypis p.odpoved {
	float:left;
	color:#333333;
	padding: 0px;
	margin: 0px;
}
.anketa-vypis p.pocet {
	float:right;
	color:#AB934B;
	font-weight:bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.anketa-vypis .anketa-item {
	margin-bottom:5px;
}
.anketa-vypis .anketa-prubeh {
	width:418px;
	height:10px;
	margin: 0px;
	background-color:#c7cdd5;
	border:1px solid #999999;
	font-size:0.1em;
	clear: both;
}
.anketa-vypis .anketa-teplomer {
	height:10px;
	background-image:url(/gfx/bg_prubeh.png);
	background-repeat:repeat-x;
	background-color:#AB934B;
}
