body
{
	margin:0px;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}


#bg_fade {
	background-color:#555555;
	height:140%;
	left:0px;
	margin:0px;
	padding:0px;
	position:absolute;
	top:0px;
	visibility:hidden;
	width:100%;
	z-index:1000;
}

#containerDiv {
	position: absolute;
	width: 300px;
	z-index: 99999;

}
#containerDiv div {
	border: 1px blue solid;
	background-color: white;
	height: 10%;
	position:relative;
	padding: 10%;
}
#containerDiv table {
	margin: 0 auto;
}
#containerDiv p {
	text-align: right;
}
#containerDiv a {
	text-decoration: underline;
	color: #000;
	font-size: 12px;
}

.product-wrapper {
	background: #f7f7ff;
	border: 1px solid #cccccc;
	padding: 0.6em;
	margin-top: 1em;
	margin-bottom: 1em;
}

.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.white_content {
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
	padding: 16px;
	border: 1px solid #69C;
	background-color: white;
	z-index:1002;
	overflow: auto;
}

.product {
	width: 100%;
	overflow: auto;
}

.product img {
	float: left;
}

.product-info {
	width: 565px;
	float: right;
	margin-bottom: 1px; /* Fix a Firefox bug */
}

.product-info h3 {
	margin-top: 0;
}

.product-info p,
.product-info form {
	margin-top: 1em;
	margin-bottom: 0;
}

.categories ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.categories ul ul {
	margin-left: 2em;
}

.categories li {
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}

th {
	text-align: right;
}

.breadcrumbs a:link,
.breadcrumbs a:visited,
.breadcrumbs a:hover,
.breadcrumbs a:active {
	text-decoration: none;
}

.breadcrumbs a:hover {
	text-decoration: underline;
}

a:link,
a:visited,
a:hover,
a:active {
	color: #0066FF;
}

a:link img,
a:visited img,
a:hover img,
a:active img {
	border: none;
}

#fv-errors {
	background: #ffffff; /* Required by IE */
	border: 1px solid #6fafd1;
	margin-top: 1em;
	margin-bottom: 1em;
}

#fv-errors p {
	background: #6fafd1;
	color: #ffffff;
	font-size: 120%;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

#fv-errors a:link,
#fv-errors a:visited,
#fv-errors a:hover,
#fv-errors a:active {
	color: #3333cc;
	text-decoration: none;
}

#fv-errors a:hover {
	text-decoration: underline;
}

input {
	border: 1px solid #6fafd1;
}

input.submit {
	border-left: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	border-right: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
}

input.fv-error {
	border: 1px solid #cc0000;
	background: #f3f3f3;
}

.mainwrapper
{
	width:100%;
	height:100%;
}

.topright
{
	width:222px;
	height:46px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#6699CC;
	vertical-align:bottom;
	text-align:right;

	padding-right: 12px;
}
.topright a:link { color:#6699CC; text-decoration:none; }
.topright a:visited { color:#6699CC; text-decoration:none; }
.topright a:hover { color:#6699CC; text-decoration:underline; }
.topright a:visited:hover { color:#6699CC; text-decoration:underline; }
.topright a:active { color:#6699CC; text-decoration:underline; }

.navbar
{
	width:537px;
	height:21px;
	background-color:#6FAFD1;
	border-bottom:1px solid #FFFFFF;
	
}
.navbar td
{
	border-left:1px solid #FFFFFF;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	vertical-align:middle;
}
.navbar a:link { color:#FFFFFF; text-decoration:none; }
.navbar a:visited { color:#FFFFFF; text-decoration:none; }
.navbar a:hover { color:#FFFFFF; text-decoration:underline; }
.navbar a:visited:hover { color:#FFFFFF; text-decoration:underline; }
.navbar a:active { color:#6699CC; text-decoration:underline; }


.mainfrontpage
{
	width:740px;
	vertical-align:top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}

.logotext
{
	width:348px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#6699CC;
	padding-left:20px;
}

.buttons
{
	width:348px;
	text-align:left;
	padding-left:20px;
}

.bluelarge
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#6699CC;
	font-weight:800;
}
.bluelarge a:link { color:#6699CC; text-decoration:none; }
.bluelarge a:visited { color:#6699CC; text-decoration:none; }
.bluelarge a:hover { color:#6699CC; text-decoration:underline; }
.bluelarge a:visited:hover { color:#6699CC; text-decoration:underline; }
.bluelarge a:active { color:#6699CC; text-decoration:underline; }

.orangelarge
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#FF6600;
	font-weight:800;
}

.orangelarge a:link { color:#FF6600; text-decoration:none; }
.orangelarge a:visited { color:#FF6600; text-decoration:none; }
.orangelarge a:hover { color:#FF6600; text-decoration:underline; }
.orangelarge a:visited:hover { color:#FF6600; text-decoration:underline; }
.orangelarge a:active { color:#FF6600; text-decoration:underline; }

.sp
{
	font-size:0px;
	height:21px;
}

.mainfullsize
{

	vertical-align:top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#6699CC;

}

h1
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:32px;
	color:#6699CC;
	font-weight:800;
}

.gallerywrappertable { width:740px; }
.gallerywraptableleft { width:130px; vertical-align:top;}
.gallerywraptableright { width:220px; vertical-align:top;}

.grtop { 
	background-image:url(../images/bord/blue-top.jpg); 
	background-repeat:no-repeat; 
	background-position:bottom;
	height:4px;
	}
	
.grbot { 
	background-image:url(../images/bord/blue-bot.jpg); 
	background-repeat:no-repeat; 
	background-position:bottom;
	height:4px;
	}
	
.grmid { 
	background-image:url(../images/bord/blue-mid.jpg); 
	background-repeat:repeat-y; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	padding: 2px 12px 2px 12px;

	}

.grmid input
{
	width:190px;
	background-color:6699BB;
	border: 1px solid #FFFFFF;
	padding:1px 2px 1px 2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}

.slide
{
	width:130px;
	height:96px;
	background-image:url(../images/bord/slide.jpg);
	background-position:center;
	text-align:center;
	vertical-align:middle;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#777777;
}

.smallstrap
{
	font-size:16px;
	font-weight:800;
	color:#FFFFFF;
}

.cartsmall
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}

.bottomtext
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}
.copyrightwarning
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
}
.nbfooter {
font-family: arial;
font-size: 7pt;
color: #333333;
}

.searchResult {
	border: 1px solid #6699BB;
	border-left: none; border-right: none;
	padding: 12px;
	margin-bottom: 12px;
}

.searchResult img.preview {
	float: left;
}

.searchDetails {
	float: left;
	margin-left: 12px;
}

.searchDetails h2 {
	margin: 0;
	padding: 0;

	float: left;
	width: 600px;
}

.searchDetails h2 a {
	color: #6699CC;
}

.searchDetails .rating {
	margin: 0;
	margin-left: 5px;
	padding: 0;

	float: left;
	width: 130px;

	text-align: right;
}

.searchDetails .desc {
	width: 632px;
	padding-top: 6px;
	margin: 0;
}

.searchDetails .parentLinks {
	clear: both;
	margin: 0;
	padding-top: 6px;
}

.search {
	padding-left: 30px;

	float: right;
	text-align: right;
	width: 320px;
}

.search p {
	margin: 0;
	margin-left: 4px;
	padding: 0;

	display: inline;
}

.search .caption {
	text-align: left;

	display: block;
	float:left;
	color: #6699CC;
	font-family:Arial, Helvetica, sans-serif;

	font-size: 80%;	
}

.search input {
	margin-top: 2px;
}
