/* Configurator CSS Print Template
------------------------------------ */
* 
{ 
	padding: 0 0 0 0;
	margin: 0 0 0 0; 
}

body 
{
	font-family: Arial, Helvetica, Helv, Geneva, Verdana, sans-serif !important;
	font-size: 11px !important;
	background-color: #FFF !important;
	text-align: left !important;
	color:#333333 !important;
	padding: 2em !important;
}

ul
{
	padding: 5px 20px;
	margin-left: 10px;
	list-style-type:none;
}


p
{
	margin: 6px 10px 0 10px!important;
}

hr
{
	padding: 0px;
	margin: 5px 10px 5px 0px;
}

a img { border:none; }

/*img
{
	margin: 15px 0px 15px 15px; 
}
*/

a, a:link, a:active, a:visited 
{ 
	color:#005595 !important; 
	text-decoration:none !important; 
}

a:hover
{
	text-decoration:underline !important; 
}

.button
{
	padding: 0 0 0 0;
	margin: 0 5px 0 10px;
	font-size: 10px;
	color: #333333;
	background-color: #F0F0F0;
	border: 1px solid #BBBBBB;
	width: 8em;
	margin-right: 20px;
}

.return 
{
	text-align:right;
}
.return img
{
	margin: 0px; 
	padding:0px;
}

.rule 
{
	border-bottom: 1px solid #D6D6D6;
	padding-bottom: 10px;
	margin-right: 10px;
}

/* --------------------------------- */

/* Headings
------------------------------------ */
h1 
{
	font-size: 17px !important;
	font-weight: bold !important;
	color: #005595 !important;
	margin:0 0 12px 0 !important; 
	padding:0 !important;
}

h2 
{
	font-size: 12px;
	color: #005595;
	margin:12px 0 3px 0; 
	padding:0;
}

h3 
{
	font-size: 11px;
	font-weight: bold;
	color: #005595;
	margin:8px 0 2px 0; 
	padding:0;
}
/* --------------------------------- */

/* Content
------------------------------------ */
#wrapper, #footer 
{
	clear: both;
	width: 100%;
}

#main 
{
	clear: both;
	margin: 0px;
	padding: 0 0 15px 0;
}

#legal 
{
	clear: both;
	font-size: 9px; 
	font-style: italic;
	margin: 0;
}

#footer 
{
	clear: both;
	margin: 70px 0 0 0;
	font-weight: bold;
	text-align: center;
}
/* --------------------------------- */

table.general tr.hlt td { background-color:#fff2db; }

table.general { color: #777; border-collapse: separate; padding:10px 0; width:100%; margin-bottom:1em; }
table.general tr th.column { }
table.general tr th.lastColumn { }
table.general tr th, 
table.general tr td { vertical-align: top; padding: 2px 3px 2px 5px; border-bottom: 1px solid #eff3f4; }
table.general tr th { color: #444; font-weight: bold; padding-left: 0; border-right: 1px solid #eff3f4; }
table.general tr.head th { padding: 0; border: 0; border-bottom: 1px solid #eff3f4; }
table.general tr td { background-color: #fff; border-left: 1px solid #fff; border-right: 1px solid #eff3f4; }
table.general tr.alt td { background-color: #eff3f4;border-left: 0px solid #fff; border-right: 1px solid #d2d5d6; font-weight:bold; padding-top: 8px; padding-bottom:4px; white-space:nowrap; }
table.general tr .column.left { border-left: 0px; }
table.general tr .column.right { border-right: 1px solid #d2d5d6; }

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
float: right;
margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
float: left;
margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}
.mini-icon { vertical-align:text-bottom; }
