/*
Bissell Service New Zealand
Tom Aston, FUSE (www.fuse.co.uk)
19th November August 2008
*/

@import url('reset.css');
@import url('clearfix.css');

/**************************************************/

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	color:#666666;
	background:url(../images/body-bg.gif) center top no-repeat #AEBECE;
}
#wrapper {
	width:770px;
	margin:0 auto;
	padding:0;
}
#header {
	width:722px;
	padding:20px 24px;
	position:relative;
}
#header h1 a {
	text-indent:-999em;
	height:42px;
	width:140px;
	display:block;
	background:url(../images/bissell_service.gif) left top no-repeat #AEBECE;
}
#header p {
	position:absolute;
	top:10px;
	right:4px;
	color:#95A6BB;
}
#header p a:link,
#header p a:visited {
	color:#FFFFFF;
}
#header p a:hover,
#header p a:active {
	color:#647284;
}
#main {
	width:762px;
	background:#FFFFFF;
	border-left:solid 4px #AEBECE;
	border-right:solid 4px #AEBECE;
	padding:20px 0;
}

/************************************************** HEADER **************************************************/

#header div#top-nav {
	position:absolute;
	right:4px;
	bottom:0;
	width:420px;
	height:36px;
	background:url(../images/top-nav-bg.gif) left top no-repeat #AEBECE;
	padding:14px 0 0 0;
}
#header div#top-nav ul li {
	float:left;
}
#header div#top-nav ul li a {
	display:block;
	height:36px;
	text-indent:-999em;
}
#header div#top-nav ul li#top-products {
	width:175px;
}
#header div#top-nav ul li#top-products a {
	background:url(../images/top-products.gif) left top no-repeat #AEBECE;
	width:175px;
}
#header div#top-nav ul li#top-products a:hover,
#header div#top-nav ul li#top-products a:active,
#header div#top-nav ul li#top-products a.current {
	background:url(../images/top-products-hover.gif) left top no-repeat #AEBECE;
}
#header div#top-nav ul li#top-formulas {
	width:112px;
}
#header div#top-nav ul li#top-formulas a {
	background:url(../images/top-formulas.gif) left top no-repeat #AEBECE;
	width:112px;
}
#header div#top-nav ul li#top-formulas a:hover,
#header div#top-nav ul li#top-formulas a:active,
#header div#top-nav ul li#top-formulas a.current {
	background:url(../images/top-formulas-hover.gif) left top no-repeat #AEBECE;
}
#header div#top-nav ul li#top-basket {
	width:133px;
}
#header div#top-nav ul li#top-basket a {
	background:url(../images/top-basket.gif) left top no-repeat #AEBECE;
	width:133px;
}
#header div#top-nav ul li#top-basket a:hover,
#header div#top-nav ul li#top-basket a:active,
#header div#top-nav ul li#top-basket a.current {
	background:url(../images/top-basket-hover.gif) left top no-repeat #AEBECE;
}

/************************************************** NAVIGATION **************************************************/

#navigation {
	width:160px;
	float:left;
	font-size:1.2em;
	padding:0 0 0 20px;
}
#navigation ul {
	margin:7px 0 25px 0;
}
#navigation li {
	margin:0 0 7px 0;
}
#navigation a:link,
#navigation a:visited {
	color:#333333;
	font-weight:bold;
}
#navigation a:hover,
#navigation a:active {
	color:#999999;
}
#navigation h2 {
	color:#439E35;
	margin:0 0 5px 0;
}
#navigation form {
	margin:0 0 25px 0;
}
#navigation input#search-term {
	width:124px;
	float:left;
	margin:0 5px 5px 0;
	background:#E6EBF1;
	border:solid 1px #AEBECE;
	font-size:1em;
	padding:2px 4px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
}
#navigation input#search-btn {
	background:none;
	border:none;
	background:url(../images/search_btn.gif) 0px 2px no-repeat #FFFFFF;
	display:block;
	width:17px;
	height:19px;
	text-indent:-999em;
	float:left;
}
#navigation select {
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
	width:107px;
	float:left;
	margin:0 7px 0 0;
	color:#444444;
	border:solid 1px #AEBECE;
}
#navigation #micro-sites {
	padding:0;
	margin:0 0 0 0;
	width:140px;
	float:left;
}
#navigation #micro-sites h2 {
	margin:0 0 6px 0;
}
#navigation #micro-sites ul li {
	margin:0 0 6px 0;
	padding:0;
	font-size:0.9em;
}
#navigation #micro-sites ul li a {
	display:block;
	height:15px;
	width:112px;
	padding:5px 0 0 28px;
}
#navigation #micro-sites ul li#mini-hh a {
	background:url(../images/healthy-home.jpg) 0 0 no-repeat #FFFFFF;
}
#navigation #micro-sites ul li#mini-ar a {
	background:url(../images/allrounder.jpg) 0 0 no-repeat #FFFFFF;
}
#navigation #micro-sites ul li#mini-tx a {
	background:url(../images/twoxselect.jpg) 0 0 no-repeat #FFFFFF;
}
#navigation #micro-sites ul li a:link,
#navigation #micro-sites ul li a:visited {
	color:#666666;
}
#navigation #micro-sites ul li a:hover,
#navigation #micro-sites ul li a:active {
	color:#AAAAAA;
}
#navigation #micro-sites ul li a img {
	float:left;
}

/************************************************** CONTENT **************************************************/

#content {
	width:540px;
	padding:0 20px;
	float:left;
	line-height:1.5em;
	background:url(../images/dotted-border.gif) left top repeat-y;
	min-height:400px;
	height:auto !important;
	height:400px;
}
#content a:link,
#content a:visited {
	color:#333333;
	text-decoration:underline;
}
#content a:hover,
#content a:active {
	color:#666666;
	text-decoration:none;
}
#content h1 {
	color:#586D98;
	font-size:1.4em;
	margin:0 0 10px 0;
}
#content h1 em {
	color:#BBBBBB;
	font-style:normal;
}
#content h2 {
	color:#439E35;
	font-size:1.2em;
	margin:15px 0 5px 0;
}
#content p,
#content ul {
	font-size:1.2em;
	margin:0 0 10px 0;
}
#content p em {
	color:#888888;
	font-size:0.95em;
	font-style:normal;
}
#content p#breadcrumb {
	font-size:1.1em;
	color:#439E35;
	margin:0 0 20px 0;
}
#content p#breadcrumb a:link,
#content p#breadcrumb a:visited {
	color:#666666;
	font-weight:normal;
	text-decoration:none;
}
#content p#breadcrumb a:hover,
#content p#breadcrumb a:active {
	color:#999999;
	text-decoration:underline;
	font-weight:normal;
}
#content ol {
	padding:0 0 0 26px;
	font-size:1.2em;
	list-style:decimal;
}
#content ol li {
	margin:0 0 4px 0;
}
#content #homepage h1 {
	margin:20px 0 10px 0;
	width:390px;
}
#content #homepage li {
	float:left;
}
#content #homepage p {
	margin:0 0 20px 0;
	width:390px;
}
#content #homepage #home-left {
	width:390px;
	margin:0 20px 0 0;
	float:left;
	display:inline;
}
#content #homepage #home-right {
	width:130px;
	float:left;
}
#content #homepage #fix img {
	margin:0 20px 0 0;
}
#content .product-section {
	padding:10px 0;
}
#content .product-section img {
	float:left;
	margin:0 20px 0 0;
}
#content .product-section .section-text {
	background:url(../images/dotted-border.gif) left top repeat-y;
	padding:2px 0 0 20px;
	width:297px;
	height:114px;
	float:left;
}
#content .product-section .section-text h2 {
	margin:0 0 5px 0;
}
#content .product-section .section-text h2 a:link,
#content .product-section .section-text h2 a:visited {
	color:#439E35;
	text-decoration:none;
}
#content .product-section .section-text h2 a:hover,
#content .product-section .section-text h2 a:active {
	color:#333333;
	text-decoration:underline;
}
#content .product-section .section-text p {
	width:277px;
	margin:0;
}
#content .product-section .section-text p img {
	float:none;
	margin:15px 0 0 0;
}
#content .product {
	float:left;
	width:170px;
	height:132px;
	padding:0 5px;
	margin:15px 0 10px 0;
}
#content .odd {
	background:url(../images/dotted-border.gif) right top repeat-y;
}
#content .product h2 {
	float:left;
	width:90px;
	font-size:1.2em;
	margin:0 0 7px 0;
}
#content .product h2 a:link,
#content .product h2 a:visited {
	color:#333333;
	text-decoration:none;
}
#content .product h2 a:hover,
#content .product h2 a:active {
	color:#666666;
	text-decoration:underline;
}
#content .product .product-img {
	float:left;
	margin:0 5px 0 0;
}
#content .product p.price {
	font-size:1.6em;
	font-weight:bold;
	letter-spacing:0.05em;
	color:#439E35;
	margin:0 0 10px 0;
}
#content .product p.form-discount {
	font-size:1.1em;
}
#content #parts-listing {
	background:url(../images/dotted-border-h.gif) left top repeat-x #FFFFFF;
	padding:8px 0;
	clear:both;
}
#content #parts-listing table {
	width:100%;
}
#content #parts-listing table td {
	padding:2px 10px 2px 0;
	font-size:1.2em;
	vertical-align:middle;
}
#content #parts-listing table td.prodimg {
	width:30px;
}
#content #parts-listing table td.prodimg img {
	width:30px;
	height:30px;
}
#content #parts-listing table td.prodname {
	font-weight:bold;
	width:392px;
}
#content #parts-listing table td.prodname a:link,
#content #parts-listing table td.prodname a:visited {
	color:#333333;
	text-decoration:none;
}
#content #parts-listing table td.prodname a:hover,
#content #parts-listing table td.prodname a:active {
	color:#888888;
	text-decoration:none;
}
#content #parts-listing table td.prodname em {
	font-weight:normal;
	font-style:normal;
	color:#888888;
}
#content #parts-listing table td.prodname em a:link,
#content #parts-listing table td.prodname em a:visited {
	color:#888888;
	text-decoration:underline;
}
#content #parts-listing table td.prodname em a:hover,
#content #parts-listing table td.prodname em a:active {
	color:#333333;
	text-decoration:none;
}
#content #parts-listing table td.prodprice {
	width:60px;
	text-align:center;
	color: #439e35;
	font-weight: bold;
}
#content #parts-listing table td.prodprice em {
	color:#666666;
	font-style:normal;
}
#content #parts-listing table td.prodadd {
	padding:0 0 3px 0;
	width:58px;
}
#content #pagination {
	background:url(../images/dotted-border-h.gif) left top repeat-x #FFFFFF;
	text-align:center;
	padding:10px 80px 0 80px;
}
#content #pagination p {
	line-height:1.6em;
	width:380px;
}
#content #pagination a {
	margin:0 3px;
}
#content #pagination a:link,
#content #pagination a:visited {
	color:#BBC9D6;
	font-weight:bold;
}
#content #pagination a:hover,
#content #pagination a:active,
#content #pagination a.current {
	color:#333333;
}
#content #pagination a.current:link,
#content #pagination a.current:visited,
#content #pagination a.current:hover,
#content #pagination a.current:active {
	text-decoration:none;
}
#content .faq-question {
	background:url(../images/dotted-border-h.gif) left top repeat-x #FFFFFF;
	padding:10px 0;
}
#content .faq-question .question {
	float:left;
	width:240px;
	margin:0 30px 0 0;
	font-weight:bold;
}
#content .faq-question .answer {
	float:left;
	width:260px;
}

/************************************************** PART LISTING **************************************************/

#content #main-part {
	width:540px;
	float:left;
	padding:0;
	margin:0;
}
#content #main-part img#img-part {
	width:100px;
	float:left;
	margin:0 0 20px 0;
}
#content #main-part #description {
	width:400px;
	float:left;
	padding:0 0 10px 20px;
}
#content #main-part #description h1 {
	margin:0 0 5px 0;
}
#content #main-part #description p#price strong {
	font-size: 1.4em;
	letter-spacing: 0.05em;
	color: #439e35;
}
#content #main-part #description form {
	margin:0 0 20px 0;
}
#content #main-part #description ul {
	font-size:1.15em;
	width:380px;
}
#content #main-part #description ul li {
	background:url(../images/bullet.gif) 0.45em 0.45em no-repeat #FFFFFF;
	padding:0 0 0 18px;
	margin:0 0 3px 0;
}
#content #main-part #description p.prodcode {
	color:#999999;
}
#content #main-part #more {
	background:url(../images/dotted-border-h.gif) left top repeat-x;
	width:540px;
	float:left;
	padding:20px 0;
}
#content #main-part #more em {
	color:#888888;
	font-size:0.95em;
	font-style:normal;
}
#content #main-part #more ul li {
	margin:0 0 3px 0;
}
#content #main-part #more a:link,
#content #main-part #more a:visited {
	color:#333333;
	text-decoration:none;
	font-weight:bold;
}
#content #main-part #more a:hover,
#content #main-part #more a:active {
	color:#888888;
	text-decoration:none;
}

/************************************************** SHOPPING BASKET **************************************************/

#content table#shoppingbasket {
	width:540px;
	margin:0 0 10px 0;
}
#content table#shoppingbasket th {
	font-size:1.2em;
	text-align:left;
	color:#666666;
	background:url(../images/dotted-border-h.gif) left bottom repeat-x;
	padding:0 0 5px 0;
}
#content table#shoppingbasket td {
	font-size:1.2em;
	vertical-align:middle;
	padding:6px 0 0 0;
}
#content table#shoppingbasket th.itemprice,
#content table#shoppingbasket td.itemprice {
	text-align:right;
	width:70px;
}
#content table#shoppingbasket th.qty,
#content table#shoppingbasket th.delete,
#content table#shoppingbasket td.qty,
#content table#shoppingbasket td.delete {
	text-align:center;
	width:70px;	
}
#content table#shoppingbasket td a:link,
#content table#shoppingbasket td a:visited {
	color:#333333;
	text-decoration:none;
	font-weight:bold;
}
#content table#shoppingbasket td a:hover,
#content table#shoppingbasket td a:active {
	color:#666666;
	text-decoration:underline;
}
#content table#shoppingbasket td.qty input {
	border-top:solid 1px #AEBECE;
	border-left:solid 1px #AEBECE;
	border-bottom:solid 1px #E6EBF1;
	border-right:solid 1px #E6EBF1;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#333333;
	padding:1px 3px;
	width:17px;
	text-align:center;
}
#content table#shoppingbasket tr.footer-cells td {
	background:url(../images/dotted-border-h.gif) 0px 6px repeat-x;
	padding:16px 0 0 0;
}
#content table#shoppingbasket td.update-cell,
#content table#shoppingbasket td.delete-cell {
	text-align:center;
}
#content p#contorproceed,
#content p#nzonly {
	text-align:right;
	margin:0 0 5px 0;
}
#content p#nzonly {
	line-height:1.4em;
}
#content p#ordertotal {
	text-align:right;
	background:url(../images/dotted-border-h.gif) left top repeat-x;
	color:#333333;
	font-weight:bold;
	padding:10px 0;
}
#content p#ordertotal strong {
	color:#F53529;
}

/************************************************** CHECKOUT **************************************************/

#content p#required {
	margin:0 0 20px 0;
}
#content p#required_b {
	margin:0 0 10px 0;
}
#content #delivery-address h2,
#content #contact-details h2,
#content #card-details h2 {
	margin:0;
}
#content #billing-address h2 {
	margin:0 0 10px 0;
}
#content #billing-address label#same-label {
	float:left;
	padding:3px 0 0 3px;
}
#content #billing-address input#same-addresses {
	float:left;
}
#content #contact-details {
	padding:0 0 20px 0;
}
#content #delivery-address fieldset,
#content #contact-details fieldset,
#content #card-details fieldset,
#content #billing-address fieldset {
	clear:both;
	padding:10px 0 0 0;
	font-size:1.2em;
}
#content #delivery-address fieldset label,
#content #contact-details fieldset label,
#content #billing-address fieldset label {
	float:left;
	clear:both;
	width:95px;
	padding:4px 0 0 0;
}
#content #card-details fieldset label {
	float:left;
	clear:both;
	width:140px;
	padding:4px 0 0 0;
}
#content #delivery-address fieldset input,
#content #contact-details fieldset input {
	border-top:solid 1px #AEBECE;
	border-left:solid 1px #AEBECE;
	border-bottom:solid 1px #E6EBF1;
	border-right:solid 1px #E6EBF1;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	padding:3px 5px;
	margin:0 0 3px 0;
	width:150px;
}
#content p#submit-btn {
	clear:both;
	padding:20px 0 10px 0;
	text-align:right;
}
#content p#final-btns {
	clear:both;
	padding:10px 0 0 0;
	text-align:right;
}
#content p#errors {
	color:#F53539;
	font-weight:bold;
}

/************************************************** FOOTER **************************************************/

#footer {
	text-align:center;
	line-height:1.4em;
	background:url(../images/footer.gif) 4px 0 no-repeat #AEBECE;
	padding:45px 0 15px 0;
}
#footer p {
	margin:0 0 5px 0;
	color:#6c819b;
}
#footer p em {
	font-style:normal;
	color:#647284;
}
#footer p a:link,
#footer p a:visited {
	color:#647284;
}
#footer p a:hover,
#footer p a:active {
	color:#FFFFFF;
}