body {
  background: #ffffff;
  color: #000000;
  font-size: 12px;
  font-family: Arial;
}

p {
  margin-left: 15px;
}

.columnLeft {
	float: left;
    width: 46%;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 5px;
    }
    
.columnRight {
	float: left;
    width: 46%;
    margin-left: 30px;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 5px;
    }

table {
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
}

th, td {
  text-align: left;
  font-weight: normal;
}

form input,
form textarea,
form select {
	height: 30px;
	border: 1px solid #E8E8E8;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #F9F9F9;
	font-size: 14px !important;
	color: black;
	padding: 0 5px;
	}

form label {
    font-size: 14px;
    color: #000;
    line-height: 30px;
    }
    
form helplabel {
	color: rgba(0, 0, 0, 0.7);
	font-size: 11px;
	line-height: 20px;
	}

form helplabel::before {
	content: "!";
	background: #94b241;
	padding: 2px 6px;
	border-radius: 10px;
	margin-right: 4px;
	font-weight: bold;
	color: white;
	font-family: "times new roman";
	}

form select[name="size"],
form select[name="color"],
form select[name="title"],
form select[name="barcode"] {
  width: 200px;
}

table.pager {
  width: 100%;    
  font-size: 12px;
  background-color: #ffffff;
}

table.pager td {
  border: none;
  text-align: left;
  vertical-align: top;
  width: 36%;
}

form .inventar-etikett,
form .inventar-etikett-bc {
  background-repeat: no-repeat;
  height: 131px;
  line-height: 10px;
  text-align: center;
  width: 250px;
}

form .inventar-etikett {
  background-image:url(../images/etiketten-black.jpg);
}

form .inventar-etikett-bc {
  background-image:url(../images/etiketten-black-bc.jpg);
}

form .inventar-etikett input,
form .inventar-etikett-bc input { 
  background: none;
  border: none;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 0px;
  margin-top: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
  text-align: center;
} 

form .price,
form .details {
  font-size: 12px;
  font-family: Arial;
}

form .price {
  text-align: right;
  width: 250px;
  margin-left: 9px;
}

form .details {
  text-align: left;
}

form .price th {
	color: #94B241;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}

form .price td,
form .details td {
  font-size: 12px;
  font-family: Arial;
}

form .price td {
	text-align: left;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 6px 0;
}

form .details td {
  text-align: left;
}

form .price input, form .details input {
	border: none;
	font-family: Arial;
	font-size: 12px !important;
	text-align: right;
	padding: 0;
	margin: 0;
	height: auto;
}

form .address {
  width: 100%;
}

form .address input,
form .address textarea {
  width: 95%;
}

sup {
  color: red;
}

.errormsg {
  color: #ff0000;
  font-weight: bold;
}

#warning {
 background: #bfbf00;
 color: #555555;
 font-size: 20px;
 font-weight: bold;
 text-align: center;
}

.prfx input {margin-left:-9px;}








input.button, input.button:Visited {
    clear: left;
    display: block;
    width: 98% !important;
    border: 1px solid #849938;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    line-height: 9px;
    padding: 10px;
    margin-top: 10px;
	background: #94b241 url(../images/button_green_bg.png) center center repeat-x;
    background-size: 4px 100%;
    }
    
input.button:Hover {
    border: 1px solid #849938;
    font-size: 18px !important;
    font-weight: bold;
    cursor: pointer;
    }



















