/*                            */ 
/*      Lawnmowers UK         */ 
/*       R. H. Nuttall        */ 
/*           2008             */ 
/*                            */ 
html, body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	background-color: #252525;
}
#PageWrapper {
	width:1000px;
	margin: 0px auto !important;
	background-color: #000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url('img-PageWrapperBackground.jpg');
}
	/* headings ----------------------------------------------------------------------------- */
	h1	{
	font-weight: 900;
	margin: 0px;
	padding: 16px 0px 4px 0px;
	font-size: 18px;
	color: #6599FF;
}
		
	h1.subheading	{
		font-size: 13px;
		font-weight: 900;
		margin: 0px;
		padding: 0px 0px 14px 0px;
		color: #336699;
		}
		
	h2	{
		font-size: 16px;
		font-weight: 900;
		margin: 0px;
		padding: 2px 0px 14px 0px;
		color: #336699;
		}
		
	h2.clearall	{
		font-size: 16px;
		font-weight: 900;
		margin: 0px;
		padding: 2px 0px 14px 0px;
		color: #336699;
		clear:both;
		}
		
	h3.product	{
		font-size: 13px;
		font-weight: 900;
		margin: 0px;
		padding: 0px 0px 6px 0px;
		color: #336699;
		}
		
	h3.product_price	{
		font-size: 12px;
		font-weight: 900;
		margin: 0px;
		padding: 0px 0px 20px 0px;
		}
		
	.text_heading_left_column	{
		margin: 0px;
		padding: 19px 0px 4px 0px;
		line-height:normal;
		color: #003366;
		font-weight: 900;
		font-size: 13px;
		}
	/* end headings ------------------------------------------------------------------------- */

#Header {
	width:1000px;
	height:100px;
	background-image: url('Header.jpg');
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
}
.logoimage {
	margin: 0px;
} 
/*  Main Menu */
#MainMenu {
	width:1000px;
	padding: 5px;
	height: 40px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	vertical-align: top;
}
.MainMenuLinks {
	font-weight: bold;
	padding: 2px;
	margin-right: 8px;
	margin-left: 8px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.MainMenuLinks a {
	font-weight: bold;
	background-color: #2D0163;
	padding: 2px;
	margin-right: 4px;
	margin-left: 4px;
	border: 1px solid #8CACDF;
	text-decoration: none;
	color: #FFF;
}
.MainMenuLinks a:link {
	font-weight: bold;
	background-color: #2D0163;
	padding: 2px;
	margin-right: 4px;
	margin-left: 4px;
	border: 1px solid #8CACDF;
	text-decoration: none;
	color: #FFF;
}
.MainMenuLinks a:visited {
	color: #FFF;
	font-weight: bold;
	background-color: #2D0163;
	padding: 2px;
	margin-right: 4px;
	margin-left: 4px;
	border: 1px solid #8CACDF;
	text-decoration: none;
}
.MainMenuLinks a:hover {
	color: #CCC;
}
.MainMenuLinks a:active {
	color: #FFF;
	font-weight: bold;
	background-color: #2D0163;
	padding: 2px;
	margin-right: 4px;
	margin-left: 4px;
	border: 1px solid #8CACDF;
	text-decoration: none;
}
#MainBody {
	padding-top: 0;
	padding-right: 4px;
	padding-bottom: 0;
	padding-left: 4px;
	width: 800px;
} 
/*  Product Body etc */
#ProductBody {
	width:100%;
	margin: 0px;
	padding: 0px;
}
.ProductDetail {
	width:100%;
	margin: 0px;
	padding: 10px;
	border: 1px solid #CCCCCC;
	background-color: #FFF;
}
.ProductDetail h1 {
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
} 
.ProductDetail h3, .ProductDetail h2 {
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.ProductPrice {
	font-size: 16px;
	color: #CC0000;
}
#ExtendedProductDetail {
	width:100%;
	margin: 0px;
	padding: 10px;
	background-color: #FFF;
} 
#ExtendedRelatedTable {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
#ExtendedRelatedTable h2 {
	color: #FFF;
	margin-top: 10px;
	margin-bottom: 0px;
}
.ExtendedProductsRelatedItemTable h2{
	font-size: 14px;
	font-weight: bold;
	color: #900;
	margin-top: 6px;
	margin-bottom: 0px;
}
/*  Section Menu */
.SectionMenu {
	background-color: #2D0163;
	padding: 2px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.SectionMenu a:link {
	color: #FFF;
	text-decoration : none;
	background-color: #000000;
	float: left;
	width: 152px;
	height: 30px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	padding-right:20px;
	padding-left: 8px;
	vertical-align: bottom;
	background-image: url('img-ButtonSectionMenu.jpg');
	background-position: 2px;
	background-repeat: no-repeat;
	line-height: 14px;
}
.SectionMenu a:visited {
	color: #FFF;
	text-decoration : none;
	background-color: #000000;
	float: left;
	width: 152px;
	height: 30px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	padding-right:20px;
	padding-left: 8px;
	vertical-align: middle;
	background-image: url('img-ButtonSectionMenu.jpg');
	background-position: 2px;
	background-repeat: no-repeat;
	line-height: 14px;
}
.SectionMenu a:hover {
	background-image: url('img-ButtonSectionMenuHover.jpg');
}
/*
.sectionButton {
	background-color: #000000;
	border: 1px solid #6699FF;
}
.sectionButton h1 {
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
 	background-image: url('Sidebox-H1-Background.jpg');
	background-repeat: no-repeat;
} */
/*  Sub Section Layout             */ 
/*  Used to display section Pages  */
#SubSectionContainer {
	border: 1px solid #6798FF;
	width: 100%;
}
#SubSectionHeader {
	background-color: #FFF;
	border: 1px solid #6798FF;
	margin-bottom: 6px;
}
.subSectionItem {
	background-color: #FFF;
	border: 1px solid #6599FF;
	height: 210px;
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 3px;
	margin-left: auto;
	width: 186px;
}
.subSectionLogos {
	background-color: #FFF;
	border: 1px solid #6599FF;
	height: 50px;
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 3px;
	margin-left: auto;
	width: 190px;
} 
/*  Sidebar and Sidebar Boxes */
.sidebar {
	width: 200px;
	border: none;
	margin: 0px;
	padding: 0px;
	color: #FFF;
}
.sidebox {
	color: #FFF;
	background-image: url('Sidebox-Background.gif');
	width: 190px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.sidebox h1, .sidebox h2, .sidebox .sideboxheader {
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	background-image: url('Sidebox-H1-Background.gif');
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/*  New Product List */
#NewProductsList {
	background-color: #B6CDEC;
	padding: 5px;
	border: 1px solid #8CACDF;
	width: 190px;
	margin: 5px;
}
#NewProductsList h1 {
	font-weight: bold;
	font-size: 12px;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	border: 2px solid #8CACDF;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#NewProductsList img {
	border: 2px solid #8CACDF;
} 
/*  Best Seller List */
#BestSellersList {
	background-color: #2D0163;
	padding: 5px;
	border: 1px solid #8CACDF;
	width: 180px;
	margin-right: 5px;
	margin-left: 5px;
}
#BestSellersList h1 {
	font-weight: bold;
	font-size: 12px;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	border: 2px solid #8CACDF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.BestSellersListItem {
	width: 180px;
	height: 270px;
	padding: 0px;
	background-image: url('img-BS-Background.jpg');
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	margin-top: 4px;
}
.BestSellersListItem h1 {
	height: 44px;
	background-image: none;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 6px;
}
.BestSellersListItem h2 {
	color: #FF0000;
	margin: 0px;
	padding: 0px;
}
/* Special Offers Items */
.FPBanner {
	width: 100%;
	padding-top: 6px;
	text-align: center;
}
.SpecialOffersTable {
	width: 100%;
	}
.SpecialOffersItem {
	width: 180px;
	height: 270px;
	padding: 0px;
	background-image: url('img-SO-Background.jpg');
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	margin-top: 4px;
}
.SpecialOffersItem h1 {
	height: 44px;
	background-image: none;
	padding-right: 6px;
	padding-left: 6px;
	font-size: 12px;
	text-align: center;
	padding-top: 6px;
	color: #FFF;
}
.SpecialOffersItem h2 {
	color: #FF0000;
	margin: 0px;
	padding: 0px;
}
.SuggestedPrice {
	color: #FFF;
	text-align: center;
	font-size: 12px;
}
/*.YouSavePrice {
	background-image: url('img-YouSave.jpg');
	height: 105px;
	background-repeat: no-repeat;
	background-position: center;
} 
.YouSavePrice p{
	font-size: 20px;
	font-weight: bold;
	color: #F00;
	margin-top: 35px;
}
.YouSavePriceEmpty {
	background-image: url('img-YouSaveEmpty.jpg');
	height: 105px;
	background-repeat: no-repeat;	
}*/
.YouSavePrice {
/*	background-image: url('img-YouSave.png');*/
	height: 40px;
	background-repeat: no-repeat;
	background-position: center;
} 
.YouSavePrice p{
	font-size: 16px;
	font-weight: bold;
	color: #FF0;
	line-height: 36px;
	margin: 0px;
	padding-top: 2px;
}
/*  Spare Parts             */
#SpareParts {
	background-color: #B6CDEC;
	padding: 5px;
	border: 1px solid #8CACDF;
	width: 190px;
	margin: 5px;
}
#SpareParts h1 {
	font-weight: bold;
	font-size: 12px;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	border: 2px solid #8CACDF;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#SpareParts img {
	border: 2px solid #8CACDF;
} 
/*  ------------------------- */ 
/*  CreditCards            */
#CreditCards {
	background-color: #B6CDEC;
	padding: 5px;
	border: 1px solid #8CACDF;
	width: 182px;
	margin: 5px;
}
#CreditCards h1 {
	font-weight: bold;
	font-size: 12px;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	border: 2px solid #8CACDF;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#CreditCards img {
	border: 2px solid #8CACDF;
} 
/*  ------------------------- */ 
/*  Sidbar Ads                */
.SidebarADs {
	background-color: #2D0163;
	padding: 5px;
	width: 190px;
	margin-right: auto;
	margin-left: auto;

}
.SidebarADs h1 {
	font-weight: bold;
	font-size: 12px;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	border: 2px solid #8CACDF;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.SidebarADs img {
	border: 2px solid #8CACDF;
} 
/*  ------------------------- */
/*  Marketing --------------- */
.Marketing {
	background-color: #2D0163;
	padding: 5px;
	width: 190px;
	margin: 5px;
}
.Marketing h1 {
	font-weight: bold;
	font-size: 12px;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	border: 2px solid #8CACDF;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	;
}
.Marketing img {
	border: 2px solid #8CACDF;
} 
/*  Fragment Container */
.FragmentContainer {
	width: 100%;
	margin: 0px;
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	}

#FragmentContainer {
	width: 100%;
	margin: 0px;
	background-color: #FFF;
	padding: 0px;
}
#FPFragmentContainer {
	padding: 0px;
	width: 100%;
	margin: 0px;
}
#FragmentContainer img {
/*	border: 1px solid #8CACDF;
	background-color: #B6CDEC;
	margin: 2px;
	padding: 2px;*/
}
#Footer {
	width:1000px;
	margin: 0px auto;
}
.bulk {
	border: none;
} 

.boxhead {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #000000;
}
.boxhead h2 {
	font-weight: bold;
	font-size: 12px;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	border: 2px solid #8CACDF;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.boxbody {
	background-color: #B6CDEC;
}
/*  Sidebar Mousover Text Boxes */
.extra {
	display:inline;
	text-decoration:none;
	float: none;
	margin-left: -160px;
}
.extra em {
	font-style:normal;
}
.extra em.txt, .extra b {
	display:none;
}
.extra .head {
	display:block;
	width:150px;
	height:55px;
}
.extra .color3 {
	background:#FFFFFF;
}
.extra img {
	border:0;
	display:block;
}
.extra em.mh2 {
	padding-left:0px;
	margin:0;
	color:#000;
	font-weight:normal;
	font-family: verdana, arial, sans-serif;
	font-size:24px;
}
.extra em.mh3 {
	padding-left:0px;
	margin:0;
	color:#fff;
	font-weight:normal;
	font-family: verdana, arial, sans-serif;
	font-size:16px;
}
.extra:hover {
	background:#fff;
	position:relative;
	cursor:pointer;
}
.extra:hover b {
	display:block;
	position:absolute;
	top:0px;
	left:0;
	width:160px;
	background:#FFF;
	height:260px;
	margin:0;
	border: 1px solid #6699FF;
}
.extra:hover em.txt {
	display:block;
	position:absolute;
	top:0px;
	width:155px;
	left:5px;
	height:260px;
	color:#000;
	margin:0;
	line-height:1.5em;
	text-decoration: none;
	text-align: left;
}
.extra:hover .color3 b {
	background:#FFFFFF;
} 
/*  CBN Accreditation Notice */
.cbn {
	margin: 0px;
	background-color: #000;
	width:1000px;
	text-align: right;
}

.cbn td{
	color: #CCC;	
	}
.cbn a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
}
#Logos {
	margin: 0px;
	background-color: #000;
	width:1000px;
	padding: 0px;
}
/* Message Overlays */
/*.SavingPriceSplash {
	position: relative;
	}
.SavingPriceSplash span {
	width:78px;
	height: 75px;
	background-image: url('img-SuperSaver.png');
	background-repeat: no-repeat;
	position: absolute;
	float: none;
	top: -19px;
	left: -4px;
	opacity: .9;
	filter: alpha(opacity=90);
	}
.YouSaveSplash {
	position: relative;
	}
.YouSaveSplash span {
	width:150px;
	height: 40px;
	background-image: url('img-Buy-Now-Save.png');
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 6px;
	text-align: right;
	}	*/
.FP-Message p{
	margin: 0px;
	padding: 0px;	
}
.PromotionalMessageText{
	font-weight: bold;
	color: #FF0000;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
	width: 100%;
	font-size: 14px;
	text-align: center;
}
.PromotionalMessage{
	width:162px;
	height: 22px;
	/*background-color: #FF0000;*/
	color: #FFFFFF;
	background-image: url('img-SpecialOfferSplash.jpg');
	background-repeat: no-repeat;
	vertical-align: top;
	font-weight: bold;
	line-height: 22px;
	text-align: center;
}
.SpecialPriceMessage{
	width:162px;
	height: 22px;
	/*background-color: #FF0000;*/
	color: #FFFFFF;
	background-image: url('img-SpecialPriceSplash.jpg');
	background-repeat: no-repeat;
	vertical-align: top;
	font-weight: bold;
	line-height: 22px;
	text-align: center;
}
.SuggestedPriceMessage{
	width:162px;
	height: 22px;
	/*background-color: #FF0000;*/
	color: #FFFFFF;
	background-image: url('img-SuggestedPriceSplash.jpg');
	background-repeat: no-repeat;
	vertical-align: top;
	font-weight: bold;
	line-height: 22px;
	text-align: center;
}
/*  ------------------------- */
/*  Rotating Adverts       -- */
.Rotating-Ads {
	background-color: #2D0163;
	padding: 2px;
	width: 190px;
	margin: 5px;
}
.Rotating-Ads img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 170px;
} 
/*  ------------------------- */
/*  Brochure Ads */
#Brochure-Ads {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.RSSFeed {
	background-color: #2D0163;
	padding: 5px;
	width: 190px;
	margin-right: auto;
	margin-left: auto;
}
.RSSFeedBox {
	background-color: #FFF;
	padding: 4px;
	width: 164px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #8CACDF;
	margin-top: 0px;
	margin-bottom: 2px;
	font-size: 11px;
}
.RSSFeedBox a{
	text-align: right;
	display: block;
}
.CartBackground {
	background-color: #FFF;	
	}
