.fleft {
	float: left;
}
img.fleft {
	margin-right: 10px;
}
.fright {
	float: right;
}
img.fright {
	margin-bottom: 12px;
	margin-left: 10px;
}
body {
	background-color: #fff;
	color: #222;
	font: 100% 'Lucida Grande',Arial,Helvetica,sans-serif;
}
#header {
	background: url(../images/headerbg.jpg) #03c no-repeat;
	color:  #fff;
	height: 160px;
	margin-bottom: 12px;
}
#header a {
	color: #fff;
}
div#topnav {
	padding-top: 4px;
}
div#topnav label {
	display: inline;
	float: none;
	width: auto;
}
div#brand img {
	position: relative;
	top: 16px;
}
#topnav {
	font-size: 85%;
}
#topnav form {
	margin-left: 300px;
	position: relative;
	top: -3px;
}
#topnav ul {
	margin: 10px;
}
#topnav li {
	float: left;
	padding-right: 12px;
}
#topnav li a:focus, #topnav li a:hover, #topnav li a:active {
	color: #fff154;
	text-decoration: none;
}
form#notifyfrm {
	border: 1px solid #ddd;
	margin: 20px;
	padding: 6px 3px;
	width: 400px;
}
form#notifyfrm label {
	font-weight: bold;
	margin-right: 8px;
	width: auto;
}
input.btn  {
	border: 1px solid #333;
	background-color: #f01d26;
	color: #fff404;
	font-size: 1em;
	font-weight: bold;
	padding: 3px 5px;
}
#primarynav {
	background: url(../images/primarynav.png) no-repeat;
	bottom: 0;
	position: absolute;
	height: 31px;
	margin: 0;
	padding: 0;
	width: 550px;
}
#primarynav a {
	display: block;
	height: 31px;
	text-indent: -9999px;
	overflow: hidden;
	position: relative;
}
#primarynav li {
	float: left;
	list-style: none;
}
a#scotland-england {
	background: url(../images/primarynav.png) no-repeat;
	width: 170px;
}
a#scotland-england:focus, a#scotland-england:hover, a#scotland-england:active {
	background-position: 0 -31px;
}
a#ireland {
	background: url(../images/primarynav.png) -170px 0 no-repeat;
	width: 74px;
}
a#ireland:focus, a#ireland:hover, a#ireland:active {
	background-position: -170px -31px;
}
a#worldwide {
	background: url(../images/primarynav.png) -244px 0 no-repeat;
	width: 102px;
}
a#worldwide:focus, a#worldwide:hover, a#worldwide:active {
	background-position: -244px -31px;
}
a#pocketsummits {
	background: url(../images/primarynav.png) -346px 0 no-repeat;
	width: 143px;
}
a#pocketsummits:focus, a#pocketsummits:hover, a#pocketsummits:active {
	background-position: -346px -31px;
}
a#other {
	background: url(../images/primarynav.png) -489px 0 no-repeat;
	width: 61px;
}
a#other:focus, a#other:hover, a#other:active {
	background-position: -489px -31px;
}
p#breadcrumbs {
	color: #444;
	margin: 12px 10px;
}
p#breadcrumbs a {
	color: #444;
}
p#breadcrumbs a:focus, p#breadcrumbs a:hover, p#breadcrumbs a:active {
	color: #3258b6;
}
div#content a:focus, div#content a:hover, div#content a:active {
	color: #002c74;
}
.bordered h3 {
	font-family: 'Lucida Grande',Arial,Helvetica,sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: -0.2px;
	margin: -10px;
	padding: 6px;
}
.bordered {
	background-color: #fffecd;
	border: 1px solid #7d1309;
	margin-bottom: 20px;
	overflow: auto;
}
.green {
	border-color: #4c7640;
}
.green h3 {
	background-color: #4c7640;
	color: #fff;
}
.red {
	border-color: #7d1309;
}
.red h3 {
	background-color: #7d1309;
	color: #fff;
}
.blue {
	border-color: #323ece;
}
.blue h3 {
	background-color: #323ece;
	color: #fff;
}
div.blue h3 a {
	color: #ffef02 !important;
	text-decoration: none;
}
.blue h3 a:hover {
	text-decoration: underline;
}
.brown {
	border-color: #d0652d;
}
.brown h3 {
	background-color: #d0652d;
	color: #fff;
}
.yellow {
	border-color: #000;
}
.yellow h3 {
	background-color: #fffc4f;
	color: #333;
}
.margined {
	margin-left: 10px;
}
.padded {
	padding: 10px;
}
ul.content {
	padding-bottom: 16px;
}
ul.content li {
	margin-bottom: 4px;
}
#content {
	font-size: 82%;
	min-height: 400px;
}
#content a {
	color: #3258b6;
}
#content h3 {
	margin-bottom: 12px;
}
h3.booksub {
	font-size: 1.1em;
	margin-top: -8px;
}
#content h4 {
	margin: 18px 0 12px;
}
#content ul {
	list-style: disc;
	margin-bottom: 1em;
}
#content li {
	margin-left: 2em;
}
ol {
	list-style: decimal;
	list-style-position: inside;
}
ul li, ol li {
	line-height: 1.4em;
}
p {
	line-height: 1.4em;
	margin-bottom: 0.8em;
}
fieldset {
	border: 1px solid #ddd;
	margin: 4px;
	padding: 8px;
}
legend {
	font-weight: bold;
	padding: 0 4px;
}
form div {
	margin: 6px;
}
form div.btn {
	margin: 12px 4px 6px;
	text-align: left;
}
form div.btn input {
	border: 1px solid #333;
	background-color: #f01d26;
	color: #fff404;
	font-size: 1em;
	font-weight: bold;
	padding: 3px 5px;
}
form#subscribe input#email {
	border: 1px solid #999;
	padding: 2px;
	width: 200px;
}
form#subscribe input#email:focus {
	border: 1px solid #333;
}
form#subscribe input#newsubmit, form#walkfinder .btn input, #contact .btn input, #order .btn input, #notifyfrm input.btn {
	font-weight: bold;
}
form#subscribe label {
	font-weight: bold;
	margin-bottom: 4px;
}
form#subscribe div, form#subscribe legend {
	margin: 0 0 6px;
	padding: 0;
}
form#walkfinder fieldset {
	border: none;
	padding: 0;
}
form#contact label em {
	color: #a80000;
	font-weight: bold;
	position: absolute;
	left: 31em;
}
form#contact div.ta label em {
	left: 36em;
}

label {
	display: block;
	float: left;
	width: 11em;
}
label.auto {
	display: inline;
	float: none;
}
select {
	
}
h2 {
	font-size: 1.4em;
	margin-bottom: 0.8em;
}
h2 span {
	color: #7d1309;
	font-size: 0.7em;
}
div.margined table {
	border-collapse: collapse;
}
div.margined tr.odd td, div.margined tr.odd th {
	background-color: #ffffdd;
}
div.margined th {
	background-color: #ccc;
	font-weight: bold;
	text-align: left;
}
div.margined td, div.margined th {
	border: 1px solid #ddd;
	padding: 6px 12px;
}
th.walk {
	background-color: #fff;
	text-align: left;
}
tfoot th.walk, tfoot td {
	background-color: #ffffdd;
	font-weight: bold;
}
table.walkfinder {
	margin-bottom: 18px;
}
th.walkname {
	width: 140px;
}
th.distance {
	width: 40px;
}
th.days {
	width: 70px;
}
td.distance, td.days {
	text-align: right;
}
#bookdata {
	font-size: 85%;
}
#bookdata li {
	list-style: none;
	margin-left: 0;
}
cite {
	font-size: 90%;
}
#footer {
	color: #333;
	font-size: 75%;
	padding-top: 20px;
}
#footer div {
	border-top: 1px solid #ccc;
}
#footer ul {
	margin-bottom: 12px;
}
#footer li {
	margin-bottom: 3px;
}
#footer h4 {
	margin: 12px 0 6px 0;
}
#footer a {
	color: #555;
	text-decoration: none;
}
#footer a:focus, #footer a:hover, #footer a:active {
	color:  #3258b6;
	text-decoration: underline;
}
#links li {
	margin-bottom: 8px;
}
#links li a {
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 4px;
}
dl#faqlist {
	margin: 2em 0;
}
dl#faqlist dt {
	font-size: 110%;
	font-weight: bold;
}
dl#faqlist dd {
	margin-left: 1.4em;
}
/* Gallery */
p#gallery {
	line-height: 0;
}
#credit {
	font-size: 0.9em;
	width: 500px;
}
#gallery .bookthumb {
	margin-left: 12px;
	margin-right: 0;
}
#thumbnails, #activeimage {
	float: left;
}
#activeimage {
	margin-left: -4px;
}
#credit, .clearleft {
	clear: left;
}
.clearright {
	clear: right;
}
#thumbnails img {
	border: 1px solid #000;
	display: block;
	margin-bottom: 4px;
	margin-right: 8px;
}
.thumbnail {
	text-align: center;
}
.thumbnail img {
	border: 1px solid black;
	margin: 0 8px;
}
.thumbnail a:hover img {
	border: 1px solid blue;
}
ul#forum {
	list-style: none;
}
ul#forum li, ul#forum li a {
	margin-bottom: 6px;
	margin-left: 0;
	padding-left: 0;
	text-decoration: none;
}
ul#forum li a:hover {
	text-decoration: underline;
}
/* Look inside */
.sample {
	float: left;
	margin: 1.2em 24px 1em 0;
	width: 120px;
}
.sample img, .portrait img {
	border: 1px solid black;
}
.portrait {
	border: 1px solid #aaa;
	margin-left: 16px;
	padding: 12px;
}
.portrait span {
	display: block;
	font-size: 85%;
	margin-top: 8px;
	text-align: center;
}
.sample a:hover img {
	border: 1px solid #d00000;
}
#fpbuy {
	border-bottom: 0;
	margin-bottom: 0;
}
.note {
	font-size: 85%;
}
.bookthumb {
	float: left;
	height: 30em;
	margin-right: 20px;
	margin-top: 1em;
	width: 120px;
}
.subbookthumb {
	float: right;
	margin-left: 10px;
	width: 120px;
}
.subbookthumb a {
	white-space: nowrap;
}
.leadin {
	color: #6D4A1F;
}
#gallery p.leadin {
	width: 580px;
}
.bookthumb h3, .subbookthumb h3 {
	font-size: 100%;
	margin-bottom: 0.7em;
}
.bookthumb h3 span, .subbookthumb h3 span {
	display: block;
}
.bookthumb p, .subbookthumb p {
	font-size: 85%;
	line-height: 1.4em;
}
.bookthumb p span, .subbookthumb p span {
	left: -999em;
	position: absolute;
	width: 998em;
}
a.nowrap {
	white-space: nowrap;
}
/* Order form */
table.order {
	border: 1px solid #e8e1e7;
	margin-bottom: 12px;
	width: 100%;
}
table.order th {
	background-color: #e8e1e7;
	color: #000;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}
table.order td {
	border: 0;
	vertical-align: top;
}
table.order th.ctr {
	text-align: center;
}
table.order th span {
	display: block;
	font-size: 85%;
}
table.order th, table.order td {
	padding: 4px 3px 4px 8px;
}
table.order label {
	width: auto;
}
td.ordercat {
	background-color: #ddd;
	color: #000;
	font-weight: bold;
}
tr.offer, td.offer, li.offer {
	font-weight: bold;
}
li.offer {
	color: #F20000;
}
tr.cat {
	border-top: 1px solid #ccc;
}
.orderselect {
	text-align: center;
}
.currency {
	padding-right: 18px;
	text-align: right;
}
p.address {
	margin-left: 24px;
}
#harveymaps {
	background-color: #eee;
	border: 1px solid #000;
	left: -999em;
	padding: 10px;
	position: absolute;
	width: 400px;
}
p.error {
	background: url(../images/error.png) no-repeat 0 2px;
	font-weight: bold;
	padding-left: 24px;
}
p.info {
	background: url(../images/info.png) no-repeat 0 2px;
	font-weight: bold;
	padding-left: 24px;
}
ul.error {
	color: #8e2c34;
	padding-bottom: 18px;
}
dl.searchresults dt {
	font-size: 1.2em;
	font-weight: bold;
}
dl.searchresults dd {
	margin: 0.4em 1em 1.2em 0;
}
dl.searchresults dd span.searchnote {
	font-size: 0.9em;
}
p#searchres {
	font-weight: bold;
	margin: 24px 0;
}
p#searchres a {
	background-color: #367;
	border: 1px solid #ccc;
	color: #fff;
	margin: 0 2px;
	padding: 3px 5px;
	text-decoration: none;
}
p#searchres a:hover {
	background-color: #4c7640;
	text-decoration: underline;
}
ul#sub_menu {
	visibility: none;
}
p.overnight, p.feature {
	background-position: left 50%;
	background-repeat: no-repeat;
	padding-left: 30px;
}
p.overnight {
	background-image: url(../maps/yellowpin.png);
}
p.feature {
	background-image: url(../maps/redpin.png);
}