html, td {
	font-family: "arial","helvetica",sans-serif;
	font-size: 11px;
	color: black
}

body {
	margin: 0px;
	background-color: white
}

hr {
	color: #cccccc;
	height: 1px
}

.top {
	background-image: url(../images/top_bg.gif);
	background-repeat: repeat-x
}

.top .nav td {
	padding-right: 5px
}

.status {
	background-color: #979797
}

.status .cart {
	background-color: #62009C;
	color: white
}

.prodNav {
	background-color: #C1C1C1
}

.prodNav td {
	border-top: 1 solid #EDEDED;
	border-bottom: 1 solid #606060;
	padding: 3px 0px 3px 11px;
	cursor: hand 
}

.prodNav td.selected {
	border-top: 1 solid #995ABF;
	border-bottom: 1 solid #31004E;
	cursor: hand;
	
	background-color: #62009C;
	color: white
}

.prodNav td.over {
	border-top: 1 solid #EDEDED;
	border-bottom: 1 solid #606060;
	background-color: #9A9A9A
}

.prodNav td.bottom {
	padding: 0px;
	border-top: 1 solid #EDEDED;
	border-bottom: 0px
}

.content {
	padding: 0px 5px 5px 14px
}

h1,.h1 {
	font-family: "arial","helvetica",sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #62009C
}

.h1_b {
	font-family: "arial","helvetica",sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000
}

h2,.h2 {
	font-family: "arial","helvetica",sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000
}

h3, .h3 {
	font-family: "arial","helvetica",sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #62009C
}

.small {
	font-size: 10px;
	color: gray
}

/* ----------- RHS Table --------- */

.rhsContainer {
	margin-left: 10px;
}

.rhsBlock {
	border: 1 solid #62009C;
}

.rhsBlock th {
	background-color: #62009C;
	color: white;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	padding: 2px
}

.rhsBlock ul {
	margin-left: 9px;
	padding-left: 9px;
}

.rhsBlock li {
	padding-top: 3px
}

.rhsBlock .special {
	padding: 3px
}


/* ------ CATALOGUE -------- */

#catalogueLinks {
	margin-left: 5px;
	margin-top: 5px;
	font-size: 10px
}

#catalogueLinks a {
	color: #3A4674;
	text-decoration: none
}

#catalogueLinks a:hover {
	color: #3A4674;
	text-decoration: underline
}

.catNavContainer {

}

.catNav td {
	background-color: #415FD5;
	color: white;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1 solid #7A8FE2;
	border-right: 1 solid white;
	padding: 3px 2px 3px 5px
}

.catNav td.over {
	background-color: #062FD2;
	cursor: hand
}

.catNav td.selected {
	background-color: #062FD2
}

tr.hiddenRow {
	display : none;
}

tr.displayRow {
	display : show;
}

.catNav td.subcat .subcatContainer{
	background-color: none;
}

.subcatContainer td.subcat {
	background-color: #d9d9d9;
	color: #0A2077;
	font-size: 10px;
	font-weight: bold;
	padding: 1px 2px 1px 11px;
	border-top: 1 solid #606060;
	border-bottom: 1 solid #EDEDED;
}

.subcatContainer td.subcatOver {
	background-color: #d9d9d9;
	cursor: hand;
	color: #0A2077;
	font-size: 10px;
	font-weight: bold;
	padding: 1px 2px 1px 11px
}

.footer a {
	text-decoration: none;
	color: #62009C
}

.footer a:hover {
	color: #000000
}


#worldpay {
	margin-left: 1px;
	margin-top: 5px;
}

#cards {
	margin-left: 5px;
	margin-top: 5px;
	text-align: center
}