@charset "utf-8";
/* CSS Document */
#divSubGadget
{
padding:0px;
margin:0px;
font-size:14px;
color:#1176bc;
font-family:Arial, Helvetica, sans-serif;
}
#tableSubGadget
{
width:205px;
}
/**分享**/
#divShare
{
margin:10px 0px;
}

#divShare img
{
border:0;
width:30px;
height:30px;
}
/**计时器**/
#divTimeLeft
{
height:70px;
}
#divTimeLeft .divTitle
{
font-size:20px;
}

#countdown
{
padding-top:5px;
}
#timer, #timer_labels
{
position:relative;
}
#timer div, #timer_labels div
{
position:absolute;
top:0px;
height:30px;
}
#timer div.timer_numbers
{
font-size:14px;
width:70px;
color:white;
font-size:20px;
letter-spacing:8px;
background-repeat:no-repeat;
}
#timer_labels div
{
width:40px;
top:25px;
color:#999999;
font-size:12px;
letter-spacing:0px;
text-align:center;
}
#timer_days
{
background-image:url(../images/countdown0.png);
text-align:left!important;
width:56px!important;
display:inline;
padding-left:4px;
}

#timer_hours,#timer_mins
{
padding-left:5px;
background-image:url(../images/countdown1.png);
}
#timer_seconds
{
padding-left:5px;
background-image:url(../images/countdown2.png);
}
#timer_days
{
left:0px;
}
#timer_days_label
{
left:10px;
}
#timer_hours,#timer_hours_label
{
left:62px;
}
#timer_mins,#timer_mins_label
{
left:104px;
}
#timer_seconds,#timer_seconds_label
{
left:146px;
}
#divAppDownload
{
text-align:center;
margin:20px 0px 10px 0px;
}
#divAppDownload img
{
border:0;
}
#divAppDownload a
{
margin:0 10px;
}

/**小控件**/
.divGadget
{
font-size:12px;
padding-top:10px;
}
.divGadgetTitle
{
background-color:#999999;
color:white;
font-size:14px;
font-weight:bold;
padding:5px;
}
.divGadgetContent
{
padding-top:10px;
}

.ulDates
{
list-style:none outside none;
margin:0px;
padding:0px 0px 10px 0px;
}
.ulDates div
{
height:50px;
}
.ulDates li
{
display:block;
border-top:1px solid gray;
height:auto;
width:auto;
clear:both;
}
.ulDates li:first-child
{
border-top:none;
}

.ulDates p
{
float:left;
}
.ulDates .pDate
{
width:65px;
}
.ulDates .pDescription
{
width:110px;
}

