.bodyMain
{
	font-family: Arial;
	background-color: #ffffcc;
	vertical-align: top;
	text-align: left;
	padding: 20 20 20 20;
	border-style: outset;
	border-width:thin;
	border-color: #003300;
}

.bodyTable
{
	vertical-align: top;
	text-align: left;
}

.bodyHeader
{
	font-family: Arial;
	background-color: #ffffcc;
	font-size:xx-large; 
	font-style:italic; 
	text-align: center;
	border-style: outset;
	border-width:thin;
	border-color: #003300;
}

.tableFrame
{
	border-style:outset;
	border-width:medium;
	border-color: #003300;
	width: 100%;
}

.bodyMenu 
{
	font-family: Arial;
	background-color: #003300;
	width: 150; 
	height: 600px;
	text-align: center;
	border-width:thin;
	vertical-align: top;
	padding: 20 20 20 20;
	border-style: outset;
}

.bodyFrame
{
	background-color:Gray;
	padding: 20 20 20 20;
}

img.floatleft
{
	float: left;
	padding: 0 20 0 0;
	margin: 0 0 0 0;
}

img.floatright
{
	float: right;
	padding: 0 20 0 0;
	margin: 0 0 0 0;
}


p
{
	margin-top: 0.3em;
}

p.disclaimer
{
	font-style: italic;
	font-size: smaller;
}

p.bodyHeading
{
	font-family: Arial;
	font-style: italic;
	font-size: x-large;
	margin-bottom: 0em;
	font-weight:bolder;
	/*text-align: center;*/
	/*font-weight: bold;*/
	
}

p.bodyHeading2
{
	font-family: Arial;
	font-style: italic;
	font-size: large;
	font-weight:bolder;
	margin-bottom: 0;
	/*text-align: center;*/
	/*font-weight: bold;*/
	
}

p.menuHeading
{
	font-family: Arial;
	font-style: italic;
	font-size: 16pt;
	color: #ddcc66;
	text-align: center;
	font-weight: bold;
	
}

.linkImage {
	border: 0;
}

a.linkHome 
{
	font-size: smaller;
}

TD.priceHead 
{
	font-style: italic;
	font-weight: bold;
}
.priceOld, .priceOldC
{
	color: Red;
	text-decoration: line-through;
}
.priceNew, .priceNewC
{
	color: Blue;
	font-weight: bolder;
}
.priceBuy, .priceBuyC
{
	color: Blue;
	font-weight: bolder;
	/*text-align: center;*/
}
.priceOldC, .priceNewC, .priceBuyC
{
	text-align:center;
}

a.btn, a.btnx
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    line-height: 14pt;
	height: 16pt;
    width: 120pt;

    text-decoration: none;
    margin-bottom: 8px;
    text-align:center;
    display: block;
    color: #000000;
    border-width: thick;
    border-style: solid;
    background-color: #ddcc66;
    border-bottom-color: #676746;
    border-right-color: #8b8b5f;
    border-left-color: #c9cda9;
    border-top-color: #fffff0;
}

a.btn2:link, a.btnx:link {
    color: #000000;
    font-weight: bold;
    background-color: #ddcc66;
    border-bottom-color: #676746;
    border-right-color: #8b8b5f;
    border-left-color: #c9cda9;
    border-top-color: #fffff0;
}

a.btn:hover {
    /*font-weight: bold;*/
    color: #FFFFCC;
    background-color: #776644;
    border-bottom-color: #676746;
    border-right-color: #8b8b5f;
    border-left-color: #c9cda9;
    border-top-color: #fffff0;
}

a.btnx:hover {
    font-weight: bold;
    color: #FFFFCC;
    background-color: #776644;
    border-bottom-color: #676746;
    border-right-color: #8b8b5f;
    border-left-color: #c9cda9;
    border-top-color: #fffff0;
}

a.btn:active, a.btnx:active, a.btnx:visited {
    font-weight: bold;
    color: #FFFFCC;
    background-color: #776644;
    border-bottom-color: #fffff0;
    border-right-color: #c9cda9;
    border-left-color: #8b8b5f;
    border-top-color: #676746;
}

table.gridless {
	border-width: thin thin thin thin;
	border-spacing: 0px;
	border-style: none none none none;
	border-color: black black black black;
	border-collapse: separate;
}
table.gridless td, th {
	border-width: thin thin thin thin;
	padding: 4px 4px 4px 4px;
	border-style: none none none none;
	border-color: gray gray gray gray;
}

table.boldgrid {
	border-width: 3px;
	border-spacing: 3px;
	border-style: outset;
	border-color: black;
	border-collapse: separate;
	background-color: White;
	color:Navy;
}

table.boldgrid td 
{
	padding: 4px 4px 4px 4px;
}

table.grid {
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	border-collapse: separate;
}
table.grid td, table.grid th {
	border-width: 1px;
	padding: 4px 4px 4px 4px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	text-align: left;
}

table.grid th {
	font-weight: bold;
}

ul.pricebullet 
{
	margin-bottom: 0pt;
	margin-top: 3pt;
	text-indent: 0pt;
}

ul.pricebullet li 
{
	/*margin-bottom: 3pt;*/
	margin-bottom: 3pt;
	list-style-type: disc;
	list-style-position: outside;
	text-indent: 0pt;
}

ul.bullet 
{
	margin-bottom: 12pt;
	margin-top: 3pt;
}

ul.bullet li 
{
	/*margin-bottom: 3pt;*/
	list-style-type: circle;
	list-style-image: url(img-bulletdarksteel.png);
	margin-bottom: 3pt;
	list-style-position: outside;
}

.imagetext
{
	border: none;
	vertical-align: text-bottom;
}

