﻿/* --- Third Reich Arts */
body {
	font-size: 12px;
	font-family: Verdana, Helvetica, Sans-Serif;
	background-color: #000;
	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: #A28865;
	text-decoration: underline;
}
a:visited {
	color: #A28865;
}
a:hover {
	color: #fff;
}
a:active {
	color: #A28865;
	text-decoration: none;
}
/* --- Outside Container */
.BodyContainer {
	text-align: left;
	width: 960px;
	border-top: #808080 0px solid;
	border-left: #808080 0px solid;
	border-right: #808080 0px solid;
	border-bottom: #808080 0px solid;
	margin: 10px 0px 0px 0px;
}
/* --- Main Page Container */
.MainContainer {
	width: 100%;
	text-align: left;
	margin: 0px 0px 0px 0px;
}
/* --- Page Content Container DIV*/
.PageContainer {
	width: 95%;
	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: 230px;
	text-align: left;
	margin-left: 5px;
	margin-right: auto;
	font-weight: normal;
	font-size: 12px;
}
#PageTitle {
	float: left;
	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 {
	font-size: 14px;
	width: 100%;
	height: 25px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #dfdfdf;
	text-align: left;
	text-indent: 10px;
	line-height: 25px;
	vertical-align: middle;
	background: #000 url('images/pageheader.jpg') repeat-x;
	border-right: #000 0px solid;
	border-top: #9E0232 0px solid;
	border-left: #000 0px solid;
	border-bottom: #9E0232 0px solid;
}
.PageHeader a {
	font-size: 12px;
	color: #A28264;
}
.PageHeader a:visited {
	color: #A28264;
}
.PageHeader a:hover {
	color: #fff;
	text-decoration: underline;
}
.PageHeader a:active {
	color: #A28865;
	text-decoration: none;
}
/* --- Header -  Top of all pages */
#Header {
	width: 100%;
	height: 100px;
	color: #c0c0c0;
	background-color: #000;
	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: 400px;
	height: 100px;
	position: absolute;
	float: left;
	margin-left: 15px;
	background: url('images/logo_main.jpg') no-repeat transparent;
}
#HeaderSearch {
	float: right;
	margin-right: 55px;
	margin-top: 25px;
}
/* --- Header - Navigation */
#NavRowHeader {
	padding-top: 0px;
	text-align: center;
}
#NavRowHeader a {
	font-size: 10px;
	color: #c0c0c0;
	text-decoration: none;
}
#NavRowHeader a:visited {
	color: #c0c0c0;
}
#NavRowHeader a:hover {
	color: #fff;
	text-decoration: underline;
}
#NavRowHeader a:active {
	color: #A28865;
}
/* --- Header - Search Area */
#SearchForm {
	margin-top: 5px;
	text-align: center;
	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: #A28865;
}
#SearchInput {
	background: #27241F;
	color: #c0c0c0;
	font-size: 12px;
	font-weight: bold;
	padding-left: 3px;
	text-align: left;
	border-bottom: 1px #dfdfdf solid;
	border-top: 1px #c0c0c0 solid;
	border-left: 0px #595959 solid;
	border-right: 0px #c0c0c0 solid;
}
#GoButton {
	color: #000080;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
}
/* --- Footer -  Bottom of all pages */
#Footer {
	width: auto;
	height: 35px;
	line-height: 35px;
	color: #c0c0c0;
	background: #000 url('images/footer.jpg');
	text-align: center;
	border-top: #000 1px solid;
	border-left: #000 0px solid;
	border-right: #000 0px solid;
	border-bottom: #000 0px solid;
}
#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: #000;
}
#Copyright {
	text-align: center;
	width: auto;
	font-size: 10px;
	color: #808080;
	margin-top: 0px;
	margin-bottom: 0px;
}
#Copyright a {
	font-size: 10px;
	color: #808080;
	text-decoration: underline;
}
#Copyright a:visited {
	color: #808080;
}
#Copyright a:hover {
	color: #A28865;
}
#Copyright a:active {
	background: #fff;
	color: #A28865;
	text-decoration: none;
}
/* --- Inspect Page */
#InspectComment {
	color: #c0c0c0;
	top: 0px;
	bottom: 0px;
	position: relative;
	left: 0px;
	margin-bottom: 10px;
}
#CommentText {
	font-size: 14px;
}
#ContactLink {
	width: auto;
	padding: 5px 10px 5px 0px;
}
#OnSaleText {
	width: auto;
	font-size: 14px;
	background-color: #fff;
	margin-top: 10px;
	margin-bottom: 10px;	
}
#InspectComment a {
	color: #A28865;
}
#InspectComment a:visited {
	color: #A28865;
}
#InspectComment a:hover {
	color: #fff;
}
#InspectComment a:active {
	color: #c0c0c0;
}
#InspectPrice {
	width: 640px;
	font-size: 14px;
	color: #f0f0f0;
	background: #423D34;
	position: relative;
	padding: 5px 5px 5px 5px;
}
#InspectShipping {
	width: 640px;
	background: #27241F;
	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: #0D0B08;
	font: 12px;
	width: 640px;
	position: relative;
}
#InspectAttach {
	top: 15px;
	padding: 15px 15px 15px 0px;
	position: relative;
}
#InspectGallery {
	width: 640px;
	margin-top: 15px;
	position: relative;
}
#LOADING {
	display: none;
}
#LOADING img {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 50px;
	height: 50px;
}
#InspectImage {
	margin-top: 15px;
	position: relative;
}
#InspectNavArea {
	position: relative;
	margin-top: 15px;	
}
#InspectNavTitle {
	color: #dfdfdf;
	font-size: 14px;
	position: relative;
	padding: 2px 3px 4px 3px;
}
#InspectNavLinks {
	color: #c0c0c0;
	background: #27241F;
	position: relative;
	padding: 2px 3px 4px 3px;
}
#InspectNavLinks a {
	color: #c0c0c0;
}
#AdminRow {
	float: right;
	position: relative;
	z-index: 1;
	font-size: 10px;
	font-weight: bold;
	line-height: 22px;
	margin-top: -5px;
	margin-right: 45px;
	margin-left: 25px;
}
#AdminRow a {
	font-weight: normal;
	color: #dfdfdf;
}
/* --- Policy Page - Also used on many content areas */
.PolicyHeader {
	width: auto;
	background: #0D0B08 url("images/tblrecords.jpg");
	line-height: 20px;
	text-align: left;
	color: #fff;
	padding-left: 5px;
	font-weight: bold;
}
.PolicyHeader table {
	font-size: 12px;
	color: #f0f0f0;
}
.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: #0D0B08;
	color: #c0c0c0;
	padding: 15px 15px 20px 15px;
}
.PolicyContent table {
	color: #000;
}
#AboutContent {
	text-align: left;
}
#AboutContent img {
	border: 1px #000 solid;
}
/* --- Main Page Table */
.MainPageTable {
	width: auto;
	color: #c0c0c0;
	background: #000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
/* --- Main Page Table Cell - Fixed must match CatColumn and BodyContainer*/
.MainPageCell {
	width: 750px;
	text-align: center;
}
/* --- Catalog Column - Navigation */
.CatColumn {
	width: 250px;
	background: #1F1A13;
	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: #A28264;
	padding-left: 15px;
	margin-top: 15px;
	margin-bottom: 35px;	
	text-align: left;
}
.CatContent img {
	border: 0px #000 solid;
}
.CatLink {
	line-height: 27px;
}
.CatContent p {
	margin-bottom: 8px;
	margin-top: 5px;
}
.CatContent a {
	font-size: 12px;
	color: #A28264;
	font-weight: normal;
	text-decoration: none;
}
.CatContent a:visited {
	color: #A28264;
}
.CatContent a:hover {
	color: #dfdfdf;
	background: #000;
}
.CatContent a:active {
	background: #000;
	color: #ffffff;
	text-decoration: none;
}
#CatName {
	color: #c0c0c0;
	margin-top: 5px;
	margin-bottom: 10px;
}
/* --- Data Record - Table*/
.TableRecord {
	font-size: 12px;
	color: #dfdfdf;
	background: #0D0B08 url("images/tblrecords.jpg");
	border-right: #003774 1 solid;
	border-top: #003774 1 solid;
	border-left: #003774 1 solid;
	border-bottom: #003774 1 solid;
	margin-top: 10px;
	margin-bottom: 10px;
}
.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;
	color: #CCAA7E;
}
.TableRecord a:visited {
	color: #CCAA7E;
}
.TableRecord a:hover {
	color: #fff;
}
.TableRecord a:active {
	color: #000;
}
#CatHeader {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}
/* --- Control Link for TableRecord */
a.RecordControl {
	font-size: 10px;
	color: #fff;
}
.RecordDescription {
	font-size: 12px;
	color: #dfdfdf;
}
.RecordNumber {
	font-size: 12px;
	color: #fff;
}
.RecordPrice {
	color: #ffffff;
	font-size: 12px;
}
.RecordPrice a {
	font-size: 12px;
}
/* --- Featured Record Items */
#FeaturedItems {
	width: auto;
	height: 210px;
	background: #0D0B08 url("images/tblrecords.jpg");
	margin-right: 20px;
	margin-top: 25px;
}
#FeaturedItems table {
	width: auto;
	font-size: 10px;
	color: #c0c0c0;
}
#FeaturedItems p {
	margin-top: 5px;
	margin-left: 5px;
}
a.FeaturedLink {
	color: #f0f0f0;
	font-size: 12px;
	font-weight: bold;
}
a.FeaturedLink:visited {
	color: #f0f0f0;
}
a.FeaturedLink:hover {
	color: #000;
	background: #A28264;
	text-decoration: none;
}
a.FeaturedLink:active {
	color: yellow;
}
#FeaturedRecord {
	padding: 4px 4px 4px 4px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 10px;
}
#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 {
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 25px;
}
/* --- Showcase / Highlight Items */
#SpotlightArea {
	width: 160px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 35px;
}
#SpotlightArea img {
	border-top: 1px #000 solid;
	border-left: 1px #000 solid;
	border-right: 1px #000 solid;
	border-bottom: 1px #000 solid;
	margin-top: 5px;
}
#Spotlight {
	font-size: 12px;
	color: #000;
}
#Spotlight table {
	font-size: 12px;
}
#ShowcaseNine {
	float: left;
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#ShowcaseNine table {
	text-align: left;
}
#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: #423D34;
}
#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-family: Tahoma;
	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: 1px solid #a6a6a6;
	font-size: 14px;
	color: #dfdfdf;
}
a.ToolTip:hover span {
	z-index: 1;
	display: inline;
	position: absolute;
}
