/*CSS Document */

BODY{

	margin:0;
	padding:0;
	background-color:#bebebe;
	background-image:url(/content/img/mainBG.gif);
	background-position:top;
	background-repeat:repeat-x;
	color:#333333;
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

FORM{
	margin:0px;
	padding:0px;
}

FIELDSET{
	border:0;
	margin:0;
	padding:0;
	float:left;
}

INPUT, SELECT, OPTION{	color:#000000;	}

IMG{	border:none; line-height:0;}


DIV#center{
	width:999px;
	margin-left:auto;
	margin-right:auto;
	
}



DIV#wrapperHome{

	width:985px;
	padding-left:7px;
	padding-right:7px;	
	background-image:url(/content/img/wrapperBgHome.png);
	background-repeat:repeat-y;
	
}

DIV#mainLeft{

	float:left;
	width:651px;

}


DIV#mainRight{

	float:left;
	width:333px;
	
}

DIV#head{
	float:left;
	width:651px;
	background-color:#1b1b1b;
	height:127px;
	
}


/****************** right col ************/



DIV.loginForm{

	float:left;
	width:334px;
	background-image:url(/content/images/backgrounds/formBG.gif);
	background-repeat:no-repeat;
	height:57px;
	padding-top:10px;
}

DIV.loginForm FIELDSET{

	border:0;
	margin:0;
	padding:0 0 0 11px;
	float:left;
	display:inline;
}

DIV.loginForm FIELDSET A{

	color:#FFFFFF;
	text-decoration:none;
}

DIV.loginForm FIELDSET A:hover{

	color:#FFFFFF;
	text-decoration:underline;
}


DIV.login_form FIELDSET .groupFields INPUT{

	background-image:url(/content/img/bg_login.gif);
	border:0;
	width:115px;
	height:19px;
	padding-left:5px;
	color:#333333;
	font-size:11px;
	line-height:18px;
}

DIV.groupFields{

	float:left;
	width:120px;
	margin-right:10px;
	display:inline;
}

DIV.groupFields INPUT{

	width:120px;
	padding:0;
	margin:3px 0 0 0;
}

DIV.containerRight{
	
	background-image:url(/content/img/innerrightseperator.gif);
}

DIV#outerRight{

	width:120px;
	float:left;
	padding-left:4px;
	padding-top:37px;
	display:inline;
}	
DIV#outerRight img{

	padding-bottom:4px;
	width:120px;
	border:0px;
}	


DIV.searchinput{
	
	background-image:url(/content/img/bg_search.gif) ;
	width:156px;
	height:22px;	
	float:left;
}

DIV.searchinput INPUT{
	
	margin:2px;
	color:#333333;
	font-size:11px;
	line-height:15px;
border: 0 !important;
}

DIV.main_content{
	clear:both;
	margin:0px;	
	display:table;
}
DIV.homepage_content{
	clear:both;
	margin:10px;
	background-color:#FFFFFF;
	/*height:500px;*/
}

DIV.homepage_content h1{
	margin:0px;
	padding:0px;
	color:#a91345;
	font-size:16px;
	font-weight:bold;
}
DIV.homepage_content p{
	margin-top:5px;
}

.clickhere { 
	text-decoration:underline;	
	color:#a91345;
	margin:0px;
	padding:0px;
}

.clickhere A{ 
	text-decoration:underline;
	color:#a91345;	
}

DIV#innerRight{
	width:205px;
	float:left;
	display:inline;
}

DIV#innerRight #searchBox{
	
	background-image:url(/content/img/bg_mainnav.gif);
	float:left;
	width:194px;
	height:28px;
	padding:5px 0px 0px 10px;
}

DIV#innerRight.content{

	padding:10px;
}

DIV#innerRight .contentboxright{
	margin:10px 20px 10px 10px;
}
DIV#innerRight .contentboxright #black{ color:#3d3c3c;	}
DIV#innerRight .contentboxright #red{ color:#a91345;	}
DIV#innerRight .contentboxright #redbold{ color:#a91345;	font-weight:bold;}
DIV#innerRight .contentboxright ul{ 
	color:#a91345;
	margin:0px;
	padding-left:15px;
	padding-right:3px;	
}

DIV#innerRight .contentboxright #red{	color:#a91345;	}

DIV#innerRight .contentboxright A{	
	color:#a91345;
	text-decoration:none;
	/* font-weight:bold; */
}

DIV#innerRight .contentboxright P{		
	margin-top:3px;
}

DIV#innerRight .contentboxright img{		
	margin-right:10px;
}
DIV#innerRight .contentboxright img.arrow {
	margin:2px 5px 0 0;
}


DIV#innerRight h2{
	margin:0px;
	padding:0px;
	color:#3d3c3c;
	font-weight:bold;
	font-size:14px
}


DIV.righttop{
	float:left; 	
	width:5px; 
	height:27px; 
	background-image:url(/content/img/bg_borderrighttop.gif); 
}

DIV.lefttop{


	 float:left; 
	 width:5px; 
	 height:27px; 
	 background-image:url(/content/img/bg_borderlefttop.gif);
}
DIV.lefttop2{
	 float:left; 
	 width:5px; 
	 height:5px; 
	 background-image:url(/content/img/bg_borderlefttop2.gif);
	 background-repeat:no-repeat;
	 font-size:0px;
}
DIV.righttop2{
	 float:left; 
	 width:5px; 
	 height:5px; 
	 background-image:url(/content/img/bg_borderrighttop2.gif);
	 background-repeat:no-repeat;

}
div.sectioncontent {
border-left:1px solid #ECCCD7;
border-right:1px solid #ECCCD7;
float:left;
width:629px;
}

DIV.sectioncontentPink{
	float:left;
	border-left: 1px solid #ecccd7; 
	border-right: 1px solid #ecccd7; 
	width:629px;
	background-color:#f9eef2; 
}

DIV.sectioncontentPink h4{
	color:#A91345;
	margin:0px;
	font-size:11px;
}

DIV.sectioncontentPink h4 a{
	color:#A91345;
}

DIV.sectioncontentPink h4 a:hover{
	color:#A91345;
}

DIV.sectioncontent a{ color:#a91345;}
DIV.sectioncontent .red{ 
	color:#a91345;
}
DIV.midtop{
	background-image:url(/content/img/bg_borderright3.gif);
	background-repeat:no-repeat;
	width:626px;
	height:5px;
	float:left;
	font-size:0px;
}
DIV.midbottom{
	background-image:url(/content/img/bg_borderright.gif);
	background-repeat:no-repeat;
	width:626px;
	height:5px;
	float:left;
	line-height:0px;
	font-size:0px;
}

DIV.midbottompink{	
	background-image:url(/content/img/bg_borderrightpink.gif);
	background-repeat:no-repeat;
	
	width:626px;
	height:5px;
	float:left;
}
DIV.midbottompink2{
	background-image:url(/content/img/bg_bankborderrightpink.gif);
	background-repeat:no-repeat;
	
	width:631px;
	height:5px;
	float:left;
}
DIV.leftbottom{
	background-image:url(/content/img/bg_borderleftbott.gif);
	background-repeat:no-repeat;
	float:left;	
	width:5px;
	height:5px;
	font-size:0px;
}

DIV.rightbottom{
	background-image:url(/content/img/bg_borderrightbott.gif);
	background-repeat:no-repeat;
	width:5px;
	float:left;	
	height:5px;
}
DIV.heading{
	background-color:#b91d55; 
	width:611px; 
	height:20px; 
	float:left;
	padding-left:10px;
	padding-top:7px;
}

DIV.heading h2{	
	color:#FFFFFF;
	font-size:11px;
	font-weight:normal;
	height:12px;
	margin:0px;
	width:400px;
	/*margin:7px 10px 10px 7px;*/
}

DIV.sectioncontent h2{
	color:#c01b59;
	font-size:22px;
	margin:0px 0px 10px 0px;
}

DIV.sectioncontent h3{
	color:#c01b59;
	font-size:11px;
	margin:0px;
	font-weight:normal;
}

DIV.sectioncontent h4{
	color:#c01b59;
	font-size:11px;
	margin:0px;
	font-weight:bold;
}

DIV.sectioncontent h5{
	color:#f69f1a;
	font-size:11px;
	margin:0px;
	font-weight:normal;
}

DIV.sectioncontent h6{
	color:#00958f;
	font-size:11px;
	margin:0px;
	font-weight:normal;
}
DIV.sectioncontent img.arrow{
	margin:2px 5px 0 0;
}
DIV.sectioncolumn400px{
	width:400px;
	float:left;
	display:inline;
	padding:10px 10px 6px 10px;
}

DIV.sectioncolumn400px img{
	float:left;
	margin-right:10px;		
}

/*DIV.sectioncolumn400px p{
	display:inline;	
}*/
DIV.sectioncolumn400px EM {
font-style:normal;
color:#A91345;
}

DIV.sectioncolumnPink{
	float:left;
	border-left:1px solid #ecccd7;
	width:208px;
	min-height:176px;
	display:block;
	background-color:#fbf5f7
}

DIV.sectioncolumnPinkInner{
	padding:10px;
}

DIV.sectioncolumnPinkInner H2 {
font-size:1.3em;
}

DIV.sectioncolumnPink img{
	float:left;
	margin-right:10px;		
}

DIV.sectioncolumnPink p{
	color:#a91345;
	margin:0px;
	padding:0px;
}

DIV.sectioncolumnPink a{
	color:#a91345;
	text-decoration:none;
}

DIV.sectioncolumn310px{
	width:300px;
	float:left;
	display:inline;
	padding:10px 0px 6px 10px;
}

DIV.sectioncolumn310px img{
	float:left;
	margin-right:10px;		
}

DIV.sectioncolumn310px p{
	display:inline;	
}
DIV.sectioncontentborder{
	padding:10px 10px 6px 10px;
	float:left;	
	display:block;
}
DIV.sectioncontentborder2{
	padding:6px 10px 6px 10px;
	float:left;	
	display:block;
}
DIV.sectioncontentborder3{
	padding:6px 10px 6px 10px;

	float:left;	
	display:block;
}
DIV.sectioncontentborder3 a{
	text-decoration:underline;
	color:#a91345;
	margin-right:10px;
}
DIV.sectioncontentborderPink{
	padding:0px;
	float:left;	
	display:block;
	
}

DIV.sectioncolumnfull{
	display:block;
}
DIV.sectioncolumnfull2{
display:block;
float:left;
padding-left:25px;
width:440px;
}
DIV.sectioncolumnfull2 a{
color:#A91345;
}

DIV.sectioncolumnfull img{
	float:left;
	margin-right:10px;		
}

DIV.sectioncolumnfull p{
	display:inline;	
}

DIV.sectioncolumn200px{
	width:196px;
	float:left;
	display:inline;
	padding:10px 0px 6px 10px;
}
DIV.sectioncolumn_left300px{
	width:280px;
	float:left;
	display:inline;
	padding:10px 10px 6px 10px;
}
DIV.sectioncolumn_right300px{
	width:280px;
	float:left;
	display:inline;
	padding:10px 10px 6px 10px;
}


DIV.sectioncolumn200px p{
	padding:0px;
	display:inline
}

DIV.sectioncolumn200pxgreen{
	width:189px;
	float:left;
	display:inline;
	padding:10px 10px 6px 10px;

}

DIV.sectioncolumn200pxgreen a{
	color:#00958f;
	text-decoration:none;

}
DIV.sectioncolumn200pxyellow{
	width:189px;
	float:left;
	display:inline;
	padding:10px 10px 6px 10px;

}

DIV.sectioncolumn200pxyellow a{
	color:#f69f1a;
	text-decoration:none;

}
DIV.sectioncolumn100px{
	width:83px;
	float:left;
	display:inline;
	padding:10px;
}

DIV.sectioncolumn350px{
	width:330px;
	float:left;
	display:inline;	
	padding:10px 10px 0px 10px;
}

DIV.sectioncolumn150px{
	width:150px;
	float:left;
	display:inline;	
	padding:10px 10px 0px 10px;	
	color:#c01b59;
}
DIV.sectioncontent p{
	margin:0px 0px 10px 0px;
	padding:0px;
}
DIV.sectioncolumn350pxBlog p{
	margin:0px 0px 0px 0px;
	padding:0px;}
	
DIV.sectioncolumn350pxBlog{	
	display:inline;
float:left;
padding:10px 10px 0;
width:330px;
}

div.rightheading{
	color:#FFFFFF;
	float:right;
	width:165px;
}
.whitebg{background-color:#FFFFFF;}
.content{
	background-color:#FFFFFF;
	height:100%;
	width:985px;
	position:relative;
}
.contentt{
	background-image:url(/content/img/innerrightseperator.gif);
	background-position:right;
	background-repeat:repeat-y;
	background-color:#FFFFFF;
	height:100%;
	width:985px;
	position:relative;
}

DIV#login_box{
	float:left;	
	height:91px;
	width:334px;
	background-color:#1b1b1b;
}

DIV.login_title_outer{

	margin:0;
	padding-top:10px;
	padding-left:10px;
	line-height:20px;
	font-size:11px;
	clear:both;
	overflow:hidden;
	height:20px;
	color:#FFFFFF;
}


DIV.login_title{
		

	height:20px;	
	width:314px;
	
	
	display:inline;
}

.login_title h2{
	font-weight:bold;
	font-size:11px;
	
}

DIV.login_form{

	float:left;
	width:334px;
	height:47px;
}

DIV.login_form FIELDSET{
	height:47px;
	border:0;
	margin:0;
	padding:0 0 0 11px;
	float:left;
	display:inline;
	color:#FFFFFF;
}

DIV.login_form FIELDSET A{

	color:#FFFFFF;
	text-decoration:none;
}

DIV.login_form FIELDSET A:hover{

	color:#FFFFFF;
	text-decoration:underline;
}


.loginimage{
	
	margin-top:3px;
	
}


DIV.loginforgotPassword{
	
	float:left; 
	width:300px;
	height:25px;
	
}
.navredlineleft{
 border-top:3px solid #a91345; 
 height:0px; 
 width:651px; 
 overflow: hidden; 
}
.navredlineright{
 border-top:3px solid #a91345; 
 height:0px; 
 width:334px; 
 overflow: hidden;
clear:both
}


.remember{
	float:left;
	margin-left:10px;
}
DIV.logingroupForgotPassword{
	height:20px;
	float:left; 
	clear:left; 
	width:323px; 
	padding-top:10px;

}



/************* Nav ************/

DIV#topNav{ 
	float:left;
	width:651px;
	height:33px;
	margin:0;
	padding:0;
	font-size:0px;
	background-image:url(/content/img/bg_mainnav.gif);
	background-repeat:repeat-x;
	background-position:top left;
}

DIV#topNav UL {
	margin:0;
	padding:0;
	float:left;
	list-style:none;
	width:651px;
	background-image:url(/content/img/bg_mainnav.gif);
	background-repeat:repeat-x;
	background-position:top left;
}

DIV#topNav UL LI{
	margin:0;
	padding:0;
	float:left;
}

/*****************Footer*******************/

DIV#footer{

	background-color:#1b1b1b;
	height:17px;
	width:973px;
	float:left;
	clear:both;
	padding:6px 0 0 12px;
	margin-top:10px;
	font-weight:bold;
	margin-bottom:3px;
}

DIV#footer  A{
	text-decoration:none;
	color:#999999;
}

DIV#footer UL LI A:hover{

	text-decoration:underline;
}


DIV.copyRight{

	 float:left; 
	 padding-left:7px;
	 width:900px;
	 clear:both;
}

/* ADDED BY SEAN */



FORM#subsForm LABEL {
	font-weight:bold;
	color:#333333;
}
FORM#subsForm INPUT, FORM#subsForm SELECT {
	color:#333333;
}
TABLE#subsFormTable TD LABEL {
	padding-right:10px;
}
TABLE#subsFormTable TD INPUT[type=text], TABLE#subsFormTable TD INPUT[type=password], TABLE#subsFormTable SELECT {
	width:180px;
}
INPUT[type=checkbox] {
	width:12px;
	height:12px;
	border:1px solid #7f9db9;
	
	float:left;
	
	
}

/* ======================================================== news ==========*/
DIV.news_heading{
	clear:both;
	float:left;
	background-image:url(/content/img/bg_news_headingmainbg.gif);
	width:631px; 
	height:49px;
	padding-top:10px;
	padding-left:10px;
}
DIV.news_heading.fullWidth{
	clear:both;
	float:left;
	background-image:url(/content/img/bg_news_headingmainbg.gif);
	background-repeat:repeat-x;
	width:925px; 
	height:49px;
	padding-top:10px;
	padding-left:10px;
}

DIV.news_heading h1{
	color:#FFFFFF;
	font-size:20px;
	font-weight:bold;
	margin:0px;padding:0px;
}

DIV.news_heading .newsNavPointer {	
	color:#FFFFFF;
	font-size:11px;
	font-weight:normal;
	margin:2px 0px 0px 0px;
	padding:0px;
	float:left;
}
DIV.news_heading .newsNavPointer A {
	color:#FFFFFF;
	text-decoration:none;
}

DIV.news_heading .newsNavPointerPink {	
	color:#F6A3BE;
	font-size:11px;
	font-weight:normal;
	margin:2px 0px 0px 10px;
	padding:0px;
	float:left;
}
.newsNavPointerPink A {
	color:#F6A3BE;
	text-decoration:none;	
}

DIV.news_headingborderright{
	background-image:url(/content/img/bg_news_heading.gif);
	background-position:right;
	background-repeat:no-repeat;
	width:10px;
	height:59px;
	float:left;
}

DIV.news_content{
	clear:both;
	margin:10px;
}

DIV.news_content .newsnav{
	float:left;
	background-color:#EFEFEF;
}

DIV.news_content .newsnavtop{
	background-image:url(/content/img/bg_news_navtop.gif);
	background-repeat:no-repeat;
	height:10px;
	font-size:0px;
	width:165px;
}

DIV.news_content .newsnavlist {
	background-image:url(/content/img/bg_news_navshadow.gif);
	background-repeat:repeat-x;
	line-height:18px;
	font-size:11px;
	font-weight:bold;
	width:165px;
}
DIV.news_content .newsnavlistcontentoff {
	line-height:18px;	
	padding:0px 10px 0px 0px;

}
DIV.news_content .newsnavlistcontenton {
	line-height:18px;
	padding:0px 10px 0px 20px;
	background-image:url(/content/img/bg_news_navon.gif);	
}
DIV.news_content .newsnavlistcontentoff a{ color:#595555; }
DIV.news_content .newsnavlistcontenton a{ color:#FFFFFF; }
DIV.news_content .newsnavlist A{
	font-size:11px;
	font-weight:normal;
}

div.news_content .newsnav UL.generalLeftNav {
	list-style:none;
	margin:0px;
	padding:15px 0px 0px 0;
	clear:both;
	width:165px;	
}

div.news_content .newsnav UL.generalLeftNav UL {
	list-style:none;
	margin:0;
	padding:0;
	clear:both;
	width:154px;	
}

div.news_content .newsnav UL.generalLeftNav UL LI.navon {
	margin:0;
	padding:0px 0px 0px 10px;
	width:140px;
/*	border:none;*/
}
div.news_content .newsnav UL.generalLeftNav LI {
	margin:0;
	padding:0;
	clear:both;
	width:135px;
	line-height:18px;
	padding-left:10px;
	border:none;
}
div.news_content .newsnav UL.generalLeftNav .navoff {
	color:#595555;
	border-bottom:1px solid #ffffff;
	padding-right:10px;
	width:144px;
}
div.news_content .newsnav UL.generalLeftNav .navoff a{
	color:#595555;
	border:none;
}
div.news_content .newsnav UL.generalLeftNav .navon {
	/*background-image:url(/content/img/bg_news_navon.gif);*/
	border-bottom:1px solid #ffffff;
	padding-right:10px;
	width:154px;	
}
div.news_content .newsnav UL.generalLeftNav .navon a{	
	color:#C01B59;
	font-weight:bold;
	text-decoration:none;
}
div.news_content .newsnav UL.generalLeftNav .navon .navoff a{
	color:#595555;
	font-weight:normal;
	font-size:0.8em;
}
div.news_content .newsnav UL.generalLeftNav .navon .navon a{
	color:#C01B59;
	font-size:0.8em;
}



DIV.news_content .newsnav UL {
	list-style:none;
	margin:0;
	padding:0;
	clear:both;
	width:165px;	
}

DIV.news_content .newsnav UL LI {
	margin:0;
	padding:0;
	clear:both;
	width:135px;
	/*height:18px;*/
	line-height:18px;
	padding-left:10px;
	/*padding-right:10px;*/
	border:none;
}

DIV.news_content .newsnav A:hover {
	text-decoration:underline;
}

DIV.news_content .newsnav .navoff {
	color:#595555;
	border-bottom:1px solid #ffffff;
	padding-right:10px;
width:144px;
}

DIV.news_content .newsnav .navoff a{
	color:#595555;
	border:none;
}
DIV.news_content .newsnav .navon {
	/*background-image:url(/content/img/bg_news_navon.gif);*/
	border-bottom:1px solid #ffffff;
	padding-right:10px;
	width:154px;
	
}

DIV.news_content .newsnav .navon a{	
	color:#C01B59;
	font-weight:bold;
	text-decoration:none;
}

DIV.news_content .newscontentinner{
	width:446px;
	margin-left:20px;
	float:left;
}

DIV.news_content .newscontentinner h2{
	font-size:14px;
	font-weight:bold;
	margin:0px;
	color:#c01b59;
}

DIV.news_content .newscontentinner .newssummary{
	clear:both;
	width:446px;
	margin:0px;
	padding:0px;
}

DIV.news_content .newscontentinner .newssummary p{

	margin:0px;
	padding:0px;
}
DIV.news_content .newscontentinner .newssummary p img{

	margin-top:10px;

}
DIV.news_content .newscontentinner .newssummary h3{
	color:#c01b59;
	font-size:11px;
	font-weight:normal;
	margin:10px 0px 0px 0px;
}
/******************************************************************directory *************/

DIV.news_content .directoryContentinner{
	width:446px;
	margin-left:20px;
	float:left;
}

DIV.news_content .directoryContentinner h2{
	font-size:14px;
	font-weight:bold;
	margin:0px;
	color:#c01b59;
}

DIV.news_content .directoryContentinner .directoryRow{
	clear:both;
	width:420px;
	margin:10px 0px 10px 0px;
	padding:0px;
}
DIV.news_content .directoryContentinner .directoryRow h3{
	font-size:11px;
	color:#A91345;
	font-weight:bold;
	margin:0px;
	padding:0px;
}
DIV.news_content .directoryContentinner .directoryRow p{
	margin-top:3px;
	padding:0px;
}
DIV.news_content .directoryContentinner a{
	text-decoration:none;
	color:#A91345;
}
DIV.news_content .directoryContentinner .arrow img{
	margin-right:5px;
}
DIV.news_content .directoryContentinner .left110px{
	text-align:center;
	vertical-align:middle;
	margin-top:20px;
}
DIV.news_content .directoryContentinner .left110px img{ 
width:138px;
float:left;
}
/*****************************************************************content page ******/
DIV.contentpage{
	margin:0px 0px 10px 20px;
	background-color:#FFFFFF;
	float:left;
	width:446px;
	display:block;
}
DIV.contentpage h1{
	margin:0px 0px 5px 0px;
	padding:0px;
	color:#a91345;
	font-size:16px;
	font-weight:bold;
}
DIV.contentpage p{
	margin:0px;
}
DIV.contentpage #leftText{
	float:left; 
	width:267px;
	margin-right:20px;
}
DIV.contentpage #rightImage{
	float:right;
	width:159px;
}
DIV.contentpage #rightImage img{
	border:0px;
	margin:0px 0px 10px 0px;
}
DIV.contentpage .arrow  img{
	border:0px;
	margin:0px 5px 0px 0px;
}
DIV.contentpage .arrow  a{
	color:#a91345;
}

/*****************************************************************case study page ******/
DIV.contentpage h2{
	margin:0px;
	padding:0px;
	color:#a91345;
	font-size:12px;
	font-weight:bold;
	margin:10px 0px 0px 0px;
}

/* =============================================================== bank ============*/
DIV.bank_heading{
	clear:both;
	float:left;
	background-image:url(/content/img/img_bank_main.gif);
	background-repeat:no-repeat;
	width:651px;
	height:141px;
}

DIV.bank_heading_Data{
	clear:both;
	float:left;
	background-image:url(/content/img/img_bank_data.jpg);
	background-repeat:no-repeat;
	width:651px;
	height:141px;
}

DIV.bank_heading_Branding{
	clear:both;
	float:left;
	background-image:url(/content/img/img_bank_branding.gif);
	background-repeat:no-repeat;
	width:651px;
	height:141px;
}
.content.fullWidth .bank_heading_Branding{
	clear:both;
	float:left;
	background-image:url(/content/img/banner.jpg);
	background-repeat:no-repeat;
	width:985px;
	height:101px;
}

DIV.bank_heading_Search{
	clear:both;
	float:left;
	background-image:url(/content/img/img_bank_search.jpg);
	background-repeat:no-repeat;
	width:651px;
	height:141px;
}

DIV.bank_heading_Customer_Insight{
	clear:both;
	float:left;
	background-image:url(/content/img/img_bank_insight.jpg);
	background-repeat:no-repeat;
	width:651px;
	height:141px;
}

DIV.bank_heading_Email{
	clear:both;
	float:left;
	background-image:url(/content/img/img_bank_email.jpg);
	background-repeat:no-repeat;
	width:651px;
	height:141px;
}

DIV.bank_heading_Social_Media{
	clear:both;
	float:left;
	background-image:url(/content/img/img_bank_media.jpg);
	background-repeat:no-repeat;
	width:651px;
	height:141px;
}

DIV.bank_heading_Marketing_Automation{
	clear:both;
	float:left;
	background-image:url(/content/img/img_bank_automation.jpg);
	background-repeat:no-repeat;
	width:651px;
	height:141px;
}

DIV.bank_heading_CRM{
	clear:both;
	float:left;
	background-image:url(/content/img/img_bank_crm.jpg);
	background-repeat:no-repeat;
	width:651px;
	height:141px;
}

DIV.bank_heading_International{
	clear:both;
	float:left;
	background-image:url(/content/img/img_bank_international.jpg);
	background-repeat:no-repeat;
	width:651px;
	height:141px;
}

DIV.bank_heading_Demand_Generation{
	clear:both;
	float:left;
	background-image:url(/content/img/img_bank_demandgen.jpg);
	background-repeat:no-repeat;
	width:651px;
	height:141px;
}

DIV.bank_heading_International #nav{
	margin:120px 0px 0px 15px;
	color:#ffffff;
	float:left;
}
DIV.bank_heading_International #nav a{

	color:#ffffff;
	text-decoration:none;
}
DIV.bank_heading_International #navpink{
	margin:120px 0px 0px 10px;
	color:#f6a3be;
	float:left;
}

DIV.bank_heading_Demand_Generation #nav{
	margin:120px 0px 0px 15px;
	color:#ffffff;
	float:left;
}
DIV.bank_heading_Demand_Generation #nav a{

	color:#ffffff;
	text-decoration:none;
}
DIV.bank_heading_Demand_Generation #navpink{
	margin:120px 0px 0px 10px;
	color:#f6a3be;
	float:left;
}

DIV.bank_heading_CRM #nav{
	margin:120px 0px 0px 15px;
	color:#ffffff;
	float:left;
}
DIV.bank_heading_CRM #nav a{

	color:#ffffff;
	text-decoration:none;
}
DIV.bank_heading_CRM #navpink{
	margin:120px 0px 0px 10px;
	color:#f6a3be;
	float:left;
}

DIV.bank_heading_Social_Media #nav{
	margin:120px 0px 0px 15px;
	color:#ffffff;
	float:left;
}
DIV.bank_heading_Social_Media #nav a{

	color:#ffffff;
	text-decoration:none;
}
DIV.bank_heading_Social_Media #navpink{
	margin:120px 0px 0px 10px;
	color:#f6a3be;
	float:left;
}

DIV.bank_heading_Marketing_Automation #nav{
	margin:120px 0px 0px 15px;
	color:#ffffff;
	float:left;
}
DIV.bank_heading_Marketing_Automation #nav a{

	color:#ffffff;
	text-decoration:none;
}
DIV.bank_heading_Marketing_Automation #navpink{
	margin:120px 0px 0px 10px;
	color:#f6a3be;
	float:left;
}

DIV.bank_heading_Data #nav{
	margin:120px 0px 0px 15px;
	color:#ffffff;
	float:left;
}
DIV.bank_heading_Data #nav a{

	color:#ffffff;
	text-decoration:none;
}
DIV.bank_heading_Data #navpink{
	margin:120px 0px 0px 10px;
	color:#f6a3be;
	float:left;
}
.content.fullWidth .bank_heading_Branding #nav{
	margin:81px 0px 0px 15px;
	color:#ffffff;
	float:left;
	padding-left:180px;
}
DIV.bank_heading_Branding #nav{
	margin:120px 0px 0px 15px;
	color:#ffffff;
	float:left;
}
DIV.bank_heading_Branding #nav a{
	
	color:#ffffff;
	text-decoration:none;
}
DIV.bank_heading_Branding #navpink{
	margin:120px 0px 0px 10px;
	color:#f6a3be;
	float:left;
}
.content.fullWidth .bank_heading_Branding #navpink{
	margin:80px 0px 0px 10px;
	color:#f6a3be;
	float:left;
}
DIV.bank_heading_Search #nav{
	margin:120px 0px 0px 15px;
	color:#ffffff;
	float:left;
}
 DIV.bank_heading_Search #nav a{
	
	color:#ffffff;
	text-decoration:none;
}
DIV.bank_heading_Search #navpink{
	margin:120px 0px 0px 10px;
	color:#f6a3be;
	float:left;
}

DIV.bank_heading_Customer_Insight #nav{
	margin:120px 0px 0px 15px;
	color:#ffffff;
	float:left;
}
DIV.bank_heading_Customer_Insight #nav a{
	color:#ffffff;
	text-decoration:none;
} 
DIV.bank_heading_Customer_Insight #navpink{
	margin:120px 0px 0px 10px;
	color:#f6a3be;
	float:left;
}

DIV.bank_heading_Email #nav{
	margin:120px 0px 0px 15px;
	color:#ffffff;
	float:left;
}
DIV.bank_heading_Email #nav a{
	text-decoration:none;
	color:#ffffff;
}
DIV.bank_heading_Email #navpink{
	margin:120px 0px 0px 10px;
	color:#f6a3be;
	float:left;
}

DIV.bank_heading #nav{
	margin:120px 0px 0px 15px;
	color:#ffffff;
	float:left;
}
DIV.bank_heading #nav a {
	color:#ffffff;
	text-decoration:none;
}
DIV.bank_heading #navpink{
	margin:120px 0px 0px 10px;
	color:#f6a3be;
	float:left;
}

DIV.knowledgeBankFirstContent{
	width:630px;
	margin-bottom:10px;
}
DIV#innerRightFull{
	width:205px;
	float:left;
	display:inline;
}

DIV#innerRightFull #searchBox{
	
	background-image:url(/content/img/bg_mainnav.gif);
	float:left;
	width:324px;
	height:28px;
	padding:5px 0px 0px 10px;
}

DIV.innerRightFullcontent{
	width:314px;
	padding:7px 0px 7px 7px;
}
DIV.innerRightFullcontent .logo{
	width:290px;
	text-align:center;
}


DIV#innerRightFull .contentboxrightborder{	
	border-left:1px solid #ecccd7;
	border-right:1px solid #ecccd7;	
	display:table;
	width:311px;
}
DIV#innerRightFull .contentboxright{	
	display:table;
	width:291px;
	padding:10px 10px 10px 10px;
}
DIV#innerRightFull .contentboxrightpink{
	background-image:url(/content/img/_25.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	display:block;
	width:291px;
	padding:10px;
	background-color:#f9eef2;
}
DIV#innerRightFull #borderBot{ 
	background-image:url(/content/img/bt_bankside_bot.jpg); 
	background-repeat:no-repeat;
	background-position:top;
	width:313px;
	height:18px;
	margin-top:-10px
}
DIV#innerRightFull #borderBotPink{ 
	background-image:url(/content/img/bt_banksidePink_bot.jpg); 
	background-repeat:no-repeat;
	background-position:top;
	width:313px;
	height:18px;
	margin-top:-10px
}

DIV#innerRightFull #borderTop{
	background-image:url(/content/img/bt_bankside_top.jpg); 
	background-repeat:no-repeat;
	background-position:top;
	width:313px;
	height:7px;
}	
DIV#innerRightFull #borderTop{
	line-height:0px;
	font-size:0px;
}
DIV#innerRightFull #black{ color:#3d3c3c;	}
DIV#innerRightFull #red{ color:#a91345;	}
DIV#innerRightFull #redbold{ color:#a91345;	font-weight:bold;}
DIV#innerRightFull ul{ 
	color:#a91345;
	margin:0px;
	padding-left:15px;
	padding-right:3px;
	font-size:11px;	
}
DIV#innerRightFull li{ 	
	font-size:11px;	
}
DIV#innerRightFull li font{ 	
	font-size:11px;	
}
DIV#innerRightFull #red{	color:#a91345;	}

DIV#innerRightFull A{	
	color:#a91345;
	text-decoration:none;
	padding-left:0px;
	padding-right:0px;
}
DIV#innerRightFull #clickhere { 
	text-decoration:underline;	
	color:#a91345;
	margin:0px;
	padding:0px;
}

DIV#innerRightFull #clickhere A{ 
	text-decoration:underline;
	color:#a91345;	
}


DIV#innerRightFull P{		
	margin:0px;
}

DIV#innerRightFull img{		
	padding:0px 10px 0px 0px;
}
DIV#innerRightFull img.arrow {
	margin:3px -5px 0 0;
	float:left;
}
DIV#innerRightFull h2{
	margin:0px 0px 5px 0px;
	padding:0px;
	color:#3d3c3c;
	font-weight:bold;
	font-size:14px
}

DIV#innerRightFull h3{
	margin:0px;
	padding:0px;
	color:#a91345;
	font-weight:bold;
	font-size:11px
}
DIV#innerRightFull h4{
	margin:0px 0px 0px 5px;
	float:left;
	padding:0px;
	color:#a91345;
	font-size:11px;
	font-weight:normal;
	
}

/* =============================================================== general =========*/
A{  outline: none;	}

.seperatordottedline{
	width:446px;
	height:0px;
	border-top:1px dotted #c01b59;
	font-size:0px;
	margin-top:10px;
	clear:both;
}
.seperatordottedline3{
	clear:both;
	background-image:url(/content/img/bt_bankside_mid3dot.jpg) ;
	width:446px;
	height:5px;
	font-size:0px;
	margin:10px 0px 0px 0px;
}
.seperatorline{ 
	border:1px solid #a91345;	
	float:left;
	width:0px;
	height:12px;
	margin:0px 10px 0px 10px;
}

.seperator{
	clear:both;
	background-image:url(/content/img/bg_seperator.gif) ;
	width:183px;
	height:5px;
	margin:10px;
	font-size:0px;
}
.seperatordottedline314px{
	width:311px;
	height:0px;
	border-top:1px dotted #ecccd7;
	font-size:0px;
	display:table;
	clear:both;
	margin:0px 0px 0px 0px;
}
.seperatordottedline440px{
	width:421px;
	height:0px;
	border-top:1px dotted #ecccd7;
	font-size:0px;
	display:table;
	clear:both;
	margin:0px 0px 0px 0px;
}
.seperatorfull{
	clear:both;
	background-image:url(/content/img/bt_bankside_mid3dot.jpg) ;
	width:311px;
	height:5px;
	font-size:0px;
	margin:0px 0px 0px 0px;
}
.right{float:right;}
.right2{float:right; color:#999999; margin-right:10px;}
.left272px{ width:272px; float:left; display:table;}
.right220px{ width:320px;float:right;}
.left110px{ width:110px;float:left;}

.left{float:left;}
.leftmarginleft10{float:right;}
.left227px{ width:227px;float:left;}
.left200px{ width:210px;float:left;}
.left10px{ width:10px;float:left;}


.leftspace30{float:left; margin-right:30px;}
.leftclear {
	clear:both;
	float:left;
	width:445px;
}

.clear {
	margin:0;
	padding:0;
	line-height:0px;
	font-size:0px;
	clear:both;
	overflow:hidden;
	height:0px;
}
.clearspace10{
	margin:0;
	padding:0;
	line-height:0px;
	font-size:0px;
	clear:both;
	overflow:hidden;
	height:10px;
	
}
.clearspace{
	margin:0;
	padding:0;
	line-height:0px;
	font-size:0px;
	clear:both;
	overflow:hidden;
	height:10px;
	
}
.margin10{	margin-bottom:10px; }
.margin10p{ 
	padding:10px 0px 10px 0px; 
	color:#333333;
	font-weight:normal;
}

.newsnav .newsnavlist .newsnavlistcontenton .marginLeftBot10{ background-color:#EFEFEF;}
.marginLeftBot10{	margin:0px 0px 10px 10px; }
.marginLeft10{	margin-left:10px; }
.red{color:red;}

/* =============================================================== sign up =========*/

DIV.signupContentinner{
	width:446px;
	margin-left:185px;
	float:left;
}
DIV.signupContentinner h2{
	font-size:14px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	color:#c01b59;
}
DIV.signupContentinner h3{
	color:#c01b59;
	font-size:11px;
	font-weight:normal;
	margin:10px 0px 0px 0px;
}
DIV.signupContentinner P{
	margin-top:5px; 	
}
DIV.signupContentinner FORM P#text{
	margin:3px 0px 10px 0px; 
	padding:0px;
	float:left;
	width:205px;
}
DIV.signupContentinner FORM P#field{
	margin:3px 0px 10px 0px; 
	padding:0px;
	float:left;
}
DIV.signupContentinner FORM P#text2{
	float:left;
	width:350px;
	margin-bottom:0px;
}
DIV.signupContentinner FORM P#field2{
	margin:3px 0px 10px 0px; 
	padding:0px;
	float:left;
	width:30px;
}


/****************************************************************** membership *************/

DIV.membershipContentinner{
	width:446px;
	padding-left:185px;
	float:left;
}
DIV.membershipContentinner h2{
	font-size:14px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	color:#c01b59;
}
DIV.membershipContentinner h3{
	color:#c01b59;
	font-size:11px;
	font-weight:normal;
	margin:10px 0px 0px 0px;
}
DIV.membershipContentinner P{
	margin-top:5px; 	
}

/* Membership Table */
TABLE#membershipTable {
	width:445px;
	border-collapse:collapse;
	border-right:1px solid #ecccd7;
	border-left:1px solid #ecccd7;
}
TABLE#membershipTable TH {
	font-weight:bold;
	text-align:left;
}



TABLE#membershipTable TR.buttonRow TD {
	text-align:center;
}

TABLE#membershipTable TR.subHeaderRow TD {
	background-image:url(/content/img/memTable_pinkBg.gif);
	background-repeat:repeat-x;
	color:#a91345;
	vertical-align:top;
	text-align:center;
}
TABLE#membershipTable TR.detailsRow TD {
	text-align:center;
	vertical-align:top;
}
TABLE#membershipTable TR.detailsRow TD.selected {
	background-color:#f1f1f1;
}
TABLE#membershipTable TR.subHeaderRow #title {
	text-align:left;
	width:195px;
	font-weight:bold;
}

TABLE#membershipTable #title{
	text-align:left;
	width:195px;
}
DIV.membershipContentinner .borderTop{
	background-image:url(/content/img/memTable_pinkBorderTop.gif);
	background-repeat:no-repeat;
	height:5px;
	width:445px;
	font-size:0px;
}
DIV.membershipContentinner .borderBot{
	background-image:url(/content/img/memTable_pinkBorderBot.gif);
	background-repeat:no-repeat;
	height:5px;
	width:445px;
	font-size:0px;
}

/* */

DIV#homeTopStory {
background-image:url(/content/img/bg_homeFeature.gif);
background-repeat:repeat-y;
}

DIV#topStoryCopy INPUT {
float:right;
}

DIV#featContentExtend {
display:none;
}

DIV.newsnav A {
text-decoration:none;


}

DIV.articleTitle H1 {
	color:#C01B59;
	font-size:1.3em;
}
DIV.contentBodyArea A, .signupContentinner A {
	color:#C01B59;
	text-decoration:none;
}
DIV.contentBodyArea A:hover {
	text-decoration:underline;
}
DIV.searchResults UL {
	list-style-type:none;
	margin-left:0;
	padding-left:0;
}
.articleTitle TH {
	text-align:left;
}
DIV.subHeading {

font-weight:bold;
margin:10px 0 10px 0;
}


UL#navSiteMap {
list-style:none;
margin:0;
padding:0;
}
UL#navSiteMap LI {
padding-bottom:5px !important; 
}
UL#navSiteMap A {
color:#A91345;
text-decoration:none;
}


DIV.mainContentFullWidth {
	float:left;
	margin-left:10px;
	width:760px;
}

DIV#contentArea p {
	margin-top: 8px;
	margin-bottom: 8px;
}

DIV.searchResults UL H3 {
color:#C01B59;
font-size:11px;
font-weight:normal;
margin:10px 0 0;
}
DIV.searchResults UL P {
margin-top:0;
}

td.newsCopySCP INPUT {
float:right;
}

DIV#article_space
{
	float: left;
	padding-left: 10px;
	width: 450px;
}


DIV#article_space a
{
	color: #a91345;
	text-decoration: none;
}

DIV#article_space a:hover
{
	color: #a91345;
	text-decoration: underline;
}


/* =============================================================== knowledgebank article form  =========*/

DIV.articleForm{
	width:446px;
	float:left;
}
DIV.articleForm h2{
	font-size:14px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	color:#c01b59;
}
DIV.articleForm h3{
	color:#c01b59;
	font-size:11px;
	font-weight:normal;
	margin:10px 0px 0px 0px;
}
DIV.articleForm P{
	margin-top:5px; 	
}

DIV.articleForm FORM P#text{
	margin:3px 0px 10px 0px; 
	padding:0px;
	float:left;
	width:205px;
}
DIV.articleForm FORM P#field{
	margin:3px 0px 10px 0px; 
	padding:0px;
	float:left;
}
DIV.articleForm FORM P#text2{
	float:left;
	width:350px;
	margin-bottom:0px;
}
DIV.articleForm FORM P#field2{
	margin:3px 0px 10px 0px; 
	padding:0px;
	float:left;
	width:30px;
}

DIV.articleForm FORM OPTION{	
	color:#666666;
	font-size:11px; 
	line-height:13px;
	margin:0px;
	width:207px;
}
DIV.articleForm FORM SELECT{	
	color:#666666;
	font-size:11px; 
	line-height:13px;
	margin:0px;
	border:1px solid #cdc0d1; 
	width:238px;
  float:right;
}
DIV.articleForm FORM INPUT{	
	color:#666666;
	font-size:11px; 
	line-height:13px;
	margin:0px;
	border:1px solid #cdc0d1; 
	width:235px;
/*	float:right;*/
}
DIV.articleForm FORM INPUT[type="checkbox"] ,DIV.articleForm FORM INPUT.checkbox{	
	margin:0px 5px 0px 0px !important;
	width:30px !important;
}
DIV.articleForm FORM INPUT[type="image"], DIV.articleForm FORM INPUT.image {	
	width:56px !important; 
	height:15px !important; 
	border:0 !important;
}

/* =============================================================== knowledgebank expert Advice  =========*/

DIV.pinkBgOuter{
	background-color:#f5e2e8;	 
	width:446px;
	margin-top:10px;
}
DIV.pinkBgInner{
	background-image:url(/content/img/pinkBgB.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}
DIV.pinkBgContent{
	background-image:url(/content/img/pinkBgT.jpg);
	background-repeat:no-repeat;
	background-position:top;
	padding:10px;
	color:#3D3C3C;
/*	font-weight:bold;*/
}
DIV.pinkBorderInner span{
	font-size:11px;
	font-weight:bold;
	padding-bottom:10px;
	display:table;
}
DIV#article_space #link{
	background-image:url(/content/img/bg_arrowred.gif);
	background-repeat:no-repeat;
	background-position: left center;
	padding-left:10px;
}




.seperatordottedline440px{
	width:440px;
	height:0px;
	border-top:1px dotted #ecccd7;
	font-size:0px;
	display:table;
	clear:both;
	margin:10px 0px 10px 0px;
}


.seperatordottedline3MarginB10{
	clear:both;
	background-image:url(../content/img/bt_bankside_mid3dot.jpg) ;
	width:446px;
	height:5px;
	font-size:0px;
	margin:10px 0px 10px 0px;
}

.strongRed{
	font-weight:bold;
	color:#c02d63;
}



.pinkBorderOuter1{	width:446px; height:4px; background-image:url(/content/img/pinkBorderTop.jpg); line-height:0; font-size:0; background-repeat:no-repeat; backgroung-position:top; }
.pinkBorderOuter2{	width:446px; height:4px; background-image:url(/content/img/pinkBorderBot.jpg); line-height:0; background-repeat:no-repeat; backgroung-position:bottom; }
.pinkBorderInner {	width:424px; padding:10px; border-right:1px solid #ECCCD7; border-left:1px solid #ECCCD7;}

.pinkBorderInner .leftDiv{
	float:left;
	padding-right:10px;
	width:54px;
}
.pinkBorderInner .rightDiv{
	float:right;
	width:360px;
}
.pinkBorderInner .rightDiv h3{
	color:#a91345;
	padding:0px;
	margin:0px;
}
.pinkBorderInner .rightDiv h3 strong{
	color:#333333;
}
.pinkBorderInner .rightDiv p{
	margin-bottom:0px;

}
.pinkBorderInner .rightDiv input{

	margin-top:40px;

}


/* ------------------------ ADDED SLH 03/04/2009 ------------------------ */


DIV.sectioncolumn200pxpink{
	width:189px;
	float:left;
	display:inline;
	padding:10px 10px 6px 10px;

}

DIV.sectioncolumn200pxpink a{
	color:#a91345;
	text-decoration:none;

}

/* ------------------------ ADDED hamid 08/04/2009 ------------------------ */
DIV.articleLeftNav UL{
	list-style:none;
	padding:0;
	margin:0;
	
}
DIV.articleLeftNav LI{
	list-style:none;
	padding:4px 10px 4px 15px;
}

DIV.articleLeftNav LI a{
	text-decoration:none;
	color:#333333;
}


/* ======================== registration form / added by hamid 28-04-09 ==========*/
DIV#fullWith{
	clear:both;
	
	display:table;
	width:930px; 
	
	padding-top:10px;
	padding-left:50px;
	/*position:absolute;*/
/*	z-index:2;*/
	/*border:1px solid ;*/
	top:50px;
}

DIV#fullWith h2{
color:#C01B59;
font-size:14px;
font-weight:bold;



	
	width:800px;
}

DIV#fullWith p{
	display:table;
	width:850px;
	border:1px solid #ffffff;

}

DIV.fullWith_heading{
	clear:both;
	float:left;
	background-image:url(/content/img/bg_news_headingmainbg.gif);
	width:975px; 
	height:49px;
	padding-top:10px;
	padding-left:10px;
	/*top:50px;*/
	position:relative;
}

DIV.fullWith_heading h1{
	color:#FFFFFF;
	font-size:20px;
	font-weight:bold;
	margin:0px;padding:0px;
}

DIV.fullWith_heading .newsNavPointer {	
	color:#FFFFFF;
	font-size:11px;
	font-weight:normal;
	margin:2px 0px 0px 0px;
	padding:0px;
	float:left;
}
DIV.fullWith_heading .newsNavPointer a {
	color:#FFFFFF;
	text-decoration:none;
}
div#directoryInteractive .fullWith_heading .newsNavPointer a {
	color:#FFFFFF;
	text-decoration:none;
}

DIV.fullWith_heading .newsNavPointerPink {	
	color:#F6A3BE;
	font-size:11px;
	font-weight:normal;
	margin:2px 0px 0px 10px;
	padding:0px;
	float:left;
}

DIV.fullWith_heading .homepage_content{
	clear:both;
	margin:10px;
	background-color:#FFFFFF;
	/*height:500px;*/
}

DIV.fullWith_left{
	float:left;
	width:400px;
	
	padding-right:50px;
}
DIV.fullWith_right{
	float:left;
	width:400px;
	
}

DIV#fullWith table .rightInput{
	text-align:right;
	height:25px;
}

DIV#fullWith table Input,  DIV#fullWith table Select{
	width:184px;
}
DIV#fullWith p Input[type=text]{
	width:40px;
	height:18px;
	display:table;
	float:left;
}

DIV#fullWith form p Label{
	width:310px;
	height:40px;
	display:table;
	float:left;
}

DIV#fullWith form p{
	width:400px;

	display:table;
}

table#editYourDetail{
	width:700px;
}

/* ======================== edit my details form / added by hamid 28-04-09 ==========*/

DIV#fullWith table#editYourDetail label , DIV#fullWith table#editYourDetail input{
	width:250px;
	float:left;
	height:24px;
	display:table;
}
 DIV#fullWith table#editYourDetail input[type="text"], DIV#fullWith table#editYourDetail input[type="password"]{

	height:14px;

}


DIV#fullWith table#editYourDetail input[type="checkbox"]{
	width:40px; 
	float:left;	
	display:table;
}
DIV#fullWith table#editYourDetail td{
	width:300px; 
	height:25px;
	
}
DIV#fullWith h2 em{
	font-weight:normal;
	font-style:normal;

}

/* Questions on KB Form */
FIELDSET#formQuestions {
	float:none;
}
FIELDSET#formQuestions DIV.ratingRow {
	margin:15px 0;
}
FIELDSET#formQuestions DIV.ratingInput {
	float:left;
	width:50px;
	padding-right:5px;
}
FIELDSET#formQuestions DIV.ratingInput LABEL {
	display:block;
	height:35px;
	color:#D9236E;
}
FIELDSET#formQuestions INPUT {
	width:auto;
}
FIELDSET#formQuestions SELECT {
	float:none;
}

/****************************** added by hamid on 11-04-2009 ************* new directory *************/

DIV.news_content .newDirectoryContentinner .searchBoxPink{
	padding:10px;
	width:609px;
	background-color:#fbf6f8;
	border-left:1px solid #ECCCD7;
	border-right:1px solid #ECCCD7;
}
DIV.news_content .newDirectoryContentinner .searchBoxPink label{
	padding-right:10px;
}
DIV.news_content .newDirectoryContentinner .searchBoxPink input[type=text]{
font-size:11px;
height:14px;
width:250px;
}
DIV.news_content .newDirectoryContentinner .searchBoxPink select{
font-size:11px;
height:19px;
width:240px;
}

DIV.news_content .newDirectoryContentinner .searchBoxPink input[type=image]{
	padding-left:10px;
	height:19px;
}
DIV#pinkBox .leftbottom{
	background-image:url(/content/img/bg_bankborderrightpink.gif);
	background-repeat:no-repeat;
	width:626px;
}
DIV#pinkBox .midtop{
	background-image:url(/content/img/bg_topbankborderrightpink.gif);
	background-position:right center;	
}
DIV#pinkBox .lefttop2{
	background-image:url(/content/img/bg_topbankborderrightpink.gif);
	
}
DIV.dot{
	background-image:url(/content/img/dot.gif);
	height:5px;
	width:100%;
}
DIV#pinkBox .midbottom{
	background-image:url(/content/img/pinkBotRight.gif);
	width:5px;

}
DIV.news_content .newDirectoryContentinner #pinkBox.leftbottom{
	background-image:url(/content/img/pinkBotRight.gif);
	background-repeat:no-repeat;
}

DIV.news_content .newDirectoryContentinner h2{
 color:#C01B59;
 font-size:14px;
 margin:0px;
}
DIV.news_content .newDirectoryContentinner h4{
 margin:0px;
 padding:0px 0px 5px 0px;
}
DIV.news_content .newDirectoryContentinner .sectioncontent {
	padding:10px;
	width:609px;
}
DIV.news_content .newDirectoryContentinner .sectioncontent em{	
	font-style:normal;
	 color:#C01B59;
}
DIV.news_content .newDirectoryContentinner .sectioncontent em strong{	
	font-style:normal;
	font-weight:normal;
	 color:#cccccc;
}
DIV.news_content .newDirectoryContentinner .sectioncontent pipe{		
	 color:#C01B59;
}
DIV.news_content .newDirectoryContentinner .sectioncontent .left{	
	float:left;
	width:512px;
}
DIV.news_content .newDirectoryContentinner .sectioncontent .right{	
	float:right;
	width:95px;
	padding-top:20px;	
}
DIV.left300px{width:300px; float:left; height:50px;}




/****************************** added by hamid on 08-06-2009 ************* directoryInteractive *************/
DIV#directoryInteractive{

margin:0px;
padding:0px;
width:985px;

}

DIV#directoryInteractive .fullWith_heading{  float:none; top:0; position:relative; }

DIV#directoryInteractive #fullDiectoryWith{ padding:18px; width:949px; display:table-caption; clear:both;}
DIV#directoryInteractive #fullWidthDirectory{ padding:0px; width:985px; display:table-caption; clear:both;}
/* ========================= fullWidthDirectory =========== */
div#directoryInteractive #fullWidthDirectory form{
  padding:0px;
}
#fullWidthDirectory h2{
  font-size:26px;
  font-weight:normal; 
  color:#ffffff;
  margin:0px;
  padding-top:0px;
}
#fullWidthDirectory .categorySearch h2, #fullWidthDirectory .advancedSearch h2{
float:left;
font-size:20px;
font-weight:bold;
}
#fullWidthDirectory h2 em{
  color:#d8236f;
  font-style:normal;
}

#fullWidthDirectory .blackBG{
  height:10px;
  width:985px;
  background-color:#2a2a2a;
  clear:both;
  font-size:0px;
  line-height:0px;
}
#fullWidthDirectory .blackBox{
  clear:both;
  padding:25px 40px 0px 60px;
  width:885px;
  height:155px;
  background-color:#323232;
  position:relative;
  color:#ffffff;
}
#fullWidthDirectory .blackBox .quickSearch .popup{
  line-height:13px;
}
#fullWidthDirectory .blackBox .quickSearch{
  position:absolute;
  top:140px;
  left:60px;
  line-height:21px;
  width:465px;
}
#fullWidthDirectory .blackBox .quickSearch label{
  font-weight:bold;
  width:100px;
  float:left;
}

#fullWidthDirectory .blackBox .quickSearch .question{
  float:left;
  width:12px;
  height:12px;
  padding:4px 20px 10px 10px;
  position:relative;
}
#fullWidthDirectory .blackBox .quickSearch input.txt{
  background-image:url(/content/images/DirectoryInteractive/home/searchDirect.jpg);
  background-position:top left;
  background-repeat:no-repeat;
  width:196px;
  height:15px;
  border:0px;
  float:left;
  padding:3px 5px 3px 5px;
  margin:0px;
}
#fullWidthDirectory .seperateBlackFromGray{
  background-image:url(/content/images/DirectoryInteractive/home/seperateBlackFromGray.jpg);
  clear:both;
  line-height:0px;
  font-size:0px;
  height:24px;
  width:985px;
}
#fullWidthDirectory .sponsoredBy{
  background-image:url(/content/images/DirectoryInteractive/home/logoDANDB.jpg);
  position:absolute;
  top:25px;
  right:40px;
  line-height:0px;
  font-size:0px;
  height:86px;
  width:70px;
  display:table;

}


#fullWidthDirectory input.searchDirectory{
 background-image:url(/content/images/DirectoryInteractive/home/bt_directorySearch_new.jpg);
background-position:center top;
background-repeat:no-repeat;
border:0 none;
color:#FFFFFF;
font-family:arial;
font-size:11px;
height:22px;
line-height:22px;
margin:0px;
padding:0 0 2px;
width:99px;
}
#fullWidthDirectory .blackBox input.searchDirectory{
 width:99px;
 float:right;
 background-image:url(/content/images/DirectoryInteractive/home/bt_searchDirectory.gif);
}
#fullWidthDirectory .blackBox input.searchDirectory:hover{
background-position:bottom;
color:#D8236F;
}
#directoryInteractive #fullWidthDirectory .grayBox{
  background-color:#D3D3D3;
  width:905px;
  padding:20px 40px 30px 40px;
display:block;
}
#fullWidthDirectory .grayBox .inner{
  width:905px;
  background-image:url(/content/images/DirectoryInteractive/home/boxGrayBGVer.jpg);
  background-position:585px;
  background-repeat:repeat-y;
  display:table;
}
#fullWidthDirectory .seperateGrayFormLightGray{
  clear:both;
  background-color:#999999;
  line-height:0px;
  font-size:0px;
  height:10px;
  width:985px;
}
#fullWidthDirectory .lightGrayBox {
  background-color:#e6e6e6;
  width:945px;
  padding:20px 0px 20px 40px;
}
#fullWidthDirectory .lightGrayBox h2{
  color:#3d3c3c;
  font-size:20px;
}
#fullWidthDirectory .lightGrayBox .width315px {
  float:left;
  width:275px;
  padding:10px 40px 0px 0px;
}
#fullWidthDirectory .categorySearch{
  float:left;
  width:250px;
  padding-left: 75px;
}
#directoryInteractive #fullWidthDirectory label{
  padding:0px 0px 10px 0px ;
  margin:0px;
  display:block;
  clear:both;
}
#directoryInteractive #fullWidthDirectory  select {
border:1px solid #C0C0C0;
display:block;
height:21px;
line-height:21px;
margin:0;
padding:0;
width:215px;
font-size:11px;
}
#directoryInteractive #fullWidthDirectory  option{
line-height:21px;
font-size:11px;
}

#directoryInteractive #fullWidthDirectory  optgroup {
line-height:21px;
font-size:11px;
font-weight:bold;
}
#fullWidthDirectory .question{
  float:left;
  width:12px;
  height:12px;
  padding:10px 20px 10px 10px;
  
  position:relative;
  
}

#fullWidthDirectory .seperatorLine{
  background-image:url(/content/images/DirectoryInteractive/home/boxGrayBGHor.jpg);
  background-position:0px 24px;
  background-repeat:repeat-x;
height:50px;
width:250px;
display:block;
}

#fullWidthDirectory .buttonA-Z{
  display:block;
  padding:0px 0px 0px 0px;
  color:#ffffff;
font-family:arial;
font-size:11px;
height:22px;
width:68px;
line-height:22px;
padding:0px 8px 0px 8px;
 background-image:url(/content/images/DirectoryInteractive/home/bt_a-z_new.jpg);

}

#fullWidthDirectory .buttonListingPackage{
  display:block;
  padding:0px 0px 0px 0px;
  color:#ffffff;
font-family:arial;
font-size:11px;
height:22px;
width:108px;
padding:0px 8px 0px 8px;
line-height:22px;
 background-image:url(/content/images/DirectoryInteractive/home/bt_listingPackage_new.jpg);
}
#fullWidthDirectory .advancedSearch{
  float:left;
  padding:0;
  width:550px;
}

#fullWidthDirectory .advancedSearch .leftBox{
  float:left;
  width:250px;
}
#fullWidthDirectory .advancedSearch .rightBox{
  float:right;
  width:280px;
}
#fullWidthDirectory .advancedSearch form#advancedSearch input{
  float:left;
}
#fullWidthDirectory .advancedSearch form#advancedSearch label{
  float:left;
  clear:right;
  padding:3px 0px 5px 0px;
  width:230px;
}
#fullWidthDirectory input.searchDirectory.right{ float:right;}
#fullWidthDirectory .advancedSearch form#advancedSearch .rightBox label{
 
  width:250px;
}

#fullWidthDirectory .advancedSearch h3{
  padding:0px 0px 10px 0px;
}
DIV#directoryInteractive #fullWidthDirectory .tabs{
height:45px;
left:753px;
position:absolute;
top:147px;
width:300px;
}
DIV#directoryInteractive #fullWidthDirectory .tabs UL{
	height:33px;
	padding:0px ;	
	margin:0px;
	color:#ffffff;
	
	list-style:none;
}

DIV#directoryInteractive #fullWidthDirectory .tabs LI{
	height:23px;
	padding:10px 20px 0px 20px;
	float:left;	
	background-image:none;	
	background-color:#d8236f;
	position:relative;
}
DIV#directoryInteractive #fullWidthDirectory .tabs LI.selected  {	
	height:22px;
	padding:10px 20px 0px 20px;
	float:left;	
	background-image:url(/content/images/DirectoryInteractive/bg_tab.jpg);
	background-position: bottom ;
	background-repeat: repeat-x;
	position:relative;
}
DIV#directoryInteractive #fullWidthDirectory .tabs LI.selected a {	
	color:#ffffff;
}
DIV#directoryInteractive #fullWidthDirectory .tabs LI a {	
	color:#ffffff;
}
DIV#directoryInteractive #fullWidthDirectory .tabs LI.space{
	width:4px;
	padding:0;
	height:33px;	
	background-image:none;	
	background-color:#323232;
}
DIV#directoryInteractive #fullWidthDirectory .tabs LI.selected .cornerReight{
	background-image:url(/content/images/DirectoryInteractive/home/tab_gray_top_rightBlack.jpg);
	background-position: top;
	background-repeat: no-repeat;
	position:absolute;
	top:0px;
	right:0px;
	width:6px;
	height:6px;
}
DIV#directoryInteractive #fullWidthDirectory .tabs LI .cornerReight{
	background-image:url(/content/images/DirectoryInteractive/home/tab_red_top_rightBlack.jpg);
	background-position: top;
	background-repeat: no-repeat;
	position:absolute;
	top:0px;
	right:0px;
	width:6px;
	height:6px;
}
DIV#directoryInteractive #fullWidthDirectory .tabs LI.selected .cornerLeft{
	background-image:url(/content/images/DirectoryInteractive/home/tab_gray_top_leftBlack.jpg);
	background-position: top;
	background-repeat: no-repeat;
	position:absolute;
	top:0px;
	left:0px;
	width:6px;
	height:6px;
}
DIV#directoryInteractive #fullWidthDirectory  .tabs LI .cornerLeft{
	background-image:url(/content/images/DirectoryInteractive/home/tab_red_top_leftBlack.jpg);
	background-position: top;
	background-repeat: no-repeat;
	position:absolute;
	top:0px;
	left:0px;
	width:6px;
	height:6px;
}

DIV#directoryInteractive #fullWidthDirectory .popup{
left:30px;
position:absolute;
top:-67px;
width:273px;
z-index:10;
display:none;
}

DIV#directoryInteractive #fullWidthDirectory .popupBot{
  width:273px;
  position:relative;
  height:14px;
  background-image:url(/content/images/DirectoryInteractive/home/pop_bot.gif);
  background-position: top;
  background-repeat: no-repeat;
  clear:both;
}
DIV#directoryInteractive #fullWidthDirectory .popupTop{
width:273px;
height:16px;
background-image:url(/content/images/DirectoryInteractive/home/pop_top.gif);
background-position: top;
background-repeat: no-repeat;
clear:both;
}
DIV#directoryInteractive #fullWidthDirectory .popupMid{
width:210px;
color:#3d3c3c;
padding:0px 20px 0px 43px;
background-image:url(/content/images/DirectoryInteractive/home/pop_mid.gif);
background-position: top right;
background-repeat: repeat-y;
position:relative;
clear:both;
}
DIV#directoryInteractive #fullWidthDirectory .popupLeft{
width:23px;
height:21px;
background-image:url(/content/images/DirectoryInteractive/home/pop_Left.gif);
background-position: top right;
background-repeat: repeat-y;
position:absolute;
top:40px;
left:0px;
}
DIV#directoryInteractive #fullWidthDirectory .popup h4{
  color:#d8236f;
  font-size:11px;
  float:left;
  width:170px;
  padding:0px 0px 10px 0px;
  margin:0px;
}
DIV#directoryInteractive #fullWidthDirectory .popup a.close{
  color:#d8236f;
  font-size:12px;
  font-weight:bold;
  text-decoration:none;
  float:right;
}
/* ========================= fullWidthDirectory end ======= */
/* ========================= content ====================== */
DIV#directoryInteractive #fullDiectoryWith .content{
	float:left;
	width:764px;
	display:block;
	vertical-align:top;
}

/* ====== tab ======*/

DIV#directoryInteractive #fullDiectoryWith .content .tab{
	height:45px;
	width:750px;
	padding-top:13px;
	float:right;
	position:relative;
}
DIV#directoryInteractive #fullDiectoryWith .content .tab UL{
	height:33px;
	padding:0px ;	
	margin:0px;
	color:#ffffff;
	
	list-style:none;
}
DIV#directoryInteractive #fullDiectoryWith .content .tab LI{
	height:23px;
	padding:10px 20px 0px 20px;
	float:left;	
	background-image:none;	
	background-color:#d8236f;
	position:relative;
}
DIV#directoryInteractive #fullDiectoryWith .content .tab LI.selected  {	
	height:22px;
	padding:10px 20px 0px 20px;
	float:left;	
	background-image:url(/content/images/DirectoryInteractive/bg_tab.jpg);
	background-position: bottom ;
	background-repeat: repeat-x;
	position:relative;
}
DIV#directoryInteractive #fullDiectoryWith .content .tab LI.space{
	width:4px;
	padding:0;
	height:33px;	
	background-image:none;	
	background-color:#ffffff;
}
DIV#directoryInteractive #fullDiectoryWith .content .tab LI.selected .cornerReight{
	background-image:url(/content/images/DirectoryInteractive/tab_gray_top_right.jpg);
	background-position: top;
	background-repeat: no-repeat;
	position:absolute;
	top:0px;
	right:0px;
	width:6px;
	height:6px;
}
DIV#directoryInteractive #fullDiectoryWith .content .tab LI .cornerReight{
	background-image:url(/content/images/DirectoryInteractive/tab_red_top_right.jpg);
	background-position: top;
	background-repeat: no-repeat;
	position:absolute;
	top:0px;
	right:0px;
	width:6px;
	height:6px;
}
DIV#directoryInteractive #fullDiectoryWith .content .tab LI.selected .cornerLeft{
	background-image:url(/content/images/DirectoryInteractive/tab_gray_top_left.jpg);
	background-position: top;
	background-repeat: no-repeat;
	position:absolute;
	top:0px;
	left:0px;
	width:6px;
	height:6px;
}
DIV#directoryInteractive #fullDiectoryWith .content .tab LI .cornerLeft{
	background-image:url(/content/images/DirectoryInteractive/tab_red_top_left.jpg);
	background-position: top;
	background-repeat: no-repeat;
	position:absolute;
	top:0px;
	left:0px;
	width:6px;
	height:6px;
}


DIV#directoryInteractive #fullDiectoryWith .content .tabPage{
	clear:both;
}
DIV#directoryInteractive #fullDiectoryWith .content .tab .backToResults{
	position:absolute;
	top:15px;
	left:633px;
}
/* ====== tab /======== */

/* ====== leftDiv ======== */

DIV#directoryInteractive #fullDiectoryWith .content .leftDiv{
	width:229px;
	float:left;	
}
DIV#directoryInteractive #fullDiectoryWith .content .leftDiv UL{
	clear:both;
	width:214px;
	margin:0px;
	padding:0px;
	list-style:none;
}

DIV#directoryInteractive #fullDiectoryWith .content .leftDiv LI{
	height:21px;
	line-height:21px;
	padding:0;
	font-weight:normal;
	border-bottom:1px solid #f3bdd4;


}

DIV#directoryInteractive #fullDiectoryWith .content .leftDiv LI:hover{
	background-color:#f7f7f7;
}

DIV#directoryInteractive #fullDiectoryWith .content .leftDiv LI.selected  {	
	font-weight:bold;
	background-color:#fef8fb;
}
DIV#directoryInteractive #fullDiectoryWith .content .leftDiv .grayBox  , DIV#directoryInteractive #fullDiectoryWith .content .leftDiv .grayBox .content{ /*width:214px;*/}
DIV#directoryInteractive #fullDiectoryWith .content .leftDiv .grayBox P, DIV#directoryInteractive #fullDiectoryWith .content .leftDiv .grayBox DIV{ width:194px;}

/* ====== leftDiv /======== */

/* ====== rightDiv ======== */
DIV#directoryInteractive #fullDiectoryWith .content .rightDiv .bannerImage{ padding-bottom:10px;}
DIV#directoryInteractive #fullDiectoryWith .content .rightDiv{
	width:500px;
	float:right;
	
}
DIV#directoryInteractive #fullDiectoryWith .content .rightDiv ul{
	padding:10px 0px 10px 0px;
	margin:0;
	list-style:none;
}

DIV#directoryInteractive #fullDiectoryWith .content .rightDiv ol{
	padding:10px 0px 10px 15px;
	margin:0;
	list-style-type:disc;
}
DIV#directoryInteractive #fullDiectoryWith .content .rightDiv ul li{ padding:0px 0px 5px 0px; width:500px; display:table; }
DIV#directoryInteractive #fullDiectoryWith .content .rightDiv ul li .left{
	width:100px;
	float:left;
	font-weight:bold;
}
DIV#directoryInteractive #fullDiectoryWith .content .rightDiv ul li .right{
	width:400px;
	float:right;
}	
 
DIV#directoryInteractive #fullDiectoryWith .content .rightDiv .grayBox div{ width:460;}

DIV#directoryInteractive #fullDiectoryWith .content .rightDiv .fullBoxWithImg{ width:500px;  clear:both;}
DIV#directoryInteractive #fullDiectoryWith .content .rightDiv .fullBoxWithImg .right p{ width:419px; padding-top:0px;}
DIV#directoryInteractive #fullDiectoryWith .content .rightDiv .fullBoxWithImg .right { width:419px; float:right;}
DIV#directoryInteractive #fullDiectoryWith .content .rightDiv .fullBoxWithImg .left  { width:72px;  float:left;}
DIV#directoryInteractive #fullDiectoryWith .content .rightDiv .fullBoxWithImg .left img { 
	width:70px;
	height:70px;
	border:1px solid #7f7f7f;
}


DIV#directoryInteractive #fullDiectoryWith .content .rightDiv .fullBoxWithImg .arrowLink{ padding-right:30px; }

/* ====== rightDiv /======== */
/* ====== fullTabDiv ======== */
DIV#directoryInteractive #fullDiectoryWith .content .tabPage .fullTabDiv , DIV#directoryInteractive #fullDiectoryWith .content .tabPage .fullTabDiv .content{ width:764px;}
DIV#directoryInteractive #fullDiectoryWith .content .tabPage .fullTabDiv UL{
	display:block;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:10px 0px 10px 0px;
	
}

DIV#directoryInteractive #fullDiectoryWith .content .tabPage .fullTabDiv UL li {
	background-image:url(/content/images/DirectoryInteractive/bulet_red.jpg);
	background-position:0 50%;
	background-repeat:no-repeat;
	margin:0;
	padding-left:10px;
}

DIV#directoryInteractive #fullDiectoryWith .firstTextArea{ 
	clear:both;
	display:block;
	padding-left:14px;
	width:750px;
	/*height:130px;*/
}
div#directoryInteractive #fullDiectoryWith .content .tabPage .fullTabDiv h4 { line-height:15px; padding:0px; }
div#directoryInteractive #fullDiectoryWith .fullTabDivGrayBoxOuter{ padding-left:4px;}
div#directoryInteractive #fullDiectoryWith .fullTabDivGrayBox { padding:10px 10px 0px 10px; display:table;}
div#directoryInteractive #fullDiectoryWith .fullTabDivGrayBoxContent h2{ padding:0px 0px 10px 0px;}
div#directoryInteractive #fullDiectoryWith .fullTabDivGrayBoxContent p { padding:0px 0px 10px 0px;}


div#directoryInteractive #fullDiectoryWith .formBox{ position:relative;   display:block;  padding:0px 0px 0px 14px; margin:0px;  }
div#directoryInteractive #fullDiectoryWith .formBox .formBoxInner{  position:relative; background-color:#F2F2F2; display:block; width:750px;  }
div#directoryInteractive #fullDiectoryWith .formBox .formBoxInner FORM INPUT.send{
	width:55px;
	height:21px;
	border:0px;
	position:absolute;
	right:10px;
	bottom:10px;
}
div#directoryInteractive #fullDiectoryWith .formBox .formBoxInner .browseForFile{
	width:91px;
	height:20px;
	
	position:absolute;
	right:290px;
	bottom:10px;
}
div#directoryInteractive #fullDiectoryWith .formBox .formBoxInner .left { padding:0px 10px 10px 10px; width:340px; float:left;}
div#directoryInteractive #fullDiectoryWith .formBox .formBoxInner .right{ padding:0px 10px 30px 10px; width:340px; float:right;  }
div#directoryInteractive #fullDiectoryWith .formBox .formBoxInner .right .outerRight{ float:right; }
div#directoryInteractive #fullDiectoryWith .formBox .formBoxInner LABEL{
	float:left; 
	line-height:17px; 
	height:17px; 
	width:120px;
	
}
div#directoryInteractive #fullDiectoryWith .formBox .formBoxInner INPUT{
	float:right; 
	line-height:17px; 
	height:17px; 
	width:200px;
	border:1px solid #C0C0C0;	
}
div#directoryInteractive #fullDiectoryWith .formBox .formBoxInner INPUT#file{
	float:right; 
	line-height:17px; 
	height:24px; 
	width:200px;
	border:1px solid #C0C0C0;	
}
div#directoryInteractive #fullDiectoryWith .formBox .formBoxInner textarea{
	clear:both;
	line-height:17px; 
	width:210px;
	border:1px solid #C0C0C0;
}






div#directoryInteractive #fullDiectoryWith UL#resultList{ padding:0px; margin:0px; list-style:none; }
div#directoryInteractive #fullDiectoryWith UL#resultList LI{ background-image:none; padding-left:0px }

div#directoryInteractive #fullDiectoryWith UL#resultList LI.gray .fullTabDivGrayBox { background-color:#F2F2F2; padding-bottom:10px;  }
div#directoryInteractive #fullDiectoryWith ul#resultList li.gray .fullWidth750px { padding-left:14px; padding-top:10px;}

div#directoryInteractive #fullDiectoryWith UL#resultList LI .fullWidth750px{padding-left:14px; padding-bottom:5px; }
div#directoryInteractive #fullDiectoryWith UL#resultList LI .img{ float:left; width:90px; height:80px;}
div#directoryInteractive #fullDiectoryWith UL#resultList LI .img img{width:90px; height:80px;}
div#directoryInteractive #fullDiectoryWith UL#resultList LI .head { float:right; width:590px; height:25px;}
div#directoryInteractive #fullDiectoryWith UL#resultList LI .head .left{ padding-right:30px;}
div#directoryInteractive #fullDiectoryWith UL#resultList LI .head a{ padding-top:3px; display:block;  background-position:0px 6px;}
div#directoryInteractive #fullDiectoryWith UL#resultList LI .data { float:right; width:590px;}
div#directoryInteractive #fullDiectoryWith UL#resultList LI .data .left{ float:left; width:290px;}
div#directoryInteractive #fullDiectoryWith UL#resultList LI .data .right{ float:right; width:280px;}
div#directoryInteractive #fullDiectoryWith UL#resultList LI .data p{ padding:0px;}
div#directoryInteractive #fullDiectoryWith .grayBoxWithExtWith{
	width774px; 
	background-color:#FFFFFF; 
	padding-left:4px;
}
div#directoryInteractive #fullDiectoryWith .grayBoxWithExtWithContent{
	width:750px;
	padding:10px 10px 10px 10px;
	background-color:#f2f2f2;		
	clear:both;	
	position:relative;
	height:429px;
}
div#directoryInteractive #fullDiectoryWith .doubleGray{ padding-bottom:10px;}
div#directoryInteractive #fullDiectoryWith .doubleGray .left { 
	/*background-image:url(/content/images/DirectoryInteractive/locationMap.jpg);
	background-position:346px 106px;
	background-repeat:no-repeat;*/
	width:500px; 
	height:400px;
	/*height:760px;*/ 
	/*padding-bottom:31px; */
	float:left;  
	position:relative; 
	display:block;
}
div#directoryInteractive #fullDiectoryWith .doubleGray .left h3 { 
font-weight: bold;
font-size: 11px;
padding-bottom: 8px;
}
div#directoryInteractive #fullDiectoryWith #AdvancedSearch.doubleGray #BrowseCategory.right{ 
border-left:13px solid white;
height:180px;
padding-left:8px;
position:absolute;
padding-top:10px;
left:522px;
top:0;
width:230px;
	
}
div#directoryInteractive #fullDiectoryWith #AdvancedSearch.doubleGray .right { 
float:none;
}
div#directoryInteractive #fullDiectoryWith #AdvancedSearch.doubleGray #BrowseCategory.right LABEL{ 
line-height:0px;
font-size:0px;
height:13px;
	padding:0px ;
	width:174px;
	display:block;
float:none;
clear:bothe;
margin:0;

}

div#directoryInteractive #fullDiectoryWith #AdvancedSearch.doubleGray #KeywordSearch.right{ 
border-left:13px solid white;
border-top:13px solid white;
top:220px;
display:block;

height:188px;
padding:10px 10px 31px;
position:absolute;
left:332px;
width:405px;
}
div#directoryInteractive #fullDiectoryWith .doubleGray .right{ 

	width:215px; height:340px; 
	padding-bottom:31px; 
	float:right; 
	position:relative; 
	display:block;
}
div#directoryInteractive #fullDiectoryWith .doubleGray .left .redLineWidth750px { width:500px;}
div#directoryInteractive #fullDiectoryWith .doubleGray .right .redLineWidth750px{ width:215px;}
div#directoryInteractive #fullDiectoryWith .doubleGray .left .leftBox { width:150px; padding-left:5px; display:block; float:left; }
div#directoryInteractive #fullDiectoryWith .doubleGray .left .midBox  { width:150px; padding-left:5px; display:block; float:left; }
div#directoryInteractive #fullDiectoryWith .doubleGray .left .rightBox{ width:177px; padding-left:10px;  display:table; float:left;}


div#directoryInteractive #fullDiectoryWith .grayBoxWithExtWithContent .redLineWidth750px {position:static; }


div#directoryInteractive #fullDiectoryWith .singleGray INPUT{
	width:200px; 
	height:17px; 
	border:1px solid #c0c0c0; 
	line height:17px;
}
div#directoryInteractive #fullDiectoryWith .singleGray LABEL{
	display:block;	
	float:left;
	height:19px;
	line-height:19px;
	margin:0;
	padding:0 30px 0 0;
	width:306px;
}
div#directoryInteractive #fullDiectoryWith .singleGray FORM INPUT.searchDirectory{
	width:101px;
	height:21px;
	border:0px;
	position:absolute;
	right:10px;
	bottom:10px;
}
div#directoryInteractive #fullDiectoryWith .doubleGray .rightDiv{
	float:left;
	clear:both;
	display:block;	
	width:17px;
	height:17px; 
	
}
div#directoryInteractive #fullDiectoryWith .doubleGray .leftDiv{
	float:left;
	clear:both;
	display:block;	
	width:17px;
	height:17px; 
	
}
div#directoryInteractive #fullDiectoryWith .doubleGray .left INPUT[type=checkbox]{
/*	width:17px; 
	height:17px; 
	line-height:17px;
*/		
}
div#directoryInteractive #fullDiectoryWith .doubleGray .left LABEL{
	display:block;	
	/*height:17px;*/
	/*line-height:17px;*/
	margin:0;
	padding:2px 0px 0px 5px ;
	width:120px;
	float:left;
}

div#directoryInteractive #fullDiectoryWith .doubleGray .left .rightBox SELECT{
	width:175px; 
	display:block;	
	height:21px;
	line-height:21px;
	margin:0;
	padding:0px;
	border:1px solid #c0c0c0; 	
}
div#directoryInteractive #fullDiectoryWith .doubleGray .left .rightBox LABEL{
	padding:2px 0px 0px 0px ;
	width:174px;
	font-weight: bold;

}





div#directoryInteractive #fullDiectoryWith .doubleGray .right LABEL{
	display:block;		
	line-height:19px;
	margin:0;
	padding:0;
	width:214px;
	clear:both;
	font-weight: bold;
}
div#directoryInteractive #fullDiectoryWith .doubleGray .right INPUT{
	width:214px; 
	height:17px; 
	border:1px solid #c0c0c0; 
	line-height:17px;
}
div#directoryInteractive #fullDiectoryWith .doubleGray .right SELECT{
	width:214px; 
	display:block;	
	height:21px;
	line-height:21px;
	margin:0;
	padding:0px;
	border:1px solid #c0c0c0; 	
}
div#directoryInteractive #fullDiectoryWith .doubleGray FORM INPUT.searchDirectory{
	width:101px;
	height:21px;
	border:0px;
	position:absolute;
	right:0px;
	bottom:0px;
}
div#directoryInteractive #fullDiectoryWith .doubleGray FORM INPUT.searchDirectoryCats{
border:0 none;
bottom:0;
height:21px;
right:0;
width:101px;
float:right;
padding-bottom:5px;
}

/* ====== fullTabDiv /======== */


/* ========================= content /====================== */

/* ========================= right column ====================== */
DIV#directoryInteractive #fullDiectoryWith .rightCol{
	float:right;
	width:154px;	
	display:block;
	
}
DIV#directoryInteractive #fullDiectoryWith .rightCol{
	float:right;
	width:154px;	
	display:block;
	
}
DIV#directoryInteractive #fullDiectoryWith .rightCol .grayBox {width:154px; display:block;}
DIV#directoryInteractive #fullDiectoryWith .rightCol .grayBoxContent { padding:20px 0px 10px 10px ;display:block; }
DIV#directoryInteractive #fullDiectoryWith .rightCol .grayBox UL{
	padding:0px 0px 10px 0px ;
	margin:0px;
	list-style:none;
	display:block;
	width:120px;
}
DIV#directoryInteractive #fullDiectoryWith .rightCol .grayBox UL LI{
	padding-left:10px;
	margin:0px;
	background-image:url(/content/images/DirectoryInteractive/bulet_red.jpg);
	background-repeat:no-repeat;
	background-position:0px;
}
/* ========================= right column /====================== */
DIV#directoryInteractive FORM {padding:10px 0px 0px 0px;}


DIV#directoryInteractive p{
	/*width:auto; */
	border:0px; 
	margin:0px; 
	padding:10px 0px 10px 0px; 
	/*display:inline-table;	*/
}
DIV#directoryInteractive #fullDiectoryWith .content .rightDiv p{ width:480px; }
DIV#directoryInteractive #fullDiectoryWith .content .leftDiv p { width:214px; }
.width60px{width:60px;}
.width100px{width:100px;}
.width110px{width:110px;}
.width115px{width:115px;}
.width120px{width:120px;}
.width125px{width:125px;}
.width130px{width:130px;}
.width135px{width:135px;}
.width140px{width:140px;}
.width145px{width:145px;}
.width150px{width:150px;}
.width155px{width:155px;}
.width160px{width:160px;}
.width214px{width:214px;}
.width355px{width:355px;}
.width365px{width:365px;}
.width500px{width:500px;}
.width700px{width:700px;}
.width715px{width:715px;}
.width730px{width:730px;}
.width750px{width:750px;}
.LineWidth750px{width:750px;}
.height1px {height:1px; }
.height20px{height:20px;}
.height40px{height:40px;}
.paddingTop10px{padding-top:10px;}
.paddingLeft14px{padding-left:14px; display:block; clear:both;}
.paddingTop188px{padding:188px 0px 0px 0px;}
.paddingTop58px{padding:58px 0px 0px 0px;}
.padding10px{ padding:10px; }
.center{text-align:center; padding:12px 0px 0px 0px;}
div#directoryInteractive a.arrowLink{ color:#d8236f; }
div#directoryInteractive .arrowLink{
	background-image:url(/content/images/DirectoryInteractive/redArrow.jpg);
	background-position:0px;
	background-repeat:no-repeat;
	padding-left:10px;
}


DIV#directoryInteractive a{text-decoration:none; color:#D8236F;}
DIV#directoryInteractive #fullDiectoryWith .content .tab a{color:#ffffff;}

DIV#directoryInteractive #fullDiectoryWith h2{	
/*	font-family:Arial,Verdana,Helvetica,sans-serif;*/
	font-size:14px;
	clear:both;
	color:#3d3c3c; 
	margin:0px;
	padding:0px 0px 0px 0px;
}
DIV#directoryInteractive #fullDiectoryWith h2 em{ color:#a91345; font-style:normal; } 
DIV#directoryInteractive h3{	
	font-size:12px;
	line-height:12px;
	font-weight:bold;
	color:#3d3c3c; 
	margin:0px;
	padding:0px 0px 0px 0px;
}
DIV#directoryInteractive h3 em{	
	font-style:normal;
	color:#a91345; 
	
}
DIV#directoryInteractive #fullDiectoryWith h4{ margin:0; padding:0px 0px 10px 0px ; font-size:11px; font-weight:bold; }
DIV#directoryInteractive #fullDiectoryWith .content .leftDiv h2{
	width:214px;
	padding-top:26px;	
}
DIV#directoryInteractive #fullDiectoryWith .content .rightDiv h2{
	width:500px;	
}

DIV#directoryInteractive #fullDiectoryWith .redLineWidth750px {
	background-image:url(/content/images/DirectoryInteractive/line_with_right_arrow_red.jpg);
	background-position:right;
	background-repeat: no-repeat;
	border-bottom:2px solid #D8236F;
	line-height:0;
	font-size:0;
	overflow:hidden;
	width:750px;
	height:5px;
	top:40px;
	left:0px;
	position:absolute;
}

DIV#directoryInteractive #fullDiectoryWith .redLine {
	background-image:url(/content/images/DirectoryInteractive/line_with_right_arrow_red.jpg);
	background-position:right;
	background-repeat: no-repeat;
	border-bottom:2px solid #D8236F;
	height:5px;
	line-height:0;
	font-size:0;
	overflow:hidden;
	clear:both;
	float:right;
}
DIV#directoryInteractive .grayLine {
	background-image:url(/content/images/DirectoryInteractive/line_with_right_arrow_gray.jpg);
	background-position:right;
	background-repeat: no-repeat;
	border-bottom:2px solid #E5E5E5;
	height:5px;
	line-height:0;
	font-size:0;
	overflow:hidden;
	/*display:table;*/
	clear:both;
	float:right;
}
DIV#directoryInteractive .redDottedLine {
	background-image:url(/content/images/DirectoryInteractive/bg_redDottedLine.jpg);
	background-position:left;
	background-repeat: repeat-x;
	
	line-height:0;
	font-size:0;
	display:table;
	clear:both;
	float:right;
}
DIV#directoryInteractive .redDottedLine10pxLineTop {
	background-image:url(/content/images/DirectoryInteractive/bg_redDottedLine.jpg);
	background-position:top;
	background-repeat: repeat-x;
	height:11px;
	line-height:0;
	font-size:0;
	display:block;
	clear:both;
	float:right;
}

div#directoryInteractive .buttonRed a, div#directoryInteractive .buttonGray a ,div#directoryInteractive .buttonPlus a{ color:#FFFFFF;}

DIV#directoryInteractive .buttonRed{ 
	background-color:#d8236f;
	background-image:url(/content/images/DirectoryInteractive/bt_bg_left_red.jpg);
	background-position:left;
	background-repeat: no-repeat;
	height:21px;
	clear:both;
	display:table;
	border:1px solid #ffffff;	
}

DIV#directoryInteractive .redCorner{
	background-image:url(/content/images/DirectoryInteractive/bt_bg_right_red.jpg);
	background-position:right;
	background-repeat: no-repeat;	
	height:21px;
	line-height:19px;
	display:table;
	text-align:center;
}
DIV#directoryInteractive .buttonPlus{
	background-color:#7f7f7f;
	background-image:url(/content/images/DirectoryInteractive/bt_bg_plus.jpg);
	background-position:left;
	background-repeat: no-repeat;
	height:18px;
	clear:both;
	display:table;
	border:1px solid #ffffff;
	width:125px;
}
DIV#directoryInteractive .plusCorner{
	background-image:url(/content/images/DirectoryInteractive/bt_bg_right_gray.jpg);
	background-position:right;
	background-repeat: no-repeat;	
	height:18px;
	
	line-height:16px;
	display:table;
	width:115px;
	float:right;
	text-align:center;
}
DIV#directoryInteractive .buttonGray{ 
	background-color:#7f7f7f;
	background-image:url(/content/images/DirectoryInteractive/bt_bg_left_gray.jpg);
	background-position:left;
	background-repeat: no-repeat;
	height:18px;
	clear:both;
	display:table;
	border:1px solid #ffffff;
}
DIV#directoryInteractive .grayCorner{
	background-image:url(/content/images/DirectoryInteractive/bt_bg_right_gray.jpg);
	background-position:right;
	background-repeat: no-repeat;	
	height:18px;
	line-height:16px;
	display:table;
	text-align:center;
}


DIV#directoryInteractive .grayBox{
	display:table;
	padding:0px;
	margin:0px;
	color:#3d3c3c;
	background-color:#e6e6e6;
	position:relative;
}
DIV#directoryInteractive .grayBox {
	display:table;
	padding:0px;
	margin:0px;
	color:#3d3c3c;
	background-color:#e6e6e6;
	position:relative;
}
DIV#directoryInteractive .grayBoxHeading {
	font-size:13px;
	font-weight:bold;
	padding:5px 10px 5px 10px;
	background-color:#e6e6e6;
	
}
DIV#directoryInteractive .grayBoxContent {
	padding:0px 10px 0px 10px;
	background-color:#f2f2f2;
	display:table;	
	
}
DIV#directoryInteractive #fullDiectoryWith .rightCol .grayBox .topEntry{
	background-image:url(/content/images/DirectoryInteractive/topEntry.gif);
	background-position:right;
	background-repeat:no-repeat;
	position:absolute;
	top:45px;
	right:2px;
	height:34px;
	width:34px;
}
DIV#directoryInteractive #fullDiectoryWith .rightCol .grayBox .topEntry20{
	background-image:url(/content/images/DirectoryInteractive/topEntry.gif);
	background-position:right;
	background-repeat:no-repeat;
	position:absolute;
	top:20px;
	right:2px;
	height:34px;
	width:34px;
}

DIV.azPagination UL {
float:right;
list-style-type: none;
}
DIV.azPagination UL LI {
float:left;
background-image: none !important;
padding:0 5px 0 0 !important;
}
DIV.azPagination UL LI A {
padding: 0 3px;
}
DIV.azPagination UL LI.selected A {
background-color:#D8236F;
color:#FFFFFF !important;
}

/*=====================================================================================*/
Div#SalesTool{clear:both; display:table;}

Div#SalesTool .rowBlack{		
	background-color:#333333; 
	color:#ffffff; 
	clear:both;	
	width:905px; 
	padding:30px 40px 30px 40px; 
	height:140px;	
}
Div#SalesTool .rowBlack .left{
	width:490px;
	float:left;
}
Div#SalesTool .rowBlack .left p{
	padding:0px;
	margin:0px;
}
Div#SalesTool .rowBlack .left h4{
	padding:5px 0px 15px 0px;
	margin:0px;
	font-size:24px;
}
Div#SalesTool .rowBlack .left h4 em{
	color:#d8236f;
	font-style:normal;
}
Div#SalesTool .rowBlack .right{
	width:400px;
	float:right;
}

Div#SalesTool .rowDarkGray{	
	background-color:#d4d4d4;  
	background-image:url(/content/images/salesTool/sepeatorLine.jpg);
	background-position:315px 15px;
	background-repeat:repeat-y;
	clear:both;	
	width:905px; 
	padding:0px 40px 0px 40px;
	display:table;
}
Div#SalesTool .rowWhite{	
 	background-color:#ffffff;  
 	clear:both;	
 	width:905px; 
 	padding:30px 40px 50px 40px;
 	display:table;
}
Div#SalesTool .rowWhite h3{	
 	font-size:12px;
}
Div#SalesTool .rowWhite p{	
 	color:#d8236f;
 	padding-bottom:30px;
}
Div#SalesTool .rowWhite table{	
 	background-color:#f7f7f7;
 	color:#d8236f;
 	text-align:center;

 	border-collapse:collapse;	
}
Div#SalesTool .rowWhite table .black{	
 	background-color:#333333;
 	color:#ffffff;
 	width:905px;
 	border-right:1px solid black;
}

Div#SalesTool .rowWhite table td{	
 	
 	padding:7px 10px 7px 15px;
 	
}
Div#SalesTool .rowWhite table .left{	
 	text-align:left;
 	width:249px;
}
Div#SalesTool .rowWhite table .red{	
 	background-color:#d8236f;
 	color:#ffffff; 	 		

}
Div#SalesTool .rowWhite table td.gray{	
 	background-color:#c4c4c4;
 	color:#333333;
 	padding-left:25px; 
 	width:239px;
 	text-align:left;
 	 		
}
Div#SalesTool .rowWhite table tr.wRow td{	
 	border-right:1px solid #c4c4c4;	 		
}
Div#SalesTool .rowWhite table tr.gRow td{	
 	border-right:1px solid #c4c4c4; 		 		
}
Div#SalesTool .rowWhite table tr.gRow td.noneBorder{border:0px;}
Div#SalesTool .rowWhite table tr.wRow td.noneBorder{border:0px;}
Div#SalesTool .rowWhite table .wRow{	
 	background-color:#f7f7f7; 		
}
Div#SalesTool .rowWhite table .gRow{	
 	background-color:#d9d9d9; 		
}
Div#SalesTool .rowSeperatorArrow{	
	height:40px; 
	width:985px; 
	clear:both;  
	background-image:url(/content/images/salesTool/topArrow.jpg);  
}
Div#SalesTool .rowSeperatorNoArrow{	
	height:25px; 
	width:985px; 
	clear:both;  
	background-color:#999999;  
	background-image:url(/content/images/salesTool/sepeatorLineMixColor.jpg);
	background-position:0px;
	background-repeat:repeat-x;
	
}
Div#JoinStamp{
	position:absolute;
	right:10px;
	top:37px;
	background-image:url(/content/images/salesTool/joinB2B.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	width:102px;
	height:102px;
}

Div#SalesTool .rowDarkGray .box{	
	float:left;
	width:255px;
	padding-right:20px;
	
}
Div#SalesTool .rowDarkGray .boxSeperator{	
	width:40px;
	height:20px;
	float:left;
}
Div#SalesTool .rowDarkGray ul{	
	padding:7px 0px 0px 15px;
	margin:0px;
	list-style:none;
	list-style-image:url(/content/images/salesTool/bg_arrowred.gif);
	list-style-position:0px px;
}
div#directoryInteractive #SalesTool .rowDarkGray ul li a {color:#A91345;}
Div#SalesTool .rowDarkGray ul li{	
	padding:0px 0px 7px 0px;
	position:relative;
}

Div#SalesTool .rowDarkGray .linkPopup{
	display:none;
	width:324px;	
	background-image:url(/content/images/salesTool/overlayMid.gif);
	background-position:0px 0px;
	background-repeat:repeat-y;
	position:absolute;
	top:-53px;
	left:225px;
	z-index:100;
	opacity:100;
}
Div#SalesTool .rowDarkGray .linkPopup .inner{
	width:324px;	
	background-image:url(/content/images/salesTool/overlayTop.gif);
	background-position:top;
	background-repeat:no-repeat;
}
Div#SalesTool .rowDarkGray .linkPopup .inner2{
	width:280x;
	color:#ffffff;
	padding:10px 10px 10px 34px;	
	background:url(/content/images/salesTool/overlayBot.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	min-height:50px;
	position:relative;

}





Div#SalesTool .rowDarkGray .linkPopup.right{	
	background-image:url(/content/images/salesTool/overlayMidRight.gif);	
	left:-361px;
}
Div#SalesTool .rowDarkGray .linkPopup.right .inner{
	background-image:url(/content/images/salesTool/overlayTopRight.gif);
}
Div#SalesTool .rowDarkGray .linkPopup.right .inner2{
	background-image:url(/content/images/salesTool/overlayBotRight.gif);
	padding:10px 34px 10px 10px;
}
Div#SalesTool .rowDarkGray .linkPopup.right .close{
	position:absolute;
	left:280px;
	top:10px;


}
Div#SalesTool .rowDarkGray .linkPopup h5{
	color:#d8236f;	
	font-size:11px;
	padding:0px;
	margin:0px;
}
Div#SalesTool .rowDarkGray .linkPopup p{
	color:#ffffff;
}
Div#SalesTool .rowDarkGray .linkPopup .close{
	position:absolute;
	right:10px;
	top:10px;
	color:#d8236f;
	font-weight:bold;
}

Div#SalesTool .rowDarkGray .linkPopup a{
	color:#ffffff;
}

Div#SalesTool h2{
	font-size:20px;
	color:#ffffff;
	margin:0px;
	padding-top:0px;
}

/* SCP 21/08/09 - Fix button in the header to change advert */

#head .buttonInput { position:absolute; }

div.dottedLine{
width:132px;
height:1px;
border-top:1px dotted #D8236F;
}
div.rightCol .noPadding{ 
padding:0px 0px 0px 10px; 
background-color:#F2F2F2;
line-height:0px;
font-size:0px;
height:1px;
}
div#directoryInteractive #fullDiectoryWith .doubleGray .right .redLineWidth425px {
width:400px;

background-image:url(/content/images/DirectoryInteractive/line_with_right_arrow_red.jpg);
background-position:right center;
background-repeat:no-repeat;
border-bottom:2px solid #D8236F;
font-size:0;
height:5px;
left:0;
line-height:0;
overflow:hidden;
position:static;
top:40px;
}

div#directoryInteractive #fullDiectoryWith #AdvancedSearch.doubleGray .right LABEL{
	display:block;		
	line-height:19px;
	margin:0;
	padding:0;
	width:423px;
	clear:both;
	font-weight: bold;
}
div#directoryInteractive #fullDiectoryWith #AdvancedSearch.doubleGray .right INPUT{
	width:398px; 
	height:17px; 
	border:1px solid #c0c0c0; 
	line-height:17px;
}
div#directoryInteractive #fullDiectoryWith #AdvancedSearch.doubleGray form input.searchDirectory {
border:0 none;
height:21px;
position:absolute;
left:394px;
top:135px;
width:101px;

}
div#directoryInteractive #fullDiectoryWith #AdvancedSearch.doubleGray form input.searchDirectoryCats{
border:0 none;
height:21px;
position:absolute;
left:120px;
top:90px;
width:101px;

}

div#directoryInteractive .shortlistPtagFix p{
width:729px;
display:table;
clear:both;
}
div#directoryInteractive .shortlistPtagFix{
padding-bottom:0;
padding-left:10px;
padding-right:10px;
padding-top:0;
width:729px;
}

/* Download Centre */
UL#downloadCentre {
	margin:0;
	padding:0;
	list-style-type:none;
}
#downloadContent UL#downloadCentre LI.highlight{
	background-color:#f2f2f2;
	
}
#downloadContent UL#downloadCentre LI.filterBy {
	
	display:table;
}
#downloadContent UL#downloadCentre LI{
	background-color:transparent;
}
#downloadContent UL#downloadCentre LI.filterBy a{
	margin-right:200px;
}
UL#downloadCentre LI {
	background-color:#f2f2f2;
	width:730px;
	padding:10px 10px 32px 10px;
	background-image:url(/content/images/DownloadCentre/listDivider.png);
	background-position:bottom;
	background-repeat:no-repeat;
	position:relative;
}
UL#downloadCentre LI H3 {
margin-top:0;
}
UL#downloadCentre LI DIV.subject, UL#downloadCentre LI DIV.date, UL#downloadCentre LI DIV.type {
	width:210px;
	padding-right:10px;
	float:left;
}
UL#downloadCentre LI DIV.author {
	width:410px;
	padding-right:10px;
	float:left;
}
UL#downloadCentre LI DIV.moreDetails {
	position:absolute;
	right:10px;
	bottom:35px;
}
/* end Download Centre */






/* ==================== OVERLAY ========================== */
#loginOverlayButton{

}
div#overlayMainContainer #overlayWithTransparentBG{
  width: 1227px; 
  height: 1380px; 
  opacity: 0.93;
  filter:alpha(opacity = 93);
  background-color:#000000;
  position:absolute;
  left:0;
  top:0;
  z-index:998;
  display:none;
}

div#overlayMainContainer .overlayContent{
  display:none;
  position:absolute;
  text-align:center;
  width:100%;
  z-index:999;
  top:145px;
  left:0px;
  font-size:11px;
  }
  
div#overlayMainContainer .overlayContent .inner a{
  
  color:#D8236F;
  text-decoration:none;

}
div#overlayMainContainer .overlayContent .newextendableWhiteBox.width583px{
  background-color:#ffffff;
  position:relative;
  width:584px;
   background-image:url(whiteBG.jpg);
   background-repeat:repeat;
   margin:0 auto;

}
div#overlayMainContainer .overlayContent .newextendableWhiteBox .topRight{
  background-image:url(whiteBoxTR2.jpg);
  background-position:top;
  background-repeat:no-repeat;
  position:absolute;
  right:0px;
  top:0px;
  height:3px;
  width:3px;  
}
div#overlayMainContainer .overlayContent .newextendableWhiteBox .topLeft{
  background-image:url(whiteBoxTL2.jpg);
  background-position:top;
  background-repeat:no-repeat;
  position:absolute;
  left:0px;
  top:0px;
  height:3px;
  width:3px;
}
div#overlayMainContainer .overlayContent .newextendableWhiteBox .botRight{
  background-image:url(whiteBoxRB2.jpg);
  background-position:bottom;
  background-repeat:no-repeat;
  position:absolute;
  bottom:-1px;
  right:0px;
  height:4px;
  width:3px;
}
div#overlayMainContainer .overlayContent .newextendableWhiteBox .botLeft{
  background-image:url(whiteBoxLB2.jpg);
  background-position:bottom;
  background-repeat:no-repeat;
  position:absolute;
  left:0px;
  bottom:-1px;
  height:4px;
  width:3px;
}
div#overlayMainContainer .overlayContent .newextendableWhiteBox .inner {
  padding:31px;
  display:table;
  width:522px;
  text-align:left;
  background-image:url(topLine.jpg);
  background-position:center 40px;
  background-repeat:no-repeat;
}
div#overlayMainContainer .overlayContent a.close{
  color:#003265;
  height:15px;
  line-height:15px;
  position:absolute;
  top:10px;
  right:20px;
  text-decoration:none;
}
div#overlayMainContainer .overlayContent .newextendableWhiteBox .inner .content{
  background-image:url(botLine.jpg);
  background-position:bottom;
  background-repeat:no-repeat;
  padding:10px 30px 10px 10px ;
}

ul.howTosCaseStudyNav{
  list-style:none;
  padding:0px 0px 0px 25px;
  margin:0px;
  width:135px;
}
ul.howTosCaseStudyNav a{
  text-decoration:none;
  color:#666666;
}
ul.howTosCaseStudyNav li{
  padding:5px 0px 0px 0px;
}
ul.howTosCaseStudyNav li.selected {
 color:#A91345;
}
ul.howTosCaseStudyNav li.selected a, ul.howTosCaseStudyNav li a:hover{
 color:#A91345;
}

.feedbackButton{
padding: 0; margin: 0; position: absolute; top: 94px; left: 855px;
}


/* ==================== IT Campaign ======  */

#latestStory{
  width:632px;
  background-image:url(/content/img/bg_latestMid.gif);
  background-position:left top;
  background-repeat:repeat-y;  
  margin-bottom:10px;
}
#latestStory .top{
  width:632px;
  background-image:url(/content/img/bg_latestTop.jpg);
  background-position:left top;
  background-repeat:no-repeat;
  height:200px;  
}

#latestStory .left{
  width:398px;
  float:left;
  padding:10px 10px 0px 10px;
  color:#ffffff;
}

#latestStory .right{
  width:194px;
  float:right;
  padding:10px 10px 0px 10px;
}
#latestStory .bottom{
  width:632px;
  background-image:url(/content/img/bg_latestBot.gif);
  background-position:left top;
  background-repeat:no-repeat;  
  height:5px;
  line-height:0px;
  font-size:0px;
}


#twinBox{
  clear:both;
  width:632px;
  background-image:url(/content/img/bg_twinBoxMid.gif);
  background-position:left top;
  background-repeat:repeat-y;  
  margin-bottom:10px;
}
#twinBox .top{

  clear:both;
  width:632px;
  background-image:url(/content/img/bg_twinBoxTop.gif);
  background-position:left top;
  background-repeat:no-repeat;  
  height:27px; 
  line-height:27px;
  color:#ffffff;
}
#twinBox .top .left, #twinBox .top .right{ padding:0px 10px 0px 10px; width:290px;}
#twinBox .bottom{
  clear:both;
  width:632px;
  background-image:url(/content/img/bg_twinBoxBottom.gif);
  background-position:left bottom;
  background-repeat:no-repeat;
  height:11px;  
}
#twinBox .left{
  width:290px;
  float:left;
  padding:10px 10px 0px 10px;

}
#twinBox .right{
  width:290px;
  float:right;
  padding:10px 10px 0px 10px;
}
#twinBox .right p{
  padding:0px;
  margin:0px;
}


#redFooter{
  clear:both;
  width:622px;
  height:34px;
  line-height:44px;
  background-image:url(/content/img/bg_redFooter.gif);
  background-position:left top;
  background-repeat:no-repeat;
  color:#ffffff;
  padding:10px 0px 0px 10px;
}
#redFooter a{
  color:#FFFFFF;
}
#redFooter img{
  float:left; 
  padding-right:10px;
  padding-top:4px;
}
#redFooter ul{
  float:left;
  padding: 5px 0px 0px 0px;
  margin:0px;
  color:#FFFFFF;
  list-style:none;
  height:12px;
  line-height:12px;
}
#redFooter ul li{
  float:left;
  border-left:1px solid #ffffff;
  padding:0px 10px 0px 10px;
}
#redFooter ul li.first{
  border:none;
}

#welcomeBox{
  width:181px;
  background-color:#a91345;
  background-image:url(/content/img/bg_sideRedBoxTop.gif);
  background-position:top left;
  background-repeat:no-repeat;
}
#welcomeBox .inner{
  width:161px;
  padding:10px;
  background-image:url(/content/img/bg_sideRedBoxBot.gif);
  background-position:bottom left;
  background-repeat:no-repeat;
}
#ITSide{
  padding:10px 0px 0px 10px;
  width:192px;
}
DIV#ITCampaign #latestStory a, DIV#ITCampaign #twinBox .right a, DIV#ITCampaign #ITSide .padding10px a{
	background-image:url(/content/img/bg_arrowred.gif);
	background-repeat:no-repeat;
	background-position: left center;
	padding-left:10px;
        color:#a91345;
}
DIV#ITCampaign #twinBox .right .margin10 a{
        background-image:none;
        padding:0px;
}

#twinBox a{
        color:#a91345;
}
DIV#ITCampaign #welcomeBox, DIV#ITCampaign #welcomeBox h2{
	color:#ffffff;
}
DIV#ITCampaign #welcomeBox a {
  padding-left:0px;
  color:#ffffff;
  background-image:none;
}
DIV#ITCampaign  ul a{
	background-image:none;
	padding-left:0px;
}
#ITCampaign h1{
  font-size:19px;
  font-weight:normal;
}
#ITCampaign #latestStory h1{
  color:#ffffff;
}
#ITCampaign h2{
  font-size:17px;
  margin:0px;
  padding-top:0px;
}

#ITCampaign h3{
  font-size:13px;
  margin:0px;
  padding-top:0px;
}
#ITCampaign em{
  font-style:normal;
  color:#a91345;
}
#ITCampaign #redFooter ul a{
  color:#ffffff;
}
#ITCampaign .rss{
  line-height:30px;
}

#ITCampaign .rss img{
  padding-right:5px;
}
DIV#ITCampaign #ITSide h4{
  margin: 5px 0px 0px 0px;
  font-weight:normal;
}
DIV#ITCampaign #ITSide ul{
  margin:0px;
  padding:3px 0px 5px 13px;
  list-style-image:url(/content/img/redDisc.gif);
  font-size:10px;
}
DIV#ITCampaign #calendar{

  float:left;
  font-size:10px;
  position:relative;
}
DIV#ITCampaign .rightDiv{
  width:140px;
  float:right;
}
DIV#ITCampaign #latestStory #readmoreRight{ padding:0px; float:right;background-image:none;}
DIV#ITCampaign #latestStory #readmoreLeft{ float:left; padding:0px; background-image:none;}

DIV#ITCampaign .rightDiv u em{
  color:#333333;
  text-decoration:none;
  font-style:italic;
}
DIV#ITCampaign .rightDiv u{
  text-decoration:none;
}
/* ==================== IT Campaign END====  */

/* ==================== knowledge bank full width ============= */
.content.fullWidth{
	background-image:url(/content/img/bg_contentFullWidth.gif);
	background-position:top left;
	background-repeat:repeat-y;
}
.content.fullWidth h1{
	font-size:20px;
	color:#a91345;
	padding:0px 0px 10px 0px;
	margin:0px;
}
.content.fullWidth #mainRight h2{
	font-size:12px;
}
.content.fullWidth h3{
	font-size:11px;
	font-weight:bold;
	color:#a91345;
}
.content.fullWidth #downloadContent .filterBy h3{
	width:220px;
	float:left;
}
.content.fullWidth #downloadContent h3{
	font-size:14px;

}

.content.fullWidth #downloadContent .moreDetails h3{
	margin:0 0 5px 0;
}
.content.fullWidth #downloadContent div#contentArea p{
	margin-bottom:20px;
}

.content.fullWidth .leftNav{
	width:175px;
	padding:40px 0px 0px 0px;
	margin:0px;
	background-image:url(/content/img/bg_left.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	float:left;
}
.content.fullWidth .leftNav ul{
	width:175px;
	padding:0px;
	margin:0px;
	border-bottom:1px solid #e3e3e3;
	border-top:1px solid #bcbcbc;
	list-style:none;
	
}
.content.fullWidth .leftNav ul li{
	width:135px;
	border-top:1px solid #e3e3e3;
	border-bottom:1px solid #bcbcbc;
	padding:5px 20px 5px 20px;
	
}
.content.fullWidth .leftNav ul li#selected{
	background-color:#dddddd;
}

.content.fullWidth .leftNav ul li.first{
	border-top:none;
}
.content.fullWidth .leftNav ul a{
	color:#333333;
	font-weight:bold;
	text-decoration:none;
}
.content.fullWidth .leftNav ul #selected a{
	color:#a91345;
}
.content.fullWidth .leftNav ul li a:hover, .content.fullWidth .leftNav ul li#selected li a:hover{
	color:#a91345;
}
.content.fullWidth .leftNav ul li#selected li{
	border:none;
	width:135px;
	padding:5px 0px 0px 0px;
	
}
.content.fullWidth .leftNav ul li#selected ul{
	border:none;
	padding-bottom:5px;
	width:135px;
}
.content.fullWidth .leftNav ul li#selected li a{
	color:#333333;
	font-weight:normal;
}
.content.fullWidth .leftNav ul li#selected li#selected a{
	color:#A91345;
	font-weight:normal;
}


.content.fullWidth .innerContent{
	width:436px;
	padding:15px 20px 20px 20px;
	float:left;
	background-image:url(/content/img/bg_mid.jpg);
	background-position:top left;
	background-repeat:repeat-x;
}
.content.fullWidth #downloadContent .innerContent{
	width:770px;
	background-color:#ffffff;
}
#bestPractice.content.fullWidth .innerContent ul.line{
	list-style:disc  !important;
	padding:0px 0px 10px 50px;
	margin:0px;
	width:380px;
	
}
#bestPractice.content.fullWidth .innerContent ul.line li{
display:list-item;
width:380px;	
border-bottom:0px;
padding:0px 0px 10px 0px;
margin:0px;
vertical-align:top;
}


.content.fullWidth .innerContent ul.line{
	list-style:none;
	padding:0px 0px 10px 0px;
	margin:0px;
	width:436px;
	
}
.content.fullWidth .innerContent ul.noBorder.line{
	border-bottom:1px solid #e3e3e3;
	margin-bottom:10px;
}
.content.fullWidth .innerContent ul.noBorder.line li{
	border:none;
	padding:5px 0px 0px 0px;
	display:table;
	width:436px;
}
.content.fullWidth .innerContent ul.noBorder li h3 a{
	padding:0px 0px 0px 0px;
	margin:0px;
	background-image:none;
	text-decoration:none;
	color:#a91345;
}
.content.fullWidth .innerContent ul.line li{
	border-bottom:1px solid #e3e3e3;
	padding:10px 0px 10px 0px;
	display:table;
	width:436px;
}
.content.fullWidth .innerContent h3{
	padding-top:0px;
	margin:0px;
}
.content.fullWidth .innerContent h3 a{
	color:#a91345;
	text-decoration:none;
}
.content.fullWidth .innerContent p{
	padding:5px 0px 5px 0px;
	margin:0px;
}
.content.fullWidth .innerContent ul li a{
	padding:0px 0px 0px 10px;
	margin:0px;
	background-image:url(/content/img/bg_arrowred.gif);
	background-position:left 3px ;
	background-repeat:no-repeat;
	text-decoration:none;
	color:#a91345;
}
.content.fullWidth #downloadContent .innerContent ul li .moreDetails{
	text-align:right;
}
.content.fullWidth #downloadContent .innerContent ul li a{
	padding:0px 0px 0px 0px;
	margin:5px 0 0 0;
	background-image:none;
	text-decoration:none;
	color:#a91345;
}
.content.fullWidth .innerContent ul li .left{
	float:left;
	width:115px;
}
.content.fullWidth .innerContent ul li .right{
	float:right;
	width:301px;

}
.content.fullWidth span.date{
	color:#999999;
}
.content.fullWidth a.link{
	padding:0px 0px 0px 10px;
	margin:0px;
	background-image:url(/content/img/bg_arrowred.gif);
	background-position:left 3px ;
	background-repeat:no-repeat;
	text-decoration:none;
	color:#a91345;
}
.content.fullWidth #mainRight{
	background-image:url(/content/img/bg_right.jpg);
	background-position:top left;
	background-repeat:repeat-x;
}
.content.fullWidth #mainRight ul.rightColList{
	list-style:none;
	padding:10px 35px 20px 35px;
	margin:0px;
	width:263px;
}
.content.fullWidth #mainRight ul.rightColList li{
	border-bottom:1px solid #bcbcbc;
	border-top:1px solid #ffffff;
	display:table;
	width:263px;
	padding:10px 0px 10px 0px;
}
.content.fullWidth #mainRight ul.rightColList li h2{
	padding-top:0px;
	margin-top:0px;
}
.content.fullWidth #mainRight ul.rightColList li.first{
	border-top:none;
}
.content.fullWidth #mainRight ul.rightColList li.last{
	border-bottom:none;
}
.content.fullWidth #mainRight a{
	color:#a91345;
	text-decoration:none;
}
.content.fullWidth #mainRight .left227px {
float:left;
width:199px;
}
.content.fullWidth #mainRight .left {
float:left;
padding-right:10px;
}
/* ==================== knowledge bank full width END============= */
/* ==================== dynamic overlay ==========================*/
div#jquery-overlay {
height:600px;
left:0;
position:absolute;
top:0;
width:100%;
z-index:100;
}

div#jquery-videoplayer  {
/*background-image:url("/content/img/outerShadow.png");
background-repeat:no-repeat;*/
height:719px;
left: 50%;
position:absolute;
top:10px;
width:951px;
z-index:110;
margin-left:-475px;


}
div#jquery-videoplayer-container  {
height:655px; /* was 561px */
margin:94px 0 0 84px;
position:relative;
width:774px;
}
div#jquery-videoplayer-close  {
background-image:url("/content/img/button_close.png");
background-repeat:no-repeat;
cursor:pointer;
height:29px;
position:absolute;
right:-14px;
top:-14px;
width:29px;
}
div#jquery-videoplayer-frame  {
/*background-image:url("/content/img/videoPlayerBG.jpg");
background-repeat:no-repeat;*/
background-image:url("/content/img/mainBG.gif");
height:655px;
width:774px;
}
iframe#jquery-videoplayer-content  {
border:0 none;
height:655px;
overflow:hidden;
width:774px;
}
div#videoplayer-container  {
background-image:url("/content/img/videoPlayerBG.jpg");
background-repeat:no-repeat;
color:#CCCCCC;
height:655px;
width:774px;
}
/* ==================== dynamic overlay END ======================*/

.leftNavSubPage{
	width:175px;
	padding:40px 0px 0px 0px;
	margin:0px;
	background-image:url(/content/img/bg_left.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	float:left;
	background-color: #d4d4d4;
}
.leftNavSubPage ul{
	width:175px;
	padding:40px 0 0;
	margin:0px;
	border-bottom:1px solid #e3e3e3;
	border-top:1px solid #bcbcbc;
	list-style:none;
	
}
.leftNavSubPage ul li{
	width:135px;
	border-top:1px solid #e3e3e3;
	border-bottom:1px solid #bcbcbc;
	padding:5px 20px 5px 20px;
	
}
.leftNavSubPage ul li#selected{
	background-color:#dddddd;
}

.leftNavSubPage ul li.first{
	border-top:none;
}
.leftNavSubPage ul a{
	color:#333333;
	font-weight:bold;
	text-decoration:none;
}
.leftNavSubPage ul #selected a{
	color:#a91345;
}
.leftNavSubPage ul li a:hover, .leftNavSubPage ul li#selected li a:hover{
	color:#a91345;
}
.leftNavSubPage ul li#selected li{
	border:none;
	width:135px;
	padding:5px 0px 0px 0px;
	
}
.leftNavSubPage ul li#selected ul{
	border:none;
	padding-bottom:5px;
	padding-top: 0;
	width:135px;
}
.leftNavSubPage ul li#selected li a{
	color:#333333;
	font-weight:normal;
}
.leftNavSubPage ul li#selected li#selected a{
	color:#A91345;
	font-weight:normal;
}

.kb {
	color: white;
	height: 22px;
	padding-top: 79px;
}

.kb a {
	color: white;
}

.kb a:hover {
	color: white;
	text-decoration: underline;
}

.CRM {
	background-image: url(/content/images/sitestructure/KnowldegeBank/KB_header_crm.jpg)
}
.ROI {
	background-image: url(/content/images/sitestructure/KnowldegeBank/KB_header_roi.jpg)
}
.NE{
	background-image: url(/content/images/sitestructure/KnowldegeBank/KB_header_ne.jpg)
}
.Branding {
	background-image: url(/content/images/sitestructure/KnowldegeBank/KB_header_branding.jpg)
}
.CustomerInsight {
	background-image: url(/content/images/sitestructure/KnowldegeBank/KB_header_customer.jpg)
}
.Data {
	background-image: url(/content/images/sitestructure/KnowldegeBank/KB_header_data.jpg)
}
.DemandGeneration {
	background-image: url(/content/images/sitestructure/KnowldegeBank/KB_header_demand.jpg)
}
.Email {
	background-image: url(/content/images/sitestructure/KnowldegeBank/KB_header_email.jpg)
}
.International {
	background-image: url(/content/images/sitestructure/KnowldegeBank/KB_header_international.jpg)
}
.MarketingAutomation {
	background-image: url(/content/images/sitestructure/KnowldegeBank/KB_header_marketing.jpg)
}
.Search {
	background-image: url(/content/images/sitestructure/KnowldegeBank/KB_header_search.jpg)
}
.SocialMedia {
	background-image: url(/content/images/sitestructure/KnowldegeBank/KB_header_social.jpg)
}
.kb.download{
	background-image: url(/content/images/sitestructure/KnowldegeBank/homepage-2010/KnowledgeBank_Header_DC.jpg)
}
.kb.DirectMarketing{
	background-image: url(/content/images/sitestructure/KnowldegeBank/KB_header_directmarketing.jpg)
}
#KB_videoContent a {
	background-image: none;
}

.kblink a {
	color: #A91345;
	text-decoration: none;
}
/* ==================== Event ======================*/
#event.mainContentFullWidth .leftContent em{
	color:#a91345;
	font-style:normal;
}
#event.mainContentFullWidth .leftContent .topContent{
	float:left;
	width:410px;
	display:block;
	padding-bottom:10px;
}
#event.mainContentFullWidth .leftContent .chickBox{
	float:right;
	width:135px;
}
#event.mainContentFullWidth .leftContent .botContent{
	float:left;
	width:375px;
	display:block;
	padding-bottom:10px;
}
#event.mainContentFullWidth .leftContent .botContent a{
	text-decoration:none;
}
#event.mainContentFullWidth .leftContent .logoBox{
	float:right;
	width:170px;
	padding-top:30px;
}
#event.mainContentFullWidth .leftContent .seperatorLine{
	width:566px;
	border-bottom:1px solid #e3e3e3;
	height:0px;
	line-height:0px;
	margin:10px 0px 10px 0px;
}
#event.mainContentFullWidth .leftContent{
	width:566px;	
	float:left;	
	display:table;
}
#event.mainContentFullWidth .leftContent h1{
	font-size:13px;
	color:#a91345;
}
#event.mainContentFullWidth .leftContent h2{
	font-size:14px;
	font-weight:normal;
	color:#a91345;
	margin:0px;
	padding:0px;
}
#event.mainContentFullWidth .leftContent h3{
	font-size:14px;
	font-weight:bold;
	color:#a91345;
	margin:0px;
	padding:0px;
}
#event.mainContentFullWidth .leftContent h4{
	font-size:12px;
	font-weight:bold;
	
}
#event.mainContentFullWidth .leftContent ul{
	margin-left:20px;
	padding:0px;
}
#event.mainContentFullWidth .leftContent ul li{
	padding-bottom:10px;
}
#event.mainContentFullWidth .leftContent .sponsorBox img{
	padding:0px 10px 10px 0px;
	float:left;
}
#event.mainContentFullWidth .leftContent .redTitleBox{
	width:566px;
	clear:both;
	padding:0px 0px 10px 0px;
}
#event.mainContentFullWidth .leftContent .redTitleBox a{
	background-image:url("/content/img/bg_arrowred.gif");
	background-position:0 3px;
	background-repeat:no-repeat;
	padding-left:10px;
	color:#a91345;
	text-decoration:none;
}
#event.mainContentFullWidth .leftContent .redTitleBox .title{
	background-image:url(/content/images/eventImages/bg_titleBarTop.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width:544px;
	color:#ffe9f0;
	font-size:11px;
	height:11px;
	padding:8px 11px 8px 11px;
}
#event.mainContentFullWidth .leftContent .redTitleBox .content{
	border-left:1px solid #ecccd7;
	border-right:1px solid #ecccd7;
	width:544px;
	display:inline-block;
	padding:10px 10px 5px 10px;
}
#event.mainContentFullWidth .leftContent .redTitleBox .content .leftCont{
	width:132px;
	float:left;
	padding:0px 0px 0px 0px;
}
#event.mainContentFullWidth .leftContent .redTitleBox .content .rightCont{
	width:392px;
	float:right;
	padding:0px 0px 0px 0px;
}
#event.mainContentFullWidth .leftContent .redTitleBox .content .icons{
	width:214px;
	float:right;
	text-align:right;
	padding:0px 0px 0px 0px;
}
#event.mainContentFullWidth .leftContent .redTitleBox .content .icons a{
	
	padding:0px;
	margin-left:15px;
}
#event.mainContentFullWidth .leftContent .redTitleBox .content .linkContent{
	width:330px;
	float:left;
	padding:10px 0px 0px 0px;
}
#event.mainContentFullWidth .leftContent .redTitleBox .bottom{
	background-image:url(/content/images/eventImages/bg_titleBarBot.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	height:5px;
	width:566px;
	font-size:0px;
	line-height:0px;
	overflow:none;
}
 
#event.mainContentFullWidth .leftContent .blackBox{
	width:566px;
	clear:both;
	padding:0px 0px 10px 0px;
}
#event.mainContentFullWidth .leftContent .blackBox h1{
	font-size:15px;
	font-weight:bold;
}
#event.mainContentFullWidth .leftContent .blackBox a{
	background-image:url("/content/images/eventImages/redArrowBlackBg.jpg ");
	background-position:0 4px;
	background-repeat:no-repeat;
	padding-left:10px;
	text-decoration:none;
	color:#ffffff;
}
#event.mainContentFullWidth .leftContent .blackBox .top{
	background-image:url(/content/images/eventImages/bg_leftBlackBoxTop.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width:566px;
	font-size:0px;
	line-height:0px;
	height:4px;
	padding:0px;
}
#event.mainContentFullWidth .leftContent .blackBox .content{
	background-image:url(/content/images/eventImages/bg_leftBlackBoxBot.jpg);
	background-position:bottom left;
	background-color:#626262;
	background-repeat:no-repeat;
	width:546px;
	color:#ffffff;
	min-height:56px;
	padding:5px 10px 10px 10px;
}

#event.mainContentFullWidth .leftContent .blackBox .content .left{
	background-image:url(/content/images/eventImages/bg_redBoxLeft.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width:265px;
	font-family:arial;
	font-weight:bold;
	font-size:20px;
	color:#ffffff;
	height:29px;
	text-align:center;
	padding:17px 10px 10px 10px;
	float:left;
}

#event.mainContentFullWidth .leftContent .blackBox .content .mid{
	padding:20px 0px 0px 10px;
	float:left;
	width:150px;
	/*font-size:14px;*/
	font-weight:bold;
	/*font-family:arial;*/
}
#event.mainContentFullWidth .leftContent .blackBox .content .right{
	padding:13px 0px 0px 0px;
	float:right;
	width:95px;
}

.printVersionLogo{
	display:none;
}


#event.mainContentFullWidth .leftContent .pinkTitleBox {
	width:566px;
	clear:both;
	padding:0px 0px 10px 0px;
}
#event.mainContentFullWidth .leftContent .pinkTitleBox a{
	background-image:url("/content/img/bg_arrowred.gif");
	background-position:0 3px;
	background-repeat:no-repeat;
	padding-left:10px;
	color:#a91345;
	text-decoration:none;
}
#event.mainContentFullWidth .leftContent .pinkTitleBox .titleOpen{
	background-image:url(/content/images/eventImages/bg_pinkTitleBarTop.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width:544px;
	color:#ffe9f0;
	font-size:11px;
	height:25px;
	padding:10px 11px 0px 11px;
}
#event.mainContentFullWidth .leftContent .pinkTitleBox .titleClose{
	background-image:url(/content/images/eventImages/bg_pinkTitleBarTopClose.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width:544px;
	color:#ffe9f0;
	font-size:11px;
	height:27px;	
	padding:10px 11px 0px 11px;
}
#event.mainContentFullWidth .leftContent .pinkTitleBox .titleOpen img, #event.mainContentFullWidth .leftContent .pinkTitleBox .titleClose img{ 
cursor:pointer;
}
#event.mainContentFullWidth .leftContent .pinkTitleBox .titleOpen #openTheProgramme{ 
	display:none;
}
#event.mainContentFullWidth .leftContent .pinkTitleBox .titleClose #closeTheProgramme{
	display:none;
}
#event.mainContentFullWidth .leftContent .blackBox .content .printVersionFooter{
	display:none;
	float:left;
	font-size:20px;
	font-style:bold;
	color:#333333;
	width:200px;
}
#event.mainContentFullWidth .leftContent .pinkTitleBox .content .title{
	display:none;
	font-size:12px;
	font-style:bold;
	padding:0px 0px 10px 0px;
}
#event.mainContentFullWidth .leftContent .pinkTitleBox .content{
	border-left:1px solid #ecccd7;
	border-right:1px solid #ecccd7;
	width:544px;
	display:table;
	background-color:#f9eef2;
	padding:10px 10px 5px 10px;
}
#event.mainContentFullWidth .leftContent .pinkTitleBox .content .leftCont{
	width:35px;
	float:left;
	padding:0px 0px 0px 0px;
	color:#a91345;
	font-weight:bold;
}
#event.mainContentFullWidth .leftContent .pinkTitleBox .content .rightCont{
	width:505px;
	float:right;
	padding:0px 0px 0px 0px;
}
#event.mainContentFullWidth .leftContent .pinkTitleBox .content .clear{
	padding:10px 0px 0px 0px;
}
#event.mainContentFullWidth .leftContent .pinkTitleBox .bottom{
	background-image:url(/content/images/eventImages/bg_pinkTitleBarBot.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	height:5px;
	width:566px;
	font-size:0px;
	line-height:0px;
	overflow:none;
}


#event.mainContentFullWidth .sideContent{
	width:185px;
	float:right;
	display:table;
}

#event.mainContentFullWidth .sideContent .sponsors{
	text-align:center;
	margin-bottom:10px;
}
#event.mainContentFullWidth .sideContent .sponsors img{
	margin-bottom:15px;
}
#event.mainContentFullWidth .sideContent .sponsors h4{
	text-align:left;
}
#event.mainContentFullWidth .sideContent .sponsors a{
	text-align:center;
	margin-bottom:10px;
}
#event.mainContentFullWidth .sideContent .redTitleBox{
	width:185px;
	clear:both;
	color:#a91345;
	padding:0px 0px 10px 0px;
}
#event.mainContentFullWidth .sideContent .redTitleBox a{
	background-image:url("/content/img/bg_arrowred.gif");
	background-position:0 3px;
	background-repeat:no-repeat;
	padding-left:10px;
	color:#a91345;
	text-decoration:none;
}
#event.mainContentFullWidth .sideContent .redTitleBox .title{
	background-image:url(/content/images/eventImages/bg_titleBarSideTop.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width:163px;
	color:#ffe9f0;
	font-size:11px;
	height:11px;
	padding:8px 11px 8px 11px;
}
#event.mainContentFullWidth .sideContent .redTitleBox .content{
	border-left:1px solid #ecccd7;
	border-right:1px solid #ecccd7;
	width:163px;
	padding:10px 10px 10px 10px;
	display:inline-block;
}
#event.mainContentFullWidth .sideContent .redTitleBox .bottom{
	background-image:url(/content/images/eventImages/bg_titleBarSideBot.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	height:5px;
	width:185px;
	font-size:0px;
	line-height:0px;
	overflow:hidden;
}

#event.mainContentFullWidth .sideContent .blackBox{
	width:185px;
	clear:both;
	padding:0px 0px 10px 0px;
}
#event.mainContentFullWidth .sideContent .blackBox .redBox{
	background-image:url(/content/images/eventImages/bg_redBoxRight.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width:144px;
	font-family:arial;
	font-weight:bold;
	font-size:20px;
	color:#ffffff;
	height:74px;
	text-align:center;
	padding:12px 10px 10px 10px;
	float:left;
}

#event.mainContentFullWidth .sideContent .blackBox h1{
	font-size:15px;
	font-weight:bold;
}
#event.mainContentFullWidth .sideContent .blackBox a{
	background-image:url("/content/images/eventImages/redArrowBlackBg.jpg ");
	background-position:0 4px;
	background-repeat:no-repeat;
	padding-left:10px;
	text-decoration:none;
	color:#ffffff;
}
#event.mainContentFullWidth .sideContent .blackBox .top{
	background-image:url(/content/images/eventImages/bg_blackBoxTop.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width:185px;
	font-size:0px;
	line-height:0px;
	height:4px;
	padding:0px;
}
#event.mainContentFullWidth .sideContent .blackBox .content{
	background-image:url(/content/images/eventImages/bg_blackBoxBot.jpg);
	background-position:bottom left;
	background-color:#626262;
	background-repeat:no-repeat;
	width:165px;
	color:#ffffff;
	min-height:180px;
	padding:5px 10px 10px 10px;
}
.mainContentFullWidth h3{
	font-size:14px;
	margin-bottom:5px;
	padding-bottom:0;
}
ul.eventListing{
	padding:0px;
	margin:0px;
	list-style:none;
	width:760px;
}
ul.eventListing li{
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	margin:10px 0px 10px 0px;
	padding:10px;
	width:740px;
	display:inline-block;
	position:relative;
}
ul.eventListing li.highlight{
	border:0px;
	background-color:#f2f2f2;
}
ul.eventListing li .listContent{
	float:left;
	width:645px;
}
ul.eventListing li h4{
	font-size:15px;
	font-weight:normal;
	margin-top:0px;
	margin-bottom:10px;
	padding-bottom:0px;
	padding-top:0px;
	color:#a91345;
}
ul.eventListing li.highlight h4{
	font-size:12px;
	color:#333333;
}
ul.eventListing li .date, ul.eventListing li .location{
	float:left;
	padding-right:30px;
}
ul.eventListing li .button{
	width:85px;
	font-size:11px;
	font-weight:bold;
	float:right;
}
ul.eventListing li .button em{
	color:#a91345;
	font-weight:bold;
	font-size:14px;
	font-style:normal;
}
ul.eventListing li .viewDetails{
	width:85px;
	height:23px;
	line-height:23px;
	text-align:center;
	background-image:url(/content/images/eventImages/bt_viewDetailsRed.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
	color:#ffffff;
	display:table;
	position:absolute;
	bottom:10px;
	right:10px;
	font-weight:normal;
}
ul.eventListing li.highlight .viewDetails{
	background-image:url(/content/images/eventImages/bt_viewDetailsGray.jpg);
}
a.printListing{
	float:right;
	margin-right:10px;
}

#defaultICal{
  display:none;
}
#event.mainContentFullWidth .sideContent .blackBox #defaultICal a{
  background-image:none;
}
/* ==================== Event END ==================*/

.eventlink {
background-image: none;
color: #a91345;
text-decoration: none;
}

.eventlink:hover {
text-decoration: underline;
}


.tabLinks{
	background-image:url(/content/img/tab2_bg_blank.gif);
	background-position:center bottom;
	background-repeat:repeat;
	min-height:31px;
	position:relative;
	line-height:31px;
	padding:0px 5px 0px 5px;	
	width:621px;
}
.tabLinks .rightCorner{
	background-image:url(/content/img/tab2_bg_rightoffblankarea.gif);
	background-position:right center;
	background-repeat:no-repeat;
	position:absolute;
	height:31px;
	width:7px;
	right:0px;
	top:0px;
}
.tabLinks .leftCorner{
	background-image:url(/content/img/tab2_bg_leftoff.gif);
	background-position:top;
	background-repeat:no-repeat;
	position:absolute;
	height:31px;
	width:4px;
	left:0px;
	top:0px;
}
.tabLinks a{
	color:#C01B59;
	padding:0px 2px 0px 3px;
	border-left:1px solid #C01B59;
}
.tabLinks a.first{
	border-left:none;
}

form#filterData{
	float:left;
}
form#filterData select{
	border:1px solid #cccccc;
	width:200px;
}

/* ==================== knowledg bank 2010 ======================*/

#portfolio{
	width:651px;
	list-style:none;
	padding:0;
	margin:0;
	color:#ffffff;
} 
#portfolio h3{ 
	margin:5px 10px;
	padding:0;
	width:132px;
	height:31px;
}
#portfolio a{ 
	color:#ffffff;
	text-decoration:none;
}
#portfolio .boxgrid{ 
		width: 152px; 
		height: 111px; 
		margin:5px 0 5px 10px; 
		float:left; 
		background:#161613; 
		/*border: solid 2px #8399AF; */
		overflow: hidden; 
		position: relative; 
}
#portfolio .boxgrid .boxcaption input{ 
		float:right;
}
#portfolio .boxgrid img{ 
		position: absolute; 
		top: 0; 
		left: 0; 
		border: 0; 
}
#portfolio .boxgrid p{ 
		padding: 0 10px; 
		margin:0;
		width:132px;
		color:#ffffff;
}
	
#portfolio .boxcaption{ 
		float: left; 
		position: absolute; 
		top:70px;
		background: #bd2756; 
		height: 70px; 
		width: 100%; 
		opacity: .9; 
		/* For IE 5-7 */
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
		/* For IE 8 */
		-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
#portfolio 	.captionfull .boxcaption {
		top: 82;
		left: 0;
}
#portfolio 	.caption .boxcaption {
		top: 70px;
		left: 0;
		height:111px;
}


#knowledgeBank2010 .knowledgeBankFirstContent{
	padding:10px;
	margin:0;
}
#knowledgeBank2010 .homepage_content{
	margin:10px 0;
	padding:0;
	width:651px;
}
#knowledgeBank2010 #right_col_content{
	margin: 10px 0 0 10px;
	display:table;
	width:317px;
	
}
#knowledgeBank2010 #right_col_content h2{
	font-size:1.2em;
}
#knowledgeBank2010 #right_col_content h2 em, 
#knowledgeBank2010 #right_col_content h3 em{
	color:#A91345;
	font-style:normal;
}
#knowledgeBank2010 #right_col_content .top{
	width:317px;
	height:10px;
	background-image:url(/content/images/knowledgebank/rightcol/layout/right_col_top2.jpg);
	background-position:top left;
	background-repeat:no-repeat;	
}
#knowledgeBank2010 #right_col_content .mid{
	width: 297px;
	padding:0  10px; 
	background-image:url(/content/images/knowledgebank/rightcol/layout/right_col_slice2.jpg);
	background-position:top left;
	background-repeat:repeat-y;
}
#knowledgeBank2010 #right_col_content .bot{
	width:317px;
	height:9px;
	background-image:url(/content/images/knowledgebank/rightcol/layout/right_col_bottom2.jpg);
	background-position:top left;
	background-repeat:no-repeat;	
}
#knowledgeBank2010 #right_col_content ul#partnerList{
	width:297px;
	list-style:none;
	padding:0;
	margin:0;
	color:#333333;
}
#knowledgeBank2010 #right_col_content ul#partnerList li{
	width:277px;
	padding:10px 0px 10px 20px;
}
#knowledgeBank2010 #right_col_content ul#partnerList li.line{
	border-top:1px solid #ebbecb;
	position:relative;
	min-height:45px;
}
#knowledgeBank2010 #right_col_content ul#partnerList li.selected{
	background-color:#f6e4ea;
	background-position:left center;
	background-repeat:no-repeat;
	background-image:url(/content/images/sitestructure/KnowldegeBank/selectedArrow.gif);
}
#knowledgeBank2010 #right_col_content ul#partnerList .title{
	width:165px;
	float:left;
	color:#3D3C3C;
}
#knowledgeBank2010 #right_col_content ul#partnerList .title h3{
	padding:0 0 10px 0;
}
#knowledgeBank2010 #right_col_content ul#partnerList .image img{
	padding:0;
	margin:0;
	border:0;
}

#knowledgeBank2010 #right_col_content ul#partnerList .image{
	width:115px;
	float:right;
	text-align:center;
	position:absolute;
	top:10px;
	right:0px;
}
#knowledgeBank2010 #right_col_content ul#partnerList .content{
	width:257px;
	clear:both;
	margin-top:10px;
	background-color:transparent;
	display:none;
}
#knowledgeBank2010 #right_col_content ul#partnerList li.selected .content{
	display:block;
}
#knowledgeBank2010 .rowcolSeperator{
	background-image:url(/content/images/sitestructure/KnowldegeBank/homepage-2010/3dot.gif);
	background-position:left top;
	background-repeat:repeat-x;	
	height:10px;
	width:641px;
clear:both;
float:right;
font-size:0;
line-height:0;
margin:0;
overflow-x:hidden;
overflow-y:hidden;
padding:0;
}
#knowledgeBank2010 h2{
	padding-top:0;
	margin-top:0;
	font-size:11px;
	color:#A91345;
}
#knowledgeBank2010 .row2col{
	width:641px;
	padding-left:10px;
}
#knowledgeBank2010 .row2col .inner{
	background-image:url(/content/images/sitestructure/KnowldegeBank/homepage-2010/3dot.gif);
	background-position:left top;
	background-repeat:repeat-x;	
	padding:20px 0 10px 10px;
	width:631px;	
}
#knowledgeBank2010 .row2col .content{
	width:280px;
	float:left;
	background-color:transparent;
}
#knowledgeBank2010 .row2col .image{
	width:310px;
	float:right;
	padding-right:10px;
	background-color:transparent;
}

#knowledgeBank2010 .row3col{
	width:641px;
	padding-left:10px;
}
#knowledgeBank2010 .row3col .inner{
	background-image:url(/content/images/sitestructure/KnowldegeBank/homepage-2010/3dot.gif);
	background-position:left top;
	background-repeat:repeat-x;	
	padding:20px 0 10px 10px;
	width:631px;	
}
#knowledgeBank2010 .row3col .leftCol{
	width:190px;
	padding-right:25px;
	float:left;
}
#knowledgeBank2010 .row3col .midCol{
	width:190px;
	padding-right:25px;
	float:left;
}
#knowledgeBank2010 .row3col .rightCol{
	width:190px;
	padding-right:10px;
	float:left;
}
#knowledgeBank2010 #right_col_content.sponsor .mid .inner{
padding:10px 10px 10px 20px;
/*
}
#knowledgeBank2010 #right_col_content.sponsor .mid.selected .inner{
*/
	background-color:#f6e4ea;
	background-position:left center;
	background-repeat:no-repeat;
	background-image:url(/content/images/sitestructure/KnowldegeBank/selectedArrow.gif);
}
#knowledgeBank2010 #right_col_content.sponsor .mid .inner .detail{display:none;}
#knowledgeBank2010 #right_col_content.sponsor .mid.selected .inner .detail{display:block;}
/* ==================== knowledg bank 2010 END ==================*/














