/* CSS Document */

<style type="text/css">

/*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;
background-color: lightyellow;
padding: 5px;
left: -1000px;
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: auto;
left: 40px; /*position where enlarged image should offset horizontally */

}



a:active {  color: #0000FF; text-decoration: none}
a:hover {  color: #FF0000; text-decoration: underline}
a:link {  color: #0000FF; text-decoration: none}
a:visited {  color: #1A7BB5; text-decoration: none}

.body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 9pt;
	line-height: 13pt;
	color: #000000
}

.link {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7pt}

.header {
	font-family: Arial, Verdana, Tahoma;
	font-size: 13px;
	font-weight: bold;
}
.bodysales {
font-family: Verdana, Arial, sans-serif; font-size: 12pt; line-height: 15pt; color: #000000
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 28px;
	color: #D45534;
}

.headersales {
	font-family: Arial, Verdana, Tahoma;
	font-size: 22px;
	font-weight: bold;
	color: #D45534;
}
.headerprice {
	font-family: Arial, Verdana, Tahoma;
	font-size: 22px;
	font-weight: bold;
	color: #D45534;
}

</style>
