#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 1px;
padding-bottom: 0px;
background: #466385;

visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
padding-right:5px;
text-align: right;

}

.gb{
	position:absolute;
	display:block;
	height:1px;
	width:1px;
}

#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
padding: 8px;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}

#thumbBox .textdiv{
display:block;
float:left;
font: bold 11px Verdana, Arial, Helvetica, sans-serif;
padding:5px;
color:#FFFFFF;
}

.quick_quote { border-bottom:1px solid #DDDDDD; font-size:11px; font-weight:bold; margin-bottom:10px; margin-left:10px; padding-bottom:3px; padding-left:5px; padding-top:5px; text-align:left; width:85%; color:#444; font-weight:bold; color:#505050;}
.quick_quote_content { padding-left:10px; padding-right:10px; padding-bottom:4px; float:left; }
