﻿/* --- Style Sheet */
body {
	font-size: 12px;
	font-family: Verdana, Helvetica, Sans-Serif;
	color: #dfdfdf;
	background: #000 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: #595959;
	background-color: #ffffff;
	height: 1px;
	border-width: 0px;
}
form {
	margin: 0px 0px 0px 0px;
}
/* --- Default Links */
a {
	color: #dfdfdf;
	text-decoration: underline;
}
a:visited {
	color: #dfdfdf;
}
a:hover {
	color: #fff;
}
a:active {
	color: yellow;
	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;
}
/* --- 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: #000 2px solid;
	margin: auto auto auto auto;
	background-color: #EBEFFA;
}
/* --- Main Page Container */
.MainContainer {
	width: auto;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: 0px;
}
/* --- Page Content Container DIV*/
.PageContainer {
	width: auto;
	color: #dfdfdf;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
}
.PageContainer table {
	color: #dfdfdf;
}
/* --- Page Header -  Top of content pages */
#CatTitle {
	float: left;
	width: 210px;
	text-align: left;
	text-indent: 30px;
	margin-right: auto;
	font-weight: bold;
	font-size: 10px;
}
#CatTitle a {
	text-decoration: none;
}
#CatTitle a:hover {
	color: #FE3E3E;
}
#PageTitle {
	float: left;
	text-indent: 10px;
	font-weight: normal;
	font-size: 14px;
}
.PageHeader {
	overflow: hidden;
	font-size: 14px;
	width: auto;
	height: 30px;
	color: #ffffff;
	text-align: left;
	text-indent: 0px;
	line-height: 27px;
	background: url('images/pageheader.jpg') repeat-x #000;
}
.PageHeader a {
	font-size: 10px;
	color: #f0f0f0;
}
.PageHeader a:visited {
	color: #f0f0f0;
}
.PageHeader a:hover {
	color: #fff;
}
.PageHeader a:active {
	color: #c0c0c0;
}
/* --- Header - Top of all pages */
#Header {
	width: 100%;
	height: 105px;
	color: #c0c0c0;
	background: url('images/header.jpg') repeat-x #000;
	border-top: #000 0px solid;
	border-left: #000 0px solid;
	border-right: #000 0px solid;
	border-bottom: #000 0px solid;
	margin-top: 0px;
	margin-bottom: 0px;
}
#HeaderBanner {
	width: 320px;
	float: right;
	position: absolute;
	top: 26px;
	left: 845px;
}
#HeaderBanner img {
	border-top: 1px #292929 solid;
	border-left: 1px #292929 solid;
	border-right: 1px #292929 solid;
	border-bottom: 1px #292929 solid;
}
/* --- Header - Logo Area */
#LogoArea {
	width: 700px;
	height: 105px;
	position: relative;
	top: 0px;
	left: 10px;
	float: left;
	background: url('images/logo_main.png') transparent no-repeat;	
}
/* --- Header - Navigation */
#NavRowHeader {
	position: relative;
	float: right;
	top: 25px;
	margin-right: 25px;
}
#NavRowHeader a {
	font-size: 12px;
	font-weight: bold;
	color: #c0c0c0;
	text-decoration: underline;
}
#NavRowHeader a:visited {
	color: #c0c0c0;
}
#NavRowHeader a:hover {
	color: #fff;
	border-top: 1px #595959 solid;
	border-bottom: 1px #595959 solid;
	text-decoration: none;
}
#NavRowHeader a:active {
	color: yellow;
}
/* --- Header - Search Area */
#SearchForm {
	display: inline;
	margin-top: 10px;
	text-align: center;
	font-weight: normal;
	font-size: 10px;
	color: #c0c0c0;
}
#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: #fff;
	text-decoration: underline;
}
#SearchForm a:active {
	color: yellow;
}
#SearchInput {
	height: 17px;
	line-height: 17px;
	vertical-align: middle;
	background: #fff;
	color: maroon;
	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 {
	width: 55px;
	height: 23px;
	vertical-align: middle;
}
/* --- Footer -  Bottom of all pages */
#Footer {
	width: auto;
	height: 35px;
	line-height: 35px;
	color: #dfdfdf;
	font-weight: bold;
	font-size: 10px;
	background: url('images/footer.jpg') repeat-x transparent;
	text-align: center;
}
#Footer a {
	font-size: 12px;
	color: #dfdfdf;
	text-decoration: none;
}
#Footer a:visited {
	color: #dfdfdf;
}
#Footer a:hover {
	color: #fff;
	border-top: 1px #595959 solid;
	border-bottom: 1px #595959 solid;
	text-decoration: none;
}
#Footer a:active {
	color: yellow;
}
#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: yellow;
	text-decoration: none;
}
/* --- Inspect Page */
#InspectComment {
	margin-bottom: 15px;
}
#CommentText {
	font-size: 14px;
}
#ContactLink {
	margin-bottom: 10px;
}
#ContactLink a {
	color: #dfdfdf;
}
#ContactLink a:visited {
	color: #dfdfdf;
}
#ContactLink a:hover {
	color: #fff;
	border-top: 1px #595959 solid;
	border-bottom: 1px #595959 solid;
	text-decoration: none;
}
#ContactLink a:active {
	color: yellow;
}
#OnSaleText {
	font-size: 16px;
}
#InspectPrice {
	width: 635px;
	font-size: 14px;
	color: #000;
	background-color: #A8B0B4;
	font-weight: normal;
	border-top: #222222 0px solid;
	border-left: #222222 0px solid;
	border-right: #222222 0px solid;
	border-bottom: #222222 0px solid;
	position: relative;
	padding: 3px 3px 3px 3px;
}
#InspectShipping {
	width: 100%;
	color: #c0c0c0;
	position: relative;
	padding: 5px 5px 5px 5px;
}
#InspectShipping a {
	color: #dfdfdf;
}
#InspectShipping a:hover {
	color: #fff;
	border-top: 1px #595959 solid;
	border-bottom: 1px #595959 solid;
	text-decoration: none;
}
#InspectButtons {
	position: relative;
	padding: 5px 5px 5px 5px;
	margin-bottom: 10px;
}
#InspectButtons input {
	font-size: 12px;
	color: #000;
	position: relative;
}
#InspectContent {
	color: #c0c0c0;
	font-size: 14px;
	width: 620px;
	position: relative;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 0px;
	padding-bottom: 15px;
}
#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 0px solid;
	border-left: #333333 0px solid;
	border-right: #333333 0px solid;
	border-bottom: #333333 0px 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: #dfdfdf;
}
#InspectNavArea a:hover {
	color: yellow;
	border-bottom: 1px #c0c0c0 solid;
}
#InspectNavTitle {
	color: #dfdfdf;
	font-size: 14px;
	position: relative;
	padding: 2px 3px 4px 3px;
}
#InspectNavLinks {
	width: 640px;
	color: #fff;
	background-color: #000;
	position: relative;
	padding: 2px 3px 4px 3px;
}
#InspectNavLinks a {
	color: #f0f0f0;
	text-decoration: none;
}
#InspectNavLinks a:hover {
	color: #fff;
	border-bottom: 1px #c0c0c0 solid;
}
#AdminRow {
	float: right;
	position: relative;
	z-index: 1;
	font-size: 10px;
	font-weight: bold;
	margin-right: 15px;
	margin-top: -5px;
	background-color: #000;
	padding: 10px 10px 10px 10px;
}
#AdminRow a {
	font-weight: normal;
}
/* --- Policy Page - Also used on many content areas */
.PolicyHeader {
	color: #f0f0f0;
	background: url('images/footer.jpg') transparent repeat-x;
	line-height: 20px;
	text-align: left;
	text-indent: 5px;
	padding-left: 2px;
	font-weight: normal;
}
.PolicyHeader table {
	font-size: 12px;
	color: #fff;
}
.PolicyHeader a {
	font-size: 12px;
	color: #f0f0f0;
	text-decoration: underline;
	font-weight: normal;
}
.PolicyHeader a:hover {
	color: #fff;
}
.PolicyHeader a:visited {
	color: #f0f0f0;
}
.PolicyHeader a:hover {
	color: #c0c0c0;
	border-bottom: 1px #c0c0c0 solid;
}
.PolicyHeader a:active {
	color: #c0c0c0;
}
.PolicyContent {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	color: #c0c0c0;
	background-color: #000;
	font-size: 12px;
	position: relative;
	text-align: left;
	padding: 15px 15px 20px 15px;
}
.PolicyContent table {
	color: #000;
}
.PolicyContent a {
	color: #dfdfdf;
}
.PolicyContent a:visited {
	color: #dfdfdf;
}
.PolicyContent a:hover {
	color: yellow;
	border-top: 1px #595959 solid;
	border-bottom: 1px #595959 solid;
	text-decoration: none;
}
.PolicyContent a:active {
	color: yellow;
}
#AboutContent {
	text-align: left;
	padding-right: 30px;
}
#AboutContent img {
	border: 0px #fff solid;
}
/* --- Main Page Table */
.MainPageTable {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	color: #dfdfdf;
}
/* --- Main Page Table Cell - Fixed width must equal CatColumn and BodyContainer*/
.MainPageCell {
	width: 775px;
	text-align: left;
	background-color: #0F1014;
}
/* --- Catalog Column - Navigation */
.CatColumn {
	width: 215px;
	color: #dfdfdf;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	text-align: left;
	background: #000 url('images/catcolumn.jpg') repeat-y;
}
.CatDropdown {
	font-size: 14px;
	color: #000;
	margin-top: 0px;
	margin-bottom: 5px;
}
#CatName {
	color: #FE3E3E;
	font-size: 14px;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 10px;
}
.CatContent {
	font-family: Tahoma;
	font-size: 14px;
	color: #ffffff;
	top: 5px;
	text-align: left;
	text-indent: 30px;
	margin-top: 15px;
}
.CatContent div {
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}
.CatContent div:hover {
	background-color: #000000;
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
}
.CatContent img {
	border: 0px #000 solid;
}
.CatLink {
	line-height: 25px;
	margin-bottom: 2px;
	margin-top: 2px;
}
.CatContent p {
	margin-bottom: 8px;
	margin-top: 5px;
}
.CatContent span {
	margin-bottom: 8px;
	margin-top: 5px;
	margin-left: 30px;
}
.CatContent a {
	font-size: 14px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}
.CatContent a:visited {
	color: #ffffff;
}
.CatContent a:hover {
	color: #FE3E3E;
	text-decoration: none;
	font-weight: normal;
}
.CatContent a:active {
	color: yellow;
	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: 1px solid transparent;
	border-top: 1px solid transparent;
	border-left: 1px solid transparent;
	border-bottom: 1px solid transparent;
}
.TableRecord img:hover {
	border-right: #f0f0f0 1px solid;
	border-top: #000080 1px solid;
	border-left: #000080 1px solid;
	border-bottom: #000080 1px solid;
}
.TableRecord a {
	color: #dfdfdf;
	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: #dfdfdf;
}
.TableRecord a:hover {
	color: #fff;
	border-top: 1px #595959 solid;
	border-bottom: 1px #595959 solid;
	text-decoration: none;
}
.TableRecord a:active {
	color: yellow;
}
.RecordContent {
	margin-left: 10px;
}
#CatHeader {
	color: #000;
	background-color: #A8B0B4;
	font-weight: bold;
	font-size: 14px;
	text-indent: 3px;
}
/* --- Control Link for TableRecord */
a.RecordControl {
	font-size: 10px;
	color: #dfdfdf;
}
.RecordDescription {
	font-size: 12px;
	color: #c0c0c0;
}
.RecordNumber {
	font-size: 12px;
	color: #c0c0c0;
}
.RecordPrice {
	color: #f0f0f0;
	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: #dfdfdf;
	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;
}
#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;
}
#HomeHighlights {
	width: 300px;
	line-height: 25px;
	float: left;
	margin-right: 35px;
	margin-bottom: 65px;
}
#HomeHighlights table {
	text-align: center;
	width: 100%;
	margin-bottom: 10px;
}
#HomeHighlights img {
	margin-top: 5px;
}
#HomeBanners {
	text-align: center;
	margin-right: 35px;
	margin-bottom: 35px;
}
#HomeBanners img {
	margin-top: 5px;
	margin-bottom: 5px;
	border-top: 1px #595959 solid;
	border-left: 1px #595959 solid;
	border-right: 1px #595959 solid;
	border-bottom: 1px #595959 solid;
}
#HomeContent {
	width: auto;
	float: left;
	text-align: left;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}
#HomeContent img {
	border-top: 0px solid transparent;
	border-left: 0px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 0px solid transparent;
}
#HomeContent a {
	color: #FE3E3E;
	text-decoration: none;
	font-weight: bold;
}
#HomeContent a:hover {
	color: #fff;
	text-decoration: none;
	border-top: 1px solid #595959;
	border-left: 0px solid #595959;
	border-right: 0px solid #595959;
	border-bottom: 1px solid #595959;
}
#HomeColumn {
	float: right;
	width: 215px;;
	text-align: center;
	margin-left: auto;
	margin-right: 60px;
	margin-top: auto;
	background: url('images/mma.png') no-repeat transparent;
}
#HomeColumn a:hover {
	border-top: 1px #000 solid;
	border-bottom: 1px #000 solid;
	text-decoration: none;
}
/* --- 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 {
	width: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	background: url('images/footer.jpg') repeat-x transparent;
}
#BasketButtons input {
	font-size: 12px;
}
#BasketMessage {
	width: auto;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	float: left;
}
#BasketTotals {
	width: auto;
	margin-top: 10px;
	margin-left: auto;
	margin-right: 15px;
	text-align: right;
	font-size: 12px;
}
#BasketTotals table {
	width: 300px;
	text-align: right;
	margin-left: auto;
	border: 0px black solid;
}
#BasketTotals td {
	text-align: right;
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 0px;
	padding-bottom: 3px;
	white-space: nowrap;
}
#BasketEmpty {
	font-size: 14px;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
/* --- Basket Records */
#BasketRecord {
	width: auto;
	line-height: normal;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-size: 12px;
}
#BasketRecord input {
	font: 10px Tahoma;
	color: #000000;
}
#BasketRecord a {
	color: #dfdfdf;
}
#BasketRecord table {
	margin-top: 0px;
	margin-bottom: 0px;
}
/* --- Paging Links */
#PagingLinks {
	font-size: 12px;
	color: #c0c0c0;
}
/* --- PreviewContainer */
#PreviewContainer {
	background: #009999;
}
/* --- Online counter.asp */
#AppCounter {
	height: 15px;
	text-align: right;
	background: #f0f0f0;
	color: #000;
}
#FavoriteLinks {
	width: auto;
	margin-left: auto;
	margin-right: 30px;
	margin-bottom: 10px;
	font-weight: normal;
}
#FavoriteLinks img {
	margin-top: 4px;
	border-top: 1px #595959 solid;
	border-left: 1px #595959 solid;
	border-right: 1px #595959 solid;
	border-bottom: 1px #595959 solid;
}
#FavoriteLinks a {
	font-size: 14px;
	font-family: Tahoma;
	color: #dfdfdf;
	font-weight: bold;
}
#FavoriteLinks a:hover {
	color: yellow;
	text-decoration: none;
}
#SmallBanner {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 35px;
}
#UpdateDate {
	font-weight: normal;
}
#SiteSeal {
	text-align: left;
	margin-top: 25px;
	margin-bottom: 5px;
	margin-left: 25px;
}
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: #dfdfdf;
	background-color: #000;
}
a.ToolTip:hover span {
	z-index: 1;
	display: inline;
	position: absolute;
}
#SlideFrame {
	float: left;
	margin-right: 15px;
}
#BigThumbGrid {
}
#BigThumbGrid img {
	margin-right: 10px;
	margin-bottom: 10px;
}
/* --- Invoice Page */
#InvoiceWrapper {
	width: 98%;
}
#InvoiceWrapper table {
	width: 100%;
}
#InvoiceWrapper td {
	white-space: nowrap;
}
#ScrollerContent {
	font-size: 12px;
	background-color: #0F1014;
	z-index: 3;
}

