/* START OF GENERIC FORM STYLES */


.thedms img {
	border:0;
}

/* used as main heading */

H2 {
	FONT-SIZE: 110%; 
	MARGIN: 5px 0px 3px 0px; 
	COLOR: #639; 
	clear: left;
}
H2 A {
	COLOR: #639;
}
H2 A:hover {
	COLOR: #639;
}
H2 A:visited {
	COLOR: #639;
}
H3 {
	FONT-SIZE: 100%;
	MARGIN: 0px 0px 10px;
	COLOR: black; 
}
HR {
	color: #639;
	height: 1px;
}
/*table styles*/
th {
	color: #639;
	background-color: #C0D3C4;
	padding: 3px;
}
TABLE#thedmsOpeningTimesTableFullWidth th{
	color: #639;
	background-color: #C0D3C4;
	padding: 3px;
}
td {
	padding: 3px;
	
}

/* 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 */
#bookinghotel form h2 {
	font-size: 120%;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #660066;
	padding-left: 10px;
	margin: 5px 0 2px 0;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(/newaccom/images/bubplastic.jpg);
}
form h2 { 
	font-size: 120%;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #660066;
	padding-left: 10px;
	margin: 5px 0 2px 0;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(/newaccom/images/bubplastic.jpg);
}
form .heading { 
	text-align: left;
	float: none;
	margin: 2px;
	padding: 3px;
	BACKGROUND-COLOR: #E4D8F1; 
	COLOR: #000;
	display: block;
	font-weight: bold;
	clear: left;
}
input{
	font-weight: bold;
	}
/*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 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; 
}

/* General classes */
.thedms ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
/* used for TEL, FAX etc captions */
.Caption {
	font-size: x-small;
	font-weight: bold;
	COLOR: #255F65;
	text-align: center;
	height: 24px;
}

/* used for instructions, eg what to do next */
.Instructions {
	font-size: x-small;
	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 {
	font-size: small;
	COLOR: red;
	font-weight: normal;
	text-align: center;
	height: 24px;
}
.message {
	background-color: #E4D8F1;
}
/* repeats of browse generic styles used to change look */

/* width will changing if not 3 column version. */
#thedms01 DIV#thedmsBrowseGrid .BrowseCell {
	float: left;
	margin: 1px;
	padding: 3px;
	width: 32%;
}
/* widths may need changing if not 100% width */
#thedms11 DIV#thedmsBrowseGrid .BrowseCell {
	width: 82%;
	float: left;
}
#thedms11 DIV#thedmsBrowseGrid .BrowseSmallPicture {
	width: 15%;
	float: left;
	padding-top: 4px;
}
#thedms11 DIV#thedmsBrowseGrid .BrowseCellDetails {
	background-color: #EBEBEB;
	padding: 3px;
}
DIV#thedmsBrowseGrid  .BrowseCell h2 {
	font-size: 120%;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #660066;
	padding-left: 10px;
	margin: 5px 0 2px 0;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(/newaccom/images/bubplastic.jpg);
}
DIV#thedmsBrowseGrid  .BrowseCell h2 a {
	color: #fff;
}
/*browse events styles- will take table styles from above if not overwritten*/
#thedmsBrowseEvents {
	clear:both;
}
#thedmsBrowseEvents th {
	color: #330066;
	background-color: #e0e0e0;
	padding: 5px;
}
#thedmsBrowseEvents td {
	padding: 3px;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}
.thedmsBackgroundFix {
	clear: both;
	font-size: 1px;
	height: 1px;
}
div#thedmsLargePicturesPanel {
float:right;
text-align: right;
}
div#thedmsFeaturePicture1, div#thedmsFeaturePicture2 {
	text-align: right;
}
/*Accommodation Pages*/
#thedmsAvailabilityChart {
	clear: left;
	font-size: 80%;
	width: 90%;
	background-color: #F0F7F2;
	margin: auto;
	border: #FFF solid 1px;
}
/* map section styles */
DIV#thedmsMapAll0 {
	width: 600px;
	padding: 0px;
}
DIV#thedmsMapAll1 {
	width: 280px;
	padding: 3px;
}
DIV#thedmsButtonHolder .buttonDisable {
	background-color: #EEF0EE;
	border: 1px #639 solid;
	text-align:center;
	text-decoration:none;
	COLOR: #639;
	font-weight: normal;
	padding: 1px 3px;
	width: 110px;
}
/* ehsop */ /* --- LM Changes to remove border and scrollers and add pointer icon on links */
#basketsummaryframe {
	width:700px;
	border:none;
}
#basketsummary {
	width:600px;
	border:none;
	background-color:#F5F5F5;
}
div.productcontainer a {
	cursor:pointer;
	text-decoration:none;
}
/*--------------------------------------------------------------------- dms styles for google mapping ----------------------------------------------------------------------*/
#thedmsShowMap, #thedmsHideMap, #thedmsShowListings, #thedmsHideListings{
	padding:5px;
	font-size: 100%;
	font-weight: bold;
	margin-right: 5px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	display: block;
	margin-bottom: 0px;
	float: left;
	cursor: pointer;
}
#thedmsShowMap a, #thedmsHideMap a, #thedmsShowListings a, #thedmsHideListings a{
}
#thedmsGoogleMap{
	width: 800px;
	margin: auto;
}

/*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;
	padding:0px;
	border: 1px #639 solid;
	margin-right:2px;
}
.button a {
	background-color: #EBF7E8;
	text-align:center;
	text-decoration:none;
	COLOR: #639;
	font-weight: bold;
	padding: 1px 3px;
}
.searchbutton {
	float: left;
}
input.button, div#thedms159 .button {
	background-color: #EBF7E8;
	border: 1px #639 solid;
	text-align:center;
	text-decoration:none;
	COLOR: #639;
	font-weight: bold;

}
.button a:hover {
	background-color: #D2ECCA;
	text-decoration:none;
}
.bookbutton a {
	background-color: #409401;
	color: #fff;
}
.bookbutton a:hover {
	background-color: #337601;
}
/* END OF GENERIC FORM STYLES */
/* put site specific styles here at bottom */
/* Website styles*/

.basket{
	height: 70px;
	/*overflow:hidden;*/
	width: 30%;
	float: right;
	margin-right: 0px;
}

#basketsummaryframe {
float:left;
height:20px;
width:100%;
}

button.eshopbutton{
padding:100px;
float:left;
}

/*
--- Jan 09 Accomodation Details Override ---
*/

div#thedms02n #thedmsAvailabilityKey .thedmsGridKeyBook, div#thedms02n .thedmsGridBook, div#thedms02n .thedmsGridBook a 
{
    background:#9C004A;
}
div#thedms02n .thedmsGridBook a, div#thedms02n .thedmsGridBook a:visited 
{

}
div#thedms02n #thedmsAvailabilityKey .thedmsGridKeyBook, div#thedms02n .thedmsGridBook 
{

}

div#thedms02n #thedmsAvailabilityKey .thedmsGridKeyAvailable, div#thedms02n .thedmsGridAvailable
{
    background:#C2A9DA;
}

div#thedms02n #thedmsAvailabilityKey .thedmsGridKeyNotAvailable, div#thedms02n .thedmsGridNotAvailable
{

}

div#thedms02n .thedmsGridIcon, div#thedms02n .thedmsGridIconText 
{

}

div#thedms02n .thedmsGridTableHeader, #thedmsGridAvailabilityChart .thedmsGridTableHeader th 
{
    background-color:#C0D3C4;
    color:#663399;
}

div#thedms02n .thedmsGridTableHeader a, div#thedms02n .thedmsGridTableHeader a:visited
{
	color:#663399;
	text-decoration:underline;
}

div#thedms02n #thedmsAvailability, div#thedmsAccessibility 
{
    background:#F0F7F2;
    padding:10px;
}
div#thedmsAccessibility {
	border: none;
}
div#thedmsAccessibility h3 {
	background-color:#660066;
	background-image:url(/newaccom/images/bubplastic.jpg);
	background-repeat: repeat-x;
	color:#FFFFFF;
	font-weight: normal;
}
/* global basket */
#basket-holder {
	float: left;
	width: 100%;
	border-bottom: 1px solid #9D5B9D;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#basket-summary {
	float: left;
}
#basketsummaryframe{
height: 22px;
width:185px;
overflow: hidden;
color: #000;
background: #fff;
float: left;
}
.basketbutton {	
	float: left;
}
.basketbutton a, .basketbutton a:visited {
	background-color: #409401;
	color: #fff;
	display: block;
	padding: 5px;
} 
.basketbutton a:hover {
	background-color: #337601;
}

/* New Browse Page */

div.thedmsBrowsePagination a.thedmsPaginationCurrentPage, div.thedmsBrowsePagination a:hover 
{
    background:#660066;
}

div.thedmsBrowsePagination a 
{
    background:#669900;
}

/*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 
{
    margin-bottom:20px;
}

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#thedms01 .thedmsBookLayoutSpecialOffer, div#thedms01 .thedmsBookLayoutAddToShortList 
{
margin:0;
}

div#thedms02n #thedmsGridTable .thedmsGridMultiStay, div#thedms02n #thedmsSpecialOffersHolder .thedmsGridMultiStay 
{
background-color: #4B114A;

}



/*End of Special Offer Styles applied November 2009*/