﻿/* --- Style Sheet */
body {
	font-size: 12px;
	font-family: Verdana, Helvetica, Sans-Serif;
	background-color: #000;
	background-repeat: repeat-x;
	margin: 0px 0px 0px 0px;
}
/* --- Default HTML Elements */
table {
	font-size: 12px;
}
img {
	border: 0px solid #000080;
}
hr {
	color: #000;
	background-color: #000;
	height: 1px;
	border-width: 0px;
}
form {
	margin: 0px 0px 0px 0px;
}
/* --- Default Links */
a {
	color: #FFFFC9;
	text-decoration: underline;
}
a:visited {
	color: #FFFFC9;
}
a:hover {
	color: #fff;
}
a:active {
	color: #CD986A;
	text-decoration: none;
}
/* --- Outside Wrapper */
#OutterWrapper {
	width: 960px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: transparent;
}
/* --- Outside Container */
.BodyContainer {
	width: 960px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border-top: #000 0px solid;
	border-left: #595959 0px solid;
	border-right: #595959 0px solid;
	border-bottom: #000 0px solid;
}
/* --- Main Page Container */
.MainContainer {
	width: 100%;
	text-align: left;
	margin: 0px 0px 0px 0px;
}
/* --- Page Content Container DIV*/
.PageContainer {
	width: 95%;
	height: auto;
	text-align: left;
	color: #c0c0c0;
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 25px;
}
.PageContainer table {
	color: #dfdfdf;
}
/* --- Page Header -  Top of content pages */
#CatTitle {
	float: left;
	width: 195px;
	text-align: left;
	padding-left: 35px;;
	font-weight: normal;
	font-size: 12px;
}
#PageTitle {
	font-weight: normal;
	font-size: 14px;
}
.PageHeader {
	text-align: left;
	font-weight: bold;
	width: auto;
	height: 25px;
	line-height: 25px;
	color: #f0f0f0;
	background: url('images/pageheader.jpg') repeat-x transparent;
	border-left: #222222 1px solid;
	border-right: #222222 1px solid;	
	border-top: #222222 1px solid;	
}
.PageHeader a {
	font-size: 12px;
	color: #FFFFC9;
}
.PageHeader a:visited {
	color: #FFFFC9;
}
.PageHeader a:hover {
	color: #fff;
	text-decoration: underline;
}
.PageHeader a:active {
	color: #CD986A;
	text-decoration: none;
}
/* --- Header -  Top of all pages */
#Header {
	width: 100%;
	height: 90px;
	color: #c0c0c0;
	background-color: #000;
	margin-top: 0px;
	margin-bottom: 0px;
}
/* --- Header -  Logo Area */
#LogoArea {
	width: 515px;
	height: 90px;
	position: absolute;
	float: left;
	margin-left: 5px;
	background: url('images/logo_main.jpg') no-repeat transparent;
}
#HeaderSearch {
	text-align: center;
	float: right;
	margin-right: 30px;
	margin-top: 25px;
}
/* --- Header - Navigation */
#NavRowHeader {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#NavRowHeader a {
	font-size: 12px;
	color: #c0c0c0;
	text-decoration: none;
}
#NavRowHeader a:visited {
	color: #c0c0c0
}
#NavRowHeader a:hover {
	color: #c0c0c0;
	text-decoration: underline;
}
#NavRowHeader a:active {
	color: #CD986A;
}
/* --- Header - Search Area */
#SearchForm {
	text-align: center;
	margin-top: 5px;
	font-weight: normal;
	font-size: 10px;
}
#SearchForm img {
	vertical-align: middle;
	margin-bottom: 3px;
}
#SearchForm a {
	font-size: 10px;
	color: #c0c0c0;
	text-decoration: none;
}
#SearchForm a:visited {
	color: #c0c0c0;
}
#SearchForm a:hover {
	color: #fff;
	text-decoration: underline;
}
#SearchForm a:active {
	color: #CD986A;
}
#SearchInput {
	background: #15151a;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding-left: 3px;
	text-align: left;
	border-bottom: 1px #dfdfdf solid;
	border-top: 1px #dfdfdf solid;
	border-left: 0px #595959 solid;
	border-right: 0px #dfdfdf solid;
}
#GoButton {
	color: #000080;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
}
/* --- Footer -  Bottom of all pages */
#Footer {
	width: auto;
	height: 30px;
	line-height: 30px;
	color: #000;
	background: #000 url('images/footer.jpg');
	text-align: center;
}
#Footer a {
	font-size: 12px;
	color: #c0c0c0;
	text-decoration: none;
}
#Footer a:visited {
	color: #c0c0c0;
}
#Footer a:hover {
	color: #fff;
	text-decoration: underline;
}
#Footer a:active {
	color: #CD986A;
}
#Copyright {
	text-align: center;
	width: auto;
	font-size: 10px;
	color: #c0c0c0;
	margin-top: 0px;
	margin-bottom: 0px;
}
#Copyright a {
	font-size: 10px;
	color: #c0c0c0;
	text-decoration: underline;
}
#Copyright a:visited {
	color: #c0c0c0;
}
#Copyright a:hover {
	color: #fff;
}
#Copyright a:active {
	color: #dfdfdf;
	text-decoration: none;
}
/* --- Inspect Page */
#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;
}
#InspectComment {
	padding-left: 5px;
	margin-bottom: 10px;
}
#CommentText {
	font-size: 14px;
}
#ContactLink {
	width: auto;
	padding: 5px 10px 5px 0px;
}
#OnSaleText {
	width: auto;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#InspectPrice {
	width: auto;
	font-size: 14px;
	color: #f0f0f0;
	background: #111111;
	position: relative;
	padding: 2px 5px 2px 5px;
}
#InspectShipping {
	width: 640px;
	color: #c0c0c0;
	position: relative;
	padding: 5px 5px 5px 5px;
}
#InspectShipping a {
	color: #c0c0c0;
}
#InspectButtons {
	position: relative;
	padding: 5px 5px 5px 5px;
}
#InspectButtons input {
	font-size: 12px;
	color: navy;
	position: relative;
}
#InspectContent {
	color: #dfdfdf;
	background-color: #251515;
	margin-top: 10px;
	font: 12px;
	width: 640px;
	position: relative;
	padding: 10px 10px 10px 10px;
}
#InspectAttach {
	top: 15px;
	padding: 15px 15px 15px 0px;
	position: relative;
}
#InspectGallery {
	width: 640px;
	margin-top: 15px;
	position: relative;
}
#InspectImage {
	margin-top: 15px;
	position: relative;
}
#LOADING {
	display: none;
}
#LOADING img {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 50px;
	height: 50px;
}
#InspectNavArea {
	position: relative;
	margin-top: 15px;
}
#InspectNavTitle {
	color: #c0c0c0;
	font-size: 14px;
	position: relative;
	padding: 2px 3px 4px 3px;
}
#InspectNavLinks {
	color: #c0c0c0;
	background: #111111;
	position: relative;
	padding: 2px 3px 4px 3px;
}
#InspectNavLinks a {
	color: #c0c0c0;
}
#AdminRow {
	font-weight: bold;
}
#AdminRow a {
	font-weight: normal;
	color: #dfdfdf;
}
/* --- Policy Page - Also used on many content areas */
.PolicyHeader {
	width: auto;
	background-color: #000;
	line-height: 20px;
	text-align: left;
	color: #f0f0f0;
	padding-left: 5px;
	font-weight: bold;
}
.PolicyHeader table {
	font-size: 12px;
	color: #c0c0c0;
}
.PolicyHeader a {
	font-size: 12px;
	color: #dfdfdf;
	text-decoration: underline;
	font-weight: normal;
}
.PolicyHeader a:visited {
	color: #dfdfdf;
}
.PolicyHeader a:hover {
	color: #fff;
	text-decoration: underline;
}
.PolicyHeader a:active {
	color: #fff;
	text-decoration: underline;
}
.PolicyContent {
	width: auto;
	position: relative;
	text-align: left;
	background-color: #251515;
	color: #c0c0c0;
	padding: 15px 15px 20px 15px;
}
.PolicyContent table {
	color: #c0c0c0;
}
#AboutContent {
	text-align: left;
}
#AboutContent img {
	border: 1px #000 solid;
}
/* --- Main Page Table */
.MainPageTable {
	width: auto;
	color: #c0c0c0;
	background-color: #381C1C;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-left: #222222 1px solid;
	border-right: #222222 1px solid;
}
/* --- Main Page Table Cell - Fixed must match CatColumn and BodyContainer*/
.MainPageCell {
	width: 735px;
	text-align: center;
}
/* --- Catalog Column - Navigation */
.CatColumn {
	width: 225px;
	background: #381C1C url("images/catcolumn.jpg") repeat-x;
	padding: 0px 0px 0px 0px;
	text-align: left;
}
.CatDropdown {
	font-size: 14px;
	color: #000;
	background: #ffffff;
	margin-top: 0px;
	margin-bottom: 5px;
}
.CatContent {
	font-size: 12px;
	color: #c0c0c0;
	padding-top: 15px;
	padding-left: 30px;
	top: 5px;
	margin: 0px 0px 0px 0px;
	text-align: left;
}
.CatContent img {
	border: 1px #000 solid;
}
.CatLink {
	line-height: 27px;
}
.CatContent p {
	margin-bottom: 8px;
	margin-top: 5px;
}
.CatContent a {
	font-size: 14px;
	color: #dfdfdf;
	font-weight: normal;
	text-decoration: none;
}
.CatContent a:visited {
	color: #dfdfdf;
}
.CatContent a:hover {
	color: #fff;
	background: #000;
	border-right: #fff 0px solid;
	border-top: #fff 1px solid;
	border-left: #fff 0px solid;
	border-bottom: #fff 1px solid;
	text-decoration: none;	
}
.CatContent a:active {
	background: #000;
	color: #ffffff;
	text-decoration: none;
}
#CatName {
	color: #fff;
	margin-top: 5px;
	margin-bottom: 15px;
}
/* --- Data Record - Table*/
.TableRecord {
	font-size: 12px;
	color: #c0c0c0;
	background-color: #300000;
	margin-top: 15px;
	margin-bottom: 15px;
}
.RecordContent {
	margin-left: 10px;
}
.TableRecord img {
	border-right: #dfdfdf 1px solid;
	border-top: #dfdfdf 1px solid;
	border-left: #dfdfdf 1px solid;
	border-bottom: #dfdfdf 1px solid;
}
.TableRecord img:hover {
	border-right: #c0c0c0 1px outset;
	border-top: #c0c0c0 1px outset;
	border-left: #c0c0c0 1px outset;
	border-bottom: #c0c0c0 1px outset;
}
.TableRecord a {
	font-size: 14px;
	color: #f0f0f0;
}
.TableRecord a:visited {
	color: #f0f0f0;
}
.TableRecord a:hover {
	color: #fff;
	background: #000;
	border-right: #fff 0px solid;
	border-top: #fff 1px solid;
	border-left: #fff 0px solid;
	border-bottom: #fff 1px solid;
	text-decoration: none;	
}
.TableRecord a:active {
	color: #f0f0f0;
}
#CatHeader {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}
/* --- Control Link for TableRecord */
a.RecordControl {
	font-size: 10px;
	color: #fff;
}
.RecordDescription {
	font-size: 10px;
	color: #c0c0c0;
}
.RecordNumber {
	font-size: 12px;
	color: #fff;
}
.RecordPrice {
	color: #ffffff;
	font-size: 12px;
}
.RecordPrice a {
	font-size: 12px;
}
/* --- Featured Record Items */
#FeaturedItems {
	width: 640px;
	height: 230px;
	background-color: #000;
	margin-right: auto;
	margin-top: 5px;
	margin-left: 0px;
	margin-bottom: 25px;
	border-right: #fff 0px solid;
	border-top: #c0c0c0 1px solid;
	border-left: #fff 0px solid;
	border-bottom: #c0c0c0 1px solid;		
}
#FeaturedItems table {
	width: 100%;
	font-size: 10px;
	color: #c0c0c0;
}
#FeaturedItems p {
	margin-top: 5px;
	margin-left: 5px;
}
a.FeaturedLink {
	color: #dfdfdf;
	font-size: 12px;
	font-weight: bold;
}
a.FeaturedLink:visited {
	color: #dfdfdf;
}
a.FeaturedLink:hover {
	color: #fff;
	background: #000;
	border-right: #fff 0px solid;
	border-top: #fff 1px solid;
	border-left: #fff 0px solid;
	border-bottom: #fff 1px solid;	
	text-decoration: none;	
}
a.FeaturedLink:active {
	color: yellow;
}
#FeaturedRecord {
	background-color: #251515;
	padding: 4px 4px 4px 4px;
	margin-left: 0px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-top: 5px;
}
#SlideFrame {
	border-top: 1px #000 solid;
	border-left: 1px #000 solid;
	border-right: 1px #000 solid;
	border-bottom: 1px #000 solid;
}
#PosterPic {
	margin-top: 10px;
	margin-left: 0px;
	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;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 25px;
}
#HomeContent a:hover{
	color: #fff;
	background: #000;
	border-right: #fff 0px solid;
	border-top: #fff 1px solid;
	border-left: #fff 0px solid;
	border-bottom: #fff 1px solid;	
	text-decoration: none;	
}
#ScrollerContent {
	background-color: #000;
	margin-left: 10px;
}
/* --- Showcase / Highlight Items */
#SpotlightArea {
	text-align: center;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	background-color: #15151A;
	margin-bottom: 10px;
}
#SpotlightArea img {
	border-top: 1px #000 solid;
	border-left: 1px #000 solid;
	border-right: 1px #000 solid;
	border-bottom: 1px #000 solid;
	margin-top: 25px;
	margin-bottom: 25px;
}
#Spotlight {
	font-size: 12px;
	color: #000;
}
#Spotlight table {
	font-size: 12px;
}
#ShowcaseNine {
	width: 405px;
	background-color: #151515;
	margin-left: 0px;
	margin-top: 10px;
}
#ShowcaseNine img {
	margin-top: 4px;
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	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: #111111;
}
#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: #f0f0f0;
}
/* --- PreviewContainer */
#PreviewContainer {
	background: #f0f0f0;
}
/* --- Online counter.asp */
#AppCounter {
	background: #f0f0f0;
	color: #000080;
}
#FavoriteLinks {
	margin-bottom: 10px;
}
#FavoriteLinks a {
	font-size: 14px;
	color: #fff;
}
#FavoriteLinks a:hover {
	color: #dfdfdf;
}
#SmallBanner {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 35px;
}
a.ToolTip span {
	display: none;
	padding: 5px 5px 5px 5px;
	margin-top: 10px;
	margin-left: 10px;
	width: auto;
	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: #dfdfdf;
}
a.ToolTip:hover span {
	z-index: 1;
	display: inline;
	position: absolute;
}
