﻿.display-none {
    display: none;
}
#checkoutLinks {
    display: table-row;
    list-style-type: none;
}

.checkoutLink {
    display: inline-block;
    float: left;
    font-size: 1.1em;
    text-align: left;
    padding: 0px 5px;
}

    .checkoutLink.disabled a, .checkoutLink.current a,
    .checkoutLink.disabled a:hover, .checkoutLink.current a:hover {
        color: lightgray;
        cursor: default;
        text-decoration: none;
    }
.checkoutLink.current a, .checkoutLink.current a:hover
 {
	color: #00173C
}
.checkoutLink .number {
padding-right: 5px;
font-size: 22px;
}
.checkoutLink .checkoutLinkWrapper {
    display: inline;
    vertical-align: text-bottom;
}
.checkoutLink div {
    float: left;
}
.checkoutLink .arrow {
font-size: 12px;
/*/vertical-align: middle;*/
padding-right: 2px;
text-decoration:none;
}
#checkoutMenuWrapperWrapper {
    display: block;
    width:950px;
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 20px;
}
#checkoutMenuWrapper {
border-top: 1px solid black;
border-bottom: 1px solid black;
    padding: 10px 0px;
    width: 900px;
    display: inline-block;
}