﻿/* --- Tortuga Trading Inc. */
body {
	font-size: 12px;
	font-family: Verdana, Helvetica, Sans-Serif;
	background: #787161 url("images/body.jpg") repeat;
	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: #610000;
	text-decoration: underline;
}
a:visited {
	color: #610000;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	color: blue;
	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: transparent 0px solid;
	background: url("images/wrapper.png") transparent repeat-y;
}
/* --- Outside Container */
.BodyContainer {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	border-top: #808080 0px solid;
	border-left: #808080 0px solid;
	border-right: #808080 0px solid;
	border-bottom: #808080 0px solid;
	background: #FFEFDE url("images/bodycontainer.jpg") repeat-y;
}
/* --- Main Page Container */
.MainContainer {
	width: 100%;
	text-align: center;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
/* --- Page Content Container DIV*/
.PageContainer {
	width: 95%;
	color: #000;
	margin-left: 15px;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 25px;
}
/* --- Page Header -  Top of pages / under Header */
#CatTitle {
	float: left;
	width: 210px;
	text-align: left;
	margin-left: 15px;
	margin-right: auto;
	font-weight: normal;
	font-size: 12px;
}
#PageTitle {
	float: left;
	text-indent: 10px;
	font-weight: normal;
	font-size: 14px;
	overflow: hidden;
}
.PageBack {
	float: right;
	font-size: 12px;
	font-weight: normal;
	margin-left: 15px;
	margin-right: 15px;
}
.PageBack a:link {
	font-size: 12px;
}
.PageHeader {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	font-weight: normal;
	width: auto;
	height: 35px;
	color: #F2E4C4;
	text-indent: 10px;
	line-height: 35px;
	vertical-align: middle;
	background: #261F1D url('images/pageheader.jpg') repeat-x;
	border-top: #000 1px solid;
}
.PageHeader a {
	font-size: 12px;
	color: #E6D9BA;
}
.PageHeader a:hover {
	font-size: 12px;
	color: #fff;
}
/* --- Header - Top of all pages */
#Header {
	width: 100%;
	height: 120px;
	color: #000;
	background: #FFEFDE url("images/bodycontainer.jpg");
	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 {
	float: left;
	background: transparent url("images/logo_main.jpg");
	width: 508px;
	height: 120px;
	float: left;
	margin-left: 0px;
	margin-top: 0px;
}
#HeaderSearch {
	float: right;
	margin-right: 50px;
	margin-top: 40px;
}
/* --- Header - Navigation */
#NavRowHeader {
	text-align: left;
	padding-top: 0px;
	margin-bottom: 0px;
}
#NavRowHeader a {
	font-size: 12px;
	color: #610000;
	text-decoration: none;
}
#NavRowHeader a:visited {
	color: #610000;
}
#NavRowHeader a:hover {
	background-color: #41372F;
	color: #fff;
	border-top: 1px #fff solid;
	border-bottom: 1px #fff solid;
}
#NavRowHeader a:active {
	color: blue;
}
/* --- 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: #610000;
	text-decoration: none;
}
#SearchForm a:visited {
	color: #610000;
}
#SearchForm a:hover {
	color: #000;
	text-decoration: underline;
}
#SearchForm a:active {
	color: #A28865;
}
#SearchInput {
	height: 17px;
	line-height: 17px;
	vertical-align: middle;
	background-color: #fff;
	color: #610000;
	font-size: 12px;
	font-weight: normal;
	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: 44px;
}
/* --- Footer -  Bottom of all pages */
#Shadow {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	height: 6px;
	width: auto;
	background: url("images/shadow.png") transparent;
}
#Footer {
	width: auto;
	height: 35px;
	line-height: 35px;
	color: #dfdfdf;
	font-weight: bold;
	background: url('images/footer.jpg') transparent;
	text-align: center;
	border-top: #808080 1px solid;
	border-left: #000 0px solid;
	border-right: #000 0px solid;
	border-bottom: #000 3px solid;
}
#Footer a {
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}
#Footer a:visited {
	color: #fff;
}
#Footer a:hover {
	background-color: #41372F;
	color: #fff;
	border-top: 1px #fff solid;
	border-bottom: 1px #fff solid;
}
#Footer a:active {
	color: #000;
}
#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: #fff;
}
#Copyright a:active {
	background: #fff;
	color: #A28865;
	text-decoration: none;
}
/* --- Inspect Page */
#InspectComment {
	line-height: 25px;
	color: #000;
}
#CommentText {
	font-size: 14px;
}
#ContactLink {
	width: auto;
	padding: 0px 10px 5px 0px;
}
#ContactLink a:hover {
	background-color: #41372F;
	color: #fff;
	border-top: 1px #fff solid;
	border-bottom: 1px #fff solid;
}
#ContactLink a:active {
	color: #c0c0c0;
}
#OnSaleText {
	font-size: 14px;
	width: 80%;
	padding: 5px 10px 5px 5px;
}
#InspectPrice {
	width: 100%;
	font-size: 15px;
	font-weight: normal;
	color: #2F2F28;
	position: relative;
	padding: 5px 5px 5px 0px;
}
#InspectShipping {
	width: 100%;
	background: #4A3B34 url('images/footer.jpg');
	color: #dfdfdf;
	position: relative;
	padding: 5px 5px 5px 5px;
}
#InspectShipping a {
	color: #dfdfdf;
}
#InspectButtons {
	color: navy;
	position: relative;
	padding: 5px 5px 5px 5px;
}
#InspectButtons input {
	font-size: 12px;
	color: navy;
	position: relative;
}
#InspectContent {
	color: #000;
	background: #FFEFDE url("images/bodycontainer.jpg") repeat-y;	
	font-size: 14px;
	width: 600px;
	position: relative;
	padding: 20px 20px 20px 20px;
	margin-bottom: 15px;
	border-top: 1px #222222 solid;
	border-bottom: 1px #222222 solid;
	border-left: 1px #222222 solid;
	border-right: 1px #222222 solid;	
}
#InspectAttach {
	top: 15px;
	padding: 15px 15px 15px 0px;
	position: relative;
}
#InspectGallery {
	color: #000;
	font-size: 12px;
	width: 95%;
	margin-left: 0px;
	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: #fff 1px solid;
	border-left: #fff 1px solid;
	border-right: #fff 1px solid;
	border-bottom: #fff 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: 0px;
	top: 0px;
	left: 0px;
}
#PRIMARY {
	border: 1px #565656 solid;
}
#InspectNavArea {
	text-align: left;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
}
#InspectNavTitle {
	text-align: left;
	color: #610000;
	font-size: 14px;
	position: relative;
	padding: 2px 35px 4px 3px;
	margin-top: 15px;
}
#InspectNavLinks {
	text-align: left;
	width: 95%;
	color: #f3f3f3;
	background: #4A3B34 url('images/footer.jpg');
	position: relative;
	padding: 2px 3px 4px 3px;
}
#InspectNavLinks a {
	color: #f3f3f3;
}
#InspectNavLinks a:hover {
	color: #fff;
}
#AdminRow {
	float: right;
	position: relative;
	z-index: 1;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 5px;
	margin-left: 25px;
}
#AdminRow a {
	font-weight: normal;
}
/* --- Policy Page - Also used on many content areas */
.PolicyHeader {
	width: auto;
	color: #f0f0f0;
	background: #4A3B34 url('images/footer.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: #FFEFDE url("images/bodycontainer.jpg") repeat-y;
	color: #000;
	padding: 15px 15px 20px 15px;
	border-top: 0px #222222 solid;
	border-bottom: 1px #222222 solid;
	border-left: 1px #222222 solid;
	border-right: 1px #222222 solid;		
}
.PolicyContent table {
	color: #000;
}
#ContactInfo {
	padding: 15px 15px 15px 15px;
}
#ContactExtra {
	width: 260px;
	float: right;
	margin-right: 55px;
}
#AboutContent {
	text-align: left;
}
#AboutContent img {
	border: 1px #808080 solid;
}
/* --- Main Page Table */
.MainPageTable {
	width: 100%;
	color: #000;
	margin-left: auto;
	margin-right: auto;
}
/* --- Main Page Table Cell */
.MainPageCell {
	text-align: left;
}
/* --- Catalog Column - Navigation */
.CatColumn {
	width: 225px;
	color: #000;
	font-weight: bold;
	padding: 5px 0px 0px 0px;
}
.CatDropdown {
	font-size: 14px;
	color: #000;
	background: #ffffff;
	margin-top: 0px;
	margin-bottom: 5px;
}
#CatName {
	color: #610000;
	margin-top: 5px;
	margin-bottom: 15px;
}
.CatContent {
	z-index: 3;
	font-size: 12px;
	color: #000;
	padding-left: 20px;
	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: 14px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
.CatContent a:visited {
	color: #000;
}
.CatContent a:hover {
	background-color: #41372F;
	color: #fff;
	border-top: 1px #fff solid;
	border-bottom: 1px #fff solid;
}
.CatContent a:active {
	background: #dfdfdf;
	color: #000;
	text-decoration: none;
}
#QuickEval {
	color: #610000;
	font-weight: normal;
	text-decoration: underline;
}
a:hover#QuickEval {
	background-color: #41372F;
	color: #fff;
	border-top: 1px #fff solid;
	border-bottom: 1px #fff solid;
	text-decoration: none;
}
#UnderCat {
	color: #000;
	margin-left: 15px;
	margin-top: 20px;
}
#UnderCat a {
	font-size: 14px;
	color: #610000;
	font-weight: normal;
	text-decoration: none;
}
#UnderCat a:hover {
	background-color: transparent;
	color: #000;
	border: 0px 0px 0px 0px;
	text-decoration: none;
}
/* --- Data Record - Table*/
.TableRecord {
	font-size: 12px;
	color: #000;
	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: #808080 1px outset;
	border-top: #808080 1px outset;
	border-left: #808080 1px outset;
	border-bottom: #808080 1px outset;
}
.TableRecord a {
	font-size: 14px;
	font-weight: normal;
	color: #610000;
}
.TableRecord a:visited {
	color: #610000;
}
.TableRecord a:hover {
	color: #000;
}
.TableRecord a:active {
	color: blue;
}
#CatHeader {
	color: #610000;
	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: 480px;
	height: 290px;
	background: #FFEFDE url("images/bodycontainer.jpg") repeat-y;
	margin-left: 0px;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top: 0px #222222 solid;
	border-bottom: 1px #222222 solid;
	border-left: 0px #222222 solid;
	border-right: 0px #222222 solid;			
}
#FeaturedItems table {
	width: auto;
	font-size: 10px;
	color: #000;
}
a.FeaturedLink {
	color: maroon;
	font-size: 14px;
	font-weight: normal;
}
a.FeaturedLink:visited {
	color: maroon;
}
a.FeaturedLink:hover {
	background-color: #41372F;
	color: #fff;
	border-top: 1px #fff solid;
	border-bottom: 1px #fff solid;
}
a.FeaturedLink:active {
	color: #c0c0c0;
}
#FeaturedRecord {
	width: auto;
	background-color: transparent;
	padding: 4px 4px 4px 4px;
	margin-left: 10px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-top: 5px;
	line-height: 15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}
#FeaturedItems div:hover {
	border-top: 1px #222222 solid;
	border-bottom: 1px #222222 solid;
	border-right: 1px #222222 solid;	
}
#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: 5px;
	border-top: 1px #000 solid;
	border-left: 1px #000 solid;
	border-right: 1px #000 solid;
	border-bottom: 1px #000 solid;
}
#HomeContent {
	padding: 10px 0px 0px 0px;
	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: left;
	float: right;
	padding: 0px 10px 10px 10px;
}
#HomeColumn a:hover {
	background-color: #41372F;
	color: #fff;
	border-top: 1px #fff solid;
	border-bottom: 1px #fff solid;
}	
#ScrollerContent {
	width: 180px;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
}
/* --- Showcase / Highlight Items */
#SpotlightArea {
	width: 460px;
	text-align: left;
	margin-top: 25px;
}
#SpotlightArea img {
	border-right: #000 1px solid;
	border-top: #000 1px solid;
	border-left: #000 1px solid;
	border-bottom: #000 1px solid;
}
#SpotlightArea table {
	width: 100%;
	text-align: left;
}
#ShowcaseNine {
	text-align: left;
	margin-top: 15px;
}
#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: #155785 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 {
	width: 100%;
	text-align: left;
	font-size: 14px;
	color: #dfdfdf;
}
#BasketRecord input {
	font: 10px Tahoma;
	color: #000080;
}
#BasketRecord table {
	font-size: 14px;
	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 {
	background: #f0f0f0;
	color: #000080;
}
#FavoriteLinks {
	margin-bottom: 10px;
	margin-right: 40px;	
}
#FavoriteLinks a {
	font-size: 14px;
	font-family: Tahoma;
	color: #610000;
	font-weight: normal;
}
#BannerHTML {
}
#BannerHTML img {
	border-top: 1px #808080 solid;
	border-left: 1px #808080 solid;
	border-right: 1px #808080 solid;
	border-bottom: 1px #808080 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;
	padding: 5px 5px 5px 5px;
	margin-top: 10px;
	margin-left: 10px;
	font-size: 14px;
	color: #000;
	text-align: left;
	position: absolute;
	background-color: #CCC6B1;
	border: 1px solid #000;
	overflow: hidden;
}
a.ToolTip:hover span {
	display: inline;
}
#Pirates {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	margin-top: 25px;
}
#Pirates img {
	border-top: #111111 1px solid;
	border-left: #111111 1px solid;
	border-right: #111111 1px solid;
	border-bottom: #111111 1px solid;
}
#RefMessage {
	font-size: 14px;
	color: #610000;
}
