@charset "utf-8";
/* Absolute Positioned logos in short desc*/
/* Absolute Positioned logos in short desc*/

html { -webkit-font-smoothing: antialiased; }


.clearfix:after
{
	content: " ";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

/*-----Overall Styling------*/


.toplevel
{
	width: 800px;
	padding: 0px;
	margin: 0px
}

.toplevel .header
{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
	box-sizing:border-box;
}

.toplevel *
{
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	color: #555454;
}

.toplevel a:link
{
	color: #336699;
	text-decoration: none;
}

.toplevel a:hover
{
	color: #ed1c24;
	text-decoration: underline;
}

.toplevel > .header
{
	background-color:#EEEEEE;
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	padding: 5px;
}

.toplevel > .header2
{
	background-color:#f8f1f1;
	font-size: 14px;
	color:#000;
	font-weight: bold !important;
	text-decoration: underline !important;
	width: 100%;
	padding: 5px;
}

b
{
	font-weight: bold !important;
	
}

strong
{
	font-weight: bold !important;
	
}

u
{
	text-decoration: underline !important;

}	

i
{
	font-style:italic !important;
}	

h1
{
	font-size: 18px !important;
	line-height: 1.3;
	
}

h2
{
	font-size: 16px !important;
	line-height: 1.2;
}

h3
{
	font-size: 14px !important;
	line-height: 1.1;
}

/*---------Features--------*/
.sup {
        position: relative;
        bottom: .3em;
        font-size: 0.8em !important;
        font-style: normal !important;
}

.heavy {
		font-size: 13px !important;
		font-weight:bold;
		font-family: Helvetica, Verdana, Geneva, sans-serif;
		color: #0A0A2A;
		}

#features div.header
{
	background-color:#EEEEEE;
	font-weight: bold;
	width: 100%;
	padding: 5px;
}

#features
{
	display: table;
}


#features > div
{
	padding-bottom: 5px;
	margin-bottom: 15px;
}

#features > div.header
{
	border-bottom: none;
}

#features > div:first-child, #features > div:last-child
{
	border-bottom: none;
}

.cell
{
	display: table-cell;
}

.row
{
	display: table-row;
}

.header2
{
	background-color:#f8f1f1;
	font-size: 14px;
	color:#000;
	font-weight: bold !important;
	text-decoration: underline !important;
	width: 100%;
	padding: 5px;
}

/*------One column, even, horizontal----------*/
#features > .onecol.even.horizontal img
{
	float: right;
	padding: 0 5px 0 15px;
}

#features > .onecol.even.horizontal .text
{
	padding: 0 0 0 5px;
}

#features > .onecol.even.horizontal:nth-child(odd) img {
 float: left;
	padding: 0 15px 0 5px;
}

/*-----two column, even, horizontal -------*/
#features > .twocol.even.horizontal img
{
	float: left;
	padding: 0 5px 0 5px;
}

#features > .twocol.even.horizontal .cell
{
	width: 365px;
	float: right;
	vertical-align: top;
}

#features > .twocol.even.horizontal .cell:first-child
{
	float: left;
}

/*-------two column, even, vertical-----*/

#features > .twocol.even.vertical
{
	width: 100%;
}

#features > .twocol.even.vertical img
{
	padding-bottom: 5px;
}

#features > .twocol.even.vertical .top .cell
{
	text-align: center;
	vertical-align: middle;
}

#features > .twocol.even.vertical .top .cell
{
	vertical-align: top;
}

#features > .twocol.even.vertical .cell
{
	width: 365px;
}

#features > .twocol.even.vertical .cell:first-child
{
	padding-right: 15px;
}

/*------Three column, even, horizontal-----*/

div.threecol .cell
{
	padding-top: 5px;
	padding-bottom: 10px;
	width: 225px;
	height: 100%;
}

div.threecol .cell:first-child
{
	padding-right: 24px;
	padding-left: 5px;
}

div.threecol .cell:first-child + .cell
{
	padding: 0 25px 0 25px;
}

div.threecol .cell:first-child + .cell + .cell
{
	padding-left: 24px;
	padding-right: 5px;
}


/*-----Specifications------*/

#specifications
{
	width: 800px;
}

table.specifications
{
	width: 100%;
	border-collapse: collapse;
}

table.specifications tr:nth-child(even) {
 background-color: #CCDDFF;
}

table.specifications thead tr td
{
	background-color: #eeeeee;
	font-size: 14px;
	font-weight: bold;
}