﻿/* CSS Document */

html
{
	font-size: 70%;
	line-height:100%;
}

body
{
	background:#fbf5ea;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height:1.3em;
	margin: 0 auto;
	padding:12px 0 24px 0;
	text-align: center;
	position:relative;
}

/*clearfix*/
.clearfix:after{
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0;
}
.clearfix{
    display:inline-block;
}
html[xmlns] .clearfix{
    display:block;
}
* html .clearfix{
    height:1%;
}
.clear {
    clear:both;
}


/* Fonts */
/* =============================================================== */

h1, .h1b, h2, h3, h4, h5, h6
{
	color:#6caddf;
	color:#666666;
}

h1{
	/*font-size:1.8em;*/
	font-size:2.2em;
	margin:0 0 12px 0;
	line-height:1.1em;
	font-weight:normal;
}

h2{
	font-size:1.6em;
	margin:1em 0 0.1em 0;
	font-weight:normal
}
h2.uPuffTitle{
    font-size:2em;
    border-bottom:1px solid #5E5A6D;
    padding:11px 0 6px 0;
    margin:0 13px 10px 8px;
}
h3
{
	font-size:1.1em;
	margin:1em 0 0.1em 0;
}

div.h1b
{
	font-size:1.8em;
	margin:1em 0 0.1em 0;
	font-weight:normal;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px 0 6px 0 !important;
}

ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-position:outside;
	list-style-image:url(/harImages/bullet_red.png);
	margin:3px 0 0 20px;
}

ol
{
	margin:8px 0 0 24px;
}

li
{
	margin:0 0 7px 0;
	padding:0 0 0 2px;
}

a 
{
	color:#9d1348;
}

a:visited 
{
	text-decoration: none;
}

a:hover 
{
	text-decoration:underline;
}

a:active 
{
	text-decoration: none;
}

a:link 
{
	text-decoration: none;
}



p
{
	margin:0 0 1em 0;
}

div.hr 
{
  height: 1px !important;
  background-color:#cbcdce;
}

input
{
	color:#666666;
}

table, tr, td
{
	margin:0 0 0 0;
	padding:0 0 0 0;
	border:none;
}

.priceTable table, .overview table{
	width:420px !important;
	border-collapse:collapse;
	border-spacing:0px;
	border:0px;
}

.priceTable td, .overview td{
	padding:3px 4px 3px 4px;
	vertical-align:top;
}

.priceTable td + td, .overview td + td
{
	padding:3px 4px 3px 4px;
}

.priceTable td + td + td
{
	padding:3px 4px 3px 4px;
	text-align:right;
}


/* Backgroud Colors */
/* =============================================================== */
.brown
{
	background-color:#cfc9c0;
}

.lightbrown
{
	background-color:#e9e2cd;
}

.lightblue
{
	background-color:#6caddf;
}

/* Font Colors */
/* =============================================================== */
.fontbrown
{
	color:#cfc9c0;
}

.fontlightblue
{
	color:#6caddf;
}

/* Framework */
/* =============================================================== */
.container
{
	position: relative;
/*	width: 838px !important;*/
	width:990px;
	margin: 0.5em auto 0;
	padding:0px 0 0 0;
	border: none;
	text-align: left;
	background:url(/harImages/pageBg_beige.gif) top left repeat-y;
}



/* PageHead*/
/* =============================================================== */

.globalTopMenu{
	width:985px;
	margin:0 auto;
	text-align:right;
	padding-right:5px;
}

.globalTopMenu a{
	color:#333333;
}
.globalTopMenu a:hover{
	color:#000000;
}
.pageHeaderWraper{
	background:url(/harImages/pageTopBg_beige.gif) top left no-repeat;
	height: 86px;
	position: relative;
	z-index: 20000;
	padding-top:5px;
}

.topBar
{
	height:44px;
	background:#9d1348 url(../images/Pearson_WebBar_Top_Purple_RGB.jpg) no-repeat;
	width:980px;
	margin:0 auto;
}
.topPrintWrapper{
	position:absolute;
	width:20px;
	height:20px;
	top:160px;
	right:38px;
	z-index:2
}

.bottomPrintWrapper
{
	position:absolute;
	width:100px;
	left:280px;
}


/* TopMenu */
/* ============================================= */

.topMenuWrapper
{
	margin:0 28px 0 30px;
	z-index: 500;
}

#header 
{
  float:left;
  width:100%;
}
 
#header ul 
{
  margin:0;
  padding:8px 10px 0;
  list-style:none;
}
 
#header li
{
  float:left;
  background:url(/harImages/norm_left_grey.gif) no-repeat left top;
  margin:0 0 0 0;
  padding:0 0 0 9px;
}
 
#header a
{
  float:left;
  display:block;
  background:url(/harImages/norm_right_grey.gif) no-repeat right top;
  padding:6px 15px 5px 6px;
  text-decoration:none;
  font-weight:normal;
  color:#9d1348;
  font-family:Arial, Helvetica, sans-serif;
  font-size:1.1em;
}

#header a:hover 
{
  color:#000000;
}

#header #current
{
  background-image:url(/harImages/norm_left_on.gif);
}

#header #current a 
{
  background-image:url(/harImages/norm_right_on.gif);
  color: #000000;
  font-weight:bold;
  padding-bottom:5px;
}

/* Startpage flashArea */
/* =============================================================== */
.welcomePush
{
	margin:0 25px 0 25px;
}


/* Level Two Menu */
/* =============================================================== */
.subMenuWrapper{
	min-height:42px;
	background:url(/harImages/subPane.png) no-repeat 0 0;	
	margin:0 20px 0 22px;
	position:relative;
	z-index: 510;
}

ul.subMenuList
{
  margin:0;
  padding:0;
  list-style:none;
  font-size:1.1em;
  width:770px;
  position:absolute;
  left:8px;
  top:12px;
}

ul.subMenuList li
{
	float:left;
	margin:0 0 0 0;
	padding:0 0 0 20px;
}

ul.subMenuList li a
{
	color:#333333;
}

ul.subMenuList li.act a
{
	color: #000000;
	font-weight:bold;
}


/* Small pushes on startpage*/
/* =============================================================== */

.startpageSmallPushPadding
{
	padding: 4px;
	padding-bottom: 8px;
}

.startpageSmallPushWrapper
{
	margin:4px 20px 10px 20px;
	background:url(/harImages/startSmallBoxesBg.gif) repeat-y;
}

.startpageSmallPushWrapper .image
{
	padding:0 6px 6px 6px;
	height:115px;
}

.startpageSmallPushFooter
{
	background:url(/harImages/startSmallBoxesFooterBg.gif) bottom left no-repeat;
	width:799px;
	height:5px;
}

.startpageSmallPush
{
	width:253px;
	margin:0 0 0 12px;
	float:left;
}

.startpageSmallPushFirst
{
	width:253px;
	margin:0 0 0 8px;
	float:left;
}

.startpageSmallPushMiddle
{
	width:253px;
	margin:0 0 0 13px;
	float:left;
}

.startpageSmallPushLast
{
	width:253px;
	margin:0 0 0 11px;
	float:left;
}


.startpageSmallPush h2, .startpageSmallPushFirst h2, .startpageSmallPushMiddle h2, .startpageSmallPushLast h2
{
	margin:0 -4px 0 6px;
	padding:4px 4px 4px 8px;
	color:#FFFFFF;
	text-transform: uppercase;
	font-weight:normal;
}


.startpageSmallPush .pushText, .startpageSmallPushFirst .pushText, .startpageSmallPushMiddle .pushText, .startpageSmallPushLast .pushText
{
	margin: 8px 12px 0 12px;
	font-size:1.1em;
	color:#333333;
}

.readMore
{
	text-align:right;
}

.readMore a
{
	font-weight:bold;
	background-image:url(/harImages/readMoreArrow_red.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:20px;
}
p.back a{
	font-weight:bold;
	background-image:url(/harImages/backArrow_red.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:20px;
}
.talentlens p.back a{
	background-image:url(/harImages/backArrow.gif);
}
p.newsDate, p.author{
	color:#333333;
	font-style:italic;
	margin:0 0 4px 0;
	padding:0;
}
p.author{
	margin:0px 0 10px 0;
}
p.fotnot{
	color:#333333;
	font-style:italic;
	font-size:0.9em;
}
p.ProductComplementHeader{
	color:#6caddf;
	font-size:1.5em;
	margin:1em 0 0.1em 0;
	font-weight:normal;
}
.headerCorners{
	background:url(/harImages/smallPushesTop.png) no-repeat top left !important;
	width:799px;
	height:9px;
}
.news, .subSub{
	padding:8px;
}
.news p, .subSub p{
	margin:0 0 0 0;
	padding:0 0 0 0;
}
.subSub{
	margin:0 0 12px 0;
}

/* Main Content*/
/* =============================================================== */

.mainContentWrapper{
	padding: 0 0 40px 0;
}

.startpage .mainContentWrapper{
	padding: 0 0 0 0;
}

.leftColumn{
	width:270px;
	float:left;
	padding:1px 0 0 0;
	min-height:200px;
}

.mainColumn{
	width:704px;
	float:right;
	min-height:50px;
	margin-right:14px;
}
.mainColumnFull {
	width:960px;
	float:left;
	min-height:50px;
	margin:0 0 0 15px;
	display:inline;
}

.mainAreaTop{
	background:url(/harImages/mainContentPane.top.gif) no-repeat left top;
	height:29px;
	width:704px;
}
.mainColumnFull .mainAreaTop {
	background-image:url('../harImages/mainContentPane.top.full.gif');
	width:auto;
}
.mainAreaBody{
	background:url(/harImages/mainContentPane.footer.gif) repeat-y bottom left;
	padding:0 29px 19px 29px;
	font-size:1.1em;
	line-height:1.4em;
}
.mainColumnFull .mainAreaBody{
	background-image:url('../harImages/mainContentPane.footer.full.gif');
}
.mainAreaFooter{
	background:url(/harImages/mainContentPane.bottom.gif) no-repeat 0 100%;
	height:30px;
	width:704px;
}
.mainColumnFull .mainAreaFooter{
	background-image:url('../harImages/mainContentPane.bottom.full.gif');
	width:auto;
}

/* Footer*/
/* =============================================================== */
.footerAreaWrapper{
	background:url(/harImages/pageBg_beige.gif) repeat-y bottom center;
	font-family:Arial, Helvetica, sans-serif;
	color:#a29f9a;
	background-color: transparent;
	padding: 0px;
	height: 25px;
	text-align: center;
}
.footerAreaWrapper2{
	background:url(/harImages/pageBottomBg_beige.gif) no-repeat 0 100%;
	font-family:Arial, Helvetica, sans-serif;
	color:#a29f9a;
	background-color: transparent;
	margin: 0px;
	padding: 0px;
}
.footerAreaWrapper a{
	color:#a29f9a;
}

/* LeftMenu */
/* =============================================================== */
.thirdMenuWrapper{
	margin:0 0px 4px 20px;
	padding:0 0 0 0;
}
.thirdMenuFooter{ 
	background: url(/harImages/leftMenu.footer.gif) no-repeat;
	height:12px;
	width:250px;
}
.leftMenu{
	width:205px;
	padding:15px 22px 6px 18px;
	background:url(/harImages/leftMenu.top.gif) repeat-y 0 0;
}
.leftMenu a:hover{
	text-decoration:underline;
}




ul.thirdLevel{
	margin:0;
	padding:0;
	list-style-image: none !important;
	list-style-type: none !important;
}
ul.thirdLevel li{
	margin:0;
	padding:2px 10px 0 2px;
	font-size:1.15em;
	border-bottom: solid 1px #FFFFFF;
	display:block;
	position:relative;
}
ul.thirdLevel li + li{
	line-height:1.7em;
}
ul.thirdLevel li.act{
	font-weight:bold;
}
ul.thirdLevel a{
	color:#000000;
}
ul.thirdLevel li.hasChildren{
	background:url(/harImages/marker.hasChildren.gif) no-repeat right top;
}
ul.thirdLevel li.hasChildren ul{
	margin-top:4px;
}
ul.thirdLevel li.noChildren{
	background:url(/harImages/marker.noChildren.gif) no-repeat right top;
}
ul.fourthLevel{
	margin:-4px 0px 4px 0px;
	padding:0px 0px 0px 0px;
	list-style-image: none;
	list-style-type: none;
}
ul.fourthLevel li{
	border:none !important;
	margin:0px 0px 0px 0px;
	padding:0px 12px 0px 14px;
	list-style:none;
	font-size:0.9em;
	font-weight:normal;
}
ul.fourthLevel li a{font-weight:normal;}
ul.fourthLevel li.act{
	background:url(/harImages/levelfour.act.gif) no-repeat left center;
}


/* New menu */
.leftMenu ul {
	margin:0;
	padding:0;
	list-style-image: none !important;
	list-style-type: none !important;
}

.leftMenu ul li {
	margin:0;
	padding:2px 10px 0 2px;
	border-bottom: solid 1px #FFFFFF;
	display:block;
	position:relative;
    font-size: 1em;
}

.leftMenu ul li + li {
	line-height:1.7em;
}

.leftMenu ul li.actparent a,
.leftMenu ul li.act a
{
	font-weight: bold;
}


div.leftMenu ul li.actparent.hasChildren,
div.leftMenu ul li.act.hasChildren {
	background:url(/harImages/marker.hasChildren.gif) no-repeat right top;
}

.leftMenu ul li.actparent ul a
{
    font-size: 1em;
    font-weight: normal;
}


.leftMenu ul a {
	color:#000000;
	font-size: 1.2em;
}

.leftMenu ul ul a {
	font-weight: normal;
}

.leftMenu ul li.hasChildren {
	background:url(/harImages/marker.hasChildren.gif) no-repeat right top;
    	background:url(/harImages/marker.noChildren.gif) no-repeat right top;
}

.leftMenu ul li.hasChildren ul {
	margin-top:4px;
}

.leftMenu ul li.noChildren {
	background:url(/harImages/marker.noChildren.gif) no-repeat right top;
}

.leftMenu ul ul {
	margin:-4px 0px 4px 0px;
	padding:0px 0px 0px 0px;
	list-style-image: none;
	list-style-type: none;
	font-size: 1em;
}

.leftMenu ul ul li {
	border:none !important;
	margin:0px 0px 0px 0px;
	padding:0px 12px 0px 14px;
	list-style:none;
	font-size: 1em;
	font-weight:normal;
}

.leftMenu ul li.act ul li a,
.leftMenu ul ul li a {
    font-weight:normal;
    font-size: 1em;
}

.leftMenu ul ul li.act {
	background:url(/harImages/levelfour.act.gif) no-repeat left 2px;
}

.leftMenu ul li ul li {
	line-height:1.2em;
	margin-bottom: 0.5em;
}

.leftMenu ul li a.thirdLevelLink {
    font-size: 1.2em;
    line-height: 1.1em;
}

.leftMenu ul li {
    margin-top:5px;
    padding-bottom:5px;
}

.leftMenu ul ul li.act {
    background-position: left 0;
}






/* Smallpushes below leftMenu */
/* =============================================================== */
.pushWrapper{
	background:url(/harImages/smallBox.bg.gif) repeat-y;
	margin:0 0px 4px 22px;
	width:245px;
	overflow:hidden;
}
.pushTop{
	height:12px;
	width:245px;
	background:url(/harImages/smallBox.top.gif) no-repeat top left;
}
.pushBottom{
	height:9px;
	width:245px;
	background:url(/harImages/smallBox.bottom.gif) no-repeat bottom left;
}
.pushWrapperMain{
	padding:0 35px 0 12px;
	min-height:151px;	
}
.pushWrapperMain h2{
	margin:6px 4px 6px 4px;
	padding:0;
	font-weight:normal;
	font-size:1.4em;
}
.pushWrapperMain p{
	margin-left:4px;
	margin-right:4px;
	margin-bottom:-1px;
	font-size:1.1em;
	line-height:1.3em;
}
.pushWrapperMain p.readMore{
	margin-bottom:4px;
}
.pushWrapperMain img{
	margin-left: -4px;
	margin-bottom:4px;
}
.overview{
	margin:0 0 10px 0;
}
.overview .title{
	font-weight:bold;
	width:110px;
}

/* Printlink */
/* =============================================================== */
.printlink{
	color:#cfc8be;
	position: absolute;
	float:left;
	left:400px;
}
.printlink:visited{
	color: #cfc8be;
}
.printlink:hover{
	text-decoration:underline;
}
.printlink:active {
	text-decoration: none;
	color: #cfc8be;
}

.printButtonWrapper{
	position:relative;
	height:20px;
	overflow:hidden;
	margin:0px 0 -19px 0;
}

.printButton{
	position:absolute;
	top:0px;
	right:0px;
}
/* new classes for the three puffs (startpage) */
/* =============================================================== */
#threePuffs{
	clear:both;
	margin:10px auto 0; 
	width:940px;
}
#threePuffs .puff{
	width:302px;
	height:278px;
	float:left;
	position:relative;
	padding-top:9px;
	background:url(/harImages/three-puff-top.png) no-repeat 0 0;
}
#threePuffs .puff-middle{
	margin:0 17px;
}
#threePuffs .center{margin:0 6px;}

#threePuffs .puff p, #threePuffs .puff h3, .middleBg{
	background:url(/harImages/three-puff-middle.png) repeat-y 0 0;
	padding:0 8px 0 10px;
	margin:0;
}

#threePuffs .puff h3 span {height: 30px;overflow:hidden;}

#threePuffs .puff .puffimg, #threePuffs .puff .bigImg{text-align:center;overflow:hidden;}

#threePuffs .puff .bigImg{height: 261px;}

/*#threePuffs .puff .img img, #threePuffs .puff .bigImg{max-width:100%;}*/
#threePuffs .puff h3 span{color:#fff;font-weight:bold;background-color: #cfc9c0;padding: 3px 0.5em;display:block;}
#threePuffs .puff .text{padding: 8px 1.3em 0px;}
#threePuffs .puff .text{height: 100%; overflow:hidden;}
#threePuffs .puff #headerAndText{height: 120px; overflow:hidden;}
#threePuffs .puff .text{font-size: 1.1em;}
#threePuffs .puff .text{color: #333333;}
#threePuffs .puff .bottom{background: url(/harImages/three-puff-bottom.png) no-repeat 0 100%;height:9px;}
#threePuffs .puff p.readMore{padding-top:1em;}
#threePuffs div.middleBg{height:261px;overflow:hidden;}
#threePuffs ul.newsListHome{margin:30px 5px 17px 8px;list-style:none;font-size:1.1em;}
#threePuffs ul.newsListHome li{list-style-image:none;}
ul.newsListHome li span.nDate{color:#605C6E;display:block;font-style:italic;}
ul.newsListHome li a{border-bottom:1px solid #E4E4E7;display:block;color:#9d1348;height:14px;overflow:hidden;padding-bottom:6px;}
#threePuffs div.middleBg img.eIco{float:left; margin:0 13px 15px 10px;}
#threePuffs div.middleBg input{width:160px;float:left;height:15px;font-size:1em;font-style:italic;}
#threePuffs div.middleBg strong{color:#58585A;display:block;padding-bottom:3px;font-size:1.1em;}
#threePuffs div.middleBg a.linkBut{background: url("/harImages/bg_linkBut.png") no-repeat scroll 0 0 transparent;color: #000000;display: block;float: right;font-size: 1.1em;height: 20px;line-height: 18px;margin: 1px 9px 0 0;min-width: 51px;text-align: center;}

/* new classes for the image buttons */
/* =============================================================== */
.imageButton, .imageButton span{padding:5px 0 7px;}
.imageButton {color:#fff;text-decoration:none;background:url(/harImages/buy_button_right_red.png) no-repeat right top;padding-right:8px;margin-right:6px;}
.imageButton span{background:url(/harImages/buy_button_left_red.png) no-repeat left top;padding-left:8px;}
.imageButton span span{background:url(/harImages/buy_button_mid_red.png) repeat-x;padding-left:2px;padding-right:2px;}

/* "buy" buttons */
.priceTable .imageButton, .priceTable .imageButton span{padding:5px 0 7px;}
.priceTable .imageButton{background-image:url(/harImages/buy_button_right.png) ;padding-right:10px;margin-right:6px;}
.priceTable .imageButton span{background-image:url(/harImages/buy_button_left.png) ;padding-left:10px;}
.priceTable .imageButton span span{background-image: url(/harImages/buy_button_mid.png) ;padding-left:0;}

.talentlens .imageButton {background-image:url(/harImages/buy_button_right.png);color: #fff;}
.talentlens .imageButton span{background-image:url(/harImages/buy_button_left.png);}
.talentlens .imageButton span span{background-image:url(/harImages/buy_button_mid.png);}

/* "buy" buttons */
.talentlens .priceTable .imageButton{background-image:url(/harImages/buy_button.png);}
.talentlens .priceTable .imageButton span{background-image:url(/harImages/buy_button.png);}
.talentlens .priceTable .imageButton span span{background-image: url(/harImages/buy_button.png);}

/* wide Form styles */
.wideForm .mainColumn, .wideForm .mainAreaTop, .wideForm .mainAreaFooter{width:795px;padding: 0 5em 0 2em;}
.wideForm .mainAreaBody{background: url(/harImages/wide_fade_left.gif) repeat-y;padding-right:0;padding-bottom:0;}
.wideForm #ctl00_FullRegion_mainareadiv, .wideForm  #ctl00_FullRegion_ctl00_FormPanel{background: url(/harImages/wide_fade_right.gif) repeat-y top right;}
.wideForm .mainAreaTop, .wideForm .mainAreaFooter{padding:0;}
.wideForm .corner{height:29px;width:29px;background-repeat:no-repeat}
.wideForm .mainAreaTop, .wideForm .mainAreaTop .corner{background: url(/harImages/mainContentPane.top.wide.gif);}
.wideForm .mainAreaTop{background-position:top center;}
.wideForm .mainAreaTop .rightCorner{float:right;background-position: top right;}
.wideForm .mainAreaFooter{background: url(/harImages/mainContentPane.bottom.wide.gif);}
.wideForm .mainAreaFooter .corner{background: url(/harImages/mainContentPane.bottom.corners.gif) no-repeat;}
.wideForm .mainAreaFooter{background-position: center top;}
.wideForm .mainAreaFooter .leftCorner{background-position:left bottom;}
.wideForm .mainAreaFooter .rightCorner{float:right;background-position: bottom right}
.wideForm embed, .wideForm object{width:80%;}
.wideForm .bottomPrintWrapper{left:3em;}
.checkboxInline { color: #000; font-weight: normal; }
.checkboxInline input { display: inline !important; margin-right: 5px; }
a.information { color: #9D1348; }


input[type=text],
input[type=password]{
	background:#fff url(../harImages/form-bg.gif) repeat-x 0 0;
	border:solid #c3c3c3 1px;
	border-top:solid #7c7c7c 1px;
}
input.iesix-type-text,
input.iesix-type-password{
	background:#fff url(../harImages/form-bg.gif) repeat-x 0 0;
	border:solid #c3c3c3 1px;
	border-top:solid #7c7c7c 1px;
}
textarea,
select{
	background:#fff url(../harImages/form-bg.gif) repeat-x 0 0;
	border:solid #c3c3c3 1px;
	border-top:solid #7c7c7c 1px;
}
input[type=text],
input[type=password],
textarea{
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
input[type=text],
input[type=password]{
	padding:2px;
}
input.iesix-type-text,
input.iesix-type-password{
	padding:2px;
}

/* new classes for a modified look 20090305 */
/* =============================================================== */
#threePuffs .puff p.readMore{
	padding-top: 6px;
	margin: 0;
}
#threePuffs .puff p.puffimg {
	padding-bottom: 6px;
}
#threePuffs .puff h3 {
	background:transparent url(/harImages/three-puff-header.png) no-repeat scroll 0 0;
	height: 44px;
	margin: 0 0 0 1px;
	padding: 0;
	width: 300px;
}
#threePuffs .puff h3 span {
	background-color: transparent;
	color: #333;
	padding:5px 10px;
}
span.newsitem {
	color: #9D1348;padding-left:5px;
}

.talentlens span.newsitem {
	color: #E0249A;
}


/*
HACK
*/
ul.thirdLevel li ul.fourthLevel li {
	line-height:1.2em;
	margin-bottom: 0.5em;
}

ul.thirdLevel li {
    font-size: 1em;
}

ul.thirdLevel li a.thirdLevelLink {
    font-size: 1.2em;
    line-height: 1.1em;
}


ul.thirdLevel li.hasChildren {
    margin-top:5px;
    padding-bottom:2px;
}

ul.fourthLevel li.act {
    background-position: left 0;
}
/*-------------Search result page--------------------*/
.searchResultHeader {
	height:131px;
	position:relative;
	background-image:url('../harImages/searchHeaderBkg.png');
	background-position:left top;
	background-repeat:repeat-x;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	-webkit-border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
}
.searchForm {
	padding:35px 0 0 300px;
}
.searchForm .searchTxt {
	background:0;
	border:1px #a8a8a8 solid;
	background-color:white;
	padding:5px;
	vertical-align:middle;
	font-size:1.17em;
	font-family:Arial, Helvetica, sans-serif;
	width:280px;
}
.searchForm .searchBtn {
	background:0;
	border:0;
	font-weight:bold;
	font-size:1em;
	vertical-align:middle;
	font-family:Arial, Helvetica, sans-serif;
}
.searchForm ul {
	list-style-image:none;
	margin:10px 0 0 -5px;
	padding:0;
	overflow:hidden;
}
.searchForm ul li {
	margin:0 0 0 -5px;
	padding:0 15px 0 10px;
	display:inline;
	float:left;
	border-left:1px #c4c4c4 solid;
	font-size:0.92em;
}
ul.navSearch {
	position:absolute;
	padding:0;
	margin:0;
	list-style-image:none;
	left:20px;
	bottom:0;
}
ul.navSearch li {
	padding:0;
	margin:0;
	float:left;
}
ul.navSearch li a {
	float:left;
	padding:0 0 0 15px;
	color:black;
	background-image:url('../harImages/navSearchTabs.png');
	background-position:left top;
	background-repeat:no-repeat;
}
ul.navSearch li a span {
	float:left;
	padding:0 15px 0 0;
	height:32px;
	line-height:25px;
	background-image:url('../harImages/navSearchTabs.png');
	background-position:right top;
	background-repeat:no-repeat;
	cursor:pointer;
}
ul.navSearch li.selected a {
	background-position:left -32px;
	font-weight:bold;
}
ul.navSearch li.selected a span {
	background-position:right -32px;
}





#welcomecontainer {
	background: transparent url(../images/welcomecontainer.png) left top no-repeat;
    padding: 6px 2px 2px 1px;
    position: relative;
    margin: 0 0 0 26px;
}


/*
	CAROUSEL
*/
#maincarousel {
	overflow: auto;
	width: 936px;
	height: 334px;
	position: relative;
}

#maincarousel {
	overflow: hidden;
}

/*
	Pager
*/
#maincarousel .pager {
	z-index: 1010;
	position: absolute;
	right: 20px;
	bottom: 20px;
	list-style-type: none;
}

#maincarousel .pager li {
	display: inline-block;
	margin: 0 0 0 0;
	line-height: 24px;
	padding: 0 0 0 8px;
	float: left;
}

#maincarousel .pager li a {
	display: inline-block;
	padding: 0 8px 0 0;
	outline: 0;
}

#maincarousel .pager li.selected {
	background: transparent url(../images/carouselnav_selected.png) left top no-repeat;
}

#maincarousel .pager li.selected a {
	background: transparent url(../images/carouselnav_selected.png) right top no-repeat;
}


/*
	Navigation links
*/
#maincarousel a.back {
	z-index: 10100;
	position: absolute;
	top: 10px;
	right: 60px;
	text-indent: -8000px;
	background: transparent url(../images/carousel_buttons.png) -2px -1px no-repeat;
	display: block;
	width: 25px;
	height: 26px;
	outline: 0;
}

#maincarousel a.play,
#maincarousel a.pause {
	z-index: 10101;
	position: absolute;
	top: 10px;
	right: 35px;
	text-indent: -8000px;
	background: transparent url(../images/carousel_buttons.png) -80px -1px no-repeat;
	display: block;
	width: 25px;
	height: 26px;
	outline: 0;
}

#maincarousel a.pause {
	background-position: -28px -1px;
}

#maincarousel.playing a.play {
    display: none;
}

#maincarousel.playing a.pause {
    display: block;
}

#maincarousel a.pause {
    display: none;
}


#maincarousel a.forward {
	z-index: 10102;
	position: absolute;
	top: 10px;
	right: 10px;
	text-indent: -8000px;
	background: transparent url(../images/carousel_buttons.png) -53px -1px no-repeat;
	display: block;
	width: 25px;
	height: 26px;
	outline: 0;
}







/*
	LIST
*/
#maincarousel div.list {
	z-index: 1001;
}

#maincarousel ul.carousel {
	height: 334px;
	width: auto;
	position: absolute;
	top: 0;
	left: 0;
}

#maincarousel ul.carousel li {
	float: left;
	height: 334px;
	width: 936px;
	display: block;
	list-style-type: none;
	position: relative;
	margin: 0;
	padding: 0;
}


#maincarousel .list img {
	box-shadow: 0 5px 5px #999999;
	-webkit-box-shadow: 0 5px 5px #999999;
	-moz-box-shadow: 0 5px 5px #999999;
	margin: 30px 0 0 30px;
	float: left;
	border: 1px solid #ccc;
}

#maincarousel .list div.itemtext {
	float: left;
	width: 500px;
	margin: 0 0 0 40px;
}

#maincarousel .list h2 {
	margin: 52px 30px 22px 0;
	font-size: 22px;
	color: #333333;
	font-weight: normal;
/*	float: left;*/
}

#maincarousel .list p {
	margin: 0 0 26px 0;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	width: 400px;
	display: block;
/*	float: left;*/
	line-height: 18px;
}

#maincarousel .list p a {
	color: #9d1348;
	font-weight: bold;
}

#maincarousel .list p.readmore {
	margin: 0 0 8px 0;
}

#maincarousel .list p.readmore a {
	background-image: url(/harImages/readMoreArrow_red.png);
	background-position: 0% 50%;
	background-repeat: no-repeat;
	font-weight: bold;
	padding-left: 20px;
}

ul.multipageProductMenu
{
	list-style: none;
	margin: 0 0 20px;   
}

.multipageProductMenu li 
{
	float: left;
    line-height: 25px;
    margin: 0;
    padding: 0 0 0 8px;
}

.multipageProductMenu li a
{
	display: inline-block;
	outline: 0 none;
    padding: 0 8px 0 0;
}

.multipageProductMenu li.productButton
{
	float: right;
}

.multipageProductMenu li.selected
{
	background: url("../images/carouselnav_selected.png") no-repeat scroll left top transparent;
}

.multipageProductMenu li.selected a
{
	background: url("../images/carouselnav_selected.png") no-repeat scroll right top transparent;
}

p.preamble
{
	font-size: 1.55em;
	line-height: 24px;
}

.multiPageProductTop .intro-image
{
	float: left;
	width: 200px;
}

.multiPageProductTop .preamble
{
	float: left;
	margin-top: 120px;
	width: 390px;
}

.multipageProductPusher
{
	float: left;
	width: 200px;
	margin-left: 20px;
	background: url(../harImages/three-box-small-top.png) no-repeat;	
	padding-top: 9px;
}
.multipageProductPusher .middle
{
	background: url(../harImages/three-box-small-middle.png) repeat-y;
	min-height: 190px;
}
.multipageProductPusher .bottom
{
	background: url(../harImages/three-box-small-bottom.png) no-repeat;
	padding-bottom: 9px;
}
.multipageProductPusher:first-child
{
	margin-left: 0;
}
.multipageProductPusher p
{
	padding: 10px;
	margin: 0;
}

.multipageProductPusher img
{
	max-width: 176px;
	margin: 3px 12px 0 ;
}

.multipageProductLargePusher 
{
	background: url(../harImages/three-box-large-top.png) no-repeat;	
	padding-top: 9px;
}

.multipageProductLargePusher .middle
{
	background: url(../harImages/three-box-large-middle.png) repeat-y;
	padding: 5px 10px;
}
.multipageProductLargePusher .bottom
{
	background: url(../harImages/three-box-large-bottom.png) no-repeat;
	padding-bottom: 9px;
}
.multipageProductLargePusher img
{
	float: left;
}

.multipageProductContent {
	width: 500px;
}
