 .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;

}
.theme_dark{
	background-color:#CCCCCC;
}

.theme_light{
	background-color:#EFE8F0;
}

/* Main content, just add a border all round so its not close to edges */
.content{
	padding: 5px;
	background-color: #FFFFFF;
	border: thin #5FAEBD;


}
body{
text-align:center;
}

/***********************************************
 HEADINGS
 Headings used in the core content on the page
 ***********************************************/
/* H1 Text (Largest Heading) */
h1{
	font-size: 21pt;
	color: #EB008B;
	font-family: Helvetica;
	font-weight:lighter;
	text-decoration: none;
	background-image:url(/templates/extrab/misc/h1.gif);
	background-position: top left;
	background-repeat:no-repeat;
	text-indent:80px;
	height:25px;
	line-height:35px;
	vertical-align:text-top;
	}


/* H2 Text (Second Largest Heading) */
h2{
	font-size: 12pt;
	color: #EB008B;
	font-family: Helvetica;
	text-decoration: none;
	font-style: normal;
	font-weight:bold;
}

.topNav a{
font-weight:bold;
text-transform: uppercase;
color:#9C9EA0;
}
legend{
	font-size: 20pt;
	color: #EB008B;
	font-family: Helvetica;
	font-weight:lighter;
	text-decoration: none;
}

/***********************
 TEXT
 Text used in the main content
************************/
/* Paragraph text*/
p{
	font-size: 11px;
	font-family:Arial;
	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/extrab/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: #EB008B;
	text-decoration: none;
	font-size: 11px;
	font-family:Helvetica;
	font-weight:lighter;
	font-style: normal;
}

/* left menu */
.vertical_menu{
	margin:0;
	padding:0;
	text-align: left;
	border:none;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:6px;
	padding-right:6px;
	background-color:#EDEDEE;
}

.vertical_menu p, .vertical_menu td{
	color: #333333;
}

.vertical_menu ul{
	margin:0;
	padding-left:10px;
	padding-top:-10px;
	text-indent: 10px;
	padding-bottom:20px;
	list-style-image:none;
	list-style:none;

}
.menuContent{
background-color:#BBBDBF;
width:181px;
margin-top:0;
/* background-image:url(/templates/extrab/misc/menubg.png); */
background-position:bottom;
background-repeat:no-repeat;
padding:0px;
margin-bottom:10px;
border:1px solid #ffffff;
border-top:none;
padding-left:10px;
}
.menuContent p{
margin:0;
}
.menuContent form{
	margin: 0;
	padding:0;
	border:none;
}


.vertical_menu ul li{
	padding-left: 7px;
	list-style-image:none;
	background-image: url(/templates/extrab/icons/list.gif);
	background-position:left;
	background-repeat:no-repeat;
	height:15px;

}

.vertical_menu ul li ul li {
	margin-left: -25px;
	border: none;
	list-style-position: outside;

}

.vertical_menu h1{
	text-align: center;
	line-height:45px;
	color:#EB008B;
	font-size: 10pt;
	font-weight:lighter;
	height:33px;
background-color:#BBBDBF;
padding:0;
margin:0;
	width:191px;
background:url(/templates/extrab/misc/menuextra.gif) top left no-repeat #BBBDBF;
	text-indent:45px;
	border:1px solid #ffffff;
border-bottom:none;

}
/*
center{
	height:0px;
	padding: 0;
	margin-top: -15px;
	margin-right: 0;
	margin-bottom: -15px;
	margin-left: 0;
}
*/
.vertical_menu a, .vertical_menu a:hover{
font-family:Helvetica;
font-weight:lighter;
	text-decoration: none;
	font-size: 10pt;
	color:#000000;
}


.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:#ffffff;
background-image:url(/templates/extrab/misc/bg.png);
background-repeat:repeat-x;
padding-top: 30px;
margin:0;
	text-align:center;
}

.innerBG{
	margin:0;
	padding:0px;
	padding-bottom:50px;
	background:url(/templates/extrab/misc/bottombg.jpg) bottom left repeat-x;
}

.myBasket{
	clear:both;
	position:relative;
	padding-left:30px;
	text-align:right;
	vertical-align:bottom;
}

.myBasket a{
font-size:12px;
color:#999999;
padding-right:15px;
}

.outer{
	width:773px;
	margin:0 auto;
	text-align:left;
	padding:10px;
	background-color:#BBBDBF;
}
.inner{
	background-color:#FFFFFF;
	margin:0;
	padding:3px;

}

.advertising{
clear:both;
float:right;
margin-top:10px;
width:80px;
height:14px;
display:block;
background-image:url('/templates/extrab/misc/advertise.jpg');
}

.topBanner{
background-image:url(/templates/extrab/logo/logo.jpg);
height:129px;
background-repeat:no-repeat;
padding:0;
margin:0;
}

.adwordsBanner{
	height:60px;
	width:468px;
	float:right;
	margin-top:10px;
	margin-right:30px;
}
.loginLink{
padding-left:94px;
}
.topNav{
margin:0;
padding:0;
list-style:none;
background-image:url(/templates/extrab/misc/menu-back.gif);
background-repeat:repeat-x;
float:left;
width:767px;
}

.topNav li{
	float:left;
	list-style-image:none !important;
}

.topNav a{
display:block;
padding:0 10px;
text-decoration:none;
color:#750993;
line-height:20px;
background:url(/templates/extrab/misc/top-menu-divider.gif) repeat-y left top;
}

.topNav .first a{
background:none;
}

.topNav a:hover{
	color:#C3C3C4;
}
.topNav .last a{
text-align:right;
color:#EB008B;
text-transform:lowercase;
background:none;
font-weight:100;
}
.last{
padding-left:45px;
}
.clear{
clear:both;
width:100%;
}

.topthing{
width:767px;
height:16px;
float:left;
margin:0;
padding:0;
background-color:#808183;
background-image:url('/templates/extrab/misc/pinkybit.gif');
background-repeat:no-repeat;
background-position:top left;
text-indent:80px;

font-family:Helvetica;
font-weight:lighter;
font-size:8pt;
color:#FFFFFF;

}


.contactLinks{
margin:0;
padding:0;
list-style:none;
float:right;
list-style-image:none;
clear:both;
}
.contactLinks li{
margin:0;
	padding:0;
	background-image: url(/templates/extrab/icons/list.gif);
	background-repeat:no-repeat;
background-position:left;
padding-left:9px;
list-style-image:none;
color: #856789;
font-weight:bold;

}
.contactLinks a{
color: #856789;
font-weight:bold;
}
.bottomLogo{
margin:0;
padding:0;

height:27px;
background:url(/templates/extrab/misc/extra2.gif) top right #808183;
background-repeat:no-repeat;
clear:both;
}
