@charset "utf-8";
/* CSS Document */
@media print {
    body { background: white; font-size: 10pt; }
}
@media screen {
   body {
		font: 100% Verdana, Arial, Helvetica, sans-serif;
		background: #666666;
		margin: 0; 
		padding: 0;
		text-align: center; 
		color: #000000;
   }
}

.content #container {
	width:850px;
	background-color:#FFF;  
	margin: 0 auto; 
	border: 1px solid #000000;
	text-align: left; 
	overflow:visible;
}
.content #header {
	width:800px;
	float: left;
	margin: 0 25px 0 25px;
}

#orangeBar {
	width:850px;
	height: 20px;
	background-color: #EC7F23;
}

#telno {
	width:850px;
	height: 32px;
	background-image: url(../images/layout/telno.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}
.billingAddress {
	font-size: 12px;
	margin: 0;
	padding: 0;
}
#mainheader {
	width:800px;
	height: 100px;
}

.content #leftCol {
	width:175px;
	float: left;
	background: #F3F3F3;
	margin-left: 25px;
}
.content #main-content {
	width:430px;
	float: left;
	background-color: #FFFFFF;
	margin: 0 10px 0 10px;
	font-size:0.83em;
}
.content #main-content h1{
	font-size:1.5em;
}
.content #rightCol {
	width:175px;
	float: right;
	background: #FFFFFF;
	margin-right: 25px;
}
.content #footer {
	width:800px;
	float: left;
	margin: 0 25px 0 25px;
}
.menuBar {
	float: left;
	width:800px;
	background-image: url(../images/layout/menugradient.jpg);
	background-repeat:repeat-x;
	height: 34px;
	padding-top:12px;
}
.menuleftHeader {
	margin-top: 2px;
	margin-bottom: 5px;
	width: 175px;
	height: 39px;
	background-image:url(/prototypes/images/layout/subheadingbg.jpg);
	background-repeat: repeat-x;
}
.menulists {
	width: 175px;
	font-size:11px;
}
.mainMenuNav a {
	color: #FFF;
	text-decoration:none;
}
.mainMenuNav a:hover{
	color: #EC7F23;
	text-decoration:none;
}
#topLinks {
	padding: 3px 12px 0 0;
	font-size: 12px;
	color: #FFF;
}
#topLinks a {
	color: #FFF;
	text-decoration:none;
	}
#searchBox {
	margin: 0 0 5px 0;
}
#searchBox input.textBox {
	border: none;
	color: #000;
	width: 130px;
	height: 24px;
	background-image: url(../images/layout/searchbox.jpg);
	background-repeat:no-repeat;
	padding-left: 5px;
	padding-right: 5px;
	padding-top:4px;
	font-size:13px;
	margin-top:-3px;
	background-position: center;
} 
.breadcrumbs {
	float: left;
	width: 600px;
	height: 20px;
	border-bottom: #EC7F23 dashed 1px;
	margin: 5px 0 10px 10px;
	color: #333;
	font-size: 12px;
	line-height: 1.5em;
	background: #fff;
}
.breadcrumbs a {
	color:#000;
	}
.subheading {
	float: left;
	margin-top: 20px;
	margin-bottom: 10px;
	width: 430px;
	height: 38px;
	background-image:url(/prototypes/images/layout/subheadingbg.jpg);
	background-repeat: repeat-x;

}
.productheading {
	float: left;
	width: 615px;
	height: 38px;
	background-image:url(/prototypes/images/layout/subheadingbg.jpg);
	background-repeat: repeat-x;

}
.manufactLogos {
	list-style: none;
	display:inline-block;
}
.productImages {
	margin-top: 10px;
	float: left;
	width: 305px;
}
.productInfo {
	float: right;
	width: 285px;
	padding: 10px;
}
.productHolder {
	width: 302px;
	border: #000 1px solid;
}
.subheading h3, .rightColHeading h3, .menuleftHeader h3, .productheading h3 {
	margin:0px;
	padding: 8px 0 0 10px;
	font-size: 13px;
	font-weight: 550;
	color: #FFF;
}
.subheadingsmall {
	margin-top: 10px;
	padding: 7px 0 0 10px;
	height: 30px;
	width: 275px;
	background-image:url(/prototypes/images/layout/smallheadeingbg.jpg);
	background-repeat: repeat-x;
	font-size: 12px;
	color:#FFF;
	font-weight: 600;
}
#reviewheadingsmall {
	float: left;
	margin-top: 10px;
	padding: 7px 0 0 10px;
	height: 30px;
	width: 600px;
	background-image:url(/prototypes/images/layout/smallheadeingbg.jpg);
	background-repeat: repeat-x;
	font-size: 12px;
	color:#FFF;
	font-weight: 600;
}
.sectionheadingUpper{
	margin-top: 10px;
	padding: 5px 0 0 10px;
	height: 20px;
	width: 605px;
	background-color: #EC7F23;
	font-size: 12px;
	color:#FFF;
	font-weight: 600;
}
.sectionheading {
	padding: 5px 0 0 10px;
	height: 33px;
	width: 605px;
	background-image:url(/prototypes/images/layout/blackmenubar.jpg);
	background-repeat: repeat-x;
	font-size: 12px;
	color:#FFF;
	font-weight: 600;
}
.sectionheading a{
	color: #FFF;
	text-decoration: none;
}
.sectionheading a:hover{
	color: #EC7F23;
	text-decoration: none;
}
#scrollingDiv {
	float: left;
	border: #000 1px solid;
	width: 430px;
	height: 50px;
	margin: 20px 0 0 0;
}
#scrollingDiv li{
	list-style:none;
}
.price {
	color: #000;
	font-weight: bold;
}
.rightColHeading { 	
	margin-bottom: 10px;
	width: 175px;
	height: 38px;
	background-image:url(/prototypes/images/layout/subheadingbg.jpg);
	background-repeat: repeat-x;
}
.specialoffers {
	width: 165px;
	margin: 15px 0 15px 0;
	border-top: #EC7F23 1px solid;
	padding: 0 5px 0 5px;
}
#productContent {
	float: right;
	width: 615px;
	margin: 0 25px 0 10px;
}
#productContent h1{
	float: left;
	width: 605px;
	height: 38px;
	padding-top:8px;
	padding-left:10px;
	background-image:url(/prototypes/images/layout/subheadingbg.jpg);
	background-repeat: repeat-x;
	font-size:12px;
	color:#FFF;
	font-style: italic;
}
#productContent h2{
	font-size:0.85em;
}
.mediaTabs {
	height: 20px;
}
.mediatablist {
	margin: 0px;
	padding: 0px;
}
.mediatablist li{
	display: inline;
	margin-right: 10px;

	padding: 5px;
	width: 120px;
	background-color: #000;
	color: #FFF;
	font-size: 13px;
	line-height: 1.5em;
}
.clickandcollect {
	font-size: 14px;
}
.productInfoPricing {
	font-size: 12px;
	color: #EC7F23;
	font-weight: 400;
}
.ourPrice {
	font-size: 22px;
	font-weight: 700;
	color: #000;
}
.orangeText {
	color: #EC7F23;
}
.headingTxt {
	color: #EC7F23;
	font-size: 16px;
	padding: 28px 0 0 0;
	text-align: right;
}
.orangetext10px {
	color: #EC7F23; 	
	font-size: 10px;
}
.menuleftHeading {
	background-color: #CCC;
	color: #000;
	font-size: 14px;
	font-weight: 500;
	margin: 10px 0 5px 0;
	padding: 5px 0 5px 0;
}
.leftMenu {
	list-style:none;
	margin: 0px;
	padding: 0 0 0 0;
}
.leftMenu li{
	color: #000;
	font-size: 11px;
	border-bottom: #030 1px dotted;
	
}
.leftMenu li a{
	display: block;
	padding: 5px 0 5px 0;
}
.leftMenu li a:hover{
	background-color: #E4E4E4;
	color: #000;
}
.leftMenu li ul li a:hover{
	text-decoration: none;
	background-color: #fff6ee;
}
.leftSubMenu {
	list-style:none;
	margin: 0px;
	padding: 0 0 0 10px;
}
.leftSubMenu li{
	list-style:none;
	font-size: 9px;
	border-bottom: none;
}
.welcomeTxt {
	margin-top: 5px;
	font-size: 18px;
	height: 20px;
	margin-bottom: 15px;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}
.blackText {
	color:#000;
}
.mainMenuNav {
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
	list-style:none;
	font-size: 13px;
	color: #FFF;
}
.mainMenuNav ul{
	 margin: 0;
	 padding:0;
	
}
.mainMenuNav li{
	margin-right: 10px;
	display: inline;
	line-height: 1.4em;
}
.menuBarLeft {
	float: left;

}
.menuBarRight {
	float: right;
	
}
.basket {

	font-size: 12px;
	width: 175px;
	margin-bottom: 10px;
}
.menuBarMiddle {
	float: left;
	margin-left: 10px;
}
.bodyTextGrey {
	font-size: 12px;
	line-height: 1.5em;
	color: #333;
}

.bodyTextGreen {
	font-size: 12px;
	line-height: 1.5em;
	color: #000;
	padding: 0 5px 0 5px;
}

.bodyTextGreen11px {
	font-size: 11px;
	line-height: 1.5em;
	color: #000;
}
.bodyTextGreen11px a{
	text-decoration:none;
	color: #000;
}
.bodyTextGreen11px a:hover{
	text-decoration:none;
	color:#EC7F23;
}
.bodyTextGreenSection {
	float: right;
	font-size: 11px;
	line-height: 1.5em;
	color: #000;
	margin-left: 0px;
	width: 615px;
}
.bodyTextGreen10px {
	font-size: 10px;
	line-height: 1.5em;
	color: #000;
	padding: 0 5px 0 5px;
}
.videolink {
	margin-top: 10px;
	width: 285px;
	float: left;
}
.brochures {
	margin-top: 10px;
	width: 285px;
	float: left;
}
.section-image {
	width: 180px;
}
.brochures a{
	text-decoration: none;
}
.brochures ul{
	font-size: 12px;
	color:#000;
	height: 30px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.brochures li{
	margin: 10px 0 0 10px;
	padding: 0px;
	float:left;
	list-style: none;
}
.brochureTxt {
	float: left;
	width: 60px;
	padding-top: 10px;
}


.bodyTextGreenCenter {
	float: left;
	width: 420px;
	font-size: 12px;
	line-height: 1.5em;
	color: #000;
	padding: 0 5px 0 5px;
}
.offerDescription {
	margin: 5px 0 5px 0;
	font-size: 11px;
	line-height: 1.2em;
	color: #000;
}
.offerDescription a{
	text-decoration: none;
	color: #000;
}
.offerDescription a:hover{
	text-decoration: none;
	color: #EC7F23;
}
.offerDescriptionassociated {
	float: left;
	margin: 5px 0 15px 0;
	font-size: 11px;
	line-height: 1.5em;
	width: 280px;
	color: #000;
}
.offerDescriptionassociated a{
	color: #000;
	text-decoration:none;
}
.offerpricing {
	margin: 5px 0 5px 0;
	font-size: 13px;
	color:#900;
}
.smallredTxt {
	font-size: 10px;
	color:#900;
}
.moreBut {
	margin-bottom: 10px;
}
#featured {
	float: left;
	width: 430px;
	margin-top:15px;
}
.featured1 {
	float: left;
	width: 130px;
}
.featured2 {
	float: left;
	width: 130px;
	margin-left: 20px;
}
.featured3 {
	float: right;
	width: 130px;
	margin-left: 20px;
}
.starratings {
	float: left;
	
}
#footerbottom {
	float: left;
	text-align: center; 
	height: 80px;
	width: 800px;
	font-size: 10px;
	margin: 10px 0 10px 0;
}
#mediaTabs {
	
}
.productimg {
	float: left;
	width: 305px;
}
.smallimages {
	clear:both;
	float: left;
	margin-top: 10px;
	margin-left: 1px;
	height: 80px;
	width: 305px;
}
.imagegallery {
	border: #000 solid 1px;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 2px;
}
.addtoBasket {
	margin: 10px 0 10px 0;
	padding: 6px;
	background-color:#EC7F23;
	font-size: 12px;
	width: 95px;
	font-weight: 500;
}
.moreInfo {
	margin: 10px 0 10px 0;
	padding: 6px;
	background-color: #000;
	font-size: 12px;
	width: 95px;
	font-weight: 500;
	color: #FFF;
}
#productReviews {
	margin-top: 15px;
	float: left;
	width: 615px;
}
.review {
	margin-top: 10px;
	padding: 10px 0 10px 0;
	float: left;
	width:610px;
	border-bottom: 1px #EC7F23 solid;
}
.reviewRating {
	float: left;
	width: 180px;
	font-size:12px;
	font-weight: 500;
}
.reviewTxt {
	width: 430px;
	float: right;
}
.associatedproduct {
	float: left;
	width: 610px;
	border-bottom: #EC7F23 solid 1px;
}
.associatedproductleft {
	float: left;
	width: 180px;
	margin-top: 10px;
}
.associatedproductmiddle {
	width: 250px;
	float: left;
	margin-left: 15px;
	margin-bottom: 25px;
}
.associatedproductright {
	width: 130px;
	float: right;
	margin-top: 10px;
}
.associatedproductwide {
	width: 400px;
	padding-top:25px;
	float: left;
	margin-left: 15px;
	margin-bottom: 25px;
}
#arrowBut {
 float: right;
 padding-top: 5px;
}
#searchboxleft {
	float: left;
	padding-top: 5px;
	width: 150px;
}
.leftMenu a{
	text-decoration: none;
	color: #000;
}
.leftMenu a:hover{
	text-decoration: none;
	color: #EC7F23;
}

#sectionheading {
	width: 610px;
	
}
.addtoBasket a{
	color:#000;
	text-decoration: none;
}
.moreInfo a {
	color:#fff;
	text-decoration: none;
}
.addtoBasket a:hover{
	color:#fff;
	text-decoration: none;
}
.moreInfo a:hover{
	color:#EC7F23;
	text-decoration: none;
}
.sectionimage {
	
	margin-right: 10px;
}
/*==================================================TEXT=========================================================*/
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*==================================================Stars========================================================*/
/* the default rating is placed as a background image in the ul */
/* use the background position according to the table above to display the required images*/
.rating{
	float: left;
	width:80px;
	height:16px;
	margin:0 0 20px 0;
	padding:0;
	list-style:none;
	clear:both;
	position:relative;
	background: url(/prototypes/images/layout/star-matrix.gif) no-repeat 0 0;
}
/* add these classes to the ul to effect the change to the correct number of stars */
.nostar { background-position:0 0}
.onestar {background-position:0 -16px}
.twostar {background-position:0 -32px}
.threestar {background-position:0 -48px}
.fourstar {background-position:0 -64px}
.fivestar {background-position:0 -80px}
ul.rating li {
	cursor: pointer;
 /*ie5 mac doesn't like it if the list is floated\*/
	float:left;
	/* end hide*/
	text-indent:-999em;
}
ul.rating li a {
	position:absolute;
	left:0;
	top:0;
	width:16px;
	height:16px;
	text-decoration:none;
	z-index: 200;
}
ul.rating li.one a {left:0}
ul.rating li.two a {left:16px;}
ul.rating li.three a {left:32px;}
ul.rating li.four a {left:48px;}
ul.rating li.five a {left:64px;}
ul.rating li a:hover {
	z-index:2;
	width:80px;
	height:16px;
	overflow:hidden;
	left:0;	
	background: url(/prototypes/images/layout/star-matrix.gif) no-repeat 0 0
}
ul.rating li.one a:hover {background-position:0 -96px;}
ul.rating li.two a:hover {background-position:0 -112px;}
ul.rating li.three a:hover {background-position:0 -128px}
ul.rating li.four a:hover {background-position:0 -144px}
ul.rating li.five a:hover {background-position:0 -160px}
/* end rating code */

.send-friend {
	float:right;
	margin-right:10px;
}
.send-friend a:link{
	font-size: 0.85em;
	color: #FFF;
}
.greenLink{
	font-size: 11px;
	line-height: 1.5em;
	color: #000;
	}
.greenLinkNoUL{
	font-size: 11px;
	line-height: 1.75em;
	color: #000;
	text-decoration:none;
	}

.middle-links {
		font-size: 11px;
	line-height: 1.5em;
	color: #000;
}
.cart-table {
		width:100%;
}
.cart-table td, .cart-table th{
	border: 1px solid #FADAC0;
	font-size:11px;
	}

table.form-table {
	font-size:0.75em;
	
	}
	
table.form-table th{
	text-align:right;
}
.error-text {
	color:#C00
}
.summaryAddress {
	width:200px;
}
#account-summary {
	}
#account-summary-left {
	font-size:0.80em;
	float:left;
	width:400px;
	}
#account-summary-left h2 {
	font-size:1.15em;
}
#account-summary-right a {
	font-size:0.8em;
	color:#000;
}
.general-table {
	width:100%;
	font-size:0.8em;
}
.center {
	text-align:center;
}
.formButton {
}
.product-flag {
	float: left;
	background-image: url(/images/bestbuymowersProduct.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 38px;
	width: 250px;
	font-size: 0.78em;
	font-weight: bold;
	color: #EC7F23;
	margin: 5px 0 10px 0;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 35px;
}
.productOffertTopDelivery {
	float: left;
	height: 100px;
}
/* HEADER: Paging Styles */
/* HELP: Container for the paging links on section and search pages */
.pages-container {
	top: 0px;
	padding: 1px;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 0.6em;
	text-align: right;
}

/* HELP: Basic list formatting for the paging links, including previous and next links */
.pages-list {
	margin-left: 0px;
	padding-left: 0px;
	white-space: nowrap;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}

/* HELP: Formatting for each entry in the paging links<br/><br/> */
.pages-list li {
	color: #000000;
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin: 0px;
	margin-left: 1px;
	margin-right: 1px;
}

/* HELP: Display style for the page entry in the list that you are currently viewing */
.pages-list span {
	padding: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0px;
	color: #000000;
	background-color: #F5BF94;
	border: 1px solid #000000;
}

/* HELP: Actual clickable link for page numbers and previous and next links */
.pages-list a {
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0px;
	color: #333;
	background-color: #F5BF94;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #000000;
}

/* HELP: Clickable link style when mouse hovers over it<br/><br/> */
.pages-list a:hover {
	text-decoration: underline;
	color: #000;
	background-color: #EC7F23;
}

.warning-text {
	font-size:10px;
	color:#F30;
}
.warning-text a {
	color:#000;
}
.paleOrangeBg {
	background-color: #F8C9A3;
}
.red {	color:#900;
}

div.hpImage {
	min-height:120px;
	overflow:visible;
	}
div.hpImage img{
	margin-top: auto;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	}
.prodBlock3col {
	min-height:250px;
	}

.form-div {
	float: left;
	width: 600px;
}
.noFormGap {
	margin-top: 0;	
	margin-bottom: 0;
	}
