@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 130%;
	background-color: #FFCC00;
	background-image: url(/images/pattern_body.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
}
a:link {
	color: #004C4C;
	text-decoration: none;
}
a:visited {
	color: #004C4C;
	text-decoration: none;
}
a:hover {
	color: #004C4C;
	text-decoration: underline;
}
#wrapper {
	width: 945px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#content {
	padding-right: 14px;
	padding-left: 14px;
	padding-top: 14px;
}
#footer {
	height: 140px;
	width: 785px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/images/pattern_footer.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 90%;
	text-align: center;
	padding-right: 80px;
	padding-left: 80px;
}
.sidebar_left {
	width: 190px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
.top_banner {
	margin-bottom: 12px;
}
.content_right {
	padding-left: 14px;
}
.sidebar_right {
	width: 183px;
	padding-left: 10px;
}
.page_title {
	font-size: 170%;
	font-weight: bold;
	color: #CC0000;
	display: block;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
	margin-bottom: 6px;
}
.sidebar_text {
	font-size: 90%;
	line-height: 100%;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.error {
	font-size: 90%;
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
}
.page_nav_bottom {
	background-color: #EED284;
	display: block;
	padding: 3px;
	margin-top: 14px;
	border: 1px solid #999999;
	margin-bottom: 20px;
}
.categories {
	font-weight: bold;
	background-color: #FFFF99;
	display: block;
	margin-top: 12px;
	margin-bottom: 8px;
}
.shopping_title {
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
	color: #005252;
	padding-top: 3px;
	display: block;
}
.shopping_advertiser_box {
	padding: 3px;
	background-color: #EBEBEB;
	margin-bottom: 8px;
	margin-left: 20px;
}
.shopping_ad {
	padding-right: 10px;
}
