@charset "utf-8";
/* CSS Document */

/* TAGs */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000000;
	line-height: 120%;
}

h1 {
	color: #ef0000;
	font-size: 170%;
	font-weight: normal;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #ef0000;
}

h2, h4 {
	color: #333333;
}

h2 {
	font-size: 150%;
	font-weight: normal;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #333333;
}

h3 {
	font-size: 150%;
	font-weight: bold;
	color:#000000;
}

h4 {
	font-size: 125%;
	font-weight: bold;
}

h5 {
	font-size: 110%;
	font-weight: bold;
}

h6 {
	font-size: 100%;
	font-weight: bold;
}

h2, h3, h4, /*p,*/ ul, hr {
	margin-right: 25px;
}

ul {
	margin: 0px;
	padding: 5px 0px;	
}

li {
	list-style-image: url(/assets/images/bullet.gif);
	list-style-type: none;
	vertical-align: middle;
	margin: 0 0 0 17px;
	padding: 1px 0px;
}

hr {
	clear: left;
	border-top: 1px solid #000000;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}

hr.dashed {
	clear: left;
	border-top: 1px dashed #000000;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}

img {
	border: none;
}

/* -- Forms -- */
form {
	margin: 0px;
	padding: 0px;
}

fieldset {
	margin: 0px;
	padding: 15px;
	border: 1px solid #cccccc;
	margin: 0 20px 0 0;
}

legend {
	color: #ef0000;
	font-weight: bold;
}

label {
	font-size: 95%;
	display: block;
	margin: 0px;
	padding: 7px 0 0 0;	
}

fieldset ol {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
}

fieldset ol li {
	list-style-type: none;
	list-style-image: none;
}

input.submit {
	background-color: #c50000;
	color: #ffffff;
	border: 1px solid #972020;
	font-size: 95%;
	font-weight: bold;
	margin: 15px 0 0 0;
	padding: 1px 0 0 0;
	cursor: pointer;
}

/* -- links -- */
a {
	color: #ef0000;
	text-decoration: underline;
}

#footer a {
	color: #666666;
	text-decoration: none;
	padding: 0px 2px;
}

#footer a:hover {
	color: #666666;
	text-decoration: underline;
}

#breadcrumbs a {
	text-decoration: none;
	padding: 0px 5px;
}

#breadcrumbs a:hover {
	text-decoration: underline;
} 

#breadcrumbs a.breadcrumb {
	padding-left: 0px;
}

/* -- search -- */
form.search {
	display: inline;
	margin: 0 10px 0 0;
	vertical-align: middle;
}

form.search label {
	display: inline;
	padding: 0px;
	font-size: 100%;
}

input.searchBox {
	height: 15px;
	width: 160px;
	padding: 0px;
	margin: 0 3px 0 6px;
	font-size: 95%;
	vertical-align: middle;
}

input.searchButton {
	background-color: #c50000;
	color: #ffffff;
	border: 1px solid #972020;
	font-size: 95%;
	width: 25px;
	height: 20px;
	vertical-align: middle;
}

label {
	vertical-align: middle;
}

/* IDs */
#footer {
	font-size: 90%;
	color: #666666;
}

#copyright {
	text-align: right;
}

#search a {
	color: #ffffff;
	text-decoration: none;
	margin: 0 5px;
}

#search a:hover {
	text-decoration: underline;
}

#breadcrumb {
	color: #333333;
}

#mainCol {
	line-height: 130%;
}

/* -- Top nav -- */
ul.udm li.nav {
	width: 124px;
}

ul.udm li.nav a {
	text-align: center;
}

ul.subMenu li.nav a {
	text-align: left;
}

/* -- Modules -- */
ul.itemList li {
	list-style: none;
	border-top: 1px dashed #ffffff;
	border-bottom: 1px dashed #ffffff;
	padding: 0px;
}

ul.itemList li h3 a {
	text-decoration: none;
	padding: 0px;
}

ul.itemList li h3 a:hover {
	text-decoration: underline;
	padding: 0px;
}

ul.itemList li h3 span {
	font-size: 60%;
	font-weight: normal;
	padding: 0px;
}

/* -- SHOP -- */
#shop p {
	margin: 20px 0px;
}

#shop hr {
	margin: 0px;
}

.storeRow {
	float: left;
	width: 710px;
	margin: 10px 0;
	border-bottom: 1px dashed #000000;
}

.storeRowImage {
	float: left;
	width: 200px;
	padding: 0 0 10px 0;
}

.storeRowContent {
	float: left;
	width: 500px;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}

#productContent {
	clear: left;
	padding: 20px 0 0 0;
}

#productImages {
	float: left;
}

.productImage {
	float: left;
	padding: 0 15px 0 0;
}	

.enlarge {
	color: #ef0000;
}

#addToBasket {
	float:left;
	margin:0 0 15px 0;
}

#addToBasketLabel {
	float:left;
	padding: 3px 15px 0 0;
	vertical-align:middle;
}

#addToBasketForm {
	float: left;
}

input.inputqty {
	font-size: 95%;
}

hr.productSeparator {
	border:0;
	border-bottom:1px dashed #CCCCCC;
	padding-top:20px;
}

input.basketButton {
	background-color: #c50000;
	color: #ffffff;
	border: 1px solid #972020;
	font-size: 95%;
	font-weight: bold;
	padding: 1px 0 0 0;
	cursor: pointer;
}

#colLeft-2col {
	float: left;
	width: 49%;
}

#colRight-2col {
	float: left;
	width: 46%;
	padding: 0 0 0 20px;
	border-left: 1px dashed #cccccc;
}

#colLeft20-2col {
	float: left;
	width: 20%;
}

#colRight77-2col {
	float: left;
	width: 70%;
	padding: 0 0 0 50px;
}

/* -- Enquiry basket -- */
table.enqBasket {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
}

th.enqBasket {
	background-color: #e0e0e0;
	border-right: 1px solid #999999;
}

td.enqBasket {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

/* modules */
ul.moduleUL {
	float: left;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border-top: 1px solid #CCCCCC;
	width: 700px;
}

#listing ul.moduleUL {
	float: left;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border:none !important;
	width: 100%;
}

li.moduleLI {
	float: left;
	margin: 0px;
	padding: 10px 0px;
	border-bottom: 1px dashed #CCCCCC;
	width: 100%;
	list-style-type: none;
	list-style-image: none;
}

li.moduleLI span {
	color: #999999;
}

.moduleTitle {
	float: left;
	width: 400px;
	color: #999999;
	display: block;
	margin: 0px;
	padding: 0px;
}

.eventsTitle {
	float: left;
	width: 400px;
	color: #999999;
	display: block;
	margin: 0px;
	padding: 0px;
}

.moduleDate {
	float: left;
	width: 300px;
	text-align: right;
	color: #999999;
	display: block;
	margin: 0px;
	padding: 0px;
}

.eventsDate {
	float: left;
	width: 49%;
	text-align: right;
	color: #999999;
	display: block;
	margin: 0px;
	padding: 0px;
}

li.moduleLiSwitch {
	float: left;
	margin: 0px;
	padding: 5px 0px;
	width: 100%;
	border-bottom: 1px dashed #cccccc;
	list-style-type: none;
	list-style-image: none;
}

.moduleTitleSwitch {
	float: left;
	width: 75px;
	display: block;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

.moduleDateSwitch {
	float: left;
	width: 425px;
	display: block;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

a.moduleLink {
	font-weight: normal;
	text-decoration: none;;
}

a.moduleLink:visited {
	text-decoration: none;
}

a.moduleLink:hover {
	text-decoration: underline;
}

#events span.moduleTitle {
	width:49% !important;
}

#events span.moduleDate {
	width:50% !important;
}