.TextRight {
	text-align:right;
}

.bundleContainer {
	margin:10px 0px 0px 0px;


}
.bundleContainer .ac_head{
	margin:20px 0 20px 0;
}

.calcContainer {
	margin:10px 0px 20px 0px;
}

/* KONFIGURATOR */
.calcContainer .label,
.bundleContainer .label {
   /* width: 27%; */
    font-size: 12px;
  /*  padding-top: 3px; */
}

.ac_head .label {
	margin-bottom:5px;
}

.calcContainer .label {
	float:left;
}

.bundleContainer .selections {
    border: 1px solid #333333;
    padding: 2px;
    font-size: 11px;
	color:#c1001f
}

.bundleContainer .selections select {
    width: 100%;
}

#productInfos h1{
    color: #0063A5;
    font-size: 12px;
    margin-top: 25px;
}

/*
.bundleContainer{
    margin-left: 0;
}
*/

/*
.bundleContainer .head1,
.ac_content,
.calcContainer {
    margin-left: 180px;
}
*/

.ac_content table{
    background-color: #191919;
    border-collapse:collapse;
    width:100%;
    margin-top:-5px;
}

.ac_content table tbody tr td{
    font-size: 11px;
	padding:3px;
	color:#fff;
}

.ac_content table tbody tr td.radio input{
    margin: 0 0 2px 5px;
}

.ac_content table tbody tr td.radio,
.ac_content table tbody tr td.info {
    width: 16px;
}

.ac_content table tbody tr td.radio,
.ac_content table tbody tr td.info
.productImageBorder{
	margin-top:-3px;
}

.ac_content table tbody tr td.BundlePrice{
    width: 100px;
}

tr.selectRow {
    background-color: #c1001f;
    color: #fff;
}

.calcContainer .alternativeprice,
.calcContainer .alternativeprice span{
    font-weight: 100;
    font-size: 11px;
}

.calcContainer .bundleTotal.label,
.calcContainer .bundlePriceTotal span{
    font-weight: 800;
}

.ac_head,
.ac_content {
    clear:both;
    padding: 5px 0;
}

.calcContainer {
 /* width: 325px; */
}

.calcContainer .alternativeprice {
    text-align: right;   
}
.calcContainer .bundlePriceTotal{
	font-size:14px;
	font-weight:bold;

}

}
.ac_content .information{
   /* background-image: url(../../../media/icons/information.png); */
	background-repeat:no-repeat;
	background-position: center center;
	border-style:solid;
	border-width: 0;
	width: 12px;
	height: 12px;
    float: left;
}

.ac_content .selectRow .information{
   /*  background-image: url(../../../media/icons/information.png); */
}

.ac_head .selections{
    background: url(../../../media/icons/bullet_arrow_down.png) no-repeat right center;
}

.ac_selected .ac_head .selections{
    background: url(../../../media/icons/bullet_arrow_up.png) no-repeat right center;
}

.hide {
display:none;
}
