<style type="text/css"> 
 
body  {
	font: 100% Verdana, Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
img {
	border : none;
}
.HeaderLogo {
	width: 780px;
	background-image: url(images/GoodyearsCampingEquipment.jpg);
	height: 175px;
	border-bottom: 1px solid;
	border-color: #007300;
}
.HeaderNav {
	background-image: url(images/topNavBarBackground.jpg);
	height: 60px;
}

.HeaderNav2 {
	background-image: url(images/topNavBarBackground2.jpg);
	height: 60px;
}
.searchBox {
	height: 50px;
	width: 170px;
	float: left;
	padding-left: 10px;
	font-size: 1em;
	padding-top: 5px;
}

.cartBox {
	height: 50px;
	width: 160px;
	float: left;
	padding-right: 20px;
	padding-top: 10px;
	text-align: right;
}

.TopNavLinks {
	width: 420px;
	float: left;
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	text-align: center;
	padding-top: 15px;
	text-decoration: none;
}

a.TopNavLinksNav {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	text-decoration: none;
}



.thrColFixHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-left: 2px solid;
	border-right: 2px solid;
	border-color: #007300;
	background-image: url(images/ColsBack.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	position: relative;
	font-size: 12px;
} 

.thrColFixHdr #container2 {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-left: 2px solid;
	border-right: 2px solid;
	border-color: #007300;
	background-image: url(images/ColsBack2.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	position: relative;
} 
.maps {
	width: 360px;
	height: 620px;
	float: left;
	background-image: url(images/GoodyearsMaps.jpg);
}


* html #container {
        height: 1%;
}

* html #container2 {
        height: 1%;
}

.thrColFixHdr #header {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	float: left;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #mainContent {
	float: left;
	width: 439px;
} 

.thrColFixHdr #mainContent2 {
	margin-left: 172px;

} 
.thrColFixHdr #footer {
	width: 780px;
	height: 20px;
	background-image: url(images/FooterLogos.jpg);
	background-repeat: no-repeat;
	padding-top: 80px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}


a.bottomNavLink{
	text-decoration: none;
	color: #666666;
}

a.NavButton{
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	font-size: 11px;
	float: left;
}

a.NavButton:hover{
	color: #666666;
}

a.Offers{
	text-decoration: none;
	color: #666666;
	font-size: 11px;
	font-weight: normal;
}
.NewsStory {
	padding-left: 10px;
	padding-right: 10px;
}
.NewsStoryHolder {
	float: left;
}
.Banner {
	width: 430px;
	height: 60px;
	color: #FFFFFF;
	text-align: center;
	float: left;
	margin-left: 0px;
}




a.OffersPrice{
	text-decoration: none;
	color: #FF0000;
	font-size: 11px;
	font-weight: normal;
	padding-left: 5px;
}

.NavLeftHolder{
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted;
	border-color: #007300;
	padding-top: 7px;
	float: left;
	width: 145px;
	margin-left: 10px;
	padding-bottom: 9px;
}

a.NewsHeadline{
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	color: #333333;
}

a.NewsIntro{
	text-decoration: none;
	font-size: 11px;
	color: #333333;
}

.NavLeftHolderOffer{
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted;
	border-color: #999999;
	padding-left: 20px;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 5px;
}

.OffersHolder{
	text-decoration: none;
	font-weight: bold;
	height: 23px;
	padding-top: 10px;
	background-image: url(images/NavRoundedBack.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	padding-left: 20px;
	border-bottom:1px solid;
	border-color:#CCE3CC;
	width: 149px;
}

.ContactTel{
	text-decoration: none;
	color: #007300;
	font-weight: bold;
	font-size: 17px;
	padding-left: 20px;
	padding-top: 10px;
	width: 140px;
}

.ContactAddress{
	text-decoration: none;
	font-size: 11px;
	padding-left: 20px;
	padding-top: 5px;
	color: #333333;
} 

.newsThumb{
	text-decoration: none;
	color: #007300;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
	border-top:1px solid;
	border-color:#CCE3CC;
}
 
</style>
[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.thrColFixHdr #sidebar1 { width: 180px; }
.thrColFixHdr #sidebar2 {
	width: 169px;
	overflow: hidden;
}
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.thrColFixHdr #sidebar2, .thrColFixHdr #sidebar1 { padding-top: 30px; }
.thrColFixHdr #mainContent {
	zoom: 1;
	margin-left: 2px;
}
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
.NavLeftHolder {
}
.DeptButtonHolder {
	width: 133px;
	height: 133px;
	float: left;
	margin-top: 8px;
	margin-left: 3px;
	background-image: url(images/DeptButton.jpg);
}
.DeptButtonImage {
	width: 99px;
	height: 78px;
	margin-top: 3px;
	padding-left: 3px;
}
.DeptButtonText {
	margin-left: 10px;
	margin-top: 5px;
	width: 110px;
}
a.DeptButtonNav {
	font-family: arial;
	font-size: 11px;
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}

.NewsHeadlineHolder {
}

.NewsIntroHolder {
	margin-top: 5px;
	padding-right: 10px;
	margin-bottom: 10px;
}

/*search form */
#search-theme-form {
margin: 12px 0 0 0;
padding: 0 0 0 0;
}
#search-theme-form input[type="text"] {
width: 135px;
height: 21px;
padding: 2px 5px 1px 5px;
border: 1px solid #bed881;
background: #fff;
margin: 0 0 0 0;
color: #000000;
font-weight: normal;
}
#search-theme-form input[type="submit"] {
background: url(images/SearchButton.jpg) no-repeat;
border: none;
margin: 0 0 0 0;
width: 67px;
height: 26px;
/*vertical-align: middle;*/
float: none;
}
.NewsBigImage {
	margin-left: 20px;
	border: 1px solid;
}
.MainContentHolderNews {
	padding-right: 68px;
	background-image: url(images/headers/news.gif);
	background-repeat: no-repeat;
	float: left;
	padding-bottom: 50px;
	margin-left: 2px;
	width: 350px;
}

.MainContentHolderAbout {
	background-image: url(images/headers/about.gif);
	background-repeat: no-repeat;
	height: auto;
	width: 420px;
}

.AboutImage {
	width: 430px;
	height: 350px;
	background-image: url(images/headers/aboutBack.jpg);
	background-repeat: no-repeat;
}

.MainContentHolderDelivery {
	background-image: url(images/headers/delivery.gif);
	background-repeat: no-repeat;
	height: auto;
}

.DeliveryImage {
	width: 432px;
	height: 350px;
	background-image: url(images/headers/deliveryBack.jpg);
	background-repeat: no-repeat;
	position: absolute;
	bottom: 100px;
}


.MainContentHolderSecurity {
	background-image: url(images/headers/security.gif);
	background-repeat: no-repeat;
	height: auto;
}

.SecurityImage {
	width: 432px;
	height: 250px;
	background-image: url(images/headers/securityBack.jpg);
	background-repeat: no-repeat;
	position: absolute;
	bottom: 100px;
}

.MainContentHolderHelp {
	padding-right: 90px;
	background-image: url(images/headers/help.gif);
	background-repeat: no-repeat;
	height: 300px;
}

.MainContentHolderNewsletter {
	padding-right: 90px;
	background-image: url(images/headers/newsletter.gif);
	background-repeat: no-repeat;
	height: 350px;
}

.MainContentHolderContact {
	padding-right: 90px;
	background-image: url(images/headers/contact.gif);
	background-repeat: no-repeat;
	height: 750px;
}

.NewsBigHeadline {
	font-size: 20px;
	margin-left: 20px;
	width: 300px;
}
.NewsBigStory {
	font-size: 12px;
	margin-top: 10px;
	margin-left: 20px;
	width: 300px;
	overflow: hidden;
	margin-bottom: 20px;
}
.formDetails {
	width: 100px;
	text-align: right;
	float: left;
	height: 22px;
	margin-right: 5px;
}
.formAnswer {
	float: left;
	width: 150px;
	margin-bottom: 5px;
}
.splitter{
	height: 10px;
	width:250px;
	border-bottom: 1px dotted;
	margin-bottom: 15px;
	border-bottom-color: #007300;
	float: left;
	margin-left: 20px;
}
.NewsletterChecks {
	float: left;
	margin-left: 20px;
}



.NewsletterText {
	font-size: 12px;
	margin-top: 10px;
	margin-left: 20px;
	width: 250px;
	float:left;
}
.openingHours {
	font-size: 12px;
	width:300px;
	color: #666666;
	float: left;
	padding-left: 20px;
	margin-top: 10px;
}
.tel {
	font-size: 32px;
	width:300px;
	color: #007300;
	float: left;
	padding-left: 20px;
	font-weight: bold;
}
.fax {
	font-size: 16px;
	width:300px;
	color: #666666;
	float: left;
	padding-left: 20px;
}
a.emailText{
	font-size: 15px;
	color: #007300;
	text-decoration: none;
}
.email {
	font-size: 15px;
	width:300px;
	color: #007300;
	float: left;
	padding-left: 20px;
	margin-top: 10px;
}
.address {
	font-size: 12px;
	width:140px;
	color: #666666;
	padding-left: 20px;
	margin-top: 15px;
	float: left;
}
.ListHolder {
	width: 400px;
	border-bottom: 1px dotted;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	float: left;
}

.ListHolder2 {
	width: 575px;
	border-bottom: 1px dotted;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
}

.listThumb {
	width: 90px;
	background-color: #666666;
	float: left;
	border: 1px solid;
	border-color: #333333;
}
.listTextHolder {
	float: left;
	width: 150px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding-left: 20px;
	text-decoration: none;

}

.listTextHolder2 {
	float: left;
	width: 300px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding-left: 20px;
	text-decoration: none;

}
a.listText {
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
.listPriceHolder {
	float: left;
	width: 120px;
	padding-left: 15px;

}
.listProductName {
	font-weight: bold;
	color: #333333;
	padding-bottom: 5px;
	text-decoration: none;
}
.listRRP {
	font-size: 12px;
	font-style: italic;
}
.listOurPriceText {
	color: #FF0000;
	font-size: 12px;
	font-weight: bold;
	padding-top: 3px;
	border-top: 1px solid;
	border-color: #666666;
	margin-top: 5px;
	width: 100px;
}
.listOurPrice {
	color: #FF0000;
	font-weight: bold;
	font-size: 18px;
}
.listSave {
	font-size: 12px;
	font-style: italic;
	margin-top: 5px;
	padding-top: 3px;
	border-top: 1px solid;
	border-color: #666666;
	width: 100px;
}
.img1pxBorder {
	border: 1px solid;
	border-color: #333333;

}
.ProductDetailsDetailsHolder {
}
.ProductDetailsImagesHolder {
	width: 305px;
	margin-left: 10px;
	float: left;
}
.ProductDetailsTextHolder {
	float: left;
	width: 250px;
	margin-left: 20px;
	margin-top: 15px;
}
.ProductDetailsRecHolder {
	width: 589px;
	background-image: url(images/RecBack.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	font-weight: bold;
	padding-top: 12px;
	margin-top: 20px;
	float: right;
	margin-left: 2px;
	padding-left: 19px;
	margin-bottom: 10px;
}
.ProductDetailsMainImage {
	width: 300px;
	border: 1px solid;
	border-color: #333333;
	float: left;
	margin-bottom: 10px;
}
.ProductDetailsThumbImageF {
	float: left;
	border: 1px solid;
	border-color: #333333;
	margin-right: 4px;
}
.ProductDetailsThumbImage {
	float: left;
	border: 1px solid;
	border-color: #333333;
	margin-left: 11px;
}
.ProductDetailsLogo {
	margin-bottom: 10px;
}
.ProductDetailsProductName {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}
.ProductDetailsProductCode {
	font-size: 12px;
	color: #666666;
	margin-top: 5px;
		margin-bottom: 10px;
}
.ProductDetailsProductDescription {
	font-size: 12px;
		margin-top: 15px;
	color: #000000;
}
.ProductDetailsOptionHolder {
	float: left;
	width: 300px;
	border-top: 1px dotted;
	border-bottom: 1px dotted;
	border-color: #007300;
	text-align: right;
	margin-top: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.ProductDetailsOptionText {
	font-size: 11px;
	color: #007300;
	font-weight: bold;
	margin-bottom: 5px;
}

.ProductDetailsStock {
	width: 100px;
	float: left;
}
.ProductDetailsAddToCart {
	float: left;
	width: 200px;
}
.LeftColOffers {
	bottom: 0px;
	background-color: #00CC00;
	height: 100px;
}
.ColHeightPadding {
	width: 15px;
	background-color: #00CC00;
	float: left;
}
.DeptHolder {
	padding-left: 12px;
	margin-top: 5px;
	float: left;
	width: 420px;
	margin-left: 0px;
}

.CartHeader {
	background-image: url(images/ShoppingCartHeader.gif);
	width: 460px;
	height: 60px;
	background-repeat: no-repeat;
	float: left;
	margin-left: 10px;
}

.CartProtX {
	background-image: url(images/ProtX.gif);
	width: 100px;
	height: 50px;
	background-repeat: no-repeat;
	float: left;
}

.CartCartHolder {
	border-top: 2px solid;
	border-bottom: 2px solid;
	border-color: #007300;
	letter-spacing: inherit;
	float: left;
	width: 608px;
	margin-bottom: 20px;
	font-size: 11px;
}

.CartDescriptionHeader {
	border-bottom: 1px solid;
	border-color: #007300;
	width: 255px;
	border-right: 1px solid;
	float: left;
	font-size: 11px;
	color: #007300;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 10px;
	height: 25px;

}
.CartDescriptionHolder {
	border-color: #007300;
	border-right: 1px solid;
	font-size: 11px;
	font-weight: normal;
}

.CartDescriptionHolder2 {
	border-color: #007300;
	width: 407px;
	border-right: 1px solid;
	float: left;
	font-size: 12px;
	font-weight: bold;
	padding-top: 14px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	height: 25px;
	border-top: 1px solid;
}

.CartDescriptionHolder3 {
	border-color: #007300;
	width: 316px;
	border-right: 1px solid;
	float: left;
	font-size: 15px;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	height: 25px;
	background-color: #C2E0BE;
	text-align: right;
}
.CartQtyHolder {
	border-color: #007300;
	width: 50px;
	border-right: 1px solid;
	float: left;
	font-size: 11px;
	font-weight: normal;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.CartUnitPriceHolder {
	border-color: #007300;
	width: 70px;
	border-right: 1px solid;
	float: left;
	font-size: 11px;
	font-weight: normal;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.CartUnitPriceHolder3 {
	border-color: #007300;
	width: 70px;
	border-right: 1px solid;
	float: left;
	font-size: 15px;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	height: 25px;
	text-align: right;
}
.CartTotalPriceHolder {
	border-color: #007300;
	width: 90px;
	border-right: 1px solid;
	float: left;
	font-size: 11px;
	font-weight: normal;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.CartTotalPriceHolder2 {
	font-size: 12px;
	font-weight: bold;
}

.CartTotalPriceHolder3 {
	float: left;
	font-size: 15px;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	height: 25px;
}
.CartRemoveHolder {
	width: 35px;
	float: left;
	font-size: 11px;
	font-weight: normal;
	height: 22px;
	padding-left: 10px;
	padding-top: 5px;
}

.CartUKShipping {
	border-color: #007300;
	float: left;
	width: 608px;
}

.CartTotalPrice {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

.CartContinueShopping {
	width: 120px;
	float: left;
	padding-left: 20px;
}
.CartCards {
	float: left;
	width: 260px;
	padding-left: 10px;
	padding-top: 10px;
}
.CartCheckout {
	width: 188px;
	float: left;
}
.CartRecommendedAdditionsHolder {
	float: left;
	width: 408px;
	border-right: 2px solid;
	border-color: #007300;
	background-repeat: no-repeat;
}
.noMargin{
margin-bottom:0;"
}
.incVAT {
	font-size: 11px;
	font-weight: normal;

}
.CartQtyBoxHolder {
	height: 26px;
}
.CartRemoveBoxHolder2 {
	width: 30px;
	float: left;
	font-size: 15px;
	font-weight: bold;
	height: 25px;
	background-color: #003333;
}
.checkBox {
	background-color: #CC3300;
}
.CartTextHeader {
	font-size: 11px;
	color: #007300;
	font-weight: bold;
}
.cartSelectShippingText {
	font-size: 11px;
	color: #1A7800;
}
.offersAndContact {
	float: left;
	width: 170px;
	margin-top: 20px;
}

