/**
 *	H1, H2, P color : #505c65
 *	H3* color : #00163b
 * 	a color: #00163b
 * 	horizontal, menu-back-color : #00163b
 *	menu a : #3c90d0
 * 	img border: #7f838f
 * 	Gold : #f8dc00
 */

* {
	padding: 0px;
	margin: 0px;
}

body {
	font-family: Arial, sans-serif;
	background-color: white;
}

h1, h2 {
	font-size: 1.3em;
	line-height: 1em;
	color: #00163b;
	width: 100%;
	border-bottom: 3px solid #00163b;
	padding-bottom: 0.2em;
	*padding-bottom: 0.23em;
	margin-bottom: 1em;
}

h2.no-border {
	border: none;	
}

h3, h4, h5, h6 {
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1.3em;
	color: #00163b;
	padding-bottom: 1.3em;
}

p {
	font-size: 0.8em;
	line-height: 1.3em;
	color: #505C65;
	padding-bottom: 1.3em;
}
a {
	font-weight: bold;
	text-decoration: none;
	color: 	#00163b;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

li {
	font-size: 0.8em;
	line-height: 1.3em;
	color: #505C65;
}

ul {
	margin-bottom: 1.3em;
	list-style: disc;
	list-style-position: inside;
}

ol {
	margin-bottom: 1.3em;
	list-style: decimal;
	list-style-position: inside;
}

/* Standard Tables */
table {
	border-collapse: collapse;	
}

table th, table td {
	padding: 0px;
	margin: 0px;
}

table.standard {
	width: 100%;
	margin-bottom: 1em;	
}

table.standard th {
	font-size: 1em;
	color: #00163b;
	padding-right: 0.3em;
	padding-bottom: 0.4em;
}

table.standard td {
	font-size: 0.9em;
	color: #505C65;
}

.blue-border-top
{
	border-top: 3px solid #00163b;
}

.blue-border-bottom
{
	border-bottom: 3px solid #00163b;
}

.hide-me {
	position: absolute;
	top: -999em;
	left: -999em;
}

.float-left {
	float: left;
}

.float-right {
	float: right;	
}

.number {
	text-align: right;	
}

#wrap {
	position: absolute;
	width: 768px;
	left: 50%;
	margin-left: -384px;
}

/* header */
#header {
	position: relative;
	height: 66px;
	margin-bottom: 20px;
}

#header .rnptba {
	position: absolute;
	top: 0px;
	right: 105px;
	width: auto;
	font-size: 1.8em;
	text-align: right;
	border: none;
	color: #00163b;
}

#header .rnptba-long {
	position: absolute;
	top: 31px;
	right: 105px;
	font-size: 1em;
	line-height: 1em;
	text-align: right;
	color: #505c65;
}

#header .fit-to-fight {
	position: absolute;
	top: 37px;
	left: 73px;
	font-size: 1.5em;
	color: #00163b;
}

#header .royal-navy-logo {
	position: absolute;
	top: 0px;
	left: 0px;
}

#header .rnptba-logo {
	position: absolute;
	top: -2px;
	right: 0px;
}

/* footer */

.christmas_date{
    position: relative;
    clear: both;
    background-color: #001542;
    width: 100%;
    color: white;
    font-family: arial;
    font-size: 11px;
    margin-top: 1em;
    padding: 1em;
}

#footer {
	position: relative;
	clear: both;
	background-color: #e6e6e6;
	width: 100%;
	margin-top: 1em;
}

#footer-left {
	position: relative;
	float: left;
	width: 465px;
	height: 84px;
	margin-right: 10px;
	margin-bottom: 1em;
}

#footer-right {
	float: right;
	width: 283px;
	padding-left: 9px;
	margin-top: 18px;
	margin-bottom: 1em;
	border-left: 1px solid #818181; 
}

#footer .rnptba-logo {
	position: absolute;
	top: 12px;
	left: 16px;
}

#footer .rnptba {
	position: absolute;
	font-size: 1.2em;
	color: #00163b;
	top: 38px;
	left: 116px;
}

#footer .healthy {
	position: absolute;
	font-size: 0.9em;
	color: #818181;
	top: 59px;
	left: 116px;
}

#footer .smalls {
	clear: both;
	margin-left: 10px;
	margin-right: 10px;
}

#footer .codestorm {
	font-size: 7pt;
	text-align: center;
	color: #b4b4b4;
}

#footer .codestorm a{
	color: #b4b4b4;
}

#footer-menu {
	list-style: none;
	list-style-position: outside;
	margin-bottom: 0px;
}

#footer-menu li {
	height: 1.5em;
}

#footer-menu li a {
	display: block;
	font-weight: normal;
	color: #818181;
	width: 100%;
}

#footer-menu li a:hover {
	color: #505c65;
	text-decoration: none;
}


/* Content */
#content {
	position: relative;
	width: 100%;
	padding-top: 20px;
}

#content:after {
	content: '';
	clear: both;
	display: block;
	height: 0px;
}

#content-left {
	position: relative;
	float: left;
	width: 226px;
	margin-right: 10px;
}

#content-right {
	position: relative;
	float: right;
	width: 522px;
	margin-left: 10px;
}

/* pagination */
#pagination {
	width: 200px;
	clear: both;
}

.pagination {
	position: relative;
	float: left;
	left: 50%;
	list-style: none;
	list-style-position: outside;
}

.pagination:after {
	content: '';
	display: block;
	height: 0px;
	clear: left;
}

.pagination li {
	position: relative;
	float: left;
	right: 50%;
	font-size: 1em;
	line-height: 1em;
	padding-left: 3px;
	padding-right: 3px;
}

.pagination li a {
	display: block;
	text-decoration: none;
}

.pagination li a:hover {
	color: #3c90d0;
}

.pagination .current a {
	color: #3c90d0
}

.pagination .first
,.pagination .last 
,.pagination .previous
,.pagination .next {
	position: relative;
	font-size: 1.6em;
	line-height: 0.6em;
	top: -2px;
}


/* Shopping cart overview */
.shopcart-overview {
	width: 198px;
	background-color: #D0EDFF;
	padding: 12px;
	margin-bottom: 20px;
	border: 2px solid #00163b;
}

.shopcart-overview h3 {
	font-size: 1em;
	line-height: 0.8em;
	color: #f8dc00;
	padding-bottom: 0.6em;
	margin-bottom: 0px;
	width: auto;
}

.shopcart-overview h3:after {
	content: '';
	display: block;
	height: 0px;
	clear: left;
}

.shopcart-overview h3.cart {
	float: left;	
}

.shopcart-overview h3.checkout {
	float: right;
}

.shopcart-overview h3 a {
	color: navy;
}

.shopcart-overview p {
	position: relative;
	font-size: 0.8em;
	font-weight: bold;
	color: #505C65;
	padding-bottom: 0px;
	width: 100%;
}

.shopcart-overview p.total {
	clear: both;	
}

.shopcart-overview p.last-child {
	margin-bottom: 0.5em;
}

.shopcart-overview .number {
	position: absolute;
	top: 0px;
	right: 0%;
}

.shopcart-overview .options {
	list-style: none;
	list-style-position: outside;
}

.shopcart-overview .options li {
	float: left;
	display: block;
	border-right: 1px solid #3C90D0;
}

.shopcart-overview .options li.first-child {
	padding-left: 0px;
}

.shopcart-overview .options li.last-child {
	border: none;
}

.shopcart-overview .options li.cart {
	width: 62px;
}

.shopcart-overview .options li.account {
	text-align: center;
	width: 94px;
}

.shopcart-overview .options li.help {
	text-align: right;
	display: block;
	width: 40px;
}

.shopcart-overview .options li a {
	display: block;
	color: #3C90D0;
}

.shopcart-overview .options li a:hover {
	text-decoration: none;
	color: navy;
}



h2.cookie_info {
    margin-top:15px;
}

.cookie_info {

}

#cookie_link {
    float:right;
}

table#cookie_info {

    border-spacing: 0;
}

table#cookie_info,
table#cookie_info td {
    border-style: solid;
    border-color: black;
    border-width:1px;
}

table#cookie_info td {
    padding: 5px;
    margin:0;
    font-size: 12px;
}

