@import url('progress.css');
@import url('forms.css');
@import url('summary.css');
@import url('subscription.css');
@import url('addons.css');
@import url('xsell.css');
@import url('paymentmethod.css');
@import url('review.css');

/* jQuery UI stylesheets */
@import url('ui.core.css');
@import url('ui.slider.css');
@import url('ui.slider.extras.css');
@import url('ui.theme.css');

@import url('slider.css');

/*
common colours:
royal blue: rgb(24,115,185)
royal blue 50% transparent: rgb(139,185,220)
royal blue faint: rgb(209,227,241)
sky blue on royal blue bg: rgb(179,209,232)
sky blue underline on blue bg: rgb(101,162,208)
orange: rgb(237,133,34)
default text-shadow:
text-shadow:rgba(0,0,0,0.25) 1px 1px 1px;
*/

body
{
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:18px;
	margin:10px;
	background-repeat:repeat-y;
	background-position:top center;
}
body.listing { margin-bottom:100px; } /* larger bottom to give the default order summary some room */

a { color:rgb(24,115,185); text-decoration:none; border-bottom:1px solid rgb(139,185,220); font-weight:bold; }
a:hover { border-bottom:1px solid rgb(24,115,185); }

input[type="submit"],
input[type="checkbox"],
input[type="radio"] { cursor:pointer; }

br.clearfloat { clear:both; }

span.asterisk { color:rgb(181,28,36); }

div#container { width:960px; margin:0 auto; }

h1#logo 
{
	background-image:url(../images/holidayrentals-logo.png);
	background-repeat:no-repeat;
	width:300px;
	height:51px;
	text-indent:-9999px;
	overflow:hidden;
	margin:20px 0 10px 0;
}

div#help
{
	position:absolute;
	top:20px;
	margin-left:670px;
	display:block;
	width:290px;
	height:40px;
	padding:20px 0;
	line-height:20px;
}

div#content { margin:0 0 10px 0; clear:both; }

div#content p
{
	font-size:14px;
}

div#content div#footer
{
	margin-top:50px;
	font-size:0.8em;
	border-top:1px solid;
	color:rgb(160,160,160);
}

div.block
{
	background-image:url(../images/content_block_bg.png);
	background-repeat:no-repeat;
	background-position:top center;
}

div.block h2 
{ 
	font-size:16px;
	line-height:30px;
	color:white;
	clear:both;
	padding-left:10px;
	margin:0;
}

div.block div.contents
{
	padding:10px;
	background-image:url(../images/content_block_footer.png);
	background-repeat:no-repeat;
	background-position:bottom center;
}

div.block div.contents h3
{
	border-bottom:1px solid rgb(209,227,241);
}

div.terms { font-size:12px; }
div.terms input#terms { margin:0 0 0 10px; }

div.submit 
{
	margin-top:20px;
}
div.submit input.button,
a.button
{ 
	background-color:transparent;
	background-image:url(../images/button-continue.png);
	background-repeat:no-repeat;
	height:30px;
	width:160px;
	color:white;
	font-family:Helvetica, Arial, sans-serif;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	border:0;
	text-shadow:rgba(0,0,0,0.25) 1px 1px 1px;
}