﻿
.TableContainer
{
    width: 100%;
    border-collapse: collapse;
    color: #cccccc;
}

.ucHeader_Separator
{
    margin: 0 10px;
    vertical-align: middle;
}

.ucHeader_CartImage
{
    vertical-align: middle;
}

a.ucHeader_Link:link, a.ucHeader_Link:hover, a.ucHeader_Link:visited, a.ucHeader_Link:active
{
    color: #cccccc;
    text-decoration: none;
    cursor: pointer;
    vertical-align: middle;
}

.ucHeader_CellContainer
{
    height: 60px;
    padding-right: 90px;
}

.ucHeader_ShoppingCartStatsContainer
{
    text-align: right;
    width: auto;
    position: relative;
    top: -13px;
    z-index: 5;
}

.ucShoppingCartStats_Content
{
    color: #cbb69e;
    font-size: 8pt;
}

.ucHeader_Logo
{
    vertical-align: middle;
    border: none 0px;
}

.ucMainMenu_Container
{
    background-repeat: repeat-x;
    height: 50px;
    width: 1010px;
    border-collapse: collapse;
}

.ucMainMenu_ContainerLeftCorner, .ucMainMenu_ContainerRightCorner
{
    background-repeat: no-repeat;
    width: auto;
    height: 50px;
}

.ucMainMenu_CellBackground
{
    background-image: url( '../../Images/uc_mainmenu_bg.gif' );
}

.ucMainMenu_ContainerLeftCorner
{
    background-image: url( '../../Images/menu_bg_left_corner.png' );
}

.ucMainMenu_ContainerRightCorner
{
    background-image: url( '../../Images/menu_bg_right_corner.png' );
}

#basepanel
{
    position: absolute;
    left: 0px;
    top: 0px;
}
#toppanel
{
    position: relative;
    top: 20px;
    left: 790px;
    width: 210px;
    visibility: hidden;
    /*z-index:20;*/
}
#slidepanel
{
    text-align: left;
    background: #404040;
    width: 100%;
    height: auto;
    moz-opacity: 0.95;
    opacity: 0.95;
    filter: alpha(opacity: 95);
    color: #efefef;
    padding: 10px;
    font-size: 8pt;
    font-family: arial;

}
#ResultID, #closeButtonContainer
{
    width: 190px;
}

#closeButton
{
    cursor:pointer;
    width:auto;
    height:auto;
}

#closeButtonContainer
{
    text-align:right;
}

a.CartProduct:link, a.CartProduct:hover, a.CartProduct:active, a.CartProduct:visited
{
    text-decoration:none;
    font-weight:bold;
    color:#999999;
}

a.CartButton:link, a.CartButton:hover, a.CartButton:active, a.CartButton:visited
{
    text-decoration:none;
    font-weight:bold;
    color:#888888;
    font-size: 8pt;
}

a.CartProduct:hover, a.CartButton:hover
{
    color:#cccccc;
}
