body{
	width:735px;
	margin:0px auto;
	font:12px "Lucida Grande", Skia, Arial, Geneva, sans-serif;
	line-heigth: 14px;
	color:black;
	background:white;
}
a:link 	{
	color:black;
	text-decoration:none;
}
a:visited {
	color:black;
	text-decoration:none;
}
a:hover  {
	text-decoration:underline;
}
a img {
	border:none;
}
hr {
	height:0px;
	border-style: solid;
}
#header {
	margin:5px 0px 10px;
}
#footer {
	display:block;
	clear:both;
	margin-top:30px;
}
#teasers {
	margin-top:10px;
}
#teasers td {
	padding:0px;
	border-spacing:3px;
}
#teasers img {
	width: 120px;
	height: 90px;
}
.navigation {
	text-align:center;
}
.navigation a {
	border-left: 1px solid #666699;
	padding:0px 0.5em;
	margin:-2px;
}
.navigation a:first-child {
	border:none;
}
.navigation a:hover {
}
.navigation a:visited {
}
#copyright {
	font-size:10px;
	color:#333333;
	border-top:1px solid gray;
	padding-top:5px;
}
#copyright img {
	vertical-align:middle;
}
#copyright #browser_button {
	float:right;
}
img {
	behavior:url(pngbehavior.htc);
}
/********** BEGIN RENTALS_LIST ************/
#rentals_list {
	margin-top:8px;
}
#rentals_list a {
	width:140px;
	height:140px;
	display:block;
	position:relative;
	float:left;
	text-align:center;
	text-decoration:none;
	/*background-image:url(images/rental_thumb.png);*/
	margin:0px 0px 8px 8px;
	color:white;
	font:bold 18px "Trebuchet MS", sans-serif;
}
#rentals_list a.new_line {
	margin-left:1px;
}
#rentals_list img.thumb {
	width:100px;
	height:75px;
	position:absolute;
	bottom:20px;
	left:20px;
	z-index:0;
}
#rentals_list img.mask {
	position:absolute;
	top:0px;
	left:0px;
	z-index:2;
}
/********** BEGIN RENTAL_DETAIL ************/
#rental_detail {
}
#rental_detail table{
}
#rental_detail table table{
	width:100%;
}
#rental_detail td{
	vertical-align:top;
	border-color:gray;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
}
#rental_detail tr:first-child td {
	/*border:none;*/
}
#rental_detail td:first-child {
	/*border-left-width:1px;*/
	text-align:right;
}
#rental_detail td td {
	text-align:right;
	border-style: dotted;
	border-width: 0px 0px 1px;
	/*border:none;*/
}
#rental_detail td td:first-child {
	text-align:left;
}
#rental_detail ul{
/*  list-style-type:none;*/
  list-style-position: inside;
	padding-left:0px;
	font: 1em/1.5em "Lucida Grande", Skia, Arial, Geneva, sans-serif;
}
/*#rental_detail li{
  display:inline;
  padding:0px 1em;
  border-left:1px solid gray;
}
*/#rental_photos {
	width:280px;
	float:right;
}
#rental_photos img {
	padding:20px 0px 0px 20px;
	margin:0px 0px 20px 20px;
	border-color:gray;
	border-style: solid;
	border-width: 1px 0px 0px 1px;
}
/*#rental_photos img:first-child {
	margin-top:0px;
}*/
/********** BEGIN CONTACT ************/
form {
  width:200px;
	margin:10px auto;
	padding:20px;
	background-color:#eeeeee;
	border:thin solid #999999;
	color:black
}
#hut {
	background-color:#eeeeee;
	font:9px sanserif;
	margin:10px auto;
}

#hut table {
	border-collapse:collapse;
	border:2px groove #bbbbbb;
}
#hut .on {
	background-color:#0080FF;
}
#hut #ok {
	display:block;
	width:75px;
	margin:auto;
}

