/* =================================================================================== */
/* Dokument Definitionen */
/* =================================================================================== */

html{
	height:100%;
}
body{
	font-family: Arial;
	background-color: #FFF;
	height: 100%;
	padding: 0px;
	margin: 0px;
}

/* =================================================================================== */
/* Link Definitionen */
/* =================================================================================== */
a, a:visited{
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
}

/* =================================================================================== 
/* Unternavigation Definitionen */
/* =================================================================================== */

.TDsubNaviButton{
	font-size: 14px;
	text-align: left;
	padding-left: 75px;
	padding-bottom: 15px;
	padding-top: 15px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #E5E5E5;
	font-weight: bold;
	color: #154F7A;
	background-image: url(../images/HGnavi.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.TDsubNaviButton a{
	padding: 3px 3px 3px 3px;	
	display: block;
	text-decoration: none;
}	
.TDsubNaviButton a:visited{
	padding: 3px 3px 3px 3px;
	display: block;
	text-decoration: none;
	color: #000000;
}
.TDsubNaviButton a:hover{
	text-decoration: none;
	display: block;
	color: #B91330;
}
.TDsubNaviActive{
	font-size: 14px;
	background-color: #A2ADB6;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #E5E5E5;
	white-space: nowrap;
	text-align: left;
	padding-left: 100px;
	padding-bottom: 20px;
	padding-top: 20px;
}
.TDsubNaviActive a, .TDsubNaviActive a:visited{
	padding: 3px 3px 3px 3px;
	display: block;
	text-decoration: none;
}

/* =================================================================================== 
/* Unternavigation Definitionen */
/* =================================================================================== */

.TDsubNaviButtonEmpty{
	font-size: 14px;
	white-space: nowrap;
	text-align: left;
	padding-left: 50px;
	padding-top: 10px;
	font-weight: bold;
	color: #154F7A;
}
.TDsubNaviButtonEmpty a{
	padding: 3px 3px 3px 3px;	
	display: block;
	text-decoration: none;
}
.TDsubNaviButtonEmpty a:visited{
	padding: 3px 3px 3px 3px;
	display: block;
	text-decoration: none;
	color: #000000;
}
.TDsubNaviButtonEmpty a:hover{
	text-decoration: none;
	display: block;
	color: #B91330;
}	
.TDsubNaviButtonEmpty1{
	font-size: 14px;
	white-space: nowrap;
	text-align: center;
	padding-left: 0px;
	padding-top: 0px;
	font-weight: bold;
	color: #154F7A;
}
.TDsubNaviButtonEmpty1 a{
	padding: 3px 3px 3px 3px;	
	display: block;
	text-decoration: none;
}
.TDsubNaviButtonEmpty1 a:visited{
	padding: 3px 3px 3px 3px;
	display: block;
	text-decoration: none;
	color: #000000;
}
.TDsubNaviButtonEmpty1 a:hover{
	text-decoration: none;
	display: block;
	color: #B91330;	
	
}
.TDsubNaviActive{
	font-size: 14px;
	background-color: #3F8296;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #E5E5E5;
	white-space: nowrap;
	text-align: left;
	padding-left: 75px;
	padding-bottom: 15px;
	padding-top: 15px;
	background-image: url(../images/HGnaviActiv.gif);
	background-repeat: no-repeat;
	background-position: right;
	font-weight: bold;
}
.TDsubNaviActive a, .TDsubNaviActive a:visited{
	padding: 3px 3px 3px 3px;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
}
.TDsubNaviActive2{
	font-size: 14px;
	background-color: #3F8296;
	white-space: nowrap;
	text-align: left;
	padding-left: 75px;
	padding-bottom: 15px;
	padding-top: 15px;
	background-image: url(../images/HGnaviActiv.gif);
	background-repeat: no-repeat;
	background-position: right;
	font-weight: bold;
	border-bottom: 1px;
	border-bottom-color: #E5E5E5;
	border-bottom-style: solid;
	border-top: 1px;
	border-top-color: #96AEBE;
	border-top-style: solid;
}
.TDsubNaviActive2 a, .TDsubNaviActive2 a:visited{
	padding: 3px 3px 3px 3px;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
}

/* =================================================================================== */
/* Tabellen & Spalten Definitionen */
/* =================================================================================== */

.TDsubNavi{
	width: 235px;
}
.TDtechParaHead{
	background-color: #989898;
	height: 31px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	border-style: solid;
	border-top-width:3px;
	border-top-color: #EF181E;
	border-bottom-width: 1px;
	border-bottom-color: #FFF;
	border-left-width:0px;
	border-right-width:0px;
	padding: 0px 17px 0px 17px;
	width: 234px;
}
.TDtechParaHits{
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	white-space: nowrap;
	padding: 2px 3px 2px 3px;
	border: 1px;
	border-style: solid;
	border-color: #B8B8B8;
}
.TDtechParaArticle{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	white-space: nowrap;
	border: 1px;
	border-style: solid;
	border-color: #B8B8B8;	
}	
.TDtechParaArticle a, .TDtechParaArticle a:visited{
	text-decoration: none;
	color: #FFFFFF;
}
.TDtechParaArticle a:hover{
	text-decoration: none;
	color: #030303;
}
.TDtechPara{
	font-size: 11px;
	color: #B91330;
	padding: 1px 5px 1px 10px;
	white-space: nowrap;
	font-weight: bold;
	border-top: 2px;
	border-top-color: #B8B8B8;
	border-top-style: solid;
	border-left: 2px;
	border-left-color: #B8B8B8;	
}
.TDtechPara2{
	font-size: 11px;
	color: #000000;
	padding: 10px 10px 0px 0px;
	white-space: nowrap;
	font-weight: bold;
}
.TDtechPara3{
	font-size: 12px;
	color: #000000;
	padding: 6px 10px 6px 15px;
	white-space: nowrap;
	font-weight: bold;
	background-color: #B8B8B8;
}
.TDtechPara4{
	font-size: 11px;
	color: #000000;
	padding: 2px 3px 2px 3px;
	white-space: nowrap;
	font-weight: bold;
	background-color: #B8B8B8;
	border-left: 1px;
	border-left-color: #FFFFFF;
	border-left-style: solid;
}
.TDtechPara5{
	font-size: 11px;
	color: #000000;
	padding: 20px 12px 0px 0px;
	white-space: normal;
	font-weight: normal;
}
.TDtechPara6{
	font-size: 11px;
	color: #000000;
	padding: 2px 10px 2px 10px;
	white-space: nowrap;
	font-weight: bold;
	background-color: #B8B8B8;	
}
.TDmainContent{
	vertical-align: top;
	padding: 0px 20px 0px 20px;
	font-size: 12px;
}
.TDmainContent_oben{
	vertical-align: bottom;
	padding: 20px 70px 0px 40px;
	font-size: 12px;	
}	
.TDmainProduct{
	horizontal-align: middle;
	vertical-align: middle;
	font-size: 12px;
	border: 1px;
	border-color: #B8B8B8;
	border-style: solid;
}	
.TDMainProduct a, .TDMainProduct a:visited{
	text-decoration: none;
	color: #FFFFFF;
}
.TDMainProduct a:hover{
	text-decoration: none;
	color: #030303;			
}
.TDmainProduct_1{
	
	font-size: 12px;
	border: 1px;
	border-color: #B8B8B8;
	border-style: solid;
}	
.TDMainProduct_1 a, .TDMainProduct_1 a:visited{
	text-decoration: none;
	color: #000000;
}
.TDMainProduct_1 a:hover{
	text-decoration: none;
	color: #030303;
}
.TDmainProduct_2{
	horizontal-align: left;
	vertical-align: middle;
	font-size: 12px;
}	
.TDMainProduct_2 a, .TDMainProduct_2 a:visited{
	text-decoration: none;
	color: #FFFFFF;
}
.TDMainProduct_2 a:hover{
	text-decoration: none;
	color: #030303;			
}	
.TDmainProductHead{
	horizontal-align: middle;
	vertical-align: middle;
	font-size: 14px;
	background-color: #708998;
	padding: 0px 12px 0px 12px;
	font-weight: bold;
}
.TDmainProductBild{
	vertical-align: bottom;
	font-size: 12px;
	border: 1px;
	border-color: #B8B8B8;
	border-style: solid;

}
/* =================================================================================== */
/* Produkt-Übersicht Definitionen */
/* =================================================================================== */

.TABproduktUbersicht{
	font-size: 12px;
	border: 2px;
	border-color: #B8B8B8;
	border-style: solid;
	padding: 10px 20px 10px 20px;
}
.TABproduktUbersichtdiv{
	font-size: 12px;
	border: 2px;
	border-color: #B8B8B8;
	border-style: solid;
	padding: 10px 0px 10px 20px;
	width: 675px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #B91330;
}
.TABproduktUbersicht td{
	padding: 20px 20px 20px 20px;
	outline: 2px;
	outline-color: #B8B8B8;
}
.TABproduktUbersicht h1{
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-size: 12px;
	color: #B91330;
	white-space: nowrap;
}
.TABproduktUbersicht img{
	float: right;
	clear: both;
	margin: 0px 0px 0px 0px;
	border-style: solid;
	border-width: 0px;
}
.TABproduktUbersicht a:hover{
	text-decoration: none;
	color: #000000;
}	
.TABproduktUbersicht a, .TABproduktUbersicht a:visited{
	color: #B91330;
	text-decoration: none;
}

/* =================================================================================== */
/* Search-Übersicht Definitionen */
/* =================================================================================== */

.TABsearchUbersicht{
	background-color: #D2D2D2;
	border: 2px;
	border-color: #B8B8B8;
	border-bottom-style: solid;
	border-right: 2px;
	border-right-color: #B8B8B8;
	border-right-style: solid;
	border-left: 2px;
	border-left-color: #B8B8B8;
	border-left-style: solid;
}
.TABsearchUbersicht3{
	background-color: #FFFFFF;
	border-left: 2px;
	border-right: 1px;
	border-top: 2px;
	border-bottom: 2px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-top-color: #B8B8B8;
	border-right-color: #B8B8B8;
	border-left-color: #B8B8B8;
	border-bottom-color: #B8B8B8;
}
.TABsearchUbersicht h1{
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-size: 12px;
	color: #B91330;
	white-space: nowrap;	
}

/* =================================================================================== */
/* Contact-Übersicht Definitionen */
/* =================================================================================== */

.TABcontactUbersicht{
	font-size: 12px;
	border: 2px;
	border-color: #B8B8B8;
	border-style: solid;
	padding: 12px 30px 12px 30px;
}
.TABcontactUbersicht td{
	padding: 2px 10px 2px 20px;
	outline: 2px;
	outline-color: #B8B8B8;
}
.TABcontactUbersicht h1{
	margin: 3px 0px 3px 0px;
	font-size: 12px;
	color: #B91330;
	white-space: nowrap;
	text-align: left;
}
.TABcontactUbersicht img{
	float: right;
	clear: both;
	margin: 0px 0px 0px 0px;
	border-style: solid;
	border-width: 0px;
}
.TABcontactUbersicht a, .TABcontactUbersicht a:visited{
	color: #000000;
	text-decoration: none;
}

/* =================================================================================== */
/* News-Übersicht Definitionen */
/* =================================================================================== */

.TABnewsPCN{
	font-size: 12px;
	border: 2px;
	border-color: #B8B8B8;
	border-style: solid;
	padding: 10px 20px 10px 20px;
	margin: 3px 0px 3px 0px;
	color: #B91330;
	white-space: nowrap;
	text-align: left;
}
.TABnewsPCN a, .TABnewsPCN a:visited{
 	color: #FFFFFF;
	text-decoration: none;
}
.TABnewsPCN a:hover{
	color: #000000;
	text-decoration: none;
}
.PCNcells{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #B91330;
	padding: 2px 10px 2px 10px;
	border-bottom: 12px;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	white-space: nowrap;
}
/* =================================================================================== */
/* LogOn-Definitionen */
/* =================================================================================== */

.TABlogOn{
	border: 2px;
	border-color: #B8B8B8;
	border-style: solid;
	margin-top: 20px;
}
.TDlogOn{
	font-size: 12px;
	text-align: left;
	padding: 5px 20px 5px 20px;
}
.TDlogOn2{
	font-size: 12px;
	text-align: left;
	padding: 5px 20px 5px 20px;
	color: #000000;
	font-weight: bold;
	background: #D2D2D2;
}
.TDlogOn3{
	font-size: 12px;
	text-align: left;
	padding: 5px 20px 5px 20px;
	color: #000000;
	background: #D2D2D2;	
}

/* =================================================================================== */
/* Produkt-Übersicht Definitionen #2*/
/* =================================================================================== */

.TABproduktUbersicht2{
	font-size: 12px;
	border-right: 2px;
	border-right-color: #B8B8B8;
	border-right-style: solid;
	border-top: 2px;
	border-top-color: #B8B8B8;
	border-top-style: solid;
	border-bottom: 2px;
	border-bottom-color: #B8B8B8;
	border-bottom-style: solid;
}
.TABproduktUbersicht2 img{
	margin: 12px 12px 12px 12px;
	clear: both;
}
.TABproduktUbersicht2 a, .TABproduktUbersicht a:visited{
	color: #B91330;
	text-decoration: none;
}
.TABproduktUbersicht a:hover{
	text-decoration: none;
	color: #000000;
}

/* =================================================================================== */
/* Text Definitionen */
/* =================================================================================== */

p{
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 12px;
	font-weight: bold;
	margin: 30px 0px 20px 0px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 2px 5px 2px 5px;
	background-color: #B91330;
	text-align: center;
	border-color: #B91330;
	border-left: 2px;
	border-left-style: solid;
	border-left-color: #B91330;
	border-right: 4px;
	border-right-color: #B91330;
	border-right-style: solid;
	white-space: nowrap;
}
h3 {
	font-size: 12px;
	margin: 5px 5px 5px 5px;
	font-weight: normal;
}
h4 {
	font-size: 12px;
	font-weight: normal;
	margin: 5px 12px 5px 12px;
	background-color: #B8B8B8;
	text-align: center;
	border-color: #B8B8B8;
	border-left: 4px;
	border-left-style: solid;
	border-left-color: #B8B8B8;
	border-right: 4px;
	border-right-color: #B8B8B8;
	border-right-style: solid;
}
h5 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFF00;
	margin: 2px 5px 2px 5px;
	background-color: #B91330;
	text-align: center;
	border-color: #B91330;
	border-left: 2px;
	border-left-style: solid;
	border-left-color: #B91330;
	border-right: 4px;
	border-right-color: #B91330;
	border-right-style: solid;
}
h6 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 2px 5px 2px 5px;
	text-align: left;
	white-space: nowrap;
}
.TXTtitelHeadline{
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 20px;
	padding-bottom: 12px;
	white-space: nowrap;
}
.TXTNaviButtonActive{
	font-size: 14px;
	color: #000000;
}
.TXTaccepting{
	font-size: 12px;
	color: #000000;
	padding: 0px 0px 5px 60px;	
}
.TXTvisa{
	font-size: 12px;
	padding: 5px 0px 20px 60px;
	border-top: 1px;
	border-top-color: #154F7A;
	border-top-style: solid;
}
.TXTcopyright{
	font-size: 12px;
	padding-left: 20px;
	border-top: 1px;
	border-top-color: #154F7A;
	border-top-style: solid;
	padding-bottom: 20px;
	padding-top: 10px;
}
.TXTstandard{
	font-size: 12px;
	color: #000000;
	font-family: Arial;
	text-decoration: none;
}
.TXTstandard1{
	font-size: 12px;
	color: #000000;
	font-family: Arial;
	text-decoration: none;
	visibility: hidden;
}
.TXTsmall{
	font-size: 11px;
}
.FORMtxtFeld{
	font-size: 14px;	
}

/* =================================================================================== */
/* Tooltip Definitionen */
/* =================================================================================== */

.TABtooltip{
	width: 200px;
	font-size: 12px;
	color: #000000;
	background-color: #D2D2D2;
	font-weight: normal;
}
.TABtooltip2{
	font-size: 12px;
	color: #000000;
	text-align: left;
}
/* =================================================================================== */
/* Bild Definitionen */
/* =================================================================================== */

.IMGsmall{
}
.IMGgross{
	border: 1px;
	border-style: solid;
	border-color: #666;
}

/* =================================================================================== */
/* Linecard Definitionen */
/* =================================================================================== */

.TABlineCard{
	font-size: 12px;
	border: 2px;
	border-color: #B8B8B8;
	border-style: solid;
}
.TDlineCard1{
	padding: 5px 12px 5px 30px;
	background-color: #94AFC0;
	border-bottom: 1px;
	border-bottom-color: #E5E5E5;
	border-bottom-style: solid;
}
.TDlineCard1u{
	padding: 5px 12px 5px 30px;
	background-color: #94AFC0;
}
.TDlineCard1u_red{
	padding: 5px 12px 5px 30px;
	background-color: #B91330;
}
.TDlineCard2{
	padding: 5px 5px 5px 5px;
	border-bottom: 1px;
	border-bottom-color: #154F7A;
	border-bottom-style: solid;
	border-left: 1px;
	border-left-color: #154F7A;
	border-left-style: solid;
}
.TDlineCard2u{
	padding: 5px 5px 5px 5px;
	border-left: 1px;
	border-left-color: #154F7A;
	border-left-style: solid;
}
.TDlineCard3{
	padding: 0px 0px 0px 0px;
	border-bottom: 1px;
	border-bottom-color: #154F7A;
	border-bottom-style: solid;	
}
.TABlineCard h1{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size: 14px;
	color: #154F7A;
	white-space: nowrap;
}
.TABlineCard img{
	clear: both;
	margin: 0px 0px 0px 0px;
	border-style: solid;
	border-width: 0px;
}
.TABlineCard a:hover{
	text-decoration: none;
	color: #000000;
}	
.TABlineCard a, .TABlineCard a:visited{
	color: #154F7A;
	text-decoration: none;
}
.TABlineCard a:hover{
	text-decoration: none;
	color: #000000;
}
.TDlineCard1u_red a:hover{
	text-decoration: none;
	color: #000000;
}	
.TDlineCard1u_red a, .TDlineCard1u_red a:visited{
	color: #B8B8B8;
	text-decoration: none;
}
.TDlineCard1u_red a:hover{
	text-decoration: none;
	color: #000000;
}	
/* =================================================================================== */
/* Sitemap Definitionen */
/* =================================================================================== */

.TABsitemap{
	font-size: 12px;
}
.TDsitemap1{
	padding: 2px 10px 2px 10px;
	background-color: #D2D2D2;
	border: 2px;
	border-color: #B8B8B8;
	border-style: solid;
}
.TDsitemap2{
	padding: 5px 5px 5px 5px;
	font-size: 12px;
	font-weight: normal;
}
.TABsitemap h1{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size: 12px;
	color: #000000;
	white-space: nowrap;
}
.TABsitemap a:hover{
	text-decoration: none;
	color: #B91330;
	font-weight: normal;
}	
.TABsitemap a, .TABsitemap a:visited{
	color: #000000;
	text-decoration: none;
}
.TABsitemap a:hover{
	text-decoration: none;
	color: #B91330;
}
.TDsitemap1 a:hover{
	text-decoration: none;
	color: #B91330;
	font-weight: bold;
}	
.TDsitemap1 a, .TDsitemap1 a:visited{
	color: #000000;
	text-decoration: none;
}
.TDsitemap1 a:hover{
	text-decoration: none;
	color: #B91330;
}

/* =================================================================================== */
/* Animation Definitionen */
/* =================================================================================== */

.TABlogoAnim{
	border: 2px;
	border-color: #B8B8B8;
	border-style: solid;
	padding: 5px 5px 5px 5px;
}

/* =================================================================================== */
/* Shop Definitionen */
/* =================================================================================== */

.bannerrow{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	font-weight: bold;
	color: #1A306C;
	background-color: #ffffff
}
.titlerow{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	font-weight: bold;
	color: #1A306C;
	background-color: #ffffff
}
.revtitle{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-color: #1A306C;
	padding: 5px 10px 5px 10px;
}
.intrevrow{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-color: #1A306C;
}
a.intrevrow{
	color: #ffffff
}
a.intrevrow:hover{
	color: #B91330
}
a.intrevrow:visited{
	color: #B91330
}
.introw{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px 20px 5px 20px;
	color: #000000;
	font-weight: bold;
}
.datarow{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	text-align: left;
	padding: 0px 10px 0px 20px;
	font-weight: bold;
	color: #000000
}			
.datarowheader{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	font-weight: bold;
	color: #1A306C;
	background-color: #FFFFFF
}
.navigation{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	background-color: #FFFFFF;
	padding: 0px 5px 0px 5px;
}
a.navigation{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	text-decoration: none;
	padding: 0px 5px 0px 5px;	
}
a.navigation:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	color: #B91330;
	text-decoration: none;
	background-color: #D2D2D2;
	padding: 0px 5px 0px 5px;
}
a.navigation:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	color: #B91330;
	text-decoration: none;
	background-color: #D2D2D2;
	padding: 0px 5px 0px 5px;
}
.navigation1{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	background-color: #FFFFFF;
	padding: 0px 0px 0px 0px;
}
a.navigation1{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	text-decoration: none;
	padding: 0px 0px 0px 0px;	
}
a.navigation1:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	color: #B91330;
	text-decoration: none;
	background-color: #D2D2D2;
	padding: 0px 5px 0px 5px;
}
a.navigation1:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	color: #B91330;
	text-decoration: none;
	background-color: #D2D2D2;
	padding: 0px 0px 0px 0px;
}
.datacells{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #B91330;
	padding: 2px 10px 2px 10px;
}			
a.datacells{
	font-size: 14px;
	text-decoration: none;
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif
}					
a.datacells:hover{
	font-size: 14px;
	text-decoration: none;
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
}
a.datacells:visited{
	font-size: 14px;
	text-decoration: none;
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
}			
.altdatacells{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	font-weight: normal;
	color: #B8B8B8;
	background-color: #1A306C
}
a.altdatacells{
	font-size: 12px;
	text-decoration: underline;
	color: #B8B8B8;
	font-family:Arial, Helvetica, sans-serif
}					
a.altdatacells:hover{
	font-size: 12px;
	text-decoration: underline;
	color: #B91330;
	font-family:Arial, Helvetica, sans-serif
}
a.altdatacells:visited{
	font-size: 12px;
	text-decoration: underline;
	color: #B91330;
	font-family:Arial, Helvetica, sans-serif
}
.error{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	font-weight: bold;
	color: #B91330;
	padding: 5px 20px 5px 20px;
}
.formerror{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	font-weight: bold;
	color: #B91330;
	padding: 5px 0px 5px 0px;
	background-color: #D0CFCF;
	max-width: 700px;
}
.menubar{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}			
a.menubar{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a.menubar:hover{
	font-weight: bold;
	color: #154F7A
}	
.mainmenu{
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none
}
a.mainmenu:hover{
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal
}
a.mainmenu:visited{
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal
}					
.mainmenuitems{
	font-size: 12px;
	text-decoration: none;
	color: #000000
}			
a.mainmenuitems{
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
}					
a.mainmenuitems:hover{
	font-size: 12px;
	color: #B91330;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color: #D2D2D2;
	padding: 2px 5px 2px 5px;
}
a.mainmenuitems:visited{
	color: #000000;
}
INPUT{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
SELECT{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
TEXTAREA{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
.NOTES{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
a.NOTES{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}		
a.NOTES:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #B91330;
}		
a.NOTES:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #B91330;
}						
.footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000
}	
a.footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px
}
a.footer:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
}
a.footer:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
}
.topcat{
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	background-color: #B8B8B8;
	color: #000000;
	padding: 2px 2px 2px 2px;
	border-right: 2px;
	border-right-color: #FFFFFF;
	border-right-style: solid;
}
.TDtopcat{
	font-size: 11px;
	background-color: #B8B8B8;
	color: #000000;
}
a.topcat:hover{
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	background-color: #D2D2D2;
	color: #B91330;		
}
a.topcat:visited{
	font-weight: bold;
	color: #B91330;
	text-decoration: none;
	background-color: #D2D2D2;
	font-size: 11px;
	
}
.cattree{
	font-size : 12px;
	font-weight : normal;
	text-decoration: none;
	background-color: #D2D2D2;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 3px;
}
.catcells{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #D2D2D2
}			
a.catcells{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B91330;
	text-decoration:none;
	font-weight: bold;
}
a.catcells:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	color: #000000
}
a.catcells:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	color: #000000
}
.catcellsheader{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 12px;
	color: #000000;
	background-color: #D2D2D2
}
.subcat{
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 0px 3px 0px;
}			
a.subcat{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #154F7A
}
a.subcat:hover{
	font-weight: bold;
	text-decoration: none;
	color: #000000
}
a.subcat:visited{
	font-weight: bold;
	text-decoration: none;
	color: #000000
}
.formentry{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000
}	
.psname{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	padding: 2px 0px 2px 0px;
	color: #B91330;
}
.psnamelight{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:14px;
	padding: 2px 0px 2px 0px;
	color: #B91330;
}
.pstitle{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#ffffff
}
.psdata{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	background-color:#ffffff;
	vertical-align: middle;
}
.psdesc{
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:12px;
	color:#154F7A;
	background-color:#B8B8B8
}
.itemcatdesc{
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:12px;
	color:#000000;
	background-color:#ffffff
}
a.itemcatdesc{
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:12px;
	color:#000000;
	background-color:#ffffff;	
}
a.itemcatdesc:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:12px;
	color:#B91330;
	background-color:#ffffff;	
}
a.itemcatdesc:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:12px;
	color:#B91330;
	background-color:#ffffff;	
}
.itemcatheader{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#000000;
	background-color:#ffffff
}
.line{
	background-image: url(../images/greyDotRepeat.gif);
	background-repeat: repeat-x;
	background-position: 2px;
}
.line1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	border-bottom: 1px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: thin;
}
.TABshop{
	padding: 10px 10px 10px 10px;
	border: 2px;
	border-color: #B8B8B8;
	border-style: solid;
}
.TABshop1{
	padding: 10px 10px 10px 10px;
	border-right: 2px;
	border-top: 2px;
	border-bottom: 2px;
	border-bottom-color: #B8B8B8;
	border-right-color: #B8B8B8;
	border-top-color: #B8B8B8;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
}
.TABshop2{
	border-bottom: 2px;
	border-bottom-color: #B8B8B8;
	border-bottom-style: solid;
	border-top: 2px;
	border-top-color: #B8B8B8;
	border-top-style: solid;	
}
/* =================================================================================== */
