p.order {
	display: block;
	padding: 10px 0px;
	margin: 0px;
}
	p.order a {
		display: inline-block;
		line-height: 17px;
		font-size: 14px;
		font-family: Tahoma;
		color: #000000;
		background: #fdc011 url(/img/btn_order_right.png) 100% 0 no-repeat;
		text-decoration: none;
		padding: 0 20px 0 0;
	}
		p.order a span {
			display: inline-block;
			padding: 10px 0 10px 20px;
			margin: 0 5px 0 0;
			height: 17px;
			font-weight: bold;
			color: #902a1c;
			background: transparent url(/img/btn_order_left.png) 0 0 no-repeat;
			text-decoration: none;
			text-transform: uppercase;
		}

p.error {
	color: red;
}



sup.asterix, 
form sup {
	color: red;
	vertical-align: middle;
}

div.order {
	margin: 0px 0px 40px 0px;
	width: 600px;
}

div.order table.menu {
	width: 100%;
}

div.order-party {
	width: 100%;
}
div.order-party table.menu-wrapper {
	width: 100%;
}
div.order-party table.menu-wrapper td.wrapper {
	width: 600px;
	text-align: left;
	vertical-align: top;
}
div.order-party table.menu-wrapper td.visual {
	text-align: center;
	vertical-align: top;
	padding-top: 2.5em;
	padding-left: 10px;
}
div.order-party table.menu-wrapper td.visual img {
	border: 1px solid #FDC011;
}


div.order form {
	margin: 0px;
	padding: 0px;
}

div.order p.submit,
form.order-form p.submit {
	height: 40px;
}

div.order p.submit .Next,
form.order-form p.submit .Next {
	float: right;
}

div.order p.submit .Back,
form.order-form p.submit .Back {
	float: left;
}


input.num {
	width: 2em;
}

select.garnish {
	width: 200px;
	font-size: 9pt;
	font-family: Arial, sans-serif;
}


form.order-form {
	margin: 0px 0px 30px 0px;
	width: 400px;
}

form.order-form input.txt {
	width: 100%;
	font-size: 12px;
	font-family: Arial, sans-serif;
}

form.order-form textarea {
	width: 100%;
	height: 70px;
	font-size: 12px;
	font-family: Arial, sans-serif;
}



table.ordereditems {
	border-collapse: collapse;
	border: 1px solid #000;
	margin: 6pt 0px 9pt 0px;
}

table.ordereditems th {
	border: 1px solid #000;
	background-color: #e0e0e0;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	padding: 3px 5px;
}

table.ordereditems td {
	border: 1px solid #000;
	text-align: left;
	vertical-align: top;
	padding: 3px 5px;
}
table.ordereditems td.caption {
	font-weight: bold;
	border-color: #000 !important;
	padding-top: 5px;
	text-transform: uppercase;
	background-color: #fee78c;
	background-image: url(/img/border-top.gif);
	background-position: 0px 0px;
	background-repeat: repeat-x;
}
table.ordereditems tr td.first {
	border-top: 1px solid #000 !important;
	background-image: none;
	padding-top: 3px;
}
table.ordereditems td.summary {
	font-weight: bold;
	vertical-align: middle;
}
table.ordereditems td.price-summary {
	font-weight: bold; font-size: 120%;
	vertical-align: middle;
}
table.ordereditems td.price {
	font-weight: bold;
}
table.ordereditems td.output {
	font-size: 90%;
	color: #777;
}
table.ordereditems .econom {
	border-right: 1px solid #000;
	padding-right: 7px;
	background-image: url(/img/border.gif);
	background-position: 100% 0px;
	background-repeat: repeat-y;
}

