/* KONFIGURATOR */
.calcContainer .label,
.bundleContainer .label {
    float: left;
   /* width: 27%; */
    font-size: 12px;
  /*  padding-top: 3px; */
}

.bundleContainer .label{
    text-align:left;
    margin-right: 5px;
}


.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{
    background:#F9F9F9 none repeat scroll 0 0;
	border:1px solid #AAAAAA;
	margin-left:0;
	overflow:hidden;
	padding:10px;
}

.bundleContainer .head1,
.ac_content,
.calcContainer {
    margin-left: 0px;
}

.bundleContainer .head1 {
	border-bottom:1px dotted;
	font-size:16px;
	margin-bottom:15px;
	padding-bottom:5px;
}

.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: #ccc;
    color: #000;
	font-weight:bold;
}

.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;
	overflow:hidden;
}

.calcContainer {
	width: 325px;
	float:right;
	margin-bottom:25px;
	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: #fff url(../../../media/icons/bullet_arrow_down.png) no-repeat right center;
	float:left;
	width:45%;
}

.ac_selected .ac_head .selections{
    background: #fff url(../../../media/icons/bullet_arrow_up.png) no-repeat right center;
}

.hide {
display:none;
}

.prodKonf_groupDesc {
	margin-bottom:13px;
}

.bundleCount {
	background-color:#e9e9e9;
	width:30px;
}

.selectRow .bundleCount {
	width:30px;
	background-color:#ccc;
}