/* CSS Document */


/*------------------------------ TOP ----------------------------------*/


#top {
	padding: 0px;
	margin: 0px;
}

#top h1 {
	color: #009900;
	font-size: 26px;
	background-color: #ffffff;
	padding: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
}

#topnavborder {
	color: #161616;
	background-color: #ffffff;
	border-bottom: 1px solid #999999;
	padding: 0px 0px 5px 0px;;
	margin: 0px;
	height: 17px;
}

#topnavborder a:link {
	color: #161616;		
	text-decoration: none;
	font-size: 14px;
}

#topnavborder a:visited {
	color: #161616;
	text-decoration: none;
	font-size: 14px;
}

#topnavborder a:hover {
	text-decoration: underline;
}

#topnavleft {
	width: 70%;
	float: left;
	padding: 0px 0px 0px 5px;
	margin: 0px;
}

#topnavbookmark {
	width: 25%;
	float: right;
	text-align: right;
	padding: 0px 5px 0px 0px;
	margin: 0px;
}


/*------------------------------ CONTENT ----------------------------------*/


body {
	text-align: center;		/* required to center the box in some browsers which don't support margin: 10px auto */
	font-family: Arial, Helvetica, sans-serif;
	background-color: #4B4B4B;
}

#container {
	margin: 10px auto;
	border: 1px solid #999999;
	text-align: left;
	background-color: #ffffff;
	width: 850px; 
}

#content {
	float: left;
	width: 77%; 
	margin: 0px;
	padding: 10px 0px 15px 10px;
	color: #161616;
	font-size: 12px;
	text-align: justify;
	line-height: 130%;
	background-color: #FFFFFF;
}

h1 { 
	margin: 5px; 
	padding: 5px;
	font-size: 25px;
	color: #009900;
	text-align: center;	
	line-height: 150%;
}

h2 { 
	margin: 2px; 
	padding: 2px;
	font-size: 20px;
		line-height: 150%;	
}

#content h3 { 
	margin: 17px 0px 17px 0px; 
	padding: 0px;
	font-size: 15px;
	text-decoration: underline;	
}

#content h4 { 
	margin: 17px 0px 17px 0px; 
	padding: 0px;
	font-size: 15px;
	color: green;	
}

#content h5 { 
	margin: 17px 0px 17px 0px; 
	padding: 0px;
	font-size: 12px;
	color: green;
	font-weight: bold;
	textidecoration: underline;	
}

a {
	color: #000099;	
	text-decoration: underline;
	font-size: 12px;
}

a:visited {
	color: #000099;
	text-decoration: underline;
	font-size: 12px;
}

a:hover {
	text-decoration: none;
}

.note {
	color: red;
	font-weight: bold;
}

#weather {
	float: right;
	text-align: center;
	padding: 0px 0px 3px 0px;
	margin: 0px 0px 3px 7px;
	border: 1px solid #999999;
}

#weather p {
	font-size: 13px;
	font-weight: bold;
	background-color: #E6E6CC;
	border-bottom: 1px solid #999999;
	margin: 0px;
	padding: 3px 0px 3px 0px;
}


/*------------------------------ LEFT NAVBAR ----------------------------------*/


#leftnav {
	float: left;
	width: 20%;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border-right: 1px solid #999999;
	border-bottom: 0px solid #999999;
	background-color: #cccc99;
}

#leftnav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#leftnav ul a:link, #leftnav ul a:visited { 
	display: block;
	color: #161616;
	background-color: #cccc99;
	text-decoration: none;
	font-weight: bold;
	padding: 4px 5px 4px 5px;
	margin: 0px;
	height: 30px;
}

#leftnav ul a:hover {
	background-color: #cccc70;
}

#leftnav li {
	border-bottom: 1px solid #999999;		/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
}
		
#subnav li a:link, #subnav li a:visited {
	padding: 3px 5px 3px 10px;
	background-color: #E6E6CC;
	font-weight: normal;
}

#subnav li a:hover {
	background-color: #cccc70;
}

#search {
	border-bottom: 1px solid #999999;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	background-color: #cccc99;
}


/*------------------------------ DIRECTORY ----------------------------------*/


.directoryadd {
	width: 100%;
	text-align: left;
	padding: 0px 0px 3px 0px;
	margin: 0px 0px 5px 0px;
	border: 1px solid #000099;
}

.directorytext {
	width: 100%;
	padding: 0px 4px 0px 4px;
	margin: 0px;
}

.directoryadd h2.heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	color: #006600;
	font-weight: bold;
	text-align: center;
	background-color: #9999cc;
	border-bottom: 1px solid #000099;
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 10px 0px;
}

.directoryadd p {
	margin: 6px 0px 6px 0px;
}

a.main:link {
	color: #000099;	
	text-decoration: underline;
	font-size: 14px;
}	

a.main:visited {
	color: #000099;
	text-decoration: underline;
	font-size: 14px;
}

a.main:hover {
	text-decoration: none;
}

a.sub:link {
	color: #009900;	
	text-decoration: underline;
	font-size: 12px;
}	

a.sub:visited {
	color: #009900;
	text-decoration: underline;
	font-size: 12px;
}

a.sub:hover {
	text-decoration: none;
}
a.section:link {
	color: #009900;
	text-decoration: underline;
	font-size: 15px;
}	

a.section:visited {
	color: #009900;
	text-decoration: underline;
	font-size: 15px;
}

a.section:hover {
	color: #000099;
	text-decoration: none;
}


/*------------------------------ AMAZON SHOP----------------------------------*/


#contentaz {
	margin: 0px;
	padding: 15px 0px 0px 0px;
	color: #161616;
	font-size: 12px;
	text-align: justify;
	line-height: 130%;
	background-color: #cccc90;
}

#contentaz h2 { 
	margin: 0px 0px 3px 23px; 
	padding: 0px;
	font-size: 20px;	
}

#contentaz a {
	color: #000099;	
	text-decoration: underline;
	font-size: 12px;
}

#contentaz a:visited {
	color: #000099;
	text-decoration: underline;
	font-size: 12px;
}

#contentaz a:hover {
	text-decoration: none;
}

#bottomlinksaz {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	font-size: 11px;
	text-align: center;
	color: #161616;
	background-color: #cccc90;
	border-top: 1px solid #999999;
}

#bottomlinksaz a {
	color: #000099;
	text-decoration: underline;
}

#bottomlinksaz a:visited {
	color: #000099;
	text-decoration: underline;
}

#bottomlinksaz a:hover {
	color: #000099;
	text-decoration: none;
}

#footeraz {
	margin: 0px;
	padding: 2px 5px 2px 5px;
	border-top: 1px solid #999999;
	font-size: 10px;
	color: #161616;
	background-color: #ffffff;
}


/*------------------------------ ADVERTISING ----------------------------------*/


.rightadd {
	float: right;
	width: 150px;
	text-align: center;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 3px 7px;
	border: 1px solid #999999;
}

.rightadd p.heading {
	font-size: 13px;
	font-weight: bold;
	background-color: #E6E6CC;
	border-bottom: 1px solid #999999;
	margin: 0px;
	padding: 0px 0px 3px 0px;
}

.rightadd p {
	padding: 0px;
	margin: 5px 0px 0px 0px;
}

.leftadd {
	float: left;
	width: 150px;
	text-align: center;
	padding: 0px 0px 5px 0px;
	margin: 0px 7px 3px 0px;
	border: 2px solid #999999;
}


.leftadd p.heading {
	font-size: 13px;
	font-weight: bold;
	background-color: #E6E6CC;
	border-bottom: 2px solid #999999;
	margin: 0px;
	padding: 0px 0px 3px 0px;
}

.leftadd p {
	padding: 0px;
	margin: 3px 0px 0px 0px;
}

.leftadd1 {
	float: left;
	width: 150px;
	text-align: center;
	padding: 0px 0px 5px 0px;
	margin: 0px 7px 3px 0px;
	border: 1px solid #999999;
}
.leftadd1 p.heading {
	font-size: 14px;
	font-weight: bold;
	background-color: #E6E6CC;
	border-bottom: 1px solid #999999;
	margin: 0px;
	padding: 0px 0px 3px 0px;
}

.leftadd1 p {
	padding: 0px;
	margin: 3px 0px 0px 0px;
}
.leftadd tip {
	float: left;
	width: 150px;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 7px 3px 0px;
	border: 2px solid #999999;
}

.leftproduct {
	float: left;
	font-size: 13px;
	text-align: center;
	font-weight: bold;
	background-color: #E6E6CC;
	border-bottom: 1px solid #999999;
	margin: 0px;
	padding: 3px 0px 3px 0px;
}

.centeradd {
	width: 100%;
	text-align: center;
	padding: 0px 0px 3px 0px;
	margin: 0px 0px 5px 0px;
	border: 1px solid #999999;
}

.centeradd p.heading {
	font-size: 13px;
	background-color: #E6E6CC;
	border-bottom: 1px solid #999999;
	margin: 0px 0px 5px 0px;
	padding: 3px 0px 3px 0px;
}

.centeradd p {
	padding: 0px;
	margin: 3px 0px 0px 0px;
}
	

.addborder {
	border: 1px solid #000000;
}

.toprightadsense {
	float: right;
	margin: 20px 0px 0px 7px;
}

.rightadsense {
	float: right;
	margin: 0px 0px 3px 7px;
}

#bottomadsense {
	clear: both;
	text-align: center;
	margin: 0px 0px 10px 0px;
}

.products p {
	text-align: center;
	font-size: 19px;
	font-weight: bold;
	color: orange;
}

.about {
	width: 140px;
	text-align: center;
	font-size: 14px;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 3px 7px;
	border: 1px solid #999999;
}

/*------------------------------ FLOATS ----------------------------------*/


.floatright {
	float: right;
	margin: 0px 0px 3px 7px;
	border: 1px solid #999999;
}

.floatleft {
	float: left;
	margin: 0px 7px 3px 0px;
	border: 1px solid #999999;
}

.floatleftnobdr {
	float: left;
	margin: 0px 7px 3px 0px;
	border: none;
}

.floatrightnobdr {
	float: right;
	margin: 0px 0px 3px 7px;
	border: none;
}


.floatleft2 {				/* used to float ticks e.g. on motorcycle boots page */
	float: left;
	margin: 0px 0px 0px 0px;
	border: none;
}


.floatrightcontainer {			/* not used now, but could be handy to have multiple items floated on the right */  
	float: right;
	margin: 0px 0px 3px 7px;
	text-align: right;
}

.floatrightcontainer img {		/* not used now */  
	border: 1px solid #999999;
}

.clearleft {
	clear: left;
}


/*------------------------------ PICTURES ----------------------------------*/


.picture {
	margin: 0px;
	border: 1px solid #999999;
}

.pictureinheading {			/* when pic at start of heading, need some right margin so text doesn't touch pic */ 
	margin: 0px 7px 0px 0px;
	border: 1px solid #999999;
}


/*------------------------------ LISTS ----------------------------------*/


.leftlist {
	margin: 0px;	
	padding: 0px 0px 0px 18px;
	list-style-type: circle; 	/* disc (default), square, circle */  
}

.numberedleftlist {
	margin: 0px;
	padding: 0px 0px 0px 25px;
	font-size: 13;
	font-weight: normal;
}

ul.tipliststar {			/* tips in parking section */
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

ul.tipliststar li {
	background-image: url('image-files/star2.jpg');
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left:20px; padding-right:0px; padding-top:3px; padding-bottom:10px
}

ul.tiplistheart {			/* tips in dating section */
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

ul.tiplistheart li {
	background-image: url('image-files/bikerdating.jpg');
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left:30px; padding-right:0px; padding-top:3px; padding-bottom:10px
}

ul.tiplistgreenbutton {			/* tips in buying section */
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

ul.tiplistgreenbutton li {			
	background-image: url('image-files/greenbutton.jpg');
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left:30px; padding-right:0px; padding-top:3px; padding-bottom:10px
}

ul.tiplistspanner {			/* tips in buying section */
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

ul.tiplistspanner li {			
	background-image: url('image-files/spanner.jpg');
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left:30px; padding-right:0px; padding-top:3px; padding-bottom:10px
}

ul.tiplistnuts {			/* tips in buying guide section */
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

ul.tiplistnuts li {			
	background-image: url('image-files/nuts.jpg');
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left:30px; padding-right:0px; padding-top:3px; padding-bottom:10px
}

ul.tiplistpencil {			/* tips in buying guide section */
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

ul.tiplistpencil li {			
	background-image: url('image-files/pencil.jpg');
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left:30px; padding-right:0px; padding-top:3px; padding-bottom:10px
}

ul.tiplistauction {			/* tips in auction section */
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

ul.tiplistauction li {			
	background-image: url('image-files/auction.jpg');
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left:30px; padding-right:0px; padding-top:3px; padding-bottom:10px
}

ul.tiplistclassifieds {			/* tips in classifieds section */
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

ul.tiplistclassifieds li {			
	background-image: url('image-files/newspaper-arrow.jpg');
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left:30px; padding-right:0px; padding-top:3px; padding-bottom:10px
}

ul.tiplistgreentick {			/* tips in riding gear section */
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

ul.tiplistgreentick li {
	background-image: url('image-files/good.gif');
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left:25px; padding-right:0px; padding-top:3px; padding-bottom:10px
}

ul.tiplistredtickborder {			
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

ul.tiplistredtickborder li {
	background-image: url('image-files/redtickborder.jpg');
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left:25px; padding-right:0px; padding-top:3px; padding-bottom:10px
}

ul.tiplistredtick {			
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

ul.tiplistredtick li {
	background-image: url('image-files/redtick.jpg');
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left:25px; padding-right:0px; padding-top:3px; padding-bottom:10px
}

ul.tiplistquestion {			
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

ul.tiplistquestion li {
	background-image: url('image-files/question-mark.jpg');
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left:25px; padding-right:0px; padding-top:3px; padding-bottom:10px
}

ul.tiplistquestion2 {				/* tips in motorcycle financing */		
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

ul.tiplistquestion2 li {
	background-image: url('image-files/question-mark.jpg');
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left:25px; padding-right:0px; padding-top:3px; padding-bottom:15px
}

ul.tiplistredcircle {			
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

ul.tiplistredcircle li {
	background-image: url('image-files/redcircle.jpg');
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left:25px; padding-right:0px; padding-top:3px; padding-bottom:10px
}
ul.tiplistbluearrow {			
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

ul.tiplistbluearrow li {
	background-image: url('image-files/bluearrow.jpg');
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left:25px; padding-right:0px; padding-top:3px; padding-bottom:10px
}

ul.tiplistpound {			
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

ul.tiplistpound li {
	background-image: url('image-files/pound.jpg');
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left:25px; padding-right:0px; padding-top:3px; padding-bottom:10px
}

ul.tiplistsquiggle {			
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

ul.tiplistsquiggle li {
	background-image: url('image-files/bluesquiggle.jpg');
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left:25px; padding-right:0px; padding-top:3px; padding-bottom:10px
}

ul.tiplistsecurity {			
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

ul.tiplistsecurity li {
	background-image: url('image-files/security.jpg');
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left:25px; padding-right:0px; padding-top:3px; padding-bottom:10px
}

ul.tiplistmoped {			
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

ul.tiplistmoped li {
	background-image: url('image-files/moped-icon.jpg');
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left:25px; padding-right:0px; padding-top:3px; padding-bottom:10px
}

ul.tiplistlightbike {			
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

ul.tiplistlightbike li {
	background-image: url('image-files/motorcycle-icon2.jpg');
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left:25px; padding-right:0px; padding-top:3px; padding-bottom:10px
}

ul.tiplisttent {			
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

ul.tiplisttent li {
	background-image: url('image-files/tent.jpg');
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left:25px; padding-right:0px; padding-top:3px; padding-bottom:10px
}

ul.tiplistplaster {			
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

ul.tiplistplaster li {
	background-image: url('image-files/plaster.jpg');
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left:25px; padding-right:0px; padding-top:3px; padding-bottom:10px
}

ul.tiplistredtick2 {			
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

ul.tiplistredtick2 li {
	background-image: url('image-files/redtick2.jpg');
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left:25px; padding-right:0px; padding-top:3px; padding-bottom:10px
}

ul.tiplistpurple {			
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

ul.tiplistpurple li {
	background-image: url('image-files/purple.jpg');
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left:25px; padding-right:0px; padding-top:3px; padding-bottom:10px
}


/*------------------------------ TABLES ----------------------------------*/


table.loans {
	width: 100%;
	border-collapse: collapse;
	empty-cells: show; 
	border: 1px solid #999999;
	margin: 0px;
	padding: 0px;
}

table.directory {
	width: 100%;
	empty-cells: show; 
	border: 1px solid #ffffff;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-color: #999999;
}

table.directory a{
	font-color: black;
}

th.directory a{
	font-color: black;
}

table.links {
	font-color: green;
	font-size: 14px;
}	

table.sizing {
	width: 60%;
	border-collapse: collapse;
	empty-cells: show; 
	border: 1px solid #999999;
	margin: 0px;
	padding: 0px;
}

th.loans {
	font-size: 14px;
	border-bottom: 1px solid #999999;
	background-color: #E6E6CC;
	padding: 3px 0px 3px 0px;
}

td.loanscolname {
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #999999;
	text-align: center;
	margin: 0px;
	padding: 3px 0px 3px 0px;
}

td.bottomborder {
	font-size: 12px;
	border-bottom: 2px solid #999999;
	margin: 0px;
	padding: 3px 0px 3px 0px;
}

td.rightborder {
	font-size: 12px;
	border-right: 2px solid #999999;
	margin: 0px;
	padding: 3px 0px 3px 0px;
	border-bottom: hidden;
}

td.rightbottom {
	font-size: 12px;
	border-bottom: 2px solid #999999;
	border-right: 2px solid #999999;
	margin: 0px;
	padding: 3px 0px 3px 0px;
}

td.loans {
	font-size: 12px;
	border: 1px solid #999999;
	text-align: center;
	margin: 0px;
	padding: 3px 3px 3px 3px;
}

td.colnamesetwidth {
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #999999;
	text-align: center;
	margin: 0px;
	padding: 3px 0px 3px 0px;
	width: 100px;
}
 
td.setwidth {
	font-size: 12px;
	border: 1px solid #999999;
	text-align: center;
	margin: 0px;
	padding: 3px 3px 3px 3px;
	width: 100px;
}
td.colnamesbootwidth {
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #999999;
	text-align: center;
	margin: 0px;
	padding: 3px 0px 3px 0px;
	width: 60px;
}

tr.index {
	font-size: 10px;
}

.about {
	border: 1px solid #999999;
	padding: 5px;
	font-size: 12px;
	height: 300px;
}

.bottom {
	align: bottom;
}

.aboutpicture {
	margin: 0px 0px 5px 0px;
	border: 1px solid #999999;
}

.aboutheading {
	font-weight: bold;
	font-size: 12px;
}

/*------------------------------ BOTTOM LINKS ----------------------------------*/


#bottomlinks {
	float: right;
	width: 77%;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	text-align: center;
	color: #161616;
}

#bottomlinks a {
	color: #000099;
	text-decoration: underline;
}

#bottomlinks a:visited {
	color: #000099;
	text-decoration: underline;
}

#bottomlinks a:hover {
	color: #000099;
	text-decoration: none;
}

#footer {
	clear: both;
	margin: 10px 0px 0px 0px;
	padding: 2px 5px 2px 5px;
	border-top: 1px solid #999999;
	font-size: 10px;
	color: #161616;
	background-color: #ffffff;
}