﻿body {
    margin-top:40px;
    background-color:#e9e0c8;
}
body, td, th {
    font-family: Arial, Helvetica, Sans-Serif;
}
a, a:visited {
	color: #000099;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#maintable {
    width:700px;
    margin: 0 auto;
}
#mainheader {
    background-image: url(/images/siteheader.gif);
    background-repeat: no-repeat;
    width:700px;
    height:160px;
}
#mainnav {
    margin: 0 auto;
    margin-top:120px;
}
#mainnav td {
    padding-left:15px;
    padding-right: 15px;
}
#maincontent {
    margin: 0 auto;
    padding-top: 20px;
}
#mainfooter {
    padding-top: 25px;
    font-size: 8pt;
}


.biggreen {
    line-height: 34px;
    color: #749f3d;
    font-family: ArialMT, Arial, sans-serif;
    font-size: 24px;
}
.hugegreen {
    color: #749f3d;
    font-family: ArialMT, Arial, sans-serif;
    font-size: 34px;
    letter-spacing: 10px;
}
.storebutton {
    width: 170px;
    height: 41px;
    background-image: url(/images/buttonbg.png);
    border: 0;
    background-color: Transparent;
    font-size: 11pt;
    cursor: pointer;
}
.storebutton_small {
    width: 76px;
    height: 41px;
    background-image: url(/images/buttonbg_small.png);
    border: 0;
    background-color: Transparent;
    font-size: 11pt;
    cursor: pointer;
}

.layoutable {
    margin: 0 auto;
    width: 650px;
}
.imagecell {
    width: 163px;
    height: 198px;
    text-align: center;
    border: solid 2px #666666;
    background-color:White;
}    
.infocell {
    text-align: center;
    padding-bottom:10px;
}
.productname {
    font-size: 11pt;
    color: #666666;
}
.subtitle {
    font-size: 9pt;
    color: #666666;
}
.mainimagecell {
    border:solid 5px #ad965f;
    text-align: center;
    background-color: White;
}
.price {
    color:Red;
}
.watermarked {
	background-color:#F0F8FF;
	color:gray;
}
.recalc {
    color:Red;
}
.relatedimage {
    border:solid 3px #ad965f;
    text-align: center;
    background-color: White;
    width: 78px;
    height: 78px;
}