﻿.categoryText {
	font: 10pt arial;
	font-weight:bold;
	text-decoration:none;
	color:#364F6D;
}
.searchBox {
	font-family: Arial, Tahoma;
	font-size: 10pt;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
}
.searchText {
	font: 10pt arial;
	font-weight:bold;
	text-decoration:none;
	color:#364F6D;
}

.pageTitleText {
	font: 12pt arial;
	font-weight: bold;
	color: #364F6D;
}


a.topNavLink:link,
a.topNavLink:visited,
a.topNavLink:active {
	font: 10pt Arial;
	font-weight: normal;
	text-decoration: none;
	color: #000080;
}
a.topNavLink:hover {
	font: 10pt Arial;
	font-weight: normal;
	text-decoration: none;
	background-color: white;
	color: #364F6D;
}

a.navTextLink:link,
a.navTextLink:visited,
a.navTextLink:active {
	font: 8pt Arial;
	font-weight: normal;
	text-decoration: none;
	color: #5CA2C2;
}
a.navTextLink:hover {
	font: 8pt Arial;
    font-weight: normal;
    text-decoration: none;
	background-color:white;
    color: #353C4A;
}


.navText {
	font: 8pt arial;
	color:white;
}

.button {
	border: 1px gray outset;
	font: icon;
}

.button_l {
	border: 1px gray outset;
	font: 10pt arial;
	padding: 5px 5px 5px 5px;
}


.lineDotted {
	 border-top: 1px #828282 dotted;
	 margin-bottom: 10px;
}

.lineDotted2 {
	 border-top: 1px #828282 dotted;
	 margin-top: 10px;
	 margin-bottom: 10px;
}

.textWarning {
	font: 12pt arial;
	color: red;
	font-weight: bold;

}

.productPanel {
	border: 1px #828282 dotted;
	background-color: #666666;
}

.productTitle {
	font: 12pt arial;
	font-weight: bold;
	color:white;
}

a.productTitleLink:link,
a.productTitleLink:visited,
a.productTitleLink:active {
	font: 12pt Arial;
    font-weight: Bold;
    text-decoration:none;
    color: #5CA2C2;
}
a.productTitleLink:hover {
	font: 12pt Arial;
    font-weight: Bold;
    text-decoration: none;
	background-color:white;
    color: #353C4A;
}

a.productLink:link,
a.productLink:visited,
a.productLink:active {
	font: 10pt Arial;
    font-weight: normal;
    text-decoration:none;
    color: #5CA2C2;
}
a.productLink:hover {
	font: 10pt Arial;
    font-weight: normal;
    text-decoration:none;
	background-color:white;
    color: #353C4A;
}

.productInfo {
	font: 10pt arial;
	font-weight:normal;
	color:white;
}

.productWarning {
	font: 10pt arial;
	color: red;
	font-weight: bold;
}

.productPrice {
	font: 10pt arial;
	color: red;
	font-weight: bold;

}

.shoppingCartTitle {
	font: 12pt arial;
	font-weight: bold;
	color: #364F6D;
}

.txtStd {
	font: 10pt Arial;
	font-weight: normal;
	color:black;
}
.txtStdWarning {
	font: 10pt Arial;
	font-weight: normal;
	color: red;
}

a.linkStd:link,
a.linkStd:visited,
a.linkStd:active {
	font: 10pt Arial;
    font-weight: normal;
    text-decoration: none;
    color: #364F6D;
}
a.linkStd:hover {
	font: 10pt Arial;
    font-weight: normal;
    text-decoration: underline;
    background-color: #364F6D;
	color: white;
}

.columnHeaderText {
	font: 10pt arial;
	font-weight:bold;
}

.txtLargeBold {
	font: 12pt Arial;
	font-weight: bold;
	color:black;

}

.txtStdDarkBlue {
	font: 10pt arial;
	color: #24486C;
}

.txtLargeBoldDarkBlue {
	font: 12pt arial;
	color: #24486C;
	font-weight: bold;
}

.txtSmallMaroon {
	font: 10pt arial;
	color: maroon;
}

.txtStdBoldMaroon {
	font: 10pt arial;
	color: maroon;
	font-weight: bold;
}





