.nowrap {
	white-space: nowrap;
}
form {
	display: inline;
	padding: 0;
	margin: 0;
}
/* layer modules price details*/
.pd01 {
  padding: 0;
  margin: 0;
  position: fixed;
  top: 50px;
  left: 364px;
  display: none;
  z-index : 20;
}
.pd01 .pdTop {
	height: 16px;
	width: 523px;
	background: url(../images/layout/lay_tl.png) 0 0 no-repeat;
}
.pd01 .pdTop div,
.frameTR {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 16px;
	width: 290px;
	background: url(../images/layout/lay_tr.png) 0 0 no-repeat;
}
.pd01 .pdBottom {
	height: 16px;
	width: 523px;
	background: url(../images/layout/lay_bl.png) 0 0 no-repeat;
}
.pd01 .pdBottom div,
.frameBR {
	position: absolute;
	right: 0px;
	bottom: 0px;
	height: 16px;
	width: 290px;
	background: url(../images/layout/lay_br.png) 0 0 no-repeat;
}
.pd01 .pdMiddle {
	width: 523px;
	background: url(../images/layout/layer_wide.png) 0 0 repeat-y;
}
.pdClose,
.allClose {
	position: absolute;
  top: 20px;
  right: 20px;
	height: 9px;
	width: 9px;
}
#bgLayer {
	background: url(../images/layout/_blank.gif) 0 0; /* for IE */
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	visibility: hidden;
	z-index: 0;
}

/* module price details */
.pdMiddle .inner {
	padding: 0 10px 27px 10px;
}
.pdMiddle .headline {
	font-size: 16px;
	height: 27px;
	border-bottom: solid 1px #fff;
	padding-left: 10px;
	cursor:move;
}
.pdMiddle .headline span,
.pdMiddle .pricedetails span {
	font-weight: bold;
}
.pdMiddle .background {
	background-color: #f2f2f2;
	padding: 10px 10px 10px 10px;
	border-bottom: solid 1px #fff;
	max-height: 400px;
	overflow:auto;
}
.pdMiddle .scroll {
	padding: 0px;
}

table.pricedetails {
	width: 458px;
	border-spacing: 0;
	border: solid 1px #a3b6cd;
	font-size: 11px;
}
table.pricedetails th {
	background-color: #d6dee9;
	height: 29px;
	text-align: left;
	padding: 0 10px;
	border-right: solid 1px #fff;
	/* border-bottom: solid 1px #fff; */
}
table.pricedetails th.first {
	width: 56%;
}
table.pricedetails td {
	background-color: #fff;
	height: 29px;
	padding: 0 10px;
	border-right: solid 1px #d6dee9;
	border-bottom: solid 1px #d6dee9;
}
table.pricedetails  td.subtotal {
	background-color: #eff2f6;
	font-weight: bold;
	text-align: right;
}
table.pricedetails  td.offer {
	background-color: #E0F5E0;
}
table.pricedetails  td.offer.last {
	background-color: #E0F5E0;
}
table.pricedetails .last {
	border-right: none;
}
table.pricedetails button {
	padding: 2px 5px;
	font-size: 11px;
	width: 110px;
	white-space: nowrap;
	float:right;
}
table.pricedetails td.bottom {
	border-bottom: none;
}
.alignR,
table.pricedetails th.alignR {
	text-align: right;
	width:26%;	
	
}
table.pricedetails td.total {
    width: 26%;
    font-size:14px;
    font-weight:bold;
    border:none;background-color:#F2F2F2;
}

table.pricedetails td.totalBig {
    width: 56%;
    font-size:14px;
    font-weight:bold;
    border:none;background-color:#F2F2F2;
}

.clearAll {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.totalAll {
	height: 30px;
	margin: 6px 0 4px 0;
}
.totalAll  .leftSide p,
.totalAll  .rightSide p {
	font-size: 14px;
	font-weight: bold;
}

.totalAll .leftSide {
	margin-left: 240px;
	float: left;
}
.totalAll .rightSide {
	margin-left: 45px;
	float: left;
}


/* layer modules add to favourites */
.addfav {
	padding: 0;
	margin: 0;
	position: fixed;
  top: 150px;
  left: 364px;
  /*display: none;*/
	z-index: 20;
}
.addfav .addTop {
	height: 16px;
	width: 375px;
	background: url(../images/layout/lay_tl.png) 0 0 no-repeat;
}

.addfav .addBottom {
	height: 16px;
	width: 375px;
	background: url(../images/layout/lay_bl.png) 0 0 no-repeat;
}
.addfav .addMiddle {
	width: 375px;
	background: url(../images/layout/layer_bg375.png) 0 0 repeat-y;
}
.addMiddle .inner {
	padding: 0 10px 0px 10px;
}
.addMiddle .headline {
	font-size: 16px;
	height: 27px;
	border-bottom: solid 2px #fff;
	padding-left: 10px;
}
.addMiddle .extFolder {
	background-color: #f2f2f2;
}
.extFolder p {
	line-height: 28px;
	padding-left: 10px;
}
.extFolder .choice {
	height: 80px;
	overflow: auto;
	background-color: #fff;
	padding: 10px 10px 10px 10px;
}
.extFolder .choice div {
  height: 22px;
}
.extFolder input {
  vertical-align: bottom;
	height: 15px;
}
.extFolder label {
	font-size: 11px;
	padding-left: 10px;
}
.extFolder .nextFolder {
  padding: 10px;
}
.extFolder input.folderName {
  display: block;
	height: 24px;
	width: 276px;
	border: solid 1px #ededed;
	margin-top: 10px;
}
.extFolder .hide {
  display: none;
	font-size: 11px;
	color: #c00;
	padding: 12px 0 0 20px;
	background: url(../images/layout/icon_warning_red.png) 0 11px no-repeat;
}
.extFolder .folderError {
  background: #f7d9d9;
}
.extFolder .folderError .hide {
  display: block;
}
.extFolder .buttons {
  border-top: solid 2px #fff;
	background-color: #e6e6e6;
	padding-top: 6px;
}
.extFolder .buttons .leftSide {
	margin-left: 35px;
	float: left;
}
.extFolder .buttons .leftSide button {
	padding: 3px 20px;
	font-size: 11px;
	font-weight: bold;
	white-space: nowrap;
}
.extFolder .buttons .rightSide {
	margin-left: 10px;
	float: left;
}
.extFolder .buttons .rightSide button {
	padding: 3px 20px;
	font-size: 11px;
	white-space: nowrap;
}
.extFolder .buttons .leftSide button.inAkt {
	color: #737373;
}

.dialogSubmit 
{
    padding: 3px 40px;
    font-size: 11px;
    font-weight: bold;
    height: 27px !important;
}


/* layer modules order upload */
.orderUpload {
	padding: 0;
	margin: 0;
	position: fixed;
    top: 250px;
    left: calc(50% - 250px);
  /*display: none;*/
	z-index: 20;
}
.orderUpload .upTop {
	height: 16px;
	width: 501px;
	background: url(../images/layout/lay_tl.png) 0 0 no-repeat;
}
.orderUpload .upBottom {
	height: 16px;
	width: 501px;
	background: url(../images/layout/lay_bl.png) 0 0 no-repeat;
}
.orderUpload .upMiddle {
	width: 501px;
	background: url(../images/layout/layer_bg501.png) 0 0 repeat-y;
}
.orderUpload .inner {
	padding: 0 10px 0px 10px;
}
.orderUpload .headline {
	font-size: 16px;
	height: 27px;
	border-bottom: solid 2px #fff;
	padding-left: 10px;
	cursor:move;
}
.upMiddle .background p {
	padding: 10px;
	border-bottom: solid 2px #fff;
}
.upMiddle .background p b.red{
	color: #c00;
}
.orderUpload .background {
	background-color: #f2f2f2;
	position:relative;
}
.orderUpload .hide {
	display: none;
}
.uploadError .background .hide {
	display: block;
	background-color: #f7d9d9;
}
.background .error {
  font-size: 11px;
	font-weight: bold;
	border-bottom: solid 2px #fff;
	color: #c00;
	padding: 6px 0 6px 34px;
	background: url(../images/layout/icon_warning_red.png) 10px 6px no-repeat;
}

.orderUpload .file {
	padding: 10px;
}
.upMiddle .background p.white {
	padding: 10px;
	border-top: solid 2px #fff;
	color: #666;
	background-color: #fff;
}
.orderUpload .buttons {
  border-top: solid 2px #fff;
	background-color: #e6e6e6;
	padding-top: 6px;
}
ul.bt {
	display: inline;
	float: right;
}
ul.bt li {
	list-style: none;
	float: left;
	padding-right: 10px;
}
ul.bt li button {
	padding: 3px 10px;
	font-size: 11px;
	white-space: nowrap;
}
ul.bt li.proceed button {
	padding: 3px 35px;
	font-weight: bold;
}
ul.bt li.add button {
	font-weight: bold;
}
table.uploadTable .rownumber 
{
    width: 40px;
}
table.uploadTable {
	width: 460px;
	border-spacing: 0;
	border: solid 1px #a3b6cd;
	font-size: 11px;
	margin: 10px 0 0 10px;
}
table.noLeft {
	margin-left: 0;
}
table.uploadTable th {
	background-color: #d6dee9;
	height: 29px;
	text-align: left;
	padding: 0 10px;
	border-right: solid 1px #fff;
}
table.uploadTable .first {
	width: 30px;
}
table.uploadTable .third {
	width: 49px;
}
table.uploadTable .marked 
{
    background-color:red;
}

table.uploadTable td {	
	padding: 8px 10px 7px 10px;
	border-right: solid 1px #d6dee9;
	border-bottom: solid 1px #d6dee9;
	vertical-align: top;
}
table.uploadTable tr.uploadError,
table.uploadTable tr.uploadError td {
	background-color: #ffc;
}
table.uploadTable tr.notFound,
table.uploadTable tr.notFound td {
	background-color: #f7d9d9;
}
table.uploadTable .last {
	border-right: none;
	width: 40px;
}
table.uploadTable td.last {
	text-align: right;
}
.scrollable td.last 
{
    width:27px;
}
table.uploadTable td .empty,
table.uploadTable td .unavail {
	font-style: italic;
	color: #999;
}
table.uploadTable tr.uploadError td.last {
	font-weight: bold;
	background: url(../images/layout/icon_warning_yellow.png) 6px 7px no-repeat;
}
table.uploadTable tr.notFound td.pnf {
	background: url(../images/layout/icon_warning_red.png) 32px 7px no-repeat;
}
table.uploadTable tr.notFound .wrongArticle {
	width: 164px;
	background-color: #fff;
	border: solid 1px #a3b6cd;
	font-size: 11px;
	color: #c00;
	font-weight: bold;
	padding: 3px;
	margin: 0 3px 3px 0;
	vertical-align: top;
}
table.uploadTable tr.notFound span.pnf {
	color: #c00;
	font-size: 10px;
}
table.uploadTable tr.notFound button {
	padding: 0 5px;
	font-size: 11px;
}
table.uploadTable td.bottom {
	border-bottom: none;
}
.orderUpload .scrollable {
	margin: 0px 10px 10px 0;
	height: 200px;
	overflow-x: auto;
	overflow-y: scroll;
	width: 470px;
}
.orderUpload .scrollable table {
	margin-top: 0;
	border-top: none;
	width: 442px;
}

/* bulk entry */
.bgWhite {
	background-color: #fff;
	height: 200px;
	margin-left: 10px;
}
.entryArea {
		padding: 10px;
		font-size: 11px;
		line-height: 16px;
}
.entryArea textarea {
		width: 286px;
		height: 228px;
		background-color: #fff;
		border: solid 1px #a3b6cd;
		display: block;
		float: left;
}
.entryArea label {
		margin-left: 10px;
		width: 150px;
		display: block;
		float: left;
}

/* save order template */
.upMiddle .orderTemplate {
	padding: 0px 10px;
	margin-bottom: 10px;
}
.upMiddle .space {
	margin: 0px;
}
.upMiddle .orderTemplate label{
	display: block;
	margin-right: 10px;
	float: left;
	font-size: 11px;
}
.upMiddle .orderTemplate input {
	background-color: #fff;
	border: solid 1px #a3b6cd;
	width: 334px;
	float: right;
	padding: 1px;
}
.upMiddle .orderTemplate select {
	background-color: #fff;
	border: solid 1px #a3b6cd;
	width: 338px;
	float: right;
	padding: 1px;
	font-size: 11px;
}
.upMiddle .orderTemplate input.checkbox {
	background-color: #fff;
	border: none;
	width: 15px;
	float: left;
	padding: 1px;
	margin-left: 123px;
}
.upMiddle .orderTemplate input.dateFrom,
.upMiddle .orderTemplate input.dateTo {
	background-color: #fff;
	border: solid 1px #a3b6cd;
	width: 60px;
	padding: 3px 2px;
	margin-left: 6px;
	margin-right: 3px;
	font-size: 11px;
	float: left;
}
.upMiddle .orderTemplate .date {
	width: 344px;
	float: right;
}
.upMiddle .orderTemplate .date span {
	font-size: 11px;
	float: left;
}
.upMiddle .orderTemplate .templateType {
	width: 344px;
	float: right;
}
.upMiddle .orderTemplate .templateType span {
	font-size: 11px;
	float: left;
}
.upMiddle .orderTemplate label.checkbox {
	margin-left: 7px;
}
.upMiddle .backgroundWhite {
	background-color: #fff;
	padding-bottom: 5px;
}
.upMiddle .uploadError .backgroundWhite {
	display: none;
}
.upMiddle .backgroundWhite p {
	padding-bottom: 0px;
}
.upMiddle .backgroundWhite p span {
	display: block;
	border-bottom: solid 1px #f2f2f2;
	margin-bottom: 4px;
	padding-bottom: 2px;
}
.upMiddle .orderTemplate .leftSide {
	margin-left: 122px;
	float: left;
}
.upMiddle .orderTemplate button {
	padding: 3px 10px;
	font-size: 11px;
	white-space: nowrap;
}
.upMiddle .orderTemplate .rightSide {
	margin-left: 10px;
	float: left;
}
.upMiddle .orderTemplate div.label {
	display: block;
	margin-right: 10px;
	float: left;
	font-size: 11px;
}
.upMiddle .orderTemplate div.checkListOuter {
	width: 338px;
	float: right;
}
.upMiddle .orderTemplate div.checkListInner {
	padding-bottom: 4px;
}
.upMiddle .orderTemplate input[type=checkbox]
{
	background-color: #fff;
	border: none;
	width: 15px;
	padding: 1px;
	margin-right: 5px;
	float: left;
}
.background .orderTitle {
	padding: 10px 0;
	position: relative;
}
.uploadError .background .orderTitle {
	background-color: #f7d9d9;
	font-weight: bold;
	color: #c00;
}

ul.basket-prohibit-list {
float:left;
font-size:8pt;
list-style:none outside none;
margin:0 0 3px;
padding:0;
width:300px;
}

ul.basket-prohibit-list li {
float:left;
width:160px;
}

/* add from saved order */
.layer575 {
	padding: 0;
	margin: 0;
	position: fixed;
    top: 250px;
    left: calc(50% - 262px);
  /*display: none;*/
	z-index: 20;
}
.layer575 .upTop {
	height: 16px;
	width: 575px;
	background: url(../images/layout/lay_tl.png) 0 0 no-repeat;
}
.layer575 .upBottom {
	height: 16px;
	width: 575px;
	background: url(../images/layout/lay_bl.png) 0 0 no-repeat;
}
.layer575 .upMiddle {
	width: 575px;
	background: url(../images/layout/layer_bg575.png) 0 0 repeat-y;
}
.layer575 .inner {
	padding: 0 10px 0px 10px;
}
.layer575 .headline {
	font-size: 16px;
	height: 27px;
	border-bottom: solid 2px #fff;
	padding-left: 10px;
}
.background .chooseRange {
	padding: 0 10px 10px 6px;
	border-bottom: solid 2px #fff;
	background-color: #f2f2f2;
}
.background .chooseRange p {
	padding: 10px 0 0 4px;
	border-bottom: none;
}
.background .chooseRange span {
	font-size: 11px;
}
.background .chooseRange input {
	vertical-align: middle;
	margin-right: 3px;
}
.background .chooseRange label {
	font-size: 11px;
	padding: 4px 2px 4px 0;
}
.background .chooseRange img {
	margin: 0;
	vertical-align: bottom;
}
.upMiddle .chooseRange input.dateFrom,
.upMiddle .chooseRange input.dateTo {
	background-color: #fff;
	border: solid 1px #a3b6cd;
	width: 60px;
	padding: 3px 2px;
	margin-left: 3px;
	margin-right: 3px;
	font-size: 11px;
}
.upMiddle .chooseRange button {
	font-size: 11px;
	padding: 2px 2px;
}
.background .selectOrders {
	padding: 10px;
	border-bottom: solid 2px #fff;
	background-color: #f2f2f2;
}
.linkList {
	background-color: #fff;
	border: solid 1px #a3b6cd;
	overflow: auto;
	padding: 2px;
	height: 120px;
}
.background .selectOrders .articleList {
	background-color: #fff;
	font-size: 11px;	
}
.background .selectOrders .articleList .clearAll {
	display: inline;
}
.background .selectOrders .articleList a  {
	text-decoration: none;
	color: #000;
}
.background .selectOrders .articleList a:hover span.article,
.background .selectOrders .articleList a:hover span.date,
.background .selectOrders .articleList a:hover span.cmd,
.background .selectOrders .articleList a:hover span.templateType {
	background-color: #cbd6e2;
	border-color: #a3b6cd;
	height:16px;
	cursor:pointer !important;	
}
.selectOrders .articleList .article {
	width: 448px;
	float: left;
	padding: 2px;
	border: solid 1px #fff;
	border-right: none;
}
.selectOrders .articleList .date {
	padding-right: 4px;
	float: left;
	padding: 2px;
	text-align: right;	
	border: solid 1px #fff;
	border-left: none;
	border-right: none;
}
.selectOrders .articleList .cmd {	
	float: left;
	padding: 2px;
	text-align: right;	
	border: solid 1px #fff;	
	border-left: none;
	border-right: none;
}
.articleList .cmd 
{
    border-right: none;
}
.articleList .cmd img
{    
   	padding-left:10px;
}
.selectOrders .articleList .templateType {
	padding-right: 4px;
	float: left;
	padding: 2px;
	text-align: left;
	border: solid 1px #fff;
	border-left: none;
	border-right: none;
	width: 146px;
}
.background .productListOuter,
.background .setQuantities {
	padding: 10px;
	border-bottom: solid 2px #fff;
	background-color: #f2f2f2;
}
.background .productList {
	background-color: #fff;
	border: solid 1px #a3b6cd;
	width: 530px;
	height: 228px;
	overflow: auto;
}
.layer575 .upMiddle .background p {
	background-color: #f2f2f2;
	border-bottom: none;
}
.layer575 .buttons {
  border-top: solid 2px #fff;
	background-color: #e6e6e6;
	padding-top: 6px;
}

.productListOuter .uploadTable,
.setQuantities .uploadTable {
	width: 535px;
	margin: 0px;
}
.productListOuter .scrollable,
.setQuantities .scrollable {
	margin: 0px 12px 0 0;
	height: 150px;
	overflow-x: auto;
	overflow-y: scroll;
	width: 535px;
	background-color: #fff;
}
.productListOuter .scrollable table,
.setQuantities .scrollable table {
	margin-top: 0;
	border-top: none;
	width: 517px;
}
.productListOuter table.uploadTable .first {
	width: 140px;
}
.productListOuter table.uploadTable .second {
	width: 158px;
}
.productListOuter table.uploadTable .third {
	width: 80px;
}
.productListOuter table.uploadTable .fourth {
	width: 72px;
}
.productListOuter table.uploadTable .fourth2 {
	width: 55px;
	text-align: left;
}
table.uploadTable input.quantity,
table.uploadTable input.quantity2 {
	width: 22px;
	background-color: #fff;
	border: solid 1px #a3b6cd;
	font-size: 11px;
	padding: 0px 4px;
	text-align: right;
}
table.uploadTable button.quantity {
	padding: 0 2px;
	font-size: 11px;
}
table.uploadTable tr.discon td {
	color: #999;
}
/* add to basket for branches */
.basket_branches {
	padding: 0;
	margin: 0;
	position: fixed;
  top: 150px;
  left: 364px;
  /*display: none;*/
	z-index: 20;
}
.basket_branches .upTop {
	height: 16px;
	width: 575px;
	background: url(../images/layout/lay_tl.png) 0 0 no-repeat;
}
.basket_branches .upBottom {
	height: 16px;
	width: 575px;
	background: url(../images/layout/lay_bl.png) 0 0 no-repeat;
}
.basket_branches .upMiddle {
	width: 575px;
	background: url(../images/layout/layer_bg575.png) 0 0 repeat-y;
}
.basket_branches .inner {
	padding: 0 10px 0px 10px;
}
.basket_branches .headline {
	font-size: 16px;
	height: 27px;
	border-bottom: solid 2px #fff;
	padding-left: 10px;
}
.basket_branches p {
	background-color: #f2f2f2;
}
.setQuantities table.uploadTable .first {
	width: 93px;
}
.setQuantities table.uploadTable .second {
	width: 232px;
}
.setQuantities table.uploadTable .third {
	width: 46px;
}
.setQuantities table.uploadTable .fourth {
	width: 59px;
}
.setQuantities table.uploadTable .fourth2 {
	width: 42px;
}
.setQuantities table.uploadTable .last {
	text-align: left;
}
.basket_branches .buttons,
.add_basket .buttons {
  background-color: #e6e6e6;
	padding-top: 6px;
}
.basket_branches div.lineWhite,
.add_basket div.lineWhite {
	background-color: #fff;
	border: solid 1px #fff;
}
.basket_branches div.product-alert,
.add_basket div.product-alert {
	background: url(../images/layout/border_product-alert.png) repeat;
	margin: 9px 10px 12px 10px;
	padding: 1px;
	position: relative;
}
.basket_branches div.product-alert p.product-alert-text {
	background-color: #fff;
	padding: 5px 20px 5px 25px;
	min-height: 14px;
}
.basket_branches div.product-alert p.product-alert-text a,
.add_basket div.product-alert p.product-alert-text a {
	text-decoration: underline;
	color: #000;
	cursor:pointer;
}

.basket_branches div.product-alert .product-alert-percent,
.add_basket div.product-alert .product-alert-percent {
	width: 16px;
	height: 16px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/layout/icon_percent.png) no-repeat left top;
}

/* add to basket for branches small */
.add_basket {
	padding: 0;
	margin: 0;
	position: fixed;
  top: 225px;
  left: 630px;
  /*display: none;*/
	z-index: 20;
}
.add_basket .upTop {
	height: 16px;
	width: 375px;
	background: url(../images/layout/lay_tl.png) 0 0 no-repeat;
}
.add_basket .upBottom {
	height: 16px;
	width: 375px;
	background: url(../images/layout/lay_bl.png) 0 0 no-repeat;
}
.add_basket .upMiddle {
	width: 375px;
	background: url(../images/layout/layer_bg375.png) 0 0 repeat-y;
}
.add_basket .inner {
	padding: 0 10px 0px 10px;
}
.add_basket .headline {
	font-size: 16px;
	height: 27px;
	border-bottom: solid 2px #fff;
	padding-left: 10px;
}
.add_basket p {
	background-color: #f2f2f2;
}
.add_basket div.product-alert p.product-alert-text {
	background-color: #fff;
	padding: 5px 20px 13px 25px;
	min-height: 14px;
}

.add_basket .buttons {
  background-color: #e6e6e6;
	padding-top: 6px;
}
.add_basket .buttons .leftSide {
	margin-left: 65px;
	float: left;
}
.add_basket .buttons .leftSide button {
	padding: 3px 40px;
	font-size: 11px;
	font-weight: bold;
	white-space: nowrap;
}
.add_basket .buttons .rightSide {
	margin-left: 10px;
	float: left;
}
.add_basket .buttons .rightSide button {
	padding: 3px 20px;
	font-size: 11px;
	white-space: nowrap;
}
.background .qutUnits {
	padding: 16px 10px;
	border-bottom: solid 2px #fff;
	background-color: #f2f2f2;
}
.background .lineRed .qutUnits {
	padding-bottom: 3px;
	background-color: #f7d9d9;
}
.background .notice {
	display: none;
}
.background .lineRed .notice {
	display: block;
	color: #c00;
	font-size: 10px;
	text-align: center;
}
.add_basket .qutInput {
	position: relative;
	left: 110px;
}
.add_basket .qutInput span{
	padding: 0 5px;
	font-size: 11px;
}
.add_basket .qutInput input{
	width: 20px;
	background-color: #fff;
	border: solid 1px #a3b6cd;
	padding: 2px 4px;
	font-size: 11px;
	text-align: right;
}
.lineYellow {
	background-color: #ffc;
}
.lineYellow .warning {
  font-size: 11px;
	border-bottom: solid 2px #fff;
	padding: 6px 0 6px 34px;
	background: url(../images/layout/icon_warning_yellow.png) 10px 6px no-repeat;
}
.lineRed {
	background-color: #f7d9d9;
}
.lineRed .warning {
  font-size: 11px;
	border-bottom: solid 2px #fff;
	padding: 6px 0 6px 34px;
	background: url(../images/layout/icon_warning_red.png) 10px 6px no-repeat;
}


/* zoom */
.imageZoom {
	padding: 0;
	margin:  0 0;
	position: fixed;
  	top: 150px;
  	left: calc(50% - 262px);
	z-index: 20;
}

/* layer modules empty basket confirmation*/
.confirmation {
	padding: 0;
	margin: 0 auto;
	position: fixed;
    top: 250px;
    left: calc(50% - 262px);
  /*display: none;*/
	z-index: 20;
}
.confirmation .addTop {
	height: 16px;
	width: 575px;
	background: url(../images/layout/lay_tl.png) 0 0 no-repeat;
}

.confirmation .addBottom {
	height: 16px;
	width: 575px;
	background: url(../images/layout/lay_bl.png) 0 0 no-repeat;
}
.confirmation .addMiddle {
	width: 575px;
	background: url(../images/layout/layer_bg575.png) 0 0 repeat-y;
}
.addMiddle .inner {
	padding: 0 10px 0px 10px;
}
.addMiddle .headline {
	font-size: 16px;
	height: 27px;
	border-bottom: solid 2px #fff;
	padding-left: 10px;
    margin: 0 auto;
    
}



.confirmationMessage {
	padding : 20px;
	font-size: 14px;	
	text-align: center;
}

.waitingMessage {
	display : none;
	text-align: center;
}

.waitingMessage span {
	top : -12px;
	display: inline;
	padding-left: 10px;	
}
.activeTemplate span 
{
    background-color: #CBD6E2;
    height:16px;
}
