/* Standard Link Style (Small) */
a:link.smalllink {
text-decoration : underline;
font-size : 10px; 
} 
a:visited.smalllink {
text-decoration : underline;
font-size : 10px; 
} 
a:active.smalllink {
text-decoration : underline;
font-size : 10px; 
} 
a:hover.smalllink {
text-decoration : underline;
font-size : 10px; 
} 

.additionalpricinglabel {
font-weight : bold;
}

/* Listing Details Style */
a:link.listingboxlink {
text-decoration : underline; 
font-size : 11px; 
} 
a:visited.listingboxlink {
text-decoration : underline;  
font-size : 11px; 
} 
a:active.listingboxlink {
text-decoration : underline; 
font-size : 11px; 
} 
a:hover.listingboxlink {
text-decoration : underline; 
font-size : 11px;
color : #006699;
} 

/* FAQs Links (Small) */
a:link.faq-question {
text-decoration : underline;
font-size : 11px; 
} 
a:visited.faq-question {
text-decoration : underline;
font-size : 11px; 
} 
a:active.faq-question {
text-decoration : underline;
font-size : 11px; 
} 
a:hover.faq-question {
text-decoration : underline;
font-size : 11px; 
} 

/* Store Styles */

.storeresultsproductname {
text-decoration : none; 
color : black; 
font-family : Tahoma; 
font-size : 11px; 
} 

.storeresultsprice {
text-decoration : none; 
color : #CC0000; 
font-family : Tahoma; 
font-size : 11px; 
font-weight : bold; 
} 

.storeproducttitle {
text-decoration : none; 
color : black; 
font-family : Tahoma; 
font-size : 17px; 
font-weight : bold; 
} 

#storeerror {
text-decoration : none; 
color : #CC0000; 
font-family : Tahoma; 
font-size : 11px; 
font-weight : bold;  
} 

/* Font ID Classes */

#normal {
color : black; 
font-family : Tahoma; 
font-size : 11px; 
font-weight : bold; 
} 
#smallgrey {
color : #808080; 
font-family : Tahoma; 
font-size : 8pt; 
}
#smallblack{
color : #000000; 
font-family : Tahoma; 
font-size : 8pt; 
} 
#smallblackbold {
color : #000000; 
font-family : Tahoma; 
font-size : 8pt; 
font-weight : bold; 
} 
#error {
color : #CC0000; 
font-family : Tahoma; 
font-size : 11px; 
font-weight : bold; 
} 

.pagetitletext {
text-decoration : none;  
font-size : 14pt; 
} 

td.tablehover:hover {
background-color: #E7E7E7;
}

td.tablehover {
background-color: inherit;
}