/* ------------------------ REGULAR TEXT ---------------------------*/
P, TD {
 font-family: Arial;
 font-size: 12px;
 clear: both;
}

H3 {
 font-family: Arial;
 font-size: 12pt;
 margin: 5px;
}

H3 {
 font-family: Arial;
 font-size: 12pt;
 margin: 5px;
}

#Par H3 {
 font-family: Arial;
 font-size: 12pt;
 text-align: left;
 margin-bottom: 1px;
}

#Par P {
 font-family: Arial;
 font-size: 9pt;
 text-align: left;
 margin-top: 3px;
 text-indent: 15px;
}

#Par ul {
 font-family: Arial;
 font-size: 9pt;
 text-align: left;
 margin: 25px;  
}

#Par li {
 margin: 8px;  
}

H1 {
 font-family: Arial;
 font-size: 12pt;
 margin: 5px;
 text-align: left;  
 margin-bottom: 0px;
}

H1.ProdName,H3.ProdName {
 font-family: Arial;
 font-size: 10pt;
 text-align: center;
 margin-top: 2px;
 margin-bottom: 0px;
}

A.ProdTitle {
 font-family: Arial;
 font-size: 9pt;
 font-weight: bold;
 color: black;
 text-decoration: none;
}

A.ProdTitle:hover {
 text-decoration: underline;
}

A.CatTitle {
 display: block;
 font-family: Arial;
 font-size: 9pt;
 font-weight: bold;
 color: black;
 text-decoration: none;
 margin-bottom: 7px;

}

A.CatTitle:hover {
 text-decoration: underline;
}

A.NormLink:visited {
 text-decoration: none;
}



body {
 margin: 0px;
 padding: 0px;
 background-color: #fbfaf3;
 font-size: 13px;
 font-family: verdana;
}

#debug_table TABLE TR TD {
 font-family: Arial;
 font-size: 12px;
 vertical-align: top;
}

.smtext {
 font-family: Arial;
 font-size: 11px;
 font-style: italic;
 font-weight: bold;
 text-align: center;
}

/* ------------------------ POPUP CSS ---------------------------*/  

.PopupInfo a {
 display: block;
 position: relative;
 color: blue;
}

.PopupInfo a:hover {
 color: #E98E35;
 border-width: 0; /* IE */
}

#InStockPopup a .PopupText {
 display: block;
 color: black;
 text-decoration: none;
 background-color: #F7D37B;
 border: 2px #4A698C solid;
 width: 250px;
 padding: 0.5em;
 position: absolute;
 top: -130;
 left: -100;
 z-index: 10;
 visibility: hidden;
}

#InStockPopup a:hover .PopupText {
	visibility: visible;
}

.spec_row {
 clear: both;
 width: 100%;
 margin: 5px;
}

.spec_leftcol {
 float: left;
 clear: left;
 width: 50px;
 margin: 5px;
}

#prod_desc {
 text-align: left;
 padding: 8px;
}
