﻿input
{
	border: 1px solid #246;
	color: #246;
	background-color: white;
}
.heading
{
	font-weight: bold;
	font-family: arial;
	color: #851421;
	font-size: 18pt;
}
.heading2
{
	font-family: Arial;
	color: #851421;
	font-size: 14pt;
}
.heading3
{
    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 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
{
	color: #246;
	text-decoration: none;
}
a:link
{
	color: #246;
}
a:visited
{
	color: #246;
}
table.linkmenu td
{
	width: 120px;
	text-align: center;
	color: #246;
	font-weight: bold;
	padding: 1px;
}
table.linkmenu td:hover
{
	width: 120px;
	text-align: center;
	color: #246;
	font-weight: bold;
	padding: 0px;
}		
table.linkmenu td a
{
	display: block
}
table.linkmenu td a:hover
{
	background-color: #d6e6f2;
	border: 1px solid #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:220px; padding-top:15px; text-align:left; padding-right:20px; }
.prodcontent { display:inline; float:left; width:580px; }

table.proddesc { width:100%; }
table.proddesc td { vertical-align:top; padding:5px; line-height:1.3em; background-color:#f0f0f0; }
td.desc { vertical-align:top; color:black; font-size:1em; vertical-align:top; }
td.title { font-size:.9em; color:#666666; font-weight:bold; }

td.desc ul { margin:0px 15px; padding:0px; }
td.desc li { margin:0px 3px; padding:0px 0px 3px 0px; }

.smallgray { font-size:.8em; color:#666666; margin-left:20px;}

.customerquote { font-style:italic; font-weight: bold; font-size:.9em; margin:20px 0px; border:1px solid #dddddd; background-color:#eeeeee; padding: 10px; width:80%; }
.quotename { font-style:normal; font-weight: normal; }
