@charset "utf-8";
/* CSS Document */

/*========================================
-------- Forms
========================================*/
form {
	margin: 0;
	padding: 0;
}

form#topSearch {
	background-image: url(/images/accessibility/bg-search.png);
	background-position: left 6px;
	background-repeat: no-repeat;
	position: relative;
	height: 28px;
	width: 198px;
	margin-left: 17px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari and Google Chrome only */
	form#topSearch { margin-top: -12px; }
}
form#topSearch fieldset {
	margin: 0;
	padding: 0;
}
form#topSearch fieldset legend {
	border: medium none;
	height: 25px;
	position: absolute;
	right: 3px;
	text-indent: -99999px;
	top: 6px;
	width: 25px;
}
form#topSearch #srchLabel {
	color: #FFFFFF;
	display: block;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	top: 9px;
	left: 7px;
}
form#topSearch p.fields input {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: transparent none repeat scroll 0 0;
	border: medium none;
	color: #a2a5a0;
	font-size: 11px;
	overflow: hidden;
	padding-top: 2px;
	position: absolute;
	top: 8px;
	left: 58px;
	width: 105px;
}
form#topSearch p.fields button {
	background-image: url(/images/buttons/bg-go.png);
	background-position: top;
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	height: 22px;
	width: 26px;
	position: absolute;
	top: 6px;
	right: 0;
}
form#topSearch p.fields button:hover {
	background-image: url(/images/buttons/bg-go.png);
	background-position: bottom;
}

.LeftNavBox form.memberLogin ul li {
	border-bottom: none;
	font-size: 1.3em;
	color: #525a71;
	padding-bottom: 0;
}
.LeftNavBox form.memberLogin ul li.register a {
	font-size: 0.9em;
	font-weight: normal;
	padding-right: 7px;
	white-space: nowrap;
}
.LeftNavBox form.memberLogin ul li.why {
	padding: 0 0 15px;
}
.LeftNavBox form.memberLogin ul li.why a {
	font-size: 0.9em;
	font-weight: normal;
}
.LeftNavBox form.memberLogin span.field {
	float: right;
	width: 102px;
	text-align: right;
}
.LeftNavBox form.memberLogin span.field input {
	width: 96px;
	border: solid 1px #ced2cc;
	font-size: 1em;
	color: #525a71;
	padding: 1px 2px;
}
.LeftNavBox form.memberLogin li.remember {
	margin-top: 5px;
}
.LeftNavBox form.memberLogin li.remember .floatLeft {
	padding-top: 3px;
}

.basket {
	padding: 15px 0 0 !important;
	margin-left: 30px;
}
.basket th {
	font-size: 1.3em;
	padding: 8px 6px;
	background-color: #98ACB4;
	color: #FFFFFF;
}
.basket .first {
	text-align: left;
	padding-left: 14px;
}
.basket td {
	font-size: 1.3em;
	text-align: center;
	color: #525a71;
	padding: 12px 6px;
	border-bottom: dotted 2px #ced2cc;
}
.basket tr.lastRow td {
	border-bottom: none;
	font-weight: bold;
}
.basket td input.formField {
	font-size: 1em;
	color: #525a71;
	border: solid 1px #ced2cc;
	padding: 1px 2px;
}
.basket .cart-buttons {
	margin-top: 20px;
	text-align: center;
}
.basket .cart-buttons button {
	margin: 0 2px 8px;
}

.contactForm {
	/* IE6 FIXES */
	_margin-left: 0;
	...
}
.contactForm form fieldset {
	border: none;
	padding-bottom: 10px;
}
.contactForm form select {
	font-size: 1.3em;
	color: #525a71;
	border: solid 1px #ced2cc;
	padding: 5px;
	margin-bottom: 5px;
}
.contactForm form input, .contactForm form textarea {
	font-size: 1.3em;
	color: #525a71;
	border: solid 1px #ced2cc;
	padding: 5px;
	margin-bottom: 5px;
	width: 250px;
	overflow: auto;
	/* IE6 FIXES */
	_width: 247px;
	...
}
.contactForm form label {
	font-weight: normal;
	font-size: 1.3em;
	color: #525a71;
	display: block;
	float: left;
	width: 144px;
	white-space: nowrap;
	padding-top: 5px;
}
.contactForm form button {
	margin-top: 8px;
}