/* DynMeter Start */

/*
 STYLE FOR THE PLUGIN "DONT CHANGE THE VALUES" THE PLUGIN INHERITS THE POSITION FROM THE STYLE
*/

#mydiv{height:180px;z-index:15; position:relative; background:#fff; border-radius:5px; border:1px solid #CCCCCC;
background-position: -30px 50%;
transition-duration: 0.8s;
transition-property: background-position, border-radius-bottomleft, box-shadow;
padding:30px 25px 0; 
width:85px;

-moz-transition-duration: 0.8s;
-moz-transition-property: background-position, -moz-border-radius-bottomleft, -moz-box-shadow;

-webkit-transition-duration: 0.8s;
-webkit-transition-property: background-position, -webkit-border-radius-bottomleft, -webkit-box-shadow;

-o-transition-duration: 0.8s;
-o-transition-property: background-position, -o-border-radius-bottomleft, -o-box-shadow;
}

#mydiv:hover, #mydiv:focus, #mydiv:active {
background-position: 0 50%;
border-bottom-left-radius: 50% 20px;
box-shadow: -5px 10px 15px rgba(0, 0, 0, 0.25);
position: relative;
z-index: 10;

}

#dynMeter{ 
    margin-left: 5px;
    margin-top: -115px;
    position: absolute;
}

.weigh-holder{background:url(/javascript/offer_scales/images/weigh-holder.png) no-repeat center top; position:absolute; top:18px; left:37px; width:60px; height:150px; z-index:99999;}

#left_plate_img p{ width:60px; text-align:left; font:normal 9px arial; padding-left:0px; margin:-10px 0 0 0;}

#right_plate_img p{ width:60px; text-align:center; font:normal 9px arial; padding-left:5px; margin:0;}

#left_plate_img {position:absolute;top:37px; left:5px; width:10px; height:10px;}

#right_plate_img{position:absolute;top:37px; left:83px; width:10px; height:10px;}

.dynMeterTxt{
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    margin-top: -25px;
    position: absolute;
    text-align: center;
    width: 85px;
}
.dynMeter_ArtistStatus {
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    margin-top: -30px;
    position: absolute;
    text-align: center;
    width: 136px;
    z-index: 200;
}

.dynMeterRed{
	color:#C50909;
}
.dynMeterGreen{
	color:#018000;
}
/* DynMeter End */