
#breadcrumbs {
    float: left;
    width: 100%;
}
.breadcrumbLeft {
    float: left;
    width: 75% !important;
}
.breadcrumbRight {
    float: right;
    margin-top: 3px;
    width: 25% !important;
}
.cartPurchase .cartinfo {
    border: 1px solid #cccccc !important;
    border-radius: 4px;
    cursor: pointer;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.cartinfo {
    background: #fff none repeat scroll 0 0;
    color: #6c6c6c;
    float: right;
    padding: 2px 0 2px 15px;
}
.cartinfo a {
    border-radius: 7px;
    color: hsl(0, 0%, 100%);
    font-size: 14px;
}
.cartinfo a:hover {
    color: #fff !important;
    text-decoration: underline !important;
}
.cartinfosub {
    float: left;
    margin-top: 8px;
    padding: 0 3px;
}
#user-login .form-text.required {
    border: 1px solid #bdbdbd;
    border-radius: 3px;
    font-size: 14px;
    line-height: 20px;
    padding: 2px 10px;
    width: 300px;
}
#cartcount {
  background: #177394 none repeat scroll 0 0;
    color: #fff;
    font-size: 14px;
    margin-left: 8px;
    margin-top: -1px;
    padding: 1px 5px 3px;
    position: absolute;
}
/*@-moz-document url-prefix() {
  #cartcount {
    font-size: 14px;
    padding: 2px 5px 4px;
}  
.not-logged-in #cartcount {
    font-size: 14px;
    padding: 2px 5px 4px;
}

}*/
/*@media not all {
.logged-in #cartcount {
    padding: 3px 5px 4px;
}
.not-logged-in #cartcount {
    padding: 4px 5px 6px;
}
}*/
.cart_view {
    float: left;
    width: 100%;
}
.cartinfo img {
    float: left;
}
#cart-info .cart {
    padding: 1px 0px 3px 27px !important;
    text-decoration: none !important;
}
#totPrice {
    color: hsl(56, 100%, 32%);
    font-size: 14px;
    font-weight: bold;
    margin-left: 11px;
}
#productItemsList {
    width: 100%;
}
#productItemsList .product-info-header {
    border-bottom: 1px solid #ccc;
    float: left;
    margin-bottom: 15px;
    padding-bottom: 5px;
    width: 100%;
}
#productItemsList .product-info-header .product-left {
    float: left;
    text-align: right;
    width: 63%;
}
#productItemsList .product-info-header .product-right {
    float: right;
    font-weight: bold;
    width: 16%;
}
#productItemsList .product-info-header .product-right .qty {
    float: left;
    width: 65%;
}
#productItemsList .product-info-header .product-right .price {
    float: left;
    width: 33%;
}
#productItemsList select {
    color: #6c6c6c;
    font-size: 11px;
    padding: 2px;
}
#cartcount, #totPrice {
}
.cartArrow {
    margin-left: 3px;
    margin-top: 7px;
}
#buynowBtn, #addtocartBtn, #addtocart {
    float: left;
    padding-right: 10px !important;
}
#frmAddToCart {
    display: none;
}
.plzwtMsg, #addCartMsg, #addCartErrMsg {
    background-color: #ffc579;
    background-image: url("images/wait.png");
    background-position: 12px 11px;
    background-repeat: no-repeat;
    border: 1px solid #fb9d23 !important;
    color: #58595b !important;
    display: none;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 10px 10px 10px 42px;
}
#addCartMsg {
    background-color: #f8fff0;
    background-image: url("images/addtocart.png") !important;
    border: 1px solid #bbee77 !important;
    color: #234600 !important;
}
#addCartErrMsg {
    background-color: #ffa3a3;
    background-image: url("images/warning.png") !important;
    border: 1px solid #cc0000 !important;
    color: #000000 !important;
}
