﻿.ui-dialog 
{
    border: solid 2px #003300; 
    background-color: #e8e8e8;
    text-align: left;
}

.ui-dialog-titlebar
{
    text-align:center;
    background: url(bg_tit_specialgifts.png) center top no-repeat;
    color: #ffffff;
    font-size: 24px;
    padding: 7px 0px 10px 0px;
    margin: 0px 0px 0px 0px;
}

.ui-dialog-titlebar-close
{
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 13px;
}

.ui-dialog-content
{
    padding: 0px 10px 0px 10px;
    overflow: auto;
}

.ui-dialog-buttonpane
{
    margin: 0px 0px 0px 0px;
    text-align: center;
}

.ui-dialog-buttonpane button  
{
    font-family: Verdana;
    font-weight: bold;
    margin: .5em .4em .5em 0; 
    cursor: pointer; 

    line-height: 1.4em; 
    width:auto; 
    overflow:visible; 
    color: #ffffff;
    background: #003300 url(arrow_right.png) no-repeat right 8px;
    border: solid 2px #ffffff;
    padding: 5px 30px 5px 20px;
}

.upsell-ProductWrapper
{
    margin: 10px 20px 0px 0px;
}

.upsell-Category
{
    padding: 5px 10px 5px 10px;
    background-color: #ffffff;
    font-weight:bold; 
    border:solid 1px #616161; 
    clear:both;
    margin: 20px 0px 0px 0px;   
}

.upsell-Product
{
    float: left;
    width: 150px;
}

.upsell-Image
{
    height: 100px;
}

.upsell-ImageBorder
{
    border: solid 2px #003300;
    float: left;
}

.upsell-ProductName
{
    color: #003300;
    font-weight: bold;
}

.upsell-ProductPrice
{
    clear: both;
}

