/*#############################################  GENERIC HTML WEBSITE STYLES  #######################################*/
/* Wildcard Styling */
* {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}
/*----------------*/
body {
	font-family:Arial, Helvetica, sans-serif; 
	background-color:#EEEEEE;
	margin:18px;
	font-size:75%;
	color:#333333;
}
/* SET BASE FONT SIZE */
div, table, ul, ol, a, p, form, input, select {
	font-size:100%;
	color:#333333;
}
/* -------------- */
a, a:visited  {
	COLOR:#333333;
	TEXT-DECORATION:none;
}
a:hover {
	COLOR:#333333;
	TEXT-DECORATION:underline;
}
p {
	margin-bottom:1em;
}
.active {
	font-weight:bold;
}
.thedms img {
	border:0;
}
/* ----------------- used as main heading ---------------- */
h1 {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 140%; 
	MARGIN: 0px 0px 0.5em;
	COLOR: #69C8C5/*#333333*/; 
}
h2 {
	FONT-SIZE: 130%; 
	MARGIN: 0px 0px 10px; 
	COLOR: #333333; 
	clear: left;
}
h2 a, h2 a:visited {
	COLOR: #333;
}
h2 a:hover {
	COLOR: #333;
}
h3 {
	FONT-SIZE: 120%;
	MARGIN: 0px 0px 3px;
	COLOR: black;
	font-weight:bold; 
}
td {
	padding: 3px;
}
th {
	color: #333333;
	background-color: #CCCCCC;
	padding: 3px;
}
#main-section-dms ul, #main-section-dms ol {
	list-style-position:inside;
}

#main-section-dms ul.outside{ 
list-style-position:outside;
padding-left:15px;
}

#top-ten-list li {
	padding-bottom:10px;
}
form li {
	margin-top: 10px;
	list-style: none;
	clear: both;
	border-top:1px #FFFFFF solid;
}
form li.radio label {
	clear: none;
	float: left;
}
form li.radio input {
	float: left;
} 
form li.check label {
	text-align: left; 
	margin-right: 0; 
	float: none; 
	display: inline
}
form li.check span {
	display:block; 
}
input.text {
	background-color:#FFFFFF;
	border:1px #C9C9C9 solid;
}
/*-----------------------------------------  END GENERIC WEBSITE STYLES  -----------------------------------------*/


/*#############################################  DMS STYLING & Overides  #######################################*/

/* Search page form classes */
/* to have different colours on ea or ac search pages have two versions of form .heading and prefix with DIV#thedms0 and DIV#thedms10 */
/* form classes */
form h2 { 
	text-align: left;
	float: none;
	margin: 2px;
	padding: 3px;
	BACKGROUND-COLOR: #CCCCCC;
	FONT-SIZE: 100%; 
	COLOR: #000;
	display: block;
	font-weight: bold;
	clear: left;
}
/*styles added by SL so that it works straight off*/
/*form ul {
	padding: 0px;
	margin: 0px;
}*/


/* General classes */
.thedms ul {
	list-style: none;
}
/* used for TEL, FAX etc captions */
.Caption {
	font-weight: bold;
	COLOR: #333333;
	text-align: center;
	height: 24px;
}

/* used for instructions, eg what to do next */
.Instructions {
	font-weight: bold;
	text-align: center;
	height: 24px;
}
/* used for feedback to user, eg error messages or advice such as you need to enter your name, or no information found */
.Feedback {
	COLOR: red;
	font-weight: normal;
	text-align: center;
	height: 24px;
}
/* repeats of browse generic styles used to change look */

/* width will changing if not 3 column version. */
#thedms01 DIV#thedmsBrowseGrid .BrowseCell {
	margin: 10px;
	padding: 3px;
	padding-bottom:13px;
	width: 648px;
	border:1px #CECECE solid;
	margin-bottom:0;
	background-color:#FFFFFF;
}
/* widths may need changing if not 100% width */
#thedms11 DIV#thedmsBrowseGrid .BrowseCell {
	width: 480px;
	float: left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 10px 0px;
	position:relative;
}
#thedms11 DIV#thedmsBrowseGrid .BrowseSmallPicture {
	width: 125px;
	float: right;
	margin:35px 0px 0px 0px;
}
#thedms11 DIV#thedmsBrowseGrid .BrowseCell h2 {
	position:absolute;
	top:0px;
	left:0px;
	width:635px;
}
#thedms11 DIV#thedmsBrowseGrid div.BrowseCellDetails {	
	margin:35px 0px 0px 0px;
}
#thedms11 div#thedmsBrowseGrid {
	width:650px;
	float:none;
	margin:auto;
	clear:left;
	padding:12px 12px 0px 12px;
	overflow:auto;
	

}


/* to have different colours on ea or ac browse page headings have two versions of DIV#thedmsBrowseGrid  .BrowseCell h2 and prefix with DIV#thedms01 and DIV#thedms11 */
DIV#thedmsBrowseGrid  .BrowseCell h2 {
	background-color:#CAECEB;
	padding:5px;
	margin: 0px; 
	color: #000;
}
#thedmsBrowseEvents {
	clear:both;
}
#thedmsBrowseEvents th {
	color: #fff;
	background-color:#FFB483;
	padding: 5px;
}
#thedmsBrowseEvents td {
	padding: 4px;
	border-top: 1px solid #F0F0F0;
	border-bottom: 1px solid #F0F0F0;
	text-align:left;
}
#thedmsBrowseEvents td a, #thedmsBrowseEvents td a:visited {
	font-weight:bold;
}
#thedmsBrowseEvents tr:hover {
	background-color:#F0F0F0;
	background-image:url(/img/events/events-arrow-table.gif);
	background-repeat:no-repeat;
	background-position:left top;
}
.thedmsBackgroundFix {
	clear: both;
	font-size: 1px;
	height: 1px;
	line-height:1px;
}
/*All key backgrounds with the gif images for fuzzy edges*/
.thedmskey {
	background-color: #FFFFFF;
}
/*All buttons sitewide*/
.button {
	margin-top:1px;
	width:auto;
	float:right;
}
.button a, .button a:visited  {
	background-color: #F0F0F0;
	border: 1px #333 solid;
	text-align:center;
	text-decoration:none;
	COLOR: #333;
}
.button a:hover {
	background-color: #CCCCCC;
	text-align:center;
	text-decoration:none;
	color: #333;
}
	
/* -#-#-#-#-#- Begin DMS Overides -#-#-#-#-#- */
table#thedmsOpeningTimesTableFullWidth th{
	color: #333333;
	background-color: #CCCCCC;
	padding: 3px;
}
#thedmsAvailabilityChart table {
	clear:left;
}
#thedmsAvailabilityChart table th {
	background-color:#F0F0F0;
	font-size:95%;
}
#thedmsAvailabilityChart table td {
}

div#thedmsAvailability form li.availability {
	width:98%;
	margin:2px 0px 0px 0px;
}
.detailbtn a, .detailbtn a:visited  {
	padding:3px 16px 3px 3px;
	border:1px #FC6669 solid;
	background-color:#FC6669;
	background-image:url(/img/dms-accomm/arrow-details-button-up.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	/*font-weight:bold;*/
	color:#FFF;
	display:block;
}
.detailbtn a:hover {
	background-color:#3EAAA7;
	background-image:url(/img/dms-accomm/arrow-details-button-over.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	color:#fff;
	border:1px #3EAAA7 solid;
}
div#thedmsBrowseGrid .BrowseRow {
	padding-bottom:5px;
}
div#thedmsBrowseGrid .details_holder {
	padding:10px 10px 0px 10px;
	width:auto;
	overflow:auto;
	clear:both;
}
#thedms01 div#thedmsBrowseGrid .BrowseCell p {
	margin:0;
}
#thedms01 div#thedmsBrowseGrid .BrowseCell p:first-line {
	font-weight:bold;
}
#thedms01 div#thedmsBrowseGrid .BrowseCell img.smIMG {
	float:left;
	margin-right:10px;
	border:0;
}
div#thedms01 .thedmsLogos {
	padding-bottom:5px;
}
div#thedmsBrowseGrid {
	border-top:none;
	border-bottom:1px #CCCCCC solid;
	padding-bottom:5px;
	margin-bottom:5px;
	float:right;
	clear:both;
}
div.thedmsBrowsePaging {
	width:35%;
	font-size:95%;
	font-weight:bold;
	text-align:right;
	clear:right;
}
div#thedmsAbbreviationsKey {
	width:60%;
}
div#thedms01 h1 {
	margin:0;
}
#thedmsBrochure form .message  {
	padding:3px 0px 3px 0px;
	text-align:left;
	color:green;
	font-size:120%;
	font-weight:bold;
}
#thedmsBrochure form li {
	padding-bottom:2px;
}
/* ----- DMS SEARCH PAGES ----- */
#thedmsSearch0 h2, #thedmsSearch1 h2 {
	margin:5px 2px;
	padding:6px;
}
#thedmsSearch0 label, #thedmsSearch1 label {
	padding:0px 3px;
}
#thedmsSearch0 input, #thedmsSearch1 input, #thedmsSearch0 select, #thedmsSearch1 select {
	margin:0px 0px 2px 0px;
}
#thedms00 .searchbutton {
	padding:3px 10px 3px 10px;
	cursor:pointer;
}
/* ACCOMM DETAILS PAGE */
#thedms02 {
	width:100%;
	margin:0;
	padding:0;
}
div#thedmsPropertyEssentials {
	clear:both;
	margin:10px 0px;
	padding:10px;
	border:1px #CCCCCC solid;
	background-color:#FFFFFF;
	background-image:url(/img/dms-accomm/prop-essentials-bg.png);
}
#thedms02 .thedmsLogos {
	margin:0;
	float:left;
	text-align:left;
}
div#thedmsPropertyInfo {
	width:100%;
	/*float:left;*/
	font-weight:bold;
	/*clear:both;*/
	clear:both;
}
div#thedmsImgSingle {
	clear:left;
	padding-bottom:15px;
	width:34%;
}
div#thedmsPropertyEssentials .thedmskey {
	padding:10px;
	margin-bottom:5px;
}
div#thedmsAvailabilityCheck {
	width:210px;
	padding-right:10px;
}
div#thedmsAvailability {
	margin:5px 0px;
}
div#thedmsAvailabilityChart {
	width:684px
}
div#thedmsAvailabilityCheck .submitbutton {
	margin-right:20px;
	padding:3px 10px 3px 10px;
	cursor:pointer;
}
div#thedmsAvailability h2 {
	margin:0;
	display:none;
}
div#thedmsAvailability form {
	margin:15px;
}
div#thedmsAvailabilityChart .bookbutton {
	float:none;
}
div#thedmsAvailabilityChart .bookbutton a, div#thedmsAvailabilityChart .bookbutton a:visited {
	padding:3px 17px;
	font-weight:bold;
	color:#FFFFFF;
	border:1px #FC6669 solid;
	background-color:#FC6669;
	background-image:url(/img/dms-accomm/arrow-details-button-up.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
}
div#thedmsAvailabilityChart .bookbutton a:hover {
	background-color:#3EAAA7;
	background-image:url(/img/dms-accomm/arrow-details-button-over.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	color:#fff;
	border:1px #3EAAA7 solid;
}

div.thedmsBrowseLeftText {
	float:left;
	width:48%;
}

/* ------------------------------------------- */

div#thedmsSearch0_category ul {
	list-style:inside;
	padding:0px 10px 10px 0px;
}


div#thedmsSearch0_category li {
	list-style-image:url(/img/nav/list-events-arrow.gif);
	padding:3px 0px; 
}


li.david-test{
	list-style-image:url(/img/nav/normal-arrow.gif)!Important;
	padding:3px !Important;
}


div#thedmsSearch0_category li a, div#thedmsSearch0_category li a:visited {
	color:#333;
}
div#thedmsSearch0_category li a:hover {
	color:#333;
}
/* EVENTS */
div#thedmseventsheadersearch .button {
	float:none;
}
div#thedms12 div.thedmsBrowsePaging {
	font-weight:bold;
}
.searchbutton {
	margin:0;
	padding:3px 10px 3px 10px;
	cursor:pointer;
}
#thedmsSearch0 {
	border-right:none;
}
/* events details page */

div#thedmsItemsPanel {
	padding:10px;
	background-color:#FFFFFF;
	background-image:url(/img/accomm-gradient-main.png);
	background-repeat:repeat-x;
	float:right;
}
div#thedmsContactPanel {
	width:57%;
}
div#thedms13 .thedmskey {
	background-color: #FFFFFF;
	padding:5px;
	margin:0px 0px 5px 0px;
}
table#thedmsBrowseEvents {
	background-color:#FFFFFF;
}
div#thedms13 #thedmsBrowseEvents td {
	padding:6px;
	text-align:center;
}
div#thedms13 table#thedmsOpeningTimesTableFullWidth {
	font-size:100%;
}
div#thedms13 table#thedmsOpeningTimesTableFullWidth th {
	color: #fff;
	background-color:#FFB483;
	padding: 5px;
	text-align:left;
}
div#thedms13 table#thedmsOpeningTimesTableFullWidth td {
	background-color:#F9F9F9;
	padding:5px;
}
#frmDmsSearch li {
	margin:0px 0px 8px 0px;
}
div#thedmsTopPanel {
	padding-bottom:10px;
}
div#thedmsDetailsPanel {
	width:55%;
}









/*-----------------------------------------  END GENERIC WEBSITE STYLES  -----------------------------------------*/

	
/*#############################################  WEBSITE SPECIFIC STYLES  #######################################*/
#frame{
	width:942px;
	margin:auto;
}
/* -#-#-#-#-#- Begin Top Section -#-#-#-#-#- */
#topsection {
	clear:both;
	font-size:95%;
}
#topsection #topnavleft {
	/*width:385px;*/
	padding-left:9px;
	float:left;
}
#topsection #topnavleft ul {
	list-style:none;
	padding:0;
	float:left;
}
#topsection #topnavleft ul li {
	float:left;
}
#topsection #topnavleft li a, #topsection #topnavleft li a:visited {
	display:block;
	float:left;
	width:83px;
	padding-top:5px;
	padding-bottom:5px;
	margin-right:4px;
	background-color:#E6E6E6;
	border-top:1px #C9C9C9 solid;
	border-left:1px #C9C9C9 solid;
	border-right:1px #C9C9C9 solid;
	text-align:center;
	clear:none;
	color:#939393;
}
#topsection #topnavleft li a:hover {
	background-color:#C9C9C9;
	border-top:1px #C9C9C9 solid;
	border-left:1px #C9C9C9 solid;
	border-right:1px #C9C9C9 solid;
	color:#FFF;
	text-decoration:none;
}
#flag-holder {
	float:left;
	width:265px;
	text-align:left;
	color:#999;
	padding-top:2px;
}
#flag-holder img {
	border:none;
	margin-right:5px;
}
span#change-lang-text {
	display:block;
	float:left;
	padding-left:3px;
	padding-top:2px;
	margin-left:3px;
	margin-right:5px;
}
#site-search {
	float:right;
	/*width:254px;*/
	text-align:right;
	color:#999;
}
#site-search .searchboxmain {
	line-height:21px;
	float:right;
	padding:2px;
}
#site-search label {
	float:right;
	padding-right:4px;
	padding-top:4px;
}
#submitbtn-holder {
	height:21px;
	width:32px;
	display:block;
	float:right;
	padding-left:2px;
}
#SubmitButton {
	width:32px;
	height:21px;
}
/* -#-#-#-#-#- END TOP SECTION -#-#-#-#-#- */

/* -#-#-#-#-#- BEGIN MIDDLE SECTION -#-#-#-#-#- */
#main-content {
	border:1px #C9C9C9 solid;
	background-color:#FFFFFF;
	clear:both;
	padding:6px;
	background-image:url(/img/headers/new-home-header.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}
#header-holder {
	padding-top:35px;
	padding-left:20px;
	height:113px;
}
#header-holder h1 {
	color:#FFFFFF;
	font-family:"Times New Roman", Times, serif;
	font-size:290%;
	font-weight:normal;
	margin:0;
	padding:0;
}
#header-holder span#hh-sub-text {
	color:#FFFFFF;
	padding-left:10px;
	font-weight:bold;
}

/*maincontent*/
#content{
	clear:both;
	margin-top:6px;
}

#main-section {
	float:left;
	width:469px;
	padding-left:15px;
	padding-right:15px;
}
/* Main content - Thin Section */
#main-section-thin {
	width:660px;
	margin:auto;
}
#main-section-thin a, #main-section-thin a:visited {
	text-decoration:underline;
}
#main-section-thin a:hover {
	text-decoration:none;
}
#main-section-thin h2 {
	font-size:120%;
}
.tc-indent {
	padding:0px 0px 0px 18px;
}
#main-section-thin ul {
	list-style-position:inside;
}


#main-section-dms {
	float:left;
	width:690px;
	padding-left:15px;
	margin-top:4px;
}
#main-section-dms-wide {

}
#main-section-dms-thin {
	float:left;
	width:470px;
	padding-left:15px;
}

#main-flash-holder {
	clear:both;
}
/*SIDESECTIONS*/
.side-boxes {
	border:1px #CECECE solid;
	margin-bottom:5px;
	text-align:left;
}
.side-boxes-set {
	border:1px #CECECE solid;
	width:200px;
	margin-bottom:5px;
	text-align:left;
}
.side-image-boxes {
	margin-bottom:5px;
	text-align:center;
}
.side-boxes h2 {
	border-bottom:1px #EBEBEB solid;
	background-color:#F0F0F0;
	padding:5px;
	margin:0;
	clear:both;
	font-size:120%;
}
.side-boxes .box-bottom {
	padding:6px;
	font-size:95%;
}

ul.ulside{
list-style-image:url(/img/nav/list-events-arrow.gif);
list-style-position:outside;
list-style-type:disc;
padding:0px 10px 10px 0px;
}

li.liside{
list-style-image:url(/img/nav/list-events-arrow.gif);
padding:3px 0px;
list-style-position:outside;
list-style-type:disc;
}

.side-boxes-set h2 {
	border-bottom:1px #EBEBEB solid;
	background-color:#F0F0F0;
	padding:5px;
	margin:0;
	clear:both;
	font-size:120%;
}
.side-boxes-set .box-bottom {
	padding:6px;
	font-size:95%;
}
/*---- SIDE BOX FLOAT RIGHT HOLDER----*/
#side-box-right {
	float:right;
	width:214px;
	margin:0px 0px 10px 10px;
}
/* ---- END------------ */

.side-ads {
	margin-bottom:5px;
	text-align:center;
}

#left-main-side {
	float:left;
	width:214px;
}
#right-main-side {
	float:left;
	width:214px;
}
#hp-wording {
	padding-top:5px;
	clear:both;
}
#hp-wording h1 {
	color:#69C8C5;
}
.side-go-button {
	border:none;
}
.kent-brochure-image {
	border:none;
	float:right;
	margin-left:4px;
}

img.side-box-image-style{
	border:none;
	float:right;
	margin-left:4px;
}

img.postcard {
background-image:url(../img/postcard-bg.gif);
background-repeat:no-repeat;
border:medium none;
margin-bottom:0px;
margin-left:9px;
margin-top:11px;
}

/* ------ SIDE SECTION - COLORED HEADINGS ------ */

span#book-now-heading {
	color:#539E9B;
}
span#special-offers-heading {
	color:#698D9F;
}
span#kent-brochure-heading {
	color:#7E9E62;
}
span#newsletter-heading {
	color:#779959;
}
span#whats-on-heading {
	color:#D26D2C;
}
span#win-heading {
	color:#698D9F;
}

/* Bottom */
#credits-bottom {
	clear:both;
	color:#7A7A7A;
}
#credits-bottom a {
	color:#7A7A7A;
}
#credits-bottom-left {
	float:left;
	width:60%;
	font-size:95%;
}

#boleyn-credits-bottom-left {
	float:left;
	width:40%;
	font-size:95%;
}

#credits-bottom-left a {
	font-weight:normal;
}
#credits-bottom-right {
	float:right;
	width:39%;
	text-align:right;
}

#boleyn-credits-bottom-right {
	float:right;
	width:59%;
	text-align:right;
}

#credits-bottom-right img {
	margin-left:8px;
	border:none;
}
span#kta-credit {
	background-image:url(/img/sm-kta-logo.gif);
	background-repeat:no-repeat;
	background-position:left center;
	display:block;
	float:left;
	padding-left:60px;
	padding-right:20px;
	padding-top:5px;
	padding-bottom:5px;
}
span#eu-credit {
	background-image:url(/img/sm-eu-flag.gif);
	background-repeat:no-repeat;
	background-position:left center;
	display:block;
	float:left;
	padding-left:40px;
	padding-right:20px;
	padding-top:17px;
	padding-bottom:5px;
	color:#7A7A7A;
}
select#nd {
	margin-top:3px;
}
/* ------------------ LANDING PAGES -------------- */
.landing-page-box-holder-row {
	margin-bottom:17px;
	padding-top:5px;
	clear:both;
}
.landing-page-boxes {
	width:224px;
	float:left;
	margin-right:6px;
	position:relative;
}
.landing-page-boxes .gobutton {
	position:absolute;
	bottom:0px;
	right:25px;
	margin-right:0;
	border:none;
}
.landing-page-boxes h2 {
	margin:0px 0px 4px 0px;
}
.landing-page-boxes img {
	float:left;
	margin-right:5px;
}
.landing-page-thumb-img {
	float:left;
	margin-right:5px;
}
.landing-page-boxes p {
	margin:0px 0px 3px 0px;
	padding:0;
	font-size:90%;
}
.lp-img-left {
	float:left;
	margin:10px 10px 10px 0px;
}
.lp-img-right {
	float:right;
	margin:10px 0px 10px 10px;
}
img.imgleft {
	float:left;
	margin:10px 10px 10px 0px;
}
img.imgright {
	float:right;
	margin:10px 0px 10px 10px;
}

img.topten {
	float:right;
	margin:0px 0px 10px 10px;
}


/* Generic Clearer */
.clearer {	
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
}

/* BROCHURE REQUEST PAGE */

#thedmsBrochure {
	width:650px;
	overflow:auto;
	margin:auto;
	padding:0px 0px 0px 0px;
}
.order-brochure-button {
	float:right;
	cursor:pointer;
	padding:4px 6px;
}
#thedmsProfiling span.thedmsAnswers label {
	display:inline-block;
}
#thedmsProfiling .thedmsQuestion {
	width:41%;
}
#thedmsProfiling .thedmsAnswers {
	width:55%;
}

/* Mini Form in Home Page */
form.hp-accomm-book input {
	margin-top:3px;
	margin-bottom:3px;
}
form.hp-accomm-book {
	height:6.5em;
	clear:both;
}
form.hp-accomm-book label {
	line-height:18px;
	height:10px;
}
.tentodo-holder {
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	border-bottom:1px #CCC solid;
}

.tentodo-holder-cms {
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	border-bottom:1px #CCC solid;
}

.tentodo-holder h2 {
	background:none;
	color:#70B134;
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 0px;
	font-size:130%;
	font-weight:normal;
}
.tentodo-holder h2 a, .tentodo-holder h2 a:visited {
	color:#60972D;
	text-decoration:none;
}
.tentodo-holder h2 a:hover {
	color:#000000;
	text-decoration:underline;
}
.tentodo-holder p {
	padding:4px 0px 4px 0px;
}
.tentodo-holder img {
	float:right;
	margin:-5px 0px 5px 5px;
	padding:0px 0px 0px 20px;
}
/* Begin your adventure day */

#begin-adventure-banner {
	clear:both;
	text-align:center;
}
#begin-adventure-banner img {
	border:none;
}
.begin-adventure-pocahontas {
	float:left;
	margin:0px 10px 10px 0px;
}
/* =============================== eBrochure Page ============================ */

table.ebrochuretable {
	width:100%;
}
table.ebrochuretable th {
	padding:0px;
	text-align:left;
	color:#779959;
	font-size:130%;
	background:none;
}
table.ebrochuretable td {
	width:48%;
	padding:5px;
	border-right:1px #CCCCCC dashed;
}
table.ebrochuretable td.ebrochure-nb {
	border-right:none;
}
table.ebrochuretable td img {
	float:left;
	margin:0px 10px 10px 0px;
}
table.ebrochuretable span.ebrochure-wording {
}
table.ebrochuretable .eb-holder img.btnbrochure {
	position:absolute;
	bottom:8px;
	left:100px;
	margin:0px 0px;
}
/*span.ebrochure-button a, span.ebrochure-button a:visited {
	padding:3px 16px 3px 3px;
	border:1px #FC6669 solid;
	background-color:#FC6669;
	background-image:url(/img/dms-accomm/arrow-details-button-up.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	/*font-weight:bold;*/
	/*color:#FFF;
	display:block;
	width:auto;
	float:left;
	position:absolute;
	bottom:8px;
	right:10px;
}
span.ebrochure-button a:hover {
	background-color:#C2E4A4;
	background-image:url(/img/dms-accomm/arrow-details-button-over.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	color:#fff;
	border:1px #C2E4A4 solid;
	text-decoration:none;
}*/
table.ebrochuretable td h3 {
	font-size:110%;
	clear:none;
}
table.ebrochuretable .eb-holder {
	position:relative;
}

/* MAP PAGE */

#main-section-dms #map {
	height:400px;
	width:100%;
}

/* ============== Key to Symbol Popups thingy ============== */

#thedms15 table {
	width:100%;
}
#thedms15 table td {
	padding:2px;
}

#towns-villages-buttons {
	margin-top:10px;
	margin-bottom:10px;
}
#towns-villages-buttons img {
	margin-right:10px;
	margin-top:10px;
}
.towns-villages-backtotop {
	font-size:90%;
	text-align:right;
	border-bottom:1px #999999 solid;
	margin-top:-15px;
	margin-bottom:10px;
}

#thedmsContact label {
	width:40%;
}
#thedmsContact li.wide label {
	display:block;
	float:left;
	margin-right:0.5em;
	text-align:right;
	width:40%;
}
#thedmsContact li.wide {
	margin:0;
}
div#thedmsContactPanel h2 {
	padding-top:5px;
}
#relax-comp div#thedmsProfiling {
	margin:0px 0px 15px 0px;
	overflow:auto;
	padding:12px 0px 12px 0px;
	border-bottom:1px #CCCCCC solid;
}
#relax-comp div#thedms150 {
	padding:0px 0px 15px 0px;
}
#main-section-dms ol {
	padding:0px 0px;
}
#main-section-dms ol li {
	padding:5px 0px;
}
div#relax-comp-wording {
	padding:0px 0px 10px 0px;
}
div#thedmsLargeImgOne {
	margin-bottom:15px;
}
select.nightsfor {
	margin-left:9px;
}



/* SITEMAP  */
div#sitemap-holder {
	width:600px;
	margin:auto;
}

div#sitemap-holder ul {
	
}
div#sitemap-holder ul li {
	padding:2px 0px
}
div#sitemap-holder ul li ul {
	margin:0px 0px 0px 15px;
}

/* ============================= PARTNERS & LINKS ====================== */
#partners-links-holder {
	float:left;
	width:690px;
	padding-left:15px;
}
#partners-links-holder h2 {
	background-color:#4A9DCA;
	padding:5px;
	color:#fff;
	font-size:110%;
	margin-top:5px;
}
#partners-links-holder h1 {
	color:#4A9DCA;
}
#partners-links-holder a {
	color:#005680;
}

table#partnerslinks {
	width:100%;
}
table#partnerslinks td {
	text-align:center;
	padding:5px;
	width:33.3%;
	border-bottom:1px #E4E4E4 dotted;
}
table#partnerslinks a img {
	border:none;
	margin:2px 0px 0px 0px;
}


/* ============================= PARTNERS & LINKS ====================== */
.partners-links-holder {
	float:left;
	width:690px;
	padding-left:15px;
}
.partners-links-holder h2 {
	background-color:#4A9DCA;
	padding:5px;
	color:#fff;
	font-size:110%;
	margin-top:5px;
}
.partners-links-holder h1 {
	color:#4A9DCA;
}
.partners-links-holder a {
	color:#005680;
}

table.partnerslinks {
	width:100%;
}
table.partnerslinks td {
	text-align:center;
	padding:5px;
	width:33.3%;
	border-bottom:1px #E4E4E4 dotted;
}
table.partnerslinks a img {
	border:none;
	margin:2px 0px 0px 0px;
}


/*  ============================================  ITINERARY BUILDER ====================================  */

div#thedmsItineraryMap1 a {
	font-weight:bold;
}
div#thedmsItineraryAccommodationRow h3, div#thedmsItineraryVenues .VenueRow h3 {
	background-color:#C2E4A4;
	color:#5D5D5D;
	padding:5px;
	margin:0px;
	font-size:110%;
}
.rightbtn {
	float:right;
}
.formsection {
	clear:both;
	width:90%;
}
.formsection h2 {
	background-color:#C2E4A4;
	color:#5D5D5D;
}
.formsection label {
	display:block;
	padding:5px;
}
/* BOTTOM BUTTONS / IMAGES */
.buttoncontainer {
	display:block;
	float:left;
	text-align:center;
	width:110px;
}
div.buttoncontainer input {
	margin:5px 0px 0px 0px;
}
.buttoncontainer span.centertext {
	display:block;
	text-align:center;
}

/* RADIO BUTTON HOLDER */
.buttoncontainerLong input {
	margin:5px 0px 0px 30px;
}
.buttoncontainerLong {
	float:left;
	text-align:left;
	width:140px;
}
.buttoncontainerLong img {
	margin:0px 0px 0px 10px;
}
.buttoncontainerLong span.centertext {
	display:block;
	margin:0px 0px 0px 10px;
}


.formpadding {
	clear:both;
	padding:5px;
}
.formsubmit {
	clear:both;
	display:table;
	margin:2px;
	text-align:right;
	width:90%;
}
div#thedmsItineraryMap1 {
	float:right;
	padding:4px;
	width:24%;
}
div#thedmsItineraryAccommodation {
	margin:0px 0px 10px 0px;
}
.mapbtn a, .anotherbtn a {
	padding:5px;
}

div#thedms61 .mapbtn a, div#thedms61 .anotherbtn a, div#thedms61 .anotherbtn a:visited, div#thedms61 .mapbtn a:visited  {
	padding:3px 16px 3px 3px;
	border:1px #FC6669 solid;
	background-color:#FC6669;
	background-image:url(/img/dms-accomm/arrow-details-button-up.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	/*font-weight:bold;*/
	color:#FFF;
	display:block;
}
div#thedms61 .mapbtn a:hover, div#thedms61 .anotherbtn a:hover {
	background-color:#3EAAA7;
	background-image:url(/img/dms-accomm/arrow-details-button-over.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	color:#fff;
	border:1px #3EAAA7 solid;
}

div#thedmsItineraryVenues .VenueRow .details_holder {
	padding:10px 0px 0px 0px;
}
div#thedmsItineraryVenues {
	padding:8px 0px 8px 0px; 
}
div#thedmsItineraryVenues .VenueRow {
	padding:18px 0px 0px 0px;
}
div#thedmsItineraryAccommodation .details_holder {
	padding:10px 0px 0px 0px;
}
div#thedmsItineraryVenues .VenueRow .smIMG {
	margin-top:0;
	margin-right:15px;
}

div#thedms61 table {
	clear:both;
	margin:0px 0px 8px 0px;
	width:100%;
}

div#thedms61 th {
	color: #fff;
	background-color:#C2E4A4;
	padding: 5px;
}
div#thedms61 td {
	padding: 9px;
	border-top: 1px solid #F0F0F0;
	border-bottom: 1px solid #F0F0F0;
	text-align:left;
}
div#thedms61 td a, div#thedms61 td a:visited {
	font-weight:bold;
}
div#thedms61 tr:hover {
	background-color:#F0F0F0;
	background-image:url(/img/events/events-arrow-table.gif);
	background-repeat:no-repeat;
	background-position:left top;
}
div#thedms61 .smIMG img {
	border:0;
}
div#thedms61 {
	width:700px;
}

/* Accessibility Ammendments */

#thedms21 h2 {
	margin:11px 0;
	color:#69C8C5;
}
#thedms21 h3 {
	margin:5px 0;
	color:#999;
	font-size:110%;
	text-decoration:underline;
}
#thedms21 li {
	padding:2px 0px;
}
#thedms21 ul {
	padding:0px 0px 10px 15px;
}
/*  TOUR DE FRANCE  */

#TDF-list {
	list-style-position:inside;
}
#TDF-list li {
	padding:3px 0px;
}

/* -------------------------- EUROTUNNEL COMPETITION PAGES --------------------------- */

#comp-img-left {
	padding:10px 0px;
	background-color:#B4D7E9;
	margin:0px 0px 8px 8px;
	width:295px;
	float:right;
	text-align:center;
}
div.comp-rules, div.comp-rules h2, div.comp-rules li {
	color:#999999;
}
#eurtunnel-comp {
	margin:0px 0px 15px 0px;
	overflow:auto;
	padding:12px 0px 12px 0px;
	border-bottom:1px #CCCCCC solid;
}
/* -------------------------- Station page styles for thedms page (also see stations .css for the section specific styles) --------------------------- */
.stations {
	Padding:10px;
	margin-left:10px;
	font-size:16px;
	font-weight:bold;
	color:#0099CC;
}
/*-----------------------------------------  END WEBSITE SPECIFIC STYLES  -----------------------------------------*/


/* TESTING SECTION - EVERYTHING UNDER HERE SHOULD BE DELETED BEFORE THE SITE GOES LIVE */

#thefloater {
	width:99%;
}

#left {
	width:40%;
	float:left;
}

#right {
	float:right;
	padding-left:5px;
}



#fredtest a.fredlink{
color: #ffffff;
font-weight:bold;
}

#fredtest p.backblue{
background-color:#1f73bb;
color:#ffffff;
}

.fredred {
color: #FE6D71;
}

.thedmsExternalChannelLinksText{
font-size:130%;
font-weight:bold;
text-decoration:none;
}

#map{
width:675px !Important;
}

.sitemap{
margin-left:50px;
}

.sitemap2{
margin-left:100px;
}


#thedmsFestival ul{
padding-top:10px;
padding-bottom:10px;
}

div#thedmsSpecialOffer {
clear:both;
}


img{
border:none;
}

#relax-comp{
clear:both;
}

#amazon{
text-align:center;
}


/* Richard photo area layout */


#contentarea 
{
    margin: 20px;
    padding:10px;
}

.imagebox
{
    margin-right:30px;
    padding:0px;
    width:250px;
    float:left;
}

.clear
{
	clear:both;
}

.imageborder 
{
    border: 1px solid #CECBCE;
}

.float 
{
    float:left;
}

/* Richard ammendments 2nd April 2008 */

.ebox 
{
    margin-right:20px;
    float:left;
    width:300px;
    margin-bottom: 20px;
    padding-right:20px;
    border-right:1px #CCCCCC dashed;
}


/*global basket*/

.basket{
padding:0px;
padding-top:4px;
float:left;
width:154px;
overflow:hidden;
height:15px;
background:#E6E6E6;
}



#basketsummaryframe {
/*height:18px;*/
/*height:38px;
width:180px;*/
/*width:175px;*/
overflow:hidden;
float:left;
}

.checkout-button{
margin-left:2px;
float:left;
}

#left-main-side label 
{
    margin-right:10px;
}

#basketholder 
{
    background-color:#E6E6E6;
    border-left:1px solid #C9C9C9;
    border-right:1px solid #C9C9C9;
    border-top:1px solid #C9C9C9;
    clear:none;
    color:#939393;
    display:block;
    float:left;
    margin-right:4px;
    padding: 2px 0px 0px 16px;
    text-align:center;
    height:22px;
}

#left-main-side img 
{
    margin-bottom:4px;
}

/* eshop styles */

#basketsummaryframe 
{
    float:left;
    height:100px;
    width:100%;
    background:#E6E6E6 !important;
}

#basketsummary ul
{
    background:#E6E6E6;
}

/* CSS Document */
/* NAVIGATION */
#main-navigation {
	padding-top:6px;
	margin-bottom:6px;
}
#main-navigation ul {
	list-style:none;
}
#main-navigation li {
	float:left;
}
#main-navigation li a, #main-navigation li a {
	display:block;
	float:left;
	width:125px;
	padding-top:7px;
	padding-bottom:7px;
	text-align:left;
	font-weight:bold;
	color:#666666;
	padding-left:25px;
}
/*Begin custom navigation buttons*/
/*### WHERE TO STAY ###*/
#main-navigation #where-to-stay a {
	background-image:url(../img/nav/stay-arrow.gif);
	background-position:left center;
	background-repeat:no-repeat;
	background-color:#80D0CE;
	margin-right:6px;
}
#main-navigation #where-to-stay a:visited {
	background-image:url(../img/nav/stay-arrow.gif);
	background-position:left center;
	background-repeat:no-repeat;
	background-color:#80D0CE;
}
#main-navigation #where-to-stay a:hover {
	background-color:#6AC8C6;
	text-decoration:none;
	color:#FFFFFF;
}
/*----- SELECTED AND OVER BUTTONS */
		#main-navigation #where-to-stay-up a, #main-navigation #where-to-stay-up a:visited {
			background-image:url(../img/nav/where-to-stay-up.gif);
			background-position:top left;
			background-repeat:no-repeat;
			margin-right:3px;
			padding-top:7px;
			padding-bottom:9px;
		}
		#main-navigation #where-to-stay-up a:hover {
			background-position:bottom left;
			padding-top:8px;
			padding-bottom:8px;
			padding-left:25px;
			text-decoration:none;
		}
		
/*OFFERS BUTTON*/
#main-navigation #offersbreaks-nav a {
	background-image:url(../img/nav/offers-breaks-arrow.gif);
	background-position:left center;
	background-repeat:no-repeat;
	background-color:#94C6E0;
	margin-right:6px;
}
#main-navigation #offersbreaks-nav a:visited {
	background-image:url(../img/nav/offers-breaks-arrow.gif);
	background-position:left center;
	background-repeat:no-repeat;
	background-color:#94C6E0;
}
#main-navigation #offersbreaks-nav a:hover {
	background-color:#4A9DCA;
	text-decoration:none;
	color:#FFFFFF;
}
/*----- SELECTED AND OVER BUTTONS */
		#main-navigation #offers-breaks-up a, #main-navigation #offers-breaks-up a:visited {
			background-image:url(../img/nav/offers-breaks-up.gif);
			background-position:top left;
			background-repeat:no-repeat;
			margin-right:3px;
			padding-top:7px;
			padding-bottom:9px;
		}
		#main-navigation #offers-breaks-up a:hover {
			background-position:bottom left;
			padding-top:8px;
			padding-bottom:8px;
			padding-left:25px;
			text-decoration:none;
		}
		
/*COME AND EXPLORE BUTTON*/
#main-navigation #explore-nav a {
	background-image:url(../img/nav/come-explore-arrow.gif);
	background-position:left center;
	background-repeat:no-repeat;
	background-color:#A8D87D;
	margin-right:6px;
}
#main-navigation #explore-nav a:visited {
	background-image:url(../img/nav/come-explore-arrow.gif);
	background-position:left center;
	background-repeat:no-repeat;
	background-color:#A8D87D;
}
#main-navigation #explore-nav a:hover {
	background-color:#94CF5F;
	text-decoration:none;
	color:#FFFFFF;
}
/*----- SELECTED AND OVER BUTTONS */
		#main-navigation #explore-up a, #main-navigation #explore-up a:visited {
			background-image:url(../img/nav/come-explore-up.gif);
			background-position:top left;
			background-repeat:no-repeat;
			margin-right:3px;
			padding-top:7px;
			padding-bottom:9px;
		}
		#main-navigation #explore-up a:hover {
			background-position:bottom left;
			padding-top:8px;
			padding-bottom:8px;
			padding-left:25px;
			text-decoration:none;
		}

/*WHATS ON*/
#main-navigation #whatson-nav a {
	background-image:url(../img/nav/whats-on-arrow.gif);
	background-position:left center;
	background-repeat:no-repeat;
	background-color:#FF944F;
	margin-right:5px;
}
#main-navigation #whatson-nav a:visited {
	background-image:url(../img/nav/whats-on-arrow.gif);
	background-position:left center;
	background-repeat:no-repeat;
	background-color:#FF944F;
}
#main-navigation #whatson-nav a:hover {
	background-color:#FF8635;
	text-decoration:none;
	color:#FFFFFF;
}
/*----- SELECTED AND OVER BUTTONS */
		#main-navigation #whats-on-up a, #main-navigation #whats-on-up a:visited {
			background-image:url(../img/nav/whats-on-up.gif);
			background-position:top left;
			background-repeat:no-repeat;
			margin-right:3px;
			padding-top:7px;
			padding-bottom:9px;
		}
		#main-navigation #whats-on-up a:hover {
			background-position:bottom left;
			padding-top:8px;
			padding-bottom:8px;
			padding-left:25px;
			text-decoration:none;
		}

/*FOOD&DRINK*/
#main-navigation #fooddrink-nav a {
	background-image:url(../img/nav/food-drink-arrow.gif);
	background-position:left center;
	background-repeat:no-repeat;
	background-color:#FD676A;
	margin-right:5px;
}
#main-navigation #fooddrink-nav a:visited {
	background-image:url(../img/nav/food-drink-arrow.gif);
	background-position:left center;
	background-repeat:no-repeat;
	background-color:#FD676A;
}
#main-navigation #fooddrink-nav a:hover {
	background-color:#FD5357;
	text-decoration:none;
	color:#FFFFFF;
}
/*----- SELECTED AND OVER BUTTONS */
		#main-navigation #food-drink-up a, #main-navigation #food-drink-up a:visited {
			background-image:url(../img/nav/food-drink-up.gif);
			background-position:top left;
			background-repeat:no-repeat;
			margin-right:3px;
			padding-top:7px;
			padding-bottom:9px;
		}
		#main-navigation #food-drink-up a:hover {
			background-position:bottom left;
			padding-top:8px;
			padding-bottom:8px;
			padding-left:25px;
			text-decoration:none;
		}

/*MAPS&TRAVEL*/
#main-navigation #mapstravel-nav a {
	background-image:url(../img/nav/maps-travel-arrow.gif);
	background-position:left center;
	background-repeat:no-repeat;
	background-color:#F4CB48;
}
#main-navigation #mapstravel-nav a:visited {
	background-image:url(../img/nav/maps-travel-arrow.gif);
	background-position:left center;
	background-repeat:no-repeat;
	background-color:#F4CB48;
}
#main-navigation #mapstravel-nav a:hover {
	background-color:#F2BF26;
	text-decoration:none;
	color:#FFF;
}
/*----- SELECTED AND OVER BUTTONS */
		#main-navigation #maps-travel-up a, #main-navigation #maps-travel-up a:visited {
			background-image:url(../img/nav/maps-travel-up.gif);
			background-position:top left;
			background-repeat:no-repeat;
			padding-top:7px;
			padding-bottom:9px;
		}
		#main-navigation #maps-travel-up a:hover {
			background-position:bottom left;
			padding-top:8px;
			padding-bottom:8px;
			padding-left:25px;
			text-decoration:none;
		}


/* ############################################## SUB NAV BEGIN ################################################### */

/*

The Key to the sub nav Params... using 1 letter to keep URLs short as possible

p1=a ... Where to See and do (Style .param1a)
p1=b ... Offers & Breaks (Style .param1b)
p1=c ... Come & Explore (Style .param1c)
p1=d ... Whats On (Style .param1d)
p1=e ... Food & Drink (Style .param1e)
p1=f ... Maps & Travel (Style .param1f)

*/

.subnav {
	background-color:#E6E6E6;
	padding:4px; 
	margin-top:-1px;
}

/* Different Color Sub Navs */
.param1a {
	background-color:#A6DEDD;
	margin-top:-3px;
}
.param1b {
	background-color:#B4D7E9;
	margin-top:-3px;
}
.param1c {
	background-color:#C2E4A4;
	margin-top:-3px;
}
.param1d {
	background-color:#FFB483;
	margin-top:-3px;
}
.param1e {
	background-color:#FE9496;
	margin-top:-3px;
}
.param1f {
	background-color:#F7DA7F;
	margin-top:-3px;
}

.subnav ul{
	list-style:none;
}
.subnav li{
	display:inline;
	margin-right:15px;
}
.subnav a, .subnav a:visited {
	color:#5D5D5D;
	font-size:95%;
	padding-left:15px;
	background-image:url(../img/nav/sub-menu-arrow.gif);
	background-repeat:no-repeat;
	background-position:left center;
}
.subnav a:hover{
	
}
div#main-content div.subnav a.active  {
	font-weight:bold;
	color:#676767;
}
/*##################################### FOOTER BEGIN ###################################*/
#footer{
	padding:8px;
	padding-left:0;
}
#footer ul{
	list-style:none;
	float:left;
}
#footer li{
	display:inline;
	margin-right:15px;
}
#footer a, #footer a:visited {
	color:#7A7A7A;
	font-size:85%;
	font-weight:bold;
	padding-left:15px;
	background-image:url(../img/nav/footer-arrow.gif);
	background-repeat:no-repeat;
	background-position:left center;
}
#footer a:hover{
	
}

#business-li 
{
    margin:0px;
    float:right;
    display:inline;
    margin-bottom:10px;

}

/*################################# SIDE SUB NAVS ##################################*/

#side-sub-nav {
	margin-bottom:5px;
	text-align:left;
}
#side-sub-nav h3 {
	
}
#side-sub-nav ul {
	list-style:inside;
	padding:3px 15px 15px 0px;
}
#side-sub-nav li {
	list-style-image:url(/img/nav/list-sub-nav-arrow.gif);
	padding:4px 0px;
}
#side-sub-nav li a, #side-sub-nav li a:visited {
	color:#333;
}
#side-sub-nav li a:hover {
	color:#333;
}

/* ############################### ACCESSIBILITY LINKS ############################ */

#skiplinks {
	position:absolute;
	top: -2000px;
	left: -2000px;
	color:#666666;
	font-size:90%;
	width:20em;
}
#skiplinks ul {
	list-style-type : none;
}
#skiplinks li {
	display:inline;
	margin-right:5px;
}
#skiplinks li a:focus, #skiplinks li a:active {
	text-align: center;
}
#skiplinks li a:hover {
	color: #00e;
}

/* CSS Document */
h2, h1, h3 {
	color:#8CCC53;
}
h2 a, h2 a:visited {
	color:#8CCC53;
}

a, a:visited {
	color:#629939;
}

#thedms01 div#thedmsBrowseGrid  .BrowseCell h2 {
	color:#FFF; /*3EAAA7*/
	background-color:#FFFFFF;
	background-image:url(../img/explore-grad.png);
	background-repeat:repeat-y;
}

#thedms01 div#thedmsBrowseGrid .BrowseCell h2 a {
	color:#FFFFFF;
}

/* Attractions Browse Page - Reduce div width to accommodate side boxes */

#thedms11 div#thedmsBrowseGrid {
	clear:both;
	margin:auto;
	padding:12px 12px 0px;
	width:650px;
}
#thedms11 div#thedmsBrowseGrid .BrowseCell h2 {
	width:640px;
	background-color:#C2E4A4;
}
#thedms11 div#thedmsBrowseGrid .BrowseCell h2 a {
	color:#676767;
}
#thedms11 div#thedmsBrowseGrid .BrowseCell {
	float:left;
	margin:0px;
	padding:0px 0px 10px;
	position:relative;
	width:480px;
}

/* End dms 11*/

/* Advanced Search */

#thedmsSearch0 h2, #thedmsSearch1 h2 {
	background-color:#C2E4A4;
	color:#FFFFFF;
}

/* - EVENTS TABLE - */

#thedmsBrowseEvents th {
	background-color:#C2E4A4;
}

#thedmsBrowseEvents tr:hover {
	background-color:#F0F0F0;
	background-image:url(/img/events/events-arrow-table.gif);
	background-repeat:no-repeat;
	background-position:left top;
}

div#thedms13 table#thedmsOpeningTimesTableFullWidth th {
	background-color:#C2E4A4;
}

#basketholder 
{
    display:none;
}

div#main-section-dms #flashcontent 
{
    margin:20px 0px;
    background:url(/img/flash-map.jpg);
    width:670px;
    height:501px;
}

