#useBillingInfo{
    float:right;
}
.breadcrumb { 
    list-style: none !important; 
    overflow: hidden;
    height: 30px; 
    line-height: 30px;
    padding: 0;
    margin: 0 0 30px 0;
    white-space: nowrap;
}
.breadcrumb li { 
    float: left;
    list-style-image: none !important;
}
.breadcrumb li span {
    padding: 0 0 0 33px;
    background-color: #ffffff;
    position: relative;
    display: block;
    float: left;
    cursor: default;
    color: #E2E2E2;
}
.breadcrumb li.currentBreadcrumb span {
    color: #ffffff;
    text-shadow: 0 0 2px #7D7D7D;
}
.breadcrumb li span a{
    text-decoration: none;
}
.breadcrumb li.arrowed span:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 40px solid transparent;/* Go big on the size, and let ul overflow hide */
    border-bottom: 40px solid transparent;
    border-left: 19px solid #ffffff;/* same as inactive state background */
    position: absolute;
    top: 50%;
    margin-top: -40px;
    left: 100%;
    z-index: 2;
}
.breadcrumb li.arrowed span:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 19px solid #ECECEC;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    margin-left: 2px;
    left: 100%;
    z-index: 1;
}
.breadcrumb li.arrowed.currentBreadcrumb span:after { 
    border-left: 19px solid #afafaf; 
}
.breadcrumb li:first-child span {
    padding-left: 17px;
}
.breadcrumb li:last-child span {
    padding-right: 15px;
    pointer-events: none;
    cursor: default;
}
.breadcrumb li.activeBreadcrumb span {
    background-color: #F5F5F5;
}
.breadcrumb li.currentBreadcrumb span { 
    background-color: #afafaf; 
}
.breadcrumb li.activeBreadcrumb span:after {
    border-left-color: #F5F5F5;
}
.breadcrumb li.activeBreadcrumb span:hover { 
    background-color: #efefef; 
    cursor: pointer;
}
.breadcrumb li.activeBreadcrumb span:hover:after { 
    border-left-color: #efefef !important; 
}
.cartFormFieldset{
    border: none;
    margin: 15px 0 15px 0;
    padding:0 10px 0 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 100%;
}
.cartFormFieldset legend{
    border-bottom: 1px solid #555555;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    width: 100%;
    color: #7b9e9a;
}
.cartFormFieldset legend a{
    font-weight: normal;
    font-size: 90%;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
}
.cartContentsTable th,
.cartContentsTable td{
    padding: 3px;
}
