#tabs {
	width: 97%;
	margin: 0 auto;
}

a {	
	text-decoration: none !important;
}

#tabs ul { 
   list-style-type: disc; 
   list-style-position: inside; 
}

#tabs ol { 
   list-style-type: decimal; 
   list-style-position: inside; 
}

#tabs ul ul, #tabs ol ul { 
   list-style-type: circle; 
   list-style-position: inside; 
   margin-left: 15px; 
}

#tabs ol ol, #tabs ul ol { 
   list-style-type: lower-latin; 
   list-style-position: inside; 
   margin-left: 15px; 
}

#tabs .bookbutton {
	width: 100%;
	line-height: 50px;
	font-size: 21px;
	text-transform: uppercase;
	font-weight: bold;
	height: 50px;
	text-align: center;
	color: #fff;
	background: #0088cc; 
	border-radius: 5px;
	opacity: 1;
}

#tabs a .bookbutton {
	color: #fff;
}

#tabs #booktermscheckbutton {
	opacity: 0.5;
}

li.roombookinghighlight {
	background: #000;
}