/**
 * CSS file for 
 * hotel Hnedy Vrch - Pec pod Snezkou
 * section: Price List
 * @link http://www.codeLab.cz
 * @copyright 2003
 * @author Matej Kriz <mattez@2in.cz>
 * @access public
 * @since 1.10.2003
 *
 **/

/*
--------------------------------------------------
Obecne formaty dokumentu
--------------------------------------------------
*/
.cenik-tab{
	width: 500px;
	margin: 20px 0px;
	font-family : "Arial CE", "Helvetica CE", Arial, helvetica, sans-serif;
	font-size: 13px;
}
.cenik-tab caption{
	font-size: 1em;
	text-align: left;
	background-color: #FCD592;
}

.cenik-tab thead tr{
	Xbackground-color:lime;
	height:60px;
	vertical-align:bottom;
	background:url("../images/prclst_poz_thead.png") bottom repeat-x;
}

.cenik-tab thead th{
	border-bottom: 1px solid #d9a640;
	width: 125px;
}

.cenik-tab thead td{
	font-weight:bold;
	margin:0;padding:0.1em 0.5em;
	border-bottom: 1px solid #d9a640;
}

td#adult{
	background:transparent url("../images/prclst_adult.png") bottom right no-repeat;
	width: 150px;
}

td#child{
	background:transparent url("../images/prclst_children.png") bottom right no-repeat;
	width: 150px;
}

td#child span{
	font-weight:normal;
	font-size:10px;
	margin:0 0.5em;
}

.cenik-tab td em{
	font-weight:normal;
}

#row1 th{
	text-align: center;
	border-bottom: 1px solid #d9a640;
	background-color:#ffcc66;
	color:#cc3300;
}

#row1 td{
	border-bottom: 1px solid #d9a640;
}

#row1 span{
	display:block;
	font-size:10px;
	text-align:center;
}
.cenik-tab tbody th{
	background-color:#ffbf3c;
}

.cenik-tab tbody th,.cenik-tab tbody td{
	border-bottom:1px solid #ffdb92;
}

.cenik-tab tbody td{
	border-left:1px solid #d9a640;
}

.cenik-tab tbody td span{
	display:block;
	font-size:11px;
	text-align:center;
	font-weight:bold;
}

.cenik-tab tbody th{
	Xborder-right: 1px solid #d9a640;
}
.cenik-tab .center{
	text-align: center;
}

ul{
	margin:0;padding:5px 0px 5px 100px;
}

li{
	margin:0;padding:0;
	list-style-image: url("../images/odrazka.png");
}

#sale{
	margin:0;padding:15px 100px;
	background:transparent url("../images/prclst_sleva.png") top left no-repeat;
	min-height:90px;
	_height:90px;
}

#sale li{
	margin:0;padding:0;
	list-style-image: url("../images/odrazka.png");
}
.cenik-tab-2{
	font-size:11px;
	width:90%;
}

.cenik-tab-2 tr{
	background:transparent url("../images/prclst_dotline.png") bottom repeat-x;
}

.cenik-tab-2 th{
	width:200px;
	text-align:left;
}

.cenik-tab-2 td{
	text-align:right;
	vertical-align:bottom;
}

.cenik-tab-2 th span{
	background-color:#ffcc66;
	margin:0;padding:0 0.5em 0 0;
}
.cenik-tab-2 td span{
	background-color:#ffcc66;
	margin:0;padding:0 0 0 0.5em;
}

#lastm {
	margin: 10px 0 -35px 0;
}

