﻿body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	background-image: url(../Images/bground.gif);
	background-repeat: repeat-y;
}

.pricetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #d48927;
}
.cartlink, .cartlink:visited
{   font-family: Arial, Helvetica, sans-serif;
	color: #d48927;
	text-decoration:none;
	font-size:11px;
}
.menuItem 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6d6d74;
	font-weight: bold;
	z-index:999;    
}
.boldtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6d6d74;
	font-weight: bold;
}

a:link {
	color: #64940d;
}
a:visited {
	color: #64940d;
}
a:active {
	color: #64940d;
}
a:hover {
	color: #8fd313;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6d6d74;
	font-weight: normal;
	line-height: 15px;
}
.errortext 
{		font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Red;
	font-weight: normal;
	line-height: 15px;
}

.forms {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #212222;
	color: #6d6d74;
	border: 1px solid #333433
}
.watermarktext 
{
	color: #8fd313;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #414141;
	font-weight: normal;
	line-height: 15px;
}
.headers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #b2b2b2;
	font-weight: normal;
	line-height: 20px;
}
.searchOption 
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6d6d74;
	font-weight: normal;
	line-height: 15px;
	background-color:#222222;
}

.searchOptionHighlighted 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: normal;
	line-height: 15px;
	background-color: #6d6d74;
}

.disabledBackground {background-color: #E0E0E0; filter:alpha(opacity=40); }

.availableFormatBlock 
{
	position:relative; 
	top:-41px; 
	text-align:center; 
	background-color:Black;
	width:168px;
	padding-bottom:3px;
	padding-top:3px;
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}
.availableFormatBlockFull 
{
	position:relative; 
	top:-41px; 
	text-align:center; 
	background-color:Black;
	width:168px;
	padding-bottom:3px;
	padding-top:3px;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;   
}
.semitransparent {	filter:alpha(opacity=70);
					-moz-opacity:0.7;
					-khtml-opacity: 0.7;
					opacity: 0.7;
}
.opaque 
{
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}
.userLockerContainer
{
   width:100%;
   border:1px outset #343434;
   
}
.tabstrip 
{
	background-color:#333333;  
	height:35px;
}
.ActiveTab 
{
	background-color:#d48927;
	font-size:small;
	color:White;
	border:1px outset silver;
	font-family:Arial;
}
a.ActiveTab
{
	color:White;
	line-height:40px;
	padding:6px;
	text-decoration:none;
    cursor: default;
}
.InactiveTab 
{
	background-color:#343434;
	font-size:small;
	color:white;
	border:1px outset #777777;
	font-family:Arial;
}
a.InactiveTab
{
	color:white;
	line-height:40px;
	padding:6px;
	text-decoration:none;
}
.InactiveTab:hover 
{
   background-color:#7f7a7f;
   color:White;
}
