#optionProductBoxInner {
	overflow: hidden;
	width: 710px;
	display: none;
	padding-bottom: 20px;
}
#optionProductBoxHeadline {
	line-height: 54px;
	width: 710px;
	background-color: #dedede;
	font-size: 20px;
	color: #333;
	height: 54px;
	font-weight: normal;
	padding-left: 20px;
}
.optionProductBoxProduct {
	display: inline-block;
	width: 290px;
}
.optionProductBoxPaymentType {
	display: inline-block;
	width: 147px;
}
.optionProductBoxMonth {
	display: inline-block;
	width: 108px;
	padding-right: 20px;
	text-align: right;
}
.optionProductBoxSum {
	display: inline-block;
	text-align: right;
	width: 86px;
	position: relative;
}
.optionProductBoxOverview {
	line-height: 54px;
	width: 710px;
	background-color: #fff;
	font-size: 20px;
	color: #333;
	font-weight: normal;
	padding-left: 20px;
}

#optionProductBoxOverview div {
	vertical-align: middle;
}
#optionProductBoxResult {
	width: 670px;
	background-color: #fff;
	color: #333;
	height: auto;
	font-weight: normal;
	padding: 20px;
	overflow: hidden;
}
.optionProductBoxResultLeft {
	float: left;
	width: 100%;
	font-size: 13px;
	font-weight: normal;
	color: #333;
}
.optionProductBoxResultRight {
	width: 300px;
	float: right;
	text-align: right;
	font-size: 16px;
	font-weight: normal;
}
#optionBox {
	margin: 15px 0 30px;
}
#optionBoxInner
{
	overflow: hidden;
	max-width: 710px;
	min-width: 120px;
}
h1.optionBoxHeader {
	font-size: 24px;
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
}
.optionProduct {
	margin-top: 30px;
}
.optionProductImage {
	float: left;
	margin-right: 30px;
}
.optionProductImage > img {
	width: 120px;
	margin-top: 7px;
}
.optionProductText {
	margin-left: 150px;
}
.optionProductHead {
	font-size: 1.2em;
	font-weight: 700;
	padding-bottom:10px;
}
.optionProductDesc {
	font-weight: lighter;
}
.optionProductCheck {
	margin-left: 0px;
}
.optionsProductCheckBox {
	height: 0px !important;
	padding-left: 0px !important;
	float: left;
}

.optionsProductPrice {
	display: block;
	margin-left: 20px;
	margin-top: -3px;
	line-height: 20px;
}
.optionProductCheck{
	background-position: 0px -271px;
	line-height: 18px;
	display: inline-block;
	height: 18px;
	width: 18px;
	float: left;
}
.optionProductCheck.optionProductCheckActive {
	background-position: 0px -354px;
}
.optionLabel {
	display: flex;
	padding-top: 15px;
}

#optionProductBoxInnerMobile {
	max-width: 710px;
	display: none;
	padding-bottom: 20px;
}
.optionProductOverviewMobile {
	background-color: white;
	line-height: 30px;
	display: inline-block;
	width: 100%;

}
#optionProductNameMobile {
	display: inline-block;
	line-height: 40px;
	background-color: #dedede;
	font-size: 20px;
	padding-left: 8px;
}
.optionProductInfoTextMobile {
	width: 100%;
	font-size: 13px;
	font-weight: normal;
	color: #333;
	line-height: 17px;
	margin-bottom: 10px;
}
.optionProductBoxResultMobile {
	background-color: white;
	color: #333;
	height: auto;
	font-weight: normal;
	padding: 8px;
	overflow: hidden;
}
.optionProductMobileLeftContent {
	background-color: white;
	width: 50%;
	float: left;
	font-weight: lighter;
}
.optionProductMobileRightContent {
	background-color: white;
	width: 50%;
	float: left;
	text-align: right;
	font-weight: lighter;
}
.optionProductMobileSumPriceContent {
	background-color: white;
	text-align: right;
	padding-right: 8px;
	overflow: hidden;
	background-color: #dedede;
	display: none;
}
.optionReset{
	position: absolute;
	color: #0865ad;
	font-size: 12px;
	text-align: right;
	top: 20px;
	padding-left: 33px;
	padding-left: 33px;
	font-weight: lighter;
	cursor: pointer;
}
@media only screen and (max-width:710px) {
	#optionProductBoxInner {
		display: none !important;
	}
	#optionProductBoxInnerMobile {
		display: inline-block !important;
	}
	#optionMobilePriceResult {
		display: block;
	}
	.optionProductMobileSumPriceContent {
		display: block;
	}
}
@media only screen and (min-width:710px) {
	#optionProductBoxInnerMobile {
		display: none !important;
	}
}
