@charset "utf-8";
#extra {
	float: left;
	width: 249px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #bebeb7;
	height: 100%;
	display: block;
}
#rezervace{
	background-color: #c6c6bc;
	border: 1px solid #b6b6ae;
	font-size: 13px;
	color: #4e4e4e;
	border-radius:7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	margin-bottom: 35px;
}
#rezervace th{
}
#rezervace tr{
}
#rezervace td{
	padding-left: 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #d2d2c8;
	border-left-color: #d2d2c8;
}
.rezervace-submit{
}
.rezervace-submit:hover{
}
.tabulka-b-b{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b6b6ae;
}
.tabulka-b-t{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d2d2c8;
}
.tabulka-okraj-b{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d2d2c8;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d2d2c8;
	-webkit-border-bottom-right-radius: 7px;
  	-webkit-border-bottom-left-radius: 7px;
  	-moz-border-radius-bottomleft: 7px;
  	-moz-border-radius-bottomright: 7px;
}
.tabulka-okraj-t{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d2d2c8;
	-webkit-border-top-right-radius: 7px;
  	-webkit-border-top-left-radius: 7px;
  	-moz-border-radius-topleft: 7px;
  	-moz-border-radius-topright: 7px;
}
#extra .sluzby{
	padding-left: 10px;
}
