body
{
    margin: 0px;
    font-family: Arial, Serif;
    font-size: 0.8em;
    color: #333333;
}
A:visited
{
    /*   	text-decoration: underline;*/
    text-decoration: none;
    color: #22751F;
}
A:link
{
    text-decoration: none;
    color: #22751F;
}

A:hover
{
    text-decoration: underline;
   /* color: #CE0D02;*/
  color: #ff0000;
}

p
{
    font-size: 0.9em;
}

table
{
    border: none 0px #ffffff;
    width:99%;
}

td
{
    border: none 0px #ffffff;
    font-size: 1em;
}

tr
{
    border: none 0px #ffffff;
    font-size: 1em;
}
th
{
    border: none 0px #ffffff;
    font-size: 1em;
}


.article
{
    /*  padding-top: 15px;*/
}
.articletitle
{
    font-size: 1.0em;
    font-weight: bold;
    color: #0033CC;
    text-decoration: none;
}

.title
{
    font-size: 1.1em;
    font-weight: bold;
    color: #ff0000;
    margin-bottom: 6px;
    margin-top: 10px;
}

.heading
{
    font-size: 1.3em;
    font-weight: bold;
    color: #ff0000; /*    	color: #990000;     color: #FF3300;*/
    padding-right: 10px;
    padding-bottom: 4px;
    margin-bottom: 4px;
    padding-top: 7px;
    float: right; /*       position: relative;    top: 1px;    right: 20px; display: inline-block; margin-right: 16px;         margin-top: 16px;*/
}

.mainbody
{
    padding-top: 10px;
}

.singleimage
{
    text-align: left;
    margin: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 8px;
    padding-top: 15px;
}

div.clearer
{
    clear: left;
    line-height: 0;
    height: 0;
}

.clearer
{
    clear: left;
    line-height: 0;
    height: 0;
}

#loginbox
{
    /* position: absolute;    top: 14px;    left: 10px;*/
    width: 470px;
    height: 100px;
    padding: 2px 2px 2px 2px; /*font-size: 10px;*/
}

#loginbox input
{
    color: #828282;
    background-color: #ffffff; /*font-size: 10px;*/
    border-right: #909090 1px solid;
    border-top: #909090 1px solid;
    border-left: #909090 1px solid;
    border-bottom: #909090 1px solid;
}

.sectiontitle
{
    color: #C50505;
    font-size: 1.2em;
    font-weight: bold;
    padding-right: 6px;
    padding-left: 0px;
    padding-bottom: 2px;
    padding-top: 1px;
}

/* float for images */
.floatLeft
{
    color: #808080;
    padding: 3px 5px 3px 3px;
    font-size: smaller;
    border-right: #dcdcdc 1px solid;
    border-top: #dcdcdc 1px solid;
    border-left: #dcdcdc 1px solid;
    border-bottom: #dcdcdc 1px solid;
    float: left;
    margin: 1px 6px 0px 0px;
}

.newsletterbox
{
    padding-top: 10px;
}

.articlebox
{
    padding-right: 20px;
    padding-left: 0px;
}
.imagebox
{
    padding-right: 20px;
    padding-left: 30px;
}

.formlabel, .formtextbox
{
    display: block;
    width: 250px;
    float: left;
    color: #164E93;
    margin-bottom: 20px;
 /*   padding-bottom: 20px;*/
}
.formlabel
{
    text-align: right;
    width: 100px;
    padding-right: 20px;
}

.clearfloat {
	/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
.shoppingcartbox
{
    border: solid 1px #377AAB; 
    padding: 10px;
}

.shoppingcartboxcontent
{
   padding: 6px;
}