/* RMS Choppers */

.custombody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.partsbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding: 6px;
}
.heading5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #FFFFFF;
	padding: 6px;
	margin: 6px;
}

/* pop-up image on mouse over */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute; /* static relative inherit */
background-color: #999999; /* lightyellow */
padding: 5px;
left: -1200px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -70px;
left: 115px; /*position where enlarged image should offset horizontally */
}

/* for pop-up (on left) images */
.thumbnail_1{
position: relative;
z-index: 0;
}

.thumbnail_1:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail_1 span{ /*CSS for enlarged image*/
position: absolute;
background-color: #999999;
padding: 5px;
right: -1200px; /* left */
border: 1px solid #333;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail_1 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail_1:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
right: 115px; /*position where enlarged image should offset horizontally */
top: -70px;
}
