 .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: 18px;
	color: #263B98;
	font-family: Arial;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	height:35px;
	text-indent:45px;
	line-height:200%;
	background:url(/templates/sc/misc/h1.jpg) center left no-repeat;
	clear:both;
	
}


/* H2 Text (Second Largest Heading) */
h2{
	font-size: 12px;
	font-size: 18px;
	color: #263B98;
	font-family: Arial;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
		clear:both;
	}

legend{

	font-size: 18px;
	color: #263B98;
	font-family: Arial;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;

}
/***********************
 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;
	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: #263B98;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial;
	font-style: normal;
	font-weight: normal;
}

/* left menu */
.vertical_menu{
	text-align: left;
	border:none;
	background-color:#FFFFFF;
	margin:0;
	padding:0;
	padding-left:3px;
	padding-right:3px;
	height:100%;
	width:200px;
padding-top:10px;
margin-left:3px;
}

.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-bottom:10px;

}

.menuContent form{
	margin: 0;
	padding:0;
	border:none;
}

.vertical_menu ul li{
	padding-left: 10px;
	list-style:none;
	height:30px;
	background:url(/templates/sc/icons/list.gif) top left no-repeat;

}

.vertical_menu ul li ul li {
	margin-left: -25px;
	border: none;
	list-style-position: outside;

}

.vertical_menu h1{
	text-align: right;
	line-height:400%;
	color: yellow;
	font-size: 12px;
	height:39px;
	width:180px;
	margin:0;
	padding:0;
	background-color:#2462AE;
	background-image: url(/templates/sc/misc/menuh1.gif);
	background-position:top right;
	background-repeat:no-repeat;
	margin-top:10px;
	text-indent:0;
	padding-right:20px;
}
.vertical_menu a, .vertical_menu a:hover{
	text-decoration: none;
	font-size: 12px;
	color: #000000;
	font-weight:bold;
}

.vertical_menu a:hover{
	color:#666666;
}


.vertical_menu .menuContent{
	border:3px solid #2462AE;
	width:175px;
	padding:0;
	margin:0;
	padding-left:5px;
	padding-top:20px;
	background-color:#FFFFFF;
	border-left:17px solid #2462AE;
/*	background:url(/templates/sc/misc/menubottom.gif) bottom right no-repeat; */
}


.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:#FFD06F;
/* background-image:url(/templates/sc/misc/bg.png); */
background-position:top;
background-repeat:repeat-x;
padding-top: 30px;
margin:50px 0px; padding:0px;
	text-align:center;
}


.myBasket{
margin:0;
padding:0;
position:relative;
padding-left:30px;
top:149px;
}

.myBasket a{
font-size:12px;
padding-right:15px;
font-weight:bold;
}

.loginLinks{
	float:right;
	position:relative;
	top:130px;
 }

.outer{
	border:none;
	padding:0;
	margin:0 auto;
	text-align:left;
}

.bottom{
	margin:0 auto;
	padding:0;
	width:778px;
	height:86px;
	background:url(/templates/sc/misc/bottom.jpg) left bottom no-repeat;
	margin-top:30px;
}

.loginLinks a{
	background:right url(/templates/sc/misc/spacer.gif) repeat-y;
	margin-right:20px;
}


.topNav{
width:100%;
position:relative;
text-align:center;
margin:0;
padding:0;
left:13px;
top:-5px;
}
.topNav li{
	float:left;
	list-style:none;
	width:158px;
	height:54px;
	margin-left:-2px;
	margin-right:-2px;
		background:url(/templates/sc/misc/topMenuBlue.png) bottom left no-repeat;

}
.topNav a{
line-height:55px;
color:#FFFFFF;
font-size:10pt;
font-family:Helvetica;

}

.yellowTop{
background:url(/templates/sc/misc/topYellow.png) center bottom no-repeat;
height:35px;
width:770px;
float:left;
position:relative;
left:10px;
z-index:500000;
}