/* CSS Document */

/* globals ------------------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

html, body {
	font-family: Garamond, "Times New Roman", Verdana;
	font-size: 1em;
	color: #333;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clearer {
	clear: both;
}

h2 {
	margin-bottom: 20px;
	font-size: 180%;
	text-transform: uppercase;
}

.hr {
	border-top: 1px solid #000;
	margin: 10px 0;
}

h4 {
	margin-bottom: 10px;
}

h3 {
	margin-bottom: 10px;
	text-decoration: underline;
}

/* body colors ------------------------------------------------------------------- */

/* index */

#index #header, #index #footer {
	background-color: #ffeb94;
}

#index #subhead, #index #subfoot {
	background-color: #ffda2b;;
}

#index #rightpanel h3, #index #rightpanel .submitbutton {
	background-image: url(../images/heading_home.jpg);
}

/* wheretostay */

#wheretostay #header, #wheretostay #footer {
	background-color: #faa74b;
}

#wheretostay #subhead, #wheretostay #subfoot {
	background-color: #d27106;;
	color: #fff;
}

#wheretostay #subhead a, #wheretostay #subfoot a {
	color: #fff;
}

#wheretostay #rightpanel h3, #wheretostay #rightpanel .submitbutton {
	background-image: url(../images/heading_wheretostay.jpg);
}

#wheretostay #rightpanel ul li ul li a:hover {
	color: #d27106;
}

/* whattodo */

#whattodo #header, #whattodo #footer {
	background-color: #81BCDC;
}

#whattodo #subhead, #whattodo #subfoot {
	background-color: #348EBE;;
	color: #fff;
}

#whattodo #subhead a, #whattodo #subfoot a {
	color: #fff;
}

#whattodo #rightpanel h3, #whattodo #rightpanel .submitbutton {
	background-image: url(../images/heading_whattodo.jpg);
}

#whattodo #rightpanel ul li ul li a:hover {
	color: #348EBE;
}

/* eatingout */

#eatingout #header, #eatingout #footer {
	background-color: #916BAF;
}

#eatingout #subhead, #eatingout #subfoot {
	background-color: #5B3E73;;
	color: #fff;
}

#eatingout #subhead a, #eatingout #subfoot a {
	color: #fff;
}

#eatingout #rightpanel h3, #eatingout #rightpanel .submitbutton {
	background-image: url(../images/heading_eatingout.jpg);
}

#eatingout #rightpanel ul li ul li a:hover {
	color: #5B3E73;
}

/* events */

#events #header, #events #footer {
	background-color: #95B013;
}

#events #subhead, #events #subfoot {
	background-color: #445109;;
	color: #fff;
}

#events #subhead a, #events #subfoot a {
	color: #fff;
}

#events #rightpanel h3, #events #rightpanel .submitbutton {
	background-image: url(../images/heading_events.jpg);
}

#events #rightpanel ul li ul li a:hover {
	color: #445109;
}

/* shopping */

#shopping #header, #shopping #footer {
	background-color: #EE886F;
}

#shopping #subhead, #shopping #subfoot {
	background-color: #D9401A;;
	color: #fff;
}

#shopping #subhead a, #shopping #subfoot a {
	color: #fff;
}

#shopping #rightpanel h3, #shopping #rightpanel .submitbutton {
	background-image: url(../images/heading_shopping.jpg);
}

#shopping #rightpanel ul li ul li a:hover {
	color: #D9401A;
}

/* visitorinfo */

#visitorinfo #header, #visitorinfo #footer {
	background-color: #CCCC99;
}

#visitorinfo #subhead, #visitorinfo #subfoot {
	background-color: #A7A754;;
	color: #fff;
}

#visitorinfo #subhead a, #visitorinfo #subfoot a {
	color: #fff;
}

#visitorinfo #rightpanel h3, #visitorinfo #rightpanel .submitbutton {
	background-image: url(../images/heading_visitorinfo.jpg);
}

#visitorinfo #rightpanel ul li ul li a:hover {
	color: #A7A754;
}

/* header ------------------------------------------------------------------- */

#header {
	display: block;
	width: auto;
	height: 80px;
}

#header h1 {
	float: left;
	margin-left: 45px;
	text-indent: -5000px;
	background: transparent url(../images/shrewsburylogo.png) 0 11px no-repeat;
	width: 292px;
	height: 80px;
}

#header p {
	float: right;
	margin-right: 45px;
	text-indent: -5000px;
	background: transparent url(../images/lfslogo.png) 0 10px no-repeat;
	width: 94px;
	height: 80px;
}

/* subhead ------------------------------------------------------------------- */

#subhead {
	display: block;
	width: auto;
	height: 2em;
	border-bottom: 2px solid #fff;
	font-weight: bold;
	font-size: 80%;
	text-transform: uppercase;
}

#subhead p {
	padding: 0.5em 45px;
}

#subhead a {
	padding-right: 12px;
	margin-right: 5px;
	background: transparent url(../images/crumbwhite.png) right center no-repeat;
	width: 9px;
	height: 9px;
	color: #333;
	text-decoration: none;
}

#index #subhead a {
	background-image: url(../images/crumbblack.png);
}

#subhead a:hover {
	text-decoration: underline;
}

/* container ------------------------------------------------------------------- */

#container {
	position: relative;
	/*display: inline-block;*/
	overflow: visible;
	width: auto;
}

/* background fading image ------------------------------------------------------------------- */

#image img {
	position: relative;
	z-index: -99;
	width: 100%;
	height: 450px;
}

#image
{
	z-index: -100;
}	

#image ul
{
	list-style:none;
}	

#image div 
{
	z-index: -98px;	
}




/* common panel styles ------------------------------------------------------------------- */

#leftpanel, #centre, #rightpanel {
	position: relative;
	float: left;
	display: inline;
	padding: 0.65%;
	background: url(../images/transparencybg.png);
	z-index: 2;
	margin-left: 2.75%;
}

/* left panel ------------------------------------------------------------------- */

#leftpanel {
	margin-top: -200px;
	width: 205px;
}

#leftpanel ul {
	list-style: none;
}

#leftpanel ul li {
	width: 200px;
	height: 6.2em;
	margin-bottom: 5px;
	padding-top: 4px;
	border: 1px solid #ccc;
}

*:first-child+html #leftpanel ul li {
	margin-bottom: 2px;
}

#leftpanel img {
	width: 96%;
	height: 75px;
	margin: 2%;
}

#leftpanel a {
	display: block;
	width: 100%;
	text-decoration: none;
	color: #333;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 102%;
	text-indent: 5%;
}

#leftpanel ul li:hover {
	border: 1px solid #000;
}

#leftpanel a img {
	border: none;
}

#menu_home {
	background: #ffeb94;
}

#menu_wheretostay {
	background: #faa74b;
}

#menu_whattodo {
	background: #81bcdc;
}

#menu_darwin {
	background: #be5371;
}

#menu_eatingout {
	background: #906bb0;
}

#menu_events {
	background: #95b013;
}

#menu_events_xmas {
	background: #8f0000;
}
#menu_events_xmas a{
	color:#fff;
}

#menu_shopping {
	background: #ee886f;
}

#menu_visitorinfo {
	background: #cccc98;
}

/* copy ------------------------------------------------------------------- */

#centre {
	margin-top: 100px;
	width: 50%;
	padding: 1.5% 1.5% 2.5% 1.5%;
}

#centre p {
	margin-bottom: 10px;
}

#centre img 
{
	float: right;
	clear: right;
	border: 1px solid #ccc;
	margin: 5px 0 15px 15px;
}

#centre .flowers {
	float: none;
	clear: none;
	margin: 0 0 0 50px;
}

#centre .sponsor {
	float: none;
	clear: none;
	margin: 0 0 0 25px;
}

#centre .noborder {
	border: none;
}

#centre ul {
	list-style: none;
}

#centre ul li {
	margin-bottom: 4px;
	margin-left: 10px;
}

#centre a {
	text-decoration: none;
	font-weight: bold;
	color: #333;
}

#index #centre a:hover {
	text-decoration: underline;
	color: #ffda2b;
}

#wheretostay #centre a:hover {
	text-decoration: underline;
	color: #d27106;
}

#whattodo #centre a:hover {
	text-decoration: underline;
	color: #348ebe;
}

#eatingout #centre a:hover {
	text-decoration: underline;
	color: #5b3e73;
}

#events #centre a:hover {
	text-decoration: underline;
	color: #445109;
}

#shopping #centre a:hover {
	text-decoration: underline;
	color: #d9401a;
}

#visitorinfo #centre a:hover {
	text-decoration: underline;
	color: #A7A754;
}

#visitorinfo #openingtimes {
	border: 2px solid #a7a754;
	border-collapse: collapse;
	text-align: center;
	margin: 20px 0;
	background: url(../images/accom_fieldset_bg.png) top left repeat-x;
	width: 100%;
}

#visitorinfo #openingtimes th {
	background: #a7a754;
	color: #000;
	padding: 6px 1px;
	font-size: 90%;
} 

#visitorinfo #openingtimes td {
	border-left: 1px solid #a7a754;
	border-right: 1px solid #a7a754;
	padding: 5px 5px;
	font-size: 90%;
} 

#visitorinfo #openingtimes #tools {
	border-top: 1px solid #a7a754;
}

#whattodo #centre #infoboxes li {
	float: left;
	width: 40%;
	margin-right: 5%;
	height: 120px;
	border: 1px solid #ddd;
	margin-bottom: 20px;
	background: #eee;
}

#whattodo #centre #infoboxes li a {
	display: block;
	width: 100%;
}

#whattodo #centre #infoboxes li h3 {
	display: block;
	text-align: center;
	font-size: 100%;
	text-decoration: none;
	background: url(../images/heading_whattodo.jpg) top left repeat-x;
	margin-bottom: 2px;
	height: 23px;
	cursor: pointer;
}

#whattodo #centre #infoboxes li a img {
	margin-right: 25%;
}

/* right panel ------------------------------------------------------------------- */

#rightpanel {
	margin-top: 100px;
	width: 18%;
}

#rightpanel a, #rightpanel a:link, #rightpanel a:visited{
	color:black;
	text-decoration:underline;
}
#rightpanel a:hover, #rightpanel a:visited{
	color:blue;
	text-decoration:none;
}

#rightpanel ul {
	list-style: none;
}

#rightpanel ul li {
	width: auto;
	margin-bottom: 30px;
}

*:first-child+html #rightpanel ul li {
	margin-bottom: 20px;
}

#rightpanel h3 {
	text-transform: uppercase;
	width: 100%;
	background: repeat-x;
	line-height: 23px;
	border: 1px solid #ccc;
	text-indent: 5%;
	text-decoration: none;
}

#rightpanel img {
	width: 100%;
	margin: 5% 0;
	
}

#rightpanel a {
	display: block;
	width: auto;
	text-decoration: none;
	color: #333;
	font-weight: bold;
	font-size: 90%;
}

#rightpanel #short-breaks{
	border:1px solid #ccc;
	padding-bottom:15px;
}
#rightpanel #short-breaks a{
	font-variant:small-caps;
}

*:first-child+html #rightpanel a:hover {
	text-decoration: underline;
}

#rightpanel a img {
	border: none;
}

#generalsearch label {
	font-size: 110%;
	text-transform: uppercase;
	background: none;
	border: none;
	font-weight: bold;
}

#rightpanel ul li#generalsearch h3 {
	background-image: none;
}

#generalsearch form input {
	border: 1px solid #ccc;
	height: 20px;
	width: 76%;
	margin-right: 2.5%;
}

#generalsearch form .submitbutton {
	border: 1px solid #ccc;
	width: 20%;
	height: 22px;
	background: left center repeat-x;
	font-size: 0.7em;
	margin-right: 0;
}

#rightpanel ul li ul {
	margin: 0;
	padding: 0;
	margin: 5% 0 5% 5%;
}

#rightpanel ul li ul li {
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}

*:first-child+html #rightpanel ul li ul li {
	margin-bottom: 5px;
}

#rightpanel form select {
	border: 1px solid #ccc;
	height: 20px;
	width: 100%;
	margin: 6% 0 6% 0;
}

#rightpanel .submitbutton {
	border: 1px solid #ccc;
	height: 22px;
	background: left center repeat-x;
	font-size: 0.7em;
}

#rightpanel #quicksearch .submitbutton {
	float: right;
}

/* footer ------------------------------------------------------------------- */

#footer {
	display: block;
	width: auto;
	height: 2em;
	font-weight: bold;
	font-size: 80%;
}

#footer p {
	padding: 0.4em 45px;
}

#footer a, #subfoot a {
	color: #333;
	text-decoration: none;
}

#footer a:hover, #subfoot a:hover {
	text-decoration: underline;
}

/* subfoot ------------------------------------------------------------------- */

#subfoot {
	display: block;
	width: auto;
	height: 2em;
	border-bottom: 2px solid #fff;
	font-weight: bold;
	font-size: 80%;
}

#subfoot ul {
	padding: 0.4em 45px;
	list-style: none;
}

#subfoot ul li {
	display: inline;
	margin-right: 2px;
}


/* all search */

#wheretostay #centre #accommodationsearch fieldset, #whattodo #centre #attractionsearch fieldset, #eatingout #centre #attractionsearch fieldset, #events #centre #eventsearch fieldset, #shopping #centre #attractionsearch fieldset {
	width: 100%;
	float: left;
	clear: left;
	margin-bottom: 10px;
	background: url(../images/fieldset_bg.jpg) repeat-x left bottom;
	border: 2px solid #d27106;
}

#whattodo #centre #attractionsearch fieldset {
	background: url(../images/whattodo_fieldset_bg.jpg) repeat-x left bottom;
	border: 2px solid #348FBE;
}

#eatingout #centre #attractionsearch fieldset {
	background: url(../images/eatingout_fieldset_bg.jpg) repeat-x left bottom;
	border: 2px solid #5B3E73;
}

#events #centre #eventsearch fieldset {
	background: url(../images/events_fieldset_bg.jpg) repeat-x left bottom;
	border: 2px solid #445109;
}

#shopping #centre #attractionsearch fieldset {
	background: url('../images/shopping_fieldset_bg.jpg') repeat-x left bottom;
	border: 2px solid #D93F19;
}

#shopping #centre #retailersearch fieldset {
	background: url('../images/shopping_fieldset_bg.jpg') repeat-x left bottom;
	border: 2px solid #D93F19;
}

#wheretostay #centre #accommodationsearch #rating, #wheretostay #centre #accommodationsearch #location {
	height: 95px;
}

#wheretostay #centre #accommodationsearch #type {
	height: 202px;
	margin-bottom: 20px;
}

#wheretostay #centre #accommodationsearch fieldset legend, #whattodo #centre #attractionsearch fieldset legend, #eatingout #centre #attractionsearch fieldset legend, #events #centre #eventsearch fieldset legend, #shopping #centre #attractionsearch fieldset legend {
	color: #d27106;
	font-weight: bold;
	background: #fff;
	font-size: 95%;
}

#whattodo #centre #attractionsearch fieldset legend {
	color: #348FBE;
}

#eatingout #centre #attractionsearch fieldset legend {
	color: #5B3E73;
}

#events #centre #eventsearch fieldset legend {
	color: #445109;
}

#shopping #centre #attractionsearch fieldset legend {
	color: #d9401a;
}

#wheretostay #centre #accommodationsearch fieldset ul, #events #centre #eventsearch fieldset ul {
	float: left;
	list-style: none;
	margin-left: 1%;
}

#whattodo #centre #attractionsearch fieldset ul, #eatingout #centre #attractionsearch fieldset ul, #events #centre #eventsearch fieldset ul, #shopping #centre #attractionsearch fieldset ul {
	margin-left: 1%;
}

#wheretostay #centre #accommodationsearch fieldset ul li label, #whattodo #centre #attractionsearch fieldset ul li label, #eatingout #centre #attractionsearch fieldset ul li label, #events #centre #eventsearch fieldset ul li label, #shopping #centre #attractionsearch fieldset ul li label, #shopping #centre #retailersearch fieldset ul li label  {
	display: inline-block;
	width: 270px;
	font-size: 95%;
}
#shopping #centre #retailersearch fieldset ul li label  {
	font-size: 95%;
}

#events #centre #eventsearch fieldset ul li label {
	width: 210px;
}

#wheretostay #centre #accommodationsearch #rating{overflow:hidden;}

#wheretostay #centre #accommodationsearch #rating ul {
	margin-top: 15px;
}

#wheretostay #centre #accommodationsearch #rating ul li {
	float: left;
	width:80px;
}

*:first-child+html #wheretostay #centre #accommodationsearch #rating ul li {
	margin-left: 10%;
}

#wheretostay #centre #accommodationsearch #rating ul li label {
	width: 20px;
}

#wheretostay #centre #accommodationsearch #rating input {
	display: none;
}

#wheretostay #centre #accommodationsearch #rating img {
	border: 0;

}

#wheretostay #centre #accommodationsearch #searchbtn, #whattodo #centre #attractionsearch #searchbtn, #eatingout #centre #attractionsearch #searchbtn, #events #centre #eventsearch #searchbtn, #shopping #centre #attractionsearch #searchbtn {
	float: right;
	border: 1px solid #999;
	background: url('../images/heading_wheretostay.jpg') repeat-x top bottom #faa74b;
	margin-top: 10px;
	padding: 2px 5px;
	text-transform: uppercase;
	font-size: 80%;
	cursor:pointer;
}

#whattodo #centre #attractionsearch #searchbtn {
	background: url('../images/heading_whattodo.jpg') repeat-x top bottom #81bcdc;
}

#eatingout #centre #attractionsearch #searchbtn {
	background: url('../images/heading_eatingout.jpg') repeat-x top bottom #906BB0;
}

#events #centre #eventsearch #searchbtn {
	background: url('../images/heading_events.jpg') repeat-x top bottom #95B013;
}

#shopping #centre #attractionsearch #searchbtn {
	background: url('../images/heading_shopping.jpg') repeat-x top bottom #ee886f;
}


/* accommodation + attractions searchresults */

#wheretostay .accomresult, #whattodo .attractresult, #events .eventresult, #shopping .attractresult, #index .accomresult, #index .attractresult, #index eventresult, #eatingout .eatingoutresult {
	float: left;
	width: 100%;
	border: 1px solid #ccc;
	margin-bottom: 20px;
	background: url('../images/link_bg.jpg') repeat-x bottom left;
} 
#shopping .record-details {
	float: left;
	width: 100%;
	border: 1px solid #ccc;
	margin-bottom: 20px;
	
} 

#whattodo .attractresult, #index .attractresult {
	background: url('../images/whattodo_link_bg.jpg') repeat-x bottom left;
}

#events .eventresult, #index .eventresult {
	background: url('../images/events_link_bg.jpg') repeat-x bottom left;
}

#shopping .attractresult {
	background: url('../images/shopping_link_bg.jpg') repeat-x bottom left;
}

#eatingout .eatingoutresult {
	background: url('../images/eatingout_link_bg.jpg') repeat-x bottom left;
}

#wheretostay .accomresult .resultinfo, #whattodo .attractresult .resultinfo, #events .eventresult .resultinfo, #shopping .attractresult .resultinfo, #index .accomresult .resultinfo, #index .attractresult .resultinfo, #index .eventresult .resultinfo, #eatingout .eatingoutresult .resultinfo {
	float: left;
	width: 100%;
	border-bottom: 2px solid #faa74b;
	background: #fff;
	margin-bottom: 5px;
}
#shopping .resultinfo{
	width: 100%;
	background: #fff;
	margin-bottom: 5px;
}

#whattodo .attractresult .resultinfo, #index .attractresult .resultinfo {
	border-bottom: 2px solid #348FBE;
}

#events .eventresult .resultinfo, #index .eventresult .resultinfo {
	border-bottom: 2px solid #445109;
}

#shopping .attractresult .resultinfo {
	border-bottom: 2px solid #d9401a;
}

#eatingout .eatingoutresult .resultinfo {
	border-bottom: 2px solid #906bb0;
}

#wheretostay .accomresult h1, #whattodo .attractresult h1, #events .eventresult h1, #shopping .attractresult h1, #index .accomresult h1, #index .attractresult h1, #index .eventresult h1, #eatingout .eatingoutresult h1 {
	font-size: 120%;
	background: #faa74b url(../images/heading_wheretostay.jpg) repeat-x bottom left;
	color: #000;
	padding: 6px 0;
	text-indent: 10px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
}
#shopping .record-details-top h3 {
	font-size: 120%;
	background: #ee886f url(../images/heading_shopping.jpg) repeat-x bottom left;
	color: #000;
	padding: 6px 0;
	text-indent: 10px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
}

#whattodo .attractresult h1, #index .attractresult h1 {
	background: #81BCDC url(../images/heading_whattodo.jpg) repeat-x bottom left;
}

#events .eventresult h1, #index .eventresult h1 {
	background: #95B013 url(../images/heading_events.jpg) repeat-x bottom left;
}

#shopping .attractresult h1 {
	background: #ee886f url(../images/heading_shopping.jpg) repeat-x bottom left;
}

#eatingout .eatingoutresult h1 {
	background: #906bb0 url(../images/heading_eatingout.jpg) repeat-x bottom left;
}

*:first-child+html #wheretostay .accomresult h1, *:first-child+html #whattodo .attractresult h1, *:first-child+html #events .eventresult h1, *:first-child+html #shopping .attractresult h1, *:first-child+html #index .accomresult h1, *:first-child+html #index .attractresult h1, *:first-child+html #index .eventresult h1 {
	margin-bottom: 0;
}

#wheretostay .accomresult .resultinfo .thumbimg, #whattodo .attractresult .resultinfo .thumbimg, #shopping .attractresult .resultinfo .thumbimg, #index .accomresult .resultinfo .thumbimg, #index .attractresult .resultinfo .thumbimg, #eatingout .eatingoutresult .resultinfo .thumbimg {
	float: left;
	margin-left: 10px;
	border: 1px #000 solid;
	width: 115px;
	margin-bottom: 10px;
}

#wheretostay .accomresult .resultinfo .ratingimg, #index .accomresult .resultinfo .ratingimg {
	float: right;
	clear: none;
	border: 0;
	width: 80px;
	margin-right: 1.5%;	
}

#wheretostay .accomresult .resultinfo .ratingimg1, #index .accomresult .resultinfo .ratingimg1 {
	float: right;
	clear: none;
	width: 70px;
	margin-right: 1.5%;
	border: 1px solid #ccc;
	background: #fff;
	padding: 5px;	
}

#wheretostay .accomresult ul, #whattodo .attractresult ul, #events .eventresult ul, #shopping .attractresult ul, #index .accomresult ul, #index .attractresult ul, #index .eventresult ul, #eatingout .eatingoutresult ul {
	max-width: 250px;
	list-style: none;
	margin-left: 100px;
	border-right: 1px solid #faa74b;
	font-size: 93%;
}

#whattodo .attractresult ul, #index .attractresult ul {
	border-right: 1px solid #348EBE;
}

#events .eventresult ul, #index .eventresult ul {
	border-right: 1px solid #445109;
	margin-left: 0;
}

#shopping .attractresult ul {
	border-right: 0;
	margin-left: 0;
}

#eatingout .eatingoutresult ul {
	border-right: 0;
	margin-left: 0;
}

#wheretostay .accomresult p, #whattodo .attractresult p, #events .eventresult p, #shopping .attractresult p, #index .accomresult p, #index .attractresult p, #index .eventresult p, #eatingout .eatingoutresult p {
	margin-left: 10px;
}

#wheretostay .accomresult .moreinfo, #whattodo .attractresult .moreinfo, #events .eventresult .moreinfo, #shopping .attractresult .moreinfo, #shopping .moreinfo, #index .accomresult .moreinfo, #index .attractresult .moreinfo, #index .eventresult .moreinfo {
	float: right;
	margin-right: 10px;
}

#wheretostay .accomresult .bookable, #whattodo .attractresult .bookable, #index .accomresult .bookable, #index .attractresult .bookable {
	float: right;
	clear: right;
	margin-right: 10px;
	margin-bottom: 0;
}

#wheretostay .accomresult .moreinfo a, #wheretostay .accomresult .bookable a, #whattodo .attractresult .moreinfo a, #whattodo .attractresult .bookable a, #events .eventresult .moreinfo a, #shopping .attractresult .moreinfo a, #index .accomresult .moreinfo a, #index .accomresult .bookable a, #index .attractresult .moreinfo a, #index .attractresult .bookable a, #index .eventresult .moreinfo a {
	background: url(../images/arrows.png) center right no-repeat;
	padding-right: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

#wheretostay .accomresult .email, #whattodo .attractresult .email, #events .eventresult .email, #shopping .attractresult .email, #index .accomresult .email, #index .attractresult .email, #index .eventresult .email, #eatingout .eatingoutresult .email {
	padding-right: 12px;
	text-decoration: none;
	color: #000;
}

#wheretostay .accomresult .moreinfo a:hover, #wheretostay .accomresult .bookable a:hover, #whattodo .attractresult .moreinfo a:hover, #whattodo .attractresult .bookable a:hover, #events .eventresult .moreinfo a:hover, #events .eventresult .bookable a:hover, #shopping .attractresult .moreinfo a:hover, #shopping .attractresult .bookable a:hover, #index #centre .accomresult .moreinfo a:hover, #index #centre .accomresult .bookable a:hover, #index #centre .attractresult .moreinfo a:hover, #index #centre .attractresult .bookable a:hover, #index #centre .eventresult .moreinfo a:hover, #index #centre .eventresult .bookable a:hover {
	color: #D27106;
	text-decoration: underline;
}

#whattodo .attractresult .moreinfo a:hover, #whattodo .attractresult .bookable a:hover, #index #centre .attractresult .moreinfo a:hover, #index #centre .attractresult .bookable a:hover {
	color: #348fbe;
}

#events .eventresult .moreinfo a:hover, #events .eventresult .bookable a:hover, #index #centre .eventresult .moreinfo a:hover, #index #centre .eventresult .bookable a:hover {
	color: #445109;
}

#shopping .attractresult .moreinfo a:hover, #shopping .attractresult .bookable a:hover {
	color: #d9401a;
}

#wheretostay .accomresult .email:hover, #whattodo .attractresult .email:hover, #events .eventresult .email:hover, #shopping .attractresult .email:hover, #index #centre .accomresult .email:hover, #index .attractresult .email:hover, #index #centre .eventresult .email:hover, #eatingout .eatingoutresult .email:hover {
	text-decoration: underline;
	color: #D27106;	
}

#whattodo .attractresult .email:hover, #index #centre .attractresult .email:hover {
	color: #348fbe;
}

#events .eventresult .email:hover, #index #centre .eventresult .email:hover {
	color: #445109;
}

#shopping .attractresult .email:hover {
	color: #d9401a;
}

#eatingout .eatingoutresult .email:hover {
	color: #906bb0;
}

#wheretostay .stats, #whattodo .stats, #events .stats, #shopping .stats, #eatingout .stats {
	background: #FDD7AC;
	width:100%;
	float: left;
	margin-bottom: 20px;
	padding-bottom: 2px;
	border: 2px solid #d27106;
}

#whattodo .stats {
	background: #cce3f1;
	border: 2px solid #348fbe;
}

#events .stats {
	background: #f0f8c5;
	border: 2px solid #445109;
}

#shopping .stats {
	background: #f4c0b3;
	border: 2px solid #d9401a;
}

#eatingout .stats {
	background: #906bb0;
	border: 2px solid #5b3e74;
}

#wheretostay .stats p, 
#whattodo .stats p, 
#events .stats p, 
#shopping .stats p, 
#eatingout .stats p 
{
	float: left;
	clear: left;
	color: #000;
	margin: 2px 0 2px 5px;
	width: 250px;
}

#wheretostay .stats .rightstats, 
#whattodo .stats .rightstats, 
#events .stats .rightstats, 
#shopping .stats .rightstats, 
#eatingout .stats .rightstats 
{
	float: right;
	clear: right;
	margin: 2px 5px 2px 0;
	width: 340px;
	text-align: right;
}

#wheretostay .stats a, #whattodo .stats a, #events .stats a, #shopping .stats a, #eatingout .stats a {
	color: #000;
	text-decoration: none;
	font-size: 95%;
}

#wheretostay .stats a:hover, #whattodo .stats a:hover, #events .stats a:hover, #shopping .stats a:hover, #eatingout .stats a:hover {
	text-decoration: underline;
}

#events .eventresult .eventinfo, #index .eventresult .eventinfo {
	float: right;
	clear: right;
	font-size: 90%;
	border-collapse: collapse;
	width: 45%;
	border-bottom: 1px solid #445109;
	margin-right:10px;
}

#events .eventresult .eventinfo td, #index .eventresult .eventinfo td {	
	padding: 2px;
	width: 15%;
}

#wheretostay #detailsholder .tooltips, #whattodo #detailsholder .tooltips, #shopping #detailsholder .tooltips {
	background: url(http://www.shropshiretourism.co.uk/images/tools_bg.png) repeat-x bottom left;
	border: 2px solid #faa74b;
	margin-bottom: 5px;
	padding: 3px;
	float: left;
	clear: both;
	width: 100%;
}

#whattodo #detailsholder .tooltips {
	border: 2px solid #81bcdc;
}

#shopping #detailsholder .tooltips {
	border: 2px solid #d9401a;
}

#wheretostay #detailsholder .tooltips a, #whattodo #detailsholder .tooltips a, #shopping #detailsholder .tooltips a {
	color: #000;
	font-size: 85%;
	font-weight: bold;
	background: url(../images/arrows.png) no-repeat center right;
	padding-right: 15px;
	margin-left: 18%;
} 


/* accommodation + attractions details */

#wheretostay #detailsholder #detailheader, #whattodo #detailsholder #detailheader, #shopping #detailsholder #detailheader {
	float: left;
	width: 100%;
	background: #fff;
	border: 2px solid #ccc;
	margin-bottom: 10px;
}

#wheretostay #detailsholder #detailheader a, #whattodo #detailsholder #detailheader a, #shopping #detailsholder #detailheader a {
	float: right;
	clear: right;
	color: #000;
	font-weight: bold;
	font-size: 85%;
	background: url(../images/arrows.png) no-repeat right center;
	padding-right: 15px;
	margin-right: 10px;
}

#wheretostay #detailsholder #detailheader h1, #whattodo #detailsholder #detailheader h1, #shopping #detailsholder #detailheader h1 {
	float: left;
	font-size: 100%;
	background: #faa74b url(../images/heading_wheretostay.jpg) repeat-x bottom left;
	color: #000;
	padding: 6px 0;
	width: 50%;
	padding-left: 10px;
	border-right: 2px solid #ccc;
}

#whattodo #detailsholder #detailheader h1 {
	background: #81bcdc url(../images/heading_whattodo.jpg) repeat-x bottom left;
}

#shopping #detailsholder #detailheader h1 {
	background: #ee886f url(../images/heading_shopping.jpg) repeat-x bottom left;
}

#wheretostay #detailsholder .short, #whattodo #detailsholder .short, #shopping #detailsholder .short {
	clear: none;
	width: 47%;
}

#wheretostay #detailsholder h2, #whattodo #detailsholder h2, #shopping #detailsholder h2 {
	clear: both;
	width: inherit;
	background: #FDD7AC;
	color: #000;
	font-size: 80%;
	text-indent: 10px;
	padding: 2px 0;
}

#whattodo #detailsholder h2 {
	background: #BCDCED;
}

#shopping #detailsholder h2 {
	background: #f4c0b3;
}

#wheretostay #detailsholder img, #whattodo #detailsholder img, #shopping #detailsholder img {
	float: right;
	clear: right;
	width: 250px;
	border: 1px solid #000;
	margin: 0 0 10px 10px;
} 

#wheretostay #detailsholder img.accessimg, #whattodo #detailsholder img.accessimg, #shopping #detailsholder img.accessimg {
	width: 50px;
	float: left;
}

#wheretostay #detailsholder #facdiv img, #whattodo #detailsholder #facdiv img, #shopping #detailsholder #facdiv img {
	width: auto;
	float: none;
}

#wheretostay #detailsholder ul, #whattodo #detailsholder ul, #shopping #detailsholder ul {
	font-size: 90%;
	margin-bottom: 20px;
}

#wheretostay #detailsholder ul li, #whattodo #detailsholder ul li, #shopping #detailsholder ul li {
	margin: 0;
	padding: 0;
	line-height: 1.1em;
}

#wheretostay #detailsholder a, #whattodo #detailsholder a, #shopping #detailsholder a {
	text-decoration: none;
	color: #D27106;
}

#whattodo #detailsholder a {
	color: #348ebe;
}

#shopping #detailsholder a {
	color: #d9401a;
}

#wheretostay #detailsholder a:hover, #whattodo #detailsholder a:hover, #shopping #detailsholder a:hover {
	text-decoration: underline;
}

#wheretostay #detailsholder .ratingimg, #whattodo #detailsholder .ratingimg, #shopping #detailsholder .ratingimg {
	float: left;
	width: 85px;
	border: 0;
}

#wheretostay #detailsholder .ratingimg1, #whattodo #detailsholder .ratingimg1, #shopping #detailsholder .ratingimg1  {
	float: left;
	width: 75px;
	margin-left: 0.7%;
	border: 1px solid #ccc;
	background: #fff;
	padding: 5px;
}

/* accommodation price table */

#wheretostay #accomprice {
	border: 2px solid #FAA74B;
	border-collapse: collapse;
	text-align: center;
	margin-bottom: 20px;
	background: url(../images/accom_fieldset_bg.png) top left repeat-x;
	margin-left: 1%;
}

#wheretostay #accomprice th {
	background: #FAA74B;
	color: #000;
	padding: 6px 3px;
	font-size: 90%;
} 

#wheretostay #accomprice td {
	border-left: 1px solid #FAA74B;
	border-right: 1px solid #FAA74B;
	padding: 10px 10px;
	font-size: 90%;
} 

#wheretostay #accomprice #tools {
	background: url(../images/link_bg.jpg) bottom left repeat-x;
	border-top: 1px solid #FAA74B;
}

#wheretostay #accomprice #tools h4 {
	float: left;
	font-size: 90%;
	font-weight: bold;
	text-decoration: underline;
}

#wheretostay #accomprice #tools a {
	color: #000;
	float: left;
	margin-left: 50%;
	font-size: 95%;
	font-weight: bold;
	background: url(../images/arrows.png) right center no-repeat;
	padding-right: 15px;
}

*:first-child+html #wheretostay #accomprice #tools a {
	margin-left: 20%;
}

#wheretostay #disclaimer, #whattodo #disclaimer, #shopping #disclaimer {
	font-size: 85%;
	text-align: justify;
}


/* attraction open table */

#whattodo #attractopen, #shopping #attractopen {
	border: 2px solid #81bcdc;
	border-collapse: collapse;
	text-align: center;
	margin-bottom: 20px;
	background: #fff;
}

#shopping #attractopen {
	border: 2px solid #d9401a;
}

#whattodo #attractopen th, #shopping #attractopen th {
	background: #81bcdc;
	color: #fff;
	padding: 6px 3px;
	font-size: 100%;
} 

#shopping #attractopen th {
	background: #d9401a;
}

#whattodo #attractopen td, #shopping #attractopen td {
	border-left: 1px solid #81bcdc;
	border-right: 1px solid #81bcdc;
	padding: 6px 3px;
	font-size: 95%;
} 

#shopping #attractopen td {
	border-left: 1px solid #d9401a;
	border-right: 1px solid #d9401a;
}

#whattodo #attractopen .bankholiday {
	background: url(../images/whattodo_link_bg.jpg) bottom left repeat-x;
	border-top: 1px solid #81bcdc;
}

#shopping #attractopen .bankholiday {
	background: url(../images/shopping_link_bg.jpg) bottom left repeat-x;
	border-top: 1px solid #d9401a;
}

#whattodo #attractopen #tools {
	background: url(../images/whattodo_link_bg.jpg) bottom left repeat-x;
	border-top: 1px solid #81bcdc;
}

#shopping #attractopen #tools {
	background: url(../images/shopping_link_bg.jpg) bottom left repeat-x;
	border-top: 1px solid #d9401a;
}

#whattodo #attractopen #tools h4, #shopping #attractopen #tools h4 {
	float: left;
	font-size: 90%;
	font-weight: bold;
	text-decoration: underline;
}

#whattodo #attractopen #tools a, #shopping #attractopen #tools a {
	color: #000;
	float: left;
	margin-left: 20%;
	font-size: 95%;
	font-weight: bold;
	background: url(../images/arrows.png) right center no-repeat;
	padding-right: 15px;
}

/* accommodation + attractions contact form */

#wheretostay form#contactform, #whattodo form#contactform, #shopping form#contactform {
	color: #000;
}

#wheretostay form#contactform input, #wheretostay form#contactform select, #whattodo form#contactform input, #whattodo form#contactform select, #shopping form#contactform input, #shopping form#contactform select {
	border: 1px #D27106 solid;
	width: 15em;
}

#whattodo form#contactform input, #whattodo form#contactform select {
	border: 1px #348ebe solid;
}

#shopping form#contactform input, #shopping form#contactform select {
	border: 1px #d9401a solid;
}

#wheretostay form#contactform .rooms, #whattodo form#contactform .rooms, #shopping form#contactform .rooms {
	width:4em;
}

#wheretostay form#contactform .cb, #whattodo form#contactform .cb, #shopping form#contactform .cb {
	border: 0;
}

#wheretostay form#contactform .btn, #whattodo form#contactform .btn, #shopping form#contactform .btn {
	border: #ccc 1px solid;
	background: #FAA74B url(../images/heading_wheretostay.jpg) repeat-x bottom left;
	margin: 0 10px 10px 5px;
	padding: 4px 10px;
	float: right;
	text-transform: uppercase;
	width: auto;
}

#whattodo form#contactform .btn {
	background: #81bcdc url(../images/heading_whattodo.jpg) repeat-x bottom left;
}

#shopping form#contactform .btn {
	background: #ee886f url(../images/heading_shopping.jpg) repeat-x bottom left;
}

#wheretostay form#contactform fieldset, #whattodo form#contactform fieldset, #shopping form#contactform fieldset {
	margin-bottom: 10px;
	border: none;
	border-top: 1px solid #D27106;
	background: url(bg.gif) repeat-x left bottom;
}

#whattodo form#contactform fieldset {
	border-top: 1px solid #348ebe;
}

#shopping form#contactform fieldset {
	border-top: 1px solid #d9401a;
}

#wheretostay form#contactform legend, #whattodo form#contactform legend, #shopping form#contactform legend {
	padding: 5px;
	font-weight: bold;
	color: #D27106;
}

#whattodo form#contactform legend {
	color: #348ebe;
}

#shopping form#contactform legend {
	color: #d9401a;
}

#wheretostay form#contactform label, #whattodo form#contactform label, #shopping form#contactform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	color: #000;
	font-weight: 100;
	width: 175px; /* Width of labels */
}

#wheretostay form#contactform fieldset li, #whattodo form#contactform fieldset li, #shopping form#contactform fieldset li {
	list-style: none;
	padding: 5px 10px 7px;
	background: url(divider.gif) repeat-x left bottom;
}

#wheretostay form#contactform em, #whattodo form#contactform em, #shopping form#contactform em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
}

#wheretostay form#contactform h1, #whattodo form#contactform h1, #shopping form#contactform h1 {
	text-align: center;
	width: 100%;
	color: #000;
	font-family: Garamond, Verdana, Arial, Helvetica;
	font-size: 21px;
	margin-top: 20px; 
	letter-spacing: 4px;
	font-weight: 100; 
}

#wheretostay form#contactform ul, #whattodo form#contactform ul, #shopping form#contactform ul {
	margin-bottom: 20px;
}

#wheretostay form#contactform .hr, #whattodo form#contactform .hr, #shopping form#contactform .hr {
	width: 100%;
	clear: both;
	border-bottom: 2px solid #D27106;
	margin-bottom: 10px;
	padding-top: 10px;
}

#whattodo form#contactform .hr {
	border-bottom: 2px solid #348ebe;
}

#shopping form#contactform .hr {
	border-bottom: 2px solid #d9401a;
}

*:first-child+html #wheretostay form#contactform .hr, *:first-child+html #whattodo form#contactform .hr, *:first-child+html #shopping form#contactform .hr {
	padding-top: 0;
}

#wheretostay form#contactform img, #whattodo form#contactform img, #shopping form#contactform img {
	float: right;
	border: 1px solid #000;
	width: 250px;
}

#wheretostay form#contactform a, #whattodo form#contactform a, #shopping form#contactform a {
	color: #D27106;
	text-decoration: none;
}

#whattodo form#contactform a {
	color: #348ebe;
}

#shopping form#contactform a {
	color: #d9401a;
}

#wheretostay form#contactform a:hover, #whattodo form#contactform a:hover, #shopping form#contactform a:hover {
	text-decoration: underline;
}

#wheretostay form#contactform h2, #whattodo form#contactform h2, #shopping form#contactform h2 {
	width: 100%;
	float: left;
	clear: both;
	color: #000;
	background: #FAA74B url(../images/heading_wheretostay.jpg) repeat-x left bottom;
	text-indent: 10px;
	padding: 5px 0;
	font-size: 100%;
	border: 2px solid #ccc;
	margin: 0;
}

#whattodo form#contactform h2 {
	background: #81bcdc url(../images/heading_whattodo.jpg) repeat-x left bottom;
}

#shopping form#contactform h2 {
	background: #ee886f url(../images/heading_shopping.jpg) repeat-x left bottom;
}

/* NEWSLETTER ************************/

#centre #newsletter h6 {
	background: #ffda2b;
	width: 100%;
	border-top: 1px #000 solid;
	border-bottom: 1px #000 solid;
	text-align: center;
	color: #000;
	font-size: 15px;
	clear: both;
	margin-bottom: 10px;
}

#centre #newsletter h1 {
	font-family: Garamond, Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-decoration: none;
	color: #014B94;
}
#centre #newsletter img {
	margin: 0;
	border: 0;
	float: none;
}

#centre #newsletter .imgs {
	margin: 0 10px;
	border: 1px solid #CCC;
}



/* brochure request form --------------------------------------------------------- */

#brochureholder {
	border-collapse: collapse;
}

#brochureholder th {
	text-align: left;
	background: #ffeb94;
	font-weight: 100;
	padding: 5px;
}

#brochureholder #tick {
	width: 120px;
}

#brochureholder td {
	padding: 5px;
	padding-top: 20px;
	border-bottom: 1px solid #ffeb94;
	vertical-align: top;
}

#brochureholder #checkbox {
	vertical-align: middle;
	text-align: center;
}

#brochureholder td h1 {
	font-size: 16px;
	margin-bottom: 5px;
}

#brochureholder td p em {
	color: #2642c6;
}

#brochureholder tr .tools {
	background: url(http://www.shropshiretourism.co.uk/images/tools_bg.png) repeat-x bottom left;
	padding-top: 5px;
}

#brochureholder tr .tools a {
	margin-right: 2%;
}

#brochurerequestform fieldset {
	margin: 20px 0 0 0;
	border: 2px solid #ffda2b;
	background: url(../images/contact_bg.jpg) repeat-x top left;
}

#brochurerequestform label {
	display: inline-block;
	width: 150px;
}

#brochurerequestform ol {
	margin: 10px;
}

#brochurerequestform a {
	font-size: 12px;
	margin-left: 10px;
}

#brochurerequestform .btn {
	margin: 10px;
	float: right;
}

#brochurerequestform img {
	border: 1px solid #000;
}
/* newsfeeds ---------------------------------------------------------------------- */

.newsholder {
	float: left;
	border:2px solid #ccc;
	background: url(../images/newsbg.jpg) repeat-x top left #eee;
	margin-bottom: 30px;
	padding: 10px;
}

.newsholder img {
	float: left;
	clear: left;
	width: 100px;
	margin-right: 10px;
	border: 1px solid #000;
}

.newsholder p {
	margin-left: 110px;
}

.newsholder h3 {
	font-size: 95%;
	text-decoration: underline;
}

.newsholder h4 {
	font-size: 85%;
	margin-bottom: 5px;
}

.newsholder .newslink {
	float: right;
	margin: 0;
	padding: 0;
}

#newsarticle h4 {
	color: #666;
	font-size: 90%;
	border-bottom: 2px solid #666;
	width: 100%;
	margin-bottom: 10px;
}

#newsarticle img {
	float: right;
	clear: right;
	width: 290px;
	border: 1px solid #000;
	margin-left: 10px;
	margin-bottom: 10px;
}

/* googlemap ---------------------------------------------------------------------- */

#centre #googlemap {
	font-size: 80%;
}

#centre #googlemap p.moreinfo {
	float: right;
	font-size: 120%;
}

#centre #googlemap ul {
	float: left;
}

#centre #googlemap img {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
}

#centre #googlemap h2 {
	color: #000;
	text-indent: 10px;
	font-size: 100%;
}

#centre #googlemap h2 span {
	position: absolute;
	right: 10px;
}

#accommodation #centre #googlemap h2 {
	background: #F1B8B8;
}

#attractions #centre #googlemap h2 {
	background: #CADFCA;
}

#resultsmapbutton {
	background: #F1B8B8;
	width: 101%;
	border: 2px solid #C62727;
}


.thumbnails {
	border: 1px solid #000000;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#rightpanel ul #event_list {
	padding-right: 5px;
}

#rightpanel ul #event_list li {
	padding-bottom: 10px;
	border-bottom: 1px dotted #ffda2a;
	margin-bottom: 8px;
}

#rightpanel ul #event_list li a span {
	font-size: 80%;
}


/* ATTRACTION RESULTS */

#centre .attractresult
{
	border: 2px solid #1a861a;
	margin: 10px 0;
	background: url(http://www.shropshiretourism.co.uk/images/tools_bg.png) repeat-x bottom left;
}


#centre .attractresult h1
{
	display: block;
	background: #1a861a;
	color: #fff;
	font-size: 19px;
	text-indent: 10px;
	padding: 5px 0;
	margin-bottom: 10px;
	position: relative;
}


#centre .attractresult p, 
{
	margin: 5px;
}


 #centre .attractresult .moreinfo
{
	float: right;
	font-weight: bold;
	line-height: 150%;
}


#centre .attractresult ul 
{
	list-style: none;
	font-size: 14px;
	position: relative;
}


#centre .attractresult ul li 
{
	margin-bottom: 3px;
}

#centre .attractresult .resultinfo 
{
	background: #ebf3eb url(http://www.shropshiretourism.co.uk/images/attract_fieldset_bg.png) repeat-x top left;
	border-bottom: 2px solid #1a861a;
}



#centre .attractresult .resultinfo .thumbimg
{
	width: 115px;
	height: 95px;
	border: 1px solid #000;
	float: left;
	margin: 0 10px 10px 10px;
}


#centre .attractresult .resultinfo p 
{
	clear: left;	
}

/******************************************/
/**************** shopping ****************/
/******************************************/

#shopping #centre img
{
	float: none;
	clear: none;
	
	margin: 0px;
}

#shopping #centre img.right
{
	clear: right;
	float: right;
	
	margin: 5px 0 15px 15px;
}

#shopping #centre .record
{
}

#shopping #centre .record-image img
{
	float: right;
	
	margin: 0px 0px 10px 10px;
}

/******************************************/

#shopping #centre .entry-overview
{
	overflow: hidden;
	
	margin-bottom: 20px;
}

#shopping #centre .entry-images
{
	float: right;
}

#shopping #centre .entry-images-main
{
	
}

#shopping #centre .entry-images-main img
{
	margin: 0px 0px 10px 10px;
}

#shopping #centre .entry-images-alt
{
	
}

#shopping #centre .entry-images-alt img
{
	float: left;
	
	margin: 5px 0px 10px 10px;
}

#error-message
{
	border-style: solid;
	border-width: 1px;

	margin: 1em; 
	margin-left: auto;
	margin-right: auto;
	padding: 1em; 
	width: 90%;
	
	text-align: center;
	color: #000000;
	
	border-color: #FF0000;
	background: #FFB0B0;
}

#success-message
{
	border-style: solid;
	border-width: 1px;

	margin: 1em; 
	margin-left: auto;
	margin-right: auto;
	padding: 1em; 
	width: 90%;
	
	text-align: center;
	color: #000000;
	
	border-color: #235C34;
	background: #B8F5B1;
}

/* END */



