
/* body {
	font-size: 10pt;
	color: #000;
	font-family: verdana;
} */

/* h1, h2 {
	margin-bottom: 10pt;
	font-size: 14pt;
	color: #000;
	font-weight: normal;
	padding: 0px;
}

h3 {
	margin-top: 10pt;
	margin-bottom: 8pt;
	padding: 0px;
} */


/* p {
	font-size: 10pt;
	padding: 0px;
	margin-top: 4pt;
	margin-bottom: 4pt;
	color: #000;
} */
td {
	font-size: 10pt;
	color: #000;
}

/* a {
	text-decoration: underline !important;
} */

/* overwrite content box from original css */

/* #content {
	width: 588px;
} */

/*--- ORDER ---*/

/* #content {
	padding: 8pt;
}
 */

#payment-check {
	display: none;
	visibility: hidden;
}

.error,
.required {
	color: red;
	/* font-size: 8pt; */
	vertical-align: top;
}


/*--- LOGIN / LOGOUT --- */

#login {
	width: 80%;
	/*border: solid 1px #000;*/
}

#login td {
	width: 50%;
}

.divider {
	border-left: 1px solid #ccc;
	width: 15% !important;
}

#logout-menu {
	float: right;
}

/*--- TABLES ---*/


#totals table {
	border-collapse: collapse;
	border-spacing: 0px;
}

#totals table td {
	border: 1px dotted #ccc;
	padding: 5px;
}

#totals table td.total {
	border-right: 0px;
	border-left: 0px;
	border-bottom: 0px;
	text-align: right;
	font-weight: bold;
}

#totals table td.total-price {
	text-align: right;
}

#totals table .title {
	font-weight: bold;
	color: #333;
	font-size: 10pt;
	background-color: #DBDBDB;
	border: 1px solid #adadad;
}

#totals table .title a {
	text-decoration: underline;
	padding-right: 16px;
}

#totals table .title a:hover {
	text-decoration: none;
}

#totals table td.price {
	text-align: right;
}

#totals table.product-image td {
	border: 0px;
	padding: 0px 5px 5px 0px;
	font-weight: normal;
}

/*--- FORMS ---*/

label {
	display: block;
	width: 9em;
	float: left;
	text-align: right;
	padding-right: 7px;
	line-height: 20px;
	color: #666;
}

.label {
	display: block;
	width: 9em;
	float: left;
	text-align: right;
	padding-right: 7px;
	color: #666;
}

.flush-left {
	display: inline;
	width: auto;
}

.button-set {
	/*padding-left: 9.3em;*/
}

fieldset {
	color: #666;
	margin-bottom: 1.5em;
	border-style: none;
	border-top: solid 1px #ccc;
	padding-left: 0;
}

legend {
    color: #000;
    font-weight: bold;
    margin-bottom: 10px;
    background: #fff;
    padding: 0 10px 0 0;
}

.button {
	/* width: 60px; */
	margin-right: 2px;
}

#pastQualifiers {
	width: 160px;
	position: absolute;
	right: 40px;
	top: 190px;
	background-color: #f5f5f5;
	padding: 7px;
}

#pastQualifiers table {
	width: 100%;
}

#pastQualifiers p,
#pastQualifiers td {
	font-size: 8pt;
	text-align: center;
	border: 0;
	margin: 0;
}

#undo {
	visibility: hidden;
	margin-top: 15px;
}

#undo a {
	color: #000;
}

#forwardButton,
#cancelButton,
#submitButton {
	/* width: 60px; */
	margin-right: 2px;
}

.paymentButton {
	/* width: 125px !important; */
}

#interceptContent ul {
	margin:auto;
	padding:auto;
	list-style-position:inside;
	list-style-type:disc;	
}
#interceptContent ul li {
	margin:auto;	
	padding:auto;	
}
