@charset "utf-8";
/* CSS Document */

.room-item-selected { background-color:#30152A; background-image:url(images/roomenubg.gif); background-repeat:repeat-x;
}

#standard {
}



#rooms-menu-text { list-style:none; margin:0px; padding-left:0px;  text-decoration:none;
}

#rooms-menu-text a:link, a:visited {  text-decoration:none; color:#E6E6E6;
}

#room-menu {width:208px; height:174px;
	background-color:#111010; color:#E6E6E6; font-size:19px;  text-align:left; line-height:37px;
}

#rooms-black { background-color:#000; width:532px; height:470px;
background-image: linear-gradient(left top, rgb(0,0,0) 13%, rgb(15,15,15) 97%);
background-image: -o-linear-gradient(left top, rgb(0,0,0) 13%, rgb(15,15,15) 97%);
background-image: -moz-linear-gradient(left top, rgb(0,0,0) 13%, rgb(15,15,15) 97%);
background-image: -webkit-linear-gradient(left top, rgb(0,0,0) 13%, rgb(15,15,15) 97%);
background-image: -ms-linear-gradient(left top, rgb(0,0,0) 13%, rgb(15,15,15) 97%);

background-image: -webkit-gradient(
	linear,
	left top,
	right bottom,
	color-stop(0.13, rgb(0,0,0)),
	color-stop(0.97, rgb(15,15,15))
	);

}


#rooms-title {height:32px; margin-left:12px; margin-top:8px; font-style:italic; font-size:24px; color:#E6E6E6; text-align:left; padding-left:8px;
}




#room-info {width:202px; height:337px; background-color: #300;margin-top:6px; float:left; background-image:url(images/roominfo.png);
}

#room-info-title { padding-top:18px; font-size:18px; padding-bottom: 6px;
}

#room-info-text { text-align:left; padding-left:18px; font-size:16px;
}
#floater	{float:left; height:35px;
}

#floater2	{float:left; height:19px;
}

.goldborder { border:1px solid #ad9c32;
}
