﻿/*OrderNavi-------------------------------------------------------*/

.step
{
	float:left;	
	background:url(cssimg/bg-gray.png) repeat-x;
	height:30px;
	width:100%;
}

.step li p
{
	font-size:x-small;
	font-weight:normal;	
}

.step-navi
{
	float:left;
	 padding:0 10px 0 10px;
	text-align:center;
}

.step-select
{
	height:30px;
	float:left;
	background:url(cssimg/bg-orenge.png) repeat-x;
	text-align:center;
	vertical-align:middle;
	 
	 padding-left:5px;
	 padding-right:5px;
	 font-weight:bold;

}

.step-spacer
{
	float:left;
	background:url(cssimg/arrow.gif);
	background-repeat:no-repeat;
	 margin-top:8px;
	height:30px;
	width:20px;
}

