
.product-headers {

font-family: "Gill Sans MT", Arial, "Century Gothic", Eagle;
color: #996600;
font-size: 24px;
font-weight: 600;
text-align: left;
margin-bottom: 15px;

}



.sku {

font-family: arial;
color: #000000;
font-size: 12px;
font-weight: 600;
}


.hot{
color: #800000;
font-weight: 900;
font-size: 18px;
}

.msrp {

font-family: arial;
font-size: 12px;
color: #666666;

}

.yourprice {

font-family: verdana, arial;
font-size: 14px;
font-weight: 600;
color: #fe7500;
}

.tracking {
font-size: 9px;
color: #7a4100;
font-family: arial;
text-align: left;
}


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

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

.fullview span{ /*CSS for enlarged image*/
position: absolute;
background-color: #f5f5f5;
padding: 7px;
left: -1000px;
visibility: hidden;
color: black;
border: 1px solid #000000;
text-decoration: none;
width: 500px;
text-align: center;
}

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


}

.fullview:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -150px;
left: 50px; /*position where enlarged image should offset horizontally */

}

h2.sub2{

font-size: 16pt; font-family: arial, verdana; color: #5F7D05; font-weight: 600; vertical-align: top; padding-top: 0px; margin-top: 0px; margin-bottom: 5px;

}

li h3 {
text-align: left;
}

