.calendarWrapper {
	background: url('/images/static/images/popup.png') no-repeat;
	color: white;
	font-family: Verdana, Arial, sans-serif;
	height: 280px;
	padding: 50px;
	position: relative;
	width: 440px;
}

.calendarWrapper a {
	color: white;
	text-decoration: none;
}

.calendarWrapper a:hover {
}

.calendarWrapper h2 {
	font-size: 17px;
	font-weight: bold;
	margin-top:10px;
	padding: 0;
	text-align: center;
}

.calendarWrapper .manufacturer {
	text-align: center;
	margin-top:-20px;
}

.calendarWrapper p {
	margin: 0;
	padding: 0;
}

.calendarWrapper .content {
	height: 215px;
	position: absolute;
	right: 48px;
	bottom: 54px;
	width: 210px;
}

.calendarWrapper .content2 {
	height: 40px;
	position: absolute;
	right: 48px;
	bottom: 26px;
	width: 420px;
}

.calendarWrapper .content .inner {
	height: 100%;
	position: relative;
	margin-top:-6px;
}

.calendarWrapper .content .inner .oldPrice {
	font-size:12px;
	height: 28px;
	position: absolute;
	bottom: 43px;
	width: 159px;
}

.calendarWrapper .content .inner .newPrice {
	font-size: 16px;
    position: absolute;
	bottom: -4px;
}

.calendarWrapper .content .inner .discount {
	font-size: 17px;
	bottom: 25px;
    right: 0px;
    position: absolute;
}

.calendarWrapper .content .inner .moreInfos {
	font-size: 17px;
	text-decoration: underline;
}

.calendarWrapper .content .inner .moreInfos:hover {
	text-decoration: none;
}

.calendarWrapper .content2 .inner .stockBar {
	margin-left: -22px;
	position: absolute;
}

.calendarWrapper .content2 .inner .stockBar .info2 {
	font-size: 11px;
	bottom: 0px;
    position: absolute;
    right: 0px;
}

.calendarWrapper .content2 .inner .stockBar .info {
	font-size: 11px;
	margin-bottom: 3px;
}

.calendarWrapper .content2 .inner .stockBar .frame {
	background: white;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	height: 10px;
	padding: 5px;
	width: 400px;
	margin-left:20px;
	margin-top:7px;
}

.calendarWrapper .content2 .inner .stockBar .bar {
	background: green;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 10px;
	width: 0%;
}

.calendarWrapper .imageFrame {
	background: url('/images/image_frame.png') no-repeat;
	bottom: 33px;
	display: block;
	height: 180px;
	left: 25px;
	padding: 42px;
	position: absolute;
	text-align: center;
	width: 180px;
}

.calendarWrapper .imageFrame img {
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}

.fancybox-close {
	top: 2px !important;
	right: 2px !important;
}

.fancybox-overlay {
	background: none !important;
}

.fancybox-skin {
	background: none !important;
	box-shadow: none !important;
	padding: 0 !important;
}

.calendarWrapper .content .inner .textbox {
    height: 148px;
    font-size:12px;
    color:#3e3e3e;
    #box-sizing: border-box;
    #border-radius: 10px 10px 10px 10px;
    #background: white;
    #padding:7px;
	margin-top: 8px;
	color: white;
}

div.textbox A:hover {
    font-size:8px;
}

div.textbox A {
    color: #FF6000;
    text-decoration: none;
}

#kreis {
    position: absolute;
    top:-60px;
    left:180px;
    width: 36px;
    height: 36px;
    border: 1px solid #ccc;
    background: white;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
}

#comment {
	font-size:13px;
	position:absolute;
	width:100%;
	text-align:right;
	right:45px;
	top:30px;
}

#kreis #text{
    color: #3e3e3e;
    font-weight: bold;
    font-size: 14px;
    position: absolute;
    padding-top:7px;
    padding-left:5px;
}
