﻿/* --- Style Sheet */
body {
	font-size: 12px;
	font-family: Verdana, Helvetica, Sans-Serif;
	color: #c0c0c0;
	background: #010101 url('images/body.jpg') repeat-x;
	margin: 0px 0px 0px 0px;
}
/* --- Default HTML Elements */
table {
	font-size: 12px;
}
img {
	border: 0px solid #ffffff;
}
hr {
	color: #ffffff;
	background-color: #ffffff;
	height: 1px;
	border-width: 0px;
}
form {
	margin: 0px 0px 0px 0px;
}
/* --- Default Links */
a {
	color: #93BF73;
	text-decoration: underline;
}
a:visited {
	color: #93BF73;
}
a:hover {
	color: #fff;
}
a:active {
	color: #c0c0c0;
	text-decoration: none;
}
/* --- Outside Wrapper */
#OutterWrapper {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 972px;
	border-top: transparent 0px solid;
	border-left: transparent 0px solid;
	border-right: transparent 0px solid;
	border-bottom: #000 1px solid;
	background: url("images/wrapper.png") transparent repeat-y;
}
/* --- Outside Container */
.BodyContainer {
	text-align: center;
	width: 960px;
	border-top: #808080 0px solid;
	border-left: 1px #222222 solid;
	border-right: 1px #222222 solid;		
	border-bottom: #154215 0px solid;
	margin: auto auto auto auto;
	background-color: #0F1014;
}
/* --- Main Page Container */
.MainContainer {
	width: 100%;
	text-align: left;
}
/* --- Page Content Container DIV*/
.PageContainer {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	color: #c0c0c0;
	padding-left: 15px;
	padding-right: 15px;	
	padding-top: 15px;
	padding-bottom: 25px;
}
.PageContainer table {
	color: #f0f0f0;
}
/* --- Page Header -  Top of content pages */
#CatTitle {
	float: left;
	width: 200px;
	text-align: left;
	margin-left: 10px;
	margin-right: auto;
	font-weight: normal;
	font-size: 12px;
}
#PageTitle {
	float: left;
	text-indent: 10px;
	font-weight: normal;
	font-size: 14px;
}
.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: auto;
	height: 35px;
	color: #ffffff;
	text-align: left;
	text-indent: 10px;
	line-height: 30px;
	vertical-align: middle;
	background: url('images/pageheader.jpg') repeat-x transparent;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.PageHeader a {
	font-size: 12px;
	color: #c0c0c0;
}
.PageHeader a:visited {
	color: #c0c0c0;
}
.PageHeader a:hover {
	color: #c0c0c0;
	border-bottom:1px #c0c0c0 solid;
}
.PageHeader a:active {
	color: #c0c0c0;
}
/* --- Header - Top of all pages */
#Header {
	width: 100%;
	height: 104px;
	color: #c0c0c0;
	background: url('images/header.jpg') no-repeat transparent;
	border-top: #000 0px solid;
	border-left: #000 0px solid;
	border-right: #000 0px solid;
	border-bottom: #111111 2px solid;
	margin-top: 0px;
	margin-bottom: 0px;
}
/* --- Header - Logo Area */
#LogoArea {
	width: 377px;
	height: 104px;
	position: relative;
	top: 15px;
	left: 15px;
	background: url('images/logo_main.jpg') no-repeat transparent;
}
#HeaderSearch {
	display: none;
	float: right;
	margin-right: 45px;
	margin-top: 55px;
}
/* --- Header - Navigation */
#NavRowHeader {
	padding-top: 0px;
	text-align: center;
}
#NavRowHeader a {
	font-size: 12px;
	color: #93BF73;
	text-decoration: none;
}
#NavRowHeader a:visited {
	color: #93BF73;
}
#NavRowHeader a:hover {
	color: #fff;
	text-decoration: none;
	border-top: #595959 1px solid;	
	border-bottom: #595959 1px solid;		
	background-color: #000;
}
#NavRowHeader a:active {
	color: #c0c0c0;
}
/* --- Header - Search Area */
#SearchForm {
	margin-top: 10px;
	text-align: center;
	font-weight: normal;
	font-size: 10px;
}
#SearchForm img {
	margin-bottom: 3px;
	height: 21px;
	width: 56px;
}
#SearchForm a {
	font-size: 10px;
	color: #c0c0c0;
	text-decoration: none;
}
#SearchForm a:visited {
	color: #c0c0c0;
}
#SearchForm a:hover {
	color: #c0c0c0;
	text-decoration: underline;
}
#SearchForm a:active {
	color: #c0c0c0;
}
#SearchInput {
	height: 17px;
	line-height: 17px;
	vertical-align: middle;
	background: #000;
	color: #dfdfdf;
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana, Helvetica, Sans-Serif;
	padding-left: 3px;
	text-align: left;
	border-top: 1px #595959 solid;
	border-left: 0px #000 solid;
	border-right: 0px #000 solid;
	border-bottom: 1px #595959 solid;
}
#GoButton {
	vertical-align: middle;
	width: 50px;
}
/* --- Footer -  Bottom of all pages */
#Footer {
	width: auto;
	height: 30px;
	line-height: 30px;
	color: #c0c0c0;
	font-weight: bold;
	font-size: 10px;
	background: url('images/footer.jpg') repeat-x transparent;
	text-align: center;
}
#Footer a {
	font-size: 12px;
	color: #c0c0c0;
	text-decoration: none;
}
#Footer a:visited {
	color: #c0c0c0;
}
#Footer a:hover {
	color: #c0c0c0;
	text-decoration: none;
	background-color: #000;
	border-top: #595959 1px solid;	
	border-bottom: #595959 1px solid;		
}
#Footer a:active {
	color: #c0c0c0;
}
#Copyright {
	text-align: center;
	width: auto;
	font-size: 10px;
	color: #c0c0c0;
	margin-top: 10px;
	margin-bottom: 0px;
}
#Copyright a {
	font-size: 10px;
	color: #dfdfdf;
	text-decoration: underline;
}
#Copyright a:visited {
	color: #dfdfdf;
}
#Copyright a:hover {
	color: #fff;
}
#Copyright a:active {
	color: #c0c0c0;
	text-decoration: none;
}
/* --- Inspect Page */
#InspectComment {
	margin-bottom: 15px;
}
#CommentText {
	font-size: 14px;
}
#ContactLink {
	margin-bottom: 10px;
}
#ContactLink a {
	color: #93BF73;
}
#ContactLink a:visited {
	color: #93BF73;
}
#ContactLink a:hover {
	color: #fff;
}
#ContactLink a:active {
	color: #c0c0c0;
}

#OnSaleText {
	font-size: 14px;
}
#InspectPrice {
	width: 630px;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	background-color: #000;
	border-top: #222222 1px solid;
	border-left: #222222 1px solid;	
	border-right: #222222 1px solid;	
	border-bottom: #222222 1px solid;
	position: relative;
	padding: 5px 5px 5px 5px;
}
#InspectShipping {
	width: 100%;
	color: #c0c0c0;
	position: relative;
	padding: 5px 5px 5px 5px;
}
#InspectShipping a {
	color: #c0c0c0;
}
#InspectButtons {
	position: relative;
	padding: 5px 5px 5px 5px;
	margin-bottom: 10px;	
}
#InspectButtons input {
	font-size: 12px;
	color: navy;
	position: relative;
}
#InspectContent {
	color: #c0c0c0;
	background-color: #000;
	font-size: 14px;
	width: 590px;
	position: relative;
	padding: 10px 25px 25px 25px;
	border-top: #222222 1px solid;
	border-left: #222222 1px solid;
	border-right: #222222 1px solid;
	border-bottom: #222222 1px solid;	
}
#InspectAttach {
	top: 15px;
	padding: 15px 15px 15px 0px;
	position: relative;
}
#InspectGallery {
	width: 95%;
	margin-top: 15px;
	position: relative;
}
#InspectGallery img {
	border-top: #333333 1px solid;
	border-left: #333333 1px solid;
	border-right: #333333 1px solid;
	border-bottom: #333333 1px solid;			
}
#InspectGallery img:hover {
	border-top: #fff 1px solid;
	border-left: #fff 1px solid;
	border-right: #fff 1px solid;
	border-bottom: #fff 1px solid;			
	
}
#InspectImage {
	margin-top: 15px;
	position: relative;
}
#InspectImage img {
	border-top: #333333 1px solid;
	border-left: #333333 1px solid;
	border-right: #333333 1px solid;
	border-bottom: #333333 1px solid;		
}
#LOADING {
	display: none;
}
#LOADING img {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 50px;
	height: 50px;
	border-top: transparent 1px solid;
	border-left: transparent 1px solid;
	border-right: transparent 1px solid;
	border-bottom: transparent 1px solid;			
	
}
#InspectNavArea {
	position: relative;
	margin-top: 15px;
	color: #c0c0c0;
}
#InspectNavArea a {
	color: #c0c0c0;
}
#InspectNavArea a:hover {
	color: #c0c0c0;
	border-bottom: 1px #c0c0c0 solid;
}
#InspectNavTitle {
	color: #ffffff;
	font-size: 14px;
	position: relative;
	padding: 2px 3px 4px 3px;
}
#InspectNavLinks {
	width: 640px;
	color: #c0c0c0;
	background-color: #000;
	position: relative;
	padding: 2px 3px 4px 3px;
}
#InspectNavLinks a {
	color: #c0c0c0;
}
#InspectNavLinks a:hover {
	color: #c0c0c0;
	border-bottom: 1px #c0c0c0 solid;
}
#AdminRow {
	float: right;
	position: relative;
	z-index: 1;
	font-size: 10px;
	font-weight: bold;
	margin-right: -27px;
	margin-top: -5px;	
}
#AdminRow a {
	font-weight: normal;
}
/* --- Policy Page - Also used on many content areas */
.PolicyHeader {
	color: #dfdfdf;
	background: #111111 url('images/policyheader.jpg');
	line-height: 20px;
	text-align: left;
	text-indent: 5px;
	padding-left: 2px;
	font-weight: normal;
	width: 610px;
}
.PolicyHeader table {
	font-size: 12px;
	color: #fff;
}
.PolicyHeader a {
	font-size: 12px;
	color: #c0c0c0;
	text-decoration: underline;
	font-weight: normal;
}
.PolicyHeader a:visited {
	color: #c0c0c0;
}
.PolicyHeader a:hover {
	color: #c0c0c0;
	border-bottom:1px #c0c0c0 solid;
}
.PolicyHeader a:active {
	color: #c0c0c0;
}
.PolicyContent {
	font-size: 12px;
	background-color: #000;
	width: 585px;
	position: relative;
	text-align: left;
	color: #dfdfdf;
	padding: 15px 15px 20px 15px;
}
.PolicyContent a {
	color: #93BF73;
}
.PolicyContent a:visited {
	color: #93BF73;
}
.PolicyContent a:hover {
	color: #fff;
}
.PolicyContent a:active {
	color: #c0c0c0;
}
.PolicyContent table {
	color: #ffffff;
}
#AboutContent {
	text-align: left;
}
#AboutContent img {
	border: 0px #fff solid;
}
/* --- Main Page Table */
.MainPageTable {
	width: 96%;
	text-align: left;
	color: #ffffff;
	padding: 0px 0px 0px 0px;
	background-color: #0F1014;	
}
/* --- Main Page Table Cell - Fixed width must equal CatColumn and BodyContainer*/
.MainPageCell {
	width: 755px;
	text-align: left;
}
/* --- Catalog Column - Navigation */
.CatColumn {
	width: 205px;
	color: #dfdfdf;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	text-align: left;
	background: #000000 url('images/catcolumn.jpg') repeat-y;
}
.CatDropdown {
	font-size: 14px;
	color: #000;
	margin-top: 0px;
	margin-bottom: 5px;
}
#CatName {
	color: #93BF73;
	font-size: 14px;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 10px;
}
.CatContent {
	font-family: Tahoma;
	font-size: 12px;
	color: #ffffff;
	top: 5px;
	margin: 15px 0px 0px 0px;
	text-align: left;
	text-indent: 20px;
}
.CatContent div {
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}
.CatContent div:hover {
	background-color: #000000;
	border-top: 1px solid #595959;
	border-bottom: 1px solid #595959;
}
.CatContent img {
	border: 0px #000 solid;
}
.CatLink {
	line-height: 25px;
}
.CatContent p {
	margin-bottom: 8px;
	margin-top: 5px;
}
.CatContent a {
	font-size: 14px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}
.CatContent a:visited {
	color: #ffffff;
}
.CatContent a:hover {
	color: #93BF73;
	text-decoration: none;
	font-weight: normal;
}
.CatContent a:active {
	background: #000;
	color: #fff;
	text-decoration: none;
	border-top: #0077aa;
	border-bottom: #0077aa;
}
/* --- Data Record - Table*/
.TableRecord {
	font-size: 12px;
	color: #c0c0c0;
	margin-top: 15px;
	margin-bottom: 15px;
}
.TableRecord img {
	border-right: #595959 1px solid;
	border-top: #595959 1px solid;
	border-left: #595959 1px solid;
	border-bottom: #595959 1px solid;
}
.TableRecord img:hover {
	border-right: #fff 1px solid;
	border-top: #fff 1px solid;
	border-left: #fff 1px solid;
	border-bottom: #fff 1px solid;
}
.TableRecord a {
	color: #93BF73;
	font-size: 14px;
	font-weight: normal;
	border-right: #fff 0px solid;
	border-top:  1px solid transparent;
	border-left: #fff 0px solid;
	border-bottom: 1px solid transparent;	
}
.TableRecord a:visited {
	color: #93BF73;
}
.TableRecord a:hover {
	color: #93BF73;
	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: #c0c0c0;
}
.RecordContent {
	margin-left: 10px;	
}
#CatHeader {
	color: #93BF73;
	background-color: #000;
	border-bottom: 1px #595959 solid;
	font-weight: bold;
	font-size: 14px;
	text-indent: 3px;
}
/* --- Control Link for TableRecord */
a.RecordControl {
	font-size: 10px;
	color: #93BF73;
}
.RecordDescription {
	font-size: 12px;
	color: #c0c0c0;
}
.RecordNumber {
	font-size: 12px;
	color: #c0c0c0;
}
.RecordPrice {
	color: #c0c0c0;
	font-size: 14px;
	font-weight: normal;
}
.RecordPrice a {
	font-size: 12px;
}
/* --- Featured Record Items */
#FeaturedItems {
	width: auto;
	height: 205px;
	margin-left: 0px;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 25px;
	border-top: 1px #222222 solid;
	border-bottom: 1px #222222 solid;
	border-left: 1px #222222 solid;
	border-right: 1px #222222 solid;
	background-color: #000;
}
#FeaturedItems table {
	width: auto;
	font-size: 12px;
	color: #c0c0c0;
}
a.FeaturedLink {
	color: #c0c0c0;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;	
}
a.FeaturedLink:visited {
	color: #c0c0c0;
}
a.FeaturedLink:hover {
	color: #93BF73;
	text-decoration: none;
	font-weight: normal;
}
a.FeaturedLink:active {
	color: #c0c0c0;
}
#FeaturedRecord {
	width: auto;
	background-color: #0F1014;
	padding: 4px 20px 4px 4px;
	margin-left: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	line-height: 13px;
	border-top: 1px solid transparent;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;	
	border-bottom: 1px solid transparent;	
}
#FeaturedItems div:hover {
	background-color: #000000;
	border-top: 1px #c0c0c0 solid;
	border-left: 1px #c0c0c0 solid;
	border-right: 1px #c0c0c0 solid;			
	border-bottom: 1px #c0c0c0 solid;
}
#SlideFrameWrapper {
	background: #0D0B08 url("images/tblrecords.jpg");
	width: auto;
	position: relative;
	text-align: left;
	color: #ffffff;
	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 {
	position: static;
	width: auto;
	color: #dfdfdf;
	text-align: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-left: auto;
	margin-bottom: 25px;
}
#HomeContent a:hover {
	border-top: 1px #595959 solid;
	border-bottom: 1px #595959 solid;
	text-decoration: none;
}
#HomeColumn {
	width: auto;
	text-align: center;
	margin-left: 25px;
	margin-right: auto;	
	float: right;
}
/* --- Showcase / Highlight Items */
#SpotlightArea {
	width: 530px;
	text-align: left;
	background-color: #000;
	padding: 5px 5px 5px 5px;
	border-right: #222222 1px solid;
	border-top: #222222 1px solid;
	border-left: #222222 1px solid;
	border-bottom: #222222 1px solid;	
}
#SpotlightArea table {
	color: #fff;
	font-weight: bold;
	text-align: center;	
}
#SpotlightArea img {
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	border-right: #000 1px solid;
	border-top: #000 1px solid;
	border-left: #000 1px solid;
	border-bottom: #000 1px solid;
}
#SpotlightArea img:hover {
	border-right: #fff 1px solid;
	border-top: #fff 1px solid;
	border-left: #fff 1px solid;
	border-bottom: #fff 1px solid;
}
.BoxTop {
	width: 415px;
	height:  20px;
	background: url('images/boxtop.jpg');
}
.BoxBottom {
	width: 415px;
	height:  20px;
	background: url('images/boxbottom.jpg');
}
#ShowcaseNine {
	width: 530px;
	text-align: left;
	background-color: #003843;
	padding: 5px 5px 5px 5px;
}
#ShowcaseNine table {
	text-align: center;
}
#ShowcaseNine img {
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	border-right: #000 1px solid;
	border-top: #000 1px solid;
	border-left: #000 1px solid;
	border-bottom: #000 1px solid;
}
#ShowcaseNine img:active {
	border-right: #c0c0c0 1px solid;
	border-top: #c0c0c0 1px solid;
	border-left: #c0c0c0 1px solid;
	border-bottom: #c0c0c0 1px solid;
}
#ShowcaseNine img:hover {
	border-right: #c0c0c0 1px solid;
	border-top: #c0c0c0 1px solid;
	border-left: #c0c0c0 1px solid;
	border-bottom: #c0c0c0 1px solid;
}
#QuickLinks {
	width: 190px;
	margin-right: 40px;
	padding: 10px 10px 10px 10px;
}
/* --- Special Form Elements */
.SmallButton {
	font: 7pt Verdana;
	color: #ffffff;
}
/* --- Basket */
#BasketButtons {
	background: url('images/pageheader.jpg') repeat-x;
	width: 615px;
}
#BasketButtons input {
	font-size: 12px;
}
#BasketTotals {
	width: auto;
	font-size: 12px;
	float:right;
	z-index: 2;
}
#BasketEmpty {
	font-size: 14px;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
/* --- Basket Records */
#BasketRecord {
	line-height: 25px;
	width: 615px;
	text-align: left;
	font-size: 12px;
	color: #c0c0c0;
}
#BasketRecord input {
	font: 10px Tahoma;
	color: #000000;
}
#BasketRecord a {
	color: #93BF73;
}
#BasketRecord table {
	width: 615px;
	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: #ffffff;
}
/* --- PreviewContainer */
#PreviewContainer {
	background: #009999;
}
/* --- Online counter.asp */
#AppCounter {
	height: 15px;
	text-align: right;
	background: #f0f0f0;
	color: #000080;
}
#FavoriteLinks {
	margin-bottom: 10px;
	font-weight: normal;
}
#FavoriteLinks a {
	font-size: 14px;
	font-family: Tahoma;
	color: #93BF73;
	font-weight: bold;	
}
#FavoriteLinks a:hover {
	color: #f0f0f0;
}
#SmallBanner {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 35px;
}
#UpdateDate {
	font-weight: normal;
}
#siteseal {
	text-align: left;
	margin-top: 10px;
	margin-right: 40px;
}
#AuthorizeNetSeal {
	font-size: 10px;
	text-align: center;
	float: right;
	margin-right: 10px;
}
a.ToolTip span {
	display: none;
	padding: 5px 5px 5px 5px;
	margin-top: 0px;
	margin-left: 0px;
	width: auto;
	border-top: 1px solid #595959;
	border-left: 1px solid #595959;
	border-right: 1px solid #595959;
	border-bottom: 1px solid #595959;
	font-size: 12px;
	font-weight: normal;
	color: #93BF73;
	background-color: #000000;	
}
a.ToolTip:hover span {
	z-index: 1;
	display: inline;
	position: absolute;
}
#SlideFrame {
	float: left;
	margin-right: 15px;
}