
@charset "UTF-8";



/*style for tag 'new' */

.special{
  color: #b81a35;
  font-size: 12px;
  vertical-align: top;
  font-weight: bold;
}



/*style for general layout */

.block{
  display: inline-block;
}
.no-display{
  display: none !important;
}
.underline{
  text-decoration: underline;
}




.combo{
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 20px;
}

.combo_title{
	color:#FF6600;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 15px;
}

.combo_box{
	float: left;
}
.combo_text01{
	color:#2C63A7;
	font-size: 16px;
	padding-bottom: 20px;
	font-weight: normal;
}
.combo_text02{
	float: left;
	color:#000000;
	padding-left: 20px;
	padding-top: 10px;
	font-size: 16px;
	width: 80%;
}
.combo_price{
  color:#000000;
}


.combo-buy-block {
	line-height: 20px;
	vertical-align: top;
	padding-top: 10px;
	position: relative;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.combo-buy-btn {
	font-size: 18px;
	line-height: 22px;
	background-color: #f4ad01;
	color: #fff;
	padding: 8px 25px;
	display: inline-block;
	border-radius: 5px;
	cursor: pointer;
	display: inline-block;
	position: absolute;
	top: -20px;
	right: 0px;
	width: 200px;
}
.combo-buy-btn a {
	color: #fff;
}


/*style for tag 'new' */

.special{
  color: #b81a35;
  font-size: 12px;
  vertical-align: top;
  font-weight: bold;
}



/*style for general layout */

.block{
  display: inline-block;
}
.no-display{
  display: none !important;
}
.underline{
  text-decoration: underline;
}


/*style for ABtesting */
.combo_box_2 {
	position: relative;
	width: 920px;
	height: 116px;
	background: url(../img/PDRPhD_combo_bg.png)
}
.combo-buy-btn-2 {
	font-size: 16px;
    line-height: 22px;
    background-color: #f4ad01;
    color: #ffffff;
    padding: 8px 5px;
    display: inline-block;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
	position: absolute;
    top: 60px;
    right: 20px;
    width: 150px;
}