/* CSS Document */


/* Standard Tags */
body {
	font: .8em "Courier New", Courier, mono;
	color: #000;
	margin: 0;
	text-align: left;
	background: #FB9700 url(../images/css_bg1.jpg) repeat-y right top;
	letter-spacing: 1px;
	background-color: #666666;
}
body#wishlist {
	text-align: center;
}
p {
	text-align: left;
	line-height: 120%;
	margin-bottom: -6px;
	text-indent: 24px;
}
a {
	color: #000;
}
a:link {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #FFE1BF;
	text-decoration: underline;
}
a:visited {
	color: #6C4900;
}

a.link_af, a.link_af:link {
	color: #FFF !important;
}
a.link_af:hover {
	text-decoration: underline !important;
	color: #F00 !important;
}

.white {
	color: white;
}
.flagup {
	color: #900;
	background-color: #FFF;
	padding: 1px 3px;
	border: 1px solid #900;
	font: bold 9px/10px Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;	
}
.bold {
	font-weight: bold;
}
.rss {
	margin: 12px;
}

/* Detail Page Styles */
.goback {
	font-size: small !important;
	text-decoration: none !important;
	text-align: right;
}
a.goback, a.goback:link {
	text-decoration: none !important;
}
a.goback:hover {
	font-weight: bold;
	text-decoration: underline;
}
.linkline {
	padding-bottom: .9em;
	border-bottom: 1px dotted #000;
	font-size: 90%;
}
.linkline a, .linkline a:link, .linkline a:visited {
	text-decoration: none;
}
.linkline a:hover {
	text-decoration: underline;
}
.linkline .title {
	text-transform: uppercase;
	font-style: normal;
	float: left;
	font-weight: bold;
	letter-spacing: 2px;
}
.linkline .smallurl {
	float: right;
	font-size: 90%;
}
.linkline .blurb {
	clear: both;
	margin-top: 2px;
}
.linkline {
	padding-top: .9em;
	background: url(../images/listshadow.png) repeat-x;
	padding-left: 1em;
	padding-right: 1em;
}
#linx .featArtBanner {
	margin-bottom:0;
}