
/* Columns section */
.column3 {
    float: left;
    width: 33%;
}
.column2 {
    float: left;
    width: 50%;
}
.column1 {
    float: left;
    width: 100%;
}

.widget {
    padding: 2px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.widget .widget-head {
    color: #000;
    overflow: hidden;
    width: 100%;
    height: 30px;
    line-height: 30px;
}
.widget .widget-head h3 {
    padding: 0 5px;
    float: left;
}
.widget .widget-content {
/*
    background: #333 url(img/widget-content-bg.png) repeat-x;
    color: #DDD;
*/
    -moz-border-radius-bottomleft: 2px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    line-height: 1.2em;
    overflow: hidden;
}
.widget .widget-content p {
    padding: 0.8em 0;
/*  border-bottom: 1px solid #666; */
}
.widget .widget-content img {
    float: right;
    margin: 10px;
    border: 1px solid #FFF;
}
.widget .widget-content pre {
    padding: 0.5em 5px;
/*
    color: #EEE;
*/
    font-size: 12px;
}
.widget .widget-content ul {
    padding: 5px 0 5px 20px;
/*
    list-style: disc;
*/
}
.widget .widget-content ul li {padding: 3px 0;}
.widget .widget-content ul.images {
    padding: 7px 0 0 0;
    list-style: none;
    height: 1%;
}
.widget .widget-content ul.images li {
    display: inline;
    float: left;
}
.widget .widget-content ul.images img {
    display: inline;
    float: left;
    margin: 0 0 7px 7px;
}
/* End Columns section */

ul.column {
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

div.spm_hidden_flag {
	display: none;
}