#extabs span#tb4 {
    width: 100px;
}
div#noticeevents {
    border: 1px solid #999;
    background-color: #FFF;
    height: 100px;
    overflow: auto;
}
div#noticeevents div {
    border-bottom: 1px dotted #DDD;
    padding: 3px;
    margin: 0px;
}
.runner {
    -moz-border-radius: 	5px;
    -webkit-border-radius:	5px;
    float: right;
    font-size: .8em;
    background-color: #333;
    color: #FFF;
    padding: 2px 10px 5px 10px;
    cursor: pointer;
}

/* Growler Cloud */
#Growler {
    display:none;
    transition:all 0.2s ease-in-out;
}

#Growler.GrowlerCloud {
    background-color:white;
    border: 2px solid #7cb348;
    box-shadow: 0px 0px 5px rgba(79, 79, 79, 0.31);
    display:block;
    padding:10px 20px 50px 20px;
    min-height:100px;
    position: relative;
    right:20px;
    transition:top 0.2s ease-in-out, right 0.3s  linear, hegiht 0.3s linear, padding 0.3s linear;
    top:110px;
    width:450px;    
}
#Growler.GrowlerProcessing{
    padding: 30px 20px 50px 20px;
}

#Growler.GrowlerCloud.active{
    background-color:red;
}

.fixed-header #Growler.GrowlerCloud{
    top: 70px;
}

.cart-open + #Growler.GrowlerCloud{
    right:320px;
}
#Growler.GrowlerCloud.GrowlerRight{
    right:320px;
}

/*Growler Arrow BEGIN */
#Growler.GrowlerCloud:after, #Growler.GrowlerCloud:before {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    left: 380px;
    position: absolute;
    pointer-events: none;
    width: 0;
}

#Growler.GrowlerCloud:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 10px;
    margin-left: -10px;
}
#Growler.GrowlerCloud:before {
    border-color: rgba(124, 179, 72, 0);
    border-bottom-color: #7cb348;
    border-width: 12px;
    margin-left: -12px;
}
/* END Growler Arrow*/

/*Growler Arrow BEGIN - with open sidebar */
.cart-open + #Growler.GrowlerCloud:after, .cart-open + #Growler.GrowlerCloud:before {
	left: 458px;
	top: 30px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.cart-open + #Growler.GrowlerCloud:after {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #ffffff;
	border-width: 13px;
	margin-top: -13px;
        margin-left: -12px;
}
.cart-open + #Growler.GrowlerCloud:before {
	border-color: rgba(124, 179, 72, 0);
	border-left-color: #7cb348;
	border-width: 15px;
	margin-top: -15px;
}
/* END Growler Arrow*/

div.Growler-notice.Growler-warn{
    background: url('../images/loader20x20.gif') no-repeat 30px center RGBA(255,255,255,1);
    color:#969696;
    height: 32px;
    left: 0px;
    line-height:32px;
    overflow:hidden;
    position: absolute;
    text-align: center;
    top: 5px;
    width:100%;
    z-index: 50;     
}

div.Growler-notice.Growler-error{
    border-bottom:1px solid #ebebeb;
    font-size:13px;
    min-height:50px;
    padding-left: 0px;
    padding-top:15px;
    padding-bottom:10px;
    color:#f9a04d;
}

div.Growler-notice.Growler-info{
    background: url('../images/cloudCart.png') no-repeat left 50% RGBA(255,255,255,1);   
    border-bottom:1px solid #ebebeb;
    font-size:13px;
    min-height:50px;
    padding-left:50px;
    padding-top:15px;
    padding-bottom:15px;
    position:relative;
}
div.Growler-notice.Growler-info:last-child{
    border:0;
}

.Growler-please-wait{
    color:#969696;
}

.shipping-progress{
    background-image: url(../images/ico_delivery.png);
    background-position: 95% 50%;
    background-repeat: no-repeat;
    border-top:1px solid #ebebeb;
    bottom:0;
    height: 50px;
    left: 0;
    position: absolute;
    width: 100%;
    padding: 0px 20px 10px 20px;
}

.shipping-progress-info{
    color:#969696;
    display:block;
    margin-top:5px;
}
.shipping-progress-info-single{
    color:#969696;
    display:block;
    margin-top:15px;
}
.shipping-progress-container{
    background-color:#ebebeb;
    display:block;
    width:80%;
    padding:5px;
    height:15px;
}
.shipping-progress-bar{
    display:block;
    height:5px;
    width:0%;
    background-color:#7cb348;
}

/** Growler Notice Custom Styling **/
div.Growler-notice {
    opacity: .85;
    filter: alpha(opacity = 85);
    zoom: 1;
    font-family: "Calibri", "DejaVu Sans Condensed", "Verdana", sans-serif;
    font-size: 13px;
    display: none;
    z-index:  10000;
}

div.Growler-notice-head {
    font-weight: bold;
    font-size: 13px;
    font-family: "Calibri", "DejaVu Sans Condensed", "Verdana", sans-serif;
}

div.Growler-notice-number {
    position: absolute;
    top: 50%;
    margin-top: -27px;
    left: 0;
    width: 36px;
    height: 30px;
    text-align: center;
    color: #7cb348;
    font-size: 24px;
}


@media screen and (max-width: 960px){
    #Growler.GrowlerCloud, .fixed-header #Growler.GrowlerCloud{
        top:10px;
    }
    #Growler.GrowlerCloud.GrowlerHeader{
        transition:right 0.3s ease-in-out;
        position:absolute !important;
        top:150px;
    }
    #Growler.GrowlerCloud:after, #Growler.GrowlerCloud:before{
        display:none;
    }
    /*Growler Arrow BEGIN - with open sidebar */
    .cart-open + #Growler.GrowlerCloud:after, .cart-open + #Growler.GrowlerCloud:before {
            display:block;
    }
    /* END Growler Arrow*/
}

@media screen and (max-width: 640px){
    #Growler.GrowlerCloud.GrowlerHeader{
        top:210px;
    }
}

@media screen and (max-width: 500px){
    #Growler.GrowlerCloud{
        width:90% !important;
        padding: 30px 20px 70px 20px;
    }
    .shipping-progress{
        height:70px;
    }
}
