﻿html, body
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	background-color: #1f1829;
	height: 100%; /* needed for container min-height */
	margin: 0;
	padding: 0;
	background-image: url("/Images/BackgroundTile.jpg");
	background-repeat: repeat;
}

a:link, a:visited
{
	/*color: #737373;*/
	color: #be828c;
	text-decoration: none;
}
a:hover, a:active
{
	/*color: #be828c;*/
	color: #9e525c;
	text-decoration: none;
}

div.H1
{
	/*float: left;*/
	font-size: 14px;
	font-weight: bold;
	color: #993300;
	padding-bottom: 10px;
}

p.H1
{
	font-size: 14px;
	font-weight: bold;
	color: #993300;
	padding-bottom: 10px;
}

/*div.H2
{
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	color: #998800;
	margin-bottom:10px;
}*/

h2
{
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 15px;
	font-weight: normal;
	color: #6b6b6b;
	text-align: center;
}

h3
{
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 15px;
	font-weight: normal;
	color: #6b6b6b;
	/*text-align: center;*/
	vertical-align: top;
}

div.FormBox
{
	width: 300px;
}

div.ExtendedFormBox
{
	width: 350px;
}

div.FormRow
{
	height: 30px;
}

div.FormRow2
{
	height: 70px;
}

div.FormLeft
{
	float: left;
	width: 120px;
}

div.FormRight
{
	float: right;
}

font.LinksListItem
{
	float: left;
	margin-left: 20px;
	margin-right: 20px;
}

#MainStrip
{
	width: 650px;
	background-color: #e3e1e4;
	position: absolute;
	left: 50%;
	margin-left: -325px;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
}

.MenuStrip
{
	
	height: 20px;
	/*background-color: Transparent;*/
	text-align: center;
	padding: 1px;
}

.MenuStrip H3
{
	font-family: Script MT Bold, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	background-color: rgba(255,255,255,0.7);
	padding: 5px 0px 5px;
}

#Content
{
	height: auto !important; /* real browsers */
	min-height: 100%; /* real browsers */
	margin: 0px 0px 80px;
}

#InnerContentDiv
{
	margin: 0px 130px;
	padding: 20px 0px 30px; /* bottom padding for footer */
	width: 350px;
	background-color: #e3e1e4;
	position: relative;
}

#Footer
{
	position: absolute;
	width: 100%;
	height: 120px;
	bottom: 0px; /* stick to bottom */
	background: #e3e1e4;
	text-align: center;
	font-size: 12px;
	color: #9d9d9d;
	padding: 1em 0em;
	margin: 0;
}



div.BodyBox
{
}

div.ContentBox
{
	background-color: #FFFFFF;
	color: #000000;
}

div.List
{
	background-color: rgba(211,209,212,.5);
	width: 343px;
	height: 50px;
	margin: 0px 0px 10px;
	/*margin: 3px;*/
}

div.ListItem
{
	background-color: rgba(211,209,212,.5);
	margin: 20px 0px;
	text-indent: 10px;
}

div.ListAltItem
{
	background-color: rgba(211,209,212,.5);
	margin: 20px 0px;
	text-indent: 10px;
}

div.GridItem
{	
	width: 68px;
	height: 68px;
}

div.GridAltItem
{
	width: 68px;
	height: 68px;
}
/*
ul
{
	left: 0px;
}

li
{
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1; 
	*display:inline;
	margin: 5px;
	padding: 5px;
}*/

div.SellableItem_Block
{
	/*display:block;*/
	width: 95%;
	padding: 2px;
}

div.SellableItem_ImageBlock
{
	text-align: center; /*display:block;*/
	width: 100%;
	padding: 2px;
}

div.SellableItem_TextBlock
{
	/*display:block;*/
	width: 100%;
	padding: 2px;
}

div.SellableItem_Title
{
	/*display:block;*/
	width: 100%;
	height: 20px;
	padding: 2px;
	font-weight: bold;
}

div.SellableItem_ArtistsComments
{
	/*display:block;*/
	font-style: italic;
	width: 100%;
	padding: 2px;
}

div.SellableItem_Price
{
	text-align: right;
	padding: 2px;
	color: White;
}

div.SellableItem_ItemSold
{
	color: Gray;
	text-align: right;
	padding: 2px;
}

div.SellableItem_ItemNotForSale
{
	color: Red;
	text-align: right;
	padding: 2px;
}

div.NewsItem_Block
{
	display: block;
	width: 400px;
	padding: 2px;
	border: dashed 1px #a3a1a4;
	background-color: rgba(211,209,212,.5);
}

div.NewsItem_Title
{
	/*float: left;*/
	/*width: 80%;*/
	font-weight: bold;
	height: 20px;
	padding: 2px;
}

div.NewsItem_Date
{
	/*float: right;*/
	/*width: 20%;*/
	font-style: italic;
	text-align: right;
	height: 20px;
	padding: 2px;
}

div.NewsItem_Content
{
	display: block;
	width: 100%;
	padding: 2px;
}

#SellableItemTitle
{
	/*display:block;*/
	padding: 2px;
	font-weight: bold;
}

#SellableItemArtistsComments
{
	/*display:block;*/
	font-style: italic;
	width: 100%;
	padding: 2px;
}

#SellableItemItemSold
{
	color: Gray;
	text-align: right;
	padding: 2px;
}

#SellableItemItemNotForSale
{
	color: Red;
	text-align: right;
	padding: 2px;
}

#SellableItemPrice
{
	text-align: right;
	padding: 2px;
	color: White;
}




	ul.gallery {
		list-style: none;
		margin: 0 0 10px 0;
	}
	
		ul.gallery li {
			display: block;
			float: left;
			margin: 0 5px 5px 0;
		}
		
			ul.gallery li a {
				/*padding: 2px;*/
				display: block;
				/*border: 2px #9db2b9 solid;*/
				-moz-border-radius: 5px;
				-webkit-border-radius: 5px;
				line-height: 0;
			}
			
			
/* ------------------------------------------------------------------------
	Miscellaneous
------------------------------------------------------------------------- */

	.clearfix:after {
	    content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}

	.clearfix {display: inline-block;}

	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */