table.orderList {
	width: 606px;
	margin-left: 58px;
	background-image: url(../im/orderlist_m.png);
	background-repeat: repeat-y;
	border: none 0px;
}
table.orderList tr {
	background-color: transparent;
}
table.orderList td {
	vertical-align: top;
}
table.orderList tr.ol0 td {
	background-image: none;
	background-color: #ffebe0;
	text-align: right;
}
table.orderList tr.olA td {
	background-image: url(../im/orderlist_a.png);
	background-repeat: no-repeat;
	height: 5px;
	padding: 0px;
	margin: 0px;
}
table.orderList tr.olB td {
	background-image: url(../im/orderlist_b.png);
	background-repeat: no-repeat;
	height: 8px;
}
table.orderList tr.olC td {
	background-image: url(../im/orderlist_c.png);
	background-repeat: no-repeat;
	height: 6px;
}
table.orderList tr.olM {
}
table.orderList td.olmA {
	padding: 0px 6px;
	width: 54px;
}
table.orderList td.olmB {
}
table.orderList td.olmC {
	text-align: right;
	padding: 0px 10px;
	white-space: nowrap;
	vertical-align: bottom;
}
table.orderList td.olmC img {
	cursor: pointer;
}
table.orderListPrice {
	margin: auto 0px auto auto;
}
table.orderListPrice td {
	text-align: right;
}
table.orderListPrice td.olpA {
	white-space: nowrap;
}
table.orderListPrice td.olpC {
	width: 30px;
}
table.orderListPrice td.olpD {
	width: 36px;
}
table.orderListPrice td.olpE {
	width: 46px;
}


div.ooDiv {
	background-image: url(../im/order-online.png);
	background-repeat: no-repeat;
	width: 346px;
	height: 93px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding-top: 45px;
	color: #dcfcd0;
	cursor: pointer;
}
div.ooDiv h1 {
	font-size: 30px;
	font-weight: bolder;
	margin: 0px;
	padding: 0px;
}

div.ood {
	margin-left: 58px;
	color: #dcfcd0;
	width: 606px;
}

div.oodA {
	background-image: url(../im/order-online-details_a.png);
	background-repeat: no-repeat;
	height: 17px;
	margin-top: 20px;
}
div.oodB {
	background-image: url(../im/order-online-details_b.png);
	background-repeat: repeat-y;
}
div.oodC {
	background-image: url(../im/order-online-details_c.png);
	background-repeat: no-repeat;
	height: 17px;
	margin-bottom: 20px;
}

table.oodTable {
	width: 100%;
}
table.oodTable td {
	color: white;
}

table.oodTable hr {
	height: 2px;
	border: solid #9ef47c 1px;
	background: #9ef47c;
}
table.oodTable i {
	color: #b4f799;
}
table.oodTable input {
	font-weight: bold;
	padding: 1px 4px;
	vertical-align: middle;
}
table.oodTable .textbox {
	border: 1px solid black;
}
table.oodTable textarea {
	font-weight: bold;
	padding: 0px 4px;
	width: 300px;
	height: 40px;
}
table.oodTable select {
	vertical-align: middle;
	font-weight: bold;
	border: 1px solid black;
	padding: 0px;
	margin: 0px;
}
table.oodTable option {
	padding: 0px;
	margin: 0px;
}
div.ooSend {
	background-image: url(../im/order-online-arrow-button.png);
	background-repeat: no-repeat;	
	margin: 15px 5px 5px auto;
	width: 175px;
	height: 23px;
	padding-left: 20px;
	padding-top: 6px;
	cursor: pointer;
}
