
body {
    
	background-color: white;
	
	color: black;
	font-family: Arial;
	font-size: 10pt;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
h1 {
    font-size: 20pt;
    font-weight: normal;
    color: #486678;
    padding-top: 3px;
    padding-left: 0px;
    padding-bottom:0px;
    margin: 0px;
}
p {
    margin-top: 0px;
    margin-bottom: 1em;
}
td {
	color: black;
	font-family: Arial;
	font-size: 10pt;
	text-align: left;
}
input {
    font-family: Arial;
    font-size: 12px;
}
textarea {
    font-family: Arial;
    font-size: 12px;
}
.directions {
	color: #393939;
	font-family: Arial;
	font-size: 9pt;
}
A:link {
    color: #414D62;
}
A:visited {
	color: #414D62;
}
A:active {
	color: #414D62;
}
A:hover {
	color: #8FA8BA;
}
.error {
	color: #990000;
	font-weight: bold;
}
.hiddenTextBox {
	display: none;
}
.sequencebox {
	width: 35px;
}
.smallText {
	color: black;
	font-family: Arial;
	font-size: 9pt;
}
.header {
	background-color: #2b3956;
	border-top: 1px solid #2b3956;
	height: 25px;
	color: #FFFFFF;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	padding-left: 3px;
	padding-right: 3px;
}
.headerBorder {
	background-color: #FFFFFF;
}
.contentCell {
    padding: 0px;
}
a.headerLink:active {
    color: #FFFFFF;
    text-decoration: none;
}
a.headerLink:link {
    color: #FFFFFF;
    text-decoration: none;
}
a.headerLink:visited {
    color: #FFFFFF;
    text-decoration: none;
}
a.headerLink:hover {
    color: #414D62;
    text-decoration: none;
}
.subHeader {
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	background-color: #d7ac1f;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.subSubHeader {
	background-color: #adadad;
	height: 25px;
	color: #FFFFFF;
	font-family: Arial;
	border-right: 1px solid #595959;
	border-left: 1px solid Silver;
	border-top: 1px solid Silver;
	border-bottom: 1px solid #595959;
	font-size: 11px;
	font-weight: bold;
	padding-left: 3px;
	padding-right: 3px;
}
.subSubSubHeader {
	background: #EBEADB;
	border-bottom: 1px solid #CBC7B8;
	font-weight: bold;
	font-size: 10px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
	padding-left: 3px;
}
.footer {
	background: #2b3956;
	color: white;
	font-size:10px;
}
.standardButton {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	border-left: 1px solid #CCCCCC;
	height: 22px;
	width: 175px;
	background-color: #ECECEC;
	font-family: Arial;
	font-size: 11px;
	cursor: pointer;
}
.smallButton {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	border-left: 1px solid #CCCCCC;
	height: 18px;
	width: 50px;
	background-color: #ECECEC;
	font-family: Arial;
	font-size: 10px;
	cursor: pointer;
}
.highlight {
	background-color: #ffffcc;
}
.TreeView {
    padding-left: 3px;
}
.TreeView td div {
    height: 20px !important;
}
.TreeViewNode {
    padding: 0px 5px 0px 5px;
    display: block;
    color: black;
    font-size: 8pt !important;
    line-height: 20px;
}
a.TreeViewNode:link {
    display: block;
    color: black;
    font-size: 8pt !important;
    line-height: 20px;
}
a.TreeViewNode:visited {
    display: block;
    color: black;
    font-size: 8pt !important;
    line-height: 20px;
}
a.TreeViewNode:active {
    display: block;
    color: black;
    font-size: 8pt !important;
    line-height: 20px;
}
a.TreeViewNode:hover {
    display: block;
    color: black;
    font-size: 8pt !important;
    line-height: 20px;
    background-color: #FFFFCC;
}
a.TreeViewSelectedNode:link {
    color: #99002E;
    font-weight: bold;
}
a.TreeViewSelectedNode:visited {
    color: #99002E;
    font-weight: bold;
}
a.TreeViewSelectedNode:active {
    color: #99002E;
    font-weight: bold;
}
a.TreeViewSelectedNode:hover {
    color: #99002E;
    font-weight: bold;
}
.TreeViewCheck {
    padding-left: 3px;
}
.TreeViewCheck input {
    margin-top: 1px;
    margin-bottom: 1px;
}
.TreeViewCheck td div {
    height: 20px !important;
}
.TreeViewCheckNode {
    padding: 0px 5px 0px 0px;
    color: black;
    font-size: 8pt !important;
    line-height: 20px;
}
.discussionHeader {
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
}
.discussionDate {
	font-size: 8pt;
	font-family: arial;
}
a.commentLink:active {
    color: #414D62;
    text-decoration: underline;
}
a.commentLink:link {
    color: #414D62;
    text-decoration: underline;
}
a.commentLink:visited {
    color: #414D62;
    text-decoration: underline;
}
a.commentLink:hover {
    color: #8FA8BA;
    text-decoration: underline;
}
a.commentPosterName:active {
    color: #414D62;
    text-decoration: none;
    font-size: 10pt;
    font-weight: bold;
}
a.commentPosterName:link {
    color: #414D62;
    text-decoration: none;
    font-size: 10pt;
    font-weight: bold;
}
a.commentPosterName:visited {
    color: #414D62;
    text-decoration: none;
    font-size: 10pt;
    font-weight: bold;
}
a.commentPosterName:hover {
    color: #8FA8BA;
    text-decoration: none;
    font-size: 10pt;
    font-weight: bold;
}
.commentPosterNameNoLink {
	color: #414D62;
	font-size: 10pt;
	font-weight: bold;
}
.discussionSubCatHeader {
	color: #000000;
	background-color: #DEDEDE;
	font-size: 9pt;
	border-bottom: solid 1px #000000;
}
.discussionBorder {
	border-right: solid 1px #000000;
	border-left: solid 1px #000000;
}
.discussionCommentHeader {
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
	background-color: #d7ac1f;
}
.discussionMasterHeader {
	background-color: #2b3956;
	height: 25px;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
}
.discussionCatHeader {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	background-color: #d7ac1f;
}
.discussionGridHeader {
	background-color: #2b3956;
	height: 25px;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
}
.discussionGridRow {	
	background-color: #FFFFFF;
}
.discussionGridRowAlt {
	background-color: #EBEBEB;
}
.grey_back {
	background-color: #cccccc;
}
.mapCat {
	font-weight: bold;
	line-height: 1.5;
}
.mapItem {
	font-style: italic;
	line-height: 1.2;
}
.calendarIcon {
    cursor: pointer;
}
.underline {
    text-decoration: underline;
}
.alignLeft {
    text-align: left;
    margin-left: auto;
}
.alignCenter {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.alignRight {
    text-align: right;
    margin-left: auto;
}
.noWrap {
    white-space: nowrap;
}
.loadingModalBackground {
    background-color: gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.loadingModalPanel {
    background-color: #EEF1F6;
    margin: 0px;
    text-align: center;
    width: 480px;
    height: 120px;
    border: solid 1px gray;
}
.loadingModalTableCell {
    text-align: center;
    width: 480px;
    height: 120px;
    font-size: 20px;
}
.calendarNextPrevLink {
    font-size: 10pt;
    font-weight: bold;
}
.calendarNextPrevList {
    font-size: 10pt;
    font-weight: bold;
}
.productImage {
    padding-right: 10px;
    border: solid 1px black;
}
.fileUpload {
    font-family: Arial;
    font-size: 13px;
    padding: 1px;
}
.promo_label {
    color: #9f9e9e;
}
.viewPageTrailRow {

}
.viewPageTrailCell {
    height: 22px;
    font-size: 10px;
    font-weight: bold;
}
.viewPageContentCell {
    vertical-align: top;
}
.productBodyHeaderTable {
    
}
.uiCatViewAllLinkRow {
    padding-top: 5px;
    font-weight: bold;
}
.shoppingTable {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 600px;
    border: 1px solid #e3e2e2;
    background-color: #f3f3f4;
    padding: 4px;
}
.shoppingCell{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-family: Arial;
    font-size: 10pt;
    font-weight:bold;
    color: #d6d6d6;
    padding: 1px;
}
.shoppingVisited{
    color: #4f5050;
}
.shoppingActive{
    color: #4f5050;
    background-color: #e5e5e5;
    border: 1px solid silver;
}
.shoppingArrow {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size:12pt;
    width: 25px;
    color: #4f5050;
}
a.shoppingLink:active {color: #d6d6d6; text-decoration: none;}
a.shoppingLink:link {color: #d6d6d6; text-decoration: none;}
a.shoppingLink:visited {color: #d6d6d6; text-decoration: none;}
a.shoppingLink:hover {color: #d6d6d6; text-decoration: none;}
a.shoppingLinkVisited:active {color: #4f5050; text-decoration: none;}
a.shoppingLinkVisited:link {color: #4f5050; text-decoration: none;}
a.shoppingLinkVisited:visited {color: #4f5050; text-decoration: none;}
a.shoppingLinkVisited:hover {color: #d6d6d6; text-decoration: none;}
.featured-table {
    border: solid 1px #d0c1c1;
    height: 115px;
}
.featured-datalist {
    padding-left: 10px;
}
.featured-product-price {
    font-family: arial;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
}
.featured-product-price-list {
    text-decoration: line-through;
    color: #000000;
}
.featured-product-price-sale {
    color: red;
    font-weight: bold;
}
.uiCatListTable td {
    text-align: center;
}
.productSwatchColor {
	width: 20px;
	padding: 2px;
	border: dotted 1px #999;
}
.productSwatchColor.no-image {
	border: dotted 1px #ddd;
}
.productSwatchColor:hover {
	background: #ffffd0;
}
#imageNotAvailable {
	display: none;
	position: absolute;
	background: url(../images/image-not-available-for-color.png) no-repeat center center;
}
.infolabel
{
    color: #2F3030;
    font-family: arial;
    font-size: 11px;
    line-height: 14px;
}
.textlabel
{
    color: #2F3030;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    line-height: 15px;
}
.order_confirm_almost
{
}
.uiCatProdListTopCell {
    height: 190px;
}
.uiCatProdListImg {
    width: 175px;
}
.productPrimaryImage {
    width: 200px;
}
.formTable {
    width: 98%;
}
.formTableCellLeft {
    text-align: right;
    width: 1%;
    white-space: nowrap;
}
.formTableCellRight {

}
.formTableCellColspan {

}
.productEnlargeImageLink {
    font-size: 10px;
    text-decoration: none;
}
a.productEnlargeImageLink:active {
    font-size: 10px;
    text-decoration: none;
}
a.productEnlargeImageLink:link {
    font-size: 10px;
    text-decoration: none;
}
a.productEnlargeImageLink:visited {
    font-size: 10px;
    text-decoration: none;
}
a.productEnlargeImageLink:hover {
    font-size: 10px;
    text-decoration: none;
}
.productEnlargeImageLink img {
    vertical-align: top;
}
a.productEmailFriendLink:active {
    font-size: 10px;
    text-decoration: none;
}
a.productEmailFriendLink:link {
    font-size: 10px;
    text-decoration: none;
}
a.productEmailFriendLink:visited {
    font-size: 10px;
    text-decoration: none;
}
a.productEmailFriendLink:hover {
    font-size: 10px;
    text-decoration: none;
}
.productEmailFriendLink img {
    vertical-align: top;
}
.jQueryTooltipContainer {
	position: relative;
}
.jQueryTooltipContainer .jQueryTooltip {
	display: none;
	position: absolute;
	font-size: 12px;
	color: black;
	border: darkgray 1px outset;
	background-color: #ECECEC;
	margin: 3px;
	padding: 8px;
	text-align: left;
	white-space: nowrap;
	z-index: 999;
}
.jQueryTooltip ul {
    margin: 0px;
    padding-left: 15px;
}
