﻿@charset "utf-8";

.content {
	padding: 10px;
	width: 460px;
	float: left;
}
.sidebar2 {
	float: left;
	width: 230px;
	background: #ffffff;
	padding: 10px 0;
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}

#redbar{
	float:right;
	width:720px;
	background-color:#bf311a;
	}

.datacard h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	color:#bf311a; 
	font-size:24px; 
	line-height:26px; 
	font-style:bold; 
	margin:0px;
}

.datacard h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	font-weight:normal;
	margin-left:10px;
	margin-bottom:0px;
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
}

.datacard h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	font-weight:normal;
	margin-bottom:0px;
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
}

.datacard h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	font-weight:normal;
	text-align:right;
	margin-bottom:0px;
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
}

.datacardcolumnspan{
	float:left;
	width:720px;
	background-color:#ffffff;
	}

.infoText {
	background-color: #42413c;
	color: #fff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.infoText .indent { padding-left: 5px; }

.imgDivOuter {
	position: absolute;
}

.imgDiv {
	background-color: #000;
	filter: alpha(opacity=0);
	height: 20px;
	opacity: 0;
	position: relative;
	top:7px;
	width:20px;
}

#MainContent_div_List_Universe { left:124px; }
#MainContent_div_Selects { left:76px; }
#MainContent_div_Addressing { left:110px; }
#MainContent_div_Specifications { left:298px; top:-40px; }

div.seldetails 
{
    position: absolute !important
}

div.seldetailsPrint
{
    margin: 0 15px;
}

.seldetails td,
.seldetailsPrint td
{
    font-size:.8em;
}

.seldetails .title,
.seldetailsPrint .title
{
    background-color: #71cde4
}

.seldetails tr.gray,
.seldetailsPrint tr.gray
{
    background:#e1e1e1
}
