body {
	background: #1b1f20 !important;
	padding: 0;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
}

strong {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	color: #000;
}

h2 {
	font-weight: 400;
	font-size: 26px;
}

h3 {
	margin: 0;
	padding: 0;
	font-weight: 400;
}

h2.blue-stripe {
	width: 100%;
	text-align: center;
	background: #019ed1;
	height: 2px;
	margin: 40px 0px;
}

h2.blue-stripe span {
	position: relative;
	top: -20px;
	background: #FFF;
	padding: 0px 20px;
}

p.lead {
	font-weight: 600;
	font-size: 16px;
	color: #4f5050;
	line-height: 1.5em;
	text-align: justify;
}

.wrap {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	position: relative;
}

.blue-button, a.blue-button:hover, a.blue-button:visited, a.blue-button:active, .gold-button, a.gold-button:hover, a.gold-button:visited, a.gold-button:active, .green-button, a.green-button:hover, a.green-button:visited, a.green-button:active {
padding: 10px 30px;
background: transparent url('//d289qh4hsbjjw7.cloudfront.net/rpgmaker-20130522223546811/files/blue-button.png') left top repeat;
color: #FFF;
text-decoration: none;
text-transform: uppercase;
font-family: 'Oswald', sans-serif;
font-weight: 400;
display: inline-block;
line-height: 24px;

*display: inline;
*zoom: 1;
}

a.blue-button:hover {text-decoration:underline;}
a.gold-button:hover {text-decoration:underline;}
a.green-button:hover {text-decoration:underline;}

.gold-button, a.gold-button:hover, a.gold-button:visited, a.gold-button:active {
	background: transparent url('//d289qh4hsbjjw7.cloudfront.net/rpgmaker-20130522223546811/files/gold-button.png') left top repeat;
	color: #1b1f20;
}

.green-button, a.green-button:hover, a.green-button:visited, a.green-button:active {
	background: transparent url('//d289qh4hsbjjw7.cloudfront.net/rpgmaker-20130522223546811/files/green-button.png') left top repeat;
	color: #1b1f20;
}

.banner-buttons {
	text-align: center;
}

.carousel {
	margin-bottom: 0px;
}

#main-carousel .container {
	background: url('//d289qh4hsbjjw7.cloudfront.net/rpgmaker-20130522223546811/files/slider-bg.png');
	height: 100%;
}

.carousel .container {
	position: relative;
	z-index: 9;
}

.carousel-control {
	height: 80px;
	margin-top: 0;
	font-size: 120px;
	text-shadow: 0 1px 1px rgba(0,0,0,.4);
	background-color: transparent;
	border: 0;
	z-index: 10;
}

.carousel .item {
	height: 468px;
}

.carousel .banner {
	position: absolute;
	top: 0;
	left: 50%;
	min-width: 1920px;
	max-width: 100%;
	margin-left: -960px;
}

.carousel-caption .banner-text, .carousel-caption .banner-subtext {
	text-align: center;
	font-weight: 600;
	font-size: 26px;
	line-height: 1.5em;
	font-weight: normal;
}

.carousel-caption .banner-text {margin-bottom:20px;}

.carousel-caption .banner-subtext {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 22px;
}

.carousel-caption .center-check {
	text-align: center;
	margin: 20px 0px;
}

.carousel-caption {
	background-color: transparent;
	position: static;
	<!--max-width: 590px;-->
    max-width:80%;
	padding: 0 20px;
	margin: 20px auto 0px;
}

.carousel-caption h1,
.carousel-caption .lead {
	margin: 0;
	line-height: 1.25;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,.4);
}

.carousel-caption .btn {
	margin-top: 10px;
}

.carousel .blue-button, .carousel .gold-button {
text-align: center;
width: 81%;
font-size: 16pt;
margin-top:10px;
}

.carousel-center {width:100%;margin-left:auto;margin-right:auto;}

.carousel-logo {width:588px;margin-left:auto;margin-right:auto;}

.carousel h3.tagline {
text-align: center;
color: #FFF;
width: 94%;
}

.carousel p {
width: 94%;
text-align: justify;
font-weight: 800;
font-size: 12pt;
color: #FFF;
}

.carousel-screenshot, a .carousel-screenshot:active {
max-width:480px;
-moz-box-shadow:    3px 3px 15px 5px #000;
-webkit-box-shadow: 3px 3px 15px 5px #000;
box-shadow:         3px 3px 15px 5px #000;
border:1px solid black;
}

a .carousel-screenshot:hover {
-moz-box-shadow:    3px 3px 15px 5px #FFF;
-webkit-box-shadow: 3px 3px 15px 5px #FFF;
box-shadow:         3px 3px 15px 5px #FFF;
border:1px solid white;
}

#site-header {
	padding: 40px 0px 0px;
}

#main-navigation {
	border-bottom: 2px solid #414545;
}

#header-controls div{
	display: inline-block;
	cursor: pointer;
	font-family: 'Oswald', sans-serif;
	font-weight: lighter;
	text-transform: uppercase;

	*display: inline;
	*zoom: 1;
}

#header-controls {
	position: absolute;
	top: -25px;
	right: 20px;
	color: #FFF;
}

.btn-group>.btn:last-child, .btn-group>.dropdown-toggle {margin-top:-5px;}

.shopping-cart {margin-right:14px;}
.shopping-cart a {color:#f8c104;text-decoration:none;}
.shopping-cart a:hover {text-decoration:underline;}

.your-account {margin-right:14px;}
.your-account a {color:#f8c104;text-decoration:none;}
.your-account a:hover {text-decoration:underline;}

i.gold-icon-custom-cart {
	background: transparent url('//d289qh4hsbjjw7.cloudfront.net/rpgmaker-20130522223546811/files/custom-icons.png') -92px 0px no-repeat;
	width: 19px;
	height: 17px;
	display: inline-block;

	*display: inline;
	*zoom: 1;
}

i.gold-icon-custom-cart a {
	background: transparent url('//d289qh4hsbjjw7.cloudfront.net/rpgmaker-20130522223546811/files/custom-icons.png') -92px 0px no-repeat;
	width: 19px;
	height: 17px;
	display: inline-block;

	*display: inline;
	*zoom: 1;
}

i.gold-icon-custom-check {
	background: transparent url('//d289qh4hsbjjw7.cloudfront.net/rpgmaker-20130522223546811/files/custom-icons.png') -112px 0px no-repeat;
	width: 24px;
	height: 17px;
	display: inline-block;

	*display: inline;
	*zoom: 1;
}

i.gold-icon-custom-check a {
	background: transparent url('//d289qh4hsbjjw7.cloudfront.net/rpgmaker-20130522223546811/files/custom-icons.png') -112px 0px no-repeat;
	width: 24px;
	height: 17px;
	display: inline-block;

	*display: inline;
	*zoom: 1;
}

.language div {
	padding: 0px 7px;
	color: #757b7b;
	padding-top: 10px;
	padding-bottom: 5px;
}

.language .active{
	color: #f8c104;
	background: #282a2a;
}

.language a {
  color: #f8c104;
}

.spanish {
  float: none;
  margin-left: 0;
}

.content-pad {
	padding: 0px 10px;
}

#site-content {
	background: #FFF;
	width: 100%;
	padding: 20px 0px 20px;
}

.margin-top {
	margin-top: 20px;
}

.margin-bottom {
	margin-bottom: 20px;
}

#product-accordion, #product-accordion > li ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#product-accordion li {
	text-align: right;
}

#product-accordion li h3 {
	padding-right: 20px;
}

#product-accordion > li.active h3, #product-accordion > li:hover h3 {
	background: transparent url('//d289qh4hsbjjw7.cloudfront.net/rpgmaker-20130522223546811/files/blue_arrow_right.png') right center no-repeat;
	color: #019ed1;
	cursor: pointer;
}

#product-accordion > li a.active h3 {
	background: transparent url('//d289qh4hsbjjw7.cloudfront.net/rpgmaker-20130522223546811/files/blue_arrow_right.png') right center no-repeat;
	color: #019ed1;
	cursor: pointer;
}

#product-accordion > li ul {
	display: none;
	padding: 10px 20px 10px 0px;
}

#product-accordion > li.active ul > li {
	padding-right: 0;
}

#product-accordion > li ul li a {
	font-size: 20px;
	color: #000;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: 300;
}

#product-accordion > li ul li a:visited {
	color: #000;
}

#product-accordion > li ul li a:hover {
	color: #019ed1;
	text-decoration: none;
}

i.blue-icon-custom-download, i.gold-icon-custom-download {
	background: transparent url('//d289qh4hsbjjw7.cloudfront.net/rpgmaker-20130522223546811/files/custom-icons.png') 0px 0px no-repeat;
	width: 20px;
	height: 20px;
	margin-left: 5px;
	position: relative;
	top: 2px;
	display: inline-block;

	*display: inline;
	*zoom: 1;
}

i.gold-icon-custom-download {
	background: transparent url('//d289qh4hsbjjw7.cloudfront.net/rpgmaker-20130522223546811/files/custom-icons.png') -22px 0px no-repeat;
}

i.blue-icon-custom-buy, i.gold-icon-custom-buy {
	background: transparent url('//d289qh4hsbjjw7.cloudfront.net/rpgmaker-20130522223546811/files/custom-icons.png') -43px 0px no-repeat;
	width: 23px;
	height: 20px;
	margin-left: 5px;
	position: relative;
	top: 2px;
	display: inline-block;

	*display: inline;
	*zoom: 1;
}

i.gold-icon-custom-buy {
	background: transparent url('//d289qh4hsbjjw7.cloudfront.net/rpgmaker-20130522223546811/files/custom-icons.png') -67px 0px no-repeat;
}

#site-footer {
	padding: 30px 0px;
}

.news-date {
	background: url('//d289qh4hsbjjw7.cloudfront.net/rpgmaker-20130522223546811/files/stripes_repeat.png') left top repeat;
	border-bottom: 3px solid #019ed1;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	padding: 12px 0px;
	color: #019ed1;
}

.news-date .day{
	font-size: 34px;
	line-height:  1.3em;
	font-weight: bold;
}

.news-date .month{
	font-size: 18px;
	line-height:  1.3em;
}

.news-link:hover, .see-all-news:hover {
	text-decoration: none;
}
.news-link {
	text-align: right;
	display: block;
}

.see-all-news {
	vertical-align: middle;
	text-align: center;
	display: block;
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	line-height: 1em;
    margin-bottom:20px;
}

.news-content strong{
	font-size: 16px;
}

.news-content {
	border-bottom: 1px solid #e3e5e5;
}

.create {
	color: #f8c104;
	text-align: right;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: lighter;
}

.footer-upper {
	border-bottom: 1px solid #e3e5e5;
}

.footer-logo {
	border-bottom: 3px solid #f8c104;
	padding-bottom: 5px;
	position: relative;
	top: 2px;
}

.footer-navigation a {
	color: #fff;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	display: block;
}

.japan-website, japan-website a{
    margin-top:5px;
    font-size:9px;
    color: #dbdbdb;
}


.fb, .tw, .wp, .yt {
	display: inline-block;
	width: 42px;
	height: 42px;
	margin-left: 10px;

	*display: inline;
	*zoom: 1;
}

.phone .social {
	margin-top: 20px;
	text-align: center;
}

.social {
	text-align: right;
}

.fb {
	background: url('//d289qh4hsbjjw7.cloudfront.net/rpgmaker-20130522223546811/files/social.png') no-repeat 0px 0px;
}
.tw {
	background: url('//d289qh4hsbjjw7.cloudfront.net/rpgmaker-20130522223546811/files/social.png') no-repeat -56px 0px;
}
.wp {
	background: url('//d289qh4hsbjjw7.cloudfront.net/rpgmaker-20130522223546811/files/social.png') no-repeat -112px 0px;
}
.yt {
	background: url('//d289qh4hsbjjw7.cloudfront.net/rpgmaker-20130522223546811/files/social.png') no-repeat -168px 0px;
}

.products-page #product-accordion li {
	text-align: left;
}

.products-page #product-accordion {
	background: #f2f4f3;
}

.products-page .product {
	position: relative;
	background: #000;
    width: 299px;
    height: 271px;
    overflow: hidden;
}

.product img {
	width: 100%;
    height: 100%;
}

#store-products .span4 {
    margin-left: 1%;
}

#store-products .span4 {
	margin-bottom: 1%;
    opacity: 0;
    display: none;
}

.product-title {
	position: absolute;
	bottom: 0;
	left: 0px;
	width: 100%;
	color: #ffffff;
	vertical-align: middle;
	text-align: center;
	display: block;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 1em;
	padding: 20px 0px;
	background: #000;
	color: #FFF;
	height: 20px;
	overflow: hidden;

  	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(0.8);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.product-title p {
	font-size: 14px;
	margin-top: 10px;
	font-family: 'Open Sans', sans-serif;
	text-align: left;
	padding: 10px;
}

.product-title a.blue-button {
	font-size: 14px;
}

.product-title a, .product-title a:hover, .product-title a:visited {
	color: #FFF;
	text-decoration: none;
}

#main-navigation {
	border-bottom: 2px solid #414545;
}

#main-navigation > li > a {
	display: block;
	padding: 10px 0px;
	color: #FFF;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 16px;
}

#main-navigation > li > a:hover {
	text-decoration: none;
}

#main-navigation > li > a:visited {
	text-decoration: none;
}

#main-navigation > li {
	padding: 0px 11px;
}

#main-navigation > li:hover {
	border-bottom: 2px solid #f8c104;
	margin-bottom: -2px;
}

#main-navigation > li:hover > a {
	color: #f8c104;
}

.megamenu_container {width: 100%;height:auto;margin:0 auto;position: relative;}
.megamenu {list-style:none;z-index:9999;}
.megamenu li {border:none;}
.megamenu li:hover, .active {}
.megamenu li.noactive {background:none;}
.megamenu > li > a {}

.megamenu li:hover a {}
.megamenu li .drop {}

.megamenu > li:hover > a {
	color: #0b9ee3;
}

.megamenu > li:hover > a span.nav-subtitle {
	color: #ccc;
}

.megamenu li a span.nav-subtitle {
	font-size: 11px;
	color: #025485;
	font-weight: normal;
}

.megamenu li:hover .dropcontent {
	left:auto;
}

.megamenu .col-first {
	width:30%;
	float: left;
	display:inline;
	position: relative;
	padding: 0 1%;
}

.megamenu .col_4:first-child {
	padding-left: 4%;
}

.megamenu .col_4 {
	width:30%;
	float: left;
	display:inline;
	position: relative;
	padding: 0 1%;
}

.megamenu .col_8 {
	width:60%;
	float: left;
	display:inline;
	position: relative;
	padding: 0 1%;
}

.megamenu li .fullwidth {
	position: absolute;
	padding:24px 0 24px 0;
	left:-9999em;
	top:42px;
	overflow: hidden;
	border-top:none;
	width: 100%;
    background-image: url('//d289qh4hsbjjw7.cloudfront.net/rpgmaker-20130522223546811/files/dropdown_bg.png');
}

.megamenu li .fullwidth h4{font-size:30px;color:#707070;margin:0;padding:0;line-height:30px;}
.megamenu li .fullwidth ul li {display:block;float:none;}

.megamenu li .fullwidth ul li a {display:block;
	float:none;
	font-size:16px;
	text-decoration: none;
	height:auto;
	line-height:20px;
	font-weight:normal;
	color:#f8c104;
	margin-bottom:5px;
	text-transform: uppercase;
	font-family: 'Oswald';
}

.megamenu li .fullwidth ul li li a{
	font-size:14px;
	color:#FFF;
	line-height:14px;
	height:auto;
	text-transform:none;
	margin-top:5px;
	padding-left: 15px;
	text-transform: uppercase;
	background: url('//d289qh4hsbjjw7.cloudfront.net/rpgmaker-20130522223546811/files/bullet.png') left center no-repeat;
}
.megamenu li .fullwidth ul li li a:hover{
background: url('//d289qh4hsbjjw7.cloudfront.net/rpgmaker-20130522223546811/files/bullet_over.png') left center no-repeat;
}
.megamenu li .fullwidth ul li li ul li a{color:#FFF;font-size:11px;line-height:12px;height:auto;text-transform:none;margin-left:10px;}
.megamenu li .fullwidth a:hover{color: #019ed1;}
.megamenu li .fullwidth ul{list-style:none;margin:0;padding:0;}
.megamenu li .fullwidth ul ul{}


.megamenu li:hover .fullwidth {display: block;z-index:9998;left: 1px;}
.megamenu li .fullwidth li div {font-size:20px}

.megamenu li .dropcontent {
	margin:0 auto;
	position:absolute;
	left:-9999em;
	top:63px; /* Places the drop down under the menu bar */
	z-index:9998; /* For IE7 */
	padding:24px 0 10px 0;
	text-align:left;
	border:1px solid #1b1b1b;
	border-top:none;
	background:#161616;
	/* Rounded Corners */
    -webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
	border:1px solid #1b1b1b;
	border-top:none;
	background:#242424;
}
.megamenu li .dropfirst {
	margin:0 auto 0 -1px; /* Fixes a 1px issue for the 1st drop down */
}

/* Showing Drop Down on Mouse Hover - Left aligned */

.megamenu li:hover .dropcontent {
	left:auto !important
}

.megamenu li:hover .dropcontent.rightanchor {
	right:0px !important
}

.menu-content {
	position: relative;
	z-index: 2;
}

.simple-menu {
 width: 100% !important;
 margin-left: 0 !important;
 padding-left: 0 !important;
 margin-top: 20px;
 text-align: center;
}

#sidebar-fixed-menu {
position: fixed;
top: 200px;
right: 0;
min-width: 200px;
z-index: 100;
}

#sidebar-fixed-menu .well {
padding: 0;
border-radius: 0;
}

p.404 {text-align:center;}

.featured-item {display:none;}
#rpg-maker-mv.featured-item {display:block;}

#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block}.cboxIframe{width:100%;height:100%;display:block;border:0}#cboxOverlay{background:#000}#cboxContent{margin-top:20px}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0px;color:#ccc}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url(/assets/colorbox/controls-6a0390fe07c5a56c4481bb8ab7435315.png) no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url(/assets/colorbox/controls-6a0390fe07c5a56c4481bb8ab7435315.png) no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxLoadingOverlay{background:#000}#cboxLoadingGraphic{background:url(/assets/colorbox/loading-12cee4253eb394b2d8a7d7e56c7015e7.gif) no-repeat center center}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url(/assets/colorbox/controls-6a0390fe07c5a56c4481bb8ab7435315.png) no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}

p[data-hook='coupon_code'] {
  display: none;
}

/*DEAL OF THE WEEK*/
.deal-of-the-week-buy-now .gold-button, .deal-of-the-week-buy-now a.gold-button {width:80%;color:white;font-size:25px;font-weight:800;text-align:center;margin-top:10px;margin-bottom:0px;margin-left:auto;margin-right:auto;padding:20px 30px;}
.deal-of-the-week-plus {margin-left:auto;margin-right:auto;position: relative;background: none;width: 250px;height: 250px;overflow: hidden;}
.deal-of-the-week-buy-now {width:450px;margin-left:auto;margin-right:auto;}
span.deal-of-the-week-price, span.deal-of-the-week-free {font-family: 'Patrick Hand SC', cursive;font-size:30px;font-style:italic;}
span.deal-of-the-week-free {margin-left:20px;}
span.deal-of-the-week-strike-price {font-family: 'Patrick Hand SC', cursive;text-decoration:line-through;font-size:30px;color:red;}

.center {text-align:center;margin-left:auto;margin-right:auto;}

.deal-of-the-week {margin-left:auto;margin-right:auto;}
.deal-of-the-week .product-title a:hover {text-decoration:underline;}
.deal-of-the-week .product-title {text-transform:none;position: absolute;bottom: 0;left: 0px;width: 100%;color: #ffffff;vertical-align: middle;text-align: center;display: block;font-family: 'Oswald', sans-serif;font-size: 20px;line-height: 1em;padding: 20px 0px;background: #000;color: #FFF;height: 20px;overflow: hidden;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";filter: alpha(0.8);-moz-opacity: 0.8;-khtml-opacity: 0.8;opacity: 0.8;}
.deal-of-the-week .product-title p {text-align:justify;font-size: 14px;margin-top: 10px;font-family: 'Open Sans', sans-serif;padding: 10px;}
.deal-of-the-week .product-title a.blue-button {font-size: 14px;}
.deal-of-the-week .product-title a, .deal-of-the-week .product-title a:hover, .deal-of-the-week .product-title a:visited {color: #FFF;text-decoration: none;}
.deal-of-the-week .product {margin-left:auto;margin-right:auto;position: relative;background: #000;width: 299px;height: 271px;overflow: hidden;}
.deal-of-the-week h2 {margin-top:75px;}
.deal-of-the-week .blue-button {width:80%;margin-bottom:10px;}
.deal-of-the-week a.blue-button:hover {text-decoration:underline;}
.deal-of-the-week .margin-bottom {margin-bottom:30px;}
.deal-of-the-week .margin-top {margin-top:30px;}
.deal-of-the-week .center {margin-left:auto;margin-right:auto;text-align:center;}
p.deal-of-the-week-disclaimer {font-size:9px;}
/*END DEAL OF THE WEEK*/

/*COUNTDOWN TIMER*/

.countdownHolder{
	max-width:450px;
	margin:0 auto;
	font: 25px/1.5 'Open Sans Condensed',sans-serif;
	text-align:center;
	letter-spacing:-3px;
}

.position{
	display: inline-block;
	height: 1.6em;
	overflow: hidden;
	position: relative;
	width: 1.05em;
}

.digit{
	position:absolute;
	display:block;
	width:1em;
	background-color:#444;
	border-radius:0.2em;
	text-align:center;
	color:#fff;
	letter-spacing:-1px;
}

.digit.static{
	box-shadow:1px 1px 1px rgba(4, 4, 4, 0.35);
	
	background-image: linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	background-image: -o-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	background-image: -moz-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	background-image: -webkit-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	background-image: -ms-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.5, #3A3A3A),
		color-stop(0.5, #444444)
	);
}

/**
 * You can use these classes to hide parts
 * of the countdown that you don't need.
 */

.countDays{}
.countDiv0{}
.countHours{}
.countDiv1{}
.countMinutes{}
.countDiv2{}
.countSeconds{}


.countDiv{
	display:inline-block;
	width:16px;
	height:1.6em;
	position:relative;
}

.countDiv:before,
.countDiv:after{
	position:absolute;
	width:5px;
	height:5px;
	background-color:#444;
	border-radius:50%;
	left:50%;
	margin-left:-3px;
	top:0.5em;
	box-shadow:1px 1px 1px rgba(4, 4, 4, 0.5);
	content:'';
}

.countDiv:after{
	top:0.9em;
}

/*END COUNTDOWN TIMER*/