﻿/************************************************************/
/* Created:        18/12/2009                               */
/* By:             Rhiannon Blackwell                       */
/************************************************************/
/************************************************************/
/* Box Design Components specific to ZNA                    */
/************************************************************/

/* Styles for Environmental microsite right hand boxes*/

 .boxTitleEnvironmentalBlue, .boxTitleHPBlue {
	padding: 3px 16px !important;
}
.boxTitleEnvironmentalBlue, .boxTitleHPBlue {color: #fff !important;}
.boxTitleEnvironmentalBlue {background: #9DBBE0 url('img/box_header_environmentalblue.gif') repeat left top;}
.boxTitleHPBlue {background: #9DBBE0 url('img/box_header_hpblue.gif') repeat left top;}

.boxBgEnvironmentalBlue, .boxBgMintFull, .boxBgHPBlue {
	padding: 0px 0px 5px 0px;
	margin-bottom: 10px;
	width: 220px;
	overflow:hidden;}

.boxBgMintFull {background: #fff url('img/box_bg_mint_full.gif') no-repeat left bottom;}
.boxBgEnvironmentalBlue {background: #fff url('img/box_bg_environmentalblue.gif') no-repeat left bottom;}
.boxBgHPBlue {background: #fff url('img/box_bg_hpblue.gif') no-repeat left bottom;}


#box .envirobluebox a:link {
color:#ffffff !important;
}


/* Styles for grey box separator*/
.boxSeparatorZNAgrey {margin:10px 15px;background:url('img/cp_boxSepZNAgrey.gif') repeat-x top left;}




