/* CSS Document */

body {

  font-family: Verdana, Tahoma, Helvetica, sans-serif;

  font-size: 9pt;

}



#harley_wrapper {

  width: 780px;

  margin: 0 auto;

  text-align: center;

}



#harley_inner_wrapper {

  text-align: left;

}



#harley_header {

  position: relative;

	margin: 0;

	padding: 0;

	height: 100px;

}



#harley_header_bike {

	position: relative;

	margin: 0;

	padding: 0;

	left: 120px;

}



#harley_breadcrumb {

  font-size: 9px;

  padding: 5px 0 5px 0;

  text-transform: uppercase;

  letter-spacing: 0.2em;

  clear: both;

  margin-left: 140px;

  margin-top: 1px;

	font-weight: normal;

}



a {

  color: #E05F00;

  text-decoration: none;

}



a:hover {

  text-decoration: underline;

}







#harley_container {

  margin-top: 2px;

}



#harley_inner_container {

  overflow: hidden;

}



#harley_centre_column {

  font-size: 1em;

  float: left;

  width: 520px;

  margin-left: 120px;

  padding-left: 10px;

  padding-right: 10px;

}



* html #harley_centre_column {

  display: inline;

}



#harley_left_column {

  float: left;

  width: 120px;

  margin-left: -660px;

  font-size: 0.8em;

  margin-top: -5px;

}



#harley_left_column select {

  font-size: 1em;

}



#harley_right_column {

  float: left;

  width: 120px;

  font-size: 0.8em;

  margin-top: -5px;

}



/* start i.e. 5 filter *

#harley_centre_column, #harley_left_column, #harley_right_column {

  padding-bottom: 32767px;

  margin-bottom: -32767px;

}

*/

@media all and (min-width: 0px) {

#harley_centre_column, #harley_left_column, #harley_right_column {

padding-bottom: 0 !important;

margin-bottom: 0 !important; 

}

#harley_centre_column:before, #harley_left_column:before, #harley_right_column:before {

content: '[DO NOT LEAVE IT IS NOT REAL]';

display: block;

background: inherit;

padding-top: 32767px !important;

margin-bottom: -32767px !important;

height: 0;

}

}





/* End Mac IE5 filter */





.harley_box {

  margin: 10px 0 10px 0;

  background-color: #FFF;

border: solid 1px #E05F00;

padding: 0 0 5px 0;

}



.infoBoxHeading {

  text-align: center;

  font-weight: normal;

  font-size: 1.2em;

  background-color: #E05F00;

  padding: 3px;

  margin: 0;

  color: #fff;

}



a img {

  border: 0 none;

}



a {

  text-decoration: none;

}



.productListing-heading {

  font-size: 10px;

  font-weight: bold;

  background-color: #FFF;

}



.productListing-heading td {

  border-bottom: solid 1px #333;

  padding: 1px 5px;

}



.productListing-even td, .productListing-odd td {

  border-bottom: solid 1px #333;

  padding: 7px 5px;

}



.cart-productListing-even td {

  background-color: #f9f9f9;

}



.productListing-even td {

  background-color: #f9f9f9;

}



.smallText {

  font-size: 7pt;

  color: #666;

}



.pageHeading {

  font-size: 1.5em;

  color: #333;

  padding-bottom: 5px;

}



#harley_intro {

display: none;

}





#harley_header_nav_block ul {

list-style: none;

position: absolute;

top: 5px;

left: 524px;

width: 300px;

margin: 0;

padding: 0;

}



#harley_header_nav_block ul li {

float: left;

padding: 0 5px;

font-size: 0.8em;

margin: 0;

}



#harley_header_nav_block img {

margin-right: 2px;

margin-bottom: -1px;

}



#harley_quick_search {

position: absolute;

top: 35px;

right: 0;

font-size: 0.8em;

background-color: #000;

padding: 0;

width: 250px;

height: 60px;

margin: 0;

}



#harley_quick_search a {

color: #fff;

margin: 0;

padding: 0;

}



#harley_quick_search form {

padding: 10px 0 0 10px;

margin: 0;

}







.harley_infoBox {

  border: solid 1px;

  padding: 5px;

}



/* we need this for IE 5.01 - otherwise the wrapper does not expand to the

necessary height (unless fixed, this problem becomes even more acute 

weirdness as the method is enhanced */

#harley_container {

/* Normally a Holly-style hack height: 1% would suffice but that causes 

IE 5.01 to completely collapse the wrapper - instead we float it */

	float: left;

/* NB. possibly only IE 5.01 needs to get this float value - otherwise 5.5 sometimes 

(I saw it happen many moons ago) makes the width of wrapper too small 

the float: none with the comment is ignored by 5.01,

5.5 and above see it and carry on about their business

It's probably fine to just remove it, but it's left here 

just in case that many moons ago problem rears its head again */

	float/**/: none;

}



/* easy clearing */

#harley_container:after {

	content: '[DO NOT LEAVE IT IS NOT REAL]'; 

	display: block; 

	height: 0; 

	clear: both; 

	visibility: hidden;

}

#harley_container {

	display: inline-block;

}

/*\*/

#harley_container {

	display: block;

}

/* end easy clearing */

/* Safari needs this - otherwise the ghost overflow, though painted 

correctly obscures links and form elements that by rights should be above it.

An unintended side-effect is that it cause such elements to vanish in IE 5.01

and 5.5, hence the child selector hack */

* > #footer, * > form, * > #notes, * > .output {

	position: relative;

	z-index: 1000;

}



.messageStackError {

  background-color: #E05F00;

  color: #fff;

  padding: 10px;

}



.inputRequirement {

  color: #E05F00;

}



.moduleRow { }



.moduleRowOver { 

  background-color: #FFF6DF; 

	cursor: pointer; 

	cursor: hand; 

}



.moduleRowSelected { 

  background-color: #FFF6DF; 

}



.moduleRow td, .moduleRowOver td, .moduleRowSelected td {

  padding: 10px 0;

}



.checkoutBarFrom, .checkoutBarTo { 

  font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; 

}



.checkoutBarCurrent { 

  font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; 

}



.boxText img {

  margin: 5px 0;

}



.main {

  font-size: 0.9em;

  vertical-align: top;

}



.productSpecialPrice {

  color: #E05F00;

  font-weight: bold;

}



.harley_productSpecialPrice {

	color: #E05F00;

	font-weight: bold;

	font-size: 1.4em;

}



.boxText input {

  font-size: 1em;

}



.harley_description {

  font-size: 0.9em;

  border: solid 1px #999;

color: #BF733B;

}



.harley_product_meta {

	font-size: 0.8em;

}



#harley_product_info_container {

        margin-top: 5px;

	width: 200px;

	float: right;

	text-align: right;

}



#harley_product_info_container ul {

	margin: 0;

	padding: 0;

}



#harley_product_info {

	list-style: none;

	margin: 0;

	padding: 0;

	width: 200px;

	position: relative;

	top: 0;

	left: 0;

}



#harley_product_info li {

	padding: 5px 0;

	border-top: solid 1px #333;

	text-align: right;

	margin: 0;

  width: 200px;

}



.productPrice {

	font-size: 1.3em;

	font-weight: bold;

	color: #333;

}



.nobr {

	white-space: nowrap;

}



#harley_centre_column .addressInfoBox {

	border: solid 1px #bbb;

	margin-bottom: 5px;

	margin-top: 2px;

}



#harley_centre_column select {

	font-size: 1em;

}



/* navigation bar stuff */



#harley_main_nav_bar {

	background-image: url(images/corner_top_left.gif);

	background-position: top left;

	background-repeat: no-repeat;

	margin: 0;

	padding: 0;

	width: 100%;

	height: 55px;

}



#harley_main_nav_bar_inner {

	background-image: url(images/corner_top_right.gif);

	background-position: top right;

	background-repeat: no-repeat;

	margin: 0;

	padding: 0;

	width: 100%;

	height: 55px;

}



#harley_main_nav_bar_background {

	background-image: url(images/navbar_background.gif);

	background-repeat: repeat-x;

	width: 100%;

	height: 35px;

	text-align: center;

}



#harley_main_nav_bar_list {

	list-style: none;

	text-align: left;

	margin-left: 190px;

}



#harley_main_nav_bar_list li {

	float: left;

	height: 35px;

}



#harley_main_nav_bar_list li a {

	float: left;

	height: 26px;

	width: 120px;

	padding: 9px 0 0 0;

	color: #fff;

	font-weight: bold;

	border-right: solid 1px #fff;

	text-align: center;

	text-decoration: none;

}



#harley_main_nav_bar_list li a:hover {

	background-image: url(images/navbar_background2.gif);

	background-repeat: repeat-x;

}



#harley_main_nav_bar_first {

	border-left: solid 1px #fff;

}



#harley_quick_search input {

	font-size: 1em;

}



.harley_button {

	background-color: #E06000;

	color: #fff;

}



#harley_footer {

  text-align: center;

  font-size: 0.8em;

  margin-top: 10px;

  border-top: solid 2px #999;

  clear: both;





  padding-top: 5px;

}



#harley_footer ul {

	list-style: none;

	padding: 0;

	margin: 0;

}



#harley_footer ul li {

	display: inline;

	padding: 0 5px;

}



#harley_footer p {

	padding: 5px 0;

	margin: 5px 0;

}



#harley_category_box {

	font-size: 9px;

}



#harley_category_box ul {

	list-style-type: none;

	padding: 0;

	margin: 0;

	border-top: 1px solid #eee;

}



#harley_category_box a {

	display: block;

	padding: 3px;

	width: 100px;

	border-bottom: 1px solid #eee;

	background-color: #fbfbfb;

	text-decoration: none;

}



#harley_category_box a:hover {

	background-color: #E05F00;

	color: #fff;

}



.imagesBoxContents {

  font-family: Verdana, Arial, sans-serif;

  font-size: 10px;

}



td.main {

  padding: 4px;

}



#harley_conditions_list {

	font-weight: bold;

}



#harley_conditions_list li {

	margin-bottom: 5px;

}



.harley_alpha_list, .harley_no_alpha_list {

	font-weight: normal;

	margin-top: 5px;

	margin-left: 0;

	margin-bottom: 5px;

	padding-left: 15px;

}



.harley_alpha_list {

	list-style-type: lower-alpha;

}



.harley_no_alpha_list {

	list-style-type: none;

}



.stockWarning {

	color: #E05F00;

	font-weight: bold;

	padding: 5px;

}



/* VJ Links Manager v1.00 begin */

TABLE.linkListing {

  border-color: #333;

  border: solid 1px #000;

border-collapse: collapse;

}



TABLE.linkListing td {

border: solid 1px #000;

}



.linkListing-heading {

  font-family: Verdana, Arial, sans-serif;

  font-size: 10px;

  font-weight: bold;

  background: #fff;

  color: #FFFFFF;

  text-align: center;

}



TD.linkListing-data {

  padding: 4px;

  font-family: Verdana, Arial, sans-serif;

  font-size: 10px;

}



TR.linkListing-odd {

  background: #f8f8f9;

}



TR.linkListing-even {

  background: #F5F5F5;

}



.index {

	color: #666666;

	font-size: 11px;

}





/* VJ Links Manager v1.00 end */