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

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100% }
q:before, q:after { content:''}
a { text-decoration:none }

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }



body {
	font-size: 75%;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
} 
html>body {
	font-size: 12px;
}

h1{
	font: 1.7em Helvetica Neue, Helvetica, Arial, sans-serif;
	margin: 1.7em 0em;
	color: #ABC178;
}

h2{
	font: 1.5em Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 1.5em 0em 0.75em 0em;
	color: #006699;
	border-bottom: 1px solid #ccc;
}

h3{
	font: 1.5em Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 1.5em 0em 0.75em 0em;
	color: #006699;
	border-bottom: 1px solid #ccc;
}

h4{
	font: 1.1em Helvetica Neue, Helvetica, Arial, sans-serif;
	margin: 0.5em 0em;
	font-weight: bold;
	color: #006699;
}

p{
	font: 1em Helvetica Neue, Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	margin: 0.75em 0px;
	color: #333;
}
  
ul{
	margin: 0px 0px 1.75em 0px;
}
ol{
	margin: 0px 0px 1.75em 0px;
}
li{
	font: 1em Helvetica Neue, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	margin-left: 15px;
	list-style-type: disc;
	color: #333;
	margin-bottom: 8px;
}

a, a:visited{
	color: #759145;
	text-decoration: underline;
}
a:hover, a:visited:hover{
	color: #000;
	text-decoration: underline; 
}
.nodecoration, .nodecoration:hover{
	border: 0;
}

/* ------------- News Styles ---------------- */

.newsitem{
	margin: 0em 0em 1.5em 0em;
}
.newsitem p{
	margin: 0.5em 0em;
	font-size: 1em;
}
.date{	
	font-style: italic;
	font-weight: bold;
}


.breadcrumbs{
	padding: 5px;
	margin: 0px 30px 0px 30px;
	color: #999;
}

.floatright{
	float: right;
	margin: 0px 0px 10px 10px;
}
.floatleft{
	float: left;
	margin: 0px 10px 10px 0px;
}

/* --------------- Form Styles - Using CMX Form ---------------------------------- */

#BasketAddForm .submit input{
	margin-left: 0px;
	float: right;
}

#BasketAddForm label { width: 70px; } /* Width of labels */
#BasketAddForm fieldset fieldset label { margin-left: 73px; } /* Width plus 3 (html space) */

#PurchaseForm{
	margin: 0px;
	padding: 0px;
	text-align: right;
}
#PurchaseForm .submit input{
	margin: 0px;	
}
div.input{ clear: both; margin-top: 5px;}
#UserLoginForm fieldset{
	border: 1px solid #e6e6e6; padding: 5px;
}
#UserLoginForm label{
	width: 60px;
}
#UserRememberMe{
	width: 150px;	
}
#UserLoginForm li{
	font-size: 1.1em;
	border-bottom: 2px solid #fff;
	background: #F2F2F2;
}
#UserLoginForm fieldset fieldset label { margin-left: 63px; }
#UserLoginForm .textbox{
	width: 120px;
}

#UserLoginForm .submit input{
	margin-left: 0px;
}

form{ margin-bottom: 15px;}
form.cmxform label { width: 200px; } /* Width of labels */
form.cmxform fieldset fieldset label { margin-left: 253px; } /* Width plus 3 (html space) */
form.cmxform fieldset{ border: 1px solid #e6e6e6; padding: 5px;}
form.cmxform fieldset legend{ 
	padding: 0px 10px; font-size: 1.2em; background: #fff;
	color: #759145;
	font-style: italic;
}
form.cmxform ol{	
	margin-bottom: 15px;
}
form.cmxform li{
	font-size: 1.1em;
	border-bottom: 2px solid #fff;
	background: #F2F2F2;
}
div.formhelper{
	position: absolute;
	margin-left: 470px;
	font-size: 0.8em;
	line-height: 1.2em;
	padding: 3px 3px 3px 20px;
	background-color: #D3E9F4;
	background: url(../graphics/tips_left.gif) no-repeat left top #D3E9F4;
	border: 1px solid #666;
	width: 200px;
}
.errortext{
	font-style: italic;
	font-weight: bold;
	margin: 4px 0px;
	color:#EC0B8D;
	font-size: 0.8em;
}
.button{
	height: 30px;
	background: #fff;
	border: 2px solid #666;
	font-size: 14px;
	font-weight: bold;
}
.textbox{
	border: 1px solid #666;
	padding: 2px;
	width: 240px;
	height: 20px; 
	font-size: 14px;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
.findtextbox{
	border: 1px solid #999;
	padding: 2px;
	width: 150px;
}
.smalltextbox{
	border: 1px solid #666;
	height: 20px; 
	padding: 2px;
	width: 60px;
	font-size: 14px;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
.bigtextbox{
	border: 1px solid #666;
	padding: 2px;
	height: 100px;
	width: 240px;
	overflow:auto;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
.vbigtextbox{
	border: 1px solid #666;
	padding: 2px;
	height: 200px;
	width: 95%;
	overflow:auto;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
.submit input{
	padding: 0px 20px;
	height: 30px;
	background: #006699;
	border: 1px solid #006699;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	margin-left: 215px;
}
.cancelbutton{
	padding: 0px 20px;
	height: 30px;
	background: #D3E9F4;
	border: 1px solid #666;
	font-size: 14px;
	font-weight: bold;
}
.selectbox{
	border: 1px solid #666;
	padding: 2px 0px 2px 2px;
	height: 30px;
	font-size: 16px;
}
.tickbox{
	border: 1px solid #666;
	width: 20px;
	height: 20px;
	margin-right: 10px;
}
.selecttable{
	border: 1px solid #999;
	padding: 2px;
	width: 250px;
}
.selecttable option:hover{
	background-color: #66FFFF;
}
.error-message{
	padding: 3px 3px 3px 10px;
	background: #D4145A;
	color: #fff;
	font-size: 0.9em;
}
.form-error{
	border: 2px solid #D0738F;
}
/* -------------- End Form Styles ----------------------------------------------- */


.message{
	background: #fff;
	color: #006699;
	padding: 4px;
	font-size: 1.2em;
	margin: 0px 20px 10px 20px;
}


/* ------------------ Pagination Controls ---------------------- */
.pagination{
	clear: both;
	margin: 10px 40px 10px 0px;
	
}
.pagination div{
	display: inline;
}
.pagination #prev{
	float: left;
	padding: 5px;
}
.pagination #next{
	float: left;
	padding: 5px;
	margin-left: 5px;
}
.pagination span{
	list-style-type: none;
	padding-bottom: 1px;
	margin: 0px;
	float: left;
	padding: 5px 0px;
	margin-left: 5px;
}
.pagination .disabled{
	color: #ccc;
	float: left;
	border: 1px solid #ccc;
}
#pagination_details{
	float: right;
}
.pagination a, .pagination a:visited{
	padding: 5px 8px 5px 8px;
	text-decoration: none; 
	color: #666;
	background: #e6e6e6;
	border: 0;
}

.pagination a:hover, .pagination a:active{
	color: #fff;
	background: #666;
	border: 0;
}

.pagination span.current{
font-weight: bold;
cursor: default;
color: #fff;
	background: #666;
	padding: 5px 8px 5px 8px;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
color: #666;
font-weight: normal !important;

}

.pagination a.prevnext{
font-weight: bold;
}


table{
	border-collapse: collapse;	
	width: 100%;
	margin-bottom: 20px;
}
th{
	background: #006699;
	color: #fff;
	padding: 5px;
	font-size: 1.3em;
	font-weight: bold;
	border: 1px solid #ccc;
}
td{
	padding: 5px;
	border: 1px solid #ccc;
}
td.blank{ border: 0; }

/* -------- Adverts  ------------- */

.adverts a, .adverts a:hover{
	border: 0;
}
.advert1{
	float: left;
	display: inline;
	margin: 0px 20px 20px 0px;
}
.advert2{
	float: left;
	display: inline;
	margin: 0px 20px 0px 0px;
}

/* new */

#topads
{
	width:960px;
	height:90px;
	margin-top:0px;
	margin-left:10px;
	margin-bottom:0px;
	padding:0;
}

#smallad
{
	width:220px;
	height:90px;
	margin-top:0px;
	margin-left:0px;
	margin-bottom:0px;
	margin-right:0px;
	padding:0;
	float:right;
	overflow:hidden;
}

#horizad
{
	width:728px;
	height:90px;
	margin-top:0px;
	margin-left:0px;
	margin-bottom:0px;
	margin-right:0px;
	padding:0;
	float:left;
	
}



