.indexLink
{
    color: #449C3C;
    font-weight: bold;
    font-size: 11px;
    text-decoration: underline;
    font-style: italic;
    float: right;
}

.greenUPLink
{
    color: #449C3C;
    font-weight: bold;
    font-size: 12px;
    text-decoration: underline;
}

A:Hover.greenUpLink, A:Hover.indexLink
{
    color: #146C0C;
}


/* Sell/Recycle Widget */
#green_up_widget
{
    text-align: center;
}

.widgetBox
{
    margin: 0 auto;
    text-align: left;
    position: relative;
    overflow: hidden;
    padding: 5px;
    padding-top: 30px;
}

.widgetInputBox
{
    width: 40%;
	margin-bottom: 8px;
	height: 20px;
    border: 1px solid #787878;
}

.widgetRadio
{
    margin-left: 15px;
    margin-right: 5px;
    vertical-align: middle;
}

.widgetLeft
{
    margin-left: 10px;
    float: left;
}

.widgetRight
{
    margin-right: 10px;
    float: right;
}

.widgetMiddle
{
    padding-left: 10px;
    padding-right: 10px;
}

.defaultText
{
    color: #A0A0A0;
}

.widgetErrorBox
{
    border: 1px solid #DD0000;
}

.widgetLoader
{
    position: relative;
    left: 75%;
    top: 4px;
    height: 25px;
    display: none;
}

.widgetText
{
    font-family: verdana, arial;
    font-size: 11px;
    color: #000000;
    line-height: 18px;
}

.widgetTextLink, .widgetImageLink
{
    cursor: pointer;
    cursor: hand;
}

.widgetHeaderGradient
{
    background-image: url(images/usedprice-widget_gradient.gif);
    opacity: 0.25;
    filter: alpha(opacity=25);
    -moz-opacity:.25;
}

.widgetHeader
{
    position: absolute; 
    left: 0; top: 0;
    height: 30px;
}

.widgetHeaderText
{
    font-family: Arial, verdana;
    font-size: 14px;
    font-weight: bold;
}

    /* Widget Search Results page */
    
    .widgetResultsHeader
    {
        font-size: 10px;
        border: 1px solid #C7C7C7;
        padding: 2px;
    }
    
    .widgetItemResult
    {
        font-size: 10px;
    }

    /* End Widget Search Results page */
    
    
    /* Widget Customize page */
    
    .widgetCustomizeBox
    {
        width: 47%;
        float: left;
        border: 2px solid #CBCBCB;
        margin-right: 16px;
    }
    
    .widgetCustomizeTitle
    {
        background-color: #DBDBDB;        
        color: #587CAB;
        text-align: center;
        padding: 5px;
    }
    
    .widgetCustomizeColorBoxContainer
    {
        float: left;
        padding: 6px;
        font-size: 9px;
        text-align: center;
        position: relative;
    }
    
    .widgetCustomizeColorBox
    {
        border: 2px solid #CBCBCB;
        width: 40px;
        height: 40px;
        margin: 0 auto;
    }
    
    .widgetColorPicker
    {
        position: absolute;
        display: none;
        border: 1px solid #000000;
        padding: 5px;
        background-color: #FFFFFF;
        text-align: center;
        top: 15px;
        left: 9px;
        z-index: 1;
     }
     
    .widgetColorSample
    {
        border: 1px solid #BBBBBB;
        width: 190px;
        height: 25px;
        margin: 4px;
    }
     
    /* End Widget Customize page */

/* End Sell/Recycle Widget */