@import "http://www.crossflight.co.uk/css/layout.css";

@import "http://www.crossflight.co.uk/css/table.css";

@import "http://www.crossflight.co.uk/css/menu.css";

@import "http://www.crossflight.co.uk/css/tools.css";

/* @import "forms.css"; */

body {
	background-color: #e1e1e1;
	text-align: center;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 12px;
	color: #555;
	line-height: 20px;
}

h1 {
	color: #10238c;
	/* color: #ca0; */
	margin: 0 0 16px 0; /* for ie */
	font-size: 20px;
	font-weight: normal;
}

h2 {
	margin: 13px 0px; /* for ie */
	color: #ca0;
	font-size: 16px;
}

h3 {
	font-size: 14px;
	font-weight: normal;
	/* color: #10238c; */
	color: #ca0;
}

span.productTitle {
	float: left;
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 30px;
	width: 80px;
	text-align: center;
	vertical-align: center;
	height:50px;
}

span.productTitle a {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

p.productDescription {
	line-height: 2;
	margin-right: 25px;
	height: 80px;
	padding-top: 3px;
	margin-bottom: 10px;
	color: #ffec7f;
	font-weight: bold;
	position: relative;
	top: 10px;
	margin-left: 100px;
}

.productBox {
	background-image: url( "../images/productBoxBlue.jpg" );
	background-repeat: no-repeat;
	padding-bottom: 5px;
	margin-bottom: 30px;
}

p {
	margin : 0 0 15px 0;
	/* margin: 0; */
}

a {
	color: #10238c;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul {
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0px;
}

#centreMain ul {
	list-style-type: disc;
	padding-left: 30px;
	margin-bottom: 10px;
}

.errorMessage {
	color: #f00;
}

li a.current {
	background-color: #fafafa;
}