/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *


*/

/* general */


*{
  margin: 0;
  padding: 0;
}

body {
  background: #98110b url('background-cb9f39557e5aac38c959863c2bc941e235bdf1d2efa1b98f85e2bec7af33f67e.png') repeat-x scroll left top;
  font-family: arial,helvetica,clean,sans-serif;
  font-size: 12px;
  line-height: 1.22em;
}

@font-face {
    font-family: 'forque';
    src: url('forque-webfont-0edefad938c6f9ed2696b49ba1f10a9ded540ccbf5aed7ef8ed4cd4bdc2cb9bf.eot');
    src: url('forque-webfont-0edefad938c6f9ed2696b49ba1f10a9ded540ccbf5aed7ef8ed4cd4bdc2cb9bf.eot#iefix') format('embedded-opentype'),
         url('Forque-6bc98a5ad68bab84211e5e7cea0327c3e4a021d50404f511d31d5417e51b3bce.ttf') format('truetype'),
         url('forque-webfont-d5fee5b56905bf3f217e729ef24cf905aca3eef268c5147699ddf5ffa7a4df49.svg') format('svg');
    font-weight: normal;
}

 a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a img {
  border: none;
}

textarea:focus, input:focus {
	border: 2px solid #7D1008;
}

textarea{
  -moz-box-shadow: 0px 2px 2px 0px #dddddd;
  -webkit-box-shadow: 0px 2px 2px 0px #dddddd;
  box-shadow: 0px 2px 2px 0px #dddddd;
}

/* page structure */

#full {
  margin: 0 auto;
  max-width: 1000px;
  padding-top: 0px;
  padding-bottom: 10px;
}

#topcontainer {
  width: 381px;
  height: 33px;
  background: url('diamant-effc32b164b6cf04f47c6e8719177afc77cddcab97345950b2d0c8f4c987b6c6.png') no-repeat right top;
  float: left;
}

#box-link { 
  position: absolute; 
  top: 39px; 
  left: 20px; 
  width: 700px; 
  height: 80px; 
  background-color: transparent; 
}

#systemnav {
  height: 33px;
  width: 619px;
  color: #FFFFFF;
  text-align: right;
  line-height: 33px;
  float: right;
}

#systemnav a {
  color: #FFFFFF;
}

#langswitcher {
  padding-right: 10px;
  float: left;
  width: 329px;
}

.langimg img {
  margin: 0 1px -2px;
  border: 1px solid transparent;
  }

.langimg:hover img {
  border: 1px solid #ccc;
}

#loginlogout {
  font-weight: bold;
  padding-right: 14px;
}

#logincontainer{
  width: 280px;
  float: right;
}

#header {
  background: transparent url('fullhead-7ca854e86852113bb2f30846377af5b9eb6ed3370c993d893ddfbf81e8373a99.jpg') no-repeat right top;
  width: 1000px;
  height: 151px;
  position: relative;
}

#headeren {
  background: transparent url('fullhead_en-18889f364574f1d946ffe083d6e7f1af9ac9cf3d8b1abd346e9f11025394723c.jpg') no-repeat right top;
  width: 1000px;
  height: 151px;
  position: relative;
}

#searchwrapper{
position: absolute;
right: 13px;
bottom: 11px;
background:url('searchfield-22839c60b528d26922c4ce5b96d1273d0a1d89c3d57b091dc77e983029a3f058.png') no-repeat left top;
width: 142px;
height: 24px;
}

#searchglass{
  position: absolute;
  right: 5px;
  top: 6px;
}

#searchfield{
width: 112px;
height: 24px;
border: 0;
background-color:transparent;
padding-left: 5px;
font-size: 10px;
outline: none;
}

#topnavi {
  height: 37px;
  width: auto;
  background: url('navibg-13d5e435e4689f2dd9130cccfbd3aa0ebfae62abc061bf318560a641d0601a55.gif') no-repeat left top #7d1008;
  color: #FFFFFF;
  font-size: 1.178em;
  font-weight: bold;
  text-align: center;
  line-height: 37px;
  text-transform: uppercase;
  overflow: hidden;
}

#topnavi li {
  float: left;
  list-style-type: none;
}

#topnavi li:before { 
  content: "|"; padding: 0.55em;
}

#topnavi li:first-child:before {
  content: ""; 
}

#topnavi a {
  color: #FFFFFF;
}

#content {
  background-color: #FFFFFF;
  padding: 21px 12px 20px 18px;
  overflow: hidden;
}

#content h1 {
  font-size: 26px;
  padding: 0 0 20px;
  display: inline;
}

#content p {
  padding: 12px 0 8px;
}

#content a{
  color: #a71f09
}

/* footer */

#footer {
  background-color: #7d1008;
  color: #FFFFFF;
  padding: 18px 12px 16px 18px;
  height: auto;
  display: block;
  overflow: auto; 
}

.footertab {
  width: 160px;
  float: left;
  color: #FFFFFF;
  padding-right: 55px;
}

#lasttab{
  padding-right: 20px;
}

#footerad {
  width: 200px;
  height: 200px;
  float: right;
}

.doublefootertab {
  height: 175px;
  width: 320px;
}

.catlisting ul {
  overflow: hidden;
}

.catlisting li {
  line-height: 2em;
  list-style-type: none;
}

.doublecatlisting li {
  display: inline;
  overflow: hidden;
  width: 50%;
  float: left;
}

.catlisting li:first-child {
  font-weight: bold;
  margin-bottom: 3px;
  width: 100%;
}

.catlisting a {
  color: #FFFFFF;
}

#allcategories {
  width: 100%;
  display: block;
  overflow: hidden; 
}

#footercopy {
  width: 100%;
  margin: 20px 0 0;
}

#sitefooter {
  background-color: #720e07;
  width: 100%;
  padding: 5px 0;
  text-align:center;
  overflow: hidden;
  font-size:11px;
  border-top: 1px solid #600B05;
  border-top: 1px solid #600B05;
  height: auto;
}

#sitefooter ul{
  display: block;
  left: 50%;
  position: relative;
  float: left;
}

#sitefooter ul li{
  float: left;
  position: relative; 
  right: 50%;
  list-style-type: none;
}

#sitefooter ul li a{
  color: #ccc;
}

#de {
  background: url('deutsch_mini-b4f6bc10472d18b19bc24c12782ce47b30dcef3b3bf688cafc39a7824a3aa853.jpg') no-repeat left center;
  padding: 1px 0 0 20px;
}

#ukusa {
  background: url('uk_usa-7bd89cc2c898beee2fb23836f8a88b5b050380d1a1cd43219e8b23d6a404522d.gif') no-repeat left center;
  padding: 1px 0 0 40px;
  margin-left: 30px;
}

/* Category Page */

#categorytitle {
  width: 670px;
  padding: 0 330px 20px 0;
}

.categorylist {
}

.categorylistitem {
  height: 134px;
  width: 151px;
  padding: 1px;
  background-color: #f4f2f2;
  overflow: visible;
  float: left;
  margin: 0 0 12px 0;
  position: relative;
  -moz-box-shadow: 0px 2px 2px 0px #dddddd;
  -webkit-box-shadow: 0px 2px 2px 0px #dddddd;
  box-shadow: 0px 2px 2px 0px #dddddd;
}

.categorylistitem img{
  padding: 0 0 2px 0;
  float: left;
}

.categorylistitem a{
  color: #8f100a;
  font-size: 11px;
  line-height: 18px;
}

.category-game-name {
  height: 19px;
  overflow: hidden;
  padding-left: 3px;
}

.hotlayer {
  background: url('hot-3586084b5f3c53e413d54b9b5f3372cad270e2f6da5ffb248b656e2dfd64c0b3.png') no-repeat top right;
  position: absolute;
  overflow: hidden;
  width: 45px;
  height: 41px;
  right: -3px;
  top: -1px;
}

.hotlayerhome{
  right: -4px;
  top: -2px;
}

.cat-adplace-holder {
width: 100%;
height: 60px;
padding: 6px 0 15px;
overflow:hidden;
float: left;
text-align: center;
}

/* Kaminari Pagination */
.pagination {
  color: #000000;
  width:100%;
  text-align:center;
  font-size: 14px;
  padding: 12px 0;
}

.pagination a {
  color: #000000;
}

.pagination .prev {
  float: left;
  width:100px;
  height: 20px;
  text-align: center;
  background: #7D1008;
  line-height: 20px;
  position: relative;
  -moz-box-shadow: 2px 2px 2px 1px #EEEBEB;
  -webkit-box-shadow: 2px 2px 2px 1px #EEEBEB;
  box-shadow: 2px 2px 2px 1px #EEEBEB;
}

.pagination .prev a {
color: #FFFFFF !important;
}

.pagination .prev .arrowleft {
  position: absolute;
  top: 0;
  left: -20px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid rgba(125,16,8,1);
  border-left: 10px solid transparent;

}

.pagination .next {
  float: right;
  text-align: center;
  height: 20px;
  width: 100px;
  background: #7D1008;
  line-height: 20px;
  position: relative;
  -moz-box-shadow: -2px 2px 2px 1px #EEEBEB;
  -webkit-box-shadow: -2px 2px 2px 1px #EEEBEB;
  box-shadow: -2px 2px 2px 1px #EEEBEB;
}

.pagination .next a {
color: #FFFFFF !important;
}

.pagination .next .arrowright {
  position: absolute;
  top: 0;
  right: -20px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid rgba(125,16,8,1);
}

.pagination #middle {
  text-align: center;
  display: inline-block;
  margin:0 auto;
}

.page.current {
  font-weight: bold;
}

.page {
  padding: 4px 7px;
  margin: 0 3px;
  border: 1px solid #7D1008;
  text-align: center;
  text-align: center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  float: left;
  -moz-box-shadow: 0px 2px 2px 0px #ccc;
  -webkit-box-shadow: 0px 2px 2px 0px #ccc;
  box-shadow: 0px 2px 2px 0px #ccc;
}

/* game detail page */

#containerleft {
  width: 640px; 
  padding-right: 22px; 
  float: left; 
}

#standardcontainerleft {
  width: 640px; 
  float: left; 
  padding-right: 22px;
}

#fullimage {
  position:relative;
}

#playfree {
  position:absolute;
  bottom: 20px;
  right: 20px;
}

#landingpagetitle {
  width: 670px;
  padding: 0 0 20px 0;
}

#standardpagetitle {
  width: 100%;
  padding: 0 0 20px 0;
}

#standardadplace {
  width: 100%;
  text-align: center;
}

#stage {
  margin: 20px 0;
  text-align: center;
}

#landingpagesocial {
  float: right;
}

#landingpagetitle h1 {
  display:inline;
}

#containerleft h2 {
  font-size: 18px;
  padding: 22px 0 8px;
}

#standardcontainerleft h2 {
  font-size: 18px;
  padding: 0 0 8px;
}

#description {
  background: #f6f6f6;
  padding: 1px;
}

#description p {
  font-size: 14px;
  line-height: 17px;
}

#thumbs img{
  padding: 0 6px 0 0;
}

#thumbs img:last-child {
  padding: 0;
}

#containerright {
  width: 308px;
  float: left;
}

/* recommendation container right */

#recommendation {
  padding: 25px 0 30px;
}

#recommendation h4{
  font-size: 16px;
  padding: 0 0 7px 2px;
}

.recommendationitem {
  height: 60px;
  overflow: hidden;
  margin: 0 0 9px;
}

.recommendationitem img {
  float: left;
  margin: 0 8px 0 0;
  -webkit-box-shadow: 2px 2px 2px #ccc;
  -moz-box-shadow: 2px 2px 2px #ccc;
  -o-box-shadow: 2px 2px 2px #ccc;
  -ms-box-shadow: 2px 2px 2px #ccc;
  box-shadow: 2px 2px 2px #ccc;
}

.recommendationtext {
}

.recommendationitem a{
  color: #4c4b4b !important;
}

.recommendationitem a strong{
  color: #8f100a;
  font-size: 13px;
}

/* SLIDER HOMEPAGE*/

.floatLeft{
  float: left; margin-right: 10px;
}

.floatRight{
  float: right;
}

.clear{
  clear: both;
}

a{
  outline: none;
}

#page-wrap{
  width: 640px;
  position: relative;
  height: 314px;
  overflow: hidden;
  margin-bottom: 20px;
}

/* SLIDER */

.slider-wrap{
  width: 640px;
  position: absolute;
}

.stripViewer .panelContainer 
.panel ul{
  text-align: left;
  margin: 0 15px 0 30px;
}

.stripViewer{
  position: relative;
  overflow: hidden;
  width: 640px;
  height: 250px;
}

.stripViewer .panelContainer{
  position: relative;
  left: 0; top: 0;
}

.stripViewer .panelContainer .panel{
  float: left;
  height: 250px;
  position: relative;
  width: 640px;
}

.stripNavL, .stripNavR, .stripNav{
  display: none;
}

.nav-thumb{
  border: 3px 1px 1px 1px;
  border-color: #ccc;
  margin-right: 5px;
}

#movers-row{
  margin: -64px 0 0 62px;
}

#movers-row div{ 
  float: left;
  padding-left: 2px;
  width: 70px;
}

#movers-row div a.cross-link{
  float: right;
}

.photo-meta-data{
  background: url('slider/transpBlack-8c80b287209621359cbf93b1aeaa5864e4670089fc538958943bfd0006afc32f.png');
  padding: 10px;
  height: 30px;
  margin-top: -50px;
  position: relative;
  z-index: 2;
  color: white;
}

.photo-meta-data span {
  font-size: 13px;
}

.cross-link{
  display: block;
  width: 62px;
  margin-top: -16px;
  position: relative;
  padding-top: 17px;
  z-index: 2;
}

.active-thumb{
  background: transparent url('slider/icon-uparrowsmallwhite-4ff595d90fa0ab4d554b6015be2f33019fca9d8422b799933fa010d04437bbaf.png') top 5px left 28px no-repeat;
}

div.wrapper img {
  height: 250px; 
  width: 640px;
  overflow: hidden;
}

/* HOME */

.emptyseperator {
  margin-bottom: 10px;
}

.redseperator {
  background-color: #7d1008;
  height: 38px;
  line-height: 38px;
  width: 100%;
  margin: 0 0 16px;
}

.redseperator h1{
  padding: 0 0 0 12px !important;
  font-family: forque, arial,helvetica;
  color: #FFFFFF;
  font-weight: normal;
  font-size: 29px !important;
  letter-spacing: 0.01em;
  /* line-height: 42px; */
}

.gamesblock {
  margin-bottom: 10px;
}

.gamecontainer {
  float: left;
  width: 120px;
  margin-bottom: 15px;
  position: relative;
}

.toolTipWrapper {
  width: 190px;
  position: absolute;
  display: none;
  display: none;
  color: #FFFFFF;
  font-size: 9pt;
  z-index: 9000;
  
}

.toolTipArrow {
  background: url(tooltip_arrow-daba0b3b1b48a6ed5edfe7f9b51d6a96ecd2519fb959596e93ef248b4163de9b.png) no-repeat top left;
  width: 24px;
  height: 24px;
  float:left;
  margin-top:15px;
}

.toolTipHead {
  background: url(tooltip_top-a1359826d9b8406e62742e8fe2797decfa8be27f96d03f4db5c8bf87ac0730ba.png) no-repeat top left;
  width: 166px;
  height: 10px;
  float: right;
}

.toolTipTop {
  width: 166px;
  background: #4d9828;
  margin: 0 0 0 0px;
  overflow: hidden;
  float: right;
}

.innertooltip {
  padding: 2px 10px 0 10px;
  min-height: 30px;
}

.toolTipBtm {
  height: 10px;
  width: 166px;
  background: url(tooltip_bottom-50a6278900e7253886a81a8d5b1087d5dec7a23a8a1e563f58d7481d88477683.png) no-repeat top left;
  float: right;
}

#socialhome {
  margin: 15px 0;
}

#homepagepanel {
  margin: 0;
  padding: 0;
}

#homepagepanel img {
  padding: 0 0 15px;
}


/* CONTACTFORM */

#contactform div {
  padding: 0 5px 12px;
}

#contactform label {
  display: inline-block;
  width: 9em;
  float:left;
}

#specialemailfield {
  display:none;
}

.field_with_errors{
  display:inline;
}

.field_with_errors input, 
.field_with_errors textarea{
  border: 1px solid #FF0000 !important;
  padding: 2px;
}


/* GENERAL ERRORMESSAGES */

.error {
  border-bottom: 3px solid #FF0000;
  border-top: 3px solid #FF0000;
}

.error h2{
  padding: 15px 0;
  font-size: 18px;
}

.error ul{
  padding: 0 15px;
}

.notice {
  border-bottom: 3px solid #73b322;
  border-top: 3px solid #73b322;
}

.notice h2{
  padding: 15px 0;
  font-size: 18px;
}

/* BLOG PAGE */

#blogtitle {
  width: 100%;
  padding: 0 0 20px 0;
}

#blogview {
  overflow:hidden;
  height: auto;
  margin: 10px 0;
}

#blogview img {
  float: left;
  padding: 0 12px 4px 0;
}

#blogview a {
color: #d90000;
  }

#blogview p {
  padding: 0;
}

.bloglistitem {
  height: 95px;
  overflow: hidden;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  float: left;
}

.bloglistitem:nth-last-of-type(9) {
border: 0 !important;
}

.bloglistitem:last-child{
border-bottom:none !important;
}

.bloglistitem .date {
color: #4c4b4b;
font-weight: bold;
}

.bloglistitem h3{
font-weight: bold;
font-size: 16px;
}

.bloglistitem p {
color: #000000;
padding: 4px 0 8px !important;
font-size: 14px;
line-height: 17px;
}

#blogcontainer {
  margin-bottom: 10px;
}

.blogitemhome {
  padding: 0 2px 12px;
}

.blogitemhome a {
  color: #4f4f4f !important;
}

.bloglistitem img{
  margin: 0 11px 0 0;
  float: left;
  -webkit-box-shadow: 2px 2px 3px #ccc;
  -moz-box-shadow: 2px 2px 3px #ccc;
  -o-box-shadow: 2px 2px 3px #ccc;
  -ms-box-shadow: 2px 2px 3px #ccc;
  box-shadow: 2px 2px 3px #ccc;
}

.bloglistitem a{
  color: #8f100a;
  font-size: 13px;
  line-height: 17px;
}

.bigtopheader {
  height: 100%;
  padding: 0;
  width: 304px; 
  float: left; 
  border-bottom: none;
}

.bigtopheader img{
  margin: 4px 0 10px 0;
  -webkit-box-shadow: 2px 2px 3px #ccc;
  -moz-box-shadow: 2px 2px 3px #ccc;
  -o-box-shadow: 2px 2px 3px #ccc;
  -ms-box-shadow: 2px 2px 3px #ccc;
  box-shadow: 2px 2px 3px #ccc;
}

.bigtopheader h3{
font-size: 19px;
line-height: 21px;
}


/* FANCYBOX */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('fancybox/fancybox-b46f0244b28e70f68cb2ce66ef1598ebb73e33a077db0349cd6671e12682d9c0.png') 
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('fancybox/fancybox-b46f0244b28e70f68cb2ce66ef1598ebb73e33a077db0349cd6671e12682d9c0.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('fancybox/blank-b1442e85b03bdcaf66dc58c7abb98745dd2687d86350be9a298a1d9382ac849b.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 43px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('fancybox/fancybox-b46f0244b28e70f68cb2ce66ef1598ebb73e33a077db0349cd6671e12682d9c0.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('fancybox/fancybox-b46f0244b28e70f68cb2ce66ef1598ebb73e33a077db0349cd6671e12682d9c0.png');
	background-position: -40px -73px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('fancybox/fancybox-x-2af34ef71e58658ae2358171b7508555cddd488dfb1bea735d0787a7ceaa4390.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('fancybox/fancybox-b46f0244b28e70f68cb2ce66ef1598ebb73e33a077db0349cd6671e12682d9c0.png');
	background-position: -40px -195px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('fancybox/fancybox-y-08e777880f53e0e527333f100692c9c57ab2d11bf7536a0070b523320f0835b2.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('fancybox/fancybox-b46f0244b28e70f68cb2ce66ef1598ebb73e33a077db0349cd6671e12682d9c0.png');
	background-position: -40px -217px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('fancybox/fancybox-x-2af34ef71e58658ae2358171b7508555cddd488dfb1bea735d0787a7ceaa4390.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('fancybox/fancybox-b46f0244b28e70f68cb2ce66ef1598ebb73e33a077db0349cd6671e12682d9c0.png');
	background-position: -40px -178px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('fancybox/fancybox-y-08e777880f53e0e527333f100692c9c57ab2d11bf7536a0070b523320f0835b2.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('fancybox/fancybox-b46f0244b28e70f68cb2ce66ef1598ebb73e33a077db0349cd6671e12682d9c0.png');
	background-position: -40px -160px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('fancybox/fancy_title_over-d7d1b664875a020cd6577ddc7131018e2abaeafbf8a73a0afad7b1cb5ed3e4ff.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('fancybox/fancybox-b46f0244b28e70f68cb2ce66ef1598ebb73e33a077db0349cd6671e12682d9c0.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('fancybox/fancybox-x-2af34ef71e58658ae2358171b7508555cddd488dfb1bea735d0787a7ceaa4390.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('fancybox/fancybox-b46f0244b28e70f68cb2ce66ef1598ebb73e33a077db0349cd6671e12682d9c0.png') -55px -90px no-repeat;
}

/* fancy box registry/login form */

.registryform{
  background: url('registry_background-c28e2953a717623da00629becdf896aeef5a5eae226943f16a02106f097b1de0.jpg') no-repeat;
  color: #FFFFFF;
}

#registrysubmit{
  margin-top: 6px;
}

#registryerror{
  height: 55px;
  margin: 35px 0 0;
}

#signupform{
  margin-left: 388px;
}

#signupform a {
  color: #FFFFFF;
  text-decoration: underline !important;
}

.loginform{
  background: url('login_background-a305418523fb48134ea00c4739bb23d18b58c973edecf7746ae561252a6dbe9f.jpg') no-repeat;
  color: #FFFFFF;
}

#loginnowform{
  padding:12px;
}

#errormessage{
height: 15px;
padding-bottom: 5px;
}

/* banner ADs additional styles */
  rectangle{
  width: 300px;
  height:250px;
}