body {
	background-color:#FFFFFF;
	background-attachment: fixed;
}

a:link {
	color: #2B87B2;
}

a:visited {
	color: #79944E;
}

a:hover {
	color: #79944F;
}

a:active {
	color: #322B4D;
}

#word {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #039;
	background-color: #e8edff;
	text-align: center;
	padding: 50px;
	margin: 50px auto 75px auto;
/*	margin-top:50px;
	margin-bottom:50px;
	margin-left: auto;
	margin-right: auto;*/
	width: 475px;
}

.h1 {
font-size: xx-large;
margin-top: -20px;
text-indent: 0px;
text-align: center;
}

.h2 {
font-weight: bold;
font-size: large;
text-indent: 0px;
text-align: center;
margin-top: 10px;
}

.h3 {
font-weight: bold;
font-size: medium;
text-indent: 0px;
text-align: center;
margin-top: 10px;
}

.h4 {
font-weight: bold;
font-size: large;
font-style: italic;
text-indent: 0px;
text-align: center;
margin-top: 10px;
}

.h5 {
font-size: small;
font-style: italic;
text-indent: 0px;
text-align: center;
margin-top: 10px;
}

.alert {
position:relative;
background-color:#FFFFCC;
color:#511313;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:large;
margin-left: auto;
margin-right: auto;
width: auto;
padding:5px;
text-align:center;
}

/*******************************

	Store display, text control

*******************************/

td.text {
font-size:small;
}

.invname {
font-weight:bold;
font-size:larger;
}
.invdesc {
font-size:smaller;
}
.invprice {
font-size:smaller;
font-style:italic;
}
.invprints {
font-size:smaller;
}
.yrcreated {
font-size:small;
font-style:italic;
}


.gocart {
position:absolute;
top:150px;
margin-left:auto;
margin-right:auto;
width: 100px;
background-color:#003300;
}


/*******************************

	Table control

*******************************/

/*******
Store Display
*******/

#store-display
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
/*background: #fff;*/
	margin: 45px;
	width: 100%;
	border-collapse: collapse;
	text-align: left;
}
#store-display th
{
	font-size: 14px;
	font-weight: normal;
	color: #039;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
}
#store-display td
{
	border-bottom: 1px solid #ccc;
	color: #669;
	padding: 6px 8px;
}
#store-display tbody tr:hover td
{
	color: #009;
}

/*******
Cart Display
*******/

#cart-display
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
}
#cart-display th
{
	font-size: 14px;
	font-weight: normal;
	padding: 10px 8px;
	color: #039;
}
#cart-display td
{
	padding: 8px;
	color: #669;
}
#cart-display .odd
{
	background: #e8edff; 
}

/*******
Printable Invoice
*******/

.storeinfo{
position:relative;
left:100px;
margin-top:10px;
margin-bottom:10px;
border:thin;
width:350px;
text-align: center;
font-family:Georgia, "Times New Roman", Times, serif;
color: #039;
font-size:14pt;
}
.p1 {
font-size: 14pt;
margin-top: 10px;
text-indent: 0px;
text-align: center;
font-family:Georgia, "Times New Roman", Times, serif;
}
.p-invoice
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12pt;
	margin: 5px;
	width: 95%;
	text-align: left;
	border-collapse: collapse;
	color: #039;
}
.p-invoice th
{
	font-size: 12pt;
	font-weight: normal;
	padding: 10px 8px;
}
.p-invoice td
{
	padding: 8px;
}
.p-invoice tr#th
{
	padding: 8px;
	font-size: 12pt;
	font-weight: normal;
}
.p-invoice tr#final
{
	padding: 8px;
	font-size: 14pt;
	font-weight: bold;
}
.p-invoice tr#zip
{
	padding: 8px;
	font-size: 12pt;
	font-weight: normal;
}
.p-invoice.odd
{
background-color:#CDF5F1;
}
.main2, .main3{
	font-family:Verdana, Geneva, sans-serif;
	font-size:8pt;
}

.main2 {
color:#000000;
}
.main3 {
	color:#FFFFFF;
}
a {
	text-decoration:none !important;
}