/* - Base styles ----------------------------------------------------------- */

body {
  padding: 0;
  margin: 0;
  color: #666;

  font: 12px arial, tahoma, verdana, sans-serif;

  /* Make the background work with small resolutions */
  background: #fff url(../images/background-pattern.jpg) no-repeat center top;
  display: table;
  width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  margin: 10px 0;
  padding: 0;
}
h1 {
  font-size: 24px;
  color: #a23939;
}
h2 {
  font-size: 12pt;
}
h3, h4 {
  font-size: 9pt;
}
h5 {
  font-size: 8pt;
}
ul, ol, li, dl, dt, dd {
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
}
ol {
  margin-left: 2em;
}
p {
  margin: 1em 0;
  padding: 0;
}

a:link, a:visited {
  text-decoration: none;
  color: #a23939;
}
a:hover, a:active {
  text-decoration: underline;
}

img {
  border: 0;
}
form {
  margin: 0;
}
input {
  font-size: 12px;
  vertical-align: middle;
}
.input-radio {
  vertical-align: baseline;
}
acronym {
  border-bottom: 1px dotted #039;
  cursor: help;
}
hr {
  height: 1px;
}

blockquote {
  margin: 20px 0 0 0px;
  padding: 10px 0 0 10px;
  line-height: 1.5em;
  color: #666;
  background: url(../images/quotes.gif) no-repeat top left;
}
blockquote p {
  margin-top: 0;
  font-size: 10pt;
}

.input-text, .input-password {
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 1px 5px;
  height: 22px;
  font-size: 11px;
  line-height: 22px;
}
.input-search {
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding-left: 22px;
  background: #fff url(../images/sprite.png) no-repeat -479px 4px;
  height: 22px;
  font-size: 11px;
  line-height: 22px;
}
.input-text-hint {
  color: #8f8f8f;
}


/* - Utility rules --------------------------------------------------------- */

.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clear {
  *zoom: 1; /* Triggers hasLayout */
}

.clear-both {
  clear: both;
}

.last {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* The following rules are only intended to be used for places where it's
 * better to use one of these classes than to create a new one line class
 * that's only used on that one page.  If the element already has a specific
 * class, then these should not be used. */
.float-left {
  float: left;
}
.float-right {
  float: right;
}
img.float-left {
  margin: 0 10px 5px 0;
}
img.float-right {
  margin: 0 0 5px 10px;
}

.center {
  text-align: center;
}

/* Nuke margin and padding */
.margin-top-none {
  margin-top: 0 !important;
}
.margin-bottom-none {
  margin-bottom: 0 !important;
}
.margin-top-bottom-none {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.padding-top-none {
  padding-top: 0 !important;
}
.padding-bottom-none {
  padding-bottom: 0 !important;
}
.padding-top-bottom-none {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Add margin and padding */
.margin-top-10px {
  margin-top: 10px !important;
}
.margin-bottom-10px {
  margin-bottom: 10px !important;
}
.margin-top-bottom-10px {
  margin-top: 10px !important;
}
.padding-top-10px {
  padding-top: 10px !important;
}
.padding-bottom-10px {
  padding-bottom: 10px !important;
}
.padding-top-bottom-10px {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.padding-bottom-5px {
  padding-bottom: 5px !important;
}

.section-more {
  float: right;
  font-size: 11px;
}


/* - Sprites and generic items --------------------------------------------- */

.sprite {
  margin: 0;
  border: 0;
  padding: 0;
  background: url(../images/sprite.png) no-repeat;
  text-indent: -9999px;
  outline: none;
  display: inline-block;
  *display: block; /* inline-block not working in IE6/7 */
}
button.sprite {
  cursor: pointer;
  *display: inline;
}

.button-twitter, .button-linkedin, .button-facebook, .button-googleplus {
  width: 24px;
  height: 24px;
}
.button-twitter {
  background-position: -277px -579px;
}
.button-linkedin {
  background-position: -310px -579px;
}
.button-facebook {
  background-position: -343px -579px;
}
.button-googleplus {
  background-position: -377px -579px;
}

.button-go {
  background-position: -157px -621px;
  width: 42px;
  height: 28px;
}
.button-go:hover {
  background-position: -348px -710px;
}
.button-login {
  background-position: -85px -621px;
  width: 62px;
  height: 28px;
}
.button-login:hover {
  background-position: -432px -748px;
}
.button-signup {
  background-position: -1px -621px;
  width: 74px;
  height: 28px;
}
.button-signup:hover {
  background-position: -400px -710px;
}
.button-search {
  background-position: -208px -621px;
  width: 74px;
  height: 28px;
}
.button-search:hover {
  background-position: -348px -748px;
}

/* - Banners --------------------------------------------------------------- */

/* Sidebar banner (Right3/x78/Left3/x79) */
.banner-right {
  padding: 15px 0;
  background: #f0f0f0;
  text-align: center;
}

/* MPU Middle/Middle1 */
.banner-middle {
  float: left;
  width: 300px;
  padding: 15px;
  background: #f0f0f0;
  text-align: center;
}


/* - Generic widgets ------------------------------------------------------- */

/* - Gradient box ------------------ */

/* Long gradient (~ XXXpx) */
.gradient-long {

}
/* Medium gradient (~ XXXpx) */
.gradient-medium {

}
/* Short gradient (~ XXXpx) */
.gradient-short {

}
.gradient-long, .gradient-medium, .gradient-short {
  margin-bottom: 20px;
  border: 1px solid #e1e1e1;
  padding: 20px;
  background-color: #f8f8f8;
  background-image: -webkit-gradient(linear, 0%, 0%, 0% 100%, from(#f9f9f9), to(#e7e7e7));
  background-image: -webkit-linear-gradient(top, #f9f9f9, #e7e7e7);
  background-image: -moz-linear-gradient(top, #f9f9f9, #e7e7e7);
  background-image: -ms-linear-gradient(top, #f9f9f9, #e7e7e7);
  background-image: -o-linear-gradient(top, #f9f9f9, #e7e7e7);
}

.gradient-long h3, .gradient-medium h3, .gradient-short h3 {
  font-size: 16px;
  color: #444;
  margin-top: 0;
}

/* - Tabs -------------------------- */

.tabs {
  margin-bottom: -1px;
  position: relative; /* IE6/7: make tabs overlap the content */
}
.tabs li {
  float: left;
  margin-right: 5px;
  border: 1px solid #c8c8c8;
  border-bottom-color: #e1e1e1;
  background: #d2d2d2;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
}
.tabs a {
  color: #515151;
  text-decoration: none;
  display: inline-block;
  padding: 7px 9px;
  outline: none;
}
.tabs .selected-tab {
  border: 1px solid #e1e1e1;
  border-bottom-color: #f8f8f8;
  background: #f8f8f8;
}
.tabs .last-tab {
  margin-right: 0;
}
.tab-panes {
  margin-bottom: 20px;
  border: 1px solid #e1e1e1;
  background-color: #f8f8f8;
  background-image: -webkit-gradient(linear, 0%, 0%, 0% 100%, from(#f9f9f9), to(#e7e7e7));
  background-image: -webkit-linear-gradient(top, #f9f9f9, #e7e7e7);
  background-image: -moz-linear-gradient(top, #f9f9f9, #e7e7e7);
  background-image: -ms-linear-gradient(top, #f9f9f9, #e7e7e7);
  background-image: -o-linear-gradient(top, #f9f9f9, #e7e7e7);
}
.tab-pane {
  display: none;
}
.selected-tab-pane {
  display: block;
}

/* - Audio/Video overlay ----------- */

.video-99x64, .video-137x89, .video-205x148, .audio-99x64, .audio-137x89 {
  background-repeat: no-repeat;
  background-size: 99px 64px;
  display: inline-block;
  width: 99px;
  height: 64px;
}
.video-99x64:hover, .video-137x89:hover, .video-205x148:hover, .audio-99x64:hover, .audio-137x89:hover {
  text-decoration: none;
}
.video-99x64 span, .video-137x89 span, .video-205x148 span, .audio-99x64 span, .audio-137x89 span {
  display: inline-block;
  background: url(../images/sprite.png) no-repeat -20px -669px;
  width: 100%;
  height: 100%;
  opacity: 0.8; /* IE <9 users don't get opacity since IE filters break */
}
.audio-99x64 span {
  background-position: -166px -669px;
}
.video-137x89, .audio-137x89 {
  width: 137px;
  height: 89px;
  background-size: 137px 89px;
}
.video-137x89 span {
  background-position: -1px -657px;
}
.audio-137x89 span {
  background-position: -147px -657px;
}
.video-205x148 {
  width: 205px;
  height: 148px;
  background-size: 205px 148px;
}
.video-205x148 span {
  background-position: 0 -723px;
}

/* - Top stories ------------------- */

.top-stories {
  float: right;
  width: 370px;
}
.top-stories-tab-pane h5 {
  margin: 0.5em 0 0.25em 0;
  text-transform: uppercase;
  font-size: 12px;
}
.top-stories-tab-pane {
  padding: 5px 20px 10px 20px;
}
.top-stories-tab-pane .bullets {
  margin-left: 1em;
}
.top-stories-tab-pane li {
  line-height: 1.4;
}

/* - Header bar w/ gradient -------- */

.header-bar {
  margin: 0;
  padding: 5px 20px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #464646;
  background-image: -webkit-gradient(linear, 0%, 0%, 0% 100%, from(#545454), to(#393939));
  background-image: -webkit-linear-gradient(top, #545454, #393939);
  background-image: -moz-linear-gradient(top, #545454, #393939);
  background-image: -ms-linear-gradient(top, #545454, #393939);
  background-image: -o-linear-gradient(top, #545454, #393939);
  -moz-box-shadow: 0 0 5px #888; /* FIXME add opacity */
  -webkit-box-shadow: 0 0 5px #888;
  box-shadow: 0 0 5px #888;
  position: relative; /* So shadow is on top */
  *position: static; /* IE7 doesn't like this (plus it doesn't support shadows, so it doesn't need it) */
  z-index: 1;
}

/* - News area block --------------- */

.news-area {
  padding: 20px;
}

.news-area .section-more {
  background: #dcdadb;
  font-size: 12px;
  font-weight: bold;
  padding: 6px 8px;
  margin: -5px -5px 0 0;
}

.news-area h3 {
  font-size: 16px;
  color: #444;
  margin-top: 0;
}
.news-area h4 {
  font-size: 16px;
}
.news-area h5 {
  font-size: 12px;
}
.news-area-see-more-links li {
  margin-bottom: 5px;
}
.news-area-see-more-links a {
  font-weight: bold;
  background: url(../images/sprite.png) no-repeat -481px -480px;
  line-height: 14px;
  padding-left: 24px;
}

.news-area-daily-updates {
  margin-bottom: 20px;
}
.news-area-daily-updates-image {
  float: left;
}
.news-area-daily-updates-text {
  margin-left: 183px;
}

.news-area-daily-updates-more ul.bullets {
  *margin-left: 0.5em; /* .bullet in style-classic.css overrides this */
}
.news-area-daily-updates-more li {
  float: left;
  width: 324px;
  line-height: 1.5;
  *background: url(../images/bullet-ie7.gif) no-repeat center left;
  *padding-left: 1em;
}
.news-area-daily-updates-see-more ul {
  float: left;
  width: 339px;
}

.news-area-press-release h4, .news-area-analysis h4 {
  margin-bottom: 0.5em;
  font-size: 12px;
  font-weight: normal;
}
.news-area-press-release {
  float: left;
  width: 329px;
  margin: 30px 10px 0 0;
}
.news-area-press-release-items li {
  margin-bottom: 1.25em;
}
.news-area-press-release p {
  margin-top: 0;
  margin-bottom: 0.5em;
}
.news-area-analysis {
  float: left;
  width: 329px;
  margin: 30px 0 0 10px;
}
.news-area-analysis img {
  float: left;
  margin: 0 10px 10px 0;
}

.news-area-subscribe {
  font-size: 14px;
  line-height: 1.5;
  padding-left: 10px;
  background-color: #d6d6d6;
  background-image: -webkit-gradient(linear, 0%, 0%, 0% 100%, from(#dcdcdc), to(#d0d0d0));
  background-image: -webkit-linear-gradient(top, #dcdcdc, #d0d0d0);
  background-image: -moz-linear-gradient(top, #dcdcdc, #d0d0d0);
  background-image: -ms-linear-gradient(top, #dcdcdc, #d0d0d0);
  background-image: -o-linear-gradient(top, #dcdcdc, #d0d0d0);
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.news-area-subscribe a {
  padding-left: 28px;
  background: url(../images/sprite.png) no-repeat -480px -311px;
}

/* - Intro box --------------------- */
.intro {
  margin-bottom: 20px;
}

/* - jQuery UI Datepicker ---------- */
.ui-datepicker {
  display: none;
  border: 1px solid #676767;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 2px;
  width: 140px;
  background: #000;
  color: #fff;
}

.ui-datepicker-header {
  position: relative; /* For .ui-datepicker-header-prev, .ui-datepicker-header-next */
  border: 1px solid #5b5b5b;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: #6e6e6e;
  background-image: -webkit-gradient(linear, 0%, 0%, 0% 100%, from(#868686), to(#5e5e5e));
  background-image: -webkit-linear-gradient(top, #868686, #5e5e5e);
  background-image: -moz-linear-gradient(top, #868686, #5e5e5e);
  background-image: -ms-linear-gradient(top, #868686, #5e5e5e);
  background-image: -o-linear-gradient(top, #868686, #5e5e5e);
}

.ui-datepicker-prev, .ui-datepicker-next {
  position: absolute;
  top: 5px;
  background: url(../images/sprite.png) no-repeat -445px -537px;
  width: 12px;
  height: 12px;
  display: block;
  text-indent: -9999px;
  outline: none;
  cursor: pointer;
}
.ui-datepicker-prev {
  left: 5px;
}
.ui-datepicker-next {
  background-position: -445px -559px;
  right: 5px;
}
.ui-datepicker-title {
  text-align: center;
  line-height: 22px;
}

.ui-datepicker-calendar {
  width: 100%;
  font-size: 9px;
  border-collapse: collapse;
}
.ui-datepicker-calendar th span {
  line-height: 17px;
}
.ui-datepicker-calendar td {
  margin: 1px;
  text-align: center;
}
.ui-datepicker-calendar tbody span, .ui-datepicker-calendar tbody a {
  display: block;
  width: 18px;
  line-height: 15px;
  color: #fff;
  background: #656565 url(../images/sprite.png) no-repeat -411px -579px;
  text-decoration: none;
}
/* Selectable */
.ui-datepicker-calendar a.ui-state-default {
  background-color: #c02e38;
  background-position: -440px -579px;
}
/* Selected */
.ui-datepicker-calendar a.ui-state-active {
  background-color: #c02e38;
  background-position: -470px -579px;
}
/* Today */
.ui-datepicker-calendar .ui-datepicker-today a {
  color: #c02e38;
  background: #fff;
}

/* - jQuery tipTip ----------------- */
#tiptip_holder {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
}

#tiptip_holder.tip_top {
  padding-bottom: 5px;
}
#tiptip_holder.tip_bottom {
  padding-top: 5px;
}
#tiptip_holder.tip_right {
  padding-left: 5px;
}
#tiptip_holder.tip_left {
  padding-right: 5px;
}

#tiptip_content {
  color: #fff;
  padding: 4px 8px;
  background: rgb(25,25,25);
  background: rgba(25,25,25,0.92);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 3px #555;
  -moz-box-shadow: 0 0 3px #555;
  box-shadow: 0 0 3px #555;
}

#tiptip_arrow, #tiptip_arrow_inner {
  position: absolute;
  border-color: transparent;
  border-style: solid;
  border-width: 6px;
  height: 0;
  width: 0;
}
#tiptip_holder.tip_top #tiptip_arrow {
  border-top-color: #fff;
  border-top-color: rgba(255,255,255,0.35);
}
#tiptip_holder.tip_bottom #tiptip_arrow {
  border-bottom-color: #fff;
  border-bottom-color: rgba(255,255,255,0.35);
}
#tiptip_holder.tip_right #tiptip_arrow {
  border-right-color: #fff;
  border-right-color: rgba(255,255,255,0.35);
}
#tiptip_holder.tip_left #tiptip_arrow {
  border-left-color: #fff;
  border-left-color: rgba(255,255,255,0.35);
}
#tiptip_holder.tip_top #tiptip_arrow_inner {
  margin-top: -7px;
  margin-left: -6px;
  border-top-color: rgb(25,25,25);
  border-top-color: rgba(25,25,25,0.92);
}
#tiptip_holder.tip_bottom #tiptip_arrow_inner {
  margin-top: -5px;
  margin-left: -6px;
  border-bottom-color: rgb(25,25,25);
  border-bottom-color: rgba(25,25,25,0.92);
}
#tiptip_holder.tip_right #tiptip_arrow_inner {
  margin-top: -6px;
  margin-left: -5px;
  border-right-color: rgb(25,25,25);
  border-right-color: rgba(25,25,25,0.92);
}
#tiptip_holder.tip_left #tiptip_arrow_inner {
  margin-top: -6px;
  margin-left: -7px;
  border-left-color: rgb(25,25,25);
  border-left-color: rgba(25,25,25,0.92);
}


/* - Core column layout ---------------------------------------------------- */

/* Wrapper around the whole page */
.outer-wrapper {
  background: url(../images/background.png) repeat-y center top;
}
.wrapper {
  background: #fff;
  margin: 0 auto;
  padding-bottom: 10px;
  width: 1060px;
}
.content {
  margin-left: 10px;
  padding-bottom: 125px; /* For .footer-services (height + 20px padding) */
  width: 720px;
  float: left;
}
.sidebar {
  margin-right: 10px;
  width: 300px;
  float: right;
}


/* - Header ---------------------------------------------------------------- */

.header {
  background: #000;
  height: 105px;
  position: relative;
  z-index: 1; /* Fix IE6/7 z-index issues with the header dropdown going under Spotlight and Social bar */
}
.header-logo {
  background-position: 0 -457px;
  width: 284px;
  height: 61px;
  position: absolute;
  top: 20px;
  left: 20px;
}

/* - Links at the top -------------- */

.header-tools {
  width: 500px;
  position: absolute;
  top: 0;
  right: 10px;
}
.header-tools-links li {
  float: right;
  position: relative; /* For .header-dropdown */
}
.header-tools-links .header-tools-link {
  height: 32px;
}

.header-tools-login .header-tools-link {
  background-position: 0 -537px;
  width: 85px;
}
.header-tools-login .header-tools-link-selected {
  background-position: -95px -537px;
}

.header-tools-register .header-tools-link {
  background-position: -190px -537px;
  width: 81px;
}
.header-tools-register .header-tools-link-selected {
  background-position: -355px -537px;
}

.header-tools-newsletters .header-tools-link {
  background-position: 0 -579px;
  width: 128px;
}
.header-tools-newsletters .header-tools-link-selected {
  background-position: -138px -579px;
}

.header-tools-account .header-tools-link {
  background-position: -292px -621px;
  width: 124px;
}
.header-tools-account .header-tools-link-selected {
  background-position: -292px -663px;
}

.header-tools-arabic .header-tools-link {
  margin-right: 20px;
  margin-left: 5px;
  background-position: -278px -537px;
  width: 67px;
  height: 25px;
}

.header-dropdown {
  display: none;
  position: absolute;
  left: 0;
  z-index: 9999;
  background-color: #2f2f2f;
  background-image: -webkit-gradient(linear, 0%, 0%, 0% 100%, from(#2f2f2f), to(#0c0c0c));
  background-image: -webkit-linear-gradient(top, #2f2f2f, #0c0c0c);
  background-image: -moz-linear-gradient(top, #2f2f2f, #0c0c0c);
  background-image: -ms-linear-gradient(top, #2f2f2f, #0c0c0c);
  background-image: -o-linear-gradient(top, #2f2f2f, #0c0c0c);
  color: #fff;
}
.header-dropdown li {
  float: none;
}

.header-tools-login-dropdown {
  padding: 15px 20px;
  width: 240px;
  font-size: 11px;
}
.header-tools-login-dropdown h5 {
  margin: 0 0 0.75em 0;
  font-size: 13px;
}
.header-tools-login-dropdown .input-text, .header-tools-login-dropdown .input-password {
  width: 225px;
  margin-bottom: 9px;
}
.header-tools-login-dropdown a {
  line-height: 1.75;
  color: #eb2a33;
}
.header-tools-login-dropdown button {
  float: right;
}
.header-tools-login-dropdown form {
  margin-bottom: 3px;
}

.header-tools-account-dropdown, .header-tools-register-dropdown {
  padding: 7px 10px;
  width: 150px;
  line-height: 1.75;
}
.header-tools-account-dropdown li, .header-tools-register-dropdown li {
  float: none;
}
.header-tools-account-dropdown a, .header-tools-register-dropdown a {
  color: #fff;
}
.header-tools-account-logout {
  margin-top: 0.75em;
}
.header-tools-account-logout a {
  color: #eb2a33;
}

.header-tools-username {
  padding: 2px 0.5em 0 0;
  line-height: 31px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
}

/* - Search ------------------------ */

.header-search-form {
  margin: 10px 10px 0 0;
  text-align: right;
}
.header-search-form .input-text {
  width: 225px;
  *margin-right: 3px; /* Fix spacing between text and button in IE6/7 */
}
.header-search-form button {
  vertical-align: middle;
}
.header-search-form a {
  margin-top: 10px;
  display: inline-block;
  color: #fff;
}

/* - Social bar -------------------- */

.social-bar {
  height: 39px;
  border: 1px solid #c3c3c3;
  background-color: #d7d7d7;
  background-image: -webkit-gradient(linear, 0%, 0%, 0% 100%, from(#e3e3e3), to(#d0d0d0));
  background-image: -webkit-linear-gradient(top, #e3e3e3, #d0d0d0);
  background-image: -moz-linear-gradient(top, #e3e3e3, #d0d0d0);
  background-image: -ms-linear-gradient(top, #e3e3e3, #d0d0d0);
  background-image: -o-linear-gradient(top, #e3e3e3, #d0d0d0);
  position: relative; /* For .social-bar-links */
  z-index: 11; /* Fix IE6/7 z-index issues with the Facebook comment box going under the nav */
}
.social-bar-recs {
  margin-right: 142px;
}
.social-bar-recs li {
  width: 616px;
  padding-left: 40px;
  height: 39px;
  line-height: 39px;
  background: url(../images/sprite.png) no-repeat -470px -496px;
  overflow: hidden;
}
.social-bar-links {
  position: absolute;
  top: 8px;
  right: 9px;
  width: 384px;
}
.social-bar-links li {
  float: left;
  margin-top: 2px;
  margin-left: 9px;
  display: inline; /* IE6 doubled float-margin fix */
}

.social-bar-twitter {
  width: 96px;
}
.social-bar-facebook {
  width: 75px;
}
.social-bar-googleplus {
  width: 69px;
}
.social-bar-linkedin {
  width: 108px;
}

/* - Leaderboard ------------------- */

.leaderboard-area {
  margin: 20px 20px 0 20px;
  position: relative; /* For .spotlight */
  min-height: 111px;
  *height: 111px; /* Simulate min-height in IE6/7 */
}
.spotlight {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 110px;
  width: 270px;
  border: 1px solid #c6c6c6;
  border-bottom: 0;
  background-color: #c4c4c4;
}

#spotlight-ads, #spotlight-ads li{
  margin:0;
  padding:0;
  list-style:none;
}
#spotlight-ads{
  width:250px;
  font-size:16px;
  line-height:120%;
}
#spotlight-ads li{
  padding:0px;
  background:#e1e1e1;
  display:none; /* hide the items at first only */
}

/* - Navigation ------------------------------------------------------------ */

.nav {
  position: relative;
  margin-bottom: 10px;
  z-index: 10; /* Fix IE6/7 z-index issues with the nav dropdown going under Featured articles */
}
.nav-item {
  height: 55px;
  background: url(../images/sprite.png) no-repeat;
  float: left;
}
.nav-industries {
  background-position: 0px 0px;
  width: 142px;
}
.nav-companies {
  background-position: 0px -66px;
  width: 146px;
}
.nav-events {
  background-position: 0px -131px;
  width: 109px;
}
.nav-video-audio {
  background-position: 0px -196px;
  width: 169px;
}
.nav-jobs {
  background-position: 0px -261px;
  width: 103px;
}
.nav-country-guides {
  background-position: 0px -326px;
  width: 178px;
}
.nav-business-services {
  background-position: 0px -389px;
  width: 213px;
}

.nav-item-link {
  display: block;
  height: 48px;
  text-indent: -9999px;
  outline: none;
}
.nav-item-link-selected {
  height: 54px;
  background: #fff url(../images/sprite.png) no-repeat;
  position: relative; /* Combined with z-index, this overlaps .nav div */
  z-index: 10000; /* One more than the z-index of .nav-dropdown */
}
.nav-industries .nav-item-link-selected {
  background-position: -155px 0px;
}
.nav-companies .nav-item-link-selected {
  background-position: -159px -66px;
}
.nav-events .nav-item-link-selected {
  background-position: -121px -131px;
}
.nav-video-audio .nav-item-link-selected {
  background-position: -180px -196px;
}
.nav-jobs .nav-item-link-selected {
  background-position: -117px -261px;
}
.nav-country-guides .nav-item-link-selected {
  background-position: -190px -326px;
}
.nav-business-services .nav-item-link:hover {
  background: url(../images/sprite.png) no-repeat;
  background-position: -223px -389px;
}

.nav-content {
  display: none;
}
.nav-dropdown {
  margin: -1px 0 0;
  border: 1px solid #ddd;
  width: 1058px;
  display: none;
  background: #f4f4f4;
  position: absolute; /* So this overlaps the content */
  left: 0;
  z-index: 9999; /* Increase z-index so it overlaps ads */
}
.nav-dropdown h4 {
  margin: 0 0 1em 0;
  font-size: 14px;
}
.nav-dropdown h4 a {
  margin-left: 5px;
  font-size: 12px;
}
.nav-dropdown-links li {
  line-height: 1.4;
  font-weight: bold;
}
.nav-dropdown-other-links {
  display: none;
  margin-left: 1em;
}
.nav-dropdown-content {
  margin: 10px;
  float: right;
  background: #fff;
  padding: 15px;
  border-top: 2px solid #ddd;
}
.nav-dropdown-content-image {
  float: left;
}
.nav-dropdown-content-text {
  margin-left: 345px;
}
.nav-dropdown-content-more {
  margin-bottom: 2em;
}

/* - Industries -------------------- */

.nav-industries-industry-news {
  float: left;
  margin: 20px 0 20px 20px;
  width: 170px;
  _display: inline; /* Fix IE6 double margin */
}
.nav-industries-country-news {
  float: left;
  margin: 20px 0 20px 10px;
  width: 140px;
}
.nav-industries-content {
  width: 668px;
}
.av-slider {
  margin-top: 30px;
}

.av-slider ul {
    width: 600px;
    height: 170px;
    overflow: hidden;
}

.av-slider li {
    list-style: none;
    width: 150px;
}

.av-slider .bx-wrapper {
    margin: 0 auto;
}

#av-slider-items {
    width: 650px;
    left: 0;
}
.av-slider .bx-prev {
    display: inline;
    position: absolute;
    top: 0px;
    left: -30px;
    width: 20px;
    height: 100px;
    text-indent: -999999px;
    background: url(../images/sprite.png) no-repeat;
    background-position: -290px -704px;
}

.av-slider .bx-next {
    display: inline;
    position: absolute;
    top: 0px;
    right: -20px;
    width: 20px;
    height: 100px;
    text-indent: -999999px;
    background: url(../images/sprite.png) no-repeat;
    background-position: -320px -704px;
}

.av-slider .bx-next:hover {
}
.av-slider .bx-prev:hover {
}

/* - Companies --------------------- */

.nav-companies-search-links {
  float: left;
  margin: 20px 0 0 20px;
  width: 320px;
  _display: inline; /* Fix IE6 double margin */
}
.nav-companies-search {
  float: left;
  margin: 0 0 20px 0;
  width: 170px;
  _display: inline; /* Fix IE6 double margin */
}
.nav-companies-search .input-search {
  width: 140px;
  margin-bottom: 10px;
}
.nav-companies-search label {
  display: inline-block;
  width: 50px;
  line-height: 1.75;
}
.nav-companies-search .button-search {
  display: block;
  margin: 10px auto 0;
}
.nav-companies-links {
  float: left;
  margin: 0 0 20px 10px;
  width: 140px;
}
.nav-companies-content {
  width: 668px;
}

/* - Events ------------------------ */

.nav-events h4 {
  margin-bottom: 0.5em;
}
.nav-events .nav-dropdown-content {
  float: none;
  margin: 0;
}
.nav-events-featured {
  float: left;
  margin: 20px 10px 20px 20px;
  width: 632px;
  _display: inline; /* Fix IE6 double margin */
}
.nav-events-featured-item {
  float: left;
  width: 140px;
  margin-right: 10px;
  font-size: 11px;
  _display: inline; /* Fix IE6 double margin */
}
.nav-events-featured-item a {
  font-weight: bold;
  font-size: 12px;
  display: inline-block;
  margin: 0.5em 0;
}
.nav-events-upcoming {
  float: right;
  margin: 20px 20px 20px 0;
  width: 376px;
}
.nav-events-upcoming li {
  margin-bottom: 0.75em;
  font-size: 11px;
}
.nav-events-upcoming .nav-dropdown-content a {
  font-weight: bold;
  font-size: 12px;
  display: inline-block;
  margin-bottom: 0.25em;
}

/* - Video & Audio ----------------- */

.nav-video-audio-video {
  float: left;
  margin: 20px 0 20px 20px;
  width: 155px;
  _display: inline; /* Fix IE6 double margin */
}
.nav-video-audio-audio {
  float: left;
  margin: 20px 0 20px 10px;
  width: 200px;
}
.nav-video-audio-content {
  width: 623px;
}
.nav-video-audio-item {
  float: left;
  width: 187px;
  margin-right: 20px;
  font-size: 11px;
  _display: inline; /* Fix IE6 double margin */
}
.nav-video-audio-item a {
  font-weight: bold;
  font-size: 12px;
  display: inline-block;
  margin: 0.5em 0;
}
.nav-video-audio-item p {
  margin: 0;
}

/* - Jobs -------------------------- */

.nav-jobs-search {
  float: left;
  width: 316px;
  margin: 20px 0 20px 20px;
  _display: inline; /* Fix IE6 double margin */
}
.nav-jobs-search select {
  width: 250px;
  display: inline-block;
  margin-bottom: 0.5em;
}
.nav-jobs-search .input-search {
  width: 230px;
  display: inline-block;
  margin: 0.5em 0 1em 0;
}
.nav-jobs-search h5 {
  font-size: 12px;
  margin: 0 0 0.5em 0;
}
.nav-jobs-search label {
  width: 65px;
  display: inline-block;
}
.nav-jobs-search-actions {
  margin-top: 1em;
  width: 250px;
  position: relative; /* For .nav-jobs-search-actions a */
  text-align: right;
}
.nav-jobs-search-actions a {
  font-weight: bold;
  position: absolute;
  left: 0;
  bottom: 0;
}
.nav-jobs-content {
  width: 672px;
}
.nav-jobs-content dl {
  float: left;
  width: 321px;
  margin-right: 15px;
  _display: inline; /* Fix IE6 double margin */
}
.nav-jobs-content dt {
  font-weight: bold;
  margin-bottom: 0.25em;
}
.nav-jobs-content dd {
  margin-bottom: 1em;
}

/* - Country Guides ---------------- */

.nav-country-guides-links {
  float: left;
  width: 306px;
  margin: 20px 0 20px 20px;
  _display: inline; /* Fix IE6 double margin */
}
.nav-country-guides-links .nav-dropdown-links {
  float: left;
  width: 153px;
}
.nav-country-guides-content {
  width: 682px;
}


/* - Footer ---------------------------------------------------------------- */

.footer {
  position: relative; /* For .footer-services */
}

/* - Footer Services --------------- */

.footer-services {
  width: 720px;
  height: 105px;
  position: absolute;
  top: -105px; /* Also update .content padding-bottom */
  left: 10px;
}
.footer-services-links li {
  float: left;
  padding-top: 20px;
  background: #fff;
}
.footer-services-rss {
  width: 206px;
}
.footer-services-newsletters {
  width: 218px;
}
.footer-services-mobile {
  width: 159px;
}
.footer-services-alerts {
  width: 137px;
}
.footer-services-links a {
  background: url(../images/sprite.png) no-repeat;
  font-size: 16px;
  font-weight: bold;
  color: #444;
  line-height: 35px;
  display: inline-block;
}
.footer-services-rss a {
  background-position: -468px -24px;
  padding-left: 37px;
}
.footer-services-newsletters a {
  background-position: -462px -61px;
  padding-left: 45px;
}
.footer-services-mobile a {
  background-position: -481px -101px;
  padding-left: 25px;
}
.footer-services-alerts a {
  background-position: -463px -144px;
  padding-left: 40px;
}

/* - Footer nav -------------------- */

.footer-nav {
  padding: 15px 0 20px;
  background-color: #494949;
  background-image: -webkit-gradient(linear, 0%, 0%, 0% 100%, from(#5d5d5d), to(#2b2b2b));
  background-image: -webkit-linear-gradient(top, #5d5d5d, #2b2b2b);
  background-image: -moz-linear-gradient(top, #5d5d5d, #2b2b2b);
  background-image: -ms-linear-gradient(top, #5d5d5d, #2b2b2b);
  background-image: -o-linear-gradient(top, #5d5d5d, #2b2b2b);
  color: #fff;
}
.footer-nav ul {
  padding-left: 20px;
  width: 156px;
  float: left;
}
.footer-nav a {
  color: #fff;
  font-size: 11px;
  line-height: 1.5;
}
.footer-nav .footer-nav-header {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

/* - Footer icons and links -------- */

.footer-icons {
  float: right;
  margin: 0 20px;
  padding-top: 20px;
}
.footer-icons-superbrands, .footer-icons-abc {
  float: left;
  margin-left: 15px;
  background-position: -291px -456px;
  width: 75px;
  height: 71px;
}
.footer-icons-abc {
  background-position: -375px -456px;
}

.footer-copyright {
  margin: 20px 20px 1em 20px;
  color: #999999;
}
.footer-links {
  margin: 0 20px;
}
.footer-links a {
  margin: 0 3px;
}
.footer-links a:first-child {
  margin-left: 0;
}


/* - Sidebar --------------------------------------------------------------- */

.sidebar-box {
  border: 1px solid #e1e1e1;
  padding: 5px 20px 15px 20px;
  margin-bottom: 20px;
  background-color: #f8f8f8;
  background-image: -webkit-gradient(linear, 0%, 0%, 0% 100%, from(#f9f9f9), to(#e7e7e7));
  background-image: -webkit-linear-gradient(top, #f9f9f9, #e7e7e7);
  background-image: -moz-linear-gradient(top, #f9f9f9, #e7e7e7);
  background-image: -ms-linear-gradient(top, #f9f9f9, #e7e7e7);
  background-image: -o-linear-gradient(top, #f9f9f9, #e7e7e7);
  overflow: hidden;
  line-height: 1.5;
}

.sidebar-box h5 {
  background: url(../images/sprite.png) no-repeat;
  font-size: 16px;
}
.sidebar-box h5 a {
  color: #444;
}
.sidebar-events h5 {
  background-position: -468px -187px;
  line-height: 32px; /* Height of sprite */
  padding-left: 40px; /* Width of sprite + 10px (or less - depends on spacing) */
}
.sidebar-newsletters h5 {
  background-position: -462px -66px;
  line-height: 25px;
  padding-left: 48px;
}
.sidebar-directory h5 {
  background-position: -473px -229px;
  line-height: 24px;
  padding-left: 36px;
}
.sidebar-jobs h5 {
  background-position: -450px -263px;
  line-height: 30px;
  padding-left: 59px;
}
.sidebar-alerts h5 {
  background-position: -463px -146px;
  line-height: 31px;
  padding-left: 41px;
}
.sidebar-tools h5 {
  background-position: -468px -439px;
  line-height: 31px;
  padding-left: 41px;
}

.sidebar-box dt {
  font-weight: bold;
}
.sidebar-box dd {
  margin-bottom: 1em;
}

.sidebar-tools-intro {
  margin: 1em 0;
  font-weight: bold;
  font-size: 14px;
}

.sidebar-events-calendar {
  margin-top: -5px;
  width: 146px;
  float: right;
  margin-left: 10px;
}
#upcoming-events-country, #upcoming-events-industry {
  width: 146px;
  margin-bottom: 8px;
}
#upcoming-events-text {
  margin-top: 6px;
  font-size: 9px;
  text-align: center;
}
#upcoming-events-text-link {
  display: none;
}

#tiptip_content {
  font-size: 11px;
  line-height: 1.3;
}
#tiptip_content .bullets {
  margin-bottom: 0;
  margin-left: 1em;
}


/* - Home page ------------------------------------------------------------- */

/* - Featured articles ------------- */

.featured {
  margin-bottom: 20px;
  border: 1px solid #e1e1df;
}
.featured-slider, .featured-item {
  height: 288px;
  overflow: hidden;
}
.featured-item-image {
  float: right;
}
.featured-item-text {
  margin-right: 440px;
  padding: 20px;
  height: 248px;
  background: #353535;
  color: #f0f0f0;
}
.featured-item-text h1, .featured-item-text h2 {
  margin-top: 0;
  font-size: 18px;
}
.featured-item-text h1 a, .featured-item-text h2 a, .featured-item-text .read-more {
  color: #fff;
}
.bx-prev, .bx-next {
  position: absolute;
  bottom: 18px;
  display: inline-block;
  width: 44px;
  height: 41px;
  text-indent: -9999em;
  outline: none;
  background: url(../images/sprite.png) no-repeat -424px -613px;
  display: none;
}
.bx-prev {
  left: 300px;
}
.bx-next {
  background-position: -424px -663px;
  right: 20px;
}
.bx-pager {
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: 200px; /* IE7 fix - pager goes off screen without a width set */
}
.pager-link {
  display: block;
  float: left;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  text-indent: -9999em;
  outline: none;
  background: url(../images/sprite.png) no-repeat -477px -687px;
}
.pager-active {
  background-position: -477px -663px;
}

/* - Editor's choice --------------- */

.editors-choice-image {
  float: left;
  width: 168px;
  position: relative; /* For .editors-choice-image-overlay */
}
.editors-choice-image-overlay {
  background: #111;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 5px 8px;
  width: 152px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.editors-choice-text {
  margin-left: 183px;
}
.editors-choice-text h4 {
  margin: 0;
  font-size: 16px;
}

/* - Industry news ----------------- */

.industry-tabs li {
  width: 111px;
  margin-right: 8px;
}
.industry-tabs a {
  width: 100%;
  padding: 7px 0;
}

/* - Latest videos ----------------- */

.latest-videos {
  margin-bottom: 0;
}
.latest-videos h3 {
  margin-top: 0;
  font-size: 16px;
  color: #444;
}
.latest-videos-latest {
  float: left;
  width: 211px;
  font-size: 11px;
}
.latest-videos-latest-player {
  border: 3px solid #fff;
}
.latest-videos-latest h4 {
  margin-top: 0.5em;
  font-size: 11px;
}
.latest-videos-more {
  float: left;
  width: 218px;
  margin-left: 15px;
  font-size: 11px;
}
.latest-videos-more li {
  margin-bottom: 20px;
}
.latest-videos-more .video-99x64 {
  float: left;
  margin-right: 9px;
}
.latest-videos-more p {
  margin-top: 0;
  margin-bottom: 0.5em;
}


/* - Industry/Country landing pages ---------------------------------------- */

.industry-news-area {
  padding: 0;
}

/* - Country info ------------------ */
.country-info li {
  float: left;
  width: 219px;
}
.country-info-weather {
  text-align: right;
}
.country-info a {
  background: url(../images/sprite.png) no-repeat;
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
  display: inline-block;
}
.country-info-guide a {
  background-position: -475px -334px;
  padding-left: 28px;
}
.country-info-currency a {
  background-position: -472px -368px;
  padding-left: 26px;
}
.country-info-weather a {
  background-position: -473px -401px;
  padding-left: 32px;
}

/* - Special Reports/Microsites ---- */
.special-report, .event-microsite {
  margin-bottom: 20px;
}
.special-report img, .event-microsite img {
  float: left;
}
.special-report-text, .event-microsite-text {
  margin-left: 157px;
}

/* - Upcoming Events --------------- */
.upcoming-events img {
  float: left;
}
.upcoming-events ul {
  margin-top: 20px;
  margin-left: 160px;
}
.upcoming-events li {
  line-height: 1.75;
}

/* - Jobs box ---------------------- */
.jobs-box dl {
  float: left;
  width: 319px;
  margin-right: 20px;
  _display: inline; /* Fix IE6 double margin */
}
.jobs-box dt {
  margin-bottom: 0.25em;
}
.jobs-box dd {
  margin-bottom: 1em;
}


/* - Detailed pages -------------------------------------------------------- */

/* - Social bar -------------------- */

.article-social-bar, .article-social-bar-floating {
  border: 1px solid #e1e1e1;
  background-color: #f4f4f4;
  padding: 3px 0;
  margin-bottom: 10px;
  z-index: 10000000; /* Make sure the Facebook comment box ends overlaps ads */
}
.article-social-bar-links li {
  float: left;
  margin-top: 2px;
  margin-left: 9px;
  display: inline; /* IE6 doubled float-margin fix */
}

.article-social-bar-twitter {
  width: 96px;
}
.article-social-bar-facebook {
  width: 75px;
}
.article-social-bar-googleplus {
  width: 69px;
}
.article-social-bar-linkedin {
  width: 100px;
}

.article-social-bar-floating {
  margin-left: -109px;
  width: 77px;
  position: absolute;
  display: none;
  -moz-box-shadow: 0 0 5px #ddd;
  -webkit-box-shadow: 0 0 5px #ddd;
  box-shadow: 0 0 5px #ddd;
}
.article-social-bar-floating-links li {
  padding: 8px;
  border-bottom: 1px solid #e1e1e1;
}
.article-social-bar-floating-links .article-social-bar-floating-twitter {
  padding: 5px 0 5px 11px;
}
.article-social-bar-floating-links .article-social-bar-floating-facebook {
  padding-left: 17px;
}
.article-social-bar-floating-links .article-social-bar-floating-googleplus {
  padding-left: 14px;
  padding-bottom: 5px;
}
.article-social-bar-floating-links .article-social-bar-floating-linkedin {
  padding-bottom: 3px;
  border-bottom: 0;
}

/* - Gallery overlay --------------- */

.page-detailed_large {
  background: transparent;
  color: #fff;
}
.page-detailed_large a:link, .page-detailed_large a:visited {
  color: #fff;
}
.gallery-wrapper {
  margin: 0 auto;
  width: 1060px;
  position: relative; /* For absolute positioned elements inside */
}
.gallery-wrapper .leaderboard {
  height: 90px;
  margin-bottom: 20px;
}

.gallery-image {
  width: 461px;
  overflow: hidden;
  text-align: center;
}
.gallery-image-single .gallery-image {
  width: 728px;
}

.gallery-caption {
  margin-top: 20px;
  width: 728px;
  font-size: 16px;
}
.gallery-image-single .gallery-caption {
  text-align: center;
}

.gallery-previews {
  position: absolute;
  top: 110px;
  left: 472px;
  width: 266px;
}
.gallery-previews li {
  background: #fff;
  width: 123px;
  height: 81px;
  overflow: hidden;
  float: left;
  margin: 0 10px 10px 0;
}

#gallery-close {
  position: absolute;
  top: 10px;
  right: 1px;
}
#gallery-close:hover {
  text-decoration: none;
}
#gallery-close img {
  vertical-align: middle;
}
.gallery-banner {
  position: absolute;
  top: 110px;
  right: 0;
}

/* Force the scrollbars in the gallery lightbox off */
.page-detailed .simplemodal-wrap {
  overflow: hidden !important;
}

#simplemodal-overlay {
  background: #000;
}

/* iOS hacks to make the overlay display properly on the lower resolution screens */
@media screen and (max-device-width: 1024px) {
  .page-detailed #simplemodal-overlay {
    width: 1060px !important;
    height: 5000px !important;
  }
  .page-detailed .simplemodal-wrap {
    width: 1060px !important;
  }
}


/* - Business Services ----------------------------------------------------- */

.page-grow_your_business .content {
  margin-right: 10px;
  padding-bottom: 0;
  width: auto;
  float: none;
}
.page-grow_your_business #sme {
  width: 900px;
  height: 600px;
  margin: 0 auto 20px auto;
}
.page-grow_your_business .footer-services {
  display: none;
}

