.buytogeter-wrapper {
	width: 800px;
	/*margin-top: 15px;*/
	background-color: black;
	display: none;
	padding-top: 10px;
}
.buytogeter-wrapper .module-name {
	height: 60px; 
	padding: 5px 10px;
}
.buytogeter-wrapper .module-name p {
	text-align: left;
	background: #5a5a5a;
	color: white;
	font-size: 24px;
	font-family: Arial;
	padding-left: 26px;
	height: 60px;
	line-height: 60px;
	font-weight: bold;
}
.buytogeter-wrapper .module-content {
	background-color: #a3a3a3;
	width: 744px;
	height: 332px;
	margin-left: 30px;
	margin-top: 26px;
	margin-bottom: 15px;
}
.buytogeter-wrapper .module-content .discount {
	position: relative;
	top: -111px;
	right: -618px;
	background: #c10000;
	width: 115px;
	height: 69px;
	text-align: center;
}
.buytogeter-wrapper .module-content .discount p {
	font-family: Arial;
	font-size: 24px;
	color: white;
	margin: 0;
	padding: 0;
	padding-left: 10px;
	padding-top: 8px;
	line-height: 15px;
	font-weight: bold;
	color: white;
}
.buytogeter-wrapper .module-content .discount .discount-number {
	font-family: Arial;
	font-size: 40px;
	line-height: 35px;
}
.buytogeter-wrapper .module-content .discount .discount-percent {
	font-family: Arial;
	font-size: 24px;
	line-height: 35px;
}
.buytogeter-wrapper .module-content .module-title {
	padding-top: 15px;
	padding-left: 18px;
	font-family: Arial;
	font-size: 37px;
	color: white;
	font-weight: bold;
	height: 44px;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 580px;
	white-space: nowrap;
}
.buytogeter-wrapper .module-content .sub-title {
	padding-top: 11px;
	padding-left: 18px;
	font-size: 22px;
	color: white;
	font-family: Arial;
	margin-bottom: 15px;
	height: 26px;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 580px;
	white-space: nowrap;
}
.buytogeter-wrapper .module-content .jcarousel-content {
	background-color: white;
	height: 200px;
	width: 723px;
	margin-left: 11px;
	position: relative;
	top: -68px; 
	padding-top:15px;
}
.buytogeter-wrapper .module-content .jcarousel-content > p {
	padding-left: 20px;
	font-family: Arial;
	display: inline-block;
	color: black;
	height: 12px;
	margin-top: 0px;
}
.buytogeter-wrapper .module-content .jcarousel-content > .packs-item {
	color: red;
}
.buytogeter-wrapper .module-content .jcarousel-content .price-content {
	display: inline-block;
	position: absolute;
	top: 62px;
	right: 10px;
	height: 122px;
	text-align:right;
}
.buytogeter-wrapper .module-content .jcarousel-content .price-content .list-price {
	font-family: Arial;
	color: #cccccc;
	font-size: 19px;
	margin-bottom: 0; 
	text-decoration:line-through;
	height:19px;
}
.buytogeter-wrapper .module-content .jcarousel-content .price-content .special-price {
	font-family: Arial;
	color: #1a1a1a;
	font-weight: bold;
	font-size: 21px;
	margin-top: 0;
	margin-bottom: 0;
}
.buytogeter-wrapper .module-content .jcarousel-content .price-content .price-item {
	font-family: Arial;
	color: #1a1a1a;
	font-weight: bold;
	font-size: 42px;
	margin: 0;
	line-height: 55px;
}

.btn-buynow {
	border: 3px solid white;
	width: 115px;
	height: 31px;
	line-height: 33px;
	margin-top: 3px;
	font-size: 19px;
	color: white;
	font-family: Arial;
	margin-right: 8px;
	padding-left: 15px; 
	background-color:#c10000;
}

.btn-ProductLink {
	border: 3px solid black;
	width: 115px;
	height: 31px;
	line-height: 33px;
	margin-top: 3px;
	font-size: 19px;
	color: black;
	font-family: Arial;
	padding-left: 15px;
}

.Product-link {
	visibility: hidden;
	position: absolute;
	top: 85px;
	left: 580px; 
	text-decoration: none;
}

.buy-link {
	position: absolute;
	top: 140px;
	left: 580px; 
	text-decoration: none;
}

.btn-buy-arrow {
	/*background-image: url(/includes/css/images/arrow_button.png);
	background-repeat: no-repeat;
	width: 17px;
	height: 17px;
	display: inline-block;*/
	position: relative;
	top: -28px;
	left: 110px;
	font-size: 16px;
	color: white;
}

.btn-product-arrow {
	background-image: url(/includes/css/images/arrow_button.png);
	background-repeat: no-repeat;
	width: 17px;
	height: 17px;
	display: inline-block;
	position: relative;
	top: -27px;
	left: 110px;
}

.pack-contains {
	color:black;
	padding-left:35px;
	font-size:14px;
}

.pack-contains a {
	padding-left:10px;
	color: black;
	font-size: 14px;
}