@CHARSET "UTF-8";

/* Backgrounds */

body {
	background: #fff url(/images/body_bg.png) top left repeat-x;
}

#menu ul, #menu ul ul {
	background: #384f64;
}

.container { 
	background: transparent;
}

#text_bg  {
	background: transparent;
}

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

.header_box * {
	color: #000 !important;
}

#specials a:hover {
	background: #0072cf;
}

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

#voteresults li {
	background: #f0f0f0;
}

#voteresults .indicator {
	background-color: #777;
}

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: #384f64;
	margin-top: 50px;
	color: #fff;
}

#footer a {
	color: #fff;
}

#footer a:hover { color: #fff; }

/* Colors */

.container {
	color: #333;
}

#specials a {
	color: #000;
}

a /* ссылка */
{color: #336182;}

a:hover /* ссылка при наведении */
{color: #000;}

b, strong {
	color: #000;
}

#menu a {
	color: #d2dce6;
}

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

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

#voteresults small {
	color: #fff;
}

/* Borders */


#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" */
