.visCustomText {
    color: #aaa;
    width: 100%;
    font-size: 90%;
}




#modvisform125ferientagelbl, #modvisform125besondereslbl, #modvisform125agbslbl {
  float:none !important;
}

#field12 {
    width: 100%;
}


form#mod-visform2 div.required > label.visCSSlabel:after, form#mod-visform2 div.required > label.vflocationlabel:after,form#mod-visform1 div.required > label.visCSSlabel:after, form#mod-visform1 div.required > label.vflocationlabel:after {
    /*content: "*";
    color: red;
    display: inline-block;
    padding-left: 10px;*/
    display: inline !important;
}




/***shop***/

.item-pageshop table {
	display: none;
}

#jshinweis {
	color: red;
}

.item-pageshop textarea {
	/*padding: 6px !important;*/
}


.inputbox.visCSSbot5, .inputbox {
    float: left;
    margin-right: 5px;
}


#outputBoxDoubleWrapper {
	position: absolute;
	width: 100%;
	background: beige;
	border-radius: 4px 4px 0 0;
}

#outputBoxDouble,
#outputBoxDoubleSpacer {
	overflow-x: scroll;
	padding: 10px;
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
	white-space: pre;
}

#outputBoxDoubleSpacer {
	width: 0px;
	padding: 0;
	margin-bottom: 35px;
}

/*Feld für generierte Bestellung*/
.item-pageshop #field16 {
	display: none;
}

.category {
	background: beige;
	margin: 5px;
	border-radius: 4px 4px 0 0;
}

.categoryHeader {
	background: burlywood;
	cursor: pointer;
	padding: 10px;
	border-radius: 4px 4px 0 0;
	font-size: 110%;
	font-weight: bold;
}

.categoryHeader:after {
	content: "^";
	float: right;
}
.categoryHeader.collapsed:after {
	content: "+";
	float: right;
}

.subCategory {
	padding: 5px;
	margin: 5px;
	font-size: 105%;
	font-weight: bold;
	border-bottom: 1px solid burlywood;
}

.productBox {
	clear: both;
	padding: 10px 10px 10px 5px;
	margin: 0 10px 5px 20px;
	border-bottom: 1px solid burlywood;
}

.productBox div {
	width: 190px;
}

.productPicture {
	padding: 0 5px;
	float: left;
}

.noPicture {
	height: 190px;
}

.productDescription {
	float: left;
	padding: 10px;
}

.productTitle {
	font-weight: bold;
	margin-bottom: 10px;
	display: block;
}

.productSelector {
	float: left;
	padding: 10px;
	/*float: right;*/
}

.changeButtonsWrapper {
	margin: 3px 0px;
	display: inline-block;
}

.productSelector select,
.productSelector input {
	width: 100px;
}

.unitBox {
	padding: 0 10px;
}

.productId {
	clear: both;
	font-size: 70%;
	color: burlywood;
}

.categoryFooter {
	background: burlywood;
	cursor: pointer;
	height: 10px;
	border-radius: 0 0 4px 4px;
	text-align: center;
}


