div#room-types{
	width: 198px;
	background-color: #300030;
	margin-bottom: 10px;
	color: #ffffff; 
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	text-transform: uppercase;
}

	div#room-types ul.room-module-navigation-list{
		list-style-image: url(../images/dash-symbol.gif);
		list-style-position: inside;
		padding: 10px 0px 15px 0px;
		margin-right: -10px;
	}
	
	*:first-child+html div#room-types ul.room-module-navigation-list { padding: 10px 0px 15px 0px; margin-right: 10px; } 

	div#room-types ul.room-module-navigation-list li{
		padding: 2px;
		_width: 170px; /* IE6 needs specific width */
	}
	
	div#room-types ul.room-module-navigation-list li a{
		color: #ffffff; 
		font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		text-decoration:none;
	}
	
	div#room-types ul.room-module-navigation-list li a:link{
		color: #ffffff; 
		font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		text-decoration:none;
	}

	div#room-types ul.room-module-navigation-list li a:visited{
		color: #ffffff; 
		font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		text-decoration:none;
	}
	
	div#room-types ul.room-module-navigation-list li a:hover{
		color: #ffffff; 
		font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		text-decoration: underline;
	}
	
	div#room-types ul.room-module-navigation-list li a:active{
		color: #ffffff; 
		font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		text-decoration: underline;
	}
	
	div#room-types ul.room-module-navigation-list li.active a{
		color: #ffffff; 
		font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		text-decoration: underline;
	}
	
div#mod_pukkaRooms a.itemBackLink{

}

div#mod_pukkaRooms h2.itemTitle{
	color: #ffffff;
	background-color: #303030;

	height: 20px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: center;
	margin-left: 0px;
}

a.bookingLink{
	color: #ffffff;
	background-color:#300030;
	padding: 1px 4px 1px 4px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-decoration: none;
	text-transform: uppercase;
	border: 1px solid #CC3399;
	margin-top: 20px;
	
}
