﻿
body, input, textarea, select{
    font-family: "lucida grande",Verdana, Arial, Sans-Serif;
}



/*h1{
    font-family:Arial;
	font-size:90%;
	border: none;
	margin-top: 0;
	margin-bottom: 0.3em;
	font-size:1.4em;
	line-height:1.2em;
}*/

h1{
    font-family:Arial;
    border-bottom:1px solid #8B0000; 
    padding:2px 0px 0px; 
    margin-top:0em; 
    color:#8B0000; 
    font-size:1.2em;
}


h2{
	font-size:1.1em;
	margin-top: 2em;
	margin-bottom: 0;
	line-height:1.2em;
}

h3{
    color: #8B0000;
	font-size:1.0em;
	margin-top: 2em;
	margin-bottom: 0;
	line-height:1.2em;
}

p{
    margin-top: 0.5em;
}

strong.shoutout{
    color: #8B0000;
}

.monoshadedtable{
    border: 1px solid #C0C0C0;
    background-color: #F1F1F1;
}

.tablesectionheading{
    text-align: center;
    border: 1px solid #999999;
    background-color: #BCBCBC;
}

.imagetitle{
    text-align: center;
    font-weight: bold;
}

a{
    color: #8B0000;
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

.largeprice{
    font-size: large;
    color: Red;
}

.productdescription{
    width: 39%; 
    float: left;
}

.productimage{
    width: 60%; 
    float: right;
}