
/*  
  Version 3.2
  Last modified 20120730
  Copyright Active Consultancy 
  Variables defined by cssvariables.php
*/

/* common abbreviations - used in naming classes
  acc = accordion
  b = black
  bdr = border
  bg = background
  bm = bottom
  bt = button
  c = centre
  clr = colour
  d = down
  frm = form
  ftr = footer
  hdr = header
  img = image
  l = left
  m = main (eg mnav)
  nav = navigation
  pag = pagination
  r = right
	rpt = repeat
  s = sub (eg snav)
  t = top
  tbl = table
  txt = text
  u = up
  w = white
*/

/* panel widths
  large = 979px / inside panelcontent = 944px
  medium = 649px / inside panelcontent = 614px
  small = 319px / inside panelcontent = 284px
*/

/* settings global START */

@font-face {
  font-family: "NobbleeBold";
  font-style: normal;
  font-weight: normal;
	src: url("../fonts/ee_nobblee_bold.eot"); /* IE9 Compat Modes */
  src: url("../fonts/ee_nobblee_bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
       url("../fonts/ee_nobblee_bold.woff") format("woff"), /* Modern Browsers */
       url("../fonts/ee_nobblee_bold.ttf")  format("truetype"), /* Safari, Android, iOS */
       url("../fonts/ee_nobblee_bold.svg#ee_nobblee_bold") format("svg"); /* Legacy iOS */
}

@font-face {
  font-family: "NobbleeLight";
  font-style: normal;
  font-weight: normal;
	src: url("../fonts/ee_nobblee_light.eot"); /* IE9 Compat Modes */
  src: url("../fonts/ee_nobblee_light.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
       url("../fonts/ee_nobblee_light.woff") format("woff"), /* Modern Browsers */
       url("../fonts/ee_nobblee_light.ttf")  format("truetype"), /* Safari, Android, iOS */
       url("../fonts/ee_nobblee_light.svg#ee_nobblee_light") format("svg"); /* Legacy iOS */
}

@font-face {
  font-family: "NobbleeRegular";
  font-style: normal;
  font-weight: normal;
	src: url("../fonts/ee_nobblee_regular.eot"); /* IE9 Compat Modes */
  src: url("../fonts/ee_nobblee_regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
       url("../fonts/ee_nobblee_regular.woff") format("woff"), /* Modern Browsers */
       url("../fonts/ee_nobblee_regular.ttf")  format("truetype"), /* Safari, Android, iOS */
       url("../fonts/ee_nobblee_regular.svg#ee_nobblee_regular") format("svg"); /* Legacy iOS */
}

@font-face {
  font-family: "RubrikBold";
  font-style: normal;
  font-weight: normal;
	src: url("../fonts/rubrik_bold.eot"); /* IE9 Compat Modes */
  src: url("../fonts/rubrik_bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
       url("../fonts/rubrik_bold.woff") format("woff"), /* Modern Browsers */
       url("../fonts/rubrik_bold.ttf")  format("truetype"), /* Safari, Android, iOS */
       url("../fonts/rubrik_bold.svg#rubrik_bold") format("svg"); /* Legacy iOS */
}

@font-face {
  font-family: "RubrikLight";
  font-style: normal;
  font-weight: normal;
	src: url("../fonts/rubrik_light.eot"); /* IE9 Compat Modes */
  src: url("../fonts/rubrik_light.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
       url("../fonts/rubrik_light.woff") format("woff"), /* Modern Browsers */
       url("../fonts/rubrik_light.ttf")  format("truetype"), /* Safari, Android, iOS */
       url("../fonts/rubrik_light.svg#rubrik_light") format("svg"); /* Legacy iOS */
}

@font-face {
  font-family: "RubrikRegular";
  font-style: normal;
  font-weight: normal;
	src: url("../fonts/rubrik_regular.eot"); /* IE9 Compat Modes */
  src: url("../fonts/rubrik_regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
       url("../fonts/rubrik_regular.woff") format("woff"), /* Modern Browsers */
       url("../fonts/rubrik_regular.ttf")  format("truetype"), /* Safari, Android, iOS */
       url("../fonts/rubrik_regular.svg#rubrik_regular") format("svg"); /* Legacy iOS */
}

@font-face {
  font-family: "RubrikSemibold";
  font-style: normal;
  font-weight: normal;
	src: url("../fonts/rubrik_semibold.eot"); /* IE9 Compat Modes */
  src: url("../fonts/rubrik_semibold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
       url("../fonts/rubrik_semibold.woff") format("woff"), /* Modern Browsers */
       url("../fonts/rubrik_semibold.ttf")  format("truetype"), /* Safari, Android, iOS */
       url("../fonts/rubrik_semibold.svg#rubrik_semibold") format("svg"); /* Legacy iOS */
}

html {
  overflow-y: scroll;
}

body, table, tr, td, form, div, p, ol, ul, li, h2, h3, h4, h5, h6, a:link, a:visited, a:hover, a  {
	font-family: Arial, Helvetica, FreeSans, sans-serif;
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
background-color: #ebe7e4;background-image: none;  height: 100%;
}

#outer, #loginouter, #pageouter {
  background-position: top center;
  text-align: center;
  width: 100%;
  height: 100%;
  float: left;
  display: block;
}

.floatl {
  float: left;
}

.floatr {
  float: right;
}

.widthfull {
  width: 100%;
}

/* border-radius - not supported in all browsers */
/* settings global END */

/* type styles global START */

h1 {
  font-family: "NobbleeBold",Arial, Helvetica, FreeSans, sans-serif;
	color: #6d6e71;
	font-size: 22px;
  font-weight: normal;
	text-transform: uppercase;
	line-height: 1;
}

h2 {
	color: #f9f9f9;
	font-size: 94%;
  font-weight: normal;
}

h3 {
	color: #009c9c;
	font-size: 94%;
}

h4 {
	color: #6d6e71;
	font-size: 81%;
}

h5 {
	color: #6d6e71;
	font-size: 81%;
}

h6 {
	color: #6d6e71;
	font-size: 75%;
}

p, label, input, select, textarea, table, ul, ol , .txtclr{
	color: #6d6e71;
}

a, .linkclr {
	color: #009c9c;
}

a img {
	border: 0;
}

.normal {
	font-weight: normal;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.error {
	color: #bf1733;
/*	font-weight: bold; */
}

.txtsmall {
/* use this in a block property - eg <p class="txtsmall"> - to change the font-size to small */
	font-size: 69% !important;
}

.alignl {
	text-align: left;
}

.alignc {
	text-align: center;
}

.alignr {
	text-align: right;
}

.valigntop {
	vertical-align: top;
}

.valignmiddle {
	vertical-align: middle;
}

.valignbottom {
	vertical-align: bottom;
}

/* fix sup and sub
   this stops the line-height being expanded when using sup and sub */

sup,sub {	
  height: 0;	
  line-height: 1;	
  vertical-align: baseline;	
  _vertical-align: bottom;	/* IE6 only */
}

sup {
  vertical-align: top;
}

sub {
  vertical-align: bottom;
}

/* type styles global END */

/* colour classes global START */

.mclr {
	color: #009c9c;
}

.sclr {
	color: #ffe600;
}

.altclr {
  color: #6d6e71;
}

.vdarkgrey {
	color: #6d6e71;
}

.flashclr {
	color: #bf1733;
}

.black {
	color: #000000;
}

.white {
	color: #ffffff;
}

/* background colour classes */

.vlightgreybg {
	background-color: #e1dddb;
}

/* colour classes global END */

/* form styles global START */

.frmboxxsmall, .frmboxsmall, .frmboxsmallmedium , .frmboxmediumsmall,  .frmboxmedium, .frmboxmediumlarge, .frmboxlarge, .frmboxxlarge, .frmboxxxlarge, .frmboxxxxlarge, .frmboxcheck, .frmboxtxtarea, .frmbt {
	vertical-align: middle;
  margin: 0 15px 0 0;
  display: inline;
}

.frmboxxsmall, .frmboxsmall, .frmboxsmallmedium , .frmboxmediumsmall,  .frmboxmedium, .frmboxmediumlarge, .frmboxlarge, .frmboxxlarge, .frmboxxxlarge, .frmboxxxxlarge, .frmboxcheck, .frmbt {
  padding: 0;
}

.frmboxxsmall {
	width: 25px;
}

.frmboxsmall {
	width: 50px;
}

.frmboxsmallmedium {
	width: 75px;
}

.frmboxmediumsmall {
	width: 100px;
}

.frmboxmedium  {
	width: 125px;
}

.frmboxmediumlarge  {
	width: 150px;
}

.frmboxlarge {
	width: 180px;
}

.frmboxxlarge {
	width: 200px;
}

.frmboxxxlarge {
	width: 250px;
}

.frmboxxxxlarge {
	width: 300px;
}

.frmtxtarea {
	padding: 2px 5px 2px 5px;
}

.frmbt {
	border: 0;
}

input.frmbt, .frmbts a img {
  background-image: url(/images/button/eeyellow/tbt.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 137px;
  height: 24px;
}

input.frmbt:active, .frmbts a img:active, input.frmbt:hover, .frmbts a img:hover { /* hover swapped in for ee */
  background-position: 0 -44px;
}

input.frmbt:active, input.frmbt:focus, .frmbts a img:active, .frmbts a img:focus {
  outline: none; /* remove focus outline */
}

.frmrequired {
/* use this together with the formbox type to reduce the margin-right if using required tag */
  margin-right: 5px !important;
}

.frmboxdivider {
/* use this as a span tag when putting a divider between form boxes to give some padding */
  padding-left: 3px;
  padding-right: 1px;
}

.panelcontent .frmboxdivider {
  color: #6d6e71 !important;  
}

.loginpanel .frmboxdivider {
  color: #6d6e71 !important;  
}

.labelsmall {
  width: 80px !important;
}

.labelmedium {
  width: 110px !important;
}

.labellarge {
  width: 180px !important;
}

/* form styles global END */

/* define icon images START */

.iconimg, .iconbt, .iconbt img, .iconbutton {
  height: 16px;
  width: 16px;
}

.iconbt {
  background-image: url(/images/icon/default/iconh.png);
  background-position: top left;
  background-repeat: no-repeat;
  margin: 0 10px 0 0;
  cursor: pointer;
}

span.iconbt, .iconbutton { /* is iconbutton in use? or replaced by iconbt? */
  vertical-align: middle;
  display: inline-block;
}

.iconbutton span {
  position: absolute;
  top: -999em;
}

.iconblockitem, .iconinlineitem {
  background-position: top left;
  background-repeat: no-repeat;
  min-height: 15px;
  padding-top: 1px !important;
  padding-left: 25px !important;
}

a.iconblockitem, a.iconinlineitem {
  max-height: 31px;
}

a.iconblockitem:hover, a.iconinlineitem:hover,  .iconbt:hover {
  background-position: 0 -32px;
}

.iconblockitem {
  display: block;
}

.iconinlineitem {
  float: left;
  display: inline;
}

/* iconp - positive */

.iconpcart {
	background-image: url(/images/icon/default/iconp_cart.gif);
}

.iconpemail {
	background-image: url(/images/icon/default/iconp_email.gif);
}

.iconpgraph {
	background-image: url(/images/icon/default/iconp_graph.gif);
}

.iconplogin {
	background-image: url(/images/icon/default/iconp_login.gif);
}

.iconplogout {
	background-image: url(/images/icon/default/iconp_logout.gif);
}

.iconpemail {
	background-image: url(/images/icon/default/iconp_email.gif);
}

.iconpuser {
	background-image: url(/images/icon/default/iconp_user.gif);
}

/* iconn - negative */

.iconnbin {
	background-image: url(/images/icon/default/iconn_bin.gif);
}

.iconnbulletl {
	background-image: url(/images/icon/default/iconn_bullet_l.gif);
}

.iconnbulletr {
	background-image: url(/images/icon/default/iconn_bullet_r.gif);
}

.iconnemail {
	background-image: url(/images/icon/default/iconn_email.gif);
}

.iconntelephone {
	background-image: url(/images/icon/default/iconn_telephone.gif);
}

/* iconb - with background */

.iconbarrowu {
	background-image: url(/images/icon/default/iconb_arrow_u.gif);
}

.iconbbin {
	background-image: url(/images/icon/default/iconb_bin.gif);
}

.iconbbulletl {
	background-image: url(/images/icon/default/iconb_bullet_l.gif);
}

.iconbbulletr {
	background-image: url(/images/icon/default/iconb_bullet_r.gif);
}

.iconbcalendar {
	background-image: url(/images/icon/default/iconb_calendar.gif);
}

.iconbcart {
	background-image: url(/images/icon/default/iconb_cart.gif);
}

.iconbclipboard {
	background-image: url(/images/icon/default/iconb_clipboard.gif);
}

.iconbdocpdf {
	background-image: url(/images/icon/default/iconb_doc_pdf.gif);
}
.iconbgraph {
	background-image: url(/images/icon/default/iconb_graph.gif);
}

.iconbknifefork {
	background-image: url(/images/icon/default/iconb_knifefork.gif);
}

.iconbman {
	background-image: url(/images/icon/default/iconb_man.gif);
}

.iconbmen {
	background-image: url(/images/icon/default/iconb_men.gif);
}

.iconbminus {
	background-image: url(/images/icon/default/iconb_minus.gif);
}

.iconbnight {
	background-image: url(/images/icon/default/iconb_night.gif);
}

.iconbparcel {
	background-image: url(/images/icon/default/iconb_parcel.gif);
}

.iconbplus {
	background-image: url(/images/icon/default/iconb_plus.gif);
}

.iconbpin {
	background-image: url(/images/icon/default/iconb_pin.gif);
}

.iconbstar {
	background-image: url(/images/icon/default/iconb_star.gif);
}

.iconbtag {
	background-image: url(/images/icon/default/iconb_tag.gif);
}

.iconbuser {
	background-image: url(/images/icon/default/iconb_user.gif);
}

.iconbwishlistadd {
	background-image: url(/images/icon/default/iconb_wishlistadd.gif);
}

.iconbwishlistinc {
	background-image: url(/images/icon/default/iconb_wishlistinc.gif);
}

/* iconh - hover images */

a.iconbbin {
	background-image: url(/images/icon/default/iconh_bin.gif);
}

a.iconbcalendar {
	background-image: url(/images/icon/default/iconh_calendar.gif);
}

a.iconbcart {
	background-image: url(/images/icon/default/iconh_cart.gif);
}

a.iconbbulletl{
	background-image: url(/images/icon/default/iconh_bullet_l.gif);
}

a.iconbbulletr {
	background-image: url(/images/icon/default/iconh_bullet_r.gif);
}

.iconbdocpdf {
	background-image: url(/images/icon/default/iconh_doc_pdf.gif);
}

a.iconbgraph{
	background-image: url(/images/icon/default/iconh_graph.gif);
}

a.iconbpadlock {
	background-image: url(/images/icon/default/iconh_padlock.gif);
}

a.iconbparcel {
	background-image: url(/images/icon/default/iconh_parcel.gif);
}

a.iconbpin {
	background-image: url(/images/icon/default/iconh_pin.gif);
}

a.iconbplus {
	background-image: url(/images/icon/default/iconh_plus.gif);
}

a.iconbstar {
	background-image: url(/images/icon/default/iconh_star.gif);
}

a.iconbuser {
	background-image: url(/images/icon/default/iconh_user.gif);
}

a.iconbwishlistadd {
	background-image: url(/images/icon/default/iconh_wishlistadd.gif);
}

a.iconbwishlistinc {
	background-image: url(/images/icon/default/iconh_wishlistinc.gif);
}

/* define icon images END */

/* login page START */

#loginouter {
background-image: none;}

#loginpage {
  text-align: left;
  width: 761px; /* actual width should be 760px but 1px buffer added to prevent wrapping on browser zoom */
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
	margin-right: auto;
}

#loginimg {
  background-image: url(/images/background/ee/loginimg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  width: 760px;
  height: 250px;
  margin: 15px 0 0 0;
  padding: 0;
  float: left;
  display: block;
}

#loginpanelswrapper {
  background-color: #ffffff;
border-right: 1px solid #ffffff;border-bottom: 1px solid #ffffff;width: 759px;  
  margin: 5px 0 0 0;
  padding: 0;
  float: left;
  display: block;
}

.loginpanel {
  padding: 15px 10px 15px 10px;
  float: left;
  display: inline;
}

.loginpanel p, .loginpanel label, .loginpanel input, .loginpanel select, .loginpanel textarea, .loginpanel ul, .loginpanel ol {
  font-size: 75%;
  line-height: 1.4;
}

.loginpanel h1 {
  color: #6d6e71 !important;
  margin: 0;
  padding: 0 0 10px 0;
}

.loginpanel h1 img {
  height: 24px;
  width: 354px;
}

.loginpanel p {
  margin: 0;
  padding: 0 0 5px 0;
}

.loginpanel p, .loginpanel a, .loginpaneltxtclr {
  color: #6d6e71 !important;
}

.loginpanell, .loginpanelr {
/* use in conjunction with loginpanel */
  width: 354px;
  float: left;
  display: inline;
}

.loginpanell {
/* use in conjunction with loginpanel */
  margin-left: 0;
  margin-right: 10px;
}

.loginpanelr {
/* use in conjunction with loginpanel */
  margin-left: 0;
  margin-right: 0;
}

.loginpanelfull {
/* use in conjunction with loginpanel */
  width: 739px;
  float: left;
  display: inline;
}

.logincontentrow {
	width: 100%;
	margin: 0;
	padding: 5px 0 5px 0;
	float: left;
	clear: left;
	display: block;
}

/* loginpanel form START */

.loginpanel form {
  margin: 0;
  padding: 5px 0 5px 0;
  float: left;
  display: block;
}

.loginfrmrow {
	margin: 0;
	width: 100%;
	padding: 5px 0 5px 0;
	float: left;
	clear: left;
	display: block;
}

.loginfrmrow label {
  color: #6d6e71;
  text-align: left;
	vertical-align: middle;
	width: 110px;
	margin: 2px 15px 0 0;
	float: left;
}

.loginfrmrow label.labelcheckr { /* label to sit to right of checkbox */
	width: 275px; 
}

.loginfrmrow input {
	text-align: left;
}

.loginfrmrow .frmboxcheck {
	margin-top: 2px;
}

.loginfrmbts {
	height: 24px;
  padding-left/**/: 125px; /* hide from IE6 */
	float: left;
  display: inline;
}

/* login infobar START */

#loginstatusbar {
  font-size: 69%;
  text-align: right;
  width: 760px;
  margin: 5px 0 5px 0;
  padding: 5px 0 5px 0;
  float: left;
  display: block;
}

#loginstatusbar, #loginstatusbar a {
  color: #6d6e71;
}

#loginstatusbar a:hover {
  color: #009c9c;
}

#loginstatusbar .iconemail {
	background-image: url(/images/icon/default/iconn_email.gif);
}

#loginstatusbar .icontelephone {
	background-image: url(/images/icon/default/iconn_telephone.gif);
}

/* login page END */

/* standard page header END */

/* status bar START */

#statusbar {
  color: #ffffff;
  font-size: 69%;
  background-color: #000000; /* browsers that don't support alpha transparency */
  border-bottom: 1px solid #000000;
  width: 100%;
  min-height: 16px;
  padding: 4px 0 4px 0;
}

*>/**/#statusbar {
/* hide from IE7 and below */
  background-color: rgba(0,0,0,0.90); /* for browsers that support alpha transparency - fixed for ie8 and below in cssie8 */
  position: fixed; /* fixes the status bar in place as the page is scrolled */
  top: 0;
  z-index: 1500;
}

#statusbar a {
  color: #ffffff;
}

#statusbar a:hover {color: #ffe600;}
#statusbarcontent {
  padding-right: 10px;
  float: right;
  display: inline;
}

.statusbarsection {
  margin: 0 0 0 25px;
  padding: 0;
  float: left;
  display: inline;
}

.statusbaritem {
  background-position: top left;
  background-repeat: no-repeat;
  height: 15px;
  margin: 0 0 0 15px;
  padding: 1px 0 0 20px;
  float: left;
  display: inline;
}

#statusbar .iconcart {
	background-image: url(/images/icon/default/iconp_cart.gif);
}

#statusbar .iconemail {
	background-image: url(/images/icon/default/iconp_email.gif);
}

#statusbar .icongraph {
	background-image: url(/images/icon/default/iconp_graph.gif);
}

#statusbar .iconleague {
	background-image: url(/images/icon/default/iconp_league.gif);
}

#statusbar .iconlogout {
	background-image: url(/images/icon/default/iconp_logout.gif);
}

#statusbar .icontelephone {
	background-image: url(/images/icon/default/iconp_telephone.gif);
}

#statusbar .iconuser {
	background-image: url(/images/icon/default/iconp_user.gif);
}

/* status bar END */

/* main banner START */

#mbanner {
	background-image: url(/images/background/ee/mbanner.png); 
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #ebe7e4;
	float: left;
	clear: both;
	width: 100%;
	height: 110px;
	display: block;
}

*>/**/#mbanner {
/* hide from IE7 and below */
/* allows for fixed statusbar */
  margin-top: 25px;
}

/* main banner END */

/* standard page header END */

/* standard page START */

#outer {
background-image: none;}

#pageouter {
background-image: none;}

#page {
  text-align: left;
  width: 991px; /* actual width should be 990px but 1px buffer added to prevent wrapping on browser zoom */
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
	margin-right: auto;
}

#pagewrapper { 
/* used to enable background-color option for page area */
  width: 100%;
  min-height: 400px;
  padding-bottom: 5px;
  float: left;
  display: inline;
}

/* mainnav START */

#mnav {
background-image: none;background-color: #ffffff;  border-bottom: 2px solid #000000;
	font-size: 69%;
	height: 28px;
  width: 979px;
margin: 0px 6px 0 5px;	padding: 0;
	float: left;
	display: block;
}

#mnavmenu {
  float: left;
}

#mnavmenu, #mnavmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#mnavmenu li {
background-image: none;background-color: #ffffff;	font-weight: normal;
	height: 14px;
  padding: 7px 15px 7px 15px;
  float: left;
	display: inline;
}


#mnavmenu li:hover {
 background-position: 0 -48px ;background-color: #000000;}



#mnavmenu li a, #mnavmenu li:hover li a {
  color: #6d6e71;
	text-decoration: none;
}

#mnavmenu li a {
	display: block;
}

*>/**/#mnavmenu li a {
/* hide from IE6 and IE7 */
  height: 14px;
}

#mnavmenu li:hover a, #mnavmenu li li a:hover {
  text-decoration: underline;
}

#mnavmenu li:hover a {
  color: #ffe600;
}

#mnavmenu li ul {
	background-color: #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	width: 200px;
	margin: 7px 0 0 -15px;
	padding: 0 0 5px 0;
	_left: -999em; /* IE6 only */
	position: absolute;
	display: none;
	_display: inline; /* IE6 only */
  z-index: 1000; /* ensure drop-down menu is always on top of other elements */
}

#mnavmenu li:hover > ul { 
/* hide from IE6 */
	display: block; 
}

#mnavmenu li li  {
  background: none;
	font-weight: normal;
	border-left: none;
	border-right: none;
	width: 160px; /* width swapped for ee for left margin */
  height: auto;
	margin: 0;
	padding: 0px 25px 0 15px; /* left margin swapped for ee */
	float: left;
	display: inline;
}

#mnavmenu li li:hover{
  background: none;
}

.mnavaddlevel:hover  {
/*  background-image: url(/images/background/ee/mnav_bullet_r.gif) !important; */
  background-image: url(/images/icon/default/iconn_bullet_r.gif) !important;
  background-position: center right !important;
  background-repeat: no-repeat !important;
}

*>/**/#mnavmenu li li a, *>/**/#mnavmenu li li a:hover {
/* hide from IE6 and IE7 */
  height: auto;
}

#mnavmenu li li a {
  border-bottom: 1px solid #000000;
  background: none;
  color: #ffffff !important;
  padding: 10px 0 10px 0;
}

#mnavmenu li li a:hover {
  background: none;
/*	color: #009c9c !important; */
  color: #ffe600 !important; /* swapped for ee */
	padding: 10px 0 10px 0;
}

#mnavmenu li li ul {
  margin-top: -34px;
  margin-left: 185px !important;
}

/* mainnav END */

/* panels START */

.panelwrapper { 
/* used to wrap member panels into the same column */
  margin: 0;
  padding: 0;
  float: left; /* must be floated left so that overall page width lines up correctly */
  display: inline;
}

.panellarge, .panelmedium, .panelsmall {
  background-color: #ffffff;
  min-height: 0px;
margin: 15px 6px 0 5px;_margin: 15px 1px 0 5px;  float: left;
  clear:both;
  display: block;
}

.panellarge h1 img, .panelmedium h1 img, .panelsmall h1 img { /* swapped in for ee */
  height: 24px;
  width: 354px;
}

.panellarge {
  width: 979px;
}

.panelmedium {
  width: 649px;
}

.panelsmall {
  width: 319px;
}

.panellarge h1, .panelmedium h1, .panelsmall h1, #lightbox h1, #popbox h1 {
/* designed to be used at the top of a panel */
background-image: none;  background-color: #ffffff;
  height: 20px;
  margin: 0;
  padding: 10px 20px 10px 15px;
  float: left;
  display: block;
}

.panellarge h1, .panellarge .panelcontent, .panelcontentlarge {
  width: 944px;
}

.panelmedium h1, .panelmedium .panelcontent, .panelcontentmedium {
  width: 614px;
}

.panelsmall h1, .panelsmall .panelcontent, .panelcontentsmall {
  width: 284px;
}

.panelcontainer {
/* only required to include content in the panel without margins and padding */
	margin: 0;
	padding: 0;
	width: 100%;
	clear: both;
  display: block;
}

.panelcontent {
  margin: 0;
  padding: 15px 19px 10px 15px; /* actual padding-right should be 20px but 1px buffer added to prevent wrapping on browser zoom */
  float: left;
  display: block;
}

.panelcontent.addsection {
/* use this when closing and reopening a new content div within the same panel */
  padding-top: 0px;
}

.panelcontent p, .panelcontent label, .panelcontent input, .panelcontent select, .panelcontent ul, .panelcontent ol {
  font-size: 75%;
  line-height: 1.4;
}

.panelcontent p {
  padding: 0 0 10px 0;
}

.panelcontent ol p, .panelcontent ul p {
  font-size: 100%;
}

.panelcontent h2 { 
/* designed to be used in conjunction with a h2 container */
background-image: none;  background-color: #6d6e71;
  padding: 5px 5px 5px 5px;
  margin: 5px 0 5px 0;
  float: left;
  display: block;
}

.panellarge .panelcontent h2 {
  width: 934px
}

.panelmedium .panelcontent h2 {
  width: 604px
}

.panelsmall .panelcontent h2 {
  width: 274px
}

.h2container {
	border: 1px solid #d5d7dd;
  margin: 0 0 10px 0; 
  padding: 5px 10px 5px 10px;
	float: left;
  clear: both;  
  display: block;
}

.panellarge .panelcontent div.h2container {
  width: 922px
}

.panelmedium .panelcontent div.h2container {
  width: 592px
}

.panelsmall .panelcontent div.h2container {
  width: 262px
}

/*
.panelcontentlarge div.h2container.paddingnone {
  width: 942px
}

.panelcontentmedium div.h2container.paddingnone {
  width: 612px
}

.panelcontentsmall div.h2container.paddingnone {
  width: 282px
}
*/

.panelcontent h3 {
  padding: 0 0 10px 0;
}

.panelcontentrow {
  width: 100%;
  margin: 0;
  padding: 5px 0 5px 0;
  float: left;
  clear: both;
  display: block;
}

.panellinks {
  float: left;
  display: block;
}

.panellinks a {
  padding-right: 15px;
}

/* panel list styles START */

.panelcontent ul, .panelcontent ol {
	margin: 0;
	padding: 0 0 10px 0;
}

.panelcontent ul {
	list-style: none;
}

.panelcontent ul li {
	background-image: url(/images/background/ee/icon_bullet_r.gif);
	background-position: 5px 4px;
	*background-position: 5px 8px; /* IE7 and below only */
	background-repeat: no-repeat;
	padding: 0 0 2px 30px;
}

.panelcontent ol {
	list-style-type: decimal;
	list-style-position: outside;
}

.panelcontent ol li {
	margin: 0 0 5px 27px;
	*margin: 0 0 5px 30px; /* IE7 and below only */
	padding: 0 0 0 3px;
	*padding: 0; /* IE7 and below only */
}

.panelcontent li ol {
  font-size: 100%; /* prevent child list items from shrinking in size */
  padding: 0;
}

.panelcontent li ol  {
  list-style-type: lower-latin;
}

.panelcontent li li ol  {
  list-style-type: lower-roman;
}

.panelcontent li li li ol  {
  list-style-type: decimal;
}

/* panel list styles END */

/* toggle styles START */

/* toggle is closed by default */
.panellarge h1.toggletriggerclosed a, .panelmedium h1.toggletriggerclosed a, .panelsmall h1.toggletriggerclosed a {
	background-image: url(/images/background/ee/icon_toggle_plus.gif);
  background-position: top right;
  background-repeat: no-repeat;
  text-decoration: none;
	padding-right: 20px;
  display: block;
}

/* opposite state for toggle is closed by default */
.panellarge h1.toggleclosedactive a, .panelmedium h1.toggleclosedactive a, .panelsmall h1.toggleclosedactive a {
  background-image: url(/images/background/ee/icon_toggle_minus.gif);
}

/* toggle is open by default */
.panellarge h1.toggletriggeropen a, .panelmedium h1.toggletriggeropen a, .panelsmall h1.toggletriggeropen a {
	background-image: url(/images/background/ee/icon_toggle_minus.gif);
  background-position: top right;
  background-repeat: no-repeat;
  text-decoration: none;
	padding-right: 20px;
  display: block;
}

/* opposite state for toggle is open by default */
.panellarge h1.toggleopenactive a, .panelmedium h1.toggleopenactive a, .panelsmall h1.toggleopenactive a {
  background-image: url(/images/background/ee/icon_toggle_plus.gif);
}

/* hover text clr for h1 a to open/close panels */
.panellarge h1.toggletriggerclosed a:hover, .panelmedium h1.toggletriggerclosed a:hover, .panelsmall h1.toggletriggerclosed a:hover, 
.panellarge h1.toggletriggeropen a:hover, .panelmedium h1.toggletriggeropen a:hover, .panelsmall h1.toggletriggeropen a:hover { 
  color: #6d6e71; 
}

.togglecontaineropen, .togglecontainerclosed {
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 100%;
	clear: both;
}

.panellarge h1 a:focus, .panelmedium h1 a:focus, .panelsmall h1 a:focus {
  outline: none; /* remove focus outline from a tags used in toggle */
}

/* toggle styles END */

/* accordion styles START */

#acc {
  width: 100%;
  float: left;
}

.panelcontent h2.acctrigger a:hover {color: #ffe600;}
.panelcontent h2.acctrigger a {
  color: #f9f9f9;
  background-image: url(/images/background/ee/icon_acc_r.gif);
  background-position: top right;
  background-repeat: no-repeat;
  text-decoration: none;
  padding-right: 20px;
  display: block;
  cursor: pointer;
}

.panelcontent h2.acctrigger a:focus {
  outline: none; /* remove focus outline from a tags used in accion */
}

.panelcontent h2.acctrigger.active a {
  background-image: url(/images/background/ee/icon_acc_d.gif);
  cursor: default;
}

.panelcontent h2.acctrigger.active a:hover {
  color: #f9f9f9;
}

.acccontainer {
	border: 1px solid #d5d7dd;
  margin: 0 0 10px 0; 
  padding: 0;
	overflow: hidden;
	clear: both;
  float: left;
  display: block;
}

.panellarge .panelcontent div.acccontainer {
  width: 942px
}

.panelmedium .panelcontent div.acccontainer {
  width: 612px
}

.panelsmall .panelcontent div.acccontainer {
  width: 282px
}

.acccontent {
  padding: 5px 10px 5px 10px;
  float: left;
  display: block;
}

.panellarge div.acccontent {
	width: 922px;
}

.panelmedium div.acccontent {
	width: 592px;
}

.panelsmall div.acccontent {
	width: 262px;
}

/* accordion styles END */

/* panel tab START */

.paneltab {
background-image: none;  background-color: #ffffff;
  width: 979px;
  height: 0px;
  margin: 10px 0 10px 0;
  padding: 0;
  float: left;
  display: block;
}

.paneltab, .paneltab ul {
	background-color: #ebe7e4;
  list-style: none;
	margin: 0;
	padding: 0;
  float: left;
  display: block;
}

.paneltab li {
  border-radius: 5px 5px 0 0; /* not supported in all browsers */
	font-weight: normal;
	font-size: 113%; /* 18px at normal size - 18/16 = 1.125 */
  height: 20px;
  margin-right: 1px;
  padding: 10px 20px 10px 15px;
  float: left;
	display: inline;
}

.paneltab li.paneltablink {
background-image: none;  background-color: #ffffff;
}

.paneltab li.paneltablink:hover {
  background-image: url(/images/background/ee/panelheadinghover.jpg);
	background-position: top left;
	background-repeat: repeat-x;
  background-color: #ebe7e4;
}

.paneltab li a {
	text-decoration: none;
}

.paneltab li.paneltabselected a {
  color: #6d6e71;
  cursor: default;
}

.paneltab li.paneltablink a {
  color: #ebe7e4;
}

.paneltab li a {
	display: block;
}

*>/**/.paneltab li a {
/* hide from IE6 and IE7 */
  height: 20px;
}

.paneltab li.paneltablink:hover a {
  text-decoration: underline;
  color: #009c9c;
}

.paneltab li.paneltabselected {
  color: #6d6e71;
  background-color: #ebe7e4;
  border-top: 1px solid #d5d7dd;
  border-left: 1px solid #d5d7dd;
  border-right: 1px solid #d5d7dd;
  padding-top: 9px;
}

/* panel tab END */

/* panels END */

/* home styles START - using nslider - see also nslider theme css file */
/* alt/new version based on homeimg and using updated nslider */

.nivoSlider.nsliderhomeimg, .homeimg, .slider-wrapper.sliderhomeimg {
  width: 979px; /* Change this to your images width */
  height: 320px; /* Change this to your images height */
}

.homeimg {
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
	margin: 9;
	padding: 0;
}

.homeimg.homebg {
	background-image: url(/images/background/ee/home_bg.jpg);
}

.homeimg.homedefault {
	background-image: url(/images/background/ee/home_bg_default.jpg);
}

.slider-wrapper.sliderhomeimg {
	position: relative;
}

/* home styles END */

/* form styles START */

.blockform {
  width: 100%;
  padding: 10px 0 10px 0;
}

.panelcontent form {
  margin: 0;
  float: left;
  display: block;
}

.frmrow {
	margin: 0;
	width: 100%;
	padding: 5px 0 5px 0;
	float: left;
	clear: left;
	display: block;
}

.frmrow h3, .frmrow p {
	padding: 5px 0 5px 0;
}

.frmrow label {
  text-align: left;
	vertical-align: middle;
	width: 180px;
	margin: 2px 15px 0 0;
	float: left;
  display: inline;
}

.inlinelabel {
	width: auto !important;
	margin: 2px 5px 0 0 !important;
	float: none !important;
}

.blocklabel {
	width: 100% !important;
	margin: 2px 0 5px 0 !important;
  clear: both;
  display: block !important;
}

.frmrow input, .frmrow select, .frmrow textarea {
	text-align: left;
}

.frmradio, .frmcheckblock {
	float: left;
	display: inline;
}

.frmradioitem, .frmcheckblockitem {
	width: 100%;
	margin: 0;
	padding: 0 0 5px 0;
	float: left;
  clear: both;
	display: block;
}

.frmradioitem.inlineradio {
	width: auto;
	clear: none;
	display: inline;
	padding-right: 15px;
}

.frmradio input {
	vertical-align: middle;
	margin: 0 15px 0 0;
	padding: 0;
}

.frmradioitem.inlineradio input {
	margin-right: 5px;
}

.frmresult {
  color: #6d6e71;
  font-size: 75%;
	text-align: left;
	vertical-align: middle;
	margin: 2px 0 0 0;
	float: left;
  display: inline;
}

.frmlinks {
	margin: 5px 0 5px 200px;
	padding: 0;
	float: left;
	clear: both;
	cursor:pointer; 
	display:block; 
}

.frmlinks:hover {
	text-decoration:underline;
}

.frmbts {
	height: 24px;
	float: left;
  display: inline;
}

.frmbts form {
	display: inline;
}

.frmindentsmall {
  margin-left: 95px !important;
}

.frmindentmedium {
  margin-left: 125px !important;
}

.frmindentlarge {
  margin-left: 195px !important;
}

.frmvalidate {
  font-size: 75%;
}

.frmvalidate .error {
  width: 100%;
  float: left;
  clear: left;
  display: block;
}

.frmvalidate .checked {
  display: none !important;
}

/* form styles END */

/* table styles START */

/* styles general table START */

.generaltbl {
  width: 100%;
  margin: 0;
	padding: 5px 0 10px 0;
	float: left;
	display: block;
}

.generaltbl table { 
	border: none; /* see .tblbdr in overrides to add tblbdr */
	border-spacing: 0;
	border-collapse: collapse;
}

.generaltbl th, .generaltbl td {
	vertical-align: top;
	color: #6d6e71;
	padding: 5px 0 5px 0;
}

.clmxsmall {
	width: 25px;
}

.clmsmall {
	width: 50px;
}

.clmmedium {
	width: 80px;
}

.clmlarge {
	width: 120px;
}

.clmxlarge {
	width: 200px;
}

.clmxxlarge {
	width: 270px;
}

.clmxxxlarge {
	width: 350px;
}

/* define table font sizes - use one of these classes in the div containing the table */
/* not used by resultstbl - it has its own font-size property */

.tbltextstandard table {
  font-size: 75%; 
}

.tbltextsmall table {
  font-size: 69%;
}

/* styles general table END */

/* list table START */

.listtbl {
  padding: 5px 0 10px 0;
  float: left;
  display: block;
}

.listtbl table {
  color: #6d6e71; 
	border: none;
	border-spacing: 0;
	border-collapse: collapse;
  width: 100%;
}

.listtbl td {
	border-bottom: solid 1px #7a7b7e;
	padding: 5px 2px 2px 2px;
}

.listtblhighlight { /* swapped in for EE */
	color: #009c9c;
}

/* list table END */

/* results table START */

.resultstbl {
	width: 100%;
	margin: 0;
	padding: 10px 0 10px 0;
	float: left;
  clear: both;
	display: block;
}

.resultstbl table {
	color: #4d4d50; 
  font-size: 69%;
	border: none;
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
}

.resultstbl th {
	padding: 5px 5px 5px 5px;
}

.resultstbl td {
	vertical-align: top;
	padding: 3px 5px 3px 5px;
}

.resultstbl input {
	font-size: 90%;
	margin: 0px;
}

.panelcontent .resultstbl select,
.panelcontent .resultstbl input {
    font-size: 100%;
}

.resultstbl label {
  color: #4d4d50 !important;
}

.resultstblhdr, .resultstblftr {
	background-color: #009c9c;
	color: #ffffff;
}

.resultstblhdr th {
	border-bottom: solid 3px #ffffff;
}

.resultstblodd {
	background-color: #ebe7e4;
}

.resultstbleven{
	background-color: #e1dddb;
}

.resultstblhighlight {
	background-color: #fdd1a7;
}

.resultstblodd  td, .resultstbleven td, .resultstblhighlight td {
	border-bottom: solid 1px #ffffff;
}

.resultstblleader td {
	border-bottom: solid 3px #ffffff;
}

.resultstblftr td {
		border-top: solid 3px #ffffff;
}

.resultstblftr a, .resultstblftr a:visited, .resultstblftr a:active, .resultstblftr a:hover {
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}

.resultstblftr a.disabled, .resultstblftr a.disabled:hover {
	color: #a3a5aa;
	text-decoration: none;
}

/* results table END */

/* styles results list START - this is a version of results table but using divs instead of a table */

.resultslist {
	font-size: 69%;
	margin: 0;
	padding: 10px 0 10px 0;
	float: left;
	clear: both;
	display: block;
}

.resultstxt, .resultstxtnosort {
	margin: 0 20px 0 5px;
	padding: 0;
	float: left;
	display: inline;
}

.resultslisthdr, .resultslistftr, .resultslistend {
	background-color: #009c9c;
	font-weight: bold;
	color: #ffffff;
	width: 100%;
	float: left;
	clear: both;
	display: block;
}

.resultslisthdr, .resultslistftr {
	padding: 5px 0 5px 0;
}

.resultslisthdr {
	border-bottom: 3px solid #ffffff;
}

.resultslistftr, .resultslistend {
	border-top: 3px solid #ffffff;
}

.resultslistend {
  height: 5px;
}

.resultshdrlink {
	cursor: pointer;
}

.resultshdrtitlesort {
	float: left;
	display: inline;
	text-decoration: underline;
}

.resultshdrpointer {
	padding-left: 10px;
	float: left;
	display: inline;
}

.resultshdrpointer img {
	width: 11px;
	height: 11px;
}

.resultslistrow {
	color: #4d4d50;
	width: 100%;
	margin: 0 0 1px 0;
	padding: 3px 0 3px 0;
	float: left;
	clear: both;
	display: block;
}

.resultslistrowodd {
	background-color: #e1dddb;
}

.resultslistroweven {
	background-color: #d5d7dd;
}

.resultslistrowhighlight {
  background-color: #fdd1a7;
}

/* styles results list END */

/* table styles END */

/* pagination styles START */

.pag {
  margin: 0;
  padding: 0;
  float: left;
  clear: both;
  display: block;
}

.pagbar {
	width: 60%;
	margin: 0 5% 0 0;
	padding: 10px 0 10px 0;
	float: left;
	display: inline;
}

.pagbar ul {
	font-size: 69%;
	margin: 0;
	padding: 0;
}

.pagbar ul li {
	border-right: 1px solid #a3a5aa;
	list-style-type: none;
	margin: 0;
	padding: 1px 8px 1px 8px;
	display: inline;
	background-image: none;
}

.pagbar ul li.first {
	padding-left: 4px;
}

.pagbar ul li.last {
	border-right: 0;
	padding-right: 4px;
}

.pagbar a, .pagbar a:visited, .pagbar a:active, .pagbar a:hover {
	color: #009c9c;
}

.pagbar a.disabled, .pagbar a.disabled:hover {
	color: #a3a5aa;
	text-decoration: none;
}

.pagbar a.current, .pagbar a.current:hover {
	font-weight: bold;
	color: #009c9c;
	text-decoration: none;
}

.resultsbar {
	text-align: right;
	width: 34%;
  margin: 0 1% 0 0;
	padding: 10px 0 10px 0;
	float: right;
	display: inline;
}

.resultsbar p {
	font-size: 69%;
	margin: 0;
	padding: 0;
}

/* pagination styles END */

/* catalogue styles START */

.cattitle {
  color: #6d6e71;
}

/* catalogue image styles */

.catimgresult, .catimgdetail {
	border: solid 1px #d5d7dd;
	margin: 0 15px 5px 5px;
	padding: 0;
	float: left;
	display: inline;
}

.panelmedium .catimgresult {
	height: 53px;
	width: 53px;
}

.panelsmall .catimgresult {
	height: 43px;
	width: 43px;
}

.catimgdetail {
	height: 178px;
	width: 178px;
}

/* catalogue item styles */

.catitem {
	float: left;
	display: inline;
}

.catitem  h5 {
  padding: 0 0 5px 0;
}

.catitem p {
  padding: 0 5px 5px 0;
}

/* catalogue results - used by search results and wishlist */
/* search results are best used in a panelmedium and wishlist in a panelsmall*/

.catresult, .wishlistresult {
  border-bottom: solid 1px #d5d7dd;
	width: 100%;
	margin: 5px 0 10px 0;
	float: left;
	display: block;
}

.catresult a {
	text-decoration: none;
  cursor: pointer;
  width: 100%;
  height: 100%;
	padding: 5px 0 5px 0;
  float: left;
  display: block;
}

.catresult a:hover {
  background-color: #ebe7e4;
  _padding: 5px 0 5px 0; /* IE6 only */
}

.catresult a:focus {
  outline: none; /* remove focus outline from a tags used in catresult hover */
}

.linkstyle, .catresult a:hover .linkstylehover {
  color: #009c9c;
  text-decoration: underline;
}

/* catresultcontent and catresultvalue are designed to be used together in a panelmedium */

.panelmedium .catresultcontent {
  width: 404px;
  margin: 0;
  padding: 0 15px 0 0;
}

.panelmedium .catvalue {
  width: 115px;
  margin: 0 4px 0 0; /* actual margin-right should be 5px but 1px buffer added to prevent wrapping on browser zoom */
  padding: 0;
}

/* catresultcontent is used on its own in a panelsmall */

.panelsmall .catresultcontent {
  width: 218px;  /* actual width should be 218px but 1px buffer added to prevent wrapping on browser zoom */
}

.catvalue h5 {
  text-align: right;
}

.progressbar {
	height: 10px;
	width: 164px;
	padding: 2px 0 2px 0;
	float: left;
	display: inline;
}

/* catalogue detail - designed to be used in a panelmedium */

.catdetail {
  border-bottom: solid 1px #d5d7dd;
	width: 100%;
	margin: 5px 0 10px 0;
	padding: 0 0 5px 0;
	float: left;
	display: block;
}

.catdetailheaderrow {
  width: 399px;
  margin: 0;
  padding: 0;
  float: left;
  display: block;
}

.catdetailtitle {
  width: 259px;
  margin: 0;
  padding: 0 15px 0 0;
}

.catdetail .catvalue {
	width: 135px;
}

.catdetail h5 {
  padding: 0 0 10px 0;
}

/* catalogue select categories START */

#catselect {
background-image: none;  margin: 0;
  padding: 5px 14px 5px 10px; /* padding-right should be 15px but 1px buffer allowed for to prevent wrapping on browser zoom */
  float: left;
  display: block;
}

.catimgselect {
border-right: 1px solid #ffffff;border-bottom: 1px solid #ffffff;	width: 197px;
/*  height: 132px; */
  margin: 8px 5px 8px 5px;
	padding: 0;
	float: left;
	display: inline;
}

/* catalogue select categories END */

/* catalogue styles END */

/* styles optionslist START */

.optionslist {
  border-bottom: solid 1px #d5d7dd;
	width: 100%;
	margin: 5px 0 10px 0;
	float: left;
	display: block;
}

/* styles optionslist END */

/* standard page END */

/* standard page footer START */

/* sub banner START */

#sbanner {
background-image: none;	background-color: #ebe7e4;
	float: left;
	clear: both;
	width: 100%;
	height: 0px;
	display: block;
}

#sbanner_overlay {
background-image: none;	float: left;
	clear: both;
	width: 100%;
	height: 0px;
	display: block;
}


/* sub banner END */

#ftrcontainer {
padding-bottom: 0px;	width: 100%;
	float: left;
	clear: both;
}

#ftr {
  text-align: left;
  width: 991px; /* actual width should be 990px but 1px buffer added to prevent wrapping on browser zoom */
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
	margin-right: auto;
}

#ftrwrapper { 
/* used to enable background-color and/or background-image option for footer area */
background-image: url(/images/background/ee/ftrwrapper.png);background-position: top right;background-repeat: no-repeat;  width: 980px;
  min-height: 40px;
  margin: 0 5px 0 5px;
  padding-bottom: 5px;
  float: left;
  display: inline;
}

#snav {
max-width: 680px;  
  margin: 15px 10px 0 10px;
  float: left;
  clear: both;
  display: block;
}

#snav p {
	margin: 0 0 5px 0;
	font-size: 69%;
}

#snav a {
	padding-right: 15px;
}

#snav p, #snav a {
  color: #7a7b7e;
}

#snav a:hover {color: #009c9c;}
#notice {
max-width: 680px;  
  margin: 15px 10px 0 10px;
  float: left;
  clear: both;
  display: block;
}

#notice p {
	margin: 0 0 5px 0;
	font-size: 69%;
}

#notice p, #notice a {
  color: #a3a5aa;
}

/* standard page footer END */

/* admin area START */

.adminbanner {
	min-height: 80px;
}

.adminbanner img {
	width: 979px;
}

/* admin area END */

/* lightbox and popbox START */

#popbox {
  text-align: left;
  width: 500px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
	margin-right: auto;
}

#popboxwrapper {
	background: #ffffff;
  margin: 5px 0 0 0;
  padding: 10px;
  float: left;
  display: block;
}

#lightbox {
  border-radius: 5px; /* not supported in all browsers */
  border: 1px solid #d5d7dd;
	position: absolute;
	top: 0;
	width: 738px;
  left: 50%;
  margin-left: -380px;
  padding: 10px;
	background: #ffffff;
	z-index: 2001;
	display: none;
}

#lightbox-shadow {
	position: fixed;
	top: 0;
	left: 0;
  _position: absolute; /* ie6 only */
  _left: 0px; /* ie6 only */
  _top: 0px; /* ie6 only */
	width: 100%;
	height: 100%;
  background: #000000; /* for browsers that don't support alpha transparency */
  z-index: 2000;
	display: none;
}

*>/**/#lightbox-shadow {
/* hide from IE7 and below */
	background: rgba(0,0,0,0.7); /* for browsers that support alpha transparency - fixed for ie8 and below in cssie8 */
}

#lightbox h1, #popbox h1 {
  text-align: left;
}

#lightbox h1 {
  width: 703px;
}

#popbox h1 {
  width: 465px;
}

#lightbox .panelcontent, #popbox .panelcontent {
  background-color: #ffffff;
  border-left: 1px solid #d5d7dd;
  border-right: 1px solid #d5d7dd;
  border-bottom: 1px solid #d5d7dd;
  margin: 0;
  padding: 10px 20px 10px 15px;
  text-align: left;
  float: left;
  display: block;
}

#lightbox .panelcontent {
  width: 701px;
}

#popbox .panelcontent {
  width: 463px;
}

#lightbox .panelcontent {
  width: 701px;
}

#lightbox p, #popbox p {
  font-size: 75%;
  line-height: 1.4;
}

.lightboxbt {
  width: 100%;
  *width: 738px; /* IE7 and below only */
  text-align: center;
  float: left;
  display: block;
}

/* lightbox END */

/* showhide START */

.showhidemore {
	display: none;
}

/* showhide END */

/* passmeter START */

#passmeter.loginfrmrow, #passmeter.frmrow {
	width: 180px;
}

#passmeter.loginfrmrow {
	padding-left: 125px;
}

#passmeter.frmrow {
	padding-left: 195px;
}
/*
.simplePassMeter {
	width: 170px !important;
	padding: 4px !important;
}
*/
/* passmeter END */

/* misc styles START */

.vouchersampleimg {
  border: 1px solid #e1dddb;
  width: 698px;
}

/* misc styles END */

/* overrides global START - these should be last in the css and tagged as !important to override previous style settings */

.widthauto {
  width: auto !important;
}

.marginrzero {
  margin-right: 0 !important;
}

.bdrnone {
  border: none !important;
}

.marginnone {
  margin: 0 !important;
}

.marginnolr {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.marginnotbm {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.marginnot {
  margin-top: 0 !important;
}

.marginnobm {
  margin-bottom: 0 !important;
}

.paddingnone {
  padding: 0 !important;
}

.paddingnolr {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.paddingnotbm {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.paddingnot {
  padding-top: 0 !important;
}

.paddingnobm {
  padding-bottom: 0 !important;
}

.tblbdr table td, .tblbdr table th {
  border: 1px solid #6d6e71;
}

td.tblbdr, th.tblbdr {
	border: 1px solid #6d6e71;
}

.tblbdr table td.tblbdrnone, .tblbdr table th.tblbdrnone {
	border: none;
}

.tblbdr th, .tblbdr td {
  padding-left: 5px;
  padding-right: 5px;
}

/* overrides global END */


/* additional css START - this must always be last entry in the css file */

/* styles added for ee - some/all of this may need to be intergrated into master css */

/* css to govern 2 x elements included in h2 trigger - primarily used to include progressbar in trigger */

.panelcontent h2.acctrigger a.acctitlesplit {
	float: left;
}

.panelsmall .panelcontent h2.acctrigger a.acctitlesplit {
	width: 244px;
}

.panelcontent h2.acctrigger a.acctitlesplit .acctitlesplitl, .panelcontent h2.acctrigger a.acctitlesplit .acctitlesplitr {
	float: left;
	display: inline;
}

.panelsmall .panelcontent h2.acctrigger a.acctitlesplit .acctitlesplitl {
	width: 100px;
	padding-right: 5px;
}

.panelsmall .panelcontent h2.acctrigger a.acctitlesplit .acctitlesplitr {
	width: 120px;
}

/* css to govern a listtbl inside accordion content */

.panelsmall .acccontent .listtbl {
	width: 262px;
}

/* css for selection packs and promo - copied and reworked from pluspoints/styles/3.5/site.master.css.php + site.template.large.css.php */

div.divider5h, div.divider5v {
	background-color: #e1dddb;
	float: left;
}
div.divider5h {
	width: 100%;
	height: 1px;
	margin: 2px 0 2px 0;
}
div.divider5v {
	width: 1px;
	height: 100%;
	margin: 0 2px 0 2px;
}

/* CATALOGUE - CATDETAIL - SELECTION */

.catselection {
	display:-webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:flex-start;
	justify-content:flex-start;
	padding:5px 0 5px 0;
	width:100%;
}
.catselectionitem {
	border:1px solid #d5d7dd;
	box-sizing:border-box;
	margin:0 1% 10px 1%;
}
.catselectionitem > a {
	display:block;
	height:100%;
	text-decoration:none;
	width:100%;
}
.catselectionitem > a:hover {
	background-color:#ebe7e4;
}
.catselectionitem .catselectionitemdetail {
	display:-webkit-flex;
	display:flex;
	-webkit-flex-direction:column;
	flex-direction:column;
	height:100%;
	text-align:center;
	width:100%;
}
.catselectionitem img {
	-webkit-flex-shrink:0;
	flex-shrink:0;
	width:100%;
}
.catselectionitem .catselectionitemdetail > div {
	display:-webkit-flex;
	display:flex;
	-webkit-flex-direction:column;
	flex-direction:column;
	-webkit-flex-grow:1;
	flex-grow:1;
	padding:5px 5px 5px 5px;
}
.catselectionitem p.catselectiontitle {
	-webkit-flex-grow:1;
	flex-grow:1;
}
.catselectionitem p.catselectionpeople {
	color:#a3a5aa;
	-webkit-flex-shrink:0;
	flex-shrink:0;
	padding:0;
}
.catselectionitem p.catselectionpeople > i {
	padding-right:10px;
}

/* CATALOGUE PROMO */

/* content within catalogue / results area */
.catselectprizes a.catimgpromo, .panelcontentrow.catpromomsg {
	margin:10px 0 10px 0;
}
.catselectprizes a.catimgpromo {
	background-position:0 0;
	background-repeat:no-repeat;
	background-size:cover;
	display:block;
	position:relative;
}
.catselectprizes a.catimgpromo div.overlay, .catselectprizes a.catimgpromo img, .pagebanner_button a.catimgpromo, .pagebanner_button a.catimgpromo div.overlay {
	width:100%;
}
.catselectprizes a.catimgpromo img, .pagebanner_button a.catimgpromo img {
	display:block;
}
.catselectprizes a.catimgpromo div.overlay, .pagebanner_button a.catimgpromo, .pagebanner_button a.catimgpromo img, .pagebanner_button a.catimgpromo div.overlay {
	height:100%;
	left:0;
	position:absolute;
	top:0;
}
.catselectprizes a.catimgpromo div.overlay, .pagebanner_button a.catimgpromo div.overlay {
	background: rgba(255,255,255,0.2);
	display:none;
}
.catselectprizes a.catimgpromo:hover div.overlay, .pagebanner_button a.catimgpromo:hover div.overlay {
	display:block;
}
.panelcontentrow.catpromomsg {
	background-color:#d5d7dd;
}
.panelcontentrow.catpromomsg p {
	padding:5px 2.5% 5px 2.5%;
	width:95%;
}
.pagebanner_wrapper.catpromo .pagebanner_caption_bg .pagebanner_caption {
	color:#ffffff;
	text-transform: uppercase;
}
/* pagebanner */
.pagebanner_wrapper.catpromo {
	height:100%;
	position:relative;
	width:100%;
}
.pagebanner_wrapper.catpromo .pagebanner_caption_bg {
	left:0;
	position:absolute;
	top:50%;
	-webkit-transform:translate(0,-50%);
	transform:translate(0,-50%);
}

/* CATALOGUE - CATDETAIL - SELECTION */

.catselectionitem {
	width:17.98%;
	width:calc((99.9% / 5) - 2%);
}
#lightbox .panelcontent.catselectionlightbox {
	border:none;
}

/* CATALOGUE PROMO */

.catselectprizes a.catimgpromo.catpromo_christmas {
	background-image: url(/images/background/ee/catpromo_christmas.jpg?upd=);
}
#catselect.catselectprizes a.catimgpromo.catpromo_christmas {
	margin-left:5px;
	margin-right:5px;
}
.pagebanner_wrapper.catpromo img.pagebanner {
	height:auto;
	width:100%;
}
.pagebanner_wrapper.catpromo .pagebanner_caption_bg .pagebanner_caption {
	font-size:175%;
	padding:0 25px 0 15px;
}

/* end copy from pluspoints */
