/* KONFIGURATOR */
.calcContainer .label,
.bundleContainer .label {
    float: left;
   /* width: 27%; */
    font-size: 12px;
  /*  padding-top: 3px; */
}

.bundleContainer .label{
    text-align: right;
    margin-right: 10px;
}


.bundleContainer .selections {
    float: right;
    width: 69%;
    border: 1px solid #C2C3C5;
    padding: 2px;
    font-size: 11px;
}

.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: #E9E9E9;
    border-collapse:collapse;
    width:100%;
    margin-top:-5px;
}

.ac_content table tbody tr td{
    font-size: 11px;
}

.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: #0063A5;
    color: #fff;
}

.calcContainer .price,
.calcContainer .price 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 .price {
    text-align: right;
    border-bottom: 1px solid #C2C3C5;
}

.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;
}