/* @group Standard */

/* @group Tag Clean */

html, body {	
	font: 0.875em/1.3em Arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #333;
}

div,a, p, form, h1, h2, h3, h4, h5, h6, ol, ul, li, dl, dt, dd, blockquote, input {
	margin: 0;
	padding: 0;	
	outline-style: none;
}

/* @end */

/* @group Links */


a {
	text-decoration: none;
	cursor: pointer;
	color: #a4002e;
}
a.skip {
	display: none;
}
a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

/* @end */

/* @group Sections */
.section,
.panel,
.pane,
.component {
	width: 100%;
}

.hide {
	display: none;
}


/* @end */

/* @group Heading */

h1, h2, h3, h4, h5, h6 {
	padding-top: 5px;
	margin-bottom: 8px;
}

h1 {
	font-size: 1.8em;
	line-height: 1.3em;
}
h2 {
	font-size: 1.6em;
	line-height: 1.3em;
}

h3 {
	font-size: 1.4em;
	line-height: 1.3em;
}

h4 {
	font-size: 1.3em;
	line-height: 1.3em;
}

h5 {
	font-size: 1.2em;
	line-height: 1.3em;
}

h6 {
	font-size: 1.1em;
	line-height: 1.3em;
}

/* @end */

/* @group Paragraphs */

p {
	margin-bottom: 1em;
}


.copy .introduction {
	font-size: 1.15em;
	line-height: 1.3em;
}

/* @end */

/* @group Lists */
ul.list,
ul.list li {
	list-style: none;
	
}

.copy ul,
.copy ol,
.copy dl {
	padding-left: 25px;
	margin-bottom: 1em;
}

/* @end */

/* @group Forms */

.form {
	
	width: 100%;
}

/* @end */

/* @group Tables */

table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}

table th {
	text-align: left;
}

table th,
table td {
	padding: 3px 10px 3px 0
}
/* @end */

/* @group Images */
.copy img,
.copy img.left {
	margin: 0 15px 10px 0;
}

.copy img.right {
	margin: 0 0 10px 15px;
}

.copy img.full {
	margin: 0 0 10px 0;
}

/* @end */

/* @end */

/* @group Site Specific */

/* @group Common */

#container,	
.container {
	width: 100%;
}

.container .section {
	width: 100%;
	padding: 0 10px;
	background: #fff;
}

/* @group Headings */

h1.sifr {
	font-size: 1.9em;
	color: #a4002e;
}

h2 {
	font-size: 1.6em;
	color: #a4002e;
}


.copy {
	width: 90%;
	padding: 0 15px;
	
}

/* @end */



/* @end */

/* @group Header */

#header,
#header .wrapper {
	width: 100%;
	
}

/* @group Logo */

#header .logo {
	width: 125px;
	height: 70px;
	padding: 15px 0 15px 15px;
	overflow: hidden;
}

/* @end */

/* @group Navigation */

#header .navigation {
	display: none;
}
/* @end */

/* @end */

/* @group Content */


#content {
	width: 100%;	
}

h2 {
	color: #a4002e;
	font-size: 1.5em;
}

h3 {
	color: #a4002e;
	font-size: 1.2em;
}

#content .component {
	padding-top: 10px;
	margin-bottom: 10px;
}

/* @group Main */

#content .main {	
	padding-top: 15px;
}

#content .back-link {
	padding: 0 15px;
	
}
/* @group Hotel Details */

.hotel-details h1.sifr {
	margin-bottom: 8px;
	padding: 0 10px 0 0;
}

.hotel-details h1.sIFR-replaced {
	padding: 5px 5px 0 0;
}

.hotel-details .rating {
	padding-top: 12px;
}

.hotel-details .details {
	width: 100%;
}


.hotel-details .address {
	width: 100%;
}
.hotel-details p {
	clear: both;
	margin-bottom: 0.5em
}

.hotel-details .actions {
	width: 100%;
}

.hotel-details .price {
	margin-bottom: 8px;
	text-align: right;
	font-size: 1.4em;
	line-height: 1.3em;
	padding-top: 5px;
}

/* @end */

.actions .book-now {

}

.byline {
	color: #666;
}


/* @end */

/* @group Sidebar */

#content .sidebar {
	width: 100%;
	padding: 20px 15px 0;
}

/* @group Gallery */

#gallery {
	display: none;
}

/* @end */
/* @end */

/* @group Promo panel */

.promotion {
	display: none;
}

/* @end */

/* @group Banner */

.banner {
	display: none;
}


/* @end */

/* @group Win Now! Panel */

.home .win {
	padding: 13px 15px 0;
}

.home .win p {
	margin-bottom: 15px;
}

.home .win p strong {
	color: #000;
}
.home .win a {
	color: #000;
}

.home h1 {
	color: #000;
	font-size: 1.6em;
	line-height: 1.2em;
}

.home h1 strong {
	font-size: 1.4em;
}

/* @end */

/* @group Steps */

.steps {
	width: 100%;
}

.steps .column {
	padding: 0 15px;
}

.steps h2 {
	color: #000;
}

a.more {
	color: #000;
	font-weight: 700;
}

/* @end */

/* @group Search */

.search {
	display: none;
}



/* @end */

/* @group Search Results */

ul.results{
	width: 930px;
	padding: 0 15px;
}

.results li {
	width: 930px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #edccd5;
}



.results li.last {
	margin-bottom: 0;
	border-bottom: none;
}


.results .image {
	width: 60px;
	padding: 0 20px 20px 0;
}

.results .image img {
	margin: 0;
}

.results .details {
	width: 100%;
}

.results .title {
	font-size: 1.55em;
	font-weight: 700;
	color: #a4002e;
	padding-right: 10px;
	margin-bottom: 5px;
}

.results .details .sIFR-replaced {
	padding-right: 0;
}

.results .rating {
	padding-top: 2px
}

.results .details p {
	clear: both;
	margin-bottom: 0;
}


.results .action {
	
	padding-top: 25px;
	width: 150px;
}


.results .price {
	font-size: 14px;
	color: #333;
	width: 150px;
	text-align: right;
}
.results .price strong {
	font-size: 20px;
	color: #333;
}

.pagination {
	width: 100%;
	padding: 10px 15px 0;
	margin-bottom: 10px;
	font-weight: 700;
}

/* @end */

/* @group Tooltips */
.tooltip {
    display: none; 
    
}

/* @end */


/* @group whats-on */

.whats-on {
	display: none;
}

/* @end */
/* @end */

/* @group Footer */
#footer {
	width: 100%;
	margin-bottom: 50px;
	font-size: 0.9em;
}

/* @group Logos */

#footer .austar {
	width: 80px;
	height: 50px;	
	float: left;
	padding: 3px 10px 3px 10px;
	overflow: hidden;
	border-right: 1px solid #bf4d6d;
}

#footer .wotif {
	width: 126px;
	height: 50px;	
	float: left;
	padding: 3px 0 3px 10px;
	overflow: hidden;
}

/* @end */

#footer .section {
	padding-bottom: 10px;
}


/* @group Navigation */

#footer .navigation {
	display: none;
}

/* @end */





/* @end */

/* @end */