body {
	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 9pt;
	background-color: white;
	color: #000000;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#foo { 
	position: absolute;
	top:92%;
	left:50%;
	width:50%;
	margin-left:-25%;
	vertical-align: middle;
}
#bar { 
	position: absolute; 
	top:50%;
	left:50%;
	width:100%;
	margin-left:-50%;
	vertical-align: middle;
	text-align: center;
}
#foo2 { 
	position:absolute;
	top:88%;
	left: 20px;
	vertical-align: middle;
}
#bar2 { 
	position:absolute; 
	top:50%;
	left:0;
	vertical-align: middle;
}
#seriescontainer {
	position: absolute;
	left: 49%;
	text-align: center;
	vertical-align: middle;
}
#seriespreview {
	position: absolute;
	top: 12%;
	left: 54%;
}
#prod_cat_description {
	display: none;
	padding: 1em;
	/* border: 2px dashed #E41E34; */
	border-top: 1px solid #E41E34;
	width: 200px;
	height: 100px;
	position: absolute;
	top: 16%;
	left: 580px;
}
td.navmenu {
	vertical-align: top;
	height: 250px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
font.description {
	font-size: 11px;
}
font.series-title {
	font-size: 12px;
	color: #CC0000;
	font-weight: bold;
}
font.series-titlebig {
	font-size: 22px;
	color: #CC0000;
	font-weight: bold;
}
font.tabletitle {
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
}
font.tabletext {
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}
font.regtabletext {
	font-size: 13px;
	color: #000000;
}
font.largetitle {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}
font.about {
	font-size: 13px;
}
font.newslist {
	font-size: 13px;
	color: #999999;
}
font.productdetail {
	font-size: 12px;
	color: black;
}
font.productheading {
	font-size: 12px;
	text-decoration: underline;
	color: black;
	font-weight: bold;
}
span.tinytext {
	font-size: 10px;
	color: #333;
	/* border-bottom: 1px solid #E41E34; */
}

span.clicktext_over {
	font-size: 10px;
	color: #E41E34;
	font-weight: bold;
	text-decoration: none;
}

img {
	border-color: white;
}
a:link {
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}
a:visited {
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}
a:hover {
	color: #EF413C;
	text-decoration: underline;
}
a.small:link {
	font-size: 10px;
	text-decoration: none;
	color: #666666;
}


div.medium {
	font-size: 12px;
	text-decoration: none;
	font-weight:bold;
	color: #666666;
}
a.small:visited {
	font-size: 10px;
	text-decoration: none;
	color: #666666;
}
a.small:hover {
	font-size: 10px;
	text-decoration: underline;
	color: #EF413C;
}
.product
{
    border: solid 2px White;
}
.productOver
{
    border: solid 2px #EF413C;
}
a.small_gallery:link {
	font-size: 10px;
	text-decoration: none;
	color: #666666;
}
a.small_gallery:visited {
	font-size: 10px;
	text-decoration: none;
	color: #666666;
}
a.small_gallery:hover {
	font-size: 10px;
	color: #EF413C;
	text-decoration: underline;
}
a.sm_email:link {
	font-size: 10px;
	text-decoration: none;
	color: #666666;
}
a.sm_email:visited {
	font-size: 10px;
	text-decoration: none;
	color: #666666;
}
a.sm_email:hover {
	font-size: 10px;
	text-decoration: underline;
	color: #EF413C;
}
a.all_small:link {
	font-size: 10px;
	text-decoration: none;
}
a.all_small:visited {
	font-size: 10px;
	text-decoration: none;
}
a.all_small:hover {
	font-size: 10px;
	color: #EF413C;
	text-decoration: underline;
}
a.small:hover {
	font-size: 10px;
	color: #EF413C;
}
a.sm_email:hover {
	font-size: 10px;
	color: #EF413C;
	text-decoration: underline;
}
a.mainnav:link, a.mainnav:visited {
	font-size: 11pt;
	color: black;
	font-weight: bold;
}
a.mainnav:hover {
	font-size: 11pt;
	color: #EF413C;
	font-weight: bold;
	text-decoration: underline;
}
/* Text for successful form submit */
.m_success {
	padding: 2em 0 0 3em;
	font-weight: bold;
	font-size: 12px;
	font-style: italic;
	color: green;
}

/* Text for failed form submit */
.m_failure {
	padding: 2em 0 0 3em;
	font-weight: bold;
	font-size: 12px;
	font-style: italic;
	color: red;
}