/*This stylesheet creates a grey site, that should work out of the box #CCCCCC should be found and replaced to change all of the colors*/
/* START OF GENERIC FORM STYLES */
/*universal selector or 'wildcard' works on literally EVERYTHING... Comment back in if you need it.*/
*{
	padding: 0;
	    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

body {
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-image: url(/img/bodybg.jpg);
	background-repeat: repeat-x;
	color: #003366;
}

a, a:visited{
	color: #6B86B5;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #6382D6;
	
}
img{
	border: none;
	margin: 2px;
}

p {
	margin: 0;
	padding: 2px 5px 5px 5px;
}
.thedms img {
	border:0;
}
ul{
	list-style: none;
}
ul.eshop{
	list-style:square;
	padding-left:20px;
}
li{
	padding: 0;
	margin: 0;
}
.clearer{
	clear: both;
	height: 0px;
	line-height: 0px;
	width: 100%;
	display: block;
}

/* used as main heading */
h1 {
	font-size: 130%;
	color: #4966B1;
	padding: 2px 5px 0px 
	
}
h2, legend {
	font-size: 110%;
	color: #4966B1;
	padding: 0px 5px 0px 5px;
	margin: 0px;
}
h3{
	font-size: 80%;
	color: #4966B1;
}
/*seperate if visited is different*/
h2 a, h2 a:visited{
	color: #4966B1;
	text-decoration: none;
}

h2 a:hover {
	text-decoration: underline;
	color: #6382D6;
}

h3 {
	color: #4966B1;
	text-decoration: none;
	font-size: 100%;
}
/*table styles*/
table{
	background-image: url(/img/bluegradient.jpg);
	background-repeat: repeat-x;
}

th {
	color: #6382D6;
}

td {
	text-align: left;
}

tr{
	border-top: 1px dotted #94A2BD;
	border-bottom: 1px dotted #94A2BD;
}
/* 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 */
fieldset{
	border: 1px solid #94A2BD;
	margin: 10px;
	padding: 10px;
}
fieldset li label{
	width: 180px;
	display: block;
	float: left;
}

form h2, div#thedmsItineraryVenues .VenueRow h3, div#thedmsItineraryAccommodationRow h3 { 
	background-image: url(/img/h2bg.jpg);
	background-repeat: repeat-y;
	padding: 4px;
	background-color: #FFFFFF;
}

input{
	margin: 1px;
	}
/*styles added by SL so that it works straight off*/
form ul {
	padding: 0px;
	margin: 0px;
}
form li {
	margin-top: 10px;
	list-style: none;
	clear: both;
}
form label{
	padding: 2px;
} 
form li.radio label {
	clear: none;
}
form li.radio input {
} 

form li.check label {
	text-align: left; 
	margin-right: 0; 
	float: none; 
	display: inline;
}
form li.check span {
	display:block; 
}

/* General classes */
.thedms ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* used for TEL, FAX etc captions */
.Caption {
	font-size: 70%;
	font-weight: bold;
}

/* used for instructions, eg what to do next */
.Instructions {
	font-weight: bold;
	text-align: center;
}
.cmsinstructions /*only appears in the cms editor*/{
	font-weight: bold;
	text-align: center;
	color:#CC0000;
}
/* 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: bold;
	text-align: center;
	float: right;
}
/*---------------------------------------------------------------------attractions/venues----------------------------------------------------------------------------------*/
/*venue search pages*/
/*venue details pages*/
TABLE#thedmsOpeningTimesTableFullWidth th{
	color: #333333;
	background-color: #CCCCCC;
	padding: 3px;
}
/*-------------------------------------------------------------accommodation browse ------------------------------------------------------*/

#thedms01 div#thedmsBrowseGrid .BrowseCell {
	border-top: 1px solid #D6E7F7;
	border-bottom: 1px solid #D6E7F7;
	background-color: #FFFFFF;
	margin-top: 5px;
	position: relative;
	width: 100%;
	
}
div#thedmsBrowseGrid .details_holder img{
	padding: 4px 10px 4px 10px;
	margin: 0px;
	background-image: url(/img/bluegradient.jpg); /*if the bg is on the whole thing then if the text is long it will go the whole height of the div*/
	background-repeat: repeat-x;
	
}
.smIMG{

	left: 0px;
	top: 0px;
}
#thedms61 .smIMG{
	position: static;
}
div#thedmsBrowseGrid .BrowseCell .details_holder{/*if this does not have a width set then if they choose to have a liquid layout it the text should be liquid*/
	background-color: #fff;
	margin-left: 0px;
	margin-right: 170px;
	border-right: dotted 4px #EFF5FC;
	width: auto;
}
.thedmsLogos{
	float: left;
}
#thedms01 div#thedmsBrowseGrid .BrowseCell h2{
	margin-left: 0px;
	border-right: dotted 4px #EFF5FC;
	margin-right: 170px;
	width: auto;
}
div#thedmsBrowseGrid .BrowseCell .detailbtn {
bottom:3px;
height:20px;
position:absolute;
right:3px;
top:0;
width:160px;
}
/*div#thedmsBrowseGrid .BrowseCell{
	border-top: 1px dotted #94A2BD;
	border-bottom: 1px dotted #94A2BD;
	background-color: #FFFFFF;
	/*background-image: url(/img/bluegradient.jpg); 
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin-top: 5px;
	width: 100%;
}
div#thedmsBrowseGrid .details_holder img{
	padding: 4px 10px 4px 10px;
	margin-left: -8px;
	background-image: url(/img/bluegradient.jpg); /*if the bg is on the whole thing then if the text is long it will go the whole height of the div
	background-repeat: repeat-x;
}
*/
div#thedmsBrowseGrid .BrowseCell h2 a{
	padding: 0px;
	margin: 0px;
}
div#thedmsBrowseGrid .BrowseCell h2 img{
	padding: 0px;
	margin: 0px;
}
div#thedmsBrowseGrid .BrowseRow {
	padding-bottom:5px;
	
}

.thedmslogos{
	float: right;
}
div#thedmsBrowseGrid .details_holder .thedmsLogosImg img {
	background-image: none;
}
#thedms01 div#thedmsBrowseGrid .details_holder p {
	margin: 0px;
}
#thedms01 div#thedmsBrowseGrid .BrowseCell p:first-line {
	font-weight:bold;
}
#thedms01 div#thedmsBrowseGrid .BrowseCell img.smIMG {
	float:left;
	margin-right:5px;
	border:0;
}
#thedms01 .thedmsLogos {
	float: right;
}
#thedmsFestival li{
	margin-left: 20px;
}
#thedmsFestival h3{
	font-weight: normal;
	color: #000000;
}
	/*width: 32%; width will changing if not 3 column version, 49% if 2 column version  */

/* widths may need changing if not 100% width */

/*------------------------------------------------------------------------------ATTRACTIONS BROWSE----------------------------------------------------------------------------*/
#thedms11 DIV#thedmsBrowseGrid .BrowseCell {
	width: 70%;
	float: left;
	background-color: #FFFFFF;
	margin-left: 10px;
}
#thedms11 DIV#thedmsBrowseGrid .BrowseRow{
	border-top: 1px solid #D6E7F7;
	border-bottom: 1px solid #D6E7F7;
	background-color: #FFFFFF;
	margin-top: 5px;
	position: relative;
	width: 100%;
}
#thedms11 DIV#thedmsBrowseGrid .BrowseSmallPicture {
	width: 15%;
	float: left;
	
}
#thedms11 DIV#thedmsBrowseGrid .BrowseSmallPicture img{
padding: 4px 10px 4px 10px;
	margin: 0px;
	background-image: url(/img/bluegradient.jpg); /*if the bg is on the whole thing then if the text is long it will go the whole height of the div*/
	background-repeat: repeat-x;
}
#thedms11 .BrowseCellDetails a img, #thedms11 .BrowseCellDetails a:visited img, #thedmsItemsPanel a img{
	padding: 2px;
	margin: 0px;
	background-image: url(/img/bluegradient.jpg); /*if the bg is on the whole thing then if the text is long it will go the whole height of the div*/
	background-repeat: repeat-x;
}
#thedms11 .BrowseCellDetails a:hover img,  #thedmsItemsPanel a:hover img{
	background-color: #EFF5FC;
	background-image: none;
}
/*ALERT ALERT ALERT ALERT ALERT ALERT ALERT ALERT ALERT These need to be added to the dms stylesheets in my opinion ALERT ALERT ALERT ALERT ALERT ALERT ALERT ALERT ALERT*/
DIV#thedmsBrowseGrid .BrowseRow {
	margin: 2px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	clear: both;

}
/* 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 */

/*------------------------------------------------------------------------------accommodation styles go here----------------------------------------------------------------------*/
/*this may need to be deleted, but it makes it work on most of the layouts, especially accommodation layout 1.*/
div#thedmsSearch1{
	border-left: 1px solid #FFF;
}
div#thedmsAvailability{
	margin-top: 30px;
	border-top: 3px dotted #D3E6F7;
	padding: 2px;
}
#thedmsAvailabilityChart table {
	clear:left;
	margin: auto;
	width: 90%;
}
#thedmsAvailabilityChart table caption{
	padding: 5px;
	margin: 0px 0px 0px 10px;
}
#thedmsAvailabilityCheck .Feedback{
	margin-top: -50px;
	padding: 5px;
	width: 50%;
	background-color: #FFFFFF;
	border: 1px solid;
}
div#thedmsAvailabilityCheck{
	width: 100%;
}
div#thedmsAvailabilityChart {
	background-color: #FFFFFF;
	background-image: url(/img/bluegradient.jpg); 
	background-repeat: repeat-x;
	float:none;
	margin-bottom:5px;
	width:100%;
	clear: both;
	margin-top: -2px;
}
#thedms02 .thedmsLogos{
	width: auto;
	float: right;
}
div#thedmsAvailabilityCheck form{
	background-color: #FFFFFF;
	background-image: url(/img/searchavailability.jpg); 
	background-repeat: repeat-x;
	width: 20%;
	float: left;
	margin: 5px 0px 0px 0px;
	padding-left: 40px;
}
li.availability{
	display: inline;
}
li.availability .submitbutton{
	float: none;
}
div#thedmsPropertyInfo{
	float: left;
	font-weight: bold;
	width: auto;
	clear: both;
}
div#thedmsSpecialOffer{
	border: none;
	background-image: url(/img/specialoffers.jpg);
	background-repeat: no-repeat;
	padding-left: 50px;
	background-color: #D3E6F7;
	float: left;
	line-height: 25px;
}
div#thedmsSpecialOffer .thedmsImageLink{
	display: none;
}
div#thedmsPropertyEssentials p{
	border-left: dotted 5px #EFF5FC;
	margin-left: 10px;
}
div#thedmsPropertyType {
	clear: both;
}

.thedmskey {
	background-image: url(/img/dmskey.jpg);
	background-repeat: no-repeat;
	margin-left: 15px;
	padding-left: 35px;
	background-color: #D3E6F7;
}
div#thedmsPropertyEssentialsleft {
	overflow: hidden;
	width: 34%;
	}
div#thedmsPropertyEssentialsright {
	width: 64%;
}
.thedmskey .thedmsImageLink{
	display: none;
}
/*------------------------------------------------------------------------------------- events ----------------------------------------------------------------------------------*/
#thedmsBrowseEvents {
	clear:both;
}
div#thedmseventsheadersearch form{
	background-color: #FFFFFF;
	background-image: url(/img/searchavailability.jpg); 
	background-repeat: repeat-x;
	width: 20%;
	float: left;
	margin: 30px 0px -20px -2px;
	padding-left: 40px;
	clear: both;
	height: 100px;
	width: 200px;
}
li.availability{
	display: inline;
}
#thedmsBrowseEvents tr{
	border: 1px solid #999999;
	height: 50px;
}
#thedmsBrowseEvents tr:hover{
}
div#thedmsContactPanel {
	width: 55%;
}
/*------------------------------------ accessibility search -----------------------------------*/
#tab-1, #tab-2, #tab-3, #tab-4, #tab-5, #tab-6, #tabs-1, #tabs-2, #tabs-3, #thedms159 #thedmsTabMenu li  {
	border-color: #DEEAF6;
}
#thedms159 #thedmsTabMenu li.active {
	background-color: #DEEAF6;
}
#thedms159 #tabs, #thedms159 #tab {
	margin-top: 10px;
}

	
/*------------------------ALERT ALERT ALERT I have to use these to override manky colours in the dms styles ------------------------------------------------------------------------*/
table#thedmsBrowseEvents .row1 {
	background-color: transparent;
}
table#thedmsOpeningTimesTableFullWidth th{
	background-color: transparent;
}
div#thedmsItemsPanel{
	background-color: transparent;
	border-left: dotted 4px #EFF5FC;
	padding: 0px 0px 0px 10px;
}
div#thedmsTopPanel{
	border-bottom: dotted 4px #EFF5FC;
}
.thedmsBackgroundFix /*works as a clearer div in the dms*/{
	clear: both;
	font-size: 1px;
	height: 1px;
}
div#thedms13 .thedmskey{
	margin-left: 0px;
}
div#thedms14, div#thedms04{
	background-color: #FFF;
}


/*All key backgrounds with the gif images for fuzzy edges- set background to a lighter colour*/

/*-------------------------------------------------------------------------------All buttons sitewide------------------------------------------------------------------------------*/
.button, .thickbox, .BrowseBookactionpanel a, div#thedms159 .button {
	color: #6B86B5;
	border: solid 1px #6382D6;
	background-image: url(/img/buttonlinkbg.jpg);
	background-position: bottom;
	width: auto;
	border-left: dotted 1px #D6E7F7;
	border-right: dotted 1px #D6E7F7;
}

.button a, .button a:visited {
	display: block;
	text-align:center;
	text-decoration:none;
	padding: 2px;
	font-weight: bold;
	width: auto;
}

.button a:hover {
	background-color: #FFFFFF;
	text-decoration: none;
	color: #6382D6;
	}
	
input.button{
	font-weight: bold;
	border-left: dotted 1px #D6E7F7;
	border-right: dotted 1px #D6E7F7;
	float: right;
}
input.button:hover, div#thedms159 input.button:hover{ 
	background-color: #FFF;
	background-image: none;
	color: #6382D6;
}
/* END OF GENERIC FORM STYLES */
/* Try to keep to the standard names*/
/* ----------------------------------------------------------------------------Website styles--------------------------------------------------------------------------------*/
#frame{
	width: 980px;
	margin: auto;
}
#innerframe{
	background-image: url(/img/home_liquid.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	width: 100%;
	clear: both;
	border: 1px solid #95A0BB;
	z-index: 1;
}

#header{
	clear: both;
	float: left;
	width: 100%;
}
#header2 {
	height: 227px;
}
#header-test {
	height: 227px;

}

#visiteastbourne{
	float: right;
	font-size: 210%;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px 5px 0px 5px;/*
	width: 50%;
	text-align: right;*/
	}
#visiteastbourne2{
	float: left;
	font-size: 210%;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px 5px 0px 5px;/*
	width: 50%;
	text-align: right;*/
	}
#topnav{
	color: #000099;
	font-size: 90%;
	
}
#topnav ul{
	float: right;
	width: auto;
	margin-top: 10px;
	margin-bottom: -3px;
	height: 21px;
	
}
#topnav li{
	display: inline;
	top: 1px; /*in IE the top border disappears without this- martin fixed it!*/
	
	/*position: relative;*/
}
#topnav a, #topnav a:visited{
	color: #6B86B5;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #95A0BB;
	border-right-color: #95A0BB;
	border-left-color: #95A0BB;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
}
#topnav a:hover{
	background-color: #F5FAFE;
	background-image: url(/img/buttonlinkbg.jpg);
	background-position: bottom;
	text-decoration: none;
	color: #6382D6;
}

#topnav .eshop a, #topnav .eshop a:visited{
	background-image: url(/img/eshopicon.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 20px;
}

#topnav .eshop a:hover{
	background-image: url(/img/eshopicon.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 20px;
}

#mainnav{
	color: #FFFFFF;
	font-size: 130%;
	margin-top: 10px;	
	margin-left: 28px;
}

#mainnav ul{
	float: left;
	width: 160px; /*can't set the width to auto or it goes all gappy in IE*/
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin: 0px;
	padding: 0px;
}

#mainnav li{
	border-top: #fff solid 1px;
}

#mainnav a, #mainnav a:visited{
	color: #FFFFFF;
	padding-left: 10px;
	display: block;
	line-height: 34px;
	width: 94%; /*can't be set to 100% or else it goes too long in firefox*/
	font-weight: bold;
}

#mainnav a:hover{
	text-decoration: none;
	background-color: #5C76B8;
}

/*maincontent*/
#content{
	margin-left: 28px;
	width: auto;
	border-left: 1px solid #fff;
	clear: both;
	display: inline-block;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#leftcol{
	width: 700px;
	float: left;
}
.full-col {
	padding: 5px;
	width: auto;
}

#rightcol{
	float: right;
	width: 235px;
	margin: 0px;
	padding: 0px;
	position:relative;
}
/*leftcol content*/
.featureboxes{
	border-top: 1px solid #D6E7F7;
	border-bottom: 1px solid #D6E7F7;
	background-color: #FFFFFF;
	margin-top: 5px;
	position: relative;
	width: 100%;
}
.featureboxessearch{
	border-top: 1px solid #D6E7F7;
	border-bottom: 1px solid #D6E7F7;
	background-color: #FFFFFF;
	margin-top: 5px;
}
/*for search boxes on the left col. The calendar messes up with normal styles because of position relative.*/
.searchsnippets {
	float: right;
	width: 78%;
}
.imgboxessearch {
	float: left;
	width: 152px;
}
.searchsnippets .button, .itinerarybtn{
	float: right;
}
.imgboxes img, .imgboxessearch img{
	padding: 4px 10px 4px 10px;
	margin: 0px;
	background-image: url(/img/bluegradient.jpg); /*if the bg is on the whole thing then if the text is long it will go the whole height of the div*/
	background-repeat: repeat-x;
}
.imgboxes{
	width: 149px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.whitetextboxes{/*if this does not have a width set then if they choose to have a liquid layout it the text should be liquid*/
	background-color: #fff;
	margin-left: 152px;
	margin-right: 160px;
	padding: 3px;
	min-height: 90px;
	border-right: dotted 4px #EFF5FC;
}
.whitetextboxes ul, .featureboxes ul{
	float: left;
	width: 40%;
}
.whitetextboxes form ul{
	float: left;
	width: 80%;
}
.buttonboxes{
	width: 158px;
	background-color: #FFFFFF;
	position: absolute;
	right: 3px;
	bottom: 3px;
}
.buttonboxes .buttons{
	position: absolute;
	right: 3px;
	bottom: 3px;
}
.buttonboxes input.button{
	width: 100%;
}
/*rightcol content*/
.largebutton{
	width: 80%; 
	margin: 5px auto 0px auto;
	background-image: url(/img/bigbuttonbg.jpg);
	background-position: bottom;
	text-align: left;
	border: 1px #5973B7 solid;
	position: relative;
	display: block;
}
.largebutton a, .largebutton a:visited{
	color: #FFFFFF;
	font-size: 100%;
	font-weight: bold;
	display: block;
	height: 78px;
}

.largebutton a:hover{
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(/img/bigbuttonbg_hover.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	cursor: pointer;
}
.largebutton .text{
	position: absolute;
	bottom: 1px;
	left: 7px;
	text-align: left;
	float: left;
	width: 45%;
}
.largebutton img{
	border: 1px #5973B7 solid;
	float: right;
}
/*footer*/
#footer{
	font-size: 80%;
}
.leftfooter{
	float: left;
	width: 30%;
}
#footer ul{
	float: right;
	margin-top: 2px;
}
#footer li{
	display: inline;
	border-right: 1px #95A0BB solid;
} 
#footer li.end{
	border-right: none;	
}
#footer a, #footer a:visited{
	padding: 5px;
	font-weight: normal;
}
/* ----------------------------------------------------------------------------Page Specific Styles--------------------------------------------------------------------------------*/
/*any styles which are static and not related to the dms at all*/


.itinerarychoices {
	width: 80%;
	margin: auto;
}
.itinerarychoices label{
	clear: left;
}
.itinerarychoices li{
	width: 30%;
	float: left;
	text-align: center;
	clear: none;
	}
.activity li{
	width: 20%;
	}
	
/*---------------------------------------------------News and Eshop ------------------------------------------------------*/
#newsleftcol, #eshopnav{
	width: 160px;
	float: left;
	margin-left: -5px;
}
#newsleftcol ul, #eshopnav ul {
	padding: 0;
	margin: 0;
	background-image: url(/img/bluegradient.jpg); 
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	padding: 10px 5px 10px 15px;
}
#newscentrecol ul{
	margin-left: 8px;
}
#newscentrecol li{
	list-style: square;
	margin-left: 40px;
}
#eshopsearch{
	display: block;
	margin: 0px 0px 0px 15px;
}
#paymentnav, #categoriesnav{
	border-bottom:1px solid #6382D6;
}
.main {
	display: block;
	width: 100%;
	border-top: 1px solid #6382D6;
	border-bottom: 1px solid #6382D6;
	font-size: 130%;
}
.main a, .main a:visited {
	display: block;
	line-height: 34px;
	font-weight: bold;
	padding-left: 10px;
}
.main a:hover{
	background-color: #FFFFFF;
	text-decoration: none;
}
#newscentrecol{
	width: 55%;
	float: left;
	margin: 8px;
}
#newsrightcol{
	width: 26%;
	float: right;
}
#newsrightcol ul li{
	border-top: 1px solid #D6E7F7;
}
ul.bullets, newscentrecol ul{
	list-style: disc;
	margin-left: 100px;
}
.productcontainer a{
	border: solid 1px #6382D6;
	border-left: dotted 1px #D6E7F7;
	border-right: dotted 1px #D6E7F7;
	display: block;
	
}
.productcontainer a:hover{
	background-color: #FFFFFF;
	text-decoration: none;
	color: #6382D6;
	display: block;
	background-image: url(/img/bluegradient.jpg);
	background-repeat: repeat-x;
}
.clear{
	clear: both;
}
.productcontainer span.productname{
	clear: both;
	display: block;
}
#productsubnav{
	padding: 8px;
}
#productsubnav li{
	border-left: dotted 1px #D6E7F7;
	border-right: dotted 1px #D6E7F7;
	margin: 0px;
	padding: 3px;
	
}


/*-----------------------------------------------sitemap-----------------------------------------------------*/
li.mid{
	margin-left: 40px;
}
li.main{
	border: none;
}

/*calender change*/
.calDataTitle{
color:#FF0000;
}
.image-float-right {
	float: right;
}
/*-----------------------------------------downloads-------------------------------------------------------*/
.videos{
	float: right; 
	margin-left: 3px;
	}
	
/*----------------------------- special offers ----------------------------*/
div#thedmsBrowseGrid .BrowseSingleRow .BrowseCell {
	float:left;
	padding:0px;
	width:100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;

}
div#thedmsBrowseGrid .BrowseCell h2 {
	background-color:#6382D6;;
	color:#FFFFFF;
	font-weight:bold;
	margin:0;
	padding:2px;
	text-align:left;
}
div#thedmsBrowseGrid .BrowseCell h2 a, div#thedmsBrowseGrid .BrowseCell h2 a:visited{
	color: #FFFFFF;
}




div#thedmsBrowseGrid .details_holder img {

background-repeat:repeat-x;
margin:0;
padding:4px 10px;
}



/*Special Offer Styles applied November 2009*/



div#thedms01n .BrowseBookCell #thedmsSpecialOfferTextHolder 
{
    background:white url(http://www.thedms.co.uk/graphics/signposts/white/star.png) no-repeat 5px 10px;
    border:1px dashed #CCCCCC;
    clear:both;
    margin:10px 0;
    padding:10px 10px 10px 23px;
}

div#thedmsSpecialOffersHolder 
{
}

div#thedms02n div#thedmsSpecialOffersHolder li 
{
    background:transparent url(http://www.thedms.co.uk/graphics/signposts/white/star.png) no-repeat;
    border:0 none;
    list-style-type:none;
    padding:0 0 0 20px;
}

div#thedms02n #thedmsAvailability .thedmsSOdetails 
{
    background:white;
    border:1px dashed #CCCCCC;
    clear:both;
    margin:10px 0;
    padding:10px;
}
#thedms05 div#thedmsBrowseGrid .BrowseCell .detailbtn {
	position:relative;
}






/* New Grid Styles */

div#thedms02n #thedmsAvailabilityKey .thedmsGridKeyBook, div#thedms02n .thedmsGridBook, div#thedms02n .thedmsGridBook a 
{
    background:#9C004A;
    color:white;
}
div#thedms02n .thedmsGridBook a, div#thedms02n .thedmsGridBook a:visited 
{
	background:#9C004A;
    color:white;
	text-decoration:none;
}
div#thedms02n #thedmsAvailabilityKey .thedmsGridKeyBook, div#thedms02n .thedmsGridBook 
{
    background:#9C004A;
    color:white;
}

div#thedms02n #thedmsAvailabilityKey .thedmsGridKeyAvailable, div#thedms02n .thedmsGridAvailable
{
    background:#C2A9DA;
    color:#333;
}

div#thedms02n #thedmsAvailabilityKey .thedmsGridKeyNotAvailable, div#thedms02n .thedmsGridNotAvailable
{

}

div#thedms02n .thedmsGridIcon, div#thedms02n .thedmsGridIconText 
{
    background:#666;
    margin-right:4px;
}

div#thedms02n .thedmsGridTableHeader, #thedmsGridAvailabilityChart .thedmsGridTableHeader th 
{
    background:#D3E6F7;
    color:#003366;
    padding:8px 6px;
    text-align:center;
}

div#thedms02n .thedmsLogos 
{
    float:right;
}

div#thedms02n .thedmsGridTableHeader a, div#thedms02n .thedmsGridTableHeader a:visited 
{
    color:#003366;
    text-decoration:none;
}

div#thedms02n #thedmsAvailability 
{
    background:#D3E6F7;
    padding:10px;
}
div#thedmsAccessibility {
	background: #DBEBF8;
	border: none;
}
div#thedmsAccessibility h3 {
	color: #4966B1;
	background: #fff;
}
	
/*-----------------Global Basket styles------------------------*/

#lefttopnav h2
{
    padding: 4px 0px 0px 13px;
    font-size: 0.8em;
    overflow: hidden;

}

.basket{
	height: 22px;
	overflow: hidden;
	float: left;
	padding:4px 0px 0px 0px;

}


li.basketitems {
	display:inline;
	padding:0px;
}
#basketsummaryframe{
    color:#FFFFFF;
    float:left;
    height:36px;
    margin-left:10px;
    margin-top:0;
    overflow:hidden;
    width:105px;
}


#basketbutton{
    float:left;
    margin:0px;
    padding:0px;
}

.globaleshopbutton{
margin-top:1px;
}

#basketsummaryframe {
	font-family:Arial,Helvetica,sans-serif;
}

.globaleshopbutton2 {
vertical-align:top;
margin-top:4px;
}

.side-clearer{
height:1px;
clear:both;
}
.globaleshopbutton2 {
	margin-top:-2px;
	
}
/*-----------------end of Global Basket styles------------------------*/

/*--------------------------new cms styles for template --------------------------------*/

.cms-right-button{
	background-image:url(/img/bigbuttonbg.jpg);
	background-position:center bottom;
	border:1px solid #5973B7;
	display:block;
	position:relative;
	text-align:left;
	width:80%;
	height: 73px;
	padding: 2px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.cms-right-button img {
	float: right;
	margin: 0px;
	padding: 0px;
}
.cms-right-button a {
	color: #FFFFFF;
	display: block;
	float: left;
	width: 50%;
	height: 72px;
}
.cms-right-button a:visited {
	color: #FFFFFF;
}
.cms-right-button a:hover {
	color: #dde6fb;
	text-decoration: none;
}
.cms-new-group {
	margin-top: 5px;
	margin-bottom: 5px;
}
#cms-new-group img {
	float: left;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
}
/* new navigation style */
/*
Container for the menu. We set top and bottom borders only because the menu container
stretches the entire window width. Note that this container can go inside a fixed width
element that is centered on the page, if you so desire. It can even go inside a table cell.
It carries a background image for aesthetics.
*/
#menuwrapper {
	background-image: url(../img/nav-bg.jpg);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
/*Clears the floated menu items.
Assigned to a BR tag placed just before
menuwrapper's closing DIV tag*/
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
/*
p7menubar is the root UL and p7menubar ul applies to all the sub-menu ULs.
We set padding and margin to zero to eliminate all indentation, turn bullets off,
and set a font-family different from the global font-family declared for the
body element above. This sets font for just the menu. Do not add a font-size here.
*/
#p7menubar, #p7menubar ul {
	margin: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 28px;
	z-index: 10;
}
/*
Root-Level Links.  Do not change the first two properties.
Adjust padding values to make the root links taller and to offset them
from the left and right edges of the link box. The border right creates a
separator between links. Font-size is set here and will apply to all menu levels.
Font color is set to light gray.
*/
#p7menubar a {
	display: block;
	text-decoration: none;
	font-size: 0.85em;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 35px;
	padding-bottom: 10px;
}
/*
Class assigned to those Root-Level links that have associated Sub-Menus.
The top and bottom padding assigned this element must be the same as
that assigned to the p7menubar a element. The right padding is increased
to accomodate the display of background image depicting a downward
pointing arrow.
*/
#p7menubar a.trigger {
	background-image: url(images/p7PM_dark_south.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
/*
The Root-Level list items. Floating left allows
them to appear horizontally. Width is for IE5 Mac. The last rule in
this style sheet will set the width for this element to auto for all
other browsers - hiding it from IE5 Mac. The width is proportional.
As you add and edit root menu items, you will need to test this width
to ensure it is wide enough to accomodate all text.
*/
#p7menubar li {
	float: left;
	width: 9em;
}
/*
Sets width for Sub-Menu box and the List Items inside - in proportional em units. 
This allows the sub-menu width to expand if users resize the text in their browsers.
*/
#p7menubar li ul, #p7menubar ul li {
	text-align:center;
	width:140px;
}
/*
The sub-menu links. We set color and turn off the right border, which
would otherwise be inherited from the root link rule. We set top and 
bottom padding less than the root items and increas the left padding
to indent the sub-menu links a small amount in from the root links.
*/
#p7menubar ul li a  {
	color: #fff;
	border-right: 0;
	background-repeat: repeat;
	padding: 10px;
}
#p7menubar ul li a:hover  {
	background-image: url(../img/ul-li-a-hover.jpg);
	background-repeat: repeat-x;
	background-position: top;

}
/*
Sub-Menu Unordered Lists describes each dropdown sub-menu grouping. 
Positioned Absolutely to allow them to appear below their root trigger.
Set to display none to hide them until trigger is moused over.
Background Color must be set or problems will be encountered in MSIE.
Right and bottom borders are set to simulate a raised look.
A gradient background image is assigned.
*/
#p7menubar li ul {
	position: absolute;
	display: none;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #7cd82a;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #7cd82a;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	background-image: url(../img/ul-bg.png);
}
/*
Changes the Text color and background color when the Root-Level
menu items are moused over. The second selector sets color and background
when Root-Level items are accessed with the keyboard tab key. The third
selector sets an active state to support keyboard access in MSIE. The fourth 
selector is assigned to IE5 and IE6 Windows via the P7_ExpMenu script.
Note that IE7 supports hover on elements other than links and so behaves
like Firefox, Opera, and Safari - making the menu operable even if JavaScript
is not enabled.
*/
#p7menubar li:hover a, #p7menubar a:focus,
#p7menubar a:active, #p7menubar li.p7hvr a {
	color: #000000;
	background-color: #6886cf;
	background-repeat: repeat;
}
/*
Set the Sub-Menu UL to be visible when its associated
Root-Level link is moused over. The second selector is 
assigned to IE5 and IE6 via the P7_ExpMenu script.
*/
#p7menubar li:hover ul, #p7menubar li.p7hvr ul {
	display: block;
}
/*
Sets the Text color of the Sub-Level links when the Root-Level
menu items are moused over. The second selector is 
assigned to IE5 and IE6 via the P7_ExpMenu script.
The color set should march the normal Sub-Level link color
in the rule: #p7menubar ul li a. The background color must be
transparent to allow the underlying gradient background on the UL
to show through.
*/
#p7menubar li:hover ul a, #p7menubar li.p7hvr ul a {
	color: #FFFFFF;
	background-color: transparent;
}
/*
The normal hover class for Sub-Level links. The Important directive
is required for older browsers. We set a background color, which shows
over the gradient background. We set text color to white.
*/
#p7menubar ul a:hover {
	color: #FFFFFF!important;
}
/* The single backslash \ character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width.
Do not edit this rule in any way. */
#p7menubar li {width: auto;
}
#p7menubar li a{
}
#p7menubar li a:hover{
}
#p7menubar li a:active{
}
/* close first navigation */








/*navigation*/
/*-----------------------------------------------------*/
#navigation ul, #navigation ul ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0px;
	padding:0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#navigation {
	background-image: url(../img/nav-bg.jpg);
}
#navigation br {
	line-height: 0px;
}
#navigation ul {
	z-index:90;
	height:33px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d1dcf4;
	margin-left: 28px;
}
#navigation ul a {
    display:block;
    text-decoration:none;
}
#navigation ul li {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0px;
    padding:0px;
    position:relative;
    z-index:95;
}
#navigation ul li.root {
	background-repeat:repeat-x;
	float:left;
	z-index:100;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d1dcf4;
}
#navigation ul li.root a.root {
	height:25px;
	overflow:hidden;
	color: #FFFFFF;
	padding-top: 8px;
}
#navigation ul li.root a:hover {
	background-color: #003333;
}
#navigation ul li ul {
	background:#7293da none repeat scroll 0%;
	left:-999em;
	margin:0pt;
	position:absolute;
	filter:alpha(opacity=95);
	-moz-opacity: 0.95;
	opacity: 0.95;
	height:auto;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #fff;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #00CC00;
}

#navigation ul li li {
}
#navigation ul li ul a {
	width:110px;
	font-size:90%;
	line-height:20px;
	color:#fff;
	font-weight:normal;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 5px;

}
#navigation ul li:hover ul, #navigation ul li.sfhover ul {
    left:auto;
}
#navigation ul li li a:hover {
	background-image: url(../img/ul-li-a-hover.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
#navigation ul li:hover, #navigation ul li.sfhover, #navigation ul li.active {
    background-position:0px -33px;
}
/* close navigation */
#navigation .root .root {
}

/* Here are styles for a link to an article. Not for you :) */
#back {
	margin-left: 8px;
	color: gray;
	font-size: 18px;
	text-decoration: none;
}
#back:hover {
	text-decoration: underline;
}a





/*-- new drop down --*/
#info {background:#f8f8f8; border:0;}
.menu {
	width:980px;
	height:32px;
	position:relative;
	z-index:100;
	font-family:arial, sans-serif;
	background-image: url(../img/nav-bg.jpg);
}
/* hack to correct IE5.5 faulty box model */
* html .menu {
	width:746px; 
	w\idth:980px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	margin:0;
	list-style-type:none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 7px;
}
.menu ul ul {
	width:135px;
	margin: 0px;
	padding: 0px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	position:relative;
	width:135px;
}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:12px;
	text-decoration:none;
	color:#fff;
	width:135px;
	height:32px;
	line-height:29px;
	font-weight:bold;
	text-align: center;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width:149px; 
	w\idth:138px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
}
/* style the second level hover */
.menu ul ul a.drop:hover{
}
.menu ul ul :hover > a.drop {
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background:#e2dfa8;
}
/* style the third level hover */
.menu ul ul ul a:hover {background:#b2ab9b;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	top:32px;
	left:0;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #00CC00;
}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{
	left:149px;
	width:135px;

}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#7998dc;
	color:#FFFFFF;
	height:auto;
	line-height:1em;
	width:115px;
	padding: 10px;
}

/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
	width:150px;
	w\idth:128px;
}

/* style the top level hover */
.menu a:hover{
	color:#fff;
	background-color: #003333;
}
.menu ul ul a:hover   {
	color:#fff;
	background-image: url(../img/ul-li-a-hover.png);
	background-repeat: repeat-x;
	background-position: center;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul{
	visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
	visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
	visibility:visible;
	}
	
/* New Browse Page */

div.thedmsBrowsePagination a.thedmsPaginationCurrentPage, div.thedmsBrowsePagination a:hover 
{
    background:#6382D6;
    color:White;
}

div.thedmsBrowsePagination a 
{
    background:#D6E7F7;
    color:#003366;
}



/* New basket*/

#upper-top-nav
{
    float: left;
	color: #000099;
	font-size: 90%;
	margin-top:35px;
}
#upper-top-nav ul{
	float: left;
	width: auto;
	margin-top: 10px;
	margin-bottom: -3px;
	height: 21px;
	
}
#upper-top-nav li{
	display: inline;
	top: 1px; /*in IE the top border disappears without this- martin fixed it!*/
	
	/*position: relative;*/
}
#upper-top-nav a, #upper-top-nav a:visited{
	color: #6B86B5;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #95A0BB;
	border-right-color: #95A0BB;
	border-left-color: #95A0BB;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
}
#upper-top-nav a:hover{
	background-color: #F5FAFE;
	background-image: url(/img/buttonlinkbg.jpg);
	background-position: bottom;
	text-decoration: none;
	color: #6382D6;
}

#upper-top-nav .eshop a, #upper-top-nav .eshop a:visited{
	background-image: url(/img/eshopicon.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 20px;
}

#upper-top-nav .eshop a:hover{
	background-image: url(/img/eshopicon.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 20px;
}
#shopping-basket
{
    color:#FFFFFF;
    font-size:0.8em;
    font-weight:bold;
    padding:0;
    float: right;

}

#basket-left
{
    float: right;

}



#basket-right
{
    float:right;
    padding: 0px;
    margin: 0px;
}



#basketsummaryframe2{

    

}
.basket-icon-new
{

    float:left;
      
}

#basket-holder
{
    float:right;
    background: #F5FAFE;
    border-top: 1px solid #6B86B5;
    border-left:1px solid #6B86B5;
    border-right:1px solid #6B86B5;
    margin-right: 40px;
    color:#FFFFFF;
    font-size:0.8em;
    font-weight:bold;
    padding-top:4px;
    margin-top:20px;
    width:176px;
}
#clearer
{
    clear:both;
    }
    
#innerframeplanner 
{
    background-color:#FFFFFF;
    background-image:url(/img/headers/_new_drusillas-zoo.jpg);
    background-repeat:no-repeat;
    border:1px solid #95A0BB;
    clear:both;
    width:100%;
    z-index:1;
}




/*------search conference--------*/

#thedms01 .BrowseRoomTableHolder .thedmsBrowseRoomTable th {
	background-color: #6382D6;
	color: #fff;
}
#thedms01 #thedmsBrowseGrid .BrowseBookactionpanel {
	background-color: #6382D6;
	margin-top:5px;
	padding:5px;
}
#thedms01 div#thedmsBrowseGrid .BrowseBookCell {
	border-color: #6382D6;
	border-style:solid;
	border-width:5px 1px 1px;
}
#thedms01 .BrowseRoomTableHolder .thedmsBrowseRoomTable {
	border:1px solid #6382D6;
	width:100%;
}
#thedms01 #thedmsBrowseGrid .BrowseBookactionpanel a:hover {
	background-color:#333333;
	color:#FFFFFF;
	text-decoration:none;
	background-image: none;
}
#TB_ajaxContent h2 {
	background-color: #6382D6;
	color:#FFFFFF;
	margin-bottom:5px;
	padding:3px;
}
#thedmsSiteNotes {
	border-color: #6382D6;
	border-style:solid;
	border-width:1px;
	margin-top:5px;
	padding:1px;
}

#thedms01 #thedmsBrowseGrid h2 {
	font-size:110%;
	margin:5px;
	color: #6382D6;
}

/*Special Offer Styles applied November 2009*/

div#thedms01n .BrowseBookCell #thedmsSpecialOfferTextHolder 
{
    background:white url(http://www.thedms.co.uk/graphics/signposts/white/star.png) no-repeat 5px 10px;
    border:1px dashed #CCCCCC;
    clear:both;
    margin:10px 0;
    padding:10px 10px 10px 23px;
}

div#thedmsSpecialOffersHolder h2
{
    
}



div#thedms02n div#thedmsSpecialOffersHolder li 
{
    background:transparent url(http://www.thedms.co.uk/graphics/signposts/white/star.png) no-repeat;
    border:0 none;
    list-style-type:none;
    padding:0 0 0 20px;
}

div#thedms02n #thedmsAvailability .thedmsSOdetails 
{
    background:white;
    border:1px dashed #CCCCCC;
    clear:both;
    margin:10px 0;
    padding:10px;
  
    
}

.thedmsSmallBrowseSignpost {
	width:17px;
}


div#thedms02n #thedmsGridTable .thedmsGridMultiStay, div#thedms02n #thedmsSpecialOffersHolder .thedmsGridMultiStay 
{
background:#8654B6 none repeat scroll 0 0;
}

div#thedms01n .BrowseBookactionpanel a
{
    background-image:none;
    border:none;
}

 div#thedms01n .thedmsbutton a, div#thedms01n .thedmsbutton a:visited, div#thedms01 .thedmsbutton a, div#thedms01 .thedmsbutton a:visited
{
    background-image:url(/img/buttonlinkbg.jpg);
    background-position:center bottom;
    border-color:#6382D6 #D6E7F7;
    border-style:solid dotted;
    border-width:1px;
    color:#6B86B5;
    width:auto;
}

.BrowseBookactionpanel 
{
    background-color:#CCDBE5;
}

div#thedmsBrowseGrid .BrowseBookCell 
{
    background-color:#EEF3F6;
    border-top:4px solid #CCDBE5;
}


/*End of Special Offer Styles applied November 2009*/

h2.BrowseBookPropertyHeader
{
    color: #4966B1;
}

div#thedmsPropertyEssentials h2
{
    color:#4966B1;
}

div#thedmsDetailsServices h2
{
    color:#4966B1;
}