html,body{
margin-bottom:0;
margin-left:0;
margin-right:0;
margin-top:0;
padding:0;
font-family:Verdana, Helvetica, Arial, sans-serif;
font-size:9px;
height:100%;
}

.font8pt{
font-family:Verdana, Helvetica, Arial, sans-serif;
font-size:8pt;
}

/* DEFAULT IMAGE LINK BEHAVIORS */	
A:link {
text-decoration: none;
color:#004c93;
}
A:visited {
text-decoration: none;
color:#004c93;
}
A:active {
text-decoration: none;
color:#004c93;
}
A:hover {
text-decoration: none;
color:#009dd9;
}


.heading A:link {
text-decoration: none;
color:#004c93;
}
.heading A:visited {
text-decoration: none;
color:#004c93;
}
.heading A:active {
text-decoration: none;
color:#004c93;
}
.heading A:hover {
font-weight:bold;
color:#009dd9;
}
.heading{
font-family:Verdana, Helvetica, Arial, sans-serif;
font-size:18px;
font-weight:bold;
}
.heading small{
font-size:9px;
}

.appResults{
width:95%;
height: 375px;
vertical-align:top;
overflow-y:scroll;
SCROLLBAR-FACE-COLOR:#003363;
SCROLLBAR-HIGHLIGHT-COLOR: #003363;
SCROLLBAR-SHADOW-COLOR: #ffffff;
SCROLLBAR-3DLIGHT-COLOR: #ffffff;
SCROLLBAR-ARROW-COLOR: #ffffff;
SCROLLBAR-TRACK-COLOR: #ffffff;
SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
}


.lookupResults{
width:90%;
height:165px;
overflow-y:scroll;
SCROLLBAR-FACE-COLOR:#003363;
SCROLLBAR-HIGHLIGHT-COLOR: #003363;
SCROLLBAR-SHADOW-COLOR: #ffffff;
SCROLLBAR-3DLIGHT-COLOR: #ffffff;
SCROLLBAR-ARROW-COLOR: #ffffff;
SCROLLBAR-TRACK-COLOR: #ffffff;
SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
}

.cartLostLink:link 
{
    color:White;
    text-decoration:underline;
}

.cartLostLink:visited
{
    color:White;
    text-decoration:underline;
}

.cartLostLink:hover 
{
    color:White;
    text-decoration:none;
}

.cartLostLink:active
{
    color:White;
    text-decoration:underline;
    border:dotted 1px gray;
}

.cartInfo A:link {
text-decoration: none;
color:#AAAAFF;
}
.cartInfo A:visited {
text-decoration: none;
color:#AAAAFF;
}
.cartInfo A:active {
text-decoration: none;
color:#AAAAFF;
}
.cartInfo A:hover {
font-weight:bold;
color:#AAAAAA;
}
.cartInfo{
font-family:Verdana, Helvetica, Arial, sans-serif;
font-size:10px;
color:#FFFFFF;
font-weight:bold;
}
.cartInfo TD
{
	text-align:left;
}

.translucent
{
	opacity:.85;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=85);
}

.nottranslucent
{
	opacity:1;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

.PopupBG
{
    background-color:Gray;
    opacity:.85;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=85);
    position:fixed;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
}

.borderTable
{
	border-collapse:collapse;
}

.borderTable th
{
	border:1px solid black;
}

.borderTable td
{
	border:1px solid black;
}

.Price
{
	font-size:16px;
	font-weight:bold;
	
}

.appTable 
{
    border-collapse:collapse;
    border:2px solid black;
}
.appTable td
{
    border:1px solid black;
}
.rowtop
{
    border-top:2px solid black;
    border-left:2px solid black;
    border-right:2px solid black;
}
.rowbottom
{
    border-bottom:2px solid black;
    border-left:2px solid black;
    border-right:2px solid black;
}
.rowmiddle
{
    border-left:2px solid black;
    border-right:2px solid black;
}
.rowheader
{
    border:2px solid black;
}


.TextWatermark
{
    color:#BBCCEE;
    font-weight:bold;
}


.select-free
{
	overflow:hidden;
}
.select-free iframe
{
	display:none;
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}

.uaccart
{
    font-size:10px;
    border-collapse:collapse;
}
.uaccart th
{
    border:1px solid black;
    padding:4px;
     white-space:nowrap;
    background-image:url("../images/header.jpg");
}
.uaccart td
{
    border:1px solid black;
    padding:2px;
    text-align:right;
}
.uaccart .footer
{
    font-weight:bold;
}

.uaccart .competitorpart
{
    font-size:8px;
    font-style:italic;
}


.printablecart
{
    border-collapse:collapse;
    font-size:14px;
}
.printablecart th
{
    border:1px solid black;
    padding:6px;
    background-color:#DDDDDD;
}
.printablecart td
{
    border:1px solid black;
    padding:4px;
    text-align:right;
}
.printablecart .footer
{
    font-weight:bold;
}

.printablecart .competitorpart
{
    font-size:10px;
    font-style:italic;
}
.printablecart .remove
{
    display:none;
}

.compareGrid
{
    margin-left:auto;
    margin-right:auto;
    text-align:center;
}