.underconstruction {
    boder:1px solid #888;
    background-color:#eee;
    padding:50px;
}
.underconstruction .caption {

}

a.clean {
	text-decoration:none !important;
}

.productview {
	
}

.productview img.newsticker {
    z-index:100;
}

.productview:hover img.newsticker {
    opacity:0.5;
}

.productview span.new-text {
    padding-left:10px;
    font-size:7pt;
    color:red;
}

.productview .orderbar .qty input[type='text'] {
	text-align:right;
	padding:2px 4px 2px 4px;
	width:30px;
	margin-top:0px;
    float:left;
}

.productview .orderbutton {
    background-color:#002d62;
    color:white;
    height:23px;
    width:70px;
    overflow:auto;
    cursor:pointer;
}
.productview .orderbutton .caption {
    display:block;
    height:12px;
    margin-top:5px;
    margin-left:12px;
}

.productview .variantbutton {
    background-color:#F57575;
    color:white;
    height:23px;
    width:70px;
    overflow:auto;
    cursor:pointer;
}
.productview .variantbutton .caption {
    display:block;
    height:12px;
    margin-top:5px;
    margin-left:12px;
	color:white;
}

.productview .pricebar .price {
	font-size:11pt;
	font-weight:bold;
	color:green;
}

.productview .pricebar .vatinex {
	color:green;
}

.orderbutton.busy {
    /*background-color:white;
    color:#aaa !important;*/
    background-image:url('/skins/multiweld/ajax-loader.gif');
    background-position:center center;
    background-repeat:no-repeat;
}


h1 {
    color:red !important;
}




/* ---------- custom ------------ */
.productview .qty {
  position:absolute;
  left:-46px;
  padding:6px;
}
.productview .orderbutton {
  background-color:#79c143;
  border-radius:2px;
  margin-left:20px;
  padding:6px;
  font-size:12pt;
  width:140px;
  height:34px;
  overflow:hidden;
  text-align:right;
  box-sizing:border-box;
  padding:2px 10px 0px 0px;
}
