h1 {
	color: #ffd128;
}
h2 {
	color: #ffd128;
}


/************ Link Styles ************/
a:link {
	color: #ffd128;
	text-decoration: underline;
	font-weight: inherit;
}
a:hover {
	color: #444444;
	text-decoration: underline;
	font-weight: inherit;
}
a:visited {
	color: #444444;
	text-decoration: underline;
	font-weight: inherit;
}
a.underlined:link, a.underlined:visited {
	text-decoration: underline;
}
a.underlined:hover {
	text-decoration: none;
}
a.notunderlined:link, a.notunderlined:visited {
	text-decoration: none;
}
a.notunderlined:hover {
	text-decoration: underline;
}


/************ Table Styles ************/
table.shoplist a.btn-shoplist:link, table.shoplist a.btn-shoplist:visited { 
	color: #444444;
	background: url(../images/btn-shoplist-yellow.gif) left center no-repeat;
}
table.shoplist a.btn-shoplist:hover { 
	background: url(../images/btn-shoplist-yellow-over.gif) left center no-repeat;
}


/************ Layout ************/
#mainmenu {
	border-bottom: 10px solid #ffd128;
}
	
	/* NORMAL PAGE classes */
		#content-leftcol-menu {
			background: #ffd128 url(../images/rightcol-yellow-top.gif) top left no-repeat;
			color: #444444;
		}
			#content-leftcol-menu a:link, #content-leftcol-menu a:visited {
				color: #444444;
				border-top: 1px solid #ffdd5e;
				border-bottom: 1px solid #ffdd5e;
			}
			#content-leftcol-menu a:hover {
				background-color: #ffdd5e;
			}
