﻿@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
h1 {
	font-size: 20px;
	color: #54004d;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px .25em;
	padding: 0px 0px .5em;
	line-height: normal;
	width: 100%;
}
.hNoColors { background: url(none); }


h2 {
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 18px;
}
h3 {
	text-align: center;
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	color: #000000;
	text-decoration: none;
}




a:link { color: #000000; }
a:visited { color: #333333; }
a:hover {
	color: #000000;
	height: auto;
	width: auto;
}
.titleContainer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.titleContainer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.mfLinkContainer {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #FFE503;
	text-decoration: none;
	text-align: center;
	float: left;
	width: 100%;
	padding-top: 15px;
}
.bcLrg {
	font-size: larger;
	font-weight: bold;
	color:#54004d;
}
.navQuote {
	float: right;
	width: 203px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	font: italic bold 14px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-align: right;
}

.navQuoteAuth {
	font-size: 10px;
	line-height: 18px;
}


#navListContainer {
	width: 100%;
	
      }
      /*
      overflow: hidden;
      */
#navListContainer  ul {
	list-style: none;
	margin: 0;
	padding: 0;
    }
#navListContainer  li {
	height: auto;
	float: left;
	width: 100%;
}
#navListContainer li a {
	height: auto;
	width: 100%;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right;
	border-bottom: 1px solid #000000;
    }
#navListContainer a span {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	height: auto;
	width: auto;
	float: none;
	padding-right: 10px;

}
#navListContainer a:hover span{ background: #333333; 

}
#navListContainer a:hover, #current a{ background: #333333; 

}
.button_dark
{
    color:White;
    border:none;
    background-color:  #666666;
    cursor:pointer;
    font-weight:bold;
}

.store_price
{
    font-size: larger;
	font-weight: bold;
	color:Red;

}
/*
#54004d
*/

.sml_error
{
    font-size:smaller;
    font-style:italic;
    color:Red;
}
.sml_confirm
{
    font-size:smaller;
    font-style:italic;
    color:Green;
}