/*
Author: Toni Ruckwood
Copyright: 2016 Ordnance Survey
Version: 2.0.2
Updated: 17 Jan 2017
*/
@font-face {
	font-family: 'Source Sans Pro Regular';
	src:
		url('//fonts.gstatic.com/s/sourcesanspro/v9/ODelI1aHBYDBqgeIAH2zlN0tugusXa58UbOrParLRF0.eot');
	src:
		url('//fonts.gstatic.com/s/sourcesanspro/v9/ODelI1aHBYDBqgeIAH2zlN0tugusXa58UbOrParLRF0.eot?#iefix')
		format('embedded-opentype'),
		url(//fonts.gstatic.com/s/sourcesanspro/v9/ODelI1aHBYDBqgeIAH2zlNV_2ngZ8dMf8fLgjYEouxg.woff2)
		format('woff2'),
		url(//fonts.gstatic.com/s/sourcesanspro/v9/ODelI1aHBYDBqgeIAH2zlBM0YzuT7MdOe03otPbuUS0.woff)
		format('woff'),
		url('//fonts.gstatic.com/s/sourcesanspro/v9/ODelI1aHBYDBqgeIAH2zlEY6Fu39Tt9XkmtSosaMoEA.ttf')
		format('truetype');
	font-weight: 400;
	font-style: normal;
}

BODY {
	font-family: "Source Sans Pro Regular", "Helvetica Neue", Helvetica,
		Arial, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	color: #464646;
	background-color: #fff;
	text-align: center;
}

/*Hyperlinks*/
a:link,a:active {
	text-decoration: none;
	color: #0194cc;
}

a:visited {
	text-decoration: none;
	color: #453c90;
}

a:hover,a:focus {
	text-decoration: underline;
	color: #d40058;
}

/*Main wrapper*/
#wrapper {
	width: 1140px;
	margin: 0 auto;
	text-align: left;
}

/*Mast*/
#mast {
	background-color: #fff;
	text-align: right;
	padding-top: 18px;
}

/*OS linked URL*/
#mast P A {
	display: none;
}

#mast P A:hover {
	color: #999;
}

/*Primary navigation*/
#navigation {
	margin-right: 12px;
}

#mast UL LI {
	display: inline;
}

#mast UL LI A {
	padding: 4px 8px;
	color: #5d5d5d;
}

#mast UL LI A:hover,#mast UL LI.active A {
	background-color: #fff;
	color: #d40058;
}

/*Main content*/
#content {
	background: none;
}

#content P,#content UL,#content OL,#content DL,#content PRE,#content FORM,#content TABLE
	{
	margin-bottom: 1.5em;
}

/*Unordered lists in content area*/
#content UL {
	list-style: disc;
	margin-left: 2em;
}

/*Hyperlinks in content area*/
#content A {
	text-decoration: underline;
}

#content A:hover {
	text-decoration: none;
}

/*Intro paragraph*/
#intro {
	padding: 0 18px 36px 18px;
}

#home #intro {
	height: auto;
	padding: 36px 190px 0 190px;
	background-image: url(../images/bg_corner.png);
	background-position: top right;
	background-repeat: no-repeat;
}

#main {
	margin: 36px 18px 0 18px;
}

/*Logos*/
#intro #logos {
	margin-left: 0;
}

#intro #logos {
	list-style: none;
}

#intro #logos LI {
	display: inline;
	padding-right: 53px;
}

#intro img:first-child[src='https://www.os.uk/images/ui/logo/os-standard-portrait-90.png']
	{
	width: 80px;
	height: auto;
}

/*Main headings*/
H1 {
	font-family: "Source Sans Pro Regular", "Helvetica Neue", Helvetica,
		Arial, sans-serif;
	font-size: 2.5em;
	line-height: 1em;
	font-weight: 400;
	margin: 16px 0;
}

/*Product table rows and columns*/
#row1,#row2 {
	clear: left;
	padding: 0 18px;
}

.col1,.col2,.col3 {
	width: 282px;
	margin: 18px 0 18px 36px;
	float: left;
}

#row1 .col1,#row2 .col1 {
	margin-left: 0;
}

#row1 .col1,#row1 .col2,#row1 .col3 {
	border: 1px solid #ccc;
	background-color: #fcfcfc;
	height: 23em;
	position: relative;
	margin-top: 0;
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
}

#row1 DIV.sleeve {
	margin: 9px;
}

#row1 {
	color: #339;
}

#row2 {
	background-color: #e6e6e6;
	margin-top: 32px;
}

/*Secondary headings*/
H2 {
	font-size: 2em;
	font-weight: 400;
	line-height: 1em;
	margin-bottom: .667em;
}

#home H2 {
	text-transform: lowercase;
}

H2 SPAN.subheading {
	display: block;
	font-size: .75em;
	margin: 9px 0;
	font-weight: normal;
}

#row1 H2 {
	height: 70px;
	text-align: right;
}

#row1 .col1 H2 {
	background-image: url(../images/binoculars.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#row1 .col2 H2 {
	background-image: url(../images/markers.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#row1 .col3 H2 {
	background-image: url(../images/hard_drive.png);
	background-position: top left;
	background-repeat: no-repeat;
}

/*Third level headings (only used on pages.html at present)*/
H3 {
	font-size: 1.5em;
	font-weight: 100;
	color: #666;
	margin: 18px 0;
}

/*Home page 'more' buttons*/
.more {
	position: absolute;
	right: 9px;
	bottom: 9px;
}

/*Product form*/
FORM {
	padding: 0 18px;
}

TABLE {
	border: 1px solid #ccc;
}

TR:hover {
	background-color: #ededed;
}

TH {
	background-color: #333;
	color: #fff;
	padding: 9px;
	text-align: left;
}

TH ACRONYM {
	border: none;
}

TD {
	padding: 18px;
	vertical-align: top;
	text-align: left;
	border-top: 1px solid #ccc;
}

TD.preview {
	background-image: url(../images/placeholder.png);
	background-repeat: no-repeat;
	background-position: 18px 18px;
	color: #fff;
	width: 100px;
	height: 75px;
}

TD.preview IMG {
	border: 1px solid #666;
}

TD.product {
	padding-left: 0;
}

TD H2 {
	text-transform: none;
	line-height: 27px;
}

TD H2 SUP {
	font-size: .75em;
}

TD.product EM {
	color: #666;
}

TD.product UL {
	list-style: none;
	margin: 18px 0 0 0 !important;
}

TD.product UL LI {
	display: inline;
	border-left: 1px solid #666;
	padding: 0 9px;
}

TD.product UL LI.first {
	border: none;
	padding-left: 0;
}

TD.product H2 A {
	text-decoration: none !important;
	color: rgb(70, 70, 70);
}

.summary P {
	margin-bottom: 0.5em !important;
	font-weight: bold;
}

.summary P EM {
	font-weight: normal;
}

#scr50000countries,#scr25000countries,#ossvcountries {
	text-align: left;
	margin-top: 9px;
}

#ossvgridhelp,#scr25000gridhelp {
	margin-top: 9px;
	color: #666;
}

#ossvgrid IMG,#scr25000grid IMG {
	float: left;
}

#cossvg,#cscr25000g {
	height: 250px;
	border: 1px solid #999;
	overflow: auto;
	float: left;
}

TD.deliveryoptions P {
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}

#productcol {
	width: 510px;
}

#coveragecol {
	width: 250px;
}

#postcol {
	width: 80px;
}

#downloadcol {
	width: 80px;
}

/*Social bookmarking links*/
#socialbookmarks {
	list-style: none;
	margin: 0 !important;
}

#socialbookmarks LI {
	display: inline;
	margin-right: 3px;
}

/*Footer*/
#footer {
	clear: left;
	padding: 9px 18px;
	background-color: #e6e6e6;
	color: #333;
}

#row2 a:link,#row2 a:active {
	text-decoration: underline;
	color: #333;
}

#row2 a:visited {
	color: #333;
}

#row2 a:hover,#row2 a:focus {
	text-decoration: none;
	color: #333;
}

/*Misc*/
.clearing {
	clear: both;
}

.hidden {
	position: absolute;
	height: 1px;
	overflow: hidden;
	left: -9999px;
}

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

/*Userdetails form*/
#userdetails {
	background-color: #eaebe8;
	padding: 16px;
	margin: 0 20px;
}

#userdetails H2 {
	margin: 18px 0;
}

DIV.formrow {
	clear: both;
	margin: 18px 0 18px 190px;
}

DIV.formrow LABEL {
	position: absolute;
	margin-left: -190px;
}

DIV.formrow INPUT,DIV.formrow SELECT {
	width: 400px;
	border: 1px solid #666;
}

DIV.productlist {
	width: 400px;
	height: 100px;
	overflow: auto;
	background-color: #fff;
	border: 1px solid #cdcdcd;
	padding: 7px;
}

.errormessage {
	margin-left: 9px;
	border: 1px solid #666;
	max-width: 330px;
	background-color: #ffc;
	color: #c00;
	padding: 4px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline;
}

#products select,#userdetails select,#userdetails input[type='text'],#userdetails textarea,#productSelect
	{
	border: 1px solid #cdcdcd;
	padding: 7px;
}

#userdetails select {
	width: 416px;
}

/*Added 21 April 2010*/
.gridhelp {
	margin-top: 9px;
	color: #666;
}

.note,.productinfo {
	color: #666;
}

.note P STRONG,.productinfo P STRONG {
	color: #c00;
}

.natgrid IMG {
	float: left;
}

.natgrid SELECT {
	height: 250px;
	border: 1px solid #999;
	overflow: auto;
	float: left;
	border-left-width: 1px;
	padding-top: 1px;
	border-top-width: 1px;
	padding-bottom: 1px;
	width: 60px;
}

.natgrid SELECT OPTION:hover {
	background-color: #ededed;
}

/*
Author: Philipp Geng
Copyright: 2013 Ordnance Survey
Version: 1.0
Updated: 11 Nov 2013
*/

/*Adapted from the ODI styling for badges contained within the originally included badge.js*/
.open-data-certificate {
	position: relative
}

.open-data-certificate img {
	height: 70px
}

.open-data-certificate ul.open-data-certificate-details {
	display: none;
	position: absolute;
	left: 80px;
	top: -30px;
	z-index: 5000;
	min-width: 200px;
	text-align: left
}

.open-data-certificate ul.open-data-certificate-details li {
	border: 0;
	font-family: 'Helvetica Neue', Helvetica, sans-serif;
	font-size: .75em;
	display: block;
	margin: 1px 0;
	white-space: nowrap;
	overflow: hidden
}

.open-data-certificate ul.open-data-certificate-details li span {
	display: inline-block;
	background-color: black;
	color: white;
	padding: 0 2px
}

.open-data-certificate:hover ul.open-data-certificate-details {
	display: block
}

a.backtotop {
	display: block;
	height: 48px;
	width: 48px;
	position: fixed;
	right: 5%;
	bottom: 20px;
	cursor: pointer;
	background: transparent url("https://www.ordnancesurvey.co.uk/images/ui/back-to-top.png") no-repeat;
	text-indent: -9999px;
	opacity: .35;
	z-index: 100;
}

a.backtotop:hover {
	opacity: .80
}

#messages {   
    display: none;
    width: 100%;
    text-align: left;
    background-color: #3d3d3d;
    z-index: 9999;
    position:relative;
    color: white;
}

.message {
    max-width:1100px;
    padding: 0 20px;
    margin:0 auto;
    background-color:#3d3d3d;
    color:#fff;
    position:relative;
}

.message h2 {
    color:#fff;
    font-size:1.5em;
}

.message p {
    display:block;
    line-height:3em;
}

.message p a {
    color:#fff;
    text-decoration:underline;
}

.message p a:hover,.message p a:focus {
    text-decoration:none;
}

.message p button {
    margin-left:10px;
    background: #1443c3;
    color: #fcfcfc;
    font-size: 100%;
    font-family: inherit;
    border: none;
    padding: 8px 16px;
    border-radius: 2px;
    cursor: pointer;
}

#continue {
    margin-left: 10px;
    background: #1443c3;
    color: #fcfcfc;
    font-size: 100%;
    font-family: inherit;
    border: none;
    padding: 8px 16px;
    border-radius: 2px;
    cursor: pointer;
}