@charset "utf-8";
/* CSS Document */
.orderstep{
	border-bottom:dashed 1px #CCC;
	padding:10px 0;
	margin-bottom:10px;
}
.tab1 {
        margin: 0;
        padding: 0 0 20px 10px;
        border-bottom: 1px solid #9FB1BC;
		
}

.tab1 li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
}

.tab1 a:link, .tab1 a:visited, .tab1 span {
        float: left;
        font-size: 12px;
        line-height: 14px;
        padding: 0 12px 6px 12px;
        text-decoration: none;
        color:#CCC;
}

.tab1 a:link.active, .tab1 a:visited.active, .tab1 a:hover, .tab1 span.active {
        color: #000;
        background: url(rounded.gif) no-repeat bottom center;
}


