
/* STORE --------------------------------- */
.store table,
.store table table,
.store table td {
	border: 0;
}

div.items td {
background: #adc7d5;
}

div.cat {
background: #CCDCE5;
}

div.cat ul {
	margin: 0;
	padding: 5px;
}

div.cat ul li {
	list-style: none;
	margin: 10px 0;
	padding: 5px 0;
border-bottom: 1px solid #fff;
}

div.cat ul li a:link,
div.cat ul li a:visited{
color: #0069B5;
text-decoration: none;
font-weight: bold;
display: block;
}

div.cat ul li  a:hover {
text-decoration: underline;
}



div.buttons{
text-align: right;
}

div.content a:link,
div.content a:visited {
color: #0069B5;
text-decoration: none;
}

div.content a:hover {
text-decoration: underline;
}

td.leftlinks {
	background: #CCDCE5;
}

/* RETARDED HACKS */
ul.toplinks {
margin-top: 25px !important;
}

* html ul.toplinks {
	margin-top: 5px !important;
}



