

/*

General Styles

*/


.prose
{
font-size: 14px;
font-family: arial;
margin-left: 15px;
}

.itemdescription
{
font-size: 14px;
font-family: arial;
margin-left: 15px;

}

.textblock
{
position: absolute;
background-color: #ffffff;
left: 80px;
}

.centertext
{
text-align: center;
}

.headingtext
{
color: #333333;
font-size: 16px;
margin-left: 5px;
font-family: tahoma;
}


.pagecontent
{
	position: absolute;
	left: 2.5%;
	right: 2.5%;
	min-width: 1000px;
	background-color: #ffffff;
}

.table-bannerblock
{
	background-color:#ffffff;
}

.table-itemlist
{
	border-collapse: collapse;
	width: 100%;
}

.table-itemlist td.prose
{
	max-width: 600px;
}

.table-itemlist td.price
{
	font-size: 1.6em;
}

.table-itemlist_oddrow
{
	background-color: #ccddef;
}

.table-itemlist_evenrow
{
	background-color: #fafafe;
}


.table-navbar
{
	background-image: url("/images/image_pageheaderbar.png");
	background-repeat: repeat-x;
	font-size: 10px;
	width: 100%;
	text-decoration: none;
	height: 40px;
	padding: 0;
	margin: 0;
}

#navbar a
{
  line-height: 40px;
  font-size: 1.6em;
  font-family: arial;
}

#navbar a:hover
{
  font-weight: bold;
}

.itemtitle
{
	background-image: url("/images/image_itemtitlebar.png");
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 40px;
	margin-left: 330px;
	padding-top: 18px;
	font-size: 22px;
	width: 600px;
	height: 40px;
	font-family: Tahoma;
}

.table-infoboxtitle
{
	background-image: url("/images/image_itemtitlebar.png");
	background-repeat: no-repeat;
	background-position: center;
	font-size: 14px;
	font-family: Tahoma;
}


.table-pictureborder
{
	background-color:#334534;
}

.table-fakeborder
{
	background-color:#334433;
	color:#cccccc;
	font-size:x-large;
	font-family: Tahoma;

}


.table-textbox
{
	background-color:#ffffff;

}


.table-nothingdontusethisisjustfornotes
{
	background-color:#334433;
	color:#cccccc;
	font-size:x-large;
	font-family: Tahoma;

}

.navbar A
{
	color:#cccccc;
	font-size: 11px;
	text-decoration: none;
}

.itemlist A
{
	color:#66aa99;
	font-size: 16px;
	text-decoration: none;
}

.itemlist A:hover
{
  color:#00aaff;
}




A
{
	color:#66aa99;
}

/*
	A (Link) Tags
*/

A:active
{
	color:#aaaaaa;
}


A:hover
{
	color:#00aaff
}

	A:visited
{
	color:#bbbbbb
}


/*
	Body Style
*/

.help h3
{
margin-left: 15px;
}


.help h2
{
margin-left: 10px;
}

.help h1
{
margin-left: 5px;
}

.help p
{
margin-left: 20px;
font-family: arial;
font-size: 14px;
}
BODY
{
	background-color: #eeeeee;
}

iframe {
	display: none;
}


