
/*GENERIC STYLESHEET for web build*/
/*All buttons across all pages INCLUDING DMS PAGES*/
.button{
	margin: 2px;
}
.button a, .button a:visited, .button-link {
	padding: 3px;
	background-color: #553828;
	color: #fff;
}
.button a:hover{
	background-color: #744B36;
	color: #fff;
}
.searchbutton {
	background-color: #553828;
	color: #fff;
	border: none;
	margin-left: 2px;
	padding: 3px;
}
.thinbutton {
	background-color: #553828;
	color: #fff;
	border: none;
	margin-left: 2px;
	padding: 0 3px;
}


/*Generic styles across all pages- This also contains all of the default colours and layouts from the initial web build. Overrides can be found in <PUBLICATIONCODE>_dynamic.aspx*/
*{
	padding: 0px;
	margin: 0px;
}
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #Fff;
	color: #000;
}

a {
	color: #A04316;
	text-decoration: none;
}
ul{
	list-style: none;
}

img, img a{
	border:0;
}
.left, img.left {
	float: left;
	margin-right: 3px;
}
.right, img.right {
	float: right;
	margin-left: 3px;
}
p {
	margin: 5px;
}

/* used as main heading */
h1 {
	font-size: 130%;
	color: #3F1B09;
}
h2 {
	font-size: 110%;
	color: #3F1B09;
}
h1, h2, h3{
	margin: 2px 0px 4px 0px;
}
/*seperate if visited is different*/
h2 a, h2 a:visited {
	text-decoration: none;
}

h2 a:hover {
	text-decoration: underline;
}
h2.beige {
	background: url(/img/h2beige_bg.jpg) repeat-x;
	line-height: 30px;
	padding: 0 5px;
	color: #3F1B09;
	margin: 0;
}
h2.green {
	background: url(/img/h2green_bg.jpg) repeat-x;
	line-height: 30px;
	padding: 0 5px;
	color: #3F1B09;
	margin: 0;
}
h2.yellow {
	background: url(/img/h2yellow_bg.jpg) repeat-x;
	line-height: 30px;
	padding: 0 5px;
	color: #3F1B09;
	margin: 0;
}
h2.gold {
	background: url(/img/h2gold_bg.jpg) repeat-x;
	line-height: 30px;
	padding: 0 5px;
	color: #3F1B09;
	margin: 0;
}
h2.beige a, h2.beige a:visited, h2.green a, h2.green a:visited, h2.yellow a, h2.yellow a:visited, h2.gold a, h2.gold a:visited {
	color: #3F1B09;
}
h3 {
}
form {
	margin: 0;
	padding: 0;
}
input {
	margin: 0;
	padding: 0;
}
/*table styles*/
table{
}

th {
}

td {
}

tr{
}
/*site build styles- here are some examples of some generic names that you should really be using to keep to standards.*/

#frame{
	width: 100%;
	margin: 0 auto;
}
#frametop, #framebottom, #controlpanel, #headerimage, #townnav, #topnav, #subnav, #footer {
	display: none;
}
#framemid {
	background: none;
	width: 100%;
}
#contentcontainer {
	padding: 5px 15px;
}

#header{
	background: url(/img/print-header.jpg) no-repeat;
	height: 75px;
}
#crumbtrail {
	font-size: 90%;
	background-color: #EEEEE3;
	padding: 2px;
	clear: both;
	margin-bottom: 2px;
}
.leftcol{
	float: left;
	width: 24%;
	margin-right: 5px;
}
.rightcol{
	float: left;
	width: 24%;
 }
.middlecol{
	float: left;
	width: 49%;
	margin-right: 5px;
}
.leftcolwide{
	float: left;
	width: 74%;
	margin-right: 5px;
}
.twothirdscol {
	float: left;
	width: 60%;
	margin-right: 5px;
}
.onethirdcol {
	float: left;
	width: 38%;
}
.maincontent {
	line-height: 120%;
}
.maincontent li {
	list-style: circle inside;
	padding: 5px;
}
.beigebox {
	background-color: #F1EBD8;
}

.beigebox h2 {
	background: url(/img/barbeige_bg.jpg) repeat-x;
	line-height: 25px;
	padding: 0 5px;
	color: #3F1B09;
	margin: 0;
}
.greenbox {
	background-color: #E0E1C8;
}
.greenbox h2 {
	background: url(/img/bargreen_bg.jpg) repeat-x;
	line-height: 25px;
	padding: 0 5px;
	color: #3F1B09;
	margin: 0;
}
.colourbox h2 {
	line-height: 25px;
	padding: 0 5px;
	margin: 0;
}
.colourbox img, .beigebox img {
	margin: 5px 5px 0 5px;
	text-align: center;
}
.colourbox {
	padding-bottom: 5px;
}
.colourbox a:hover {
	text-decoration: underline;
}
span.REtext {
	color: #7B3411;
}
span.break {
	display: block;
	height: 5px;
}
.smalltext {
	font-size: 80%;
}
.featurespot {
	clear: both;
	float: left;
	width: 95%;
	margin-bottom: 8px;
	padding: 5px;
	border: 2px solid #F1EBD8;
}
span.featureddmspicture {
	float: left;
	margin-right: 3px;
}
.clear {
	clear: both;
	line-height: 1px;
	font-size: 1px;
	height: 1px;
}
#headlines h2 {
	width: 223px;
	margin-top: 5px;
}
.headline {
	background: #F1EBD8 url(/img/latest-arrow.jpg) no-repeat right;
	padding: 2px 27px 2px 5px;
	height: 33px;
}	
.headline p {
	margin: 0;
}
form.snippet label {
	width: 20%;
	display: block;
	float: left;
	clear: left;
	margin-left: 5px;
}
form.snippet .thedms li h2 {
	display: none;
}
form.snippet li {
	clear: both;
}
form.snippet div#thedmsSearch0 label {
	width: 100%;
	margin-left: 0;
}

.none {
	float: none;
	clear: none;
}
/*specific overrides here, for page specific h1s for example*/

/*--------------------------------- town pages ------------------------------------------*/
ul#mapbuttons {
	width: 100%;
	margin-top: 10px;
}
ul#mapbuttons li{
	float: left;
	width: auto;
	height: 25px;
	margin-right: 3px;
}
ul#mapbuttons li a{
	background: #B4B77C url(/img/bargreen_bg.jpg) repeat-x;
	line-height: 25px;
	padding: 0 5px;
	color: #3F1B09;
	margin: 0;
	display: block;
}
ul#mapbuttons li a:hover {
	background: #A9AC69 url(/img/bargreen-on_bg.jpg) repeat-x;
}
/*---------------------------------- discover section ------------------------------------*/
ul.OnPageIndex li {
	padding: 3px;
	border-bottom: 1px solid #fff;
}
/*--------------------------------- shortsearch classes ---------------------------------*/
.searchbuttonholder, .searchbuttonholder-advanced {
	text-align: right;
	margin-top: 5px;
}
div#thedms154 div#thedmsSearch0, div#thedms154 div#thedmsSearch1 {
	width: 98%;
	margin: 0 5px;
}

/*---------------------------------- must see page ------------------------------------*/
li.mustseebox {
	width: 19%;
	float: left;
	margin-left: 3px;
	text-align: center;
	list-style: none;
	padding: 0;
}
.mustseebox a {
	display: block;
	background: url(/img/subnav_bg.jpg) repeat-x #E8DDBF top;
	padding: 0 5px;
	color: #3F1B09;
	margin: 0;
	height: 132px
}
.mustseebox a:hover {
	background: none #DBC997;
}
.mustseebox img {
	margin: 5px 0;
	border: none;
}
.mustseebox span {
	clear: both;
	display: block;
	margin-bottom: 5px;
}
	
/*------------------------------ itineraries ----------------------------------------*/
.itinerarybox {
	float: left;
	width: 233px;
	margin-right: 5px;
	margin-top: 10px;
	background-color: #F2ECDB;
}
.itinerarybox img {
	float: left;
	margin-right: 3px;
}
/*------------------------------- global basket ---------------------------------------*/
#basket-summary {
	float: left;
}
#basketsummaryframe{
height: 20px;
width:185px;
overflow: hidden;
color: #3F1B09;
}
#basket-button {
	float: left;
}
/*----------------------------- CMS EDITABLE ONLY ------------------------------------*/
#header span.CMSEditable{
 float: left;
 overflow: hidden;
}

span.CMSEditable img{
 padding: 0px;
 margin: 0px;
}
#CMSSurround #townnav {
	width: 100px;
}
/*------------------------- sitemap ------------------------------------------*/
#sitemap ul li {
	list-style: square;
	margin-left: 20px;
}
#sitemap ul li ul li {
	list-style: disc;
	margin-left: 20px;
	font-size: 90%;
	line-height: 100%;
}
.level3 li {
	list-style: circle;
	font-size: 100%;
	margin-left: 20px;
}
/*----------------------- dms print styles ---------------------------------*/
#thedms01 DIV#thedmsBrowseGrid .BrowseCell {
	float: left;
	margin: 1px;
	padding: 3px;
	width: 32%;/* width will changing if not 3 column version, 48% if 2 column version  */
}
div#thedmsdetailsEAbuttons {
	display: none;
}
#thedms11 DIV#thedmsBrowseGrid .BrowseCell {
	width: 75%;
	float: left;
}
#thedms11 DIV#thedmsBrowseGrid .BrowseSmallPicture {
	width: 23%;
	float: left;
	text-align: center;
}
