/* status classess */
.status_standard{color: #000}
.status_ok		{color: #008000}
.status_fail	{color: #cc0000}
.status_cancel	{color: #A4A4A4; text-decoration: line-through;}
.status_finished{color: #008000; text-decoration: line-through;}
.status_mark1	{color: #FF8000}
.status_mark2	{color: #0000FF}
.status_mark3	{color: #800080}


input.submit		{background: url('../img/login_submit.jpg') no-repeat; width:260px ; height: 22px; border: none;
                    color: #fff; text-align: right; font-size: 11px; cursor: pointer; margin-top: 20px; padding-right: 5px;}


#order_buttons		{margin-bottom: 10px;overflow: hidden;}


#order_options		{}
#order_options p	{margin-left:1.5em; margin-top:0.7em}
#order_options label{ width:200px; display:block; float:left; font-weight:bold}
#order_options select{}

#order_summary		{ }
#order_summary p 	{margin-left:1.5em;margin-top:0.7em;}
#order_summary span	{width:200px;font-weight:bold; margin-right:0.5em}

#order_progress		{border-top:solid 1px #d4d4d4;border-bottom:solid 1px #d4d4d4; padding:10px 0px; text-align: center; height:40px; margin-bottom: 10px; overflow: hidden;}
#order_progress a	{color:inherit; border: none;}
#order_progress ul	{list-style: none; font-size: 13px;}
#order_progress li 	{display: inline; color: #808080; border: solid 1px #808080; padding:1px 2px; background:#f0f0f0;
					width:130px; float: left; margin-right: 12px; height:27px;padding-top: 10px;display: block;}
#order_progress li.current {color:#fff; font-weight: bold; background:#5B7286; border:#808080 solid 1px;}
#order_progress li.current a {color:white;}
#order_progress li.current a:hover {color:#000;}
#order_progress li.done		{color:black; background: #d4d4d4;}

