.bodypaint{
        background-color:white;
        color: #000000;
                  font-family: "Verdana", Arial, Helvetica, sans-serif;
                  font-size: 11px;
}
.bodypaint a:alink {color:#000099;}
.bodypaint a {color:#6666cc;} 
.HeaderColor {
        background-color: #FF3300;
}
.buyernavi{
	height: 24px;
	margin: 0px;
	margin-top: 0px;
	border-bottom-color: #FFCC99;
	border-right-color: #FFCC00;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-right-width: 2px;
	background-color: #FF3300;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFF00;
	padding-top: 0px;

	text-align: inherit;
}
.hmenu{
  width:125px;
  background-color:red;
  color:#FFFF00;
  border-bottom-style:solid;
  border-bottom-width: 1px;
list-style-type: square;
}
.ContentColor {
        background-color: #FFFFFF;
}
.dopecolor {background-color:#FF3300;
}
.blankleft {margin-top: 8px;}
.excerpt{
margin-top:8px;
border-top-width: 2px;
border-bottom-width: 2px;
border-top-style: solid;
border-bottom-style: solid;
border-top-color: yellow;
border-bottom-color: yellow;
background-color:#ffffff;
padding: 1px;}
.producttable {
        border: none;
        padding: 6px;
        margin: 2px;
        font-size: x-small;
}
.producttable td {
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 10px;
        border-right: thin solid #DFF8E4;
        border-bottom: thin solid #DFF8E4;
}
.contentbox { width:510px;}
/*THIS SECTION IS FOR DROPINOFFER */
#dropinboxv2cover{
width: 320px; /*change width to desired */
/*height: 320px;  change height to desired. REMOVE if you wish box to be content's natural height */
position:absolute; /*Don't change below 4 rules*/
z-index: 100;
overflow:hidden;
visibility: hidden;
}
#dropinboxv2{
width: 300px; /*change width to above width-20. */
/*height: 300px; change height to above height-20. REMOVE if you wish box to be content's natural height*/
border: 1px solid black; /*Customize box appearance*/
background-color: cyan;
padding: 4px;
position:absolute; /*Don't change below 3 rules */
left: 0;
top: 0;
}
/* REMOVE TO KEEP SMALLER WHEN DONE */

