/**
 * Striker Superstars :: http://www.strikersuperstars.com
 * Copyright (c) 2011 Coli Games Ltd
 * Game Guide Stylesheet
 */
/** Importing of LESS styles from library **/
/**
 * Striker Superstars :: http://www.strikersuperstars.com
 * Copyright (c) 2011 Coli Games Ltd
 * Library of Reusable Elements
 */
/** 
 * Variables 
 */
/** 
 * Rounded Corners
 */
/** 
 * Gradient
 */
/**
 * Positioning + Layout Hacks
 */
.clearIt:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@font-face {
  font-family: 'Bauhaus93Regular';
  src: url('../../css/fonts/bauhs93-webfont.eot');
  src: url('../../css/fonts/bauhs93-webfont.eot#iefix') format('embedded-opentype'), url('../../css/fonts/bauhs93-webfont.woff') format('woff'), url('../../css/fonts/bauhs93-webfont.ttf') format('truetype'), url('../../css/fonts/bauhs93-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/**
 *  Basic Layout Styles
 */
body#game-guide #content-frame {
  background: #000000 url(../../images/guide/guide-bg.jpg) top left no-repeat !important;
  color: #fff !important;
  width: 740px !important;
  padding: 10px !important;
}
body#game-guide #content-frame h1 {
  border: 0px !important;
}
body#game-guide #images {
  float: left;
  width: 33%;
}
body#game-guide #images img {
  box-shadow: 3px 3px 3px #000;
}
body#game-guide #images img:hover {
  box-shadow: 0px 0px 5px #00BFFF;
}
body#game-guide #images p {
  text-align: center;
  color: #ccc;
  margin-bottom: 10px;
}
body#game-guide #accordion {
  float: right;
  width: 66%;
}
body#game-guide #accordion > h3 {
  background: url(../../images/jquery/ui-bg_highlight-hard_20_0972a5_1x100.png) top left repeat-x !important;
}
body#game-guide #accordion > div {
  font-size: 12px;
  height: 210px;
}
body#game-guide #accordion > div p {
  padding-bottom: 10px;
}
body#game-guide #accordion > div p.note {
  color: #aaa;
  font-style: italic;
}
body#game-guide #accordion > div p span {
  font-weight: bold;
  color: #F0A932;
}
body#game-guide #accordion > div p.lead {
  font-size: 1.2em;
  color: #FFF;
  font-weight: bold;
}
body#game-guide #accordion > div table {
  padding-bottom: 10px;
  margin-bottom: 20px;
}
body#game-guide #accordion > div table td {
  border-bottom: 1px solid #666;
  padding: 5px;
}
body#game-guide #accordion > div table td img {
  padding-right: 5px;
}
body#game-guide #accordion > div img.tip {
  padding-right: 5px;
  float: left;
}
body#game-guide #accordion > div table td.label {
  width: 60%;
  font-weight: bold;
}