 .blackborder{ 
   border: 1px solid black; 
}

/* Used for subcategories on the pages, e.g the top menu on the products and categories page */
.theme_dark_border{
	border: thin solid #5FAEBD;

}

/* Main content, just add a border all round so its not close to edges */
.content{
	padding: 5px;
	background-color: #FFFFFF;
	border: thin #5FAEBD;


}
/***********************************************
 HEADINGS
 Headings used in the core content on the page
 ***********************************************/
/* H1 Text (Largest Heading) */
h1{
	font-size: 14px;
	color: #9E0000;
	font-family: Helvetica;
	font-weight:lighter;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	background:url(/templates/admiral/misc/h1.jpg) no-repeat top left #FFFFFF;
	height:16px;
	text-indent:10px;
	text-transform:capitalize;
}


/* H2 Text (Second Largest Heading) */
h2{
	font-size: 12px;
	color: #9E0000;
	font-family: Helvetica;
	font-weight:lighter;
	text-decoration: none;
	font-style: normal;
	}

legend{

	font-size: 16px;
	color: #9E0000;
	font-family: Helvetica;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;

}
/***********************
 TEXT
 Text used in the main content
************************/
/* Paragraph text*/
p{
	font-size: 11px;
	font-family: Arial;
	text-decoration: none;
	color: #333333;
	font-style: normal;
	font-weight: normal;
}

/* Table data, advised to keep this the same as the paragraph (p) tag */
td{
	font-size: 11px;
	font-family: Arial;
	color: #333333;
	font-weight: normal;
}

/* A list element. Advised to keep the same as the paragraph (p) tag */
li{
	font-size: 11px;
	font-family: Arial;
	text-decoration: none;
	color: #333333;
	list-style-image: url(/templates/admiral/icons/list.gif);
	font-style: normal;
	font-weight: normal;
}


/* warning text used when stock levels are low */
.stockwarning{
	font-size: 11px;
	font-family: Arial;
	color: #FF0000;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

/* Text used when stock levels are ok */
.stockok{
	font-size: 11px;
	font-family: Arial;
	color: #00CC00;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}


/* Text used on the product page to highlight a special offer */
.specialoffer{
	font-size: 11px;
	font-family: Arial;
	color: #FF0000;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

/* Link text */
a{
	color: #EE243B;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial;
	font-style: normal;
	font-weight: normal;
}

/* left menu */
.vertical_menu{
	text-align: left;
	border:none;
	margin:0;
	padding:0;
	padding-left:3px;
	padding-right:3px;
	height:100%;
	width:190px;
margin-top:-10px;
padding-top:10px;
}

.vertical_menu p, .vertical_menu td{
	color: #333333;
}

.vertical_menu li, .vertical_menu a{
	color: #999999;
}

.vertical_menu ul{
	margin:0;
	padding-left:10px;
	padding-top:-10px;
	text-indent: 10px;
	padding-bottom:10px;
	list-style-image:none;
	list-style:none;

}
.menuContent{
/* background-color:#B6C1BF; */

	width:168px;
	padding-top:10px;
		padding-bottom:10px;
}

.menuContent form{
	margin: 0;
	padding:0;
	border:none;
}

.vertical_menu ul li{
	padding-left: 20px;
	list-style-image:none;
	background-image: url(/templates/admiral/icons/list.gif);
	background-repeat:no-repeat;
	background-position:center left;
	height:20px;
	

}

.vertical_menu ul li ul li {
	margin-left: -25px;
	border: none;
	list-style-position: outside;

}

.vertical_menu h1{
	text-align: left;
	line-height:300%;
	color: #FFFFFF;
	font-size: 12px;
	height:39px;
	width:190px;
	margin:0;
	padding:0;
	background-image: url(/templates/admiral/misc/menuh1.jpg);
	background-position:left;
	background-repeat:no-repeat;
	margin-top:10px;
	text-indent:15px;
	border:none;
}
.vertical_menu a, .vertical_menu a:hover{
	text-decoration: none;
	font-size: 12px;
	color: #000000;
	font-weight:bold;
}

.vertical_menu a:hover{
	color: #CCCCCC;
}


.vertical_menu .menuContent{
	border:none;
	width:165px;
	padding:0;
	margin:0;
padding-right:10px;	
padding-top:10px;
padding-left:15px;
	background:url(/templates/admiral/misc/menuContent.jpg) bottom left no-repeat #FFFFFF;
}


.menulinks{
vertical-align:middle;
	height:40px;	
	
}

.menulinks p, .menulinks td{
	color: #666666;
	font-weight: bold;

}

.menulinks a{
	text-decoration: none;
	color: #CCCCCC;
}
.menulinks b{
	text-decoration: none;
	color: #ffffff;



}

.menulinks a:hover{
	text-decoration: none;
	color: #999999;
}

/*
 The templates used are based on a dark and a light theme colour
 However, these names don't limit you! So please use the colours you choose
*/

/* Dark Theme - See the header and footer colours
.theme_dark{
	background-color:#ffffff;
}

/* Light Theme 
.theme_light{
	background-color: #013370;
}

/* The background colour of the page */
body{
/* background-color:#C6D4D1; */
background-color:#E1E0E3;
margin:0px;
padding:0px;
text-align:center;
}



.myBasket a{
font-size:12px;
color:#9E0000;
padding-right:15px;
}

.loginLinks{
	padding-left:20px;
	padding-top:20px;
 }
 .loginLinks a{
 padding-left:20px;
 font-size:10pt;
 }

.outer{
background-color:#E1E0E3;

	border:none;
	padding:0;
	margin:0 auto;
	text-align:left;
	margin-bottom:50px;
}

.bottomRed{
margin-top:50px;
width:99%;
background-color:#9E0000;
}
.bottomRed p{
color:#FFFFFF;
font-family:Helvetica;
font-weight:lighter;
}
.bottomMiddle{
letter-spacing:3px;
}

.navLinks{
	width:700px;
	margin:0;
	padding:0;
	padding-top:180px;
	padding-left:100px;
}
.navLinks li{
	float:left;
	width:128px;
	list-style:none;
	color:#FFFFFF;
	text-transform:uppercase;
}
.navLinks li a{
	color:#E6E6E6;
	font-family:Helvetica;
	font-weight:lighter;
}
.navLinks li a:hover{
color:#FFFF00;
}
.navLinks .last{
margin-left:-15px;
}
