@charset "UTF-8";
/* CSS Document */

#containerBody {}
#cntrBGclr {}
#content {
	background-color: white;
	width: 80%; 
	margin: auto;
}

@media screen and (max-width: 320px)  and (orientation : portrait) {
	#content {
		width: 100%!important;
		}
	#orderFormWrapper {
		width: 320px;
		}
}

#orderFormWrapper {
	font-size: 1em;
	font-weight: bold;
	border-color: gainsboro;
	border-style: solid;
	border-width: 1px;
	width: 100%;
	display: block;
}

/* column labels */
#clmnlbls {
	font-size: 1.25em;
	color: #FFF;
	background-color: #069;
	display: block;
}
#clmnlbls> div {
	line-height: 1.5em;
	display: inline-block;
	height: 1.5em;
}

/*	*.ctd = container for modules */
.ctd {
	text-align: center;
	width: auto;
	max-width: 780px;
	min-width: 320px;
	height: auto;
	float: none;
	margin: 0 auto;
	border-bottom: 1px solid grey;
}
.ctd> div {
	line-height: 2.0em;
	/* height auto allows the height to adjust and the inputs for amounts can still be seen as the width redudes..*/
	height: auto;
	text-align: left;
	vertical-align: top;
	display: inline-block;
	margin: 0 auto;
}
/* module name */
.mn {
	width: 43%;
}
/* unit price */
.up {
	width: 16%;
}
/* amount */
.am {
	width: 25%;
}
/* sub total */
.st {
	width: 16%;
}

.ctd .ndv {
	margin-left: -35px;
	display: none;
}




/* price reduction */
span.prmsg {
	display: none;
}
/* discount price */
span.dcprc {
	display: /*none*/;
}
/* discount percentage */
span.discpc {
	display: none;
}
/* weight - overweight message */
span.wght,  span.owm {
	display: none;
}

/* modules group */
.mdlsgrp {
	line-height: 1.75em;
	background-color: silver;
	vertical-align: middle;
	display: block;
	height: 1.75em;
}
/* breaker */
.brkr {
	height: 1.75em;
}

/*	*.ctt = container for totals */
.ctt {
	font-weight: bold;
	width: auto;
	max-width: 780px;
	min-width: 320px;
	height: auto;
	float: none;
	margin: 0 auto;
	border-bottom: 1px solid grey;
}
.ctt> div {
	line-height: 2.0em;
	/* height auto allows the height to adjust and the inputs for amounts can still be seen as the width redudes..*/
	height: auto;
	vertical-align: top;
	display: inline-block;
}
/* totals labels */
.cttl {
	text-align: right;
	width: 70%;
}
/* totals -totals */
.cttt {
	text-align: center;
	width: 30%;
}

/*#erm*/ .erm {
	color: red;
	text-align: center;
	width: auto;
	max-width: 780px;
	min-width: 320px;
	height: auto;
	float: none;
	margin: 0 auto;
}

@media screen and (max-width: 570px) {
	#clmnlbls {
		display: none;
	}
	#brkr1 {
		display: none;
	}
	.ctd>div {
		line-height: 1.35em!important;
		height: 1.35em;
		}
	.mn {
		display: block!important;
		width: 100%;
	}
	.up,  .am,  .st {
		text-align: center!important;
		width: 33%;
	}
	.am {
		width: 33%;
	}
	.hidn {}
}

/*	@media screen and (max-width: 570px) {}*/
@media screen and (max-width: 715px) {
	#content {
		width: 100%!important;
	}
	#cntrBGclr {
		width: 100%!important;
	}
}


