
/* Most basic body text of page */
p {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
font-style: normal;
font-weight: normal;
text-decoration: none;
}

TD {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 12px;
line-height: 16px;
font-style: normal;
font-weight: normal;
text-decoration: none;
}

.headline {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 16px;
line-height: 20px;
color: #003366;
font-style: normal;
font-weight: bold;
text-decoration: none;
text-transform: uppercase;

}

.addresslable {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 18px;
line-height: 20px;
color: #003366;
font-style: normal;
font-weight: bold;
text-decoration: none;
text-transform: uppercase;

}



/* a:link*/
/* a:active*/
/* a:visited*/
/* a:hover*/

/* left navigation links, unvisited and active */
a.sidenav:link,a.sidenav:active {
color: #0066cc;font-size: 11px; line-height: 14px; font-weight: bold; text-decoration: none

}

 /* left navigation links, visited */
a.sidenav:visited {
color: #0066cc;font-size: 11px; line-height: 14px; font-weight: bold; text-decoration: none
 }

 /* left navigation links, hover (IE only) */
a.sidenav:hover {
color: #3100CE;
 }
 a.stock:link,a.stock:active {
color: #000000;font-size: 11px; line-height: 14px; font-weight: bold; text-decoration: none

}

 /* left navigation links, visited */
a.stock:visited {
color: #000000;font-size: 11px; line-height: 14px; font-weight: bold; text-decoration: none
 }

 /* left navigation links, hover (IE only) */
a.stock:hover {
color: #3399FF;
 }
 
 /* Global navigation links, unvisited and active */
a.Globalnav:link,a.Globalnav:active {
color: #000000;font-size: 12px; line-height: 14px; font-weight: bold; text-decoration: none

}

 /* Global navigation links, visited */
a.Globalnav:visited {
color: #000000;font-size: 12px; line-height: 14px; font-weight: bold; text-decoration: none
 }

 /* Global navigation links, hover (IE only) */
a.Globalnav:hover {
color: #3399FF;
 }
 
 /* Footer navigation links, unvisited and active */
a.footer:link,a.footer:active {
color: #0066cc;font-size: 11px; line-height: 14px; font-weight: bold; text-decoration: none

}
 
 /* Footer navigation links, visited */
a.footer:visited {
color: #0066cc;font-size: 11px; line-height: 14px; font-weight: bold; text-decoration: none
 }
 
 /*footer items */
.credits { color: #003366; font-family: Verdana, Arial,Helvetica, sans-serif; font-size: 8pt; text-decoration: none; } a.credits:hover {color: #99CCFF; text-decoration: underline;
}

/*footer items */
.mousetype { color: #003366; font-family: Verdana, Arial,Helvetica, sans-serif; font-size: 6pt; text-decoration: none; } a.credits:hover {color: #99CCFF; text-decoration: underline;
}

 /* Footer navigation links, hover (IE only) */
a.footer:hover {
color: #3399FF;
 }
 
.click {
font-family: Arial;
font-size: 12px;
line-height: 13px;
color: #333333;
font-style: normal;
font-weight: normal;
text-decoration: none;

}

.click a:link {
color: #333333;
text-decoration: none;
text-transform: none;
}

.click a:active {
color: #333333;
text-decoration: none;
text-transform: none;
}

.click a:visited {
color: #333333;
text-decoration: none;
text-transform: none;
}

.click a:hover {
color: #CCCCCC;
text-decoration: none;
text-transform: none;
}

div.scroll {
height: 460px;
width: 200px;
overflow: auto;
border: 1px solid #666;
background-color: #fffff;
padding: 2px;
scrollbar-face-color: #FA0505;
scrollbar-shadow-color: #FFFFFF;
scrollbar-highlight-color: #6F4709;
scrollbar-3dlight-color:#000000;
scrollbar-darkshadow-color: #6F4709;
scrollbar-track-color: #FFE8C1;
scrollbar-arrow-color: #6F4709;}

}
div.Descframe {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
font-style: normal;
font-weight: bold;
text-decoration: none;
text-transform: none;
}
div.fprice {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
font-style: normal;
font-weight: bold;
text-decoration: none;
text-transform: none;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 0;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: gray;
padding: 5px;
left: -1000px;
border: none;
visibility: visible;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 1px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -60;
left: 55px; /*position where enlarged image should offset horizontally */
z-index:0;
}