/* 
================================
 CSS STYLES  - interiorNK 
 v1.0, 02/2004 - NN
 dilatedsky
================================
*/   
/* -- Common stuff ----------------------------*/

body , h1, h2, h3, p, ul, il, ol, .ErrorText, .MostRecommendedHead, A.MostRecommendedItemText, .ProductList, .ProductListHead, A.SiteLink,A.NewsLink,A.MenuUnselected{
	font-family: Arial, Helvetica, sans-serif;
}

TD
{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    /*line-height: 12px 	*/
}


/* -- Headings --------------- */
h1{
	font-size: 14px;
}
h2 {
	font-size: 12px;
}
h3 {
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
p{
	font-size: 11px;
	margin: 0px;
	padding: 0px 0px 15px 0px;

}
#logo{
	padding-top:10px;
	margin:10px,10px,10px,3px;

}

/* -- Section specific  --------------- */
.homeOffers td div{
	padding-top: 15px;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
}
/* -- Links --------------- */

.homeOffers A:link  {
	text-decoration: none;
	color: #cc0000;
	font-size: 18px;
	font-weight:normal;
}

.homeOffers A:hover {
    text-decoration: underline;
    color:  #cc0000;
	font-size: 18px;
	font-weight:normal;
}
.homeOffers A:visited {
    text-decoration: none;
    color:  #cc0000;
	font-weight:normal;
	font-size: 18px;
}