#mixedContent {
	width:100%;
	height: 225px;
	position:absolute;
	top:500px;
}

#mixedContent .contentBox {
	float: left;
	display: block;
	width: 410px;
        -moz-box-shadow:0px 0px 2px #000 inset;
        -webkit-box-shadow:0px 0px 2px #000 inset;
        box-shadow:0px 0px 2px #000 inset;

	padding: 10px;
	margin: 0px 2px;
	/* If you don't want the images in the scroller to be selectable, try the following
	   block of code. It's just a nice feature that prevent the images from
	   accidentally becoming selected/inverted when the user interacts with the scroller. */
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
background: -moz-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(0,0,0,0.4) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(30,87,153,1) 20%,rgba(2,2,2,0.7) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */

        font-family:"Myriad Pro", "Trebuchet MS", sans-serif;
        color:#fff;
        font-size:24px;

}

#mixedContent .contentBox:hover {
	background: white;
	cursor: pointer; 
	cursor: hand; 
}

#mixedContent .contentBox img {
	margin-bottom: 10px;
	margin-right:10px;
}

#mixedContent .contentBox p {
	font-size: 10px;
}
#mixedContent .contentBox h1 {
        font-size: 20px;
	text-shadow:1px 1px 1px #000;
}

#mixedContent .price {
    position:absolute;
    bottom:10px;
    width: auto;
    font-size:20px;
	text-shadow:1px 1px 1px #000;
}
#mixedContent .buttonfeld {
    position:absolute;
    bottom:10px;
    right:10px;
    width: auto;
}
#mixedContent .button {
	background: -moz-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(0,0,0,0.4) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(30,87,153,1) 20%,rgba(2,2,2,0.7) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */
	font-size:20px;
	display: inline-block;
	color:#fff;
	text-shadow:1px 1px 1px #000;
	padding:2px;
	width:100px;
	border: 1px solid #DDDDDD;

}


#mixedContent table {
        background-color: rgba(220,220,255,0.95);
        width:100%;
	height:200px;
	border-spacing:0px;
}

#mixedContent table .detailtable {
        background-color: rgba(220,220,255,0.95);
        width:100%;
        height:20px;
        border-spacing:0px;
}
#mixedContent h1 {
        color:#1e5799;
        font-size:24px;
        text-shadow:1px 1px 1px #fff;
        bold;
}
#mixedContent td {
	font-size:14px;
}
#mixedContent img {
	padding:0px;
	margin:0px;
	margin-left:2px;
	margin-top:2px;
	border:0px;
}

#infoline {
        font-size:14px;
	background-color:rgba(30,87,153,1);
	font-weight:bold;
	color:#fff;
}

