/* 
    Document   : roomlist.css
    Created on : 2009-feb-23, 13:03:36
    Author     : Patrik Högberg
    Description:
        Contains styles for the room gallery
*/

.image_frame {
	float:left;
	width:158px;
	height:218px;
	margin-bottom:10px;
	background-color:#e7eaed;
}
.image_frame.col1, .image_frame.col2 {
	margin-right:15px;
}

.image_frame.col3 {
}

.image_frame .image {
	border:#bfbfb7 1px solid;
	height:156px;
	width:156px;
}
.image_frame .image img {
	border:#e5e5e2 1px solid;
}

.image_frame .infoframe {
	padding:5px;
	padding-top:0;
	width:158px;
	height:80px;
    color: gray;
}
.image_frame .title {
	height:25px;
	line-height:25px;
	width:158px;
	overflow:hidden;
}
.image_frame .title a {
	color:gray;
}
.image_frame .infoowner {
	height:35px;
	width:158px;
	overflow:hidden;
}
.image_frame .infoowner img {
	margin-right:5px;
	float:left;
}
.image_frame .views {
	margin-top:-2px;
	font-size:10px;
}
#image_search {
	position:relative;
	width:510px;
	height:53px;
	overflow:hidden;
	background:url(../images/frames/room-gallerytop-bgr.png);
	margin-bottom:10px;
}
#image_search label {
	font-weight:normal;
}
#image_search #options {
	position:absolute;
	width:300px;
	left:7px;
	top:14px;
}
#image_search #order {
	position:absolute;
	top:10px;
	right:20px;
	width:150px;
}

