body{
	background-color: #002040;
}
a{
	color: #004080;
	font-weight: bold;
	font-size: 90%;
}
table.mainTable{
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #004080;
	
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #004080;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #004080;

	width: 90%;

	/*Gray: background-color: #EAEAEA*/;
	background-color: #FFFFFF;
	/*background-color: #606A4F;*/
}	

table.bannerTable{
	background-color: #004080;
	width: 90%;
}
table.introTable{
	background-color: #004080;
	border-width: 1px;
	border-color: black;
	border-style: solid;
}
td.banner{
	width: 90%;
}

td.login_container{
	vertical-align: top;
	text-align: right;	
}

table.login{
	text-align: right;
}

td.login{
	text-align: right;
}
input.login{
	color: white;
	background-color: #004080;
	font-size: 70%;
	/* height: 90%; 	firefox only */
	border-width: 2px;
	border-style: solid;
	border-color: #BBBBBB;
	padding-bottom: 3px;
	padding-left: 3px;
	
}
span.login{
	font-size: 70%;		
	color: white;
}
a.login{
	font-size: 70%;
	color: #FF0000;
}

table.nav{
	background-color: #004080;
	text-align: center;
	margin-right: auto;
/*	margin-left: auto;*/
	vertical-align: top;
	width: 90%;
/*	list-style: none;*/
}

table.nav td {
	width: 9%;
}

a.moreinfo {
	display: block;
	margin-top: 5px;
	background:transparent url(../img/arrowmore.gif) no-repeat 0 2px;
	padding-left: 6px;
	font-size: 10px;
	color: black;
}

a.nav{
	color: white;
	text-decoration: none;
	font-weight: normal;
	font-size: 100%;
}

ul.nav td {
	width: auto;
}

img.nav{
	text-decoration: none;
	border-width: 0;
}
span.nav{
	color: white;
	font-weight: bold;
}

td.sidebar_container{
	vertical-align: top;
	width: 200px;
}
td.main_container{
	vertical-align: top;
}

table.sidebar{
	width: 20%;
	vertical-align: top;
}

table.prefs{
	border-width: 1px;
	border-style: solid;
	border-color: #004080;

	width: 100%;
}

td.prefs_head{
	background-color: #004080;
}
td.prefs_body{
	/*background-color: #F5F7E6;*/
	background-color: #EAEAEA;
}
span.prefs_body{
	font-size: 70%;
	font-weight: bold;
}
span.prefs_head{
	font-size: 70%;
	font-weight: bold;
	color: white;
}
select.prefs{
	/*background-color: #E4EBBE;*/
	background-color: #909090;
	color: #EAEAEA;
	border-color: black;
	border-width: 2px;
	border-style: solid;
}

table.miniCart{
	border-width: 1px;
	border-style: solid;
	border-color: #004080;
	vertical-align: top;
	width: 100%;
}
td.miniCartHead{
	background-color: #004080;
}
span.miniCartHead{
	font-size: 70%;
	font-weight: bold;
	color: white; 
}
td.miniCart{

}
span.miniCart{

}
span.minicart_title{
	font-size: 70%;
	font-weight: bold;
	color: black;
}
span.minicart_body{
	font-size: 70%;
	color: black;
}
td.minicart_body{
	/*background-color: #F5F7E6;*/
	background-color: #EAEAEA;
	
}
td.miniCartEdit{
	background-color: #004080;
	vertical-align: top;
	height: 90%;
}
a.miniCartEdit{
	text-decoration: underline;
	color: #AEF9FF;
	font-weight: bold;
	font-size: 70%;
}


table.emailList{
	border-width: 1px;
	border-style: solid;
	border-color: #004080;

	width: 100%;
}
td.emailList{
	/*background-color: #F5F7E6;*/
	background-color: #EAEAEA;	
}
span.emailList{
	font-size: 70%;
	font-weight: bold;
}
input.emailList{
	border-width: 2px;
	border-color: black;
	border-style: solid;
	/*background-color: #E4EBBE;*/
	background-color: #909090;
	color: #EAEAEA;

	width: 175;
	
	padding-left: 3px;
	padding-bottom: 2px;

	font-size: 70%;	
}
input.emailListSubmit{
	border-width: 0px;
}

span.err{
	font-size: 70%;
	color: #FF0000;
}

table.list{
	border-width: 1px;
	border-color: #004080;
	border-style: solid;
	vertical-align: top;
	width: 95%;
	/* OFFWHITE: background-color: #F5F7E6; */
	background-color: #EAEAEA;

}
td.list_head{
	background-color: #004080;
	vertical-align: center;	
}
span.list_head{
	font-weight: bold;
	color: white;
	
}
span.list_column{
	font-weight: bold;
	color: black;
	font-size: 80%;
}

a.list_column{
	color: #004080;
	text-decoration: underline;
	font-size: 100%;
}

td.list{
	vertical-align: top;
}
a.list{
	/*color: #970000;*/
	color: #004080;
	cursor: pointer;
}
img.list{
	border-width: 1px;
	border-color: black;
	border-style: solid;
}
img.details{
	border: none;
}

table.details{
	border-width: 1px;
	border-color: #004080;
	border-style: solid;
	vertical-align: top;
	width: 95%;	
	/*Schema1: background-color: #F5F7E6;*/
	background-color: #EAEAEA;
}
td.item_head{
	background-color: #004080;
	vertical-align: center;		
}
span.item_head{
	color: white;
	font-weight: bold;
	font-size: 95%;
}
td.item_field{
	vertical-align:top;
	width: 20%;
}
span.item_field{
	font-weight: bold;
	font-size: 90%;
}
td.item_body{
	
}
span.item_body{

}


table.blocks_top{
	vertical-align:top;
	width: 95%;
}
table.blocks{
	vertical-align: top;
	border-width: 1px;
	border-color: #004080;
	border-style: solid;
	width: 100%;
	height: 145px;
	background-color: #EAEAEA;
}
td.blocks_type{
	vertical-align: top;
	background-color: #004080;
	height: 25px;	
}
td.blocks_text
{
	vertical-align: top;
}
span.blocks_title{
	color: white;
	font-weight: bold;
	font-size: 85%;
}
span.blocks_type{
	color: #EAEAEA;
	font-size: 85%;
}
span.blocks_text{

}
a.blocks{
	/*Redish: color: #970000;*/
	color: #004080;
}
td.blocks_container{
	vertical-align: top;
	width: 33%;
}
img.block_thumbnail{
	height: 75px;
}


table.groups{
	vertical-align: top;
	border-width: 1px;
	border-style: solid;
	border-color: #004080;
	width: 95%;
	/*SCHEMA 1: background-color: #F5F7E6;*/
	background-color: #EAEAEA;
}

span.group_type{
	color: #004080; 
}

td.page_head{
	background-color: #004080;	
}
span.page_head{
	font-weight: bold;
	color: white;
}

table.cart_main{
	border-width: 1px;
	border-color: #004080;
	border-style: solid;
	background-color: #EAEAEA;
	width: 95%;
}
td.cart{
}
span.cart_col{
	font-size: 90%;
	font-weight: bold;
}
tr.highlight{
	background-color: #909090;
}
table.search{
	background-color: #AA0000;
	border-width: 1px;
	border-color: #AA0000;
	width: 95%;
}
td.search{

}
span.search{
	font-size: 80%;
	font-weight: bold;
	color: #AEF9FF; 
}
input.search_text{
	border-style: solid;
	border-color: black;
	border-width: 2px;	
	/*GREENISH: background-color: #E4EBBE;*/
	background-color: #909090;
	color: #EAEAEA;
}
select.search_type{
	border-style: solid;
	border-color: black;
	border-width: 2px;
	/*background-color: #E4EBBE;*/
	background-color: #909090;
	color: #EAEAEA;
}
input.search_submit{
}

span.filterText{
	color: #EAEAEA;
	font-size: 80%;
}
a.filterText{
	color: #EAEAEA;
	text-decoration: underline;
	font-size: 80%;
}

table.checkout_main{
	width: 95%;
	background-color: #EAEAEA;
	border-color: #004080;
	border-width: 1px;
	border-style: solid;
}
td.checkout_title
{
	background-color: black;
	color: red;
	font-weight: bold;
	font-size: 95%;
}
table.invoice_details{
	width: 100%;
}
td.invoice_details_head{
	background-color: #004080;
}
span.invoice_details_head{
	color: #EAEAEA;
	font-size: 90%;
	font-weight: bold;
}
span.invoice_col{
	font-size: 80%;
	font-weight: bold;
	color: black;
}
table.invoice_payments{
	width: 100%;
}
td.invoice_payments_head{
	background-color: #004080;
}
span.invoice_payments_head{
	color: #EAEAEA;
	font-size: 90%;
	font-weight: bold;
}
span.shippingInfo{
	font-size: 80%;
}
a.shippingInfo{
	font-size: 90%;
}
span.cart_footer{
	color: black;
	font-size: 90%;
	font-weight: bold;
}
a.cart_footer{
	text-decoration: none;
	cursor: pointer;
}
img.cart_footer{
	border-width: 0px;
}
input.invoice_email{
	border-style: solid;
	border-color: black;
	border-width: 2px;
	background-color: #909090;
	color: #EAEAEA;
	size: 20;
}
span.invoice_email{
	color: black;
	font-size: 80%;
	font-weight: bold;
	vertical-align: center;
}
textarea.invoice_email{
	border-style: solid;
	border-color: black;
	border-width: 2px;
	background-color: #909090;
	color: #EAEAEA;
}
td.checkout_item{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #004080;
	vertical-align: top;
}
td.invoice_col{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #004080;
}

a.payLink{
	cursor: pointer;
}

td.group_type
span.group_type
td.group
span.group

ul.linklist {
	margin-top: 5px;
	margin-left: 10px;
	list-style: none;
	clear: both;
}

div.linklist {
	padding-top: 10px;
	clear: both;
}

ul.linklist li {
	float: left;
	width: 250px;
}















#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
