* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #FFF;
	background-image: url(../images/body-bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	text-align: left;
}

hr {
	display: none;
}

h1, h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
	color: #666;
	margin: 0px 0px 18px 0px;
}

h3, h4, h5, h6 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	line-height: 27px;
	color: #333;
	margin: 0px 0px 0px 0px;
}

p {
	margin: 0px 0px 18px 0px;
}

ol {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	margin: 0px 0px 18px 32px;
}

ul {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	margin: 0px 0px 18px 25px;
	list-style-type: square;
}

address {
	color: #333;
}

blockquote {
	margin: 0px 0px 18px 0px;
	color: #333;
	padding: 0px 0px 0px 15px;
	border-left: 1px #F60 solid;
	clear: both;
}

pre {
	width: auto;
	max-height: 300px;
	font-family: Courier, monospace;
	color: #000;
	margin: 0px 0px 18px 0px;
	padding: 10px 10px 10px 10px;
	background-color: #EEE;
	overflow: scroll;
}

a {
	color: #F60;
	text-decoration: none;
}

a:hover {
	color: #666;
	text-decoration: none;
}

p a {
	color: #F60;
	text-decoration: none;
	border-bottom: 1px #CCC dashed;
}

p a:hover {
	color: #666;
	text-decoration: none;
	border-bottom: 1px #F60 dashed;
}

a.arrow {
	font-weight: bold;
	background-color: transparent;
	background-image: url(../images/link-arrows.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 0px 0px 22px;
}

cite, em, q {
	font-style: italic;
}

strong, b {
	font-weight: bold;
}

i {
	font-style: italic;
}

kbd, samp, var, code, dfn {
	font-family: Courier, monospace;
	color: #333;
}

abbr, acronym {
	font-style: italic;
	border-bottom: 1px #999 dashed;
	cursor: help;
}

table {
	margin: 0px 0px 18px 0px;
}

caption {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 27px;
	color: #333;
	margin: 0px 0px 0px 0px;
	text-align: left;
}

thead th {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 2px 10px 2px 0px;
}

td {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	padding: 2px 10px 2px 0px;
}

table.data {
	width: 558px;
	border-bottom: 1px #999 solid;
	border-left: 1px #999 solid;
	margin: 0px;
}

table.data caption {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 27px;
	color: #333;
	margin: 0px 0px 0px 0px;
	text-align: left;
}

table.data thead th {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	color: #FFF;
	text-shadow: 2px 2px 1px #000;
	margin: 0px;
	padding: 2px 5px 2px 5px;
	background-color: #666;
	background-image: url(../images/sidebar-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-top: 1px #999 solid;
	border-right: 1px #999 solid;
}

table.data thead th a {
	color: #FFF;
	text-decoration: none;
}

table.data thead th a:hover {
	color: #F60;
	text-decoration: none;
}

table.data thead th a.asc {
	background-color: transparent;
	background-image: url(../images/asc-arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 0px 12px 0px 0px;
}

table.data thead th a.desc {
	background-color: transparent;
	background-image: url(../images/desc-arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 0px 12px 0px 0px;
}

table.data thead th a:hover.asc {
	background-image: url(../images/asc-arrow_2.gif);
}

table.data thead th a:hover.desc {
	background-image: url(../images/desc-arrow_2.gif);
}

table.data tbody {
	border-left: 1px #333 solid;
	border-bottom: 1px #333 solid;
}

table.data td {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	padding: 2px 5px 2px 5px;
	border-top: 1px #999 solid;
	border-right: 1px #999 solid;
}

table.data th {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #EEE;
	padding: 2px 5px 2px 5px;
	border-top: 1px #999 solid;
	border-right: 1px #999 solid;
}

table.data td input {
	text-align: left;
	margin: 0px 0px 0px 0px;
}

form {
	margin: 0px 0px 18px 0px;
}

form table {
	margin: 0px;
	padding: 0px;
	border: 0px #999 solid;
}

form table td {
	border: 0px #999 solid;
}

fieldset {
	margin: 0px;
	padding: 0px 0px 3px 0px;
	background-color: transparent;
	border-top: 1px #999 solid;
	border-right: 1px #999 solid;
	border-bottom: 1px #444 solid;
	border-left: 1px #444 solid;
}

fieldset.actionForm {
	background-color: #FFE8D9;
}

fieldset h1, fieldset h2, fieldset h3, fieldset h4, fieldset h5, fieldset h6 {
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	color: #FFF;
	text-shadow: 2px 2px 1px #000;
	margin: 0px 0px 0px 0px;
	padding: 3px 10px 3px 10px;
	background-color: #666;
	background-image: url(../images/sidebar-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom: 1px #444 solid;
}

fieldset fieldset {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	border: 0px #999 solid;
}


fieldset fieldset h1, fieldset fieldset h2, fieldset fieldset h3, fieldset fieldset h4, fieldset fieldset h5, fieldset fieldset h6 {
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	color: #333;
	text-shadow: 0px 0px 0px #000;
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
	background-color: #DDD;
	background-image: none;
	border-bottom: 0px #444 solid;
}

label {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	display: block;
}

input {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	border: 1px #F60 inset;
	padding: 1px;
}

fieldset input {
	margin: 5px 0px 7px 10px;
}

textarea {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	border: 1px #F60 inset;
	padding: 1px;
}

fieldset textarea {
	margin: 5px 0px 7px 10px;
}

fieldset label {
	margin: 3px 0px 0px 10px;
}

fieldset select {
	margin: 5px 0px 7px 10px;
}

input.btn {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F60;
	border: 0px #666 solid;
	background-color: transparent;
	background-image: url(../images/link-arrows.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 0px 0px 20px;
	width: auto;
	cursor: pointer;
	text-transform: uppercase;
}

select {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	border: 1px #F60 solid;
	padding: 0px;
	min-width: 100px;
	margin: 0px 0px 9px 0px;
}

option {
	padding: 0px;
}

#container {
	width: 750px;
}

#header {
	width: 148px;
	height: 88px;
	border-top: 1px #999 solid;
	border-right: 1px #999 solid;
	border-bottom: 1px #444 solid;
	border-left: 1px #444 solid;
	background-color: #4A4A4A;
	background-image: url(../images/header-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}

#header h1 {
	width: 148px;
	height: 88px;
	line-height: 1px;
	margin: 0px;
	background-color: transparent;
	background-image: url(../images/header-logo.gif);
	background-repeat: no-repeat;
	background-position: 9px 30px;
}

#header h1 a {
	display: block;
	line-height: 1px;
	margin: 0px;
	padding: 0px;
	width: 148px;
	height: 80px;
	text-indent: -1000px;
}

#menu {
	width: 580px;
	height: 60px;
	padding: 30px 0px 0px 20px;
	background-color: #333;
	float: left;
}

#menu div {
	height: 30px;
	padding: 0px 0px 0px 5px;
	margin: 0px 15px 0px 0px;
	border-left: 1px #F60 solid;
	float: left;
}

#menu a {
	font-size: 12px;
	line-height: 16px;
	color: #FFF;
	text-decoration: none;
}

#menu a:hover {
	color: #F60;
}

#menu a.active {
	font-size: 12px;
	line-height: 16px;
	color: #F60;
	text-decoration: none;
}

#menu a:hover.active {
	color: #FFF;
}

#sidebar {
	font-size: 11px;
	color: #FFF;
	width: 148px;
	border-right: 1px #999 solid;
	border-left: 1px #444 solid;
	float: left;
}

#sidebar .box {
	font-size: 11px;
	width: 148px;
	border-top: 1px #999 solid;
	border-bottom: 1px #444 solid;
	background-color: #666;
	background-image: url(../images/sidebar-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#sidebar .boxContent {
	font-size: 11px;
	padding: 10px 10px 10px 10px;
}

#sidebar .logos {
	width: 148px;
	text-align: center;
	padding: 20px 0px 20px 0px;
	border-top: 1px #999 solid;
	background-color: #666;
	background-image: url(../images/sidebar-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#sidebar .logos div {
	margin: 0px 0px 20px 0px;
}

#sidebar .logos a:hover {
	background-position: -150px 0px;
}

#sidebar .shoppingBasketEmpty {
	font-size: 11px;
	color: #FFF;
	width: 148px;
	border-top: 1px #999 solid;
	border-bottom: 1px #444 solid;
	background-color: #666;
	background-image: url(../images/sidebar-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#sidebar .shoppingBasketEmpty .box  {
	font-size: 11px;
	width: auto;
	border: 0px #999 solid;
	margin: 0px 0px 0px 10px;
	background-color: transparent;
	background-image: url(../images/shopping-basket-empty.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	padding: 10px 10px 10px 30px;
}

#sidebar .shoppingBasket {
	font-size: 11px;
	color: #000;
	width: 148px;
	border-top: 1px #999 solid;
	border-bottom: 1px #444 solid;
	background-color: #666;
	background-image: url(../images/sidebar-bg-orange.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#sidebar .shoppingBasket .box {
	font-size: 11px;
	width: auto;
	border: 0px #999 solid;
	margin: 0px 0px 0px 10px;
	background-color: transparent;
	background-image: url(../images/shopping-basket.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	padding: 10px 10px 10px 30px;
}

#sidebar .shoppingBasket a.arrow {
	font-weight: bold;
	background-color: transparent;
	background-image: url(../images/link-arrows_2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 0px 0px 22px;
}

#sidebar .shoppingBasket a:hover {
	color: #333;
}

#sidebar .viewShoppingBasket {
	margin: 5px 0px 0px 0px;
	text-align: right;
	text-transform: uppercase;
}

#sidebar .Hire-a-Harley a {
	font-size: 18px;
	font-weight: bold;
	line-height: 95px;
	text-align: center;
	width: 148px;
	height: 95px;
	display: block;
	padding: 0px;
	background-color: transparent;
	background-image: url(../images/authorized-rentals-logo-sidebar.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

#sidebar .Hire-a-Harley a:hover {
	text-indent: -1000px;
	background-position: -150px 5px;
}

#sidebar .logon {
	font-size: 11px;
	line-height: 1px;
	padding: 10px 10px 10px 0px;
	text-align: right;
}

#sidebar form {
	margin: 0px;
	padding: 0px;
}

#sidebar div.logon label {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	margin: 0px 3px 0px 0px;
	padding: 0px;
	display: inline;
}

#sidebar div.logon input {
	font-size: 11px;
	width: 65px;
	border: 1px #000 solid;
	background-color: #CCC;
	margin: 3px 0px 2px 0px;
	padding: 0px;
}

#sidebar div.logon input.btn {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #FFF;
	border: 0px #666 solid;
	background-color: transparent;
	padding: 0px 0px 0px 20px;
	margin: 0px;
	width: auto;
	cursor: pointer;
}

#sidebar a {
	color: #FFF;
	text-decoration: none;
}

#sidebar a:hover {
	color: #F60;
	text-decoration: none;
}

#contentContainer {
	width: 600px;
	height: auto;
	float: right;
}

#topImage {
	width: 600px;
	height: 150px;
	overflow: hidden;
	background-color: #F60;
}

#topImage img {
	display: none;
}

#topImageSmall {
	width: 600px;
	height: 75px;
	overflow: hidden;
	background-color: #F60;
}

#topImageSmall img {
	display: none;
}

#submenu {
	width: 580px;
	_width:576px;
	padding: 15px 0px 0px 20px;
	background-color: #DDD;
}

#submenu a {
	font-size: 10px;
	line-height: 16px;
	color: #000;
	padding: 0px 0px 0px 5px;
	margin: 0px 19px 15px 0px;
	border-left: 1px #F60 solid;
	float: left;
	text-decoration: none;
}

#submenu a:hover {
	color: #F60;
}

#submenu a.active {
	font-size: 10px;
	line-height: 16px;
	color: #444;
	border-left: 1px #444 solid;
	text-decoration: none;
}

#submenu a:hover.active {
	color: #F60;
}

#content h1, #content h2 {
	border-bottom: 1px #F60 solid;
}

 #content .hx {
	border-bottom: 1px #F60 solid;
}

#content {
	line-height: 16px;
	width: 560px;
	padding: 20px 0px 20px 20px;
	float: left;
}

#content img {
	/* float: right; */
	margin: 0px 0px 0px 0px;
	/* border: 1px solid #999; */
}

#content a img {
	/* float: right; */
	margin: 0px 0px 0px 0px;
	/* border: 1px solid #F60; */
}

#content a:hover img {
	/* float: right; */
	margin: 0px 0px 0px 0px;
	/* border: 1px solid #333; */
}

#footer {
	font-size: 11px;
	color: #666;
	width: 560px;
	margin: 0px 20px 0px 170px;
	padding: 10px 0px 20px 0px;
	border-top: 1px #F60 solid;
	text-align: center;
	clear: both;
}

#content .box {
	width: 265px;
	margin: 0px 10px 10px 0px;
	background-color: #DDD;
	float: left;
}

#content .box p {
	margin: 0px 0px 10px 0px;
}

#content .box p a {
	border-bottom: 1px #333 dashed;
}

#content .box p a:hover {
	border-bottom: 1px #F60 dashed;
}

#content .box ol {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	margin: 0px 0px 18px 32px;
}

#content .box ul {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	margin: 0px 0px 18px 25px;
	list-style-type: square;
}

#content .box h1, #content .box h2, #content .box h3, #content .box h4, #content .box h5, #content .box h6 {
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	color: #FFF;
	text-shadow: 2px 2px 1px #000;
	margin: 0px;
	padding: 3px 10px 3px 10px;
	background-color: #666;
	background-image: url(../images/sidebar-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-top: 1px #999 solid;
	border-right: 1px #999 solid;
	border-bottom: 1px #444 solid;
	border-left: 1px #444 solid;
}

#content .boxContent {
	font-size: 11px;
	line-height: 14px;
	margin: 0px;
	padding: 7px 10px 1px 10px;
	background-color: transparent;
}

#Harley-Davidson-Logo {
	width: 148px;
	height: 67px;
	display: block;
	text-indent: -1000px;
	background-color: transparent;
	background-image: url(../images/logos/harley-davidson.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#Triumph-Logo {
	width: 148px;
	height: 34px;
	display: block;
	text-indent: -1000px;
	background-color: transparent;
	background-image: url(../images/logos/triumph.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#Honda-Logo {
	width: 148px;
	height: 22px;
	display: block;
	text-indent: -1000px;
	background-color: transparent;
	background-image: url(../images/logos/honda.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#Buell-Logo {
	width: 148px;
	height: 42px;
	display: block;
	text-indent: -1000px;
	background-color: transparent;
	background-image: url(../images/logos/buell.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#Piaggio-Logo {
	width: 148px;
	height: 37px;
	display: block;
	text-indent: -1000px;
	background-color: transparent;
	background-image: url(../images/logos/piaggio.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#Ssangyong-Logo {
	width: 148px;
	height: 67px;
	display: block;
	text-indent: -1000px;
	background-color: transparent;
	background-image: url(../images/logos/ssangyong.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}


#Authorized-Rentals-Logo {
	width: 148px;
	height: 90px;
	display: block;
	text-indent: -1000px;
	background-color: transparent;
	background-image: url(../images/logos/harley-davidson-authorized-rentals.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.FormTableFunctions {
	width: 546px;
	padding: 2px 5px 2px 5px;
	margin: 0px 0px 0px 0px;
	text-align: right;
	background-color: #EEE;
	border-right: 1px #999 solid;
	border-bottom: 1px #999 solid;
	border-left: 1px #999 solid;
}

.FormTableFunctions select {
	margin: 0px;
	padding: 0px;
}

#closeWindow {
	height: 35px;
	float: right;
	padding: 0px 25px 0px 0px;
}

#closeWindow a {
	height: 35px;
	line-height: 35px;
}

#closeWindow a:hover {
	color: #FFF;
}

img#popUpZoomImage {
	/* float: none; */
	margin: 0px;
	padding: 0px;
}

.popUpImgToolTip {
	width: 20px;
	height: 20px;
	position: absolute;
	z-index: 1;
	background-color: #F60;
	background-image: url(../images/zoom-image.gif);
	background-repeat: no-repeat;
	background-position: center center;
	/* border: 1px #F60 solid; */
}

a:hover.popUpImg .popUpImgToolTip {
	background-color: #999;
	/* border: 1px #333 solid; */
}

p.error {
	color: #000;
	padding: 5px;
	border: 1px #F60 solid;
	background-color: #FFE8D9;
}

p.information {
	color: #000;
	padding: 5px;
	border: 1px #F60 solid;
	background-color: #DDD;
}

#catalogue-entry-text {
	margin: 0px 0px 15px 0px;
}

#catalogue-entry-image-landscape {
	border: 2px #C00 solid;
	margin: 0px 0px 15px 0px;
	border: 1px #666 solid;
	text-align: center;
}

#catalogue-entry-image-landscape img {
	padding: 3px;
}

#catalogue-entry-image-portrait {
	width: 308px;
	border: 2px #C00 solid;
	margin: 0px 0px 15px 15px;
	border: 1px #666 solid;
	text-align: center;
	float: right;
}

#catalogue-entry-image-portrait img {
	padding: 3px;
}

#catalogue-entry-image-caption {
	background-color: #CCC;
	padding: 3px;
}

#catalogue-entry-resources {
	margin: 0px 0px 15px 0px;
}

#catalogue-entry-resources div {
	margin: 0px 0px 5px 0px;
}

#catalogue-entry-resources div a img {
	margin: 0px 5px 0px 0px;
	vertical-align: middle;
}

#catalogue-entry-resources div a:hover img  {
	margin: 0px 5px 0px 0px;
}

#catalogue-entry-thumbnails {
	margin: 0px 0px 15px 0px;
}

#catalogue-entry-thumbnails div {
	float: left;
	border: 1px #666 solid;
	margin: 5px 5px 0px 0px;
}

#catalogue-entry-thumbnails div a img {
	margin: 0px;
}

#catalogue-entry-thumbnails div a:hover img {
	margin: 0px;
}

.Paging-Recordset-Header {
	font-size: 12px;
	font-weight: normal;
}

.Paging-Recordset-Footer {
	margin: 5px 0px 15px 0px;
	padding: 0px;
	text-align: left;
}

.Paging-Recordset-Footer-Left {
	display: inline;
	text-align: left;
	margin: 0px 15px 0px 0px;
	padding: 0px;
}

.Paging-Recordset-Footer-Pages {
	display: inline;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.Paging-Recordset-Footer-Right {
	display: inline;
	text-align: right;
	margin: 0px 0px 0px 15px;
	padding: 0px;
}
