/* Neutralize styling: 
   Elements we want to clean out entirely
   and we reset the base font-size to 10px:
---------------------------------------------------------------- */
html
{ 
    font-size: 100.01%; /* avoids obscure font-size bug */
    height: 100%;
    margin-bottom: 1px; /* avoid jumping scrollbars */
}

body 
{ 
    font-size: 62.5%; /* 10px ... 68.75%=11px 75%=12px  81.25%=13px  87.5%=14px*/
    height: 100%;
    text-align: center;
    font-family:Arial, sans-serif;
    line-height:1.4;
}

/* Neutralize styling:
   Elements with a vertical margin:
---------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address
{
        margin-bottom:10px;
}

/* Apply left margin:
   Only to the few elements that need it:
---------------------------------------------------------------- */
li, dd, blockquote {
        margin-left: 1em;
}

/* Miscellaneous conveniences: 
---------------------------------------------------------------- */

textarea 
{ 
  font-size: 1.2em; 
}

fieldset 
{ 
  margin: 0 1em 1em 1em; 
} 

legend 
{ 
  font-size: 18px; 
  padding:0 6px;
  text-transform: lowercase; 
  color:#3F3F3F
}

ol 
{
  margin-left: 1em; 
}

form label {
   cursor: pointer;
}

.formInput label, .regInput label 
{ 
    width: 10em; 
    float: left; 
    text-align: right; 
    margin-right: 0.5em; 
    display: block; 
    text-transform: lowercase;
}

.clearfix, .cls { /* use with a <br class="cls" /> to clear floats with no extra space*/
    clear: both;
    height: 0;
    margin: 0;
    font-size: 1px;
    line-height: 0;
}
.clear { clear: both; height: 0; }

.hide { display: none; }
.center { margin: 0 auto; display: block; }
.centerText { text-align:center; }
.justify { text-align: justify; }
.left
{
	float:left;
}
.noBorder
{
	border:none!important;
}
/* Headers and Paragraphs:
---------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 
{ 
	font-weight: normal; 
}

h1 { font-size: 218%; }
h2 { font-size: 164%; }
h3 { font-size: 145%; }
h4 { font-size: 118%; }

h5,h6 { font-weight: bold; } 
h5 {  font-size: 100%; }
h6 { font-size: 86%; }

/* ----------------- Style main elements ----------------- */
body { background-color: #fff; }
/*#content input, #content textarea { border: 1px solid #ccc; }*/

#outerContainer { width: 1120px; margin: 0 auto; position: relative; }

#page 
{ 
    width: 995px;
    margin: 0; /* auto; */
    position: relative; 
}

#page #pageContainer { width: 960px; margin: 0 auto; }

#header { margin: 0 0 10px 0; }
 
#twoCols, #twoColsLeft { width: 300px; overflow:hidden; }

#twoCols, #fourCols { padding-left: 8px; }

#twoCols div.box { display: block; border: 1px solid #ccc; margin-bottom: 10px;} 
#twoColsLeft div.box { display: block; border: 1px solid #ccc; } 
#twoColsLeft div, #contentInner .box { margin-bottom: 10px; }

#fourColsLeft .box { margin-bottom: 10px; padding-left:5px;}


#fourCols, #fourColsLeft { width: 650px; overflow:hidden;min-height:500px; }
#fourColsLeft, #twoColsLeft { float: left; }


#searchPage #fourColsLeft{
  width:640px;
  padding-right:10px;
}

#searchPage #twoCols {
  border-left:dotted #ccc 1px;
}

.highlightBig { font-size: 1.6em; display:block; background-color:#FEFDE8; padding: 1em; }
.bigText { font-size: 1.6em; display:block; padding: 1em; }

#tagline { /*background: url('/images/tagline.png') no-repeat; width: 201px; height: 21px; position: absolute; top: 110px; left: 700px;*/ display: none; }
#tagline span { display: none; }

#contentInner { margin-left: 196px; }

#pageBottom { width: 995px; height: 34px; margin: 0 auto; }
.addThisLink { padding-left: 20px; margin-left: 2px; background: url('/images/menu_bottom_2.png') 0px -21px no-repeat; padding-bottom: 2px; }

/* ----------------- Style top navigation bar ----------------- */

#header .divider { border-right: 1px solid #044771; position:relative; }
#menuBar { background-color: #ff0ba8; position: relative; margin-top: 15px; }
#menuBar a { color: #fff; padding: 2px; }
#menuBar a:hover {background-color:#ff0ba8; }
#headerMenuLevel2 a:hover { background-color:#FF67C9; }
#menuBar .selected { background-color:#B2197B; }
#headerMenuLevel3 .selected { background-color:#FF48BE; }
#headerMenuLevel3 { background-color:#B2197B; padding: 4px 0 0 0; }
#headerMenuLevel3 a { padding-top: 0px; }
#headerMenuLevel1 ul li, #headerMenuLevel2 ul li, #headerMenuLevel3 ul li 
{ 
	display: inline; font-size: 15px; text-transform:lowercase; list-style-type: none;
}
#headerMenuLevel1 .addThisLink { position: relative;left: 4px; }
#headerMenuLevel3 ul li { font-size:12px; margin: 0 10px 0 0; color: #fff; }
#headerMenuLevel3 ul { padding-bottom: 0px; height:18px; }
#headerMenuLevel3.beanzineMenu { text-align: left; padding-left: 12px;}

#headerMenuLevel2 ul li { margin: 0 }

#headerMenuLevel1 .divider { left: 6px;  background-color:pink;}
#headerMenuLevel2 .divider { border-color: #fff; padding: 10px 0 4px 0; }
#headerMenuLevel3 .divider {  border-color: #fff; right: 5px; }

#headerMenuLevel2 ul { padding-top: 4px; margin: 0 138px 3px 0; text-align: left; font-weight: bold;  }
#headerMenuLevel2 ul li a { padding: 5px 8px; }
#headerMenuLevel1 
{
	position: relative; 
	top: 0px; 
	height:2em;
}

#headerMenuLevel1 ul 
{
	padding-top:3px;
	float: right; 
	height:22px;
	margin-top: 5px;
}

#headerMenuLevel1 ul li
{	 font-size: 12px; 
	display:block;
	padding:0 10px;
	float:left;
	border-left:1px solid #CCCCCC;
	margin-left:0;
}

#headerMenuLevel1 a 
{ 
	color: #3F3F3F; 
	font-family:verdana,arial,sans-serif;
  font-size:11px;
}

#headerMenuLevel1 a:hover { text-decoration:underline; }

/*************** new header starts here ************/
#header
{
  padding-left: 0px;
  font: 13px Verdana, Arial;
}

#search
{
  float: right;
  margin: 0;
  background-color:#FF0BA8;
  padding:4px 4px 3px;
  top: 0px;
  border: solid 1px #B90078;
  border-top: none;
  height: 23px;
}

#headerSearch
{
  border:1px solid #B90078;
  color:#71717A;
  line-height:16px;
  padding:2px 3px 3px;
  width:250px;
  /*padding: 2px 0px 0px 4px;*/
  padding: 2px 3px 3px;
  height:17px;
}

#search input[type='submit']
{
  font-size: 10px;
  margin: 0;
  bottom: 2px;
  position: relative;
  top: 0px;
}

#search #searchButton
{
  background:transparent url(../images/global/nav_sprite.png) no-repeat scroll -128px 0;
  border:0 none;
  color:#FFFFFF;
  font-family:verdana,arial,sans-serif;
  font-size:10px;
  height:22px;
  text-shadow:1px -1px 0 #B90078;
  text-transform:uppercase;
  width:22px;
  z-index: 99999;
}

#search #searchButton:hover 
{
  background-position:-102px 0;
}

#header #search
{
   /*border-bottom-width: 0;*/
   paddin:0;
   height:24px;
}

#search .jsddm 
{ 
  position: relative;
  display: inline-block;
}

#search .jsddm > li
{ 
  margin-left: -2px; 
}

#search .jsddm > li > a
{
  border: none;
  background-color: #fff;
  color: #555555;
  padding: 4px 0px 3px 5px;
  font-weight: normal;
  -moz-border-radius-topleft: 0px;
  -webkit-border-top-left-radius: 0px;
}

#search .jsddm li ul
{
  right: 0px;
}

#header > .jsddm 
{ 
	border-bottom: 3px solid #ff0ba8;
	 border-top: solid #d6d7c7 1px;
	 border-left: solid #d6d7c7 1px;
	 border-right: solid #d6d7c7 1px;
}

.jsddm
{   
	text-align: left;
	margin: 0;
	padding: 0;
	font-family:Arial;
	height: 32px;
}

.jsddm li
{
	float: left;
	list-style: none;
	margin-left: 0;
	margin-right: 0;
}

.jsddm li a
{
	height: 14px;
	display: block;
	background: #E7E7DE;
	padding: 7px 16px 10px 16px;
	text-decoration: none;
	/*min-width: 40px;*/
	color: #555555;
	white-space: nowrap;
	font-weight: bold;
	text-align: center;
	/*text-transform:lowercase;*/
	border-left: solid #d6d7c7 1px;
  border-right: solid #f6f6f4 1px;
  border-top: solid #f6f6f4 1px;
}

.jsddm li .homeTab
{
	background: #E7E7DE url(/images/global/nav_sprite.png) no-repeat -37px 2px;
	/*width: 16px;*/
	width: 3px;
	height: 14px;
	text-indent:-9999px;
}

.jsddm .last a
{
	width: 35px;
}

.jsddm.linuxFix li a
{
	padding: 7px 15px 10px 15px;
}

.jsddm.linuxFix .last a
{
	width: 44px;
}

.jsddm.operaFix li a
{
	padding: 7px 7px 10px 7px;
}

.jsddm.operaFix .last a
{
	width: 44px;
}

/**** needed in that case chrome and safari **********/
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .jsddm li a
    {
        padding: 7px 8px 10px 8px;
    }
    .jsddm .last a
    {
        width: 29px;
    }
}
*/

.jsddm li a:hover, 
.jsddm li ul li a:hover, 
.jsddm li ul li a.selected
{ 
  background-color: #F5F5F3 ; 
  /*color: #fff; */
}

/* 
.jsddm li .homeTab:hover, 
.jsddm li .homeTab.selected:hover, */
.jsddm li .homeTab.selected
{
  background-position: 5px 2px;
}

.jsddm li a.selected
{ 
  background-color: #FF0BA8;
  color: #fff; 
}

.jsddm li ul
{  
  margin: 0;
  margin-top:2px;
  padding: 0;
  position: absolute;
  visibility: hidden;
  z-index: 400;
}

.jsddm li ul li
{
  display: inline
}

.jsddm li ul li:first-child a
{
  border-top: 1px solid #FF0BA8;
}

.jsddm li ul li a
{
  width: auto;
  font-weight: normal;
  text-align: left;
  border-right: 1px solid #FF0BA8;
  border-left: 1px solid #FF0BA8;
}

.jsddm li ul li:last-child a
{
  border-bottom: 1px solid #FF0BA8;
}

..jsddm
{   
  text-align: left;
  margin: 0;
  padding: 0;
  font-family:Arial;
}

/* jsddm level2  */
.jsddm_lvl2
{
	height:16px;
  background:transparent url(../images/global/nav_sprite.png) repeat-x scroll left bottom;
  border-bottom:1px solid #0096ED;
  display:block;
  padding:6px 5px 5px;
  text-align:left;
  margin-bottom: 10px
}

.jsddm_lvl2 #lvl2First 
{
  margin-left:5px;
}

.jsddm_lvl2 #lvl2First span,
.jsddm_lvl2 a
{
  border:1px solid transparent;
  color:#0096ED;
  font-size:11px;
  font-weight:bold;
  padding:2px 5px 6px;
  text-transform:lowercase;
}

.jsddm_lvl2 a:hover 
{
  background-color:#E8F7FF;
  border:1px solid #0096ED;
  color:#00739F;
  text-decoration:none;
}

.jsddm_lvl2 li a
{
  border:1px solid transparent;
  color:#0096ED;
  font-size:11px;
  font-weight:bold;
  text-transform:lowercase;
  height:12px;
  display: block;
}

.jsddm_lvl2 li
{
  float:left;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin-left:0;
  margin-right:5px;
  vertical-align:bottom;
}

.jsddm_lvl2 #lvl2First span,
.jsddm_lvl2 li a.selected:hover,
.jsddm_lvl2 li a.selected
{
  background-color:#FFFFFF;
  border-color:#0096ED #0096ED #FFFFFF;
  border-style:solid;
  border-width:1px;
  color:#FF0BA8;
  display:block;
  
}

/* sub nav */

#submenu
{
    font-size: 11px;
    margin: 0;
    padding: 0 4px 3px 4px;
    background-color: #E7E7DE;
    border-bottom: 1px #ccc solid;
}
#submenu li
{
    display: inline-block;
    margin: 3px 0 0 4px;
    padding: 0 4px 0 0;
    border-right: 1px solid #fff;
}

#submenu li:last-child
{
    border-right: none;
}

#submenu li a
{
    text-decoration: none;
    color: #555;
    padding: 0 4px;
    text-transform:lowercase;
}

#submenu li a.selected
{
  /*background-color: #BF83AA;
  color: #fff; */
  font-weight:bold;
}

#submenu li a:hover 
{ 
    background-color: #BFB3BB; 
    color: #fff; 
}

#header #siteTitle 
{ 
    background: url('/images/sprite.png') no-repeat; 
    /*background: url('/images/xmas/beanpudding.png') no-repeat;*/
    width: 187px; 
    height: 125px; 
    position: absolute; 
    top: 3px; 
    left: 30px; 
    z-index:300;
}

#header #siteTitle a { width: 187px; height: 125px; display: block; }
#header #siteTitle a span { display: none; }

#headerBanner { 
	height: 90px; 
	width: 768px; 
	margin: 0 0 10px 200px; 
	padding-top: 10px; 
	position: relative; 
	top: 0px;
}

.searchBoxGrey {
color:#3F3F3F;
}

/* ----------------- Style footer ----------------- */

#copyright {
	padding-left: 10px;
}

.footerLinks { text-align: left; width: 100%; text-transform: lowercase; display: inline; }
.footerLinks li { list-style-type: none; padding-left: 8px; }
.footerLinksLevel1 ul { display: inline; text-align:left; }
.footerLinksLevel1 { margin-left: 40px; }
.footerLinksLevel1>a { display: inline-block; display: -moz-inline-box; margin-right: 5px; width: 53px; }
.footerLinksInner li { display:inline; text-align: center; }
#footer .footerLinksInner a { color: #008FC4; font-weight: normal; }
#footer .footerLinksInner a:hover { color: #008FC4; text-decoration: none; }

.footerLinksLevel2 {
  min-width: 80px;
  display: inline-block;
  border-left: 1px solid #ccc;
  text-align: center;
  margin: 0;
  padding: 0 1em;
}
.footerLinksLevel2 a { margin: 0 0 0 5px; }


#FooterRSSFeeds 
{  
    padding:0 14px 0 0;
    margin-right: 18px; 
    min-height:15px; 
    background:url('/assets/images/rss.png') no-repeat top center; 
}


/*#regionListFooter { width: 90%; text-align:justify; margin: 0 auto; }*/

/* ----------------- Style basic page components ----------------- */

.boxContent { margin: 10px; }
.boxContent .altRow { background-color: #f6f6f6; }
.box { border: 1px solid #ccc; overflow: hidden; background-color: #fff;}

#fullWidthBoxSpacer { display: block; width: 85px; height: 1px; float: right; }

/* -- Style other boxes -- */


#sponsoredBySidebar { height: 600px; position:relative; z-index:300; margin-bottom: 10px; }
#sponsoredBySidebarFourSponsors { height: 320px; position:relative; z-index:300; }
#squareBanner { width: 300px; height: 250px; overflow:hidden; margin: 10px 0; position: relative; z-index: 400; border:1px solid #ccc;}

#skyscraperRight { float: right; padding-right: 10px; }
#skyscraperLeft { float: left; margin: 0 35px; text-align: center; }
#headerSkyScraper { float:right; position:relative; top: 38px; width: 120px; }
#headerSkyScraper iframe { margin-bottom: 10px; }


/* ----------------- Quiz tiles ----------------- */
#quizTiles
{
    padding: 0 10px;
}

#quizTiles img 
{ 
	margin: 10px; 
	border:solid 4px #E7E7DE;
}


/* ----------------- Bean counter ----------------- */
#beanCounterText 
{ 
  font-size: 1.6em; 
  font-weight: bold; 
  text-align: center; 
  /*display: block; */
  text-transform: lowercase; 
}
#beanCounterTotal { color: #FF0BA8; font-size: 1.8em; }

.portalBoxHeader #beanCounterText, .portalBoxHeader #beanCounterTotal { font-size: 1em; color: #fff; text-align: left; display: inline; }

.portalBoxContent #beanCounterTotal { font-size: 1em; }
h1 #beanCounterText, h1 #beanCounterTotal
{
    font-size: inherit;
    text-align:left;
   /* font-weight:normal;*/
}



/* ----------------- Featured offers sidebar ----------------- */
#featuredOffersSidebarContainer { /* margin-left: 10px; */ float: left; }



#venueList label { width: 25em; }
.longLabel label { width: 25em; }
.checkboxInput label { float: none; width: 15em; }
.textInput { width: 300px; padding: 3px; }
.datePicker { padding: 3px; }
.formInput li, .regInput li { list-style-type: none; }
.daysInput label { float: none; display: inline; margin-left: 0.5em; }
#iconDiv 
{
    float: left;
}
#tagDiv { width: 300px; clear: none; margin-left: 350px;}
 
 /* ----------------- Country page city select box ----------------- */
#citySelectForm select { width: 200px; }
#citySelectForm #citySelectSubmit { cursor: pointer; background: transparent url('/assets/images/go_button.png') no-repeat; width: 73px; height: 49px; font-size: 0px; border: 0px; display: block; margin: 10px 0 5px 65px; padding: 0; }
#citySelectForm #citySelectSubmit:hover { background-position: 0px -69px; }
#citySelectBox { min-height: 320px; }
 
 /* ----------------- Blog formatting -------------- */
.ditto_summaryPost { margin-bottom: 16px; border-bottom: 1px solid #ccc; }
.ditto_summaryPost img { margin: 10px 20px 10px 0; }
.ditto_summaryPost h4 { margin-bottom: 4px; border-top: 1px solid #ccc; }

.ditto_page, .ditto_currentpage { margin: 0 2px; }
.testimonialSource 
{ 
	text-align: right; 
	margin:10px 0 30px;
	font-weight:bold; 
	float: left;
	width: 560px;
}
 

.largeContentBox { width: 624px; margin-right: 12px; }

.blogLeader { margin-bottom: 1em; }

.marketCompact { height: 70px; padding-top: 4px; }
.marketCompact .marketIcon { width: 58px; display: block; float: left; }
.marketCompactImage { margin: 3px auto; display: block; }
.marketCompactTitle { display: block; font-size: 1.2em; text-transform: lowercase; }
#featuredOfferLogos .companylogo img { margin: 8px 0px; }
.featuredOfferLogoTipContainer {
    background: transparent url('/images/compactOfferPreview.png') top left no-repeat;
    width: 262px;
    height: 239px;
    position: relative;
    top: -265px;
    left: -140px;
    margin-bottom: 0;
    z-index:500;
}
.featuredOfferLogoTip
{ 
    list-style-type: none;
    width: 165px; 
    height: 130px; 
    float: left; 
    text-align: center; 
    padding: 5px; 
    background-color: #fff; 
    margin: 0 3px;
    position: relative;
    top: 14px;
    left: 35px;
    border: 1px solid #ccc;
}
.FOLogoTipMainContainer {
    position: absolute; 
    z-index: 3000;
    background-color: transparent; 
    padding: 3px; 
    max-width: 50%; 
    font-size: 12px
}

.featuredOfferLogoTip .discounttitle { position: relative; top: 4px; clear: both; display: block; }

  /* ----------------- misc formatting ----------------- */

#scrollingField {
display:none;
height:200px;
}

.pdfIcon 
{ 
    padding: 15px 0 5px 55px; 
    background: url('/images/pdf_icon.gif') left center no-repeat;
    display: block;
}
.button { text-transform: lowercase; padding: 3px; }
.required { color: #FF0BA8; }
.mainOfferListing .facebookShare
 { 
    padding:0 0 0 24px; 
    margin-left: 15px;
    height:16px; 
    background:url(http://static.ak.facebook.com/images/share/facebook_share_icon.gif?12:26981) no-repeat top left; 
}
.deliciousShare 
 { 
    padding:0 0 0 25px;
    margin-left: 30px; 
    height:17px; 
    background:url('/assets/images/delicious.png') no-repeat top left; 
}
.friendShare 
 { 
    padding:0 0 0 32px;
    margin-left: 30px; 
    height:14px; 
    background:url('/assets/images/tell_a_friend.png') no-repeat top left; 
}

#noAccount a { font-size: 1.2em; }

.smallForm fieldset { width: 250px; padding: 0 0 1em 0; margin: 0 auto 1em auto;}
.smallForm legend { margin-left: 1em; }
.smallForm { width: 230px; padding: 0 0 1em 0; margin: 0 auto 1em auto;}
#loginArea.smallForm { width: 320px; } 



#editConfirmNewPassword { width: 160px; }

#simpleMap { float: right; margin: 0.5em 1.5em; }

.wym_html_val, .wym_area_right { font-size: 12px; }

#englishResendActivationEmail { width: 50%; margin: 0 auto; }
#englishResendActivationEmail label { width: 100%; text-align: left; }
#englishResendActivationEmail #email { width: 60%; }

.paging { display: block; margin: 1em auto; width: 60%; text-align: center; }
.paging span 
{ 
	margin: 0 5px;
	border: 1px solid #ccc; 
}
.paging span:hover 
{
	 border-color: #E7E7DE;
	 background-color: #E7E7DE;
}
.paging span a:hover 
{ 
	text-decoration: none;
}
.paging span a { padding: 0 6px; }

.paging .selected:hover 
{
	 border-color:#FF0BA8;
	  background-color: #ff0ba8; 
}

.paging .selected 
{
	 background-color: #ff0ba8; 
	 color: #fff;
	 border-color:#FF0BA8;
	  padding: 0 6px;
}

#student_edit_cancel { float: right; }
.formError { color: #FF0033; font-size: 1em; margin-bottom: 0.5em; width: 210px; }


/*************************    style tool tips   *************************/
.standardTip 
{
    position: absolute;
    z-index: 3000;
    border: 1px solid #FF0BA8;
    background: url('/images/header_bg.png') repeat-x center left;
    padding: 3px;
    opacity: 0.85;
    max-width: 50%;
    font-size: 0.8em;
}
#tooltip h3, #tooltip div { margin: 0; text-transform: lowercase; }



/*************************    star ratings   *************************/

.rateArticle
{
    margin: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 50px;
}

.articleVoteResult
{
    float: left;
    width: 160px;
    display: inline;
}

.articleActions
{
    float: left;
    margin-right: 5px;
}

/*************************    polls   *************************/
#pollQuestion { text-transform: lowercase; font-weight: bold; }
#pollAnswers label { display: block; margin: 0.3em; text-transform: lowercase;}
#submitPoll { margin: 0 0.3em 0 auto; display: block; float: right; }
.pollFullWidth { height: 12px; border: 1px solid #ccc; background-color: #eee; width: 230px; margin-bottom: 8px; }
.pollResult { height: 12px; }
.pollPercentage { float: right; position: relative; top: -2px;}
.pollColour1 { background-color:#FF0BA8; }
.pollColour2 { background-color:#0077BD; }
.pollColour3 { background-color:#22ff0b; }
.pollColour4 { background-color:#BD0000; }

.ajaxLoader { background: url('/images/ajax-loader.gif') center right no-repeat; padding-right: 20px; }

/************************* popup windows *************************/
#popupPage 
{ 
    background: url('/images/popup_page_border.png') repeat-y center center; 
    /*width: 978px; */
    width: 611px;
    margin: 0 auto; 
    position: relative; 
    border-bottom: 1px solid transparent; /* fix firefox rendering issue, but break IE into the bargain for once. */
}

#popupPage #pageContainer { width: 576px; margin: 0 17px;; }

#popupPage #headerBanner { height: 90px; width: 68px; margin: 0 0 10px auto; padding-top: 10px; }

#popupPageBottom { background: url('/images/popup_page_bottom.png') no-repeat top center; width: 611px; height: 34px; margin: 0 auto; }

#popupBoxSpacer { display: block; width: 52px; height: 1px; float: left; }

#popupPage #tagline { left: 340px; top: 130px; }

#popupPage .tabs-container ul { width: 576px; }

#tellFriends { width: 340px; margin: 0 auto 10px auto; }

fieldset.webbrandsfieldset { padding-left: 20px; margin-left: 12px; }
fieldset.webbrandsfieldset *, newsletterDescription_Text { font-size: 12px; }
fieldset.webbrandsfieldset legend { margin-left: 0px; font-size: 1.4em; }
#webbrandsyes, #webbrandsno { width: 20px; }
.webbrandsfieldset .ClickableRow { font-family: "Trebuchet MS", Helvetica, Arial, sans-serif; font-size: 12px; }
.webbrandsfieldset .promotionStandardTerms_Text { width: 660px; display: block; font-size: 12px;  }
.dots { background: url(/images/voucher_divider.gif) center no-repeat; }

/************************* money manual splash page *************************/
#moneyManual { margin: 0 10px 10px 10px; }
#moneyManual #beforeYouSpendAPenny 
{ 
    background: url('/images/money-manual-title.png') no-repeat; 
    width: 714px;
    height: 41px;
    margin: 30px 0;
}

#moneyManual #beforeYouSpendAPenny span { display: none; }
#moneyManual #piggyBank { float: right; position: relative; top: -20px; margin-right: 20px; }
#moneyManual h3 { font-size: 30px; margin: 30px 0; font-weight:bold;}
#moneyManual #getIt { margin-bottom: 0px; }
#moneyManual #getIt a { color: #004771; }
#moneyManual p, #moneyManual #list { font-size:18px; }

/*--------------------- magazines/affilate future ---------------------*/
.afMagazine { float:left; width: 190px; margin: 10px; height:170px; }
.afMagazine img { padding-bottom: 5px; }
.afMagazine a { text-align:center; margin: auto 0; display:block;}

/*--------------------- our checkout ---------------------*/
table.paymentTable { margin: 0 auto 14px auto; width: 80%; border: 1px solid #ccc; border-collapse:collapse; }
.paymentTable th { font-size: 16px; }
.paymentTable td, .paymentTable th { border: 1px solid #ccc; padding: 4px; }
#checkoutForm input { margin: 0 auto; display:block; }

.buyTickets { margin: 10px; border: 2px solid #B2197B; padding: 10px; }
.buyTickets #submit { margin-left: 14px; }
.eTicket { width: 660px; }


div.creditCardImage
{
    float: left;
    width: 110px;
    padding-top: 13px;
    padding-left: 10px;
}
a.creditCardDetails { padding-left: 10px; }
div.creditCardImage { border: 0px; }
div.creditCardList { padding-top: 10px; padding-left: 110px; }
div#otherCardsSuggestion { padding-top: 25px; padding-left: 12px; }
div.creditCardList ul { padding-left: 5px; }
div.creditCardComparison th { text-align: center; background-color: #F5FAFE;}
#financeCreditCardArticleComparisonLink { padding-top:15px; }
#financeCreditCardArticleComparisonLink img { float: left; width: 25px; margin-right: 10px; }
div.creditCardComparison table { width: 100%; }
div.creditCardComparison ul {margin-bottom: 0px;}
img.creditCardButton { padding: 5px;}
td.horizontalCentered { text-align: center;}
div.cardDetails
{
    clear: both;
    padding-top: 20px;
    padding-left: 12px;
}
div.cardDetails ul {padding-left: 5px;}
div.cardDescription { border: 1px solid #cccccc; padding-bottom: 10px; }
div.cardDescription h1 
{
    color:#0086D4;
    font-size:18px;
    font-style:normal;
    font-weight:bold;
    line-height:normal;
    margin:0;
    padding:0;
}

div.popularCreditCardButtons
{
    clear: both;
    padding-top: 10px;
    padding-left: 40px;
}


/************************* JQUERY TABS *************************/
/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
        display: none;
    }
}

/* Skin */
.tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0  10px 0 4px;
    position: relative; 
    top: -1px;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
    float: right;
    margin: 0 0 0 1px;
    min-width: 84px; /* be nice to Opera */
}
.tabs-nav a, .tabs-nav a span {
    display: block;
    padding: 0 15px;
    background: url('/images/tab.png') no-repeat;
}
.tabs-nav a {
    position: relative;
    top: 1px;
    z-index: 2;
    padding-left: 0;
    /*color: #27537a;*/
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
}

.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    background-position: 100% -150px;
    outline: 0; /* prevent dotted border in Firefox */
}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
    background-position: 100% -100px;
}
.tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 22px; /* IE 6 treats height as min-height */
    min-height: 22px;
    padding-top: 10px;
    padding-right: 0;
}
*>.tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.tabs-nav .tabs-selected a span {
    padding-top: 10px;
}
.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
    background-position: 0 -50px;
}
.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {
    background-position: 0 0;
}

.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active
{ 
  /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.tabs-nav .tabs-disabled 
{
    opacity: .4;
}
.tabs-container {
    padding: 0;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.tabs-loading em {
    padding: 0 0 0 20px;
    /*background: url(loading.gif) no-repeat 0 50%;*/
}

/************************* EMAIL SIGNUP *************************/

#emailSignup
{
	background-color:#CEE3F6;
	margin-bottom:10px
}

#twoCols .box #emailSignup
{
	margin-top:10px;
}


/******************************** MENU DUPLICATE FROM OFFERS TO SORT OUT ************************/
/*
.menu {
  float: left;
  position: relative;
  z-index: 1;
  cursor: pointer;
  white-space: nowrap;
  margin-left: 10px;
}

.menu .menuHead {
  background-color: #AFA4AB;
  color: #fff;
}


.menu a {
  text-decoration: none;
}

.menu h3 {
  float: left;
  margin: 0;
  padding: 1px 5px;
  background: url("g1.jpg") repeat-x left bottom white;
}

.menu h4 {
  display: inline;
  margin: 0;
}

.menu dropdown {
  position: absolute;
  margin: 0;
  padding: 0;
  padding-bottom: 5px;
  background: url("g3.jpg") repeat-x left bottom white;
}

.tabs .menu li {
  margin: 0;
  width: auto;
  padding: 2px 25px 2px 10px;
  list-style-type: none;
  color: black;

}

.menu li img {
  margin-left: -22px;
  padding-right: 5px;
}

.menu li.separator {
  margin-top: 5px;
  border-top: 1px solid gray;
  padding-top: 5px;
}

.menu li.flyout-trigger {
  background: url("flyout1.gif") no-repeat right center;
}

.menu h3.hover {
  background: url("g2.jpg") repeat-x left top white;
}

.menu li.hover {
  background-color: firebrick;
  color: white;
}

.menu div.dropdown {
  top: 100%;
  clear: left;
}

.menu ul.submenu {
  left: 100%;
  margin-top: -1.5em;
  margin-left: -0.3em;
}

.menu .hidden {
  left: -99999px;
  top: -99999px;
}

.menu dropdown {
  border: solid #AFA4AB 4px;
}

.menu li.flyout-trigger.hover {
  background: url("flyout2.gif") no-repeat right center firebrick;
}

.menu li.hover>a {
  color: white;
} */

/********************** menu customisation for top menu ***********************************/
#headerMenuLevel1 .dropdown {
  height: 200px;
  right: 0px;
  width:455px;
  padding-left:10px;
  z-index: 10;
  top: 19px;
}

#headerMenuLevel1 .dropdown ul {
	float:left;
	width:90px;
}
#headerMenuLevel1 .dropdown li {
  float:left;
  width:120px;
  border: none;
  padding-bottom:5px;
  text-align:left;
  font-size:0.9em;
}

#headerMenuLevel1 .menu {
	float:right;
	position:absolute;
	top: 0;
	right: 0;
}

#headerMenuLevel1 .menu .menuHead {
  /*background: url(/images/control_arrows.png) no-repeat right center;*/
  background: none;
}


#changearea {
	/*margin-right:20px;*/
	padding-right:0;
}

.moveBehind
{
  z-index: -5!important;
}

/****************************   new footer   **********************************/

#footer {
  color:#343536;
  width: 100%;
  margin: 20px auto 20px auto;
  background-color: #E7E7DE;
  border-bottom : 4px solid #FF0BA8;
  padding-bottom:10px;
  position: relative;
  text-align: left;
  font-size: 12px
}

#footer #footerNav a:hover {
  color:#00aeef;
  text-decoration: none;
}

#footer #topNav {
  display: block;
  background-color: #f4f4ec;
  border-top: 1px dotted #CCCCCC;
  border-bottom: 1px dotted #CCCCCC;
  padding:10px 5px 9px 20px;
  height: 72px;
}
#footer #topNav h3 {
  font-size:24px;
  font-weight:bold;
  line-height:1.5;
  text-transform:lowercase;
  margin-bottom:0px;
}

#footer #topNav h3 span {
  border-bottom: 1px dashed #00aeef;
}

#press {
  padding-left:10px;
    float: right;
}


#press li,
#footer #topNav h3 {
  float:left;
}

#press h3 {
  background: url(/images/footer/press_title.jpg) no-repeat scroll top left;
  width: 60px;
  height: 68px;
  text-indent:-9999px;
  float: left;
}

#footer #topNav ul {
  margin:0px;
}

#press li {
  background-color:#FFF;
  list-style-type:none;
  padding : 6px;
  border: 1px solid #999;
}

#press ul {
    float: right;
    width: 320px;
  }

#press li a {
  text-indent:-9999px;
  display:block;
  width: 54px;
  height: 54px;
}

#press li.times a {
    background: url(/images/info/sq_the_times.jpg) no-repeat scroll top left; 
}

#press li.bbc a {
    background: url(/images/info/sq_BBC.jpg) no-repeat scroll top left;
}

#press li.guardian a {
    background: url(/images/info/sq_the_guardian.jpg) no-repeat scroll top left;
    /*width: 108px;*/
}

#press li.express a {
    background: url(/images/info/sq_express.jpg) no-repeat scroll top left;
    /*width: 108px;*/
  }
  
#footer #topNav #quote {
  width: 280px;
}

/*IMAGE BASED QUOTE*/
#footer #topNav #quote {
  background: url(/images/footer/quote.png) no-repeat scroll top left;
  width: 300px;
  height: 65px;
  margin-right:18px;
  float: left;
}
#footer #topNav #quote blockquote, #footer #topNav #quote span.source {
  display:none;
}
#footer a:hover {
  
  opacity: 0.6;
  -moz-opacity: 0.6;
  filter:alpha(opacity=60);
}
#footer #social-links{
  padding:9px 0 20px;
  width:165px;
}
#footer #social-links h4{
  font-size:24px;
  font-weight:bold;
  line-height:1.5;
  margin-bottom:0px;
  text-align:center;
  text-transform:lowercase;
}
#footer #social-links h4 span {
/*  border-bottom: 1px dashed #00aeef;*/
}
#footer #social-links dl {
  margin:0 0 0 10px;
  
}

#footer #social-links dt, #footer #social-links dd {
  float:left;
}

#footer #social-links dt {
  margin-top:5px;
  width:58px;
  clear: left;
}

#footer #social-links dd span {
	color:#FF0BA8; 
	font-weight:bold;
}

#footer #social-links dt + dd + dd + dt + dd span {
	color:#00AEEF;
}

#footer #social-links dd {
  margin-top:13px;
  margin-left:0px;
  width:90px;
}

#footer #social-links dd.break {
	height:10px;margin:2px;
	/*float:left;*/
}

#footer .twitter, #footer .facebook {
  height: 55px;
  float:left;
  width: 55px;
  text-indent:-9999px;
}

#footer .twitter {
  background: url(/images/footer/twitter.gif) no-repeat scroll top left; 
}

#footer  .facebook {
  background: url(/images/footer/facebook.gif) no-repeat scroll top left;
}

#footer .content-box {
  background-color : #f3f3f3;
  border:1px dashed #ccc;
  float:left;
  padding :10px 20px 20px;
  margin-left:20px;
  margin-top:20px;
  min-height: 160px;
}

#footer #holder {
  background-color:#F4F4EC;
  width: 125px;
}

#footer #signup {
  width : 285px;
}

#footer #signup h4{
  font-size:22px;
  font-weight:bold;
  float: right;
  line-height:1.5;
  text-align:right;
  width: 285px;
}

#footer #signup h4 span {
    color: #00aeef;
}

#footer #signup form {
  float:right;
}

#footer #signup form #signup-module-email {
  padding:7px;
  width:187px;
}

#footer #signup form #signup-module-submit {
  padding:6px 3px;
  background-color:#FF0BA8;
  border:1px solid #555;
  color:#fff;
  display:inline;
  font-weight:bold;
  text-transform:lowercase;
}

#footer #signup form  #signup-module-submit:hover {
  background-color:#fd41ba;
  border-color:#00aeef;
}

#footer #footerNav { 
  background-color:#F4F4EC;
  padding-left:0px;
}
#footerNav li {
  color:#444444;
  float:left;
  list-style-type:none;
  width: 100px;
  margin-left: 20px;
  font-weight:bold;
}
#footerNav li a {
  color:#777;
}
#footerNav li ul {
  border-top: 1px dashed #ccc;
  font-size: 10px;
  font-weight:normal;
  line-height : 1.3;
}
#footerNav li ul li {
  float:none;
  margin-left:0px;
}

#copyright {
  font-size:10px;
  padding-right: 20px;
  padding-top:10px;
  text-align:right;
}

.footerLinks {
  text-align: left;
  width: 100%;
  text-transform: lowercase;
  display: inline
}

.footerLinks li {
  list-style-type: none;
  padding-left: 8px
}

.footerLinksLevel1 ul {
  display: inline;
  text-align: left
}

.footerLinksLevel1 {
  margin-left: 40px
}

.footerLinksLevel1>a {
  display: inline-block;
  display: -moz-inline-box;
  margin-right: 5px;
  width: 53px
}

.footerLinksInner li {
  display: inline;
  text-align: center
}

#footer .footerLinksInner a {
  color: #008FC4;
  font-weight: normal
}

#footer .footerLinksInner a:hover {
  color: #008FC4;
  text-decoration: none
}

.footerLinksLevel2 {
  min-width: 80px;
  display: inline-block;
  border-left: 1px solid #ccc;
  text-align: center;
  margin: 0;
  padding: 0 1em
}

.footerLinksLevel2 a {
  margin: 0 0 0 5px
}

/********************* underconstruction **************************/
#utilssPage #headerMenuLevel1 .dropdown 
{
  display: none;
}

#headerMenuLevel1 .menu .menuHead {
  text-indent: -9999px;
}

#underconstruction 
{
    background: transparent url(/images/bean_arm.png) no-repeat 80px 0px;
    padding-left: 375px;
    padding-top: 115px;
    padding: 115px 0px 130px 375px;
    font-family: arial;
    color: #454C4C;
}

#underconstruction h1 
{
   text-indent: -9999px;
   background: transparent url(/images/under_con_title.jpg) no-repeat top left;
   height: 37px;
   width: 460px;
}

#underconstruction p {
  width: 470px;
  font-size: 16px;
}

#companyNotice {
  border: solid 5px #F4D764;
  background-color: #FDFDD6;
  margin: 10px 10px 10px 220px;
  padding: 10px;
  z-index: 400;
  font-size: 18px;
}

div#guestBox
{
  background-color: #f8f8f8;
  color: #c7c7c7;
  font-size: 12px;
  border: 1px solid #e1e1e1;
  width: 115px;
  padding: 2px;
  text-align: left;
  position: absolute;
  right: 0px;
  top: 1260px;
  margin-right: 0px;
}

div#guestBoxArticles
{
  margin-top: 10px;
  width: 90%;
  text-align: left;
  margin-left: 10px;
  color: #646F73;
}

div#guestBoxArticles a
{
  color: #646F73;
}

div#guestBoxArticles a:hover
{
  text-decoration: none;
}

div#guestBoxArticles ul
{
  margin-left: 0px;
  padding-left: 0px;
}

div#guestBoxArticles li
{
  list-style: none;
  margin-top: 10px;
  margin-left: 0px;
  padding-left: 0px;  
}

span#guestBoxTitle
{
	font-weight: bold;
	color: #687377
	
}

.mpuTarget
{
  width: 300px;
  height: 250px;
}

.sbFacebookFan
{
  margin-bottom: 10px;	
}

/* EOF */

