body, td, p, span {
	-color: #dea829;
	color: #19245b;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
}

body {
	background-color: #19245b;
}

a {
	color: #ff6600;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.categories {
	height: 1px;
	width: 90%;
	background-color: #aaaaaa;
}

a.navigation {
	font-weight: bold;
}

.container {
	background-color: #ffffff;
	border: 1px #f88719 solid;
}

.header {
	border-bottom: 1px #f88719 solid;
}

.content {
	border-top: 1px #f88719 solid;
	padding: 0 10px 10px 10px;
}

.copyright {
	border-top: 1px #f88719 solid;
	text-align: center;
	padding: 10px;
}

.ad {
	border: 1px #19245b solid;
}

.ad_product_name {
	color: #19245b;
	font-weight: bold;
	text-decoration: none;
}

.ad_price {
	color: #666666;
	font-style: italic;
	font-weight: bold;
}

.ad_featuredtext {
	color: #ff9900;
	font-weight: bold;
	font-size: 18px;
}

.error {
	color: #cc0000;
}

.success {
	color: #0000cc;
}
label {
	cursor: pointer;
}