#pwqc-quote-central {
	position: relative;
}
#pwqc-quote-central td {
	width: 190px;
	vertical-align: top;
}
#pwqc-quote-central .not-loading-message {
	/*position: absolute;
	right: 0;
	width: 180px;*/
	margin-top: 30px;
	padding: 0.75em;
	background: #fff;
	border: 1px solid #ddd;
	font-size: 12px;
	font-style: italic;
	color: #0093dd !important;
}
#pwqc-quote-central .not-loading-message a,
#pwqc-quote-central .not-loading-message a:visited {
	color: #0093dd !important;
}
#pwqc-quote-central .not-loading-message a:hover {
	color: #999 !important;
}
#pwqc-quote-central .not-loading-message p {
	margin: 0;
}
#pwqc-quote-central td.loading {
	background: transparent url(../images/loading.gif) center center no-repeat;
	height: 41px;
}
#pwqc-quote-central td.loading * {
	display: none;
}
#pwqc-quote-central select {
	width: 185px;
	height: 26px;
	margin: 0.25em 0 1em 0;
}
#pwqc-quote-central .pwqc-product-category {
	margin: -3px 10px 0 0;
}
#pwqc-quote-central input[type="text"] {
	width: 168px;
	margin: 0.25em 0 1em 0;
}
#pwqc-quote-central input[type="text"].error {
	background: #FDE9EA;
	color: #A14A40;
	border-color: #FDCED0;
}
#pwqc-quote-central input[type="button"] {
	min-width: 180px;
	height: 26px;
	background-color: #f4f4f4;
	background: -webkit-linear-gradient(#f4f4f4 0%, #dfdfdf 100%);
	background: -moz-linear-gradient(#f4f4f4 0%, #dfdfdf 100%);
	background: -o-linear-gradient(#f4f4f4 0%, #dfdfdf 100%);
	background: -ms-linear-gradient(#f4f4f4 0%, #dfdfdf 100%);
	border: 1px solid #d9d9d9;
	border-radius: 5px;
	margin: 0.25em 1em 1em 0;
	text-transform: uppercase;
}
#pwqc-quote-central input[type="button"].blue {
	background-color: #0076b0;
	background: -webkit-linear-gradient(#0076b0 0%, #005b88 100%);
	background: -moz-linear-gradient(#0076b0 0%, #005b88 100%);
	background: -o-linear-gradient(#0076b0 0%, #005b88 100%);
	background: -ms-linear-gradient(#0076b0 0%, #005b88 100%);
	color: #fff;
}
#pwqc-quote-central input[type="button"].disabled {
	cursor: default !important;
	background: #ddd !important;
}
#pwqc-quote-central input[type="button"].disabled:hover {
	background: #ddd !important;
}
#pwqc-quote-central textarea {
	width: 360px;
	margin: 1em 0;
	height: 6em;
}
#pwqc-quote-central label {
	font-weight: bold;
}
#pwqc-quote-central label.sub-label {
	font-weight: normal;
}
#pwqc-quote-central #pwqc-your-quote {
	position: relative;
}
#pwqc-quote-central #pwqc-your-quote.loading {
	height: 16px;
	background: transparent url(../images/loading.gif) left top no-repeat;
	padding-bottom: 16px;
}
#pwqc-quote-central #pwqc-your-quote table {
	width: 100%;
}
#pwqc-quote-central #pwqc-your-quote table tr {
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
#pwqc-quote-central #pwqc-your-quote table thead th {
	background: #ddd;
	font-weight: bold;
	text-align: left;
	border-left: 1px solid #ccc;
	padding: 0 1em;
	height: 2em;
	vertical-align: middle;
}
#pwqc-quote-central #pwqc-your-quote table tbody th {
	text-align: left;
	font-weight: bold;
	border-left: 1px solid #ccc;
	padding: 0 1em;
	height: 2em;
	vertical-align: middle;
}
#pwqc-quote-central #pwqc-your-quote table tbody td {
	text-align: left;
	font-weight: normal;
	border-left: 1px solid #ccc;
	padding: 0 1em;
	height: 2em;
	vertical-align: middle;
}
#pwqc-quote-central #pwqc-your-quote table tfoot th {
	background: #555;
	color: #fff;
	text-align: left;
	font-weight: bold;
	border-left: 1px solid #ccc;
	padding: 0 1em;
	height: 2em;
	vertical-align: middle;
}
#pwqc-quote-central #pwqc-your-quote table tfoot td {
	background: #555;
	color: #fff;
	text-align: left;
	font-weight: bold;
	border-left: 1px solid #ccc;
	padding: 0 1em;
	height: 2em;
	vertical-align: middle;
}
#pwqc-quote-central #pwqc-your-quote table .pwqc-gst-row th,
#pwqc-quote-central #pwqc-your-quote table .pwqc-product-row th {
	font-weight: normal;
}
#pwqc-quote-central #pwqc-your-quote table .pwqc-subtotal,
#pwqc-quote-central #pwqc-your-quote table .pwqc-total {
	text-transform: uppercase;
}
.widget_shopping_cart .heading.loading {
	background: transparent url(../images/loading.gif) right center no-repeat;
}
