/** ------------------------------------------------------ **/
/** ------------------- HTML elements -------------------- **/

h1 {
	color: #333366;
	font-size: 1.5em;
	font-weight: bold;	
}

h2 {
	color: #333366;
	font-size: 1.2em;
	font-weight: bold;
}

h3 {
	color: #333366;
	font-size: 1em;
	font-weight: bold;	 
}

a, a:visited {
	color: #6699CC;
	text-decoration: underline;
}
a:hover {
	color: #000000;
}
img {
	border: 0px;
}
dt {
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
dd {
	margin-bottom: 10px;
	}

/** ------------------------------------------------------ **/
/** ------------------- standard ------------------------- **/

img.ImgFloatRight {
	border: 1px solid #333366;
	float: right;
	margin-bottom: 10px;
	margin-left: 15px;
}
img.ImgFloatLeft {
	border: 1px solid #333366;
	float: left;
	margin-bottom: 10px;
	margin-right: 15px;
}
img.ImgFloatNone {
	border: 1px solid #333366;
	margin-bottom: 10px;
	margin-right: 15px;
}
img.ImgFloatRightNoBorder {
	border: 0px;
	float: right;
	margin-bottom: 10px;
	margin-left: 15px;
}
img.ImgFloatLeftNoBorder {
	border: 0px;
	float: left;
	margin-bottom: 10px;
	margin-right: 15px;
}
img.ImgFloatNoneNoBorder {
	border: 0px;
	margin-bottom: 10px;
	margin-right: 15px;
}
  
/** ------------------------------------------------------ **/
/** ------------------- bespoke -------------------------- **/

.strikethrough {
	text-decoration:line-through;
}
.redtext {
	color: #FF0000;
}


input.buttonBasket {
	border: 0px;
	background-color: #999999;
	color: #FFFFFF;
	float: none;
	font-size: 0.8em;
	font-weight: bold;
	margin: 0px;
	padding: 2px;
	padding-top: 3px;
}
input.buttonCheckout {
	border: 0px;
	background-color: #00CC00;
	color: #FFFFFF;
	font-size: 0.8em;
	font-weight: bold;
	margin: 0px;
	padding: 2px;
	padding-top: 3px;
}

a {
	color: #333366;
	}
a:visited {
	color: #333366;
}
a:hover {
	color: #ffffff;
}
a.footer, a.footer:visited  {
	color: #FFFFFF;
	text-decoration: none;
	}
a.footer:hover{
	color: #0099CC;
}

#navtop-contactlink a, #navtop-contactlink a:visited {
	font-size: 1em;
	font-weight: bold;   
	text-decoration: none;
}
#navtop-contactlink a:hover, #navtop-contactlink a:active {
	color: #0b61aa;	
	text-decoration: none;
}