/***********************************
 * Widgets
 * -------
 * The css rules for the side bar boxes
 * *********************************/
#sidebar {
    float: right;
    width: 228px; padding-left: 20px;
    margin-bottom: 40px;
    background-image: url('http://www.3macs.com/_media/lines_gold_vertical.gif');
    background-repeat: no-repeat;
    background-position: left top;
}
 
.widget {
	margin-bottom: 20px;
    width: 228px;
    position: relative;
}

.widget h3 {
    background: #BAA027;
    line-height: 1.5;
    background-image: url('http://www.3macs.com/_media/header_small.gif');
}

.widget h3 span.widget_span,
.widget h3 a {
    display: block;
    color: white;
    font: bold 12px Arial, sans-serif;
    text-transform: uppercase;
    padding: 0 10px;
    text-align: left;
}

.widget .body {
    border: 0px solid transparent;
	border-top: 0;
    width: 228px;
    overflow: hidden;
    text-align: left;
}

.widget .img {
    display: block;
    background: black;
    text-align: center;
}

.widget .img img {
    display: inline;
}

.widget .body .text_wrap {
    padding: 10px;
}

.widget .body h4 {
    margin-bottom: 4px;
}
                 
.widget .body h4 a {
    color: #CEB552;       
    font: bold 12px Arial;
}

.widget .body .date {
    color: #888;
    font: normal 10px Arial, sans-serif;
    line-height: 1.5;
}

.widget .body p {
    font-size: 11px; line-height: 1.5;
    color: #333;
}

.widget .body .more {
    float: right;
}

.widget iframe {
    width: 165px; 
    height: 289px;
    margin-left: 21px;
}

.widget .left, .widget .right {
	position: absolute;
	bottom: 0;
	width:5px;
	height: 5px;
	display: block;
}

.widget .corner {
    /*border: 1px solid red;*/
    visibility: hidden;
    position: absolute;
    width: 6px; 
    font-size: 1px; /* avoid IE6 bug */
    overflow:hidden; /* avoid IE6 bug */
    height: 6px;
    background-image: url('http://www.3macs.com/_media/corner_footer.gif') !important;
    background-repeat: no-repeat;
}

.widget .corner_bottom_left {
	bottom: 0px; 
    left: 0px;
    background-position: bottom left;
}

.widget .corner_bottom_right {
    bottom: 0px; 
    right: 0px;
    background-position: bottom right;
}

#widget_quote .corner,
#widget_news .corner,
#widget_advisors .corner,
#widget_alerts .corner,
#widget_indices .corner {
    visibility: visible; 
}   

#widget_quote .body,
#widget_news .body,
#widget_advisors .body,
#widget_alerts .body,
#widget_indices .body {
    border: 1px solid #c9c9c9;
    width: 226px;
}

#widget_services .body,
#widget_tools .body,
#widget_download .body,
#widget_quote .body {
    height: 67px;
}

#widget_quote label {
    display: none;
}              

#widget_quote form{
    margin-bottom: 6px;
}

#widget_quote #symbol_lookup {
    font-weight: bold; color: #272C54;
}

#widget_quote #symbol {
    width: 135px;
}

.widget .limiter {
    height: 195px;
    overflow: hidden;
}

.widget .more_link {
    position:absolute;
    right:8px;
    text-transform:none;
    font-size:11px;
    display: inline;
}

.widget .more_link:hover {
    cursor: pointer;
}