/*---------------------------------
	events widget
---------------------------------*/

#rightcolumn #events {
    position: relative;
    padding: 8px 8px 20px 8px;
    margin: 35px auto 10px auto;
    width: 274px;
    border: 1px solid #ccc;
}

.events-obj {
    clear: both;
    overflow: hidden;
    width: 290px;
}

.events-thumb {
    float: left;
    width: 72px;
    margin: 0 10px 20px 0;
}

.events-desc {
    float: left;
    width: 180px;
    margin-bottom: 20px;
}

.events-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 162px;
    height: 25px;
    background-color: #e67a32;
    color: #fff;
    font-size: 16px;
    text-indent: 8px;
    line-height: 24px;
}

#events-float {
    position: relative;
    top: 30px;
}

a .events-desc-title {
    color: #000;
    font-size: 14px;
}

.events-desc-text {
    color: #666;
    font-size: 10px;
}

a .events-desc-subtitle {
    color: #e67a32;
}

.events-dotted { border-bottom: 2px dotted #f89037; border-top: 0; border-left: 0; border-right: 0; }

#events-empty {
    position: relative;
    top: 30px;
    height: 40px;
}

/*---------------------------------
	offers widget
---------------------------------*/

#rightcolumn #offers {
    position: relative;
    padding: 8px 8px 20px 8px;
    margin: 15px auto 10px auto;
    width: 274px;
    border: 1px solid #ccc;
}

.offers-obj {
    clear: both;
    overflow: hidden;
    width: 290px;
}

.offers-thumb {
    float: left;
    width: 72px;
    margin: 0 10px 20px 0;
}

.offers-desc {
    float: left;
    width: 180px;
    margin-bottom: 20px;
}

.offers-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 162px;
    height: 25px;
    background-color: #e67a32;
    color: #fff;
    font-size: 16px;
    text-indent: 8px;
    line-height: 24px;
}

#offers-float {
    position: relative;
    top: 30px;
}

a .offers-desc-title {
    color: #000;
    font-size: 14px;
}

.offers-desc-text {
    color: #666;
    font-size: 10px;
}

a .offers-desc-subtitle {
    color: #e67a32;
}

.offers-dotted { border-bottom: 2px dotted #f89037; border-top: 0; border-left: 0; border-right: 0; }

#offers-empty {
    position: relative;
    top: 30px;
    height: 40px;
}