/* ------------------------------------------------------

	NZ On Screen - Index Stylesheet
   
------------------------------------------------------ */

	@import "reset.css";
	
/* --- Selectors ------------------------------------- */

html {
}

body {
	margin:0 auto;
	padding:0;
	font-size:12px;
	line-height:18px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	background:url(images/bg-header.gif) top repeat-x;
}

hr {
	background-color:#cfcfd0 !important;
	color:#cfcfd0; 
	height:1px;
	border:0;
	width:100%;
	margin-top:11px;	
	margin-bottom:11px;	
}s

	
/* --- Type ------------------------------------------ */
	
	a, td a, div a, span a, td strong a  { color:#000; font-family:Arial, Helvetica, sans-serif; text-decoration:underline;  }
	a:hover, td a:hover, div a:hover, span a:hover { color:#000; text-decoration:none; }
	a img { border:none; }
	
	p { margin-bottom:10px ; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#ooo; line-height:20px; }
	
	h1  {font: 40px/40px Arial, Helvetica, sans-serif; color:#223c42; padding-bottom:10px; text-transform:uppercase; }
	h2 { font: 28px/28px Arial, Helvetica, sans-serif; color:#223c42; padding-bottom:10px; text-transform:uppercase;}
	h3 { font: 12px/20px Arial, Helvetica, sans-serif; color:#223c42; text-transform:uppercase;}
	h4 { font: 12px/18px Arial, Helvetica, sans-serif; color:#223c42; text-transform:uppercase;}
	h5 { font: 11px/16px Arial, Helvetica, sans-serif; color:#223c42; text-transform:uppercase;}
	h6 { font: 10px/14px Arial, Helvetica, sans-serif; color:#223c42; text-transform:uppercase;}
	
	ul { padding-bottom:5px; padding-top:5px; }
	
	li { line-height:20px; }
	
	img, div { behavior: url(/includes/iepngfix.htc) }


/* --- Common Classes -------------------------------- */

	.left { float:left; }
	.right { float:right; }
	.top { vertical-align:top; }
	.clear { clear:both; }
	.nodisplay { display:none;}
	.red { color:#90513c }
	
	.clearfix {
	  *zoom: 1;
	}
	.clearfix:before,
	.clearfix:after {
	  display: table;
	  content: "";
	}
	.clearfix:after {
	  clear: both;
	}

/* --- Layout Styles --------------------------------- */

#wrap {
	width:960px;
	margin:0 auto;	
}

#header {
	width:960px;
	height:105px;
	margin-bottom:22px;
}

#logo {	
	height:115px;
	width:500px;
	float:left;
	margin-left:-22px;
}

#mainnav {
	float:right;
	text-align:right;
	padding-top:62px;
}

#mainnav ul {
	padding:0;
	margin:0;
	list-style:none;
}

#mainnav ul li {
	padding:0;
	margin:0;
	display:inline;
	margin-left:15px;
}

#mainnav ul li a {
	padding:0;
	margin:0;
	color:#777;
	font-size:17px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
}

#mainnav ul li a:hover, #mainnav ul li.hover a {
	color:#8bc63b;	
}

#content {
	width:960px;
	display:inline-block;
}

#display {
	width:960px;
	clear:both;
	float:left;
}

#sidebar {
	width:257px;	
	margin-right:9px;
	float:left;	
}
#region {
	position: relative;
}

span.choose-region {
	background:#f0f0f0;
	display:block;
	line-height:32px;
	width:249px;
	margin-bottom:1px;
	text-transform:uppercase;
	font-size:15px;
	color:#666666;
	font-weight:bold;
	padding-left:8px;
}

#map {
	width:257px;
	height:355px;	
}

span.region-chosen {
	background:#666666;
	display:block;
	line-height:32px;
	width:249px;
	margin-top:1px;
	text-transform:uppercase;
	font-size:15px;
	color:#ffffff;
	font-weight:bold;
	padding-left:8px;
}

#main {
	width:694px;
	float:left;	
}
#video {
	
}

#video-options-row {
	
}

#cities {
	width:249px;	
	margin-right:9px;
	float:left;	
	padding:8px 8px 0 0px;
}

#cities ul {
	padding:0;
	margin:0 0 10px 0;
	list-style:none;
}

#cities ul li {
	padding:0;
	margin:0;
}

#cities ul li a, #shortlist-link {
	padding:0;
	margin:0;
	color:#666666;
	font-size:12px;
	text-decoration:none;
	line-height:19px;
	font-weight:bold;
}

#cities ul li a:hover{
	color:#8bc63b;	
}

a.selected, #cities ul li a.selected , #video-options #categories ul li a.selected {
	color:#8bc63b;	
}


/* categories */

#video-options #categories {
	padding: 0;
	margin-bottom: 0px;
	width: 490px;
	float: left;
}

#video-options #categories ul {
	padding:0;
	margin:0;
	list-style:none;
}

#video-options #categories ul li {
	float:left;
	margin-right: 10px;
	width: auto;
    background: none repeat scroll 0 0 #96c426;
    border-radius: 5px 5px 5px 5px;
}

#video-options #categories ul li a {
	color:#fff;
	font-size:12px;
	text-decoration:none;
	line-height:22px;
	font-weight:normal;
	padding: 5px;
}

#video-options #categories ul li a:hover, #video-options #categories ul li a.selected,  #shortlist-link{
	color:#666;	
}








#video-options {
}

#video-options h2 {
	font-size:20px;
	color:#516d0e;
	font-weight:bold;
	padding-top:0px;
	padding-bottom: 0;
	margin-top: 16px;
	margin-bottom: 5px;
}

#button-row {
	padding:0;
	background:#fff;
	margin-bottom: 27px;
}

#buttons {
	float:right;
	width: 160px;
}

a.btn , a.btn-added {
	width:144px;
	line-height:26px;
	display:block;
	text-transform:uppercase;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	
	width: auto;
    background: none repeat scroll 0 0 #8bc63b;
    border-radius: 5px 5px 5px 5px;
	background-position:0 0;
	text-align: center;
	
	margin-top: 10px;
	
}
a.btn-added, a.btn-added:hover {
	color: #AAA;
}


#btn-book {
	background: #0c6a7e;
	margin-top: 0px;
}
#btn-shortlist {
	background: #6e970d;
}

a.btn:hover {
	
	color:#CCC;	
}
/*
#btn-shortlist {
	clear:right;
	margin-top: 10px;
}*/

#related-shortlist {
	width:694px;
	clear:both;
	float:left;
	margin-bottom: 40px;
}

#related {

	width: auto;
    background: none repeat scroll 0 0 #EEE;
    border-radius: 5px 5px 5px 5px;
	background-position:0 0;
	min-height: 350px;
	height: auto;
}
#shortlist {
	
	height: 100%;
	width: auto;
    background: none repeat scroll 0 0 #e5f0da;
    border-radius: 5px 5px 5px 5px;
	background-position:0 0;
	min-height: 350px;
	height: auto;
}

#related, #shortlist {
	position:relative;
	top: -10px;
}

#related-shortlist img.thumb{
	border:#c4c4c4 1px solid;
	padding:4px;
	background:#FFF;
	width:96px;
	height:54px;
}

#related-shortlist p {
	margin:0;
	color:#516d0e;
	line-height:14px;
	padding:5px 0 0 5px;
}

#related-shortlist p  a{
	padding:0;
	color:#516d0e;
	line-height:14px;
	text-decoration: none;
}
#related-shortlist p  a:hover{
	color:#666;
}

#related-shortlist ul {
	padding:0;
	margin:0;
	list-style:none;
	padding-top:12px;
}

#related-shortlist ul li {
	padding:0;
	margin:0 0 10px 0;
	margin-right:12px;
	width:106px;
	display:inline-block;
	vertical-align: top;
}

#categories #related-shortlist ul li {
	margin-bottom: 5px;
}

#related-shortlist #shortlist ul li {
	width: 120px;
}

#related-shortlist span.duration {
	color:#666;
	text-transform:none;
	font-size:12px;
}

#related {
	padding:10px 0 30px 20px;
}

#related span {
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	color:#666;
}

#shortlist {
	width:141px;
	float:right;
	padding:10px 0 30px 20px;
}

#shortlist span {
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	color:#666;
}

#static_content {
    float: right;
    width: 670px;
    margin-bottom: 50px;
}

#static_content h2 {
    margin: 0 0 10px 0;
}

#static_content h3 {
    margin: 20px 0 5px 0;
    font-weight: bold;
}

#static_content p {
    line-height: 24px;
    font-size: 16px;
}

#footer {
	clear:left;
	width:960px;
	padding-top:20px;
	margin-top:20px;
	margin-bottom:40px;
	border-top:#000 1px solid;
	text-align:right;
	color:#666666;
}

#footer a {
	color:#666666;
	text-decoration:none;
}

#footer a:hover {
	color:#8bc63b;
	text-decoration:none;
}

#footer span {
	color:#999999;
}
#related-shortlist #shortlist ul li {
	margin-bottom: 10px;
}



#newcities {
	position: absolute;
	top: 180px;
}

ul.cities {
	position: absolute;
	padding:0;
	margin: 0;
	width: 125px;
	list-style: none;
}
ul.cities li {
	padding:0;
	margin:0;
}

ul.cities li a {
	padding:0;
	margin:0;
	color:#666666;
	font-size:11px;
	text-decoration:none;
	font-weight:normal;
}

ul.cities li a:hover {
	color:#516d0e;	
	font-weight: bold;
}

ul.cities li a.link{
	color:#516d0e;	
	font-weight: bold;
}
ul.cities li a.selected  {
	color:#516D0E;	
	font-weight: bold;
}
ul.north {
	left: 10px;
	top: 50px;
}
ul.south {
	right: 10px;
	bottom: 50px;
}
ul.south li {
	text-align: right;
}