body, html {
	background-color: #000;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

* {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

area {
	outline:none;	
}

#ad {
	position: absolute;
	width: 320px;
	height: 50px;
	top: 245px;
	left: 350px;
	z-index: 100;
}

#wrapper {
	margin: 0 auto;
	width: 1024px;
}

#inner-wrapper {
	display: block;
	position: absolute;	
}

#sidebar {
  position: absolute;
	z-index: 102;
	top: 3px;
}

#logo {
    position: relative;
    top: 3px;
    left: 14px;
    width: 164px;
    height: 171px;
    background: url("../../common/logo-menu.png");
	display: block;
	z-index: 200;
}

#logo.friday {
	background: url("../../common/logo-menu-friday.png");
}

#logo.tomorrow {
	background: url("../../common/logo-menu-tomorrow.png");
}

#logo.playing {
	background: url("../../common/logo-menu-playing.png");
	height: 155px;
}

#logo.playing {
	background: url("../../common/logo-menu-dvd-coming.png");
	height: 187px;
}

.logo-shadow {
	position: absolute;
	top: 0px;
	left: 6px;
	width: 194px;
	height: 201px;
	display: none;
	z-index: 199;
}

.sidebarBox {
    background: url(../../common/menu-bg-layer1.png) bottom right repeat-x,
	-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, rgb(19,27,35) ), color-stop(100%, rgb(0,0,0)));
	
	 background: url(../../common/menu-bg-layer1.png) bottom right repeat-x,
	-webkit-linear-gradient(bottom, rgba(19,27,35,0.85) 20%, rgba(0,0,0,0.85) 100%);
	
	background: url(../../common/menu-bg-layer1.png) bottom right repeat-x,
	-moz-linear-gradient(bottom, rgba(19,27,35,0.85) 20%, rgba(0,0,0,0.85) 100%);
    
	box-shadow: 0px 0px 25px 0 #292929;
    border-top: 1px solid rgba(170, 168, 165, 0.85);
    border-right: 2px groove rgba(170, 168, 165, 0.40);
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    border-left: 1px solid rgba(0, 0, 0, 0.25);
    width: 160px;
    position: relative;
   	left: 9px;
    margin: 5px 0 0 0 ;
    padding: 6px 5px 6px 5px;
}

.sidebarBox.learn-more {	
	background: url(../../common/menu-bg-layer1.png) bottom right repeat-x,
    url(../../common/sidebar-gcs.png) 15px 9px no-repeat,
    -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, rgb(19,27,35)), color-stop(100%, rgb(0,0,0)));
	
	background: url(../../common/menu-bg-layer1.png) bottom right repeat-x,
    url(../../common/sidebar-gcs.png) 15px 9px no-repeat,
    -webkit-linear-gradient(bottom, rgba(19,27,35,0.85) 20%, rgba(0,0,0,0.85) 100%);
	
    background: url(../../common/menu-bg-layer1.png) bottom right repeat-x,
    url(../../common/sidebar-gcs.png) 15px 9px no-repeat,
    -moz-linear-gradient(bottom, rgb(19,27,35) 20%, rgb(0,0,0) 100%);
	
    height: 108px;
}

.sidebarBox.compressed {
    background: url("../../common/menu-bg-layer1.png") top right repeat-x, -webkit-linear-gradient(bottom, rgb(19,27,35) 20%, rgb(0,0,0) 100%);
}

.sidebarBox.compressed .arrow {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
}

.sidebarBox .arrow {
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	display: block;
	right: 10px;
	top: 8px;
	position: absolute;	
}

.sidebarBox img {
	display: none;
}

#sidebar .threed {
	display: block;
	position: relative;
	left: 45px;
	top: 5px;
	z-index: 200;
}

.sidebarBox .learn.active {
	position: absolute;
	top: 7px;
	left: 22px;
	display: block;	
}

.sidebarBox .return.active {
	position: absolute;
	top: 7px;
	left: 32px;
	display: block;	
}

#menuWrapper {
    border: 1px solid #ec2e31;
    padding: 2px 0 8px 0;
    position: relative;
	box-shadow: 0 0 1px #EC2E31;
}

#menuToggle {
    background: url("../../common/menu-title.png") 8px bottom no-repeat;
    width: 100%;
    height: 21px;
    margin: 5px 0 0 0;
}

#menu {
    padding: 2px 0 0 0 ;
    list-style-type: none;
    position: relative;
}

#menu li {
    padding-top: 6px;
}

#menu li a {
    display: block;
    width: 100%;
}

#menu a {
    width: 100%;
    text-decoration: none;
    font-size: 22px;
    line-height: 30px;
    height: 22px;
}

#menu .menu-about a {
    background: url("../../common/menu/menu-About.png") 9px center no-repeat;
}

#menu .menu-characters a {
    background: url("../../common/menu/menu-Characters.png") 9px center no-repeat;
}

#menu .menu-gallery a {
    background: url("../../common/menu/menu-Gallery.png") 9px center no-repeat;
}

#menu .menu-downloads a {
    background: url("../../common/menu/menu-Downloads.png") 9px center no-repeat;
}

#menu .menu-videos a {
    background: url("../../common/menu/menu-Videos.png") 9px center no-repeat;
}

#menu .menu-social a {
    background: url("../../common/menu/menu-Social.png") 9px center no-repeat;
}

#menu .menu-products a {
    background: url("../../common/menu/menu-Products.png") 9px center no-repeat;
}

#menu .menu-downloads.active a {
    background: url("../../common/menu/menu-Downloads-active.png") 9px center no-repeat;
}

#menu .menu-videos.active a {
    background: url("../../common/menu/menu-Videos-active.png") 9px center no-repeat;
}

#menu .menu-social.active a {
    background: url("../../common/menu/menu-Social-active.png") 9px center no-repeat;
}

#menu .menu-products.active a {
    background: url("../../common/menu/menu-Products-active.png") 9px center no-repeat;
}

.window,
#share {
	position: absolute;
	top: 0;
	left: 0;
	width: 1024px;
	height: 581px;
	overflow: hidden;
}

#header {
	/* height: 49px; */
}

#content {
	position: relative;
	height: 581px;
	width: 1024px;
}

#footer {
	width: 1024px;
	margin: 0 auto;
	display: none;
}

#bottomShadow {
	z-index: 99;
	height: 7px;
	width: 1024px;
	bottom: 0px;
	left: 0;
	position: absolute;
	background-image:url("../../common/bottom-shadow.png");
	background-repeat: repeat-x;
}

/**
 * Content
 */
div#share {
	/* class: .window; */
	z-index: 310;
	/* display: none; */
	/* opacity: 0; */
}

div#sharing-overlay {
	display: none;	
}

div#popup {
	/* class: .window; */
	z-index: 300;
	display: none;
}

div#introPreloader {
	/* class: .window; */
	z-index: 230;
	background-color: #000;
	height: 581px;
}

div#pagePreloader {
	/* class: .window */
	z-index: 220;
	background-color: #000;
	display: none;
}

div#overlayPreloader {
	/* class: .window */
	z-index: 210;
	display: none;
	font-size: 100px;
	color: #FFF;
}

div#overlay {
	position: absolute;
	z-index: 101;
	display: none;
}

div#overlayBlack {
	/* class: .window */
	z-index: 100;
	display: none;
	background-color: rgba(0,0,0,0.8);
}

div#overlayBlack.black {
	background-color: #000;	
}

div#page {
	z-index: 1;
}

div#page .border {
	position: absolute;
	bottom: 0;
	display: block;
	z-index: 99;
	width: 1024px;
}

/**
 * Footer
 */
#footer {
	position: absolute;	
}

#footer #controls {
	height: 40px;
	position: relative;
}

#footer #message {
	position: absolute;
	top: 15px;
	left: 293px;
	width: 440px;
	text-align: center;
	color: #ed2e31;
	font-weight: bold;
    font-size: 12px;
	text-shadow: 1px 2px 2px #000;
	text-transform: uppercase;
}

#footer #message.flash {
	color: #FFF !important;	
}

#footer #score {
    position: absolute;
    top: 15px;
    left: 195px;
    width: 135px;
    text-align: left;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 12px;
	text-shadow: 1px 2px 2px #000;
}

#footer #promos {
    position: relative;
    height: 220px;
    margin: 27px 71px 0 72px;
		z-index: 1;
}

#footer #promos div,
#footer #promos a,
#footer #promos img {
    position: absolute;
    width: 235px;
    height: 170px;
	border-radius: 5px;
}

#footer #promos #box1 {
    right: 1px;
    top: 0;
}

#footer #promos #box2 {
    left: 0;
    top: 0;
}

#footer #promos a {
    top: 0;
    left: 0;
    display: none;
}

#footerBottom {
	width: 1024px;
	height: 480px;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	z-index: -10;
}

#footerBottom,
#footer #message {
	-webkit-transition: all 0.5s linear	
}

#footer #message.achievement {
	-webkit-transition: none !important;
}

#footer.home #footerBottom {
	background-image: url("../../home/footer-bg.jpg");
}

#footer.home #message {
	color: #ed2e31;
}

#footer.fix-it-felix #footerBottom {
	background-image: url("../../fix-it-felix/footer-bg.jpg");
}

#footer.fix-it-felix #message {
	color: #ff0000;
}

#footer.heros-duty #footerBottom {
	background-image: url("../../heros-duty/footer-bg.jpg");
}

#footer.heros-duty #message {
	color: #4cd5d1;
}

#footer.sugar-rush #footerBottom {
	background-image: url("../../sugar-rush/footer-bg.jpg");
}

#footer.sugar-rush #message {
	color: #ace49f;
}

#footer .share {
	position: absolute;
	top: 11px;
	left: 777px;
	width: 50px;
	height: 18px;	
}

#footer #twitter {
    top: 53px;
    left: 337px;
    background: url("../../common/twitter/header.png") 25px 15px no-repeat;
    width: 350px;
    height: 155px;
    position: absolute;
    padding: 45px 0 0 0;
    z-index: 10;
}

#footer ul.tweets {
    list-style: none;
}

#footer ul.tweets li.tweet {
    display: none;
    background: url("../../common/twitter/break.png") center bottom no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-size: 11px;
    padding: 5px 15px 15px 15px;
    line-height: 1.2em;
    text-shadow: 1px 2px 2px black;
}

#footer ul.tweets li.tweet a:link,
#footer ul.tweets li.tweet a:visited,
#footer ul.tweets li.tweet a:active {
    text-decoration:none;
}

#footer ul.tweets li.tweet .account {
	font-weight: bold;
	text-transform: uppercase;
}

#footer.home ul.tweets li.tweet a:link,
#footer.home ul.tweets li.tweet a:visited,
#footer.home ul.tweets li.tweet a:active {
    color: #00aced;
}

#footer.home ul.tweets li.tweet .account a:link,
#footer.home ul.tweets li.tweet .account a:visited,
#footer.home ul.tweets li.tweet .account a:active {
    color: #ed2e31;
}

#footer.fix-it-felix ul.tweets li.tweet a:link,
#footer.fix-it-felix ul.tweets li.tweet a:visited,
#footer.fix-it-felix ul.tweets li.tweet a:active {
    color: #ffd72d;
}

#footer.fix-it-felix ul.tweets li.tweet .account a:link,
#footer.fix-it-felix ul.tweets li.tweet .account a:visited,
#footer.fix-it-felix ul.tweets li.tweet .account a:active {
    color: #ff0000;
}

#footer.heros-duty ul.tweets li.tweet a:link,
#footer.heros-duty ul.tweets li.tweet a:visited,
#footer.heros-duty ul.tweets li.tweet a:active {
    color: #5b5b5b;
}

#footer.heros-duty ul.tweets li.tweet .account a:link,
#footer.heros-duty ul.tweets li.tweet .account a:visited,
#footer.heros-duty ul.tweets li.tweet .account a:active {
    color: #4cd5d1;
}

#footer.sugar-rush ul.tweets li.tweet a:link,
#footer.sugar-rush ul.tweets li.tweet a:visited,
#footer.sugar-rush ul.tweets li.tweet a:active {
    color: #d52a57;
}

#footer.sugar-rush ul.tweets li.tweet .account a:link,
#footer.sugar-rush ul.tweets li.tweet .account a:visited,
#footer.sugar-rush ul.tweets li.tweet .account a:active {
    color: #ace49f;
}

.lastTweet {
    background: none !important;
}

#footer .find-us {
	position: absolute;
	top: 11px;
	left: 839px;
	width: 50px;
	height: 18px;	
}

#threed {
	position: absolute;
	display: none;
	left: 347px;
	top: 18px;	
}

#rating {
	position: absolute;
	display: block;
	left: 354px;
	top: 73px;	
}

#perm-footer {
	position: absolute;
	width: 1024px;
	top: 633px;	
}

#global-footer {
	margin: 0 auto;
	padding-top: 10px;
}

#bonus-material {
	height: 92px;
}

#additionalWrapper {
	position: absolute;
	top: 155px;
	width: 100%;
}

#additionalInfo {
	text-align: center;
	font-size: 12px;
	color: #cccccc;
	line-height: 14px;
	width: 840px;
	margin: 0 auto;
	text-shadow: 1px 2px 1px #000;
	height: 248px;
}
#additionalInfo a {
	color: #cccccc;
	text-decoration: none;
}

#footer #promos .nav {
	border-radius: 0;
	height: 50px;
	top: 178px;	
	text-align: center;
}

#footer #promos .peg {
	width: 14px;
	height: 14px;
	border-radius: 7px;
	display: inline-block;
    box-shadow: -1px 1px 2px rgba(255,255,255,.5), 1px -1px 1px rgba(0,0,0,0.5) ;
	margin: 0 8px;
}

#footer #promos span .outer {
	display: inline-block;
	background-color: rgba(0,0,0,0.7);
	width: 14px;
	height: 14px;
	border-radius: 7px;
	margin: 0px;
	box-shadow: none;	
}

#footer #promos span.active .inner {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	margin: 3px 3px;
}

#footer.home #promos span.active .inner {
	background-color: #ff0000;
	box-shadow: 0px 0px 3px #ff0000, 0px 0px 3px #ff0000; 	
}

#footer.fix-it-felix #promos span.active .inner {
	background-color: #ed2e31;
	box-shadow: 0px 0px 3px #ed2e31, 0px 0px 3px #ed2e31; 	
}

#footer.heros-duty #promos span.active .inner {
	background-color: #4cd5d1;
	box-shadow: 0px 0px 3px #4cd5d1, 0px 0px 3px #4cd5d1; 	
}

#footer.sugar-rush #promos span.active .inner {
	background-color: #ace49f;
	box-shadow: 0px 0px 3px #ace49f, 0px 0px 3px #ace49f; 	
}

#textonly {
	font-size: 12px;
}

#textonly a:link,
#textonly a:visited {
	text-decoration: underline;
	font-size: 12px;
}

/**
 * Preloader
 */
/* style-init */
.preloader.style-init {}

.preloader.style-init .preloader-message {
	background-image: url("../../common/preloader/init/insert-coin.gif");
	width: 388px;
	height: 31px;
	background-repeat: no-repeat;
	top: 235px;
	left: 295px;
	position: absolute;
}

.preloader.style-init .preloader-progress {
	background-repeat: no-repeat;
}

.preloader.style-init.white .preloader-message {
	background-position: 0 0;
}

.preloader.style-init.yellow .preloader-message {
	background-position: -388px 0;
}

.preloader.style-init .preloader-progress {
	width: 0px;
	height: 9px;
	background-repeat: repeat-x;
}

.preloader.style-init .preloader-progress-wrapper {
	width: 339px;
	position: absolute;
	top: 300px;
	left: 320px;
}

.preloader.style-init.white .preloader-progress {
	background-image: url("../../common/preloader/init/progress-white.gif");
}

.preloader.style-init.yellow .preloader-progress {
	background-image: url("../../common/preloader/init/progress-yellow.gif");
}

/* style-section */
.preloader.style-section .preloader-message {
	background-image: url("../../common/preloader/section/loading-message.gif");
	width: 200px;
	height: 22px;
	background-repeat: no-repeat;
	position: absolute;
	top: 235px;
	left: 410px;
}

.preloader.style-section .preloader-progress {
	background-repeat: no-repeat;
}

.preloader.style-section.white .preloader-message {
	background-position: 0 0;
}

.preloader.style-section.yellow .preloader-message {
	background-position: -200px 0;
}

.preloader.style-section .preloader-progress {
	width: 0px;
	height: 9px;
	background-repeat: repeat-x;
}

.preloader.style-section .preloader-progress-wrapper {
	width: 253px;
	position: absolute;
	top: 280px;
	left: 385px;
}

.preloader.style-section.white .preloader-progress {
	background-image: url("../../common/preloader/section/progress-white.gif");
}

.preloader.style-section.yellow .preloader-progress {
	background-image: url("../../common/preloader/section/progress-yellow.gif");
}

.scoreEffect {
    opacity: 0;
    color: #FFFFFF;
    text-shadow: 0 0 25px #9bccf0;
    position: absolute;
    z-index: 999;
    width: 200px;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    
    pointer-events: none;
}

/**
 * Share & like gate
 */
div#share {
	display: none;
	background-color: rgba(0, 0, 0, 0.8) !important;
}

div#share .outer {
	background-image: url(../../common/agegate/window.png);
	padding: 19px;
	width: 348px;
	height: 224px;
	position: absolute;
	left: 330px;
	top: 169px;
}

div#share .inner,
div#share .gate,
div#share .deny {
	height: 222px;
	width: 347px;
}

div#share .inner {
	border: solid 1px #ed2f32;
	box-shadow: 0 0 1px #ed2f32;
	position: absolute;
}

div#share .gate {
	background-image: url(../../common/agegate/gate-copy.png);
	background-repeat: no-repeat;
	background-position: center 14px;	
}

div#share .submit {
	background-image: url(../../common/agegate/submit.png);
	width: 134px;
	height: 47px;
	position: absolute;
	top: 171px;
	left: 107px;	
}

div#share .date {
	top: 64px;
	left: 50px;	
	position: absolute;
}

div#share .date input {
	color: #FFF;
	font-size: 22px;
	font-weight: bold;
	border: solid 1px #ed2f32;
	box-shadow: 0 0 1px #ed2f32;
	background-color: transparent;
	height: 42px;
	padding: 0;
	margin: 0;
	text-align: center;
}

div#share .date.ios #gateDateString {
	position: absolute;
	width: 238px;
}

div#share .date #gateDay,
div#share .date #gateMonth,
div#share .date #gateYear  {
	width: 70px;
	margin-right: 12px;	
	display: inline;
}

div#share .x {
	background-image: url(../../common/agegate/x.png);
	display: block;
	width: 10px;
	height: 11px;
	position: absolute;
	right: 5px;
	top: 5px;	
}

div#share .share a {
	position: absolute;
	display: block;
	top: 10px;	
}

div#share .padding {
	padding: 10px;	
}

div#share .share .share-button {
	width: 86px;
	height: 20px;
	background-image:url(../../common/agegate/facebook-share.png);
	position: absolute;
	display: block;	
	left: 60px;
}

div#share .share .like-button {
	width: 53px;
	height: 20px;
	background-image:url(../../common/agegate/facebook-like.png);
	position: absolute;
	display: block;	
	left: 166px;
}

div#share .share .tweet-button {
	width: 88px;
	height: 20px;
	background-image:url(../../common/agegate/twitter-tweet.png);
	position: absolute;
	display: block;	
	left: 60px;
}

div#share .share .follow-button {
	width: 106px;
	height: 20px;
	background-image:url(../../common/agegate/twitter-follow.png);
	position: absolute;
	display: block;	
	left: 59px;
}

div#share .share .plusone-button {
	width: 29px;
	height: 20px;
	background-image:url(../../common/agegate/google-plusone.png);
	position: absolute;
	display: block;	
	left: 60px;
}

div#share .share .social {
	width: 295px;
	height: 40px;
	background-image:url(../../common/agegate/share-bg.png);
	background-repeat: no-repeat;
	background-position: top right;
	position: absolute;
}

div#share .share .googleplus {
	width: 105px;
	background-image: url(../../common/agegate/share-bg-small.png);	
}

/* fbshare-follow-like-tweet */
div#share.fbshare-follow-like-plusone-tweet .share .social.facebook {
	top: 50px;
	left: 35px;	
}

div#share.fbshare-follow-like-plusone-tweet .share .social.twitter {
	top: 133px;
	left: 35px;	
}

div#share.fbshare-follow-like-plusone-tweet .googleplus {
	display: none;	
}

/* .fbshare-plusone-tweet */
div#share.fbshare-plusone-tweet .follow-button,
div#share.fbshare-plusone-tweet .like-button {
	display: none;
}

div#share.fbshare-plusone-tweet .share .social.facebook {
	top: 92px;
	left: 92px;
	width: 165px;
}

div#share.fbshare-plusone-tweet .share .social.twitter {
	top: 92px;
	left: 92px;
	width: 165px;
	display: none;
}

div#share.fbshare-plusone-tweet .share .social.googleplus {
	top: 148px;
	left: 92px;
	width: 105px;
}

/* gallery sharing */
div#share .share.gallery .like-button,
div#share .share.gallery .follow-button,
div#share .share.videos .like-button,
div#share .share.videos .follow-button {
    display: none;
}

/* Deny */
div#share .deny {
	background-image: url(../../common/agegate/denied.png);
	background-repeat: no-repeat;
	background-position: center 32px;	
}

div#share .deny.gameover {
	background-image: url(../../common/agegate/gameover.png);
	background-position: center 50px;f
}

div#share .deny.gameover .number {
	display: none;
}

div#share .deny .number {
	background-image: url(../../common/agegate/numbers.png);
	width: 42px;
	height: 50px;
	position: absolute;
	top: 73px;
	left: 151px;	
}

div#share .deny .close {
	width: 134px;
	height: 47px;
	background-image:url(../../common/agegate/close.png);
	position: absolute;
	display: block;	
	left: 106px;
	top: 168px;
}

/* Network-specific boxes */
div#share .header .close {
	display: block;
	position: absolute;
	top: 5px;
	right: 5px;
}

div#share .header span {
	position: absolute;
	top: 7px;
	left: 25px;
}

/* Pinterest box */
div#share .pinit {
	background-color: #FFF;		
	width: 400px;
	height: 150px;
	position:absolute;
	top: -10px;
	left: -24px;
}

div#share .pinit .header {
	background-color: #B2B2B2;
	color: #333333;
	font-size: 13px;
	font-weight: bold;	
	height: 16px;
	padding: 5px;
}

/* PlusOne box */
div#share .plusone {
	background-color: #FFF;		
	width: 400px;
	height: 150px;
	position:absolute;
	top: -10px;
	left: -24px;
}

div#share .plusone .header {
	background-color: #B2B2B2;
	color: #333333;
	font-size: 13px;
	font-weight: bold;	
	height: 16px;
	padding: 5px;
}

/* Like box */
div#share .like {
	background-color: #FFF;		
	width: 400px;
	height: 150px;
	position:absolute;
	top: -10px;
	left: -24px;
}

div#share.hide-window .outer,
div#share.hide-window .inner {
	border: none;
	background: none;
	box-shadow: none;
}

div#share .like .header {
	background-color: #6D84B4;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;	
	height: 16px;
	padding: 5px;
}

div#share #like-wrapper {
	padding: 10px;
}

div#share #plusone-wrapper {
	position: absolute;
}

div#share #pinit-wrapper {
	margin: 0 auto;
	width: 43px;
	padding-top: 10px;
}

/**
 * DVD & Tickets
 */
#get-tickets {
	display: none !important;
	position: absolute;
	top: 32px;
	left: 855px;
	z-index: 99;
}

#dvd {
	position: absolute;
	top: 0;
	left:246px;
	background-image:url(../../common/dvd/background.png);
	background-repeat: no-repeat;
	width: 756px;
	height: 43px;
	z-index: 98;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	display: none;
}

#dvd .order {
	position: absolute;
	top: 4px;
	right: 16px;
}

#dvd-type {
	position: absolute;
	padding-top: 5px;
	top: 6px;
	left: 90px;
	width: 195px;
	height: 19px;
	padding-right: 27px;
	text-align: center;
}

#dvd-from {
	position: absolute;
	top: 6px;
	left: 367px;
	width: 230px;
	height: 19px;
	padding-right: 27px;
	text-align: center;
	padding-top: 5px;
}

#dvd-type-list {
	display: none;
	list-style-type: none;
	top: 29px;
	left: 89px;
	position: absolute;
	background-color: #161a1e;
	margin: 0;
	border: solid 1px #ed2e31;
	text-align: center;
	width: 195px;
}

#dvd-from-list {
	display: none;
	list-style-type: none;
	top: 29px;
	left: 366px;
	position: absolute;
	background-color: #161a1e;
	margin: 0;
	border: solid 1px #ed2e31;
	width: 230px;
	text-align: center;
}

#dvd li {
	padding: 5px;
}
#dvd li.selected {
	background-color: #282c30;
}

/**
 * Tracking
 */
#atlas {
	width: 1px;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;	
}

/**
 * Clear-block
 */
.clear-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear-block {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear-block {
  height: 1%;
}
.clear-block {
  display: block;
}
