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

#welcomebox {
	width:505px;
	height:302px;
	background:url(../images/backgrounds/wallpaper_background.png);
	position:relative;
	z-index:0;
}
#welcometext {
	position:absolute;
	left:10px;
	top:10px;
	width:279px;
	height:44px;
	background:url(../images/backgrounds/welcome_sv.png);
	z-index:5;
}
#welcomeinfo {
	position:absolute;
	left:292px;
	top:5px;
	width:208px;
	height:280px;
	background:url(../images/backgrounds/transparent_bgr-wrinkle.png);
	z-index:4;
}
#welcomeinfo #content {
	padding:15px;
	padding-left:10px;
	padding-top:40px;
}
#welcomeimage {
	position:absolute;
	left:10px;
	top:55px;
	width:354px;
	height:236px;
	background:url(../images/backgrounds/front-promotion-2.jpg);
	z-index:1;
}
#room_images_header {
	width:505px;
	height:30px;
	padding-left:5px;
	line-height:30px;
	color:gray;
}
#room_images_more {
	float:right;
	margin-right:20px;
}
#front_images_container_top {
	margin-top:6px;
	width:512px;
	height:5px;
	background:url(../images/frames/article-top.png);
}
#front_images_container_middle {
	width:512px;
	overflow:hidden;
	background:url(../images/frames/article-middle.png);
}
#front_images_container_bottom {
	width:512px;
	height:7px;
	background:url(../images/frames/article-bottom.png);
}
.front_image_frame {
	margin:0;
	padding:0;
	float:left;
	width:158px;
	height:200px;
	background-color:#e7eaed;
}
.front_image_frame .image {
	border:#bfbfb7 1px solid;
	height:156px;
	width:156px;
	overflow:hidden;
}
.front_image_frame .image img {
	border:#e5e5e2 1px solid;
}

.front_image_frame.col1{
	margin-left:5px;
}
.front_image_frame.col1, .front_image_frame.col2 {
	margin-right:10px;
}
.front_image_frame.col3 {
	margin-right:5px;
}

.front_image_frame .infoowner {
	height:46px;
	width:158px;
	/* margin-top:-5px; */
	overflow:hidden;
    font-weight: bold;
    background-color: #E7EBEE;
}
.front_image_frame .infoowner .content {
	padding:5px;
}
.front_image_frame .infoowner .content a {
	padding:5px;
    text-decoration: none;
	color: #53514D;
}
.front_image_frame .infoowner .content a img {
	margin-bottom:-5px;
}
#front_member_notice {
	margin-top:10px;
	width:495px;
	text-align:right;
}
#front_member_notice #registration {
	float:right;
	display:block;
	width:200px;
	height:25px;
	line-height:25px;
	text-align:center;
	text-transform: uppercase;
	background-color:silver;
	-moz-border-radius: 4%
}
#front_member_notice a {
	color:#53514D;
    font-weight: bold;
    text-decoration: none;
}
#front_member_list {
	width:505px;
	margin-top:20px;
}
#front_member_list .row {
	clear:both;
}
#front_member_list .member {
	width:100px;
	float:left;
	overflow:visible;

    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;

	text-align:center;
}