/* ----------------| top of page SPF |------------------------------------------------------- */
html body {
	font-family: trebuchet ms, verdana, tahoma, arial;
	font-size: 82%;
	line-height: 1.5em;
	background: #fff url(../img/bg.gif) repeat-x left top;
	color: #333;
	margin: 0px;
    padding: 0px;
    text-align: left;
	}

body.powerbrokerbg {background: #fff url(../img/bg_powerbroker.gif) repeat-x left top;}
body.fabrbg {background: #fff url(../img/bg_fabrique.gif) repeat-x left top;}
body.omeabg {background: #fff url(../img/bg_omea.gif) repeat-x left top;}
body.resharperbg {background: #fff url(../img/bg_resharper.gif) repeat-x left top;}
body.white {background: #fff;}

a:link {
	color: #043DBC;
	border-bottom: 1px solid #3D7DC7;
	text-decoration: none;
	}

a:visited {
	color: #2277D9;
	border-bottom: 1px none #3D7DC7;
	text-decoration: none;
	}

a:hover {
	color: #51A2FF;
	border-bottom: 1px solid #2C8AF7;
	text-decoration: none;
	}

a:link.nol, a:visited.nol, a:hover.nol {
	border-bottom: 1px solid #fff;
    }

#container {
	position: relative;
	width: 765px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background: #fff;
    border: 1px solid #fff;
    }

#length {height: 98em;}

#formlength {height: 60em;}
#formlength2 {height: 85em;}
#formlength3 {height: 75em;}
#formlength4 {height: 45em;}

/* logo --------------------------------------------------------------------------------- */

#logo {
    float: left;
    margin-top: 6px;
    }

#logo a:link, #logo a:visited, #logo a:hover {
    border: 0;
    }

/* ----------------| top navigation |------------------------------------------------------- */

#top {
    margin-top: 0px;
    height: 64px;
    }

#top span {display: none;}
#topnav span {display: none;}

#nav {
    float: right;
    padding-top: 11px;
    height: 1.75em;
    }

#topnav li {
	font-size: 85%;
	display: inline;
	list-style-type: none;
	text-decoration: none;
	padding: 0.1em 1.6em;
	color: #999;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
    width: 50px;
	}

#topnav li.act {
    font-weight: bold;
    color: #555;
    background: url(../img/arrow_nav.gif) no-repeat 0.7em 0.4em;
	background-repeat: no-repeat;
	}

#topnav a:link, #topnav a:visited, #topnav a:hover {
    text-decoration: none;
    margin: 0;
    text-decoration: none;
    border: 0;
    }

#topnav li.home{
    border-left: 1px solid #ccc;
    }


/* ----------------| banner at the top |-------------------------------------------------------- */

#bannermain {
    width: 760px;
    height: 70px;
    background: #4E7AC8 url(/images/bg_big.jpg) no-repeat;
    padding: 1;
    margin: 1;
    }

#bannermain h2, #bannerpowerbroker h2, #bannerfabrique h2, #banneromea h2, #bannerre h2 {
    color: #000;
	font-size: 200%;
	font-weight: normal;
    padding: 38px 0px 0px 10px;
    margin: 0px;
    }
    
#bnav {
    float: right;
    padding-bottom: 0px;
    height: 1.75em;
    }
    
#bannernav li {
	font-size: 115%;
	display: inline;
	list-style-type: none;
	text-decoration: none;
	padding: 0.1em 1.6em;
	color: #999;
	background: #fff;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
    width: 50px;
	}

#bannernav li.act {
    font-weight: bold;
    color: #555;
    background: url(../img/arrow_nav.gif) no-repeat 0.7em 0.4em;
	background-repeat: no-repeat;
	}

#bannernav a:link, #topnav a:visited, #topnav a:hover {
    text-decoration: none;
    margin: 0;
    text-decoration: none;
    border: 0;
    }
    

#bannernav li.home{
    border-left: 1px solid #ccc;
    }


#bannerpowerbroker {
    width: 760px;
    height: 70px;
    background: #fff url(../img/bg_powerbroker_big.jpg) no-repeat 5px 0;
    padding: 0px;
    margin: 0px;
    }

#bannerfabrique {
    width: 760px;
    height: 70px;
    background: #fff url(../img/bg_fabr_big.jpg) no-repeat 5px 0;
    padding: 0px;
    margin: 0px;
    }

#banneromea {
    width: 760px;
    height: 70px;
    background: #fff url(../img/bg_omea_big.jpg) no-repeat 5px 0;
    padding: 0px;
    margin: 0px;
    }

#bannerre {
    width: 760px;
    height: 70px;
    background: #fff url(../img/bg_resharper_big.jpg) no-repeat 5px 0;
    padding: 0px;
    margin: 0px;
    }


/* ------------------| sub-navigation |--------------------------------------------------- */

/* JetBrains ----------------- */
#subnavmain {
    margin: 1px 5px 0 5px;
    background-color: #4E7AC8;
    height: 1.75em;
    }

#subnavm li {
    font-weight: bold;
    font-size: 86%;
	display: inline;
	list-style-type: none;
	margin: 0;
	}

#subnavm a:link, #subnavm a:visited {
    color: #fff;
    text-decoration: none;
    margin: 0;
    padding: 0.1em 1.7em;
    background-color: #4E7AC8;
    text-decoration: none;
    float: left;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #4E7AC8;
    }

#subnavm a:hover {
    color: #fff;
	text-decoration: none;
	background-color: #89A7DE;
	border-bottom: 1px solid #89A7DE;
	margin: 0;
	}

#subnavm li.active {
    color: #4D4D4D;
    background-color: #fff;
  	padding: 0.1em 1.7em;
    float: left;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  	margin: 0;
  	}

#subnavm li.act a:link, #subnavm li.act a:visited {
    color: #0158BC;
	font-weight: bold;
    background: #fff;
    border-bottom: 1px solid #fff;
	margin: 0;
	}
#subnavm li.act a:hover {
    color: #2C8AF7;
	font-weight: bold;
    background: #fff;
    border-bottom: 1px solid #fff;
	margin: 0;
	}

/* IntelliJ powerbroker --------------- */
#subnavpowerbroker {
    margin: 1px 5px 0 5px;
    background-color: #2947AC;
    height: 1.75em;
    }

#subnav li {
    font-weight: bold;
    font-size: 86%;
	display: inline;
	list-style-type: none;
	margin: 0;
	}

#subnav a:link, #subnav a:visited {
    color: #fff;
    text-decoration: none;
    margin: 0;
    padding: 0.1em 0.5em;
    background-color: #2947AC;
    text-decoration: none;
    float: left;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #2947AC;
    }

#subnav a:hover {
    color: #fff;
	text-decoration: none;
	background-color: #6E82C7;
	border-bottom: 1px solid #6E82C7;
	margin: 0;
	}

#subnav li.active {
    color: #4D4D4D;
    background-color: #fff;
  	padding: 0.1em 0.5em;
    float: left;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  	margin: 0;
  	}

#subnav li.act a:link, #subnav li.act a:visited {
    color: #0158BC;
	font-weight: bold;
    background: #fff;
    border-bottom: 1px solid #fff;
	margin: 0;
	}
#subnav li.act a:hover {
    color: #2C8AF7;
	font-weight: bold;
    background: #fff;
    border-bottom: 1px solid #fff;
	margin: 0;
	}

/* OmniaMea --------------- */
#subnavomea {
    margin: 1px 5px 0 5px;
    background-color: #7166A7;
    height: 1.75em;
    }

#subnavo li {
    font-weight: bold;
    font-size: 86%;
	display: inline;
	list-style-type: none;
	margin: 0;
	}

#subnavo a:link, #subnavo a:visited {
    color: #fff;
    text-decoration: none;
    margin: 0;
    padding: 0.1em 0.5em;
    background-color: #7166A7;
    text-decoration: none;
    float: left;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #7166A7;
    }

#subnavo a:hover {
    color: #fff;
	text-decoration: none;
	background-color: #9D95C2;
	border-bottom: 1px solid #9D95C2;
	margin: 0;
	}

#subnavo li.active {
    color: #4D4D4D;
    background-color: #fff;
  	padding: 0.1em 0.5em;
    float: left;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  	margin: 0;
  	}

#subnavo li.act a:link, #subnavo li.act a:visited {
    color: #0158BC;
	font-weight: bold;
    background: #fff;
    border-bottom: 1px solid #fff;
	margin: 0;
	}
#subnavo li.act a:hover {
    color: #2C8AF7;
	font-weight: bold;
    background: #fff;
    border-bottom: 1px solid #fff;
	margin: 0;
	}

/* ReSharper --------------- */
#subnavresharper {
    margin: 1px 5px 0 5px;
    background-color: #7D255B;
    height: 1.75em;
    }

#subnavre li {
    font-weight: bold;
    font-size: 86%;
	display: inline;
	list-style-type: none;
	margin: 0;
	}

#subnavre a:link, #subnavre a:visited {
    color: #fff;
    text-decoration: none;
    margin: 0;
    padding: 0.1em 0.5em;
    background-color: #7D255B;
    text-decoration: none;
    float: left;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #7D255B;
    }

#subnavre a:hover {
    color: #fff;
	text-decoration: none;
	background-color: #A05583;
	border-bottom: 1px solid #A05583;
	margin: 0;
	}

#subnavre li.active {
    color: #4D4D4D;
    background-color: #fff;
  	padding: 0.1em 0.5em;
    float: left;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  	margin: 0;
  	}

#subnavre li.act a:link, #subnavre li.act a:visited {
    color: #0158BC;
	font-weight: bold;
    background: #fff;
    border-bottom: 1px solid #fff;
	margin: 0;
	}
#subnavre li.act a:hover {
    color: #2C8AF7;
	font-weight: bold;
    background: #fff;
    border-bottom: 1px solid #fff;
	margin: 0;
	}


/* ------------------| context nav |------------------------------------------------ */

#subcontent {
    float: right;
    padding: 30px 5px 0 0;
    }

#subcontent h5 {
    font-size: 86%;
    font-weight: bold;
    color: #fff;
	margin-bottom: 1em;
	padding: 1px 8px 1px 8px;
    background-color: #2947AC;
	}

#subcontent h5 a:link, #subcontent h5 a:visited, #subcontent h5 a:hover {
    color: #fff;
    text-decoration: none;
    border-bottom: #2947AC;
	}

#subcontent h5.main {
    background-color: #4E7AC8;
	}

#subcontent h5.main a:link, #subcontent h5.main a:visited, #subcontent h5.main a:hover {
    color: #fff;
    text-decoration: none;
    border-bottom: #4E7AC8;
	}

#contnav li {
    font-size: 86%;
    font-weight: bold;
    color: #4D4D4D;
    line-height: 1.2em;
    padding: 0.4em 0 0.5em 15px;
	margin-left: 7px;
	list-style: none;
	list-style-position: outside;
	background: url(../img/arrow_grey.gif) no-repeat 0 0;
	background-repeat: no-repeat;
	}

#contnav li.act {
	background: url(../img/arrow_black.gif) no-repeat 0 0;
	background-repeat: no-repeat;
	}

#contnav a:link, #contnav a:visited  {
	color: #0158BC;
	text-decoration: none;
    border-bottom: #fff;
    }

#contnav a:hover {
    color: #2C8AF7;
	text-decoration: none;
    border-bottom: #fff;
	}

/* -----------------| content |------------------------------------------------------- */

#content {
	width: 570px;
 }

#content p.desc {
    line-height: 1.8em;
    margin-bottom: 1em;
    }

#banner span {display: none;}

/* features & powerbroker index ----------------------------------------- */
.feature {
    line-height: 1.7em;
    margin-bottom: 2.5em;
    }

.feature span {display: none;}

.feature h3 {
    font-size: 86%;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 0.3em 0.3em 0.3em 2.2em;
    margin-bottom: 1em;
    background: #F0F0F0 url(../img/bullet.gif) no-repeat 0.5em 0.4em;
	background-repeat: no-repeat;
    }

.feature img {
    border: 1px solid #555;
    margin-bottom: 5px;
    }

.feature img.nobottom {
    border: 1px solid #555;
    margin: 0px 3px 0px 3px;
    }

.feature img.screenshot {
    float: left;
    margin: 5px 25px 15px 0px;
    }

.enlarge {
    border: 0;
    float: left;
    margin: 0px 20px 15px 0px;
    }

.enlarge a:link, .enlarge a:visited, .enlarge a:hover {border: 1px solid #fff;}

.enlargeright {
    font-size: 95%;
    border: 0;
    float: right;
    margin: 0px 0 0px 20px;
    text-align: right;
    }

.enlargeright a:link, .enlargeright a:visited, .enlargeright a:hover, .feature img.noborder {border: 1px solid #fff;}

p.opennewwin {
    text-align: right;
    border: 0;
    }

.powerbrokertext {padding-left: 320px;}

/* to the top link ----------------------------------------- */
p.top a:link, p.top a:visited{
    font-size: 95%;
    background: url(../img/button_top.gif) no-repeat right top;
	background-repeat: no-repeat;
	padding: 0.5em 35px 0.7em 0;
	border-bottom: 1px solid #fff;
	float: right;
	}
p.top a:hover{
    font-size: 95%;
	background: url(../img/button_top.gif) no-repeat right top;
	background-repeat: no-repeat;
	padding: 0.5em 35px 0.7em 0;
	border-bottom: 1px solid #fff;
	float: right;
	}

/* second pages intro text block layout ------------------------- */

#indent p {margin-left: 34px;}

#overview {line-height: 1.7em;}
#overview p {margin-bottom: 1.4em;}

#intro {line-height: 1.7em; padding-bottom: 1.5em;}
#intro img {float: left; margin: 5px 15px 10px 0;}
#introtext {padding-left: 150px;}

/* 3-column layout ---------------------------------- */

.maincol1 {
	position: absolute;
    left: 0;
    width: 180px;
    }

.maincol3 {
	position: absolute;
    left: 388px;
    width: 180px;
    }

.maincol2 {
	margin: 0px 195px 0 195px;
    padding: 0px;
    }

/* 3-cols layout -------------------------------------------  */
.column1 {
	position: absolute;
    left: 0;
    width: 330px;
    }

.column3 {
	position: absolute;
    left: 470px;
    width: 100px;
    }

.column2 {
    margin: 0px 115px 0 350px;
    padding: 0px;
    }

.column1 img {
    float: left;
	padding: 7px 15px 7px 0;
    border: 0;
    }


/* 2-column layout ------------------------------- */
#firstcol {
	width: 46%;
	float: left;
    }

#secondcol {
	width: 46%;
	float: right;
    }

/* cover -----------------------------------------  */
img.cover {float: left; margin: 5px 20px 15px 0;}
h3.pic {margin-bottom: 0.5em;}

/* jobs ---------------------------------------------------- */

#jobs .plainlist li {
    font-size: 115%;
	font-weight: bold;
	background: url(../img/bullet_blue.gif) no-repeat 0 0.2em;
	background-repeat: no-repeat;
	}

#jobs ul {
    line-height: 2em;
    padding-top: 0.5em;
	}

/* resources & documentation ------------------------------- */

#resources p {padding-bottom: 2.5em; margin-left: 36px;}

#documents h3, .recommend h3, #jobs h5 {
    font-size: 86%;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 0.3em 0 0.3em 2.2em;
    margin-bottom: 1em;
    background: #F0F0F0 url(../img/bullet.gif) no-repeat 0.5em 0.4em;
	background-repeat: no-repeat;
    }

#training h3 {
    font-size: 140%;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-top: 5px;
    }

p.header {line-height: 1.4em;}
p.header .size {font-size: 85%;color: #888;}

.headerlogo {
    color: #777;
    font-size: 96%;
    padding-top: 2em;
    }

.colspacer {
    margin: 0.5em 0 0.5em 0;
	padding-top: 0px;
	border-bottom: 1px solid #B8B8B8;
    clear: left;
    height: 2px;
    }

#training .column1, #training .column2, #training .column3 {padding: 5px 0 5px 0;}
#documents .column1, #documents .column2, #documents .column3 {padding: 5px 0 5px 0;}
#training .column3, #training .column2, #documents .column3, #documents .column2 {font-size: 86%;}
#training .column2 a:link, #training .column2 a:visited, training .column2 a:hover {
    border-bottom: 1px solid #fff;
    }
#training .column3 a:link, #training .column3 a:visited, training .column3 a:hover {
    border-bottom: 1px solid #fff;
    }
#documents .column2 a:link, #documents .column2 a:visited, documents .column2 a:hover {
    border-bottom: 1px solid #fff;
    }
#documents .column3 a:link, #documents .column3 a:visited, documents .column3 a:hover {
    border-bottom: 1px solid #fff;
    }
#documents p.size, #training p.size {font-size: 100%;}

p.size  {
    font-size: 95%;
    color: #888;
    margin: 0px;
    padding: 0px;
    }

.solid {
    border: solid 1px #ccc;
    padding: 10px;
    padding-left: 16px;
    margin-bottom: 0.7em;
    }

p.solid {
    border: solid 1px #ccc;
    line-height: 2em;
    padding: 1.3em 1.3em 1.3em 2em;
    margin-bottom: 1em;
    background-color: #F5F5F5;
    }

/* bread crumbs ---------------------------------------------- */

#bc {
    font-size: 86%;
    color: #999;
    padding-top: 14px;
    padding-left: 4px;
    margin: 0;
    }

#bc a:link, #bc a:visited, #bc a:hover {border-bottom: 1px solid #fff;}

.comment {
    color: #777;
    font-size: 86%;
    line-height: 1.4em;
    padding-bottom: 0.7em;
    padding-top: 0.4em;
    }
/* contact ------------------------------------------------------ */

h3.cont {
    padding: 0px;
    margin-bottom: 10px;
    }

/* --------- shortcuts --------------- */

h4.readmore { color: #999; font-size: 86%; padding-bottom: 1em; font-weight: normal;}

ul.linkscol {margin-bottom: 1em; margin-top: 0.3em;}

.linkscol li {
    padding: 5px 0 5px 0;
    font-size: 86%;
    list-style-type: none;
}

.linkscol li a:link, .linkscol li a:visited, .linkscol li a:hover {padding: 0;}

#linkscol1, #linkscol2, #linkscol3, #linksleft, #linksright {
    font-family: trebuchet ms, tahoma, verdana, arial;
    font-size: 86%;
    font-weight: bold;
    line-height: 1.2em;
    }

#linkscol1 {
	width: 170px;
	float: right;
    }

#linkscol3 {
	width: 170px;
	float: left;
    }

#linkscol2 {
	margin-right: 90px;
	margin-left: 190px;
	width: 175px;
    }

/* ---------------------| sub-content, right column see index.jsp|----------------- */

#subcontent {
    margin-top: 20px;
	width: 170px;
    float: right;
	text-align: left
    }

#subcontent span {display: none;}

#box {
    border: #ccc solid 2px;
	border-style: inset;
    padding: 0.8em 0.5em 0.8em 1em;
    margin-bottom: 1.5em;
    }

#box h4{
    padding-bottom: 0.5em;
    }

#powerbroker {
    color: #999;
    width: 170px;
    border-left: #DADADA solid 1px;
    border-right: #DADADA solid 1px;
    border-bottom: #DADADA solid 1px;
    padding: 10px 0 10px 0;
    margin: 0;
    }

#powerbroker p {padding: 0 10px 10px 20px; font-size: 86%;}

#powerbroker p a:link, #powerbroker p a:visited, powerbroker p a:hover {
    font-weight: bold;
    border: 0;
    }

#toppowerbroker {
    width: 170px;
    height: 40px;
    background: url(../img/top_powerbroker.gif) no-repeat left top;
	background-repeat: no-repeat;
    border-left: #ccc solid 1px;
    border-right: #ccc solid 1px;
    border-top: #ccc solid 1px;
    }

#toppowerbroker h4{
    padding-left: 52px;
    padding-top: 12px;
    }

#picaward a:link, #picaward a:visited {
    background: url(../img/logos/logo_jw_bw.gif) no-repeat;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 35px;
	border: 0;
    }
#picaward a:hover {
    background: url(../img/logos/logo_jw_color.gif) no-repeat;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 35px;
    border: 0;
    }

#subaward img {float: left; padding: 0 15px 8px 0;}

#subaward p.text {
    font-size: 86%;
    }

#quote {
    background: url(../img/quote_top.gif) no-repeat left top;
    background-repeat: no-repeat;
    padding-top: 10px;
    margin-bottom: 20px;
    }

#quote p {
    font-size: 86%;
    }

#quote p.text {
   text-indent: 15px;
    }

#quote p.author {
    background: url(../img/quote_bottom.gif) no-repeat right bottom;
    background-repeat: no-repeat;
    text-align: right;
    padding-bottom: 1em;
    }

p.aw {font-size: 86%;}

#greybox {
    font-size: 86%;
    background: #F7F7F7;
    padding: 0.8em 0.5em 0.8em 1em;
    margin-bottom: 1.5em;}

#greybox img {margin-top: 10px;}
#greybox a:link, #greybox a:visited, #greybox a:hover {border: 0;}
#pressbox {
    font-size: 86%;
    color: #888;
    padding: 0;
    line-height: 1.2em;
    }

#pressbox b {color: #333; }

#presscontact {
    font-family: trebuchet ms;
    font-size: 86%;
    margin: 0px 10px 0px 10px;
    padding: 0;
    line-height: 1.2em;
    }

#box h4.inq {
    font-size: 120%;
    margin-bottom: 1em;
    border-bottom: 1px solid #ccc;
    }

p.tit {font-size: 125%;}

#smallaw {
    float: left;
    padding: 0 5px 5px 0;
    background: url(../img/logos/logo_jw_bw.gif) no-repeat;
    background-repeat: no-repeat;
    width: 95px;
    height: 37px;
    margin-top: 0.5em;
    }

#smallaw a:link, #smallaw a:visited{
    text-decoration: none;
    border-bottom: 1px solid #fff;
    }

#smallaw a:hover{
    float: left;
    background: url(../img/logos/logo_jw_color.gif) no-repeat;
    background-repeat: no-repeat;
    width: 95px;
    height: 35px;
    }

/* -------------------------- footer ----------------------------------- */
#fcontainer{
    font-size: 75%;
    border-top: 1px #999 solid;
    text-align: left;
    margin-top: 3em;
    }

#footer {
	position: relative;
	width: 765px;
	font-family: verdana, arial;
	color: #999;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-bottom: 2em;
	padding-top: 1em;
	border: 1px solid #fff;
    }

#copy {
    float: left;
    top: 0;
    width: 100%;
    }

#mail {
    float: right;
    top: 0;
    }

/* --- forms -----------------------------------------------*/

#block {
    width: 95%;
    margin: 2em 5px 2em 0px;
    background-color: #F5F5F5;
    border: 1px solid #ccc;
    }

p.blocktitle {
    font-size: 100%;
    background: #e7e7e7;
    padding: 3px 3px 3px 6px;
    }

#blockitems {padding: 7px; padding-left: 25px;}

form {margin-top: 0; margin-bottom: 0;}

p.inp {
    font-family: trebuchet ms, tahoma, verdana, arial;
    font-size: 86%;
    font-weight: bold;
    }

.inplite {font-weight: normal;}

form input.text {
    font-size: 100%;
    background: #fff;
    border: 1px solid #ccc;
    border-color: #ccc;
    }

form textarea.text {
    background: #fff;
    border: 1px solid #ccc;
    color: #444;
    }

.asterisk {color: #06c; font-weight: normal;}

p {
    margin-top: 0px;
    margin-bottom: 0.5em;
    padding: 0px;
    }

p.more {font-size: 86%;}
p.spacer {height: 0.5em;}

p.moreread {
    background: url(../img/icon_read_bw.gif) no-repeat left top;
    background-repeat: no-repeat;
    padding-left: 26px;
    padding-bottom: 1.5em;
    margin-top: 1em;
    }

p.newwin {
    font-size: 86%;
    background: url(../img/icon_newwin.gif) no-repeat left top;
    background-repeat: no-repeat;
    padding-left: 26px;
    padding-bottom: 1.5em;
    margin-top: 1em;
    }

h4.newwin {font-size: 120%;}

p.morebuy {
    font-size: 86%;
    background: url(../img/icon_buy_bw.gif) no-repeat left top;
    background-repeat: no-repeat;
    padding-left: 30px;
    padding-bottom: 0.4em;
    margin-top: 1em;
    }

p.moredownload {
    font-size: 86%;
    background: url(../img/icon_download_bw.gif) no-repeat left top;
    background-repeat: no-repeat;
    padding-left: 29px;
    padding-bottom: 0.4em;
    margin-top: 1em;
    }

p.moreupgrade {
    font-size: 86%;
    background: url(../img/icon_upgrade_bw.gif) no-repeat left top;
    background-repeat: no-repeat;
    padding-left: 30px;
    padding-bottom: 0.4em;
    margin-top: 1em;
    }

p.morekb {
    font-size: 86%;
    background: url(../img/icon_kb.gif) no-repeat left top;
    background-repeat: no-repeat;
    padding-left: 29px;
    padding-bottom: 0.4em;
    margin-top: 1em;
    }

#newwinicons {float: right; padding-top: 10px; padding-bottom: 20px;}

#newwinicons ul li {
    display: inline;
    font-size: 86%;
    }

#newwinicons li a:link, #newwinicons li a:visited, #newwinicons li a:hover {
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    }

.printtext {
    background: url(../img/icon_print.gif) no-repeat left top;
    background-repeat: no-repeat;
    padding-left: 27px;
    }

.downloadtext {
    background: url(../img/icon_download_bw.gif) no-repeat left top;
    background-repeat: no-repeat;
    padding-left: 27px;
    margin-left: 20px;
    }

#presscontainer h1 {padding-top: 0.5em;}

#popupcontainer {text-align: left; padding: 30px;}
#popupcontainer h3 {border-bottom: 1px solid #AAA; margin: 0 0 1em 0;}



/* ------ headers ------------------------------------------------------ */

h1 {
    width: 100%;
    font-size: 170%;
    color: #222;
    letter-spacing: -1px;
    border-bottom: 1px solid #AAA;
    padding: 27px 0 5px 0;
    margin: 0 0 25px 0;
    }

h2 {
    font-size: 150%;
    color: #2947AC;
    font-weight: bold;
    margin-bottom: 0.7em;
    }

h3 {
    font-size: 148%;
    margin: 0;
    letter-spacing: -0.05em;
    font-weight: normal;
    line-height: 1.2em;
    }

h3.ind {padding: 1em 0 7px 5px;}

h3.underline {
    border-bottom: 1px solid #ccc;
    margin: 0 0 1em 0;
    }

h4 {
    font-size: 128%;
    margin: 0px;
    line-height: 1em;
    padding-bottom: 0.7em;
    }

h5 {
    font-size: 110%;
    padding: 0px;
    margin-bottom: 0.3em;
    }

hr {
    border-top: 1px dashed #ccc;
	color: #fff;
	background-color: #fff;
	height: 1px;
	}

#line {
    margin-top: 0em;
    margin-bottom: 0.7em;
    border-bottom: 1px solid #ccc;
    }

.hide {display: none;}

.clear {clear: left; margin: 0; padding: 0;}

br.clr {clear: left;}

img {border: 0;}

ul {margin: 0px; padding: 0px;}

ul li {list-style-type: disc;}

blockquote {
    font-size: 86%;
    color: #888;
    margin: 10px;
    margin-left: 24px;
    line-height: 1.7em;
    }

acronym {
    border-bottom:  1px solid #999;
    cursor: help;
    font-size: 86%;
    color: #999;
    margin-top: 0;
    }

.author {
    color: #999;
    font-size: 86%;
    }

p.author {
    text-align: right;
    color: #999;
    font-size: 86%;
    line-height: 1.2em;
    margin-right: 10px;
    }

.plainlist li {
	line-height: 1.2em;
	padding: 0px 0px 1.2em 25px;
	margin-left: 0px;
	list-style: none;
	list-style-position: outside;
	background: url(../img/bullet.gif) no-repeat 0 0.2em;
	}

.arrowlist li {
	line-height: 1.5em;
	margin-left: 5px;
	padding: 0.4em 0px 0.2em 20px;
	list-style: none;
	list-style-position: outside;
	}

.smalllist li {
	margin-left: 5px;
	padding: 0.4em 0 0.2em 25px;
	list-style: none;
	list-style-position: outside;
	background: url(../img/bullet_arrow.gif) no-repeat 8px 0.6em;
	}

.buylist li {
    font-size: 110%;
	margin-left: 0px;
	padding: 0.4em 0 0.2em 16px;
	list-style: none;
	list-style-position: outside;
	background: url(../img/bullet_star_bw.gif) no-repeat 0 0.8em;
	}

.starlist li {
	margin-left: 0px;
	padding: 0.4em 0 0.2em 16px;
	list-style: none;
	list-style-position: outside;
	background: url(../img/bullet_star_bw.gif) no-repeat 0 1em;
	}
.starlist li h5 {padding-top: 0; margin-top: 0;}

.bigtext {font-size: 110%;}

.number {color: #888; font-weight: normal;}

.footnote {
    font-size: 86%;
    color: #888;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    }

.emp {font-size: 100%;}
.name {font-size: 86%;}
.acc {color: #C16C33;}

/* 404 error ----------------------------------------------- */

#error img {float: left; margin: 5px 35px 130px 15px;}
#error h5 {margin-bottom: 1.2em;}

/* subscription ----------------------------------------------- */

#subscribe img {float: left; margin: 5px 35px 130px 15px;}
#subscribe h5 {margin-bottom: 1.2em;}

#infokit h5 {border-bottom: 1px solid #ccc; margin-bottom: 0.7em;}

/* new version Fresh Updates ------------------------------------*/
#whatsnew {
    width: 170px;
    height: 40px;
    background: url(../img/box_whatsnew.gif) no-repeat left top;
	background-repeat: no-repeat;
    border-left: #ccc solid 1px;
    border-right: #ccc solid 1px;
    border-top: #ccc solid 1px;
    }

#whatsnew h4{
    padding-left: 60px;
    padding-top: 12px;
    font-size: 110%;
    }

#wnew {
    width: 170px;
    font-family: trebuchet ms, tahoma, verdana, arial;
    font-size: 86%;
    border-left: #ccc solid 1px;
    border-right: #ccc solid 1px;
    border-bottom: #ccc solid 1px;
    padding: 0.5em 0 1em 0;
    margin: 0;
    }

#wnew p {margin-left: 20px; margin-right: 20px;  padding-bottom: 0.2em;}

.buypowerbroker h5 {margin-top:0; padding-top: 0;}