﻿
.heading
{
	font-weight: bold;
	font-family: arial;
	color: #851421;
	font-size: 18pt;
}
.heading2
{
	font-weight: bold;
	font-family: Arial;
	color: #851421;
	font-size: 10pt;
}
.description
{
    font-family: Arial;
    color: #0955a2;
    font-size: 14px;
    padding: 3px;
}
span.item
{
    font-size: 16px;
    font-weight: bold;
    color: #246;
}
span.item .price
{
    color:#851421;
}

ul.prodlist { margin:0px 10px; padding:0px 10px; list-style-type:disc; }
li.subheading { color:black; }

ul div
{
    color: #0955a2;
    padding-top:0px;
    padding-bottom:5px;
}
fieldset
{
	border: 2px solid #246;
	-moz-border-radius: 6px;
	padding-bottom: 5px;
}
fieldset.handbooks
{
    width:275px;
    text-align:left;
}
legend
{
	border: 2px solid #246;
	-moz-border-radius: 4px;
	background-color: #eee;		
	padding-left: 2px;	
	padding-right: 2px;
	color: #246;
	font-weight: bold;
}	

table.shoppingkart
{
	width: 500px;
	font-size: .9em;
	margin-left: auto;
	margin-right: auto;
}	

table.shoppingkart td
{
	padding-top: 2px;
	padding-bottom: 2px;
	color: #369;
}

table.shoppingkart td.qty
{
	width: 30px;
	text-align: center;
}

table.shoppingkart td.item
{
	width: 270px;
	text-align: center;
}		

table.shoppingkart td.part
{
	width: 60px;
	text-align: center;
}
table.shoppingkart td.price
{
	width: 70px;
	text-align: center;
}			
table.shoppingkart td.total
{
	width: 70px;
	text-align: right;
	padding-right: 20px;
}						
table.shoppingkart td.header
{
	font-size: 1.1em;
	text-align: center;
	font-weight: bold;
	color: #246;
	border-bottom: 2px solid #246;
}
input.checkout
{
	border: 1px solid #246;
	background-color: white;
	color: #246;
	-moz-border-radius: 4px;
	width: 200px;
	font-size:16px;
	font-weight:bold;
}
input.returnbtn
{
	border: 1px solid #246;
	background-color: white;
	color: #246;
	-moz-border-radius: 4px;
	width: 200px;
	font-size:16px;
	font-weight:bold;
}

input.dis
{
	background-color: #eee;
	width: 25px; 
	text-align: right;
	color: #aaa;
}
input.enabl
{
	background-color: white;
	width: 25px; 
	text-align: right;
	color: #246;
}

a:link { color:blue; text-decoration:none; }
a:visited { color:blue; text-decoration:none; }
a:hover { color:blue; text-decoration:underline; }
a:active { color:blue; text-decoration:none; }

table.shop td { vertical-align:top; padding:8px; }
.price { font-weight:bold; color:Navy; }

a.headanchor:link { color:#135184; text-decoration:none; }
a.headanchor:visited { color:#135184; text-decoration:none; }
a.headanchor:hover { color:#135184; text-decoration:underline; }
a.headanchor:active { color:#135184; text-decoration:none; }

.learnmore { text-align:center; }
.prodimage { display:inline; float:left; width:200px; padding-top:15px; text-align:left; }
.prodcontent { display:inline; float:left; width:600px; }

table.proddesc td { vertical-align:top; padding:5px; line-height:1.3em; }
td.desc { vertical-align:top; color:black; font-size:1em; }
td.title { font-size:.9em; color:#666666; }

.smallgray { font-size:.8em; color:#666666; margin-left:20px;}

.customerquote { font-style:italic; font-size:.9em; margin:20px 0px; border:1px solid #dddddd; background-color:#eeeeee; padding: 10px; width:80%; }
.quotename { font-style:normal; }
