/* @group Core Elements */

html {
	height: 100%;
	margin-bottom: 1px;
}

body,td {
	line-height: 120%;
	font-family: Arial, Helvetica, sans-serif;
}

body,
form,
.zero {
	margin: 0;
	padding: 0;
			
}

body.f-smaller {
	font-size: 10px;
}

body,
body.f-default {
	font-size: 12px;
}

body.f-larger {
	font-size: 15px;
}

p {
  /* setup some more readable paragraph spacing */
  margin-top: 10px;
  margin-bottom: 15px;
}

h1, h2, h3, h4, h5, h6 {
	/* setup some more readable header spacing */
	padding-bottom: 5px;
	margin: 15px 0;
	font-family: Arial, Helvetica, sans-serif;
}

h1 { 
	font-size: 24px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 11px;
}

hr {
border: none 0;
border-top: 1px solid #d7d7d7;
height: 1px;
}

body {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* @end */

/* @group Elements */

.small,
.modifydate,
.createdate,
div.mosimage-caption {
	font-size: 100%;
}

.componentheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 100%;
	padding: 0;
	margin: 20px 0 20px 0;
}

#mainframe td.contentheading,
.contentheading,
.contentheading2,
.contentheading3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-left:0px;
	padding: 2px 10px;
	height: 30px;
	line-height: 30px;
}

#mainframe td.buttonheading,
#mainframe .contentpaneopen td.buttonheading {
	padding: 7px 3px 0;
}

#mainframe td.column-separator {
	padding-left: 15px;
}

td.componentheading {
	padding-bottom: 15px;
}

#mainframe td.sectiontableheader {
	font-weight: bold;
	padding: 4px 2px;
}

#mainframe td.sidebar.left {
	/*background: url(../images/style2/left-shadow-w.png) 0 0 repeat-y;*/
}

#mainframe td.sidebar.right {
	/*background: url(../images/style2/right-shadow.png) 0 0 repeat-y;*/
}

.sectiontableentry1,
.sectiontableentry2 {
	text-align: left;
	padding: 2px 0;
}

.contentpane,
.contentpaneopen {
	width: 100%;
}

#mainframe .contentpaneopen td {
	padding: 0 10px;
}

/* @end */

/* @group Structure */

#frame-4 {
	padding: 20px 36px 0;
}

#masthead {
	height: 120px;
	position: relative;
}

#logo {
	width: 170px;
	height: 115px;
	margin-top:  0px;
	margin-left: 0px;
}

div#mod-banner {
	top: 22px;
	right: 180px;
	position: absolute;
	width: 468px;
	height: 60px;
}

div#mod-top {
	top: 0;
	left: 160px;
	width:750px;
	height: 59px;
	overflow: hidden;
	position: absolute;
}

div#mod-top .top-padding {
	padding-left: 8px;
	padding-top:8px;
}

#pathway {
/*	position:absolute;
	top:-10px;
	left:215px;
*/
	margin-top:-10px;
	height: 30px;
	padding: 0;
	overflow: hidden;
}

.mainbody-padding {
	position:relative;
	padding: 0;
}

.component-padding {
	padding-bottom: 8px;
}

.body-padding {
	margin-top: 0;/*8px;*/
	padding-right: 0; /* 16px */
}

#footer-padding {
	padding: 5px 10px 0; /* 15px 34px */
}

/*
#rocket-3 {
	height: 32px;
	text-align: center;
}
*/

#mainframe .sections .left,
#mainframe .sections .right {
	background: none;
}

/* @end */

/* @group Table Control */

#mainframe {
	width: 100%;
	border-collapse: collapse;
	padding: 0;
}

table.sections {
	width: 100%;
	border-collapse: collapse;
}

#mainframe td,
.sections td {
	padding: 0;
}

td.w20 {
	width: 20%;
}

td.w24 {
	width: 25%;
}

td.w33 {
	width: 33%;
}

td.w49 {
	width: 50%;
}

td.w99 {
	width: 100%;
}

td.spacer img {
	width: 10px;
}

#mainframe tr {
	vertical-align: top;
}

/* @end */

/* @group Modules */

.module,
.module-opt,
.module-hilite1,
.module-hilite2,
.module-hilite3,
.module-hilite4,
.module-hilite5 {
	margin-bottom: 10px;	
}

.module h3,
.module-hilite1 h3,
.module-hilite2 h3,
.module-hilite3 h3,
.module-hilite4 h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	margin: 0;
	padding-left: 18px;
	margin-bottom: 5px;
}

.module div div div,
.module-hilite1 div div div,
.module-hilite2 div div div,
.module-hilite5 div div div {
	padding: 4px 0px 16px;
}
.module-hilite3 div div div,
.module-hilite4 div div div {
	padding: 15px;
}

#inner_pad {padding:4px 16px;}

.module div div div div,
.module-hilite1 div div div div,
.module-hilite2 div div div div,
.module-hilite3 div div div div,
.module-hilite4 div div div div,
.module-hilite5 div div div div,
.left .module div div div div,
.left .module-hilite1 div div div div,
.left .module-hilite2 div div div div,
.left .module-hilite3 div div div div,
.left .module-hilite5 div div div div,
.right .module div div div div,
.right .module-hilite1 div div div div,
.right .module-hilite2 div div div div,
.right .module-hilite3 div div div div,
.right .module-hilite4 div div div div,
.right .module-hilite5 div div div div {
	background: none;
	padding:0;
}

#footer-1 .module h3,
#footer-1 .module-hilite2 h3 {
	padding-left: 0;
	background: none;
}

#footer-1 .module div div div,
#footer-1 .module ul {
	margin:0;
	padding: 0;
}


/* section table overrides */
.sections .left .module-hilite1 div div,
.sections .left .module-hilite2 div div,
.sections .left .module-hilite3 div div,
.sections .left .module-hilite4 div div,
.sections .right .module-hilite1 div div,
.sections .right .module-hilite2 div div,
.sections .right .module-hilite3 div div,
.sections .right .module-hilite4 div div,
.sections .right .module-hilite5 div div{
	background: none;
}

/* @end */

/* @group Horizontal Menu */

#horiz-menu {
	width: 480px;
	height: 80px;
	top:    35px;
	right:  18px;
	position: absolute;
}

#apps-menu {
	height: 33px;
	bottom: 46px;
	right: 482px;
	position: absolute;
	z-index:99;
	/*background: url(../images/style2/bar_1.png) 0 0 no-repeat;*/
}
#apps-menu div {
	float:left;
	margin-right:10px;
	background: url(../images/style2/bar_1.png) 0 0 no-repeat;
}
#apps-menu div div {
	margin-right:0;
	background: url(../images/style2/bar_2.png) 100% 0 no-repeat;
}

#apps-menu div div a, #apps-menu div div div {
	display:block;
	float:left;
	height: 33px;
	border:0px solid #fff;
	font-size:18px;
	line-height:18px;
	color:#000;
	padding: 5px 10px 0 35px;
	background:none;
}

.horiz-menu{
	height: 80px;
}
/* @group Content Styles */

/* @group Top Module */

div#mod-top ul {
	padding: 0;
	margin: 0
}

div#mod-top li {
	float:  left;
	width: 100%;
	margin-bottom: 3px;
	margin: 0;
	padding: 0;
	padding-left: 15px;
	list-style: none;
}

div#mod-top a.mainlevel {
	background: none;
	display: inline;
	padding: 0;
	margin: 0;
}

/* @end */


/* @group Readon */

.readon {
	display: block;
	float: left;
	clear: both;
	line-height: 30px;
	width: 101px;
	text-align: center;
	margin-top: 15px;
}

.module .readon,
.module-hilite1 .readon,
.module-hilite2 .readon,
.module-hilite3 .readon,
.module-hilite4 .readon {
	float: none;
	clear: both;
	padding-left: 22px;
	line-height: 18px;
	width: auto;
	text-align: left;
}

#footer-1 .readon {
	background: none;
	padding-left: 0;
}

a.bttz {text-decoration:none; color:inherit;}
a.bttz:hover {text-decoration:none; color:inherit;}
.buttonne,
.buttonnes {
	display: block;
	float: left;
	clear: both;
	line-height: 30px;
	text-align: center;
	font-weight:bold;
	color:#000000;
	margin-top: 0px;
	cursor: pointer;
	background: url(../images/style2/but1.png) 0 0 no-repeat;
}

.buttonne a:hover{text-decoration:none}

.buttonne div {
	padding:0 30px 0 10px;
	background: url(../images/style2/but2.png) 100% 0 no-repeat;
}
.buttonnes div {
	background: url(../images/style2/but3.png) 100% 0 no-repeat;
}
.buttonnes div,
.buttonne.as div,
.buttonne.bs div,
.buttonne.cs div {
	margin-right:0;
	padding:0 10px 0 10px;
}

.buttonne.a,
.buttonne.as {
	color:#000000;
	background: url(../images/style2/but1a.png) 0 0 no-repeat;
}
.buttonne.a div {
	background: url(../images/style2/but2a.png) 100% 0 no-repeat;
}
.buttonne.as div {
	background: url(../images/style2/but3a.png) 100% 0 no-repeat;
}

.buttonne.b,
.buttonne.bs {
	color:#000000;
	background: url(../images/style2/but1b.png) 0 0 no-repeat;
}
.buttonne.b div {
	background: url(../images/style2/but2b.png) 100% 0 no-repeat;
}
.buttonne.bs div {
	background: url(../images/style2/but3b.png) 100% 0 no-repeat;
}

.buttonne.c,
.buttonne.cs {
	line-height: 24px;
	color:#ffffff;
	font-weight:normal;
	background: url(../images/style2/but1c.gif) 0 0 no-repeat;
}
.buttonne.c div {
	padding:0 18px 0 6px;
	background: url(../images/style2/but2c.gif) 100% 0 no-repeat;
}
.buttonne.cs div {
	background: url(../images/style2/but3c.gif) 100% 0 no-repeat;
}

.buttonne.d,
.buttonne.e,
.buttonne.f,
.buttonne.g,
.buttonne.h {
	clear: none;
	line-height: 20px;
	color:#000;
	font-weight:normal;
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin-left:5px;
	background: url(../images/style2/but1d.gif) 0 0 no-repeat;
}
.buttonne.d div {
	padding:0 6px 0 5px;
	background: url(../images/style2/but3d.gif) 100% 0 no-repeat;
}
.buttonne.d.s div {
	padding:0 5px 0 5px;
	background: url(../images/style2/but3d.gif) 100% 0 no-repeat;
}

.buttonne.e {
	color:#ffffff;
	background: url(../images/style2/but1e.gif) 0 0 no-repeat;
}
.buttonne.e div {
	padding:0 6px 0 5px;
	background: url(../images/style2/but3e.gif) 100% 0 no-repeat;
}
.buttonne.e.s div {
	padding:0 5px 0 5px;
	background: url(../images/style2/but3e.gif) 100% 0 no-repeat;
}

.buttonne.f {
	color:#001A57;
	background: url(../images/style2/but1f.gif) 0 0 no-repeat;
}
.buttonne.f div {
	padding:0 5px 0 5px;
	background: url(../images/style2/but3f.gif) 100% 0 no-repeat;
}
.buttonne.f.s div {
	padding:0 5px 0 5px;
	background: url(../images/style2/but3f.gif) 100% 0 no-repeat;
}

.buttonne.g {
	color:#ffffff;
	background: url(../images/style2/but1g.gif) 0 0 no-repeat;
}
.buttonne.g div {
	padding:0 35px 0 5px;
	background: url(../images/style2/but2g.gif) 100% 0 no-repeat;
}
.buttonne.g.s div {
	padding:0 6px 0 5px;
	background: url(../images/style2/but3g.gif) 100% 0 no-repeat;
}
.buttonne.h {
	color:#cccccc;
	cursor:default;
	background: url(../images/style2/but1h.gif) 0 0 no-repeat;
}
.buttonne.h div {
	padding:0 5px 0 5px;
	background: url(../images/style2/but2h.gif) 100% 0 no-repeat;
}
.buttonne.h.s div {
	padding:0 5px 0 5px;
	background: url(../images/style2/but3h.gif) 100% 0 no-repeat;
}

.buttonne.h a {
	display:block;
	float: left;
	line-height: 20px;
	padding:0 5px 0 5px;
	color:#000;
}

.buttext {
	display: block;
	float: left;
	text-align: center;
	margin-top: 0px;
	cursor: pointer;
	clear: none;
	line-height: 21px;
	color:#000;
	font-weight:normal;
	font-size:10px;
	margin-left:5px;
	background: none;
	}
.buttext div {
	padding:0 5px 0 5px;
	background: none;
}

/* @end */

/* @group Pathway */
span.pathway {
	display: block;
	line-height: 35px;
	height: 30px;
	font-weight: normal;
	margin-bottom: 15px;
	padding-left: 0px;
}

span.pathway img {
	float: left;
	width: 10px;
	height: 10px;
	
}

span.pathway a {
	padding: 0 12px 0 0;
}

/* @end */

/* @group Network */

#network a       {display:block;width:99%;margin-bottom:5px;clear:both}
#network a:hover {text-decoration:none}
#network img     {float:left;margin-right:8px}
#network h1      {font-size:12px;color:#646464;padding:0;margin:0}
#network h2      {font-size:11px;color:#999999;padding:0;margin:0 0 12px 0;font-weight:normal}
#network .sections td {padding:0 15px 5px}
#network ul.arrow-0 li   {margin-bottom:0}

/* @end */

/* @group Typography */

ul.number,
ul.flame-1,
ul.flame-2,
ul.flame-3,
ul.arrow-1,
ul.arrow-2,
ul.arrow-3,
ul.arrow-4,
ul.arrow-5,
ul.arrow-6,
ul.triangle-1,
ul.triangle-2,
ul.triangle-3,
ul.triangle-4,
ul.triangle-5,
ul.triangle-6,
ul.bullet-1,
ul.bullet-2,
ul.bullet-3,
ul.bullet-4,
ul.bullet-5,
ul.bullet-6 {
	padding-left: 20px;
	margin-left: 0;
}

ul.arrow-0 {
	padding-left: 20px;
	margin-left: 0;
}

ul.number li,
ul.flame-1 li,
ul.flame-2 li,
ul.flame-3 li,
ul.arrow-1 li,
ul.arrow-2 li,
ul.arrow-3 li,
ul.arrow-4 li,
ul.arrow-5 li,
ul.arrow-6 li,
ul.triangle-1 li,
ul.triangle-2 li,
ul.triangle-3 li,
ul.triangle-4 li,
ul.triangle-5 li,
ul.triangle-6 li,
ul.bullet-1 li, 
ul.bullet-2 li, 
ul.bullet-3 li,
ul.bullet-4 li, 
ul.bullet-5 li, 
ul.bullet-6 li {
	list-style: none;
	margin-left: 0;
	margin-bottom: 5px;
	padding-left: 20px;
}

ul.arrow-0 li {
	list-style: none;
	margin-left: 0;
	margin-bottom: 5px;
	padding-left: 0;
}

pre {
	padding: 10px;
	white-space: normal;
	line-height: 135%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

blockquote {
	background: #f5f5f5 url(../images/style2/quote.png) 6px 12px no-repeat;
	font-style: normal;
	font-size: 12px;
	line-height: 150%;
	width: auto;
	padding: 10px 10px 10px 60px;
	margin: 15px 0;
}

/* @end */

/* @group Notice Styles */

span.quest,
span.answ,
span.notice,
span.alert,
span.info,
span.download,
span.note {
	display: block;
	padding: 10px 10px 10px 45px;
	margin: 15px 0;	
}


/* @end */


div#frame {
	border: 5px solid #EBEBEB;
}

div#frame div.button#left { 
	background: url(../images/style2/tabs-prev.png) 0 -20px no-repeat;
}

div#frame div.button#right { 
	background: url(../images/style2/tabs-next.png) 0 -20px no-repeat;
}

.nounder {
	text-decoration: none;
	border: 0;
	cursor: pointer;
}

.clr {
	clear:both;
}

fieldset.input {
	border: 0;
}

/* @end */


/* print */
div.pb {float:left;position:relative}

div.pb img {position:absolute;top:0;right:5px !important;right:4px}
div.pb a, div.pb span {display:block;margin:0 5px 0px 0;padding:6px 6px 4px;border:1px solid #d7d7d7}
div.pb span {background-color:#f0f0f0}

/*
#basso div.pb img {position:absolute;top:0;right:5px !important;right:4px}
#basso div.pb a, #basso div.pb span {display:block;margin:0 5px 0px 0;padding:6px 6px 4px;border:1px solid #d7d7d7}
#basso div.pb span {background-color:#f0f0f0}
*/
/*
#alto div.pb img {display:none;visibility:hidden}
#alto div.pb a, #alto div.pb span {display:block;margin:0 0 0 5px;padding:0;}
*/

/*
.alto .testobold, .alto .testo {padding:3px 12px 4px;border:1px solid #d7d7d7;}
.alto .testobold {background-color:#f0f0f0;	font-weight:bold}
*/
/* @end */

/* price */
.price {
color:#ff9900;
font-size:14px;
}
.sprice{
color:#001A57;
/*padding-bottom:5px;*/
/*font-size:14px;*/
}
.sprice b{
color:#f90;
font-size:14px;
}
.sprice i{
font-style:normal;
/*text-decoration: line-through;*/
}

/* @end */

/* help */
.tornasu{
float:right;color:#666;
font-size:11px;
padding:0 8px 0 16px;
background: url(../images/li_top.gif) left center no-repeat;
}

p.sshot {
text-align:center;
padding:10px;
border-top: 1px #d7d7d7 dashed;
border-bottom: 1px #d7d7d7 dashed;
}

/*
a.loca img,
img.loca {
border: 1px solid #d7d7d7;
}
*/

/* table */
#mainframe table.format {
	width: 100%;
	border-top: 1px solid #D7D7D7;
	border-left:1px solid #D7D7D7;
	border-right:1px solid #D7D7D7;
	border-bottom:1px solid #D7D7D7;
}
#mainframe table.format th {
	text-align:left;
	background-color: #f0f0f0;
	border-bottom: 1px solid #D7D7D7;
}
#mainframe table.taglia th {
	text-align:center;
	line-height:24px;
}
#mainframe table.format td {
	font-size:100%;
	padding:4px 8px;
	vertical-align:middle;
	/*border-bottom: 1px solid #D7D7D7;*/
}
#mainframe table.taglia td {
	text-align:center;
	padding:4px 8px;
	line-height:14px;
}

#mainframe table.format td.select {
	background-color: #f5f5f5;
/*
	border-width: 0 1px 1px 0;
	border-bottom: 0px solid #D7D7D7;
*/
	font-weight:bold;
	color:#666;
}
#mainframe table.form td {
border:0;
white-space:nowrap;
}
#mainframe table.format td.clear {
border:0;
}
#mainframe table.format td.mid {
	border-left: 1px solid #D7D7D7;
	border-right: 1px solid #D7D7D7;
}



/* FORM --------------------------------------------------------- */ 
form	{margin:0; padding:0}
form label	{cursor:pointer}
.inputbox	{padding:5px 5px;}
.button	{white-space:nowrap;cursor:pointer;padding:4px 8px 5px; border:1px solid #ccc; background:#f0f0f0; color:#333; font-size:12px; text-transform:uppercase}
.button:hover, .button:focus	{border:1px solid #999999; background:#999999; color:#FFFFFF;text-decoration:none}
* html .button	{padding:5px 8px 5px !important; /*IE 6*/}
*+html .button	{padding:5px 8px 5px !important; /*IE 7*/}
.inputbox	{border:1px solid #CCCCCC; background:#FFFFFF}
.inputbox:hover, .inputbox:focus	{background:#FFFFCC}
a.button {display:block;}

/* table in hilite */
#mainframe .module-hilite2 table.format {
	width: 100%;
	border-top: 0px solid #fff;
	border-left:0px solid #fff;
	border-right:0px solid #fff;
}
#mainframe .module-hilite2 table.format th {
	text-align:left;
	background-color: #f0f0f0;
	border-bottom: 1px solid #fff;
}
#mainframe .module-hilite2 table.format td {
	font-size:100%;
	padding:4px 8px;
	vertical-align:middle;
	border-bottom: 1px solid #fff;
}

#mainframe .module-hilite2 table.format td.select {
	background-color: #f0f0f0;
	border-width: 0 1px 1px 0;
	border-bottom: 1px solid #fff;
	font-weight:bold;
}
#mainframe .module-hilite2 table.format td.mid {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

/* cover */

.cover {
	margin-left:8px;
	margin-right:8px;
	background: url(../images/cover-left-tl.png) 0 0 no-repeat;
}


/* !!! */

table.format.af {
	width: 100%;
	border-top: 0;
}
table.format.less {
font-size:11px;
}
table.format.dett,table.format.sshot {
	width: 100%;
	border-top:0;
}
table.format.dett b {
color:#d97c1e;
}
table.format.dett td, table.format.dett td td,table.format.sshot td, table.format.sshot td td {
	vertical-align:top;
	font-size:100%;
	border-bottom:0;
}
table.format.sshot{
border-top: 1px #b9b9b9 dotted;
border-bottom: 1px #b9b9b9 dotted;
width:100%;
}
table.format.sshot td{
width:33%;
text-align:center;
}

table.format td.sum {
text-align:right;
padding:2px 8px;
white-space: nowrap;
}
table.format td.sum.price {
font-weight:bold;
white-space: nowrap;
padding:2px 8px;
color:#000;
}
table.format td.sum.price b {
color:#f90;
}
table.format.home th {
border-right:1px solid #BEC2E4;
vertical-align:top;
text-align:left;
}
table.format.inside td {
	font-size:11px;
	border-bottom: 0;
}

table.pushbutton td{
	font-size:100%;
	border-bottom:0;
}



/* GIC ---------------------------------------------------------*/
.pola 				{border:1px solid #E6E6E1;width:148px;margin-bottom:10px;background-color:#ffffff;}
.polaa 				{border:1px solid #C2C2BD;}
.polaphoto		{border:5px solid #ffffff;text-align:center;background-color:#f0f0f0;}
.polatext 		{text-align:center;margin:0 auto 6px;}
.polatext b		{color:#ff9900;font-weight:bold;font-size:13px;text-transform:capitalize;}

table#how td{}
#how td.num{ width: 32px; font-size:14px; font-weight: bold; text-align: center; color: #ffffff; background-color:#cccccc; }
/* EM ---------------------------------------------------------*/

h1.em, h3.em {color:#333;margin:-3px 0 0 -5px;padding:15px 0 15px 55px;background:transparent url(../images/em/emergency-logo-small-back.png) no-repeat scroll left center;}
h3.em {margin:-10px 0 0 -5px;padding:10px 10px 11px 55px;line-height:18px;}
/* @end */


