#plugin_container {
    width:220px;
    height:184px;
    position:relative;
    background:url(../images/htc_hero_wallpaper_03.jpg);
    overflow:hidden;
    font-family:Arial, Verdana, Tahoma, Helvetica, sans-serif;
    color:#fff;
}

#plugin_container p {
    margin:0;
    padding:0;
}

#left_arrow, #right_arrow {
    position:absolute;
    top:88px;
    z-index:88;
    cursor:pointer;
}

#left_arrow {
    left:5px;
}

#right_arrow {
    right:5px;
}

#digital_container {
    width:220px;
    height:158px;
    background:url(../images/background.png) 50% 40px no-repeat;
    position:absolute;
    top:18px;
    left:0;
    z-index:43;
}


#clock {
    float:left;
    margin-left:21px;
}

#hours, #minutes {
    width:88px;
    height:88px;
    float:left;
    position:relative;
}

#minutes {
    margin-left:2px;
}

#hours_bg, #minutes_bg {
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    z-index:44;
}

.first_digit {
    width:35px;
    height:100%;
    position:absolute;
    top:0;
    left:9px;
    z-index:44;
}

.second_digit {
    width:35px;
    height:100%;
    position:absolute;
    top:0;
    left:44px;
    z-index:44;
}

.line {
    width:77px;
    height:1px;
    background:#efefef;
    position:absolute;
    top:43px;
    left:5px;
    z-index:44;
    font-size:1px;
}

#am_pm {
    position:absolute;
    top:69px;
    left:57px;
    z-index:48;
}

#weather {
    width:100%;
    height:91px;
    position:absolute;
    top:62px;
    left:0;
    z-index:46;
    color:#fff;
}

#weather #local, #weather .loading {
    font-size:7pt;
	float:left;
    margin:29px 0 0 20px;
}

.city {
    font-weight:bold;
    font-size:7pt;
}

.temp {
    font-size:7pt;
    padding:0;
}

.temp .metric {
    margin-left:-1px;
}

#weather #temp {
    float:right;
    margin:29px 20px 0 0;
    text-align:right;
}

#weather #date {
    font-size:7pt;
    padding-right:1px;
}

#forecast_container {
    width:220px;
    height:176px;
    background:url(../images/background_forecast.png) 50% 100% no-repeat;
    position:absolute;
    top:0;
    left:220px;
    z-index:43;
}

#forecast_container #current {
    width:176px;
    height:106px;
    margin-left:22px;
    position:relative;
}

#forecast_container .loading {
    margin:57px 0 0 31px;
}

#forecast_container #current .temp, #forecast_container #current .high_low {
    width:51px;
    text-align:center;
}

#forecast_container #current .temp {
    font-size:10pt;
    margin-top:48px;
    float:left
}

#forecast_container #current .high_low {
    font-size:7pt;
    clear:both;
}

#forecast_container #current .city, #forecast_container #current .text {
    font-size:8pt;
	width:100%;
    text-align:center;
}

#forecast_container #current .text {
    margin-top:3px;
}

#forecast_container #forecast {
    width:176px;
    height:54px;
    list-style:none;
    margin:0 0 0 22px;
    padding:0;
}

#forecast_container #forecast li {
    width:25%;
    height:100%;
    float:left;
    text-align:center;
}

#forecast_container #forecast li p {
    width:100%;
    height:5px;
    margin:0;
    padding:0;
    font-size:7pt;
    line-height:13px;
}

#forecast_container #forecast li img {
    width:42px;
}

#forecast_container #update {
    text-align:center;
    margin-top:3px;
    font-size:8px;
}

#forecast_container #update img {
    margin:-1px 2px 0 0;
    vertical-align:middle;
    cursor:pointer;
}

