
div.pricetime {
	position: relative;
	display: none;
}

div.pricetime p.date {
	color: #18ca00;
	font-size: 25px;
	font-weight: bold;
	left: 30px;
	position: absolute;
	text-align: right;
	top: 51px;
	width: 250px;
}

div.pricetime p.date span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	margin-right: 2px;
}

div.pricetime-bg {
	background: url(images/pricetime_bg-trans.png) no-repeat left bottom;
	padding: 20px 30px 0px 30px;
}

div.pricetime div.date {
	float: left;
	width: 300px;
}

div.pricetime div.date p.date {
	background-color: #18ca00;
	color: white;
	height: 32px;
	line-height: 30px;
	margin: 0px;
	padding-top: 3px;
	text-align: center;
}

div.pricetime div.date div.comment {
	background-color: #fff1d5;
	padding: 5px;
}

div.pricetime div.date div.comment p {
	line-height: 1.5em;
	margin: 0px;
	text-align: center;
}

div.pricetime div.pt {
	float: right;
	width: 300px;
}

div.pricetime div.price h3 {
	padding-bottom: 7px;
}

div.pricetime div.price table th {
	padding-right: 5px;
	width: 21px;
	text-align: center;
}

div.pricetime div.price table th.n {
	padding-left: 5px;
}

div.pricetime div.price table td {
	vertical-align: bottom;
}
div.pricetime div.price table td.a {
	text-align: center;
}

div.pricetime div.price table td.p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	padding: 0px 4px 4px 0px;
	text-align: right;
}

div.pricetime div.time h3 {
	padding-top: 20px;
}

div.pricetime div.time p {
	margin: 0px;
	font-size: 120%;
	padding: 3px 10px 0px 10px;
}

div.time table.list-table td {
	text-align: center;
	width: 33%;
}

div.time table.list-table td.c {
	border-left: 1px dotted #ffa800;
	border-right: 1px dotted #ffa800;
}

div.price table.list-table th {
	padding: 10px 5px;
}

div.price table.list-table td {
	border-left: 1px dotted #ffa800;
	padding: 10px 5px;
	text-align: center;
}

div.price table.list-table tr.header th,
div.price table.list-table tr.header td {
	line-height: 1.2em;
	padding: 5px;
}

div.rental table.list-table td {
	border-left: 1px dotted #ffa800;
	padding: 5px;
	text-align: center;
	width: 30%;
}

div.price-passport table.list-table tr.header td {
	line-height: 1.2em;
	padding: 5px;
}

div.price-passport table.list-table td {
	border-left: 1px dotted #ffa800;
	border-right: 1px dotted #ffa800;
	padding: 10px;
	text-align: center;
	width: 25%;
}

