﻿body, form, input, select, textarea, td
{
	font: 11px Tahoma;
	color: #333333;
}

p
{
	padding: 0px;
	margin: 4px 0px 0px 4px;
	line-height: 16px;
}

h1, h2, h3
{
	margin: 0px;
	padding: 0px;
}
h1
{
	font-size: 14px;
}
h2
{
	font-size: 12px;
}
h3
{
	font-size: 11px;
}

legend
{
	font-weight: bold;
}

acronym
{
	border-bottom: 1px dashed #999999;
	text-decoration: none;
	cursor: help;
	padding-bottom: 2px;
}

a:link {
	color: #25469D;
	text-decoration: none;
}
a:visited {
	color: #25469D;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
a:active {
	color: #25469D;
	text-decoration: none;
}

a.lightLink:link {
	color: #5D77BA;
	text-decoration: none;
}
a.lightLink:visited {
	color: #5D77BA;
	text-decoration: none;
}
a.lightLink:hover {
	color: #666666;
	text-decoration: none;
}
a.lightLink:active {
	color: #5D77BA;
	text-decoration: none;
}

a img
{
	border: none;
}
.button, .boldButton
{
	padding: 1px;
	margin-bottom: -1px;
}
.boldButton
{
	font-weight: bold;
}

body, form
{
	margin: 0px;
	padding: 0px;
}

.textField
{
	padding: 2px 1px 1px 2px;
}
*+html .textField
{
	padding: 1px 1px 1px 2px;
}
textarea.textField
{
	padding: 3px 2px 2px 4px;
}
*+html textarea.textField
{
	padding: 2px 2px 2px 4px;
}

#pageContainer
{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

#header
{
	width: 100%;
	background-image: url("/Images/headerBg.jpg");
	background-repeat: repeat-x;
	height: 60px;
}

#navBar
{
	width: 100%;
	background-image: url("/Images/navBg.jpg");
	background-repeat: repeat-x;
	height: 26px;
}
#navLinks
{
	color: #EAEAEA;
	padding: 6px 0 7px 10px;
	font-weight: bold;
}
#navLinks a:link
{
	color: #EAEAEA;
	text-decoration: underline;
}
#navLinks a:visited
{
	color: #EAEAEA;
	text-decoration: underline;
}
#navLinks a:hover
{
	color: #EAEAEA;
	text-decoration: none;
}
#navLinks a:active
{
	color: #FFFFFF;
	text-decoration: none;
}

#headerLinks
{
	position: absolute;
	right: 20px;
	top: 20px;
}

#feedbackLink
{
}

#contactUsLink
{
	margin-left: 20px;
}

#feedbackImage
{
	margin-right: 4px;
}
#contactUsImage
{
	margin-right: 4px;
}

#pageContent
{
	margin-top: 12px;
}

#leftSide
{
	float: left;
	margin-left: 6px;
	width: 103px;
}

#middleSection
{
	margin-left: 110px;
	margin-right: 150px;
	padding-left: 10px;
	margin-bottom: 40px;
}
#leftSection
{
	margin-left: 3px;
	margin-right: 150px;
	padding-left: 10px;
	margin-bottom: 522px;
}
#rightSide
{
	position: absolute;
	width: 133px;
	right: 5px;
	top: 97px;
	float: right;
}
#rightSection
{
	position: absolute;
	width: 133px;
	right: 5px;
	top: 97px;
	float: right;
}

.boxTop
{
	background-image: url("/Images/boxTop.jpg");
	width: 95px;
	height: 15px;
	color: #EAEAEA;
	padding-left: 8px;
	padding-top: 1px;
}
.boxTopBig
{
	background-image: url("/Images/boxTopBig.jpg");
	width: 125px;
	height: 15px;
	color: #EAEAEA;
	padding-left: 8px;
	padding-top: 1px;
}
.boxContent
{
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	width: 101px;
}
.boxContentBig
{
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	width: 131px;
}

#cartImage
{
	margin-right: 4px;
}

.baseCategory
{
	width: 100px;
	background-color: #F4F4F4;
	font-weight: bold;
	font-size: 9px;
	display: block;
	padding: 1px;
	padding-right: 0;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
}

.subCategory
{
	width: 100px;
	padding: 2px;
	padding-left: 5px;
	display: block;
}

.searchBox
{
	position: absolute;
	right: 3px;
	top: 62px;
}

.searchField
{
	border: 1px solid #999999;
	width: 131px;
	background-image: url("/Images/searchBg.gif");
	background-repeat: no-repeat;
	padding: 3px 2px 3px 19px;
	color: #999999;
}
.goButton
{
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	width: 20px;
	height: 21px;
	padding-left: 1px;
}

.featuredProduct
{
	display: block;
	border: 1px solid #CCCCCC;
	width: 46.50%;
	height: auto;
	margin-left: 4px;
	margin-bottom: 4px;
	text-align: left;
	padding: 6px;
	float: left;
}

.featuredProductRow
{
	height: 100px;
	display: block;
}

.featuredProductName
{
	font-weight: bold;
	display: block;
	padding-bottom: 12px;
}

.featuredProductImage
{
	display: block;
	float: left;
	height: 90px;
}

.featuredProductImage a img
{
	border: 1px solid #3757AB;
	padding: 4px;
	margin-right: 6px;
}

.featuredProductImage a:hover img
{
	border: 1px solid #999999; /*#3757AB;/*#173B94;*/
}

.featuredProductImage a img
{
	/*float: left;*/
}

.featuredProductPrice
{
	color: #CC0000;
	font-weight: bold;
}

.featuredProductAdd
{

}

.error
{
	margin: 10px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #DD3C10;
	background-color: #FFEBE8;
}
.info
{
	margin: 10px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #385493;
	background-color: #EBEEF4;
}
.greenInfo
{
	margin: 10px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #66A385;
	background-color: #E5EFEA;
}
.error p, .info p, .greenInfo p
{
	margin: 4px 0px 0px 0px;
}

.productDetailsImage
{
	display: block;
	float: left;
	background-color: #FFFFFF;
}
.productDetailsImage a img.productImage
{
	border: 1px solid #3757AB;
	padding: 4px;
	margin-right: 6px;
}
.productDetailsImage a:hover img.productImage
{
	border: 1px solid #999999;
}
.headingBorder
{
	display: block;
	border-bottom: 1px dashed #3757AB;
	padding-bottom: 4px;
	margin-right: 6px;
}

.headingBorderLight
{
	display: block;
	border-bottom: 1px dashed #C9D2ED;
	padding-bottom: 4px;
	margin-right: 6px;
}

#productImageContainer
{
	display: block;
}
.splitter
{
	clear: both;
}
p#viewLargerImage
{
	text-align: center;
}
p#viewLargerImage a img
{
	margin-right: 4px;
}
.largeProductImage
{
	border: 1px solid #999999;
	padding: 4px;
}

#headerSmall
{
	width: 100%;
	background-image: url("/Images/headerSmallBg.jpg");
	background-repeat: repeat-x;
	height: 40px;
	border-bottom: 1px solid #DCE2F0;
}
ul.productImage
{
	margin: 0px;
	padding: 0px;
}
ul.productImage li
{
	display: inline;
	margin: 1px;
}
ul.productImage li a img
{
	vertical-align: middle;
	border: 1px solid #3757AB;
	padding: 2px; 
	margin: 4px;
}
ul.productImage li a:hover img
{
	border: 1px solid #999999;
}

#footer
{
	border-top: 2px solid #617ABD;
	padding: 5px 0px 0px 0px;
	margin: 20px 0px 0px 0px;
	text-align: center;
	display: block;
}

#footer #footerBar
{
	text-align: left;
	margin: 0px;
	color: #EAEAEA;
	padding: 3px 3px 3px 5px;
	width: auto;
	background-image: url("/Images/footerBg.jpg");
	background-repeat: repeat-x;
	height: 20px;
	display: block;
}
#footer #footerLeft
{
	float: left;
	padding: 18px 0px 20px 20px;
	text-align: left;
}
/**+html #footer #footerLeft
{
	padding-top: 15px;
}*/
#footer #footerRight
{
	float: right;
	margin-top: -5px;
}
/**+html #footer #footerRight
{
	margin-top: -12px;
}*/

#rightSideSpacer
{
	float: right;
	height: 60px;
}

*+html #rightSideSpacer
{
	height: 78px;
}

.hideIt
{
	display: none;
}

#cartSeperator
{
	border-top: 1px solid #F4F4F4;
}

#cartLinks
{
	float: left;
	padding: 6px;
	text-align: left;
}

#cartTotal
{
	text-align: right;
	padding: 6px;
	float: right;
}

.tableCellLeft
{
	display: block;
	width: 49%;
	font-weight: bold;
	float: left;
	text-align: right;
	padding: 4px;
	border: 1px solid #FFFFFF;
	clear: both;
}
.tableCellRight
{
	display: block;
	width: 49%;
	float: right;
	text-align: left;
	padding: 1px;
}

.adminHeader
{
	border-bottom: 1px solid #CCCCCC;
	padding: 4px;
	display: block;
	width: auto;
}

ul#partnerLinks
{
	margin: 5px 0px 0px 0px;
	padding: 0px;	
	list-style: none none;
	text-align: center;
}

ul#partnerLinks li
{
	margin: 0px; 
	padding: 0px;
	list-style: none none;
	text-align: center; 
}

ul#partnerLinks li a
{
	text-indent: -5000px;
	display: block;
	background: url("/Images/ourPartners.gif") no-repeat 0px 0px;
	width: 115px;
	height: 64px;
	margin-bottom: 10px;
}

ul#partnerLinks li a#linkGilera
{
	height: 33px;	
	background-position: 0px 0px;
}
ul#partnerLinks li a#linkGilera:hover
{
	background-position: -130px 0px;
}

ul#partnerLinks li a#linkVespa
{
	height: 37px;
	background-position: 0px -50px;
}
ul#partnerLinks li a#linkVespa:hover
{
	background-position: -130px -50px;
}

ul#partnerLinks li a#linkPiaggio
{
	height: 34px;
	background-position: 0px -100px;
}
ul#partnerLinks li a#linkPiaggio:hover
{
	background-position: -130px -100px;
}

ul#partnerLinks li a#linkRoyalEnfield
{
	height: 43px;
	background-position: 0px -150px;
}
ul#partnerLinks li a#linkRoyalEnfield:hover
{
	background-position: -130px -150px;
}

ul#partnerLinks li a#linkHJCHelmets
{
	height: 36px;
	background-position: 0px -210px;
}
ul#partnerLinks li a#linkHJCHelmets:hover
{
	background-position: -130px -210px;
}

ul#partnerLinks li a#linkNitro
{
	height: 30px;
	background-position: 0px -265px;
}
ul#partnerLinks li a#linkNitro:hover
{
	background-position: -130px -265px;
}

ul#partnerLinks li a#linkIxon
{
	height: 64px;
	background-position: 0px -315px;
}
ul#partnerLinks li a#linkIxon:hover
{
	background-position: -130px -315px;
}

ul#partnerLinks li a#linkOxfordProducts
{
	height: 22px;
	background-position: 0px -400px;
}
ul#partnerLinks li a#linkOxfordProducts:hover
{
	background-position: -130px -400px;
}

.productListImage a img
{
	border: 1px solid #3757AB;
	padding: 4px;
}

.productListImage a:hover img
{
	border: 1px solid #999999;
}

.productListRow
{
	border-bottom: 1px dashed #CCCCCC;
}

.greyText
{
	color: #666666;
}

.productListHeader
{
	border-bottom: 1px solid #EAEAEA;
}
.productListHeader a:link
{
	text-decoration: underline;
}
