﻿/* --- Style Sheet 9.9a */
body {
	font-size: 12px;
	font-family: Verdana, Helvetica, Sans-Serif;
	background: url("images/body.jpg");
	background-repeat: repeat-x;
	background-color: #CFCFCF;
	margin: 0px 0px 0px 0px;
}
/* --- Default HTML Elements */
table {
	font-size: 12px;
}
img {
	border: 0px solid #000080;
}
hr {
	color: #000;
	background-color: #808080;
	height: 1px;
	border-width: 0px;
}
form {
	margin: 0px 0px 0px 0px;
}
/* --- Default Links */
a {
	color: #800000;
	text-decoration: underline;
}
a:visited {
	color: #800000;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	color: #fff;
	text-decoration: none;
}
/* --- Outside Container */
.BodyContainer {
	text-align: left;
	width: 960px;
	border-top: #808080 0px solid;
	border-left: #000 1px solid;
	border-right: #000 1px solid;
	border-bottom: #000 1px solid;
	margin: 0px 0px 0px 0px;
	background-color: #2E2E2E;
}
/* --- Main Page Container */
.MainContainer {
	width: 98%;
	text-align: center;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
/* --- Page Content Container DIV*/
.PageContainer {
	width: 95%;
	color: #000;
	padding: 15px 15px 15px 15px;
}
.PageContainer table {
	color: #000;
}
/* --- Page Header -  Top of pages / under Header */
#CatTitle {
	float: left;
	width: 190px;
	text-align: left;
	margin-left: 20px;
	font-weight: normal;
	font-size: 10px;
}
#PageTitle {
	float: left;
	text-indent: 0px;
	font-weight: normal;
	font-size: 12px;
}
.PageBack {
	float: right;
	font-size: 12px;
	font-weight: normal;
	margin-right: 50px;
	margin-left: 15px;
}
.PageBack a:link {
	font-size: 12px;
}
.PageHeader {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 12px;
	font-weight: bold;
	width: auto;
	height: 25px;
	color: #fff;
	text-align: left;
	line-height: 25px;
	vertical-align: middle;
	background: #595959 url('images/pageheader.jpg') repeat-x;
}
.PageHeader a {
	font-size: 12px;
	color: #f0f0f0;
}
.PageHeader a:visited {
	font-size: 12px;
	color: #f0f0f0;
}
.PageHeader a:hover {
	font-size: 12px;
	color: #fff;
}
/* --- Header - Top of all pages */
#Header {
	width: 100%;
	height: 100px;
	color: #000;
	background: url('images/header.jpg') transparent repeat-x;
	border-top: #000 0 solid;
	border-left: #000 0 solid;
	border-right: #000 0 solid;
	border-bottom: #000 0 solid;
	margin-top: 0px;
	margin-bottom: 0px;
}
/* --- Header - Logo Area */
#LogoArea {
	width: 610px;
	height: 100px;
	float: left;
	background: url('images/logo_main.jpg') no-repeat transparent;
}
#LogoBlurb {
	font-size: 10px;
	width: 280px;
	margin-left: 175px;
	margin-top: 35px;
	color: #800000;
}
#LogoBlurb a {
	color: blue;
}
#HeaderSearch {
	float: right;
	margin-top: 35px;
	margin-right: 35px;	
}
/* --- Header - Navigation */
#NavRowHeader {
	text-align: center;
	padding-top: 0px;
	margin-bottom: 0px;
}
#NavRowHeader a {
	font-size: 10px;
	color: #000;
	text-decoration: none;
}
#NavRowHeader a:visited {
	color: #000;
}
#NavRowHeader a:hover {
	color: #800000;
	border-bottom: 1px #800000 solid;
}
#NavRowHeader a:active {
	color: #fff;
}
/* --- Header - Search Area */
#SearchForm {
	margin-top: 5px;
	text-align: center;
	font-weight: normal;
	font-size: 10px;
}
#SearchForm img {
	margin-bottom: 3px;
	height: 21px;
	width: 56px;
}
#SearchForm a {
	font-size: 10px;
	color: #800000;
	text-decoration: none;
}
#SearchForm a:visited {
	color: #800000;
}
#SearchForm a:hover {
	color: #000;
	text-decoration: underline;
}
#SearchForm a:active {
	color: #A28865;
}
#SearchInput {
	height: 17px;
	line-height: 17px;
	vertical-align: middle;
	background-color: #dfdfdf;
	color: #800000;
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana, Helvetica, Sans-Serif;
	padding-left: 3px;
	text-align: left;
	border-bottom: 1px #000 solid;
	border-top: 1px #000 solid;
	border-left: 0px #000 solid;
	border-right: 0px #000 solid;
}
#GoButton {
	vertical-align: middle;
	width: 42px;
}
/* --- Footer -  Bottom of all pages */
#Footer {
	width: auto;
	height: 45px;
	line-height: 45px;
	color: #000;
	font-weight: bold;
	background: #fff url('images/footer.jpg');
	text-align: center;
	border-top: #808080 0px solid;
	border-left: #000 0px solid;
	border-right: #000 0px solid;
	border-bottom: #000 0px solid;
}
#Footer a {
	font-size: 12px;
	color: #800000;
	text-decoration: none;
}
#Footer a:visited {
	color: #800000;
}
#Footer a:hover {
	color: #000;
	text-decoration: underline;
}
#Footer a:active {
	color: #fff;
}
#Copyright {
	text-align: center;
	width: auto;
	font-size: 10px;
	color: #000;
	margin-top: 0px;
	margin-bottom: 0px;
}
#Copyright a {
	font-size: 10px;
	color: #000;
	text-decoration: underline;
}
#Copyright a:visited {
	color: #000;
}
#Copyright a:hover {
	color: #800000;
}
#Copyright a:active {
	background: #000;
	color: #A28865;
	text-decoration: none;
}
/* --- Inspect Page */
#ViewArea {
	top: 0px;
	bottom: 0px;
	position: relative;
}
#InspectComment {
	line-height: 25px;
	color: #000;
	padding-left: 5px;
}
#ContactLink {
	width: auto;
	padding: 0px 10px 5px 0px;
}
#OnSaleText {
	font-size: 14px;
	width: 80%;
	background-color: #fff;
	padding: 5px 10px 5px 5px;
}
#InspectPrice {
	width: 100%;
	font-size: 14px;
	font-weight: normal;
	background: #595959 url("images/policyheader.jpg");
	color: #f0f0f0;
	position: relative;
	padding: 5px 5px 5px 5px;
}
#InspectShipping {
	width: 100%;
	background: #cfcfcf;
	color: #000;
	position: relative;
	padding: 5px 5px 5px 5px;
}
#InspectShipping a {
	color: #000;
}
#InspectButtons {
	color: navy;
	position: relative;
	padding: 5px 5px 5px 5px;
}
#InspectButtons input {
	font-size: 12px;
	color: navy;
	position: relative;
}
#InspectContent {
	color: #000;
	font-size: 12px;
	width: 95%;
	position: relative;
	padding: 5px 25px 10px 10px;
	z-index: 2;
}
#InspectAttach {
	top: 15px;
	padding: 15px 15px 15px 0px;
	position: relative;
}
#InspectGallery {
	color: #000;
	font-size: 12px;
	width: 95%;
	margin-left: 10px;
	margin-bottom: 10px;
}
#InspectGallery img {
	border-top: #000 1px solid;
	border-left: #000 1px solid;
	border-right: #000 1px solid;
	border-bottom: #000 1px solid;
}
#InspectGallery a:hover img {
	border-top: yellow 1px solid;
	border-left: yellow 1px solid;
	border-right: yellow 1px solid;
	border-bottom: yellow 1px solid;
}
#InspectGallery a:active img {
	border-top: blue 1px solid;
	border-left: blue 1px solid;
	border-right: blue 1px solid;
	border-bottom: blue 1px solid;
}
#LOADING {
	display: none;
}
#LOADING img {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 50px;
	height: 50px;
}
#InspectImage {
	position: relative;
	margin-left: 10px;
}
#PRIMARY {
	border: 0px #000 solid;
}
#InspectNavArea {
}
#InspectNavTitle {
	color: #000;
	font-size: 14px;
	position: relative;
	padding: 2px 3px 4px 3px;
	margin-top: 15px;
}
#InspectNavLinks {
	width: 95%;
	color: #f0f0f0;
	background: #595959;
	position: relative;
	padding: 2px 3px 4px 3px;
}
#InspectNavLinks a {
	color: #f0f0f0;
}
#AdminRow {
	float: right;
	position: relative;
	z-index: 1;
	font-size: 10px;
	font-weight: bold;
	line-height: 20px;
	margin-top: 0px;
	margin-right: 15px;
	margin-left: 25px;
}
#AdminRow a {
	font-weight: normal;
}
/* --- Policy Page - Also used on many content areas */
.PolicyHeader {
	width: auto;
	color: #f0f0f0;
	background: #595959 url("images/policyheader.jpg");
	line-height: 20px;
	text-align: left;
	padding-left: 5px;
	font-weight: normal;
}
.PolicyHeader table {
	font-size: 12px;
	color: #fff;
}
.PolicyHeader a {
	font-size: 12px;
	color: #fff;
	text-decoration: underline;
	font-weight: normal;
}
.PolicyHeader a:visited {
	color: #fff;
}
.PolicyHeader a:hover {
	color: #dfdfdf;
	text-decoration: underline;
}
.PolicyHeader a:active {
	color: #fff;
	text-decoration: underline;
}
.PolicyContent {
	width: auto;
	position: relative;
	text-align: left;
	background-color: #CFCFCF;
	color: #000;
	padding: 15px 15px 20px 15px;
}
.PolicyContent table {
	color: #000;
}
#AboutContent {
	text-align: left;
}
#AboutContent img {
	border-top: 1px #595959 solid;
	border-left: 1px #595959 solid;
	border-right: 1px #595959 solid;	
	border-bottom: 1px #595959 solid;		
}
/* --- Main Page Table */
.MainPageTable {
	width: auto;
	color: #000;
	background-color: #fff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
/* --- Main Page Table Cell - Fixed width must equal CatColumn and BodyContainer*/
.MainPageCell {
	width: 760px;
	text-align: left;
	background-color: #AEACAF;
}
/* --- Catalog Column - Navigation */
.CatColumn {
	width: 200px;
	background: #2e2e2e url("images/catcolumn.jpg");
	background-repeat: repeat-x;
	color: #4F1C55;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
}
.CatDropdown {
	font-size: 14px;
	color: #000;
	background: #ffffff;
	margin-top: 0px;
	margin-bottom: 5px;
}
#CatName {
	color: #fff;
	margin-top: 5px;
	margin-bottom: 15px;
}
.CatContent {
	text-align: left;
	font-size: 12px;
	color: #f0f0f0;
	padding-left: 20px;
	margin-top: 20px;
	margin-bottom: 25px;	
}
.CatContent img {
	border: 0px #000 solid;
}
.CatLink {
	line-height: 27px;
}
.CatContent p {
	margin-bottom: 8px;
	margin-top: 5px;
}
.CatContent a {
	font-size: 14px;
	color: #f0f0f0;
	font-weight: normal;
	text-decoration: none;
}
.CatContent a:visited {
	color: #f0f0f0;
}
.CatContent a:hover {
	background-color: #f0f0f0;
	color: #800000;
	border-top: 1px black solid;
	border-bottom: 1px black solid;
}
.CatContent a:active {
	background: #dfdfdf;
	color: #000;
	text-decoration: none;
}
/* --- Data Record - Table*/
.TableRecord {
	font-size: 12px;
	color: #000;
	background-color: #cfcfcf;
	border-right: #003774 0px solid;
	border-top: #003774 0px solid;
	border-left: #003774 0px solid;
	border-bottom: #003774 0px solid;
	margin-top: 15px;
	margin-bottom: 15px;
}
.TableRecord img {
	border-right: #c0c0c0 0px outset;
	border-top: #c0c0c0 0px outset;
	border-left: #c0c0c0 0px outset;
	border-bottom: #c0c0c0 0px outset;
}
.TableRecord a {
	font-size: 14px;
	font-weight: normal;
	color: #800000;
}
.TableRecord a:visited {
	color: #800000;
}
.TableRecord a:hover {
	color: #000;
}
.TableRecord a:active {
	color: blue;
}
#CatHeader {
	color: #800000;
	font-weight: bold;
	font-size: 14px;
}
/* --- Control Link for TableRecord */
a.RecordControl {
	font-size: 10px;
	color: #000;
}
.RecordDescription {
	font-size: 12px;
	color: #000;
}
.RecordNumber {
	font-size: 12px;
	color: #000;
}
.RecordPrice {
	color: #174F18;
	font-size: 14px;
	font-weight: normal;
}
.RecordPrice a {
	font-size: 12px;
}
/* --- Featured Record Items */
#FeaturedItems {
	width: auto;
	height: 290px;
	background-color: #fff;
	margin-left: 5px;
	margin-right: 20px;
	margin-top: 5px;
	margin-bottom: 0px;
}
#FeaturedItems table {
	width: auto;
	font-size: 10px;
	color: #808080;
}
#FeaturedItems p {
	margin-top: 5px;
	margin-left: 5px;
}
a.FeaturedLink {
	color: #000080;
	font-size: 12px;
	font-weight: normal;
}
a.FeaturedLink:visited {
	color: #000080;
}
a.FeaturedLink:hover {
	color: #fff;
	background: #155785;
	text-decoration: none;
}
a.FeaturedLink:active {
	color: yellow;
}
#FeaturedRecord {
	width: auto;
	background: #fff url("images/footer.jpg");
	padding: 4px 4px 4px 4px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 7px;
	padding-right: 20px;
}
#SlideFrameWrapper {
	background: #0D0B08 url("images/tblrecords.jpg");
	width: auto;
	position: relative;
	text-align: left;
	color: #c0c0c0;
	padding: 10px 10px 10px 10px;
	margin-right: 20px;
}
#PosterPic {
	margin-top: 10px;
	margin-left: 10px;
	border-top: 1px #000 solid;
	border-left: 1px #000 solid;
	border-right: 1px #000 solid;
	border-bottom: 1px #000 solid;
}
#HomeContent {
	width: auto;
	text-align: left;
}
#HomeContent img {
	border-top: 0px #808080 solid;
	border-left: 0px #808080 solid;
	border-right: 0px #808080 solid;
	border-bottom: 0px #808080 solid;
}
#HomeColumn {
	width: 180px;
	text-align: center;
	float: right;
	padding: 0px 10px 10px 10px;
	margin-left: 25px;
	margin-bottom: 15px;
}
#HomeColumn a {
	color: #000080;
}
#ScrollerContent {
	width: auto;
	text-align: center;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #9E9E9E;
}
/* --- Showcase / Highlight Items */
#SpotlightArea {
	text-align: center;
	background-color: #9E9E9E;
}
#SpotlightArea img {
	margin-top: 10px;
	border-right: #595959 1px solid;
	border-top: #595959 1px solid;
	border-left: #595959 1px solid;
	border-bottom: #595959 1px solid;
}
#SpotlightArea table {
	width: 100%;
	text-align: center;
	margin-bottom: 0px;
}
#ShowcaseNine {
	text-align: left;
	margin-top: 0px;
	padding: 10px 10px 10px 10px;
}
#ShowcaseNine table {
	text-align: left;
	background-color: #595959;
}
#ShowcaseNine img {
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	border-right: #000 1px solid;
	border-top: #000 1px solid;
	border-left: #000 1px solid;
	border-bottom: #000 1px solid;
}
#QuickLinks {
	width: 190px;
	margin-right: 40px;
	padding: 10px 10px 10px 10px;
}
/* --- Special Form Elements */
.SmallButton {
	font: 7pt Verdana;
	color: #000080;
}
/* --- Basket */
#BasketButtons {
	background: #595959 url('images/pageheader.jpg') repeat-x;
}
#BasketButtons input {
	font-size: 12px;
}
#BasketTotals {
	width: auto;
	font-size: 12px;
	margin-right: 20px;
	margin-left: 20px;
}
#BasketEmpty {
	font-size: 14px;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
/* --- Basket Records */
#BasketRecord {
	line-height: 25px;
	width: 100%;
	text-align: left;
	font-size: 12px;
	color: #dfdfdf;
}
#BasketRecord input {
	font: 10px Tahoma;
	color: #000080;
}
#BasketRecord table {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	border-right: #000 1px dotted;
	border-top: #000 0px dotted;
	border-left: #000 1px dotted;
	border-bottom: #000 0px dotted;
}
/* --- Paging Links */
#PagingLinks {
	font-size: 12px;
	color: #000;
}
/* --- PreviewContainer */
#PreviewContainer {
	background: #f0f0f0;
}
/* --- Online counter.asp */
#AppCounter {
	height: 15px;
	text-align: right;
	background: #f0f0f0;
	color: #000080;
}
#FavoriteLinks {
	margin-bottom: 10px;
}
#FavoriteLinks a {
	font-size: 14px;
	font-family: Tahoma;
	color: #800000;
	font-weight: normal;
}
#BannerHTML {
	font-size: 10px;
	color: navy;
}
.Banner {
	font-size: xx-small;
	border-top: 0px #000 solid;
	border-left: 0px #000 solid;
	border-right: 0px #000 solid;
	border-bottom: 0px #000 solid;
}
#SmallBanner {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 35px;
}
#SiteSeal {
	float: right;
	position: static;
	margin-top: auto;
}
#BigThumbGrid {
	position: relative;
}
#BigThumbGrid img {
	margin-right: 10px;
	margin-bottom: 10px;
}
a.ToolTip span {
	display: none;
	width: auto;
	position: absolute;
	padding: 5px 5px 5px 5px;
	margin-top: 10px;
	margin-left: 10px;
	background-color: #000;
	border-top: 1px solid #595959;
	border-left: 1px solid #595959;
	border-right: 1px solid #595959;
	border-bottom: 1px solid #595959;
	font-size: 14px;
	color: #f0f0f0;
}
a.ToolTip:hover span {
	z-index: 1;
	display: inline;
}
.WordContainer {
	width: 50%;
	height: 350px;
	overflow: scroll;
}
.WordWrapper {
	background-color: #EBEFFA;
	width: 180px;;
}
.WordItem {
	width: 140px;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
}
.WordCount {
	float: right;
	width: 40px;
	text-align: center;
	padding-top: 3px;
	padding-right: 3px;
}
