html, body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial;
	font-size: 10px;
}

a:link, a:visited {
	color: #00F;
	text-decoration: underline;
}

a:hover {
	color: #000A5A;
}

#top { 
	background-color: #000A5A;
	padding-top: 3px;
	padding-bottom: 9px;
}

#footer { 
	background-color: #000A5A;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
}

#footer a { color: #75BAFF; }

#sidebar { 
	background-color: #EEE;
	vertical-align: top;
	padding: 9px;
	font-size: 10px;
	font-family: Verdana;
}

#sidebar h2 { color: #000A5A; }

#sidebar a { color: #0079F2; }

#mini_cart { width: 100%; font-size: 10px; }

#mini_cart td { padding: 3px; }

#mini_cart_total td { border-top: 1px solid #999; }


/* --------------------------------
   Collections
-------------------------------- */
#collections {
	background-color: #EEE;
	vertical-align: top;
	padding: 9px;
	font-size: 10px;
	font-family: Verdana, Arial;
}

#collections h2 {
	color: #000A5A;
}

#collections td {
	font-size: 10px;
}

#collections tr:hover {
	background-color: #FEFEFE;
}

#collections_div {
	height: 400px;
	overflow: auto;
}