@CHARSET "UTF-8";

/* Backgrounds */

body {
	background: #ccc;
}

#menu ul {
	background: #54bae1;
}

#menu ul ul {
	background: #54bae1;
}

.container, #text_bg  {
	background: #fff;
}

.header_box_bg, #voteresults p {
	background: #fff;
}

#specials a:hover {
	background: #f0f0f0;
}

#news .date span {
	background: #226479;
}

#voteresults li {
	background: #f0f0f0;
}

#voteresults .indicator {
	background-color: #00A1A1;
}

tr.odd td {
	background-color: #f0f0f0;
}
tr.even td {
	background-color: #d0d0d0;
}

#catalog th {
	background-color: #ccc;
}
#catalog tr.odd td {
	background-color: #f0f0f0;
}
#catalog tr.even td {
	background-color: #fff;
}

#footer {
	background-color: #eee;
}

/* Colors */

.container {
	color: #333;
}

#specials a {
	color: #000;
}

/* a 
{color: #226479;}
*/

/*
a:hover 
{color: #226479;}
*/

b, strong {
	color: #000;
}

#menu a {
	color: #fff;
}

#specials .price {
	color: #54bae1;
}

#news .date span {
	color: #fff;
}

#voteresults small {
	color: #fff;
}

/* Borders */

.container {
	border-left: 1px solid #777;
	border-right: 1px solid #777;
}

#specials li img, #catalog_body {
	border-color: #ccc;
}

#specials a {
	border-color: #ddd;
}

#news .date {
	border-color: #ccc;
}

#text td {
	border-color: #666;
}
#text th {
	border-color: #666;
}

/* End of "colors.css" */