/***************************************************************************************/
/* COMMON LAYOUT */
/***************************************************************************************/

html,body,div,span,table,tr,th,td,p,span,h1,h2,h3,h4,h5,ul,ol,li,a,form { padding: 0px; margin: 0px; } /* Start with a clean slate */
* { font-family: Arial;  }  /* Default font for all items */
* { -moz-box-sizing:border-box; box-sizing:border-box; -ms-box-sizing: content-box; -webkit-box-sizing: border-box; }
html { min-height: 100%; margin-bottom: 1px; } /* Set height to 100% + 1px to force scroll bar in FF */
#ht { position: absolute; top: -2000px; width: 700px; } /* Hidden Text - Look up. WAAAY Up */
.clear { clear: both; height: 0px; overflow: hidden; } /* Used to clear floats without taking up space */
html { margin: 0px 0px 0px 0px; background: #354054 url('../images/layout/bg-2.jpg') repeat-y top center; }
body { margin: 0px 0px 0px 0px; background: url('../images/layout/bg-1.jpg') no-repeat top center; min-height: 1092px; }
hr { border-color: #CCCCCC; border-width: 1px; border-top-style: solid; border-bottom-style: none; height: 1px; overflow: hidden; }
textarea, select, select * { color: #333333; font-size: 12px; }


.product-top-links { height: 45px; text-align: left; margin-left: 14px; }
.product-top-links a { text-decoration: none; padding: 0px 3px 0px 8px; }
.product-top-links a:hover { text-decoration: underline; }
.product-top-links a.o { font-weight: bold; }


