a:link, a:visited, a:hover, a:active {
	text-decoration:none;
}
a {
	color: #000;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
h2 {
	position: relative;
	padding: 5px;
	margin: 6px 0;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	width: 100%;
	height: 32px;
	border-bottom: 1px solid #600000;
}
h3 {
	padding: 5px;
	margin: 6px 0;
	font-size: 20px;
	font-weight: bold;
	background-color: #FFD6D6;
}
textarea {
	resize: none;
}
span {
	padding: 0;
	margin: 0;
}
.center {
	text-align: center;
}
.strong {
	font-weight: bold;
}
.hidden {
	display: none;
}
.clear {
	clear: both;
}
.error {
	color: red;
}
.red {
	color: red;
}
.button {
	padding: 3px 0;
	margin: 5px 0;
	background-color: #E0E0E0;
	cursor: pointer;
	text-align: center;
}

.radio-button {
	width: 20px;
	height: 20px;
}

/* button list - top right */
.button-list {
	position: absolute;
	right: 5px;
	top: 3px;
	width: 400px;
	height: 25px;
	font-size: 22px;
	line-height: 25px;
}
.button-list li {
	float: right;
	margin-left: 10px;
}
.button-list li a {
	padding: 3px;
}

.padding-tb-5px {	padding: 5px 0;}
.width-800px {	width: 800px;}
.width-700px {	width: 700px;}
.width-600px {	width: 600px;}
.width-200px {	width: 200px;}
.width-190px {	width: 190px;}
.width-full {	width: 100%;}
.width-70pa {	width: 70%;}

.splogo {
	position: absolute;
	top: 0;
	left: 5px;
}

/* table */
.top-table {
	border-collapse: collapse;
}
.top-table tr {
	border-bottom: solid white 10px;
}

.table-header {
	font-weight: bold;
}

.add-product {
	display: block;
	height: 46px;
	background-color: #E0E0E0;
	margin-bottom: 5px;
	font-size: 24px;
}
.add-product #add span {
	line-height: 35px;
}
.add-product img {
	vertical-align: middle;
}
.total {
	display: block;
	width: 100%;
	height: 38px;
	background-color: #E0E0E0;
	margin-top: 5px;
	
}
.total .total-price {
	width: 150px;
	text-align: center;
	font-weight: bold;
}
.total .total-price, .total .total-title {
	float: right;
	font-size: 24px;
}

div[id*='product-row-'] {
	cursor: pointer;
}

/* Table content */
.remark {


}
[id*='clear-item-'] { /* Red cross image - clear content in selected row */

}
[id*='clear-item-'] img {

}

#section {
	position: relative;
	font-size: 22px;
	margin: 0 auto;
	padding: 0 20px;
}
#section select {
	font-size: 22px;

}
#section input {
	font-size: 20px;
}
#section .input-left {
	text-align: left;
}
#section .input-center {
	text-align: center;
}

/* pop up - please wait */
.popup-wait {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;	
	background: url("../images/loading.gif") center no-repeat rgba(224, 240, 255, 0.95);
	display: none;
	z-index: 91000;
}
.popup-wait .popup-wait-text {
	font-size: 26px;
	text-align: center;
	margin-top: 120px;
}

/* pop up - product selection - search by keyword */
.popup-product-selection,
.popup-order-details {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100%;
	background: rgba(245, 245, 245, 0.95);
	display: none;
	z-index: 1040;
	/* z-index: 90000; */
}
.search-row {
	position: fixed;
	width: 100%;
	height: 80px;
	background: rgba(245, 245, 245, 0.95);
	z-index: 92000;
}
.search-row .field {
	float: left;
	margin-left: 5px;
}
.search-button {
	width: 90px;
	float: left;
	margin: 0;
	padding: 2px 0;
}