/* =============================================== */
/* Amsterdam Self Catering Stylesheet */
/* Global Base Elements */
/* Created by Digino/Ben Wakeford 2008 */
/* =============================================== */


/* =============================================== */
/* SECTION : GLOBAL RESET/SETUP */
/* =============================================== */

* {
	/* Global Reset */
	padding : 0;
	margin : 0;
	/*font-size : 100%;*/
	line-height : 100%;
	/* Uncomment next line for debugging: */
	/*border : 1px solid Red;*/
}

body {
	/*overflow : auto;*/
	background : White;
	/* :HACK: IE5 hack to center divs: */
	text-align:center;
	/* :END HACK: */
}


/* =============================================== */
/* SECTION : BASE ELEMENTS */
/* =============================================== */

p {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height : 150%;
	font-style : normal;
	color : #636363;
	margin : 0 0 0.75em 0;
	padding : 0;
}

strong {
	font-weight : bold;
	line-height : 150%;
}

em {
	line-height : 150%;
}

h1, h2, h3, h4, h5, h6 {
	font-family : Arial, Helvetica, Verdana, sans-serif;
	color : #00CC00;
}

h2 {
	font-size: 20px;
}

img {
	margin : 0;
	padding : 0;
	/* :HACK: IE Hack to stop img having a bottom border: */
	display : block;
	border : 0;
	/* :End HACK: */
}

hr {
	color: #E1EEF5;
	height: 0px;
	margin : 0;
	padding : 0;
	border-top : 1px solid #EAEADC;
}


/* =============================================== */
/* SECTION : ANCHORS */
/* =============================================== */

a:link,
a:visited {
	color : #972000;
	padding : 0;
	margin : 0;
	text-decoration : none;
	font-weight : bold;
}

a:hover,
a:active {
	color : Red;
	text-decoration : none;
}


/* =============================================== */
/* SECTION : LISTS */
/* =============================================== */

ul {
	margin : 0;
	padding : 0;
	list-style : none outside;
}

ul.num {
	margin : 0px 0px 30px 0px;
	padding : 0px 0px 0px 0px;
	list-style : decimal outside none;
}

li {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 70%;
	line-height : 150%;
	font-style : normal;
	color : #636363;
	padding : 0px 0px 5px 15px;
	margin : 0;
	background : transparent url(../images/bullet-disc.gif) no-repeat scroll 0 7px;
}


/* =============================================== */
/* SECTION : LISTS */
/* =============================================== */

input, textarea {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	border : 1px solid #7F9DB9;
	margin : 0;
	padding : 2px 2px 1px 2px;
	color : #636363;
	background-color : White;
	font-size: 12px;
}

input {
	background :  url(../images/bg-submit.gif) repeat-x scroll top;
}

option {
	/* For the benefit of FF: */
	padding : 1px 4px 1px 2px;
}

input.btn {
	color : White;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	padding : 4px 6px 4px 2px;
	margin-left : 0px;
	cursor : pointer;
	font-weight : bold;
	background : url(../../images/common/submit-bg.gif) repeat-x scroll top;
	border : 1px solid #9C2603;
}

input:focus, textarea:focus {
	border : 1px solid #636363;
}

label span {
  float: left;
  width: 5.7em;
  padding : 4px 0 0 0;
}

select {
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

/* ****************************************************************** */
/* SECTION :  MAP */
/* ****************************************************************** */

div.map {
	border : 3px solid #3186CB;
	background : #3186CB;
	width : 600px;
	height : 600px;
	margin : 0 0 20px 0;
	float : right;
}

/* Text if JS not enabled */

div.map p.map-alert {
	text-align : center;
	margin : 60px 50px 0 50px;
	font-weight : bold;
}

/* Marker Item Setup */

div.map-locations {
	background : #3186CB;
	border : 3px solid #3186CB;
	border-right : 0;
	width : 207px;
	height : 350px;
	float : left;
}
div.map-locations h3 {
	padding : 7px;
	color : #4d4d48;
	background : #3186CB;
}

/* Marker Item List */

div.map-locations li {
	padding : 10px 0 0 25px;
	margin : 0 0 0 10px;
	background : no-repeat 0 13px;
}
div.map-locations li.map-a { background-image : url(../../images/utility/mapmarkers/marker-a.gif); }
div.map-locations li.map-b { background-image : url(../../images/utility/mapmarkers/marker-b.gif); }
div.map-locations li.map-c { background-image : url(../../images/utility/mapmarkers/marker-c.gif); }
div.map-locations li.map-d { background-image : url(../../images/utility/mapmarkers/marker-d.gif); }
div.map-locations li.map-e { background-image : url(../../images/utility/mapmarkers/marker-e.gif); }
div.map-locations li.map-f { background-image : url(../../images/utility/mapmarkers/marker-f.gif); }
div.map-locations li.map-g { background-image : url(../../images/utility/mapmarkers/marker-g.gif); }
div.map-locations li.map-h { background-image : url(../../images/utility/mapmarkers/marker-h.gif); }


/* ======================= SIDEBAR BOOKING FORM STYLES - CHANGE AT YOUR OWN RISK ================ */

p.sort select {
/*	width: 85px;*/
	
}

p select {
	font-size: 10px;
	margin-right: 3px;
}


span.jump {
	font-size: 11px;
}

