body {
  background: #fff;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

#japs-toppanel {
  background: #333537;
  padding: 10px 20px;
  overflow: hidden;
}

#japs-toppanel a {
  color: #ccc;
  display: block;
  float: left;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

#japs-toppanel a:hover {
  color: #fff;
}

#japs-wrapper {
  background: #fff;
  margin: 50px auto 0;
  width: 960px;
}

#japs-container {
  padding: 0 20px;
}

.japs-couponwrap {
}

#japs-header {
  background: url(../images/circle-bg.png) repeat-x left bottom #29739d;
  position: relative;
  padding: 10px 20px;
  overflow: hidden;
  border-radius: 2px 2px 0 0;
}

#japs-header h1 {
  display: block;
  color: #fff;
  float: left;
  font-size: 200%;
  margin: 0;
  text-shadow: 1px 1px 0 rgba(0,0,0,.2);
}

#japs-header #social-sharing {
  float: right;
  margin-right: -20px;
  padding: 5px 0 0;
}

h1.page-title {
  color: #649ec0;
  font-size: 300%;
  text-align: center;
}

.head-message {
  color: #666;
  font-size: 125%;
  margin: 0 auto 30px;
  padding: 10px;
  text-align: center;
  width: 800px;
}

.head-message h2 {
  font-size: 300%;
  font-weight: bold;
  margin: 0;
  line-height: 1.1;
  text-shadow: -1px 1px 0 #eee;
}

.japs-couponwrap.whitedim .block-wrap {
	zoom: 1;
	opacity: 0.2;
	filter: alpha(opacity=20);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.japs-couponwrap.hoverable .block:hover,
.japs-couponwrap.hoverable .block-inner:hover {	
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.japs-couponwrap.hoverable .block-wrap:hover {
	top: 6px;
	cursor: pointer;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}



/*Button Actions*/

a.btn-action {
  border-radius: 5px;
  color: #FFFFFF;
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: normal;
  margin: 0;
  padding: 8px 0 6px;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0,0,0,.3);
  text-transform: uppercase;
  text-decoration: none;
}

a.btn-action:hover {
  color: #FFFFFF;
  text-decoration: none;
}

a.btn-action:active,
a.btn-action:focus {
  color: #FFF;
  text-decoration: none;
}


/* Block style */
.block-row {
  height: 340px;
  margin: 0 0 20px 0;
  position: relative;
  overflow: hidden;
  width: 930px;
}

.block-wrap {
  background: #fff;
  border: 5px solid #fff;
  margin: 0;
  position: absolute;
  top: 10px;
  left: 315px;
  width: 280px;
  float: left;
  border-radius: 5px;
  -moz-transition: opacity 1s, top 0.5s;
  -webkit-transition: opacity 1s, top 0.5s;
}

.block-wrap * {
	filter: inherit;
	-ms-filter: inherit;
}

.block-wrap-left {
  margin-left: 0;
  left: 0px;
}

.block-wrap-right {
  margin-right: 0;
  left: 630px;  
}

.frame {
	width: 910px;
}

.block {
  margin: 0;
  position: relative;
  width: 280px;
  float: left;
  z-index: 10;  
}

.block a.btn-action {
  position: absolute;
  /*margin-top:25px;*/
  left: 80px;
  bottom: 20px;
  background: #79a92d;
  border: 1px solid #588216;
  border-radius: 5px;
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.15) inset, 0 3px 0 #588216, 0 4px 2px rgba(0, 0, 0, 0.25);
  color: #FFFFFF;
  width: 120px;
}

.block a.btn-action:hover {
  background: #88b542;
  border-color: #6b9e1b;
}

.block a.btn-action:active,
.block a.btn-action:focus {
  background: #6b9e1b;
  border: 1px solid #4c7013;
  bottom: 15px;
  margin-top: 20px;
  box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.15) inset, 0 0 1px rgba(0, 0, 0, 0.25);
}

.block .block-inner {
  background: #fff;
  border: 1px solid #e0e2e3;
  margin: 0;
  min-height: 280px;
  padding: 20px 10px;
  position: relative;
  z-index: 20;
  border-radius: 5px;  
  -webkit-transition: all ease-in 0.3s;
}

.block-wrap:hover .block-inner {
  border-color: #ccc;
  box-shadow: 0 0 5px rgba(0,0,0,.3);
}

.block-wrap:hover .block-head {
}

.block-head {
  background: #ebf2f6;
  border: 1px solid #e0e2e3;
  border-left: 0;
  border-right: 0;
  margin: 0 -10px;
  padding: 10px 0;
  text-align: center;
}

.block-head span {
  color: #666;
  font-size: 300%;
  font-weight: bold;
  text-transform:uppercase;
  line-height: 1;
  text-shadow: 1px 1px 0 #fff;
}

.block-head span.red-color {
  color: #d0272e;  
}

.block-head span.orange-color {
  color: #e36805;  
}

.block-head strong {
  color: #666;
  display: block;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
}

.block-head sup {
  font-size: 15px;
}


.block h3 {
  background: url(../images/circle-bg.png) repeat-x left bottom #eee;
  margin: -20px -10px 0;
  padding: 10px 20px 15px;
  text-align: center;
  text-shadow: 1px 1px 0 #fff;
}

.block h3 span.badge {
  color: #588216;
  font-size: 250%;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

.block h3 span.badge-hot { color: #c00; }

.block .logo {
  margin: 0 0 10px;
  padding: 0;
  text-align: center;
}

.block p {
  margin-bottom: 0;
  text-align:center;
}

/* Block active style */
.block-active {
  background: #fff;
  border-color: #cfd9df;
  width: 910px;
  z-index: 20;
  top: 6px;
  opacity: 1;
}

#japs-container .block-active {
  opacity: 1;
}

.block-active:hover {
  background: #fff;
  border-color: #cfd9df;
}

.japs-couponwrap.whitedim .block-active {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.block-active .block {
  float: left;
  width: 280px;
}

.block-active .block-inner {
  border: 1px solid #bbcad2;  
  border-radius: 0 5px 5px 0;
}

/* Block product detail ---*/
.product-info {
  float: left;
  margin: 0 30px 0 30px;
  padding: 20px 0 0;
  position: relative;
  width: 560px;
}

.product-info .price-tips {
  background: #fff;
  border-bottom: 1px solid #ccc;
  color: #666;
  font-size: 110%;
  padding: 0 0 20px 0;
  position: relative;
  line-height: 1.4;
  text-shadow: 1px 1px 0 rgba(255,255,255,.2);
  border-radius: 5px;
  width:100%;
  }

.price-tips p {
	float:left;
	width: 350px;	
	  min-height:48px;
}

.price-tips a.btn-action {
  float:right;
  background: #fe9b00;
  border: 1px solid #e88300;
  border-radius: 5px;
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.15) inset, 0 3px 0 #e88300, 0 4px 2px rgba(0, 0, 0, 0.25);
  font-size: 14px;
  padding: 7px 0 7px;
  margin-top: 10px;
  width: 110px;
}

.price-tips a.btn-action:hover {
  background: #ffad2d;
  border-color: #e88300;
}

.price-tips a.btn-action:active,
.price-tips a.btn-action:focus {
  background: #ffad2d;
  border: 1px solid #e88300;
  bottom: 25px;
  margin-top: 15px;
  box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.15) inset, 0 0 1px rgba(0, 0, 0, 0.25);
}

.product-info p {
  margin: 0;

}

.price {
  margin-top:55px;
  position:relative;
  width:300px;
  min-height:165px;
  float:left;
}

.price .price-block {
  float:left;
  width:80px;
}

.price .old-price {
  float:left;
  border: 1px solid #999;
  font-size: 150%;
  width: 100%;
  height: 60px;
}

.price .old-price span {
  color: #111;
  display: block;
  font-weight: bold;
  padding: 20px 10px 10px 10px;
  line-height: 1;
  text-align: center;
}

.price .old-price span {
  text-decoration: line-through;
}

.price .save-price {
  float:left;
  border: 1px solid #999;
  color: #111;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 rgba(0,0,0,.2);
  width: 100%;
  height: 60px;
  margin-top:-1px;
}

.price .save-price span {
  display: block;
  font-size: 10px;
  line-height: 1.3;
  padding: 10px 10px 5px 10px;
}

.price .save-price strong {
  color:#d0272e;
  text-align: center;
  font-size: 155%;
  line-height: 1;
}

.price .new-price {
  float:left; 		
  color: #d0272e;
  width:200px;
  margin-left:20px;
  text-align:center;
}

.price .default {
  text-align: center;
  width:230px;
}

.price .new-price span {
  float:left;
  font-size: 18px;
  line-height:55px;
}

.price .new-price strong {
  float:left;
  font-size: 110px;
  line-height: 120px;
}

.price .new-price p {
  color:#555;
  float:left;
  font-size: 14px;
  text-transform:uppercase;
  font-weight:bold;
  width:100%;
}

.block-active .block-intro {
  display: block;
}

/* Login form */
.promo {
  margin-top:30px;
  float: right;
  position: relative;
  width: 225px;
}

.promo form{
  position: relative;
}

.promo .tip1 {
  background: url(../images/tip-bg.png) no-repeat left top;
  display: block;
  position: absolute;
  right: -125px;
  bottom: 50px;
  width: 176px;
  height: 72px;
}

.promo .tip2 {
  background: url(../images/new-price-bg.png) no-repeat left top;
  display: block;
  position: absolute;
  left: 35px;
  bottom: 75px;
  width: 109px;
  height: 36px;
}

.promo p {
	width: 100%;
	text-align:center;
	color: #555;
	font-size: 12px;	
}

.promo .censor-code {
  margin-top:10px;
  background: url(../images/censor-bg.png) no-repeat left top;
  display: block;
  position: absolute;
  width: 184px;
  height: 40px;
  z-index: 100;
}

.promo .coupon-code-wrap {
  margin-top:10px;
}

.coupon-code-wrap p {
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 10px;
  margin-top:50px;
	}

.promo .coupon-code {
  border: 1px solid #ccc;
  background: #ccc;
  color: #555;
  display: block;
  font-size: 100%;
  font-weight: bold;
  padding: 12px 10px 11px;
  width: 200px;
  text-transform: uppercase;
}

.coupon-link{
	color: #79A92D;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	margin-left: 80px;
  text-transform: uppercase;
	}

.promo .coupon-code-wrap .button {
  background: url(../images/icon-cut.png) no-repeat 8px 2px #555;
  border: 1px solid #555;
  padding: 10px;
  position: absolute;
  left: 182px;
  top: 0px;
  height: 40px;
  width: 40px;
  text-indent: -999em;
  border-radius: 2px;
}

.promo .arrow {
  position: absolute;
  top:40px;
  left:-20px;
}

.sign-up {
height: 90px;
position:relative;	
}

.sign-up div.meta {
  left:20px;
  position:absolute;
  top: 80px;
}

.sign-up div.meta span {
  font-size: 11px;
  color: #555;
  display: inline-block;
}

.sign-up div.meta a strong {
font-size: 11px;	
color: #d0272e;
text-transform: uppercase;
text-decoration:underline;

}

.sign-up div.meta a:hover,
.sign-up div.meta a:focus,
.sign-up div.meta a:active {
  color: #d0272e;
}

.sign-up div.meta a:hover strong {
  border-color: #ccc;
}



.sign-up a.btn-action {
  position: absolute;
  bottom: 25px;
  left: 80px;
  background: #79a92d;
  border: 1px solid #588216;
  border-radius: 5px;
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.15) inset, 0 3px 0 #588216, 0 4px 2px rgba(0, 0, 0, 0.25);
  color: #FFFFFF;
  width: 80px;
}

.sign-up a.btn-action:hover {
  background: #88b542;
  border-color: #6b9e1b;
}

.sign-up a.btn-action:active,
.sign-up a.btn-action:focus {
  background: #6b9e1b;
  border: 1px solid #4c7013;
  bottom: 20px;
  margin-top: 20px;
  box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.15) inset, 0 0 1px rgba(0, 0, 0, 0.25);
}

.sign-up a.btn-action {
	top: 21px;
	bottom: 37px;
	left: 75px;	
}

.sign-up a.btn-action:active,
.sign-up a.btn-action:focus {
  bottom: 30px;
  top: 5px;
}

.login-form label {
  display: block;
  font-weight: bold;
  color: #666;
}

.login-form .inputbox {
  border: 1px solid #eee;
  border-left-color: #ccc;
  border-top-color: #ccc;
  padding: 5px 5px;
  width: 212px;
  border-radius: 2px;
}

.login-form input[type=checkbox] {
  margin-right: 5px;
  padding: 0;
  vertical-align: middle;
}

.login-form .btn-login {
  background: #333;
  border: 1px solid #333;
  color: #fff;
  font-weight: bold;
  padding: 3px 5px;
  text-transform: uppercase;
  border-radius: 3px;
}

.login-form .btn-login:hover {
  background: #6b9e1b;
  border-color: #6b9e1b;
  cursor: pointer;
  
}

.login-form ul {
  margin: 10px 0 0;
  padding: 0;
}

.login-form ul li {
  margin: 0 0 3px;
  padding: 0;
  list-style: none;
}

.login-form ul li a {
  border-bottom: 1px dotted #ccc;
  color: #666;
  text-decoration: none;
}

.login-form ul li a:hover,
.login-form ul li a:focus,
.login-form ul li a:active {
  color: #cc0000;
}

a.btn-close {
  background: url(../images/closebox.png) no-repeat left top;
  display: none;
  height: 30px;
  position: absolute;
  right: -15px;
  top: -15px;
  overflow: hidden;
  text-indent: -999em;
  width: 30px;
}

.block-active a.btn-close {
  display: block;
}


#japs-connect {
	padding: 0 20px;
}

.block-row-bottom {
  height: 140px;
  margin: 0 0 20px 0;
  position: relative;
  overflow: hidden;
  width: 930px;
}

/* Get in touch */
#japs-get-in-touch {
	width:595px;
	float:left;
	text-align: center;
	margin: 10px auto 30px;
}


#japs-get-in-touch img {
	position:absolute;
	top:40px;
	left:50px;
	float:left;
}


#japs-get-in-touch a.btn-action{
  background: #1bb1ef;
  border: 1px solid #0089c2;
  border-radius: 5px;
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.15) inset, 0 3px 0 #0089c2, 0 4px 2px rgba(0, 0, 0, 0.25);
  margin: 0 auto;
  font-size: 14px;
  padding: 10px 0 10px;
  position:absolute;
  left: 385px;
  top:40px;
  width: 140px;
}

#japs-get-in-touch a.btn-action:hover {
  background: #35bff9;
  border-color: #0089c2;
}


#japs-get-in-touch a.btn-action:active, a.btn-action:focus {
  background: #35bff9;
  border: 1px solid #0089c2;
  margin-top: 5px;
  box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.15) inset, 0 0 1px rgba(0, 0, 0, 0.25);
 }

#japs-get-in-touch .newsletter {
	margin-left: 20px;
}



/* Newsletter */
#japs-newsletter {
	width: 290px;
	height:120px;
	text-align:center;
	float:right;
	margin: 10px auto 30px;
	border-left: 1px solid #ddd;
}
#japs-newsletter p {
	color:#555;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom:20px;
}

#japs-newsletter a.btn-action {
  background: #fe9b00;
  border: 1px solid #e88300;
  border-radius: 5px;
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.15) inset, 0 3px 0 #e88300, 0 4px 2px rgba(0, 0, 0, 0.25);
  margin: 0 auto;
  font-size: 14px;
  padding: 10px 0 10px;
  width: 160px;
}

#japs-newsletter a.btn-action:hover {
  background: #ffad2d;
  border-color: #e88300;
}

#japs-newsletter a.btn-action:active,
#japs-newsletter a.btn-action:focus {
  background: #ffad2d;
  border: 1px solid #e88300;
  bottom: 20px;
  margin-top: 25px;
  box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.15) inset, 0 0 1px rgba(0, 0, 0, 0.25);
}


/* Footer */
#japs-footer {
  background: #1b1b1b;
  color: #666;
  font-size: 92%;
  text-shadow: 1px 1px 0 #000;
  padding: 10px;
  border-radius: 0 0 2px 2px;
  overflow: hidden;
}

#japs-footer h4 {
  float: left;
  margin: 0;
}

#japs-footer .social {
  float: right;
  height: 21px;
}

.social .fb_iframe_widget {
  width: 90px;
}

.social .fb_iframe_widget span {
  vertical-align: baseline;
}



/* Clearfix
-------------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}



.price .new-cheweb {
  float:left; 		
  color: #d0272e;
  width:200px;
  margin-left:20px;
  text-align:center;
}

.price .new-cheweb span {
  float:left;
  font-size: 18px;
  line-height:55px;
}

.price .new-cheweb strong {
  float:left;
  font-size: 90px;
  line-height: 120px;
  white-space: nowrap;
}

.price .new-cheweb p {
  color:#555;
  float:left;
  font-size: 18px;
  text-transform:uppercase;
  font-weight:bold;
  width:100%;
}

.sitepoint {
  margin: 0 0 8px -10px;
  padding: 0;
  text-align: center;
}

.product-info .price-site {
  background: #fff;
  border-bottom: 1px solid #ccc;
  color: #666;
  font-size: 110%;
  padding: 0 0 5px 0;
  position: relative;
  line-height: 1.4;
  text-shadow: 1px 1px 0 rgba(255,255,255,.2);
  border-radius: 5px;
  width:100%;
  }
  
.price-site p {
  float:left;
  width: 350px;	
  min-height:48px;
}

.price-site p a {
  text-decoration:none;
  color: #79a92d;
  line-height:20px;
}

.price-site a.btn-action {
  float:right;
  background: #fe9b00;
  border: 1px solid #e88300;
  border-radius: 5px;
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.15) inset, 0 3px 0 #e88300, 0 4px 2px rgba(0, 0, 0, 0.25);
  font-size: 14px;
  padding: 7px 0 7px;
  margin-top: 10px;
  width: 110px;
}

.price-site a.btn-action:hover {
  background: #ffad2d;
  border-color: #e88300;
}

.price-site a.btn-action:active,
.price-site a.btn-action:focus {
  background: #ffad2d;
  border: 1px solid #e88300;
  bottom: 25px;
  margin-top: 15px;
  box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.15) inset, 0 0 1px rgba(0, 0, 0, 0.25);
}

