@CHARSET "UTF-8";

/* Backgrounds */

body {
	background-color: #557694;
	/* background: #e0e0e0 url(/images/body_bg.gif); */
}

#menu {
	border-top: 1px solid #a2b1c0;
	border-bottom: 1px solid #a2b1c0;
}

#menu, #menu ul, #menu ul ul {
	background: #cfdbe7;
}

#menu ul ul {
	background: #cfdbe7;
	border: 1px solid #a2b1c0;
}

.container { 
	background: #fff;
	border-left: 1px solid #a2b1c0;
	border-right: 1px solid #a2b1c0;
}

#text_bg  {
	background: transparent;
}

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

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


#voteresults li {
	background: #f0f0f0;
}

#voteresults .indicator {
	background-color: #0d81ff;
}

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

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

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: #b9cfe4;
	margin-top: 50px;
	color: #537ca1;
	border-top: 1px solid #a2b1c0;
	border-bottom: 1px solid #a2b1c0;
}

#footer a {
	color: #537ca1;
}

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

/* Colors */

.container {
	color: #333;
}

#specials a {
	color: #444;
}

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

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

b, strong {
	color: #000;
}

#menu a {
	color: #537ca1;
	font-family: "Times New Roman", Helvetica, sans-serif;
	font-size: 12pt;
}

#menu a:hover {
	color: #09152d;
}

#specials .price {
	color: #777;
}

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

#voteresults small {
	color: #fff;
}

/* Borders */


#specials li img {
	border: 0;
}

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