@font-face {
  font-family: 'pacman';
  src: url('../fonts/pacman.eot?') format('eot'), url('../fonts/pacman.ttf') format('truetype'), url('../fonts/pacman.woff') format('woff');
}

@font-face {
  font-family: 'futura';
  src: url('../fonts/futura/futura.eot');
  src: url('../fonts/futura/futura.eot?iefix') format('eot'), url('../fonts/futura/futura.woff') format('woff'), url('../fonts/futura/futura.ttf') format('truetype'), url('../fonts/futura/futura.svg') format('svg');
  font-weight: normal;
  font-style: normal;

}

html, body {
  height: 100%;
  background-color: transparent;
  font-family: Verdana, Tahoma, Helvetica, Arial;
  font-size: 85%;

}

iframe.popup {
  height: 200px;
}

#soapLightBox iframe {
  border: none;
  margin: 0;
  padding: 0;
  background-color: transparent;
  width: 975px;
  height: 560px;
}

a:link,
a:active,
a:visited {
  color: #000;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

/* HELPERS */

strong {
  font-weight: bold;
  text-transform: capitalize;
}

p {
  margin-bottom: 0.5em;
}

.hr-full {
  background: url("../../img/site/hr-full.gif") repeat-x center center;
  height: 21px;
}

#min-size,
#levelEditor #editorContainer {
  width: 990px;
  height: 590px;
  margin: 0 auto;
  position: relative;
}
#min-size.adMrec {
  width: 1070px;
}

#play #min-size {
  height: 615px;
  /*overflow : hidden;*/
}

.replacement {
  background-repeat: no-repeat;
  background-position: 0 0;
  display: block;
  text-indent: -9999em;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
}

.setOpacity {
  opacity:1;
  filter:alpha(opacity=100);
}

.fill {
  background-color: #fccf00;
}

.left-col {
  float: left;
  width: 239px;
  overflow:auto;
}

.center-col {
  float: left;
  width: 512px;
}

.right-col {
  float: right;
  width: 239px;
}

a.cancel {
  background-image: url("../../img/site/button-cancel.gif");
  width: 111px;
  height: 27px;
}

a.cancel:hover {
  background-position: left bottom;
}

a.maximised:link,
a.maximised:active,
a.maximised:visited {
  background-position: 0 0 !important;
}

a.maximised:hover {
  background-position: 0 -27px !important;
}

a.minimised:link,
a.minimised:active,
a.minimised:visited {
  background-position: 0 -54px !important;
}

a.minimised:hover {
  background-position: 0 -81px !important;
}

.position {
  font-family: futura;
  font-size: 20px;
}

/* HEADER */

#header {
  position: fixed;
  width: 100%;
  z-index: 1;
}

#header .fill {
  position: fixed;
  height: 80px;
  width: 100%;
}

#header h1 {
  position: fixed;
  background-image: url("../../img/site/logo-worlds-biggest-pacman.png");
  background-position: center center;
  height: 80px;
  width: 100%;
  margin: 0 auto;
}

#header .left-col {
  position: fixed;
  padding: 0;
  overflow: hidden;
  width: 33%;
}

#header .right-col {
  position: fixed;
  padding: 26px 10px;
  right: 0;
}

#header .fb-found {
  padding: 7px 10px 0 0;
}

#header .right-col .no-user p {
  background-image: url("../../img/site/text-login.png");
  background-position: left center;
  width: 63px;
  height: 35px;
  float: left;
}

#header .right-col .no-user a {
  background-image: url("../../img/site/button-fb-connect.gif");
  width: 117px;
  height: 35px;
}

#header .left-col .appeal {
  background-image: url("../../img/site/link-charity.gif");
  width: 127px;
  height: 80px;
  float: left;
}

#header .left-col .createMaze {
  background-image: url("../../img/site/button-create-a-level.gif");
  width: 199px;
  height: 28px;
  float: right;
  margin-top: 24px;
}

#header .left-col .createMaze:hover {
  background-position: left bottom;
}

/* CONTENT */

#play #content,
#levelEditor #content {
  background-color: #fccf00;
}

#play .navigation,
#levelEditor .navigation {
  margin: 27px 0 20px 10px;
}

#play .col-copy,
#levelEditor .col-copy {
  margin: 0 25px 0 20px;
}

#levelEditor .col-copy h2 {
  margin-bottom: 7px;
  font-weight:bold;
  font-size:1.1em;
}

#levelEditor .col-copy h3 {
  font-weight:bold;
}

#levelEditor .col-copy ul {
  list-style-type:disc;
  list-style-position:inside;
  margin: 7px 0px;
}

#levelEditor .col-copy li {
  font-size:0.9em;
  margin: 5px 0px;
  line-height: 16px;
}

#levelEditor .col-copy li img {
  vertical-align: middle;
}

#content {
  /*position: fixed;*/
  width: 100%;
  height: 100%;
  z-index: 0;
}

/* CURRENT USER PANEL */

#currentUser {
  height: 72px;
}

#currentUser .details {
  float: right;
  margin-right: 10px;
  margin-top: 5px;
}

#currentUser p {
  margin-left: auto;
  margin-right: 0;
  width: 150px;
  line-height: 0.9em;
}

#currentUser p.name {
  font-size: 17px;
  font-weight: bold;
  text-align: right;
}

#currentUser p.logout a:link,
#currentUser p.logout a:active,
#currentUser p.logout a:visited {
  background: url("../../img/site/button-close.gif") no-repeat right top;
  display: block;
  height: 19px;
  line-height: 19px;
  padding: 0 35px 0 0;
  text-align: right;
  color: #000;
}

#currentUser p.logout a:hover {
  background-position: right bottom;
}

#currentUser .profile-pic {
  background: url("../../img/site/profile-pic-panel.gif") no-repeat;
  height: 66px;
  width: 66px;
  float: right;
}

#currentUser .profile-pic p {
  margin: 8px;
  overflow: hidden;
}

#currentUser .profile-pic img {
  width: 50px;
  position: relative;
}

/* LEVEL EDITOR PAGE */

#levelEditor .center-col {
  background: url("../../img/site/level-reflection.png") no-repeat 0 577px;
  height: 646px;
}

#levelEditor .center-col .droppables {
  position: absolute;
  top: 65px;
}

#levelEditor #editorContainer .left-col {
  position: absolute;
  float: none;
}

#levelEditor #editorContainer .center-col {
  position: absolute;
  float: none;
  left: 238px;
}

#levelEditor #editorContainer .right-col {
  position: absolute;
  float: none;
  right: 0;
  top: 10px;
}

#levelEditor .right-col #toolPalette {
  background-color: transparent;
  height: auto;
  position: static;
  width: 190px;
  margin: 30px 0 0 auto;
}

#levelEditor #publish-nav {
  position: absolute;
  top: 595px;
  left: 60px;
}

#levelEditor #publish-nav li {
  float: left;
}

#levelEditor #publish-nav li.center {
  margin: 0 20px;
}

#levelEditor #resetButton {
  background-image: url("../../img/site/button-reset.gif");
  height: 28px;
  width: 112px;
}

#levelEditor #publishButton {
  background-image: url("../../img/site/button-submit.gif");
  height: 28px;
  width: 111px;
}

#levelEditor #previewButton {
  background-image: url("../../img/site/button-preview.gif");
  height: 28px;
  width: 127px;
}

#levelEditor #resetButton:hover,
#levelEditor #publishButton:hover,
#levelEditor #previewButton:hover {
  background-position: left bottom;
}


#levelEditor #wallsDotsButton {
  background-image: url("../../img/site/button-draw.gif");
  height: 58px;
  width: 58px;
  float: left;
  margin-right: 5px;
}

#levelEditor #eraserButton {
  background-image: url("../../img/site/button-erase.gif");
  height: 58px;
  width: 58px;
  float: left;
}

#levelEditor #addPill {
  background-image: url("../../img/site/button-add-pill.gif");
  height: 58px;
  width: 58px;
  float: left;
  margin-right: 5px;
}

#levelEditor #removePill {
  background-image: url("../../img/site/button-remove-pill.gif");
  height: 58px;
  width: 58px;
  float: left;
}

#levelEditor #resetButton:hover,
#levelEditor #publishButton:hover,
#levelEditor #previewButton:hover,
#levelEditor #wallsDotsButton:hover,
#levelEditor #eraserButton:hover,
#levelEditor #addPill:hover,
#levelEditor #removePill:hover,
#levelEditor .selected {
  background-position: left bottom;
}

#levelEditor .wallDots p {
  background-image: url("../../img/site/text-wall-and-dots.gif");
  height: 25px;
}

#levelEditor .wallDots span {
  background-image: url("../../img/site/sprites-create.gif");
  width: 42px;
  height: 42px;
  float: left;
  margin: 8px 15px 8px 0;
}

#levelEditor .powerPills p {
  background-image: url("../../img/site/text-power-pills.gif");
  height: 25px;
}

#levelEditor .powerPills span {
  background-image: url("../../img/site/sprites-create.gif");
  background-position: 0 -42px;
  width: 42px;
  height: 42px;
  float: left;
  margin: 8px 15px 8px 0;
}

#levelEditor .hr {
  background: url("../../img/site/hr-yellow.gif") no-repeat left center;
  clear: both;
  height: 22px;
  width: 191px;
  font-size: 0;
  line-height: 0;
  margin: 0 0 0 auto;
}

#levelEditor #thumbNail {
  position: static;
  background-color: transparent;
  margin: 0 0 0 auto;
  height: auto;
  width: 190px;
}

#levelEditor #thumbNail #thumbnailMap {
  margin: 0;
}

#levelEditor #levelValidation {
  width: 190px;
  margin: 0 0 0 auto;
}

#levelEditor #levelValidation p {
  font-weight: bold;
  color: #000;
  font-size: 12px;
}

/* PLAY GAME CONTAINER */

#play .right-col {
  margin-top: 10px;
}
#play .adMrec .right-col{
  width:300px;
}

#play a.create-a-level:link,
#play a.create-a-level:visited,
#play a.create-a-level:active {
  background: url("../../img/site/button-home.gif") no-repeat;
  width: 103px;
  height: 27px;
}

#play a.create-a-level:hover {
  background-position: left bottom;
}

#play .createdBy .first {
  background: url("../../img/site/toggle-created-by.gif") no-repeat scroll 0 0 transparent;
  height: 27px;
  margin: 0;
  padding: 0;
}

#play .createdBy img {
  width: 25px;
  margin-right: 5px;
  vertical-align: middle;
}

#play .createdBy p {
  height: 33px;
  line-height: 33px;
  text-transform: capitalize;
  width: 180px;
  overflow: hidden;
}

#play .levelList {
  margin-top: 10px;
}

#play .createdBy,
#play .playerList,
#play .levelList,
#play .bookmark {
  position: static;
  width: 200px;
  margin-left: auto;
  margin-right: 0;
}

#play .adMrec .createdBy,
#play .adMrec .playerList,
#play .adMrec .levelList,
#play .adMrec .bookmark {
  width: 100%;
}
#play .createdBy,
#play .playerList,
#play .levelList,
#panel-container .playerList,
#panel-container .globalList,
#panel-container .countryList,
#map-container{
  border:2px solid #e50013;
  background:#000;
  border-radius: 5px;
}
#panel-container{
  width:200px;
}
#play .bookmark{
  border:2px solid #000;
  background: #fccf00;
  border-radius: 5px;
}
#play .bookmark ul.score-list li{
  border-bottom:0;
}

#play .bookmark .score-panel {
  background: #fccf00;
  margin:0 4px;
}

#play .bookmark span.panel-cap {
  height: 0;
}

#play .bookmark li {
  padding-left: 0;
}

#play .bookmark p {
  margin-top: 10px;
}

#play .bookmark a.copy-url:link,
#play .bookmark a.copy-url:active,
#play .bookmark a.copy-url:visited {
  background: url("../../img/site/button-copy.gif") no-repeat;
  width: 114px;
  height: 28px;
  margin-left: auto;
  margin-right: 0;
}

#play .bookmark a.copy-url:hover {
  background-position: left bottom;
}

#play p.copy {
  margin-top: 0;
  width: 200px;
  margin-left: auto;
  margin-right: 0;
}



#play .report {
  position: absolute;
  right: 0;
  bottom: 0;
}

#play .pacman-running {
  background: url("../../img/site/detail-pacman-running.png") no-repeat;
  width: 175px;
  height: 232px;
  position: absolute;
  top: 240px;
  left: 40px;
}

#play #fb-like {
  width: 200px;
  margin: 10px 0 0 auto;
}
#play .adMrec #fb-like{
  width: 300px;
}

#play a.report-level {
  background: url("../../img/site/button-report-level.gif") no-repeat;
  width: 114px;
  height: 28px;
}

#play a.report-level:hover {
  background-position: left bottom;
}

#play #buttons {
  background-color: transparent;
  left: 57px;
}

#play #buttons div {
  background: transparent url("../../img/site/lightbox-background.png") no-repeat left top;
  height: 110px;
  width: 398px;
}

#play #buttons a#replayLevel {
  background-image: url("../../img/site/button-game-replay.gif");
  height: 28px;
  width: 112px;
  float: left;
}

#play #buttons a#selectLevel {
  background-image: url("../../img/site/button-game-home.gif");
  height: 28px;
  width: 112px;
  float: right;
}

#play #buttons a#backToEditor {
  background-image: url("../../img/site/button-back-to-editor.gif");
  height: 27px;
  width: 197px;
  float: right;
}

#play #buttons a#replayLevel:hover,
#play #buttons a#selectLevel:hover,
#play #buttons a#backToEditor:hover {
  background-position: left bottom;
}

#play #buttons span {
  background: transparent url("../../img/site/lightbox-cap.png") no-repeat;
  font-size: 0;
  line-height: 0;
  height: 8px;
  width: 398px;
  display: block;
}

#play #buttons h2 {
  font-family: futura;
  font-size: 40px;
  padding: 10px 0;
  text-align: center;
}

#play #buttons p {
  margin: 0 auto;
  width: 240px;
}

#play #buttons p.edit {
  width: 320px;
}

/* SPECIAL BUTTONS - Dodgy hack, but I'm low on time. yeh! */

#play #buttons_special {
  position: absolute;
  top: 260px;
  left: 57px;
  background-color: transparent;
  visibility:hidden;
}

#play #buttons_special div {
  background: transparent url("../../img/site/lightbox-background.png") no-repeat left top;
  width: 398px;
}

#play #buttons_special a#replayLevel {
  background-image: url("../../img/site/button-game-replay.gif");
  height: 28px;
  width: 112px;
  float: left;
}

#play #buttons_special a#selectLevel {
  background-image: url("../../img/site/button-game-home.gif");
  height: 28px;
  width: 112px;
  float: right;
}

#play #buttons_special a#backToEditor {
  background-image: url("../../img/site/button-back-to-editor.gif");
  height: 27px;
  width: 197px;
  float: right;
}

#play #buttons_special a#replayLevel:hover,
#play #buttons_special a#selectLevel:hover,
#play #buttons_special a#backToEditor:hover {
  background-position: left bottom;
}

#play #buttons_special span {
  background: transparent url("../../img/site/lightbox-cap.png") no-repeat;
  font-size: 0;
  line-height: 0;
  height: 8px;
  width: 398px;
  display: block;
}

#play #buttons_special h2 {
  font-family: futura;
  font-size: 40px;
  padding: 10px 0;
  text-align: center;
}

#play #buttons_special p {
  margin: 0 auto;
  width: 240px;
}

#play #buttons_special p.message {
  width: 340px;
  padding-top: 0px;
  padding-bottom: 15px;
}

#play #buttons_special p.edit {
  width: 320px;
}

/* LEVEL CONTAINER */

#level-container {
  clear: both;
  width: 800px;
  margin: 0 auto;
}

#level-container li {
  font-size: 10px;
  width: 60px;
  height: 60px;
  float: left;
  border: 1px solid #333;
  margin: 3px 6px;
  padding: 2px;
}

#level-container li.level-empty {
  background-color: #efefef;
}

#level-container li.level-null {
  background-color: #fefefe;
}

#level-container .played {
  border: 1px solid #c00;
}

#level-container .created {
  border: 1px solid #0c0;
}

/* SCORE LISTS */

#panel-container {
  position: absolute;
  top: 94px;
  right: 10px;
}

ul.score-list {
  padding: 4px 4px 0;
  clear: both;
}

ul.score-list li {
  clear: both;
  padding: 0 0 0 5px;
  border-bottom: 1px solid #000;
  height: 33px;
}

ul.score-list li.first,
ul.score-list li.last {
  padding: 4px;
}

ul.score-list li p {
  width: 142px;
  margin-bottom: 0;
}

ul.score-list .position,
ul.score-list .icon {
  background: url("../../img/site/sprites.gif") no-repeat;
  background-position: 0 33px;
  width: 33px;
  height: 33px;
  float: right;
  line-height: 33px;
  text-align: center;
}

ul.score-list .levels-completed {
  background-position: 0 0px;
}

ul.score-list .pellets-eaten {
  background-position: 0 -33px;
}

ul.score-list .pacmen-killed {
  background-position: 0 -66px;
}

ul.score-list .ghosts-eaten {
  background-position: 0 -99px;
}

ul.score-list .level-created {
  background-position: 0 -132px;
}

ul.score-list .games-played {
  background-position: 0 -165px;
}

ul.score-list .best-score {
  background-position: 0 -198px;
}

ul.score-list .title {
  float: left;
  font-weight: bold;
}

ul.score-list .score {
  float: left;
  position: static;
  text-align: left;
}

ul.score-list input {
  border: none;
  background-color: transparent;
  height: 33px;
  width: 100%;
  line-height: 33px;
  font-size: 12px;
}

div.score-panel {
  background: #fccf00;
  margin:2px;
  padding-bottom: 7px
}

span.panel-cap {
  height: 0;
  clear: both;
}

ul.score-list li.first {
  padding: 0;
  height: 27px;
}

.playerList,
.levelList,
.globalList,
.countryList {
  margin-top: -2px;
}

.playerList .first a:link,
.playerList .first a:visited,
.playerList .first a:active {
  background: url("../../img/site/toggle-your-stats.gif") no-repeat;
  height: 27px;
  width: 188px;
  padding: 0;
  margin: 0;
}

.levelList .first p{
  background: url("../../img/site/toggle-level-stats.gif") no-repeat;
  height: 27px;
  width: 188px;
  padding: 0;
  margin: 0;
}

.globalList .first a:link,
.globalList .first a:visited,
.globalList .first a:active {
  background: url("../../img/site/toggle-global-stats.gif") no-repeat;
  height: 27px;
  width: 188px;
  padding: 0;
  margin: 0;
}

.countryList .first a:link,
.countryList .first a:visited,
.countryList .first a:active {
  background: url("../../img/site/toggle-country-stats.gif") no-repeat;
  height: 27px;
  width: 188px;
  padding: 0;
  margin: 0;
}

.countryList .last a:link,
.countryList .last a:visited,
.countryList .last a:active {
  background: url("../../img/site/button-view-all.gif") no-repeat;
  height: 23px;
  width: 75px;
  padding: 0;
  margin: 5px 0 5px auto;
}

.countryList .last a:hover {
  background-position: left bottom;
}

/* DYNAMIC CONTAINER */

#dynamic-content {
  position: fixed;
  top: -9999em;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}

#dynamic-content .content {
  position: fixed;
  width: 100%;
  height: 100%;
}

/* FOOTER */

#footer {
  position: fixed;
  bottom: 0;
  height: 31px;
  width: 100%;
  border-top: 1px solid #ffff00;
  z-index: 12000;
}

#footer .fill {
  position: fixed;
  bottom:0;
  height: 31px;
  width: 100%;
  margin: 0px;
}

#footer .left-col {
  position: fixed;
  padding: 0 6px;
  width: 390px;
}

#footer .left-col .misc-links {
  float: left;
  margin: 4px 0;
}

#footer .left-col .misc-links a:hover {
  background-position: left bottom;
}

#footer .left-col .misc-links .dotcom {
  background-image: url("../../img/site/_button-pacman-dot-com.gif");
  width: 98px;
  height: 23px;
  float: left;
}

#footer .left-col .misc-links .soap_footer {
  background-image: url("../../img/site/soap-footer.gif");
  width: 125px;
  height: 24px;
  float: left;
}

#footer .left-col .misc-links .namco {
  background: url('../../img/site/namco-copyright.gif');
  width: 139px;
  height: 23px;
  float: left;
  margin-left: 4px;
}

#footer .center-col {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 31px;
}

#footer .center-col .misc-links {
  width: 250px;
  height: 31px;
  margin: 0 auto;
}

#footer .center-col a.about {
  background-image: url("../../img/site/button-about.gif");
  height: 23px;
  width: 28px;
  margin: 4px auto;
  float: left;
}

#footer .center-col img {
  height: 23px;
  width: 28px;
  /*margin: 4px auto;*/
  padding: 4px;
  float: left;
}

#footer .center-col .share {
  float: left;
  padding: 4px;
}

#footer .center-col .fb-like {
  float: left;
  padding: 6px 0;
  width: 110px;
  height: 31px;
}

.callOut {
  width:224px;
  height:49px;
  background: url("../../img/site/callOutBG.png") no-repeat 0 0 transparent;
  z-index:15000;
  float:left;
  position:absolute;
}

.callOut p{
  text-align:center;
  font-size: 0.9em;
  font-weight: bold;
  margin:10px auto;
}

#footer .center-col a:hover {
  background-position: left bottom;
}

#footer .right-col {
  position: fixed;
  right: 0;
  padding: 0 6px;
}

#footer .right-col .misc-links {
  float: left;
  width: 240px;
}

#footer .right-col a {
  background-image: url("../../img/site/button-made-for-internet-explorer.gif");
  width: 203px;
  height: 23px;
  margin: 4px 0;
  float: right;
}

#footer .right-col span {
  background-image: url("../../img/site/logo-ie.png");
  background-position: center center;
  width: 33px;
  height: 31px;
}

#footer .right-col a:hover {
  background-position: left bottom;
}

/* SOAP LIGHTBOX */

#soapLightBox {
  z-index: 20000;
}

#soapLightBox .soapLightBox-popup {
  background: transparent url("../../img/site/lightbox-background.png") no-repeat;
  position: relative;
}

#soapLightBox .soapLightBox-popup .soapLightBox-content {
  position: relative;
  height: 100%;
  width: 100%;
}

#soapLightBox .soapLightBox-popup .soapLightBox-cap {
  background: transparent url("../../img/site/lightbox-cap.png") no-repeat;
  position: absolute;
  bottom: -8px;
  height: 8px;
  width: 100%;
}

#soapLightBox .soapLightBox-popup a.soapLightBox-close {
  background: transparent url("../../img/site/button-close.gif") no-repeat;
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 24px;
  height: 19px;
  text-indent: -9999em;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}

#soapLightBox .soapLightBox-popup a.soapLightBox-close:hover {
  background-position: left bottom;
}

#soapLightBox .soapLightBox-content h2 {
  font-family: futura;
  font-size: 24px;
  margin-top: 20px;
  text-align: center;
  text-transform: uppercase;
}

#soapLightBox .soapLightBox-content p.pop-copy {
  margin-top: 20px;
  text-align: center;
}

/* COUNT DOWN TIMER */

#countDown {
  margin-top: 40px;
  font-size: 14px;
  text-align: center;
}

/* MINIMAP */

#map-container {
  /*background: url("../../img/site/score-board-background.png") no-repeat;*/
  position: fixed;
  top: 90px;
  left: 10px;
  width: 200px;
  height: 226px;
}

#map-container p {
  background: url("../../img/site/text-navigator.gif") no-repeat #fccf00;
  height: 30px;
  margin: 4px;
}

#map-container .navigator-home {
  background: url("../../img/site/button-navigator-home.gif") no-repeat;
  height: 23px;
  margin: 4px 4px 0 auto;
  width: 28px;
}

#map-container .navigator-home:hover {
  background-position: left bottom;
}

#map-container #miniMap {
  margin-left: -1px;
  margin-top: 30px;
  width: 190px;
  height: 190px;
  border: 1px solid #000;
}

#map-container .panel-cap {
  margin-top: 190px;
}

/* POPUP WINDOW STYLES */

#soapLightBox .text-login {
  background: url("../../img/site/text-login.gif") no-repeat center center;
  height: 40px;
}


#soapLightBox .text-unsupported {
  background: url("../../img/site/text-unsupported-browser.gif") no-repeat center center;
  height: 40px;
}

#soapLightBox .unsupported-img {
  background: url('../../img/site/unsupported-browser.png') no-repeat center center;
  width: 362px;
  height: 132px;
  margin: 0 auto;
}

#soapLightBox .unsupported-copy {
  margin-top: 20px;
  margin-bottom: 15px;
}

#soapLightBox .fb-login {
  background: url("../../img/site/button-fb-connect.gif") no-repeat;
  width: 117px;
  height: 35px;
  margin: 0 auto;
}

#soapLightBox .fb-login:hover {
  background-position: left bottom;
}

#soapLightBox .soapLightBox-content p.copy {
  text-align: center;
  margin: 0;
  width: 100%;
}

#soapLightBox .hr-full {
  height: 22px;
  background-position: center bottom;
}

#soapLightBox .text-play {
  background: url("../../img/site/text-play.gif") no-repeat center center;
  height: 60px;
}

#soapLightBox .guest-login {
  background: url("../../img/site/button-play.gif") no-repeat;
  width: 107px;
  height: 25px;
  margin: 0 auto;
}

#soapLightBox .guest-login:hover {
  background-position: left bottom;
}

#soapLightBox.iframe_countries .soapLightBox-popup,
#soapLightBox.iframe_info .soapLightBox-popup {
  background-image: url("../../img/site/lightbox-iframe-background.png");
}

#soapLightBox.iframe_countries .soapLightBox-cap,
#soapLightBox.iframe_info .soapLightBox-cap {
  background-image: url("../../img/site/lightbox-iframe-cap.png");
}

#soapLightBox.iframe_countries a.soapLightBox-close,
#soapLightBox.iframe_info a.soapLightBox-close {
  background-image: url("../../img/site/button-close-lrg.gif");
  width: 111px;
  height: 27px;
}

#soapLightBox.published .soapLightBox-content p {
  text-align: center;
}

#soapLightBox.published .soapLightBox-content p.buttons {
  height: 25px;
  margin: 0 auto;
  padding: 9px 0;
  width: 180px;
}

#soapLightBox.published .soapLightBox-content .home {
  background-image: url("../../img/site/button-home-small.gif");
  width: 57px;
  height: 25px;
  float: left;
}

#soapLightBox.published .soapLightBox-content .play {
  background-image: url("../../img/site/button-play-this-level-small.gif");
  width: 113px;
  height: 25px;
  float: right;
}

#soapLightBox.published .soapLightBox-content .home:hover,
#soapLightBox.published .soapLightBox-content .play:hover {
  background-position: left bottom;
}

/* INFO PAGE */

body#info {
  background-color: #fccf00;
}

#info #header {
  height: 80px;
  width: 990px;
  margin: 0 auto;
  position: static;
}

#info #header .left-col {
  position: static;
  height: 80px;
  width: 175px;
  padding: 0;
  float: left;
}

#info #header .left-col a {
  background: url("../../img/site/button-info.gif") no-repeat;
  width: 87px;
  height: 27px;
}

#info #header .left-col a:hover {
  background-position: left bottom;
}

#info #header .right-col {
  width: 162px;
  float: right;
}

#info #header h1 {
  background: url("../../img/site/text-info-header.gif") no-repeat center center;
  height: 80px;
  width: 620px;
  float: left;
  position: static;
}

#info #content {
  width: 665px;
  margin: 0 auto;
  padding: 0px 10px 40px 10px;
  position: relative;
  height: auto;
}

#info #content p {
  margin-bottom: 15px;
}

#info #content .right-col {
  background: url("../../img/site/detail-dotted-line.gif") repeat-y;
  float: right;
  width: 333px;
}

#info #content .right-col a:link,
#info #content .right-col a:visited,
#info #content .right-col a:active {
  color: #e50013;
  font-weight: bold;
  text-decoration: none;
}

#info #content .left-col {
  float: left;
  width: 332px;
}

#info #content .left-col a:link,
#info #content .left-col a:visited,
#info #content .left-col a:active {
  color: #076fb8;
  font-weight: bold;
  text-decoration: none;
}

#info .ie-head {
  background: url("../../img/site/detail-ie.png") no-repeat;
  height: 78px;
}

#info .twitter-icon {
  background: url("../../img/site/detail-twitter.gif") no-repeat;
  height: 20px;
}


#info .pacman-head {
  background: url("../../img/site/detail-pacman.gif") no-repeat right top;
  height: 78px;
}

#info .copy {
  padding: 18px 22px;
}

#info .copy .text {
  height: 160px;
}

#info #content .feature {
  background: url("../../img/site/feature-panel.gif") no-repeat;
  width: 274px;
  height: 73px;
}

#info #content .feature p {
  height: 40px;
  margin: 0;
}

#info #content .left-col .feature p {
  background: url("../../img/site/text-made-for-ie.gif") no-repeat 4px 5px;
}

#info #content .left-col a:hover {
  background-position: left bottom !important;
}

#info #content .left-col .feature a {
  background: url("../../img/site/button-download-now.gif") no-repeat;
  width: 256px;
  height: 23px;
  margin: 0 auto;
}

#info #content .right-col .feature p {
  background: url("../../img/site/text-meet-pacman.gif") no-repeat 4px 5px;
}

#info #content .right-col .feature a {
  background: url("../../img/site/button-visit-pacman.gif") no-repeat;
  width: 256px;
  height: 23px;
  margin: 0 auto;
}

#info #content .right-col a:hover {
  background-position: left bottom !important;
}

#info .detail-pacman-pill {
  position: absolute;
  top: 175px;
  left: 575px;
}

#info #content .right-col .left-col {
  width: 200px;
  overflow: hidden;
  margin-top: 22px;
}
#info #content .right-col .right-col {
  background-image: none;
  width: 84px;
  height: 80px;
  margin-top: 20px;
  float: left;
}

#info #content .right-col table{
  margin: 30px 0 0 0;
  width: 310px;
}

#info #content .right-col tr{
  height: 24px;
}

#info #content .right-col td{
  padding-right: 10px;
}


#info #content .right-col .right-col a.rss {
  background: url("../../img/site/icon-rss.gif") no-repeat;
  width: 24px;
  height: 24px;
  margin: 0 2px;
  float: left;
}

#info #content .right-col .right-col a.fb {
  background: url("../../img/site/icon-facebook.gif") no-repeat;
  width: 24px;
  height: 24px;
  margin: 0 2px;
  float: left;
}

#info #content .right-col .right-col a.twitter {
  background: url("../../img/site/icon-twitter.gif") no-repeat;
  width: 24px;
  height: 24px;
  margin: 0 2px;
  float: left;
}

#info .credit {
  margin-top: 79px;
  text-align: center;
}

#info .credit a {
  font-weight: normal !important;
  color: #000 !important;
  text-decoration: underline !important;
}

#info .credit img {
  vertical-align: middle;
}

/* ALL COUNTRIES */

#countries #header {
  position: static;
  height: 80px;
}

#countries #header h1 {
  background-image: none;
  font-family: futura;
  font-size: 41px;
  margin-top: 15px;
  text-align: center;
  text-transform: uppercase;
}

#countries ul {
  width: 195px;
  float: left;
}

#countries li {
  background: url("../../img/site/hr-yellow.gif") no-repeat center bottom;
  height: 33px;
  padding: 4px 0 6px;
}

#countries li span.position {
  display: block;
  width: 53px;
  height: 33px;
  line-height: 33px;
  float: left;
  text-align: center;
}

#countries li p {
  width: 139px;
  float: right;
  clear: right;
  margin: 0;
}

/* OPTIONS */

#options #content {
  margin: 0 auto;
  padding: 0;
  position: static;
  width: 990px;
}

#options h1 {
  font-weight: bold;
  border-bottom: 1px solid #333;
  margin: 20px 0;
  text-transform: uppercase;
}

#options table {
  border: 1px solid #333;
  background-color: #eee;
  margin: 0 auto 10px;
  width: 800px;
}

#options table td {
  width: 200px;
  height: 45px;
}

#options .passwordForm,
#options .otherActions {
  width: 200px;
  float: left;
  margin: 10px;
  clear: left;
}

#options .passwordForm input,
#options .otherActions input {
  margin: 10px;
}

#options li {
  float: left;
  width: 230px;
  text-align: center;
  margin-right: 10px;
}

#options li div.image {
  margin: 0 10px;
}

#options li div {
  float: left;
}

#options li input {
  width: 20px;
}

#options li div.submit input {
  width: 75px;
  margin-top: 10px;
}

#options .userDetails {
  text-align: left;
  clear: both;
  font-size: 0.85em;
  padding-top: 10px;
}

#options .userDetails strong.disabled {
  color: #F00;
  font-weight: bold;
}

#options .userDetails a.disabled:link,
#options .userDetails a.disabled:visited,
#options .userDetails a.disabled:active {
  color: #ccc;
}

/* MESSAGE */

.message {
  text-align: center;
  padding: 10px 0;
}

/* SHARE THIS */

.st_sharethis_custom {
  background-image: url("../../img/site/button-sharethis.gif");
  width: 28px;
  height: 23px;
}

/* SIGNATURE */

#signature {
  width: 250px;
  margin: 0 auto;
}

#signature div {
  margin-top: 10px;
  text-align: center;
}

#signature label {
  display: block;
  float: left;
  width: 85px;
  text-align: left;
}



#backToEditor {
  background-image:  url("../../img/site/button-back-to-editor.gif");
  width: 197px;
  height: 27px;
}

#backToEditor:hover {
  background-position: left bottom;
}

.admin_check {
  width: 30px !important;
  height: 30px !important;
}

#soapLightBox .postToWall {
  background-color: #fff;
  border: 1px solid #cecece;
  margin-top: 10px;
  padding: 8px;
}

#soapLightBox .postToWall .publish {
  background-image:  url("../../img/site/button-fb-publish.gif");
  width: 63px;
  height: 26px;
  border: none;
}

#soapLightBox .postToWall .skip {
  background-image:  url("../../img/site/button-fb-skip.gif");
  width: 43px;
  height: 26px;
  border: none;
}

#soapLightBox .postToWall .profile {
  float: left;
  width: 55px;
}

#soapLightBox .postToWall .profile .profilePic {
  width: 50px;
  height: 50px;
  display: block;
}

#soapLightBox .postToWall .profile div.profilePic {
  text-align: center;
  font-size: 10px;
  color: #efefef;
  background-color: #fff;
}

#soapLightBox .postToWall .input {
  display: table-cell;
  vertical-align: middle;
  height: 50px;
}

#soapLightBox .postToWall .input textarea {
  width: 300px;
  height: 3em;
  border: 1px solid #efefef;
}

#soapLightBox .postToWall .buttons {
  text-align: right;
}

#soapLightBox .postToWall .buttons a {
  float: right;
  margin-right: 2px;
}

#soapLightBox .postToWall .buttons a:hover {
  background-position: left bottom;
  cursor: pointer;
}

#soapLightBox .postToWall .info {
  float: left;
  height: 26px;
  line-height: 26px;
  margin: 0;
  width: 290px;
}

#soapLightBox .postToWall .info p.success {
  color: #006600;
  font: 99% arial,helvetica,clean,sans-serif;
  line-height: 26px;
}

#soapLightBox .postToWall .info p.error {
  color: #660000;
  font: 99% arial,helvetica,clean,sans-serif;
  line-height: 26px;
}


/*Banners*/
.bannersHomeLeft{
  position:fixed;
  left:10px;
  top:326px;
}
.bannersHomeLeft.gameView{
  position:absolute;
  left:20px;
  top:480px;
}
.bannersHomeLeftInfo{
  width:196px;
  left:10px;
  top:326px;
  border: 2px solid #e50013;
  border-radius: 5px;
  background:#000;
}
.bannersHomeLeftInfo .bannerInner{
  margin:3px;
  background: #fccf00;
  padding:5px;
  font-family: Arial;
  font-weight: bold;
}
.bannersSquare{
  width:200px;
  margin-top:10px;
}
.bannersSquare img{
  width:100%;
  height: auto;
}
#bannersHomeFoot{
/*
  border: 2px solid #e50013;
  border-radius: 5px;
  background:#fccf00;
  padding:3px;
*/
  width:728px;
  margin:auto;
  position: fixed;
  bottom: 40px;
  left:calc(50% - 365px);
}
#play .report.reportAdLayout{
  bottom: auto;
  padding-top:10px;
}
.bannersGameRight{
  width:300px;
  /* margin-top:50px; */
  /* position:absolute; */
}


.bannerLeft{
  position:absolute;
  left:10px;
  top:490px;
  width:200px;
}
.bannerLeft img{
  width:200px;
}



.bannersGameRight img{
  width:100%;
  height:auto;
}
.bannersSkyscraper{
  position:absolute;
  top:82px;
  right:-140px;
}

.bannersLeaderboard{
  clear: both;
  margin-left:239px;
  text-align: left;
  padding-top:10px;
}

@media only screen and (max-height: 880px)  and (min-height: 671px){
  #bannersHomeFoot{
    left: 10px;
  }
}

@media only screen and (max-height: 670px) {
  #bannersHomeFoot{
    display: none;
/*
    position: relative;
    top: -100px
    margin: 0 auto 0 auto;
    left: auto;
  }
  #content{
    min-height: 768px;
    position: relative;
*/
  }
}
