p 
{
    margin: 10px 2px 5px 2px;
}

div.Body {
	background-color: #FFFFFF;
	color: #000000; 
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	margin: 5px, 5px, 5px, 5px;
	width: 760px;
}

div.ProductTitleBar
{
	background-color: #000000;
	color: #FFFFFF;
	text-align: right;
	font-family: arial, helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
    padding: 4px 7px 4px 4px;
    height: 30px;
    border: solid 5px #FFFFFF;
}

div.ProductBody
{
    margin: 5px 10px 15px 10px;
}

.ProductDescriptionHeader
{
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    margin: 15px 0px -15px 0px;
}

.ProductTitleIcon
{
    position: relative;
    left: 15px;
    margin-left: 5px;
    width: auto;
}

.ProductImage
{
    position: relative;
    float: right;
    top: 15px;
    clear: right;
    margin: 15px 5px 5px 5px;
}

.NewsImage
{
    position: absolute;
    float: right;
    top: 15px;
    clear: right;
    margin: 15px 5px 5px 5px;
}

.ProductNotes
{
    color: #FF9900;
    font-weight: bold;
    font-style: italic;
}

.ProductDocument
{
    font-size: 14px;
    margin: 20px 0 5px 0;
}

div.Details
{
    position: relative;
    text-align: left;
    padding-top: 20px;
    background-color: white;
    color: #000000;
}

div.Dimensions
{
    position: relative;
    text-align: left;
    width: 50%;
    background-color: #FFFFFF;
}

div.DimensionsTable
{
    display: table;
    border: solid 1px #000000;
    width: 200px;
}

div.DimensionsRow
{
    display: table-row;
}

div.DimensionsCell
{
    display: table-cell;
}

div.ProductDocumentBox
{
    position: absolute;
    float: right;
    text-align: center;
    width: 50%;
    bottom: 0;
    right: 0;
    background-color: #FFFFFF;
}

#Product table
{
    border-color: #000000;
    border-width: 0 0 1px 1px;
    border-style: solid;
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
}

#Product th
{
    border-color: #000000;
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;
    padding: 4px;
    text-align: left;
}

#Product td
{
    border-color: #000000;
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;
    padding: 4px;
}

#Product table.Specifications
{
    background-color: #D4D4D4;
    color: Black;
}

#Product td.Footer
{
    font-size: 8px;
}

#Product span.Warning
{
    background-color: Orange;
    padding: 2px 0 2px 2px;
}

#Product div.SpecificationsHeader
{
    position: relative;
    background-color: #FFFFFF;
    margin-top: 15px;
}

#Product div.Specifications
{
    position: relative;
    background-color: #FFFFFF;
    padding-bottom: 5px;
    font-size: x-small;
}

#Product a.Plain
{
    text-decoration: none;
    color: #000000;
}

#ProductGroup a.Header
{
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

#ProductGroup table
{
    width: 100%;
}

#ProductGroup th
{
    text-align: center;
}

#ProductGroup td
{
    text-align: center;
}

.modalBackground {
    background-color:Gray;
    filter:alpha(opacity=70);
    opacity:0.7;
}

.modalPopup {
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 750px;
    color: Black;
}

div.WarningHeader
{
    background-color: Orange; 
    font-size: 40px; 
    font-weight: bold;
    text-align: center;
}

h1.Center
{
    text-align: center;
    margin-top: 30px;
}

div.Scrollable
{
    overflow: auto; 
    width: 750px; 
    height: 500px;
    border: solid 2px #000000;
}

div.ScrollableNoBorder
{
    overflow: auto; 
    width: 750px; 
    height: 500px;
}

sup
{
    color: Blue;
}

.Padded
{
    padding: 0 5px 0 5px;
}

