html {
	font-size:110%;
}
body {
	background:#F5F6F7;
}
body, h1, h2, h3, h4, h5, h6 {
 	color:#eee;
}
#_evMessageBody * {
	color: #333;
}
.xxRow.title {
	padding-top:12px;
	border-bottom:2px solid #D60000;
}
.xxForm input[type=text],
.xxForm input[type=email],
.xxForm input[type=url],
.xxForm input[type=password],
.xxForm textarea {
	background:#fff;
	border:2px solid #000;
}
.xxForm input[type=text]:focus,
.xxForm input[type=email]:focus,
.xxForm input[type=url]:focus,
.xxForm input[type=password]:focus,
.xxForm textarea:focus {
	background:#fff;
}
.xxForm select {
	background:#fff;
}

.formtheme {
	background-color:#3D3D3D;
	/*CSS2*/
	background-image:url(anthrazit_bg.png);
	background-repeat:repeat;
	/*CSS3*/
	background-image:url(anthrazit_bg_top.png), url(anthrazit_bg.png);
	background-position:left top, left 97px;
	background-repeat:repeat-x, repeat;
}

.xxRow.error {
	color: #FF0400;
	background-color: #2D0F09;
	border: 2px solid #FF0400;
}
.xxCatinfo {
    color: #aaa;
}
.shoprow.marked {
	background:unset;
    font-weight: 700;
}

/* Links */
.xxPage a,
.xxForm a:link,
.xxForm a:visited,
.xxForm a:focus {
	color:inherit;
	text-decoration:none;
}
a:hover,
.xxForm a:hover {
	color:#fff;
	text-decoration:underline;
}
