﻿.HsHCustomersBack
{
    background-image: url('../image/CustomersBackground.png');
    background-repeat: no-repeat;
    font-family: tahoma;
    font-size: 8pt;
    margin: 10px auto;
    width: 980px;
    height: 49px;
    position: relative;
}
.HsHTitle
{
    color:#111;
    text-shadow:-1px 1px 1px #666;
    position: absolute;
    text-align:center;
    width:230px;
    line-height:24px;
    height:24px;
    right:10px;
    top:10px;
    overflow:hidden;
}
.HsHSlideFades
{
    background-repeat: no-repeat;
    display: inline;
    margin: 0;
    padding: 0;
    z-index: 1000;
    top: 0;
    width: 100px;
    height: 49px;
    position: absolute;
}
.HsHSlideFadesLeft
{
    background-image: url('../image/CustomersFadeLeft.png');
    left: 0px;
}
.HsHSlideFadesRight
{
    background-image: url('../image/CustomersFadeRight.png');
    right: 260px;
}
.HsHSlideBorder
{
    position: absolute;
    background-image: url('../image/CustomersBorder.png');
    background-repeat: no-repeat;
    width: 87px;
    height: 59px;
    top: -5px;
    left: 361px;
    z-index: 1000;
    display:none; /*inline;*/
    margin: 0;
    padding: 0;
}

.HsHHeaderRow
{
    text-align: center;
    height: 125px;
    background-image: url('../image/YStyleBack.png');
    background-repeat: repeat-x;
    margin: 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #ddd;
}
.HsHHeaderRow > div
{
    margin-right: 20px;
    margin-left: 20px;
}
.HsHItem
{
    display: inline-block;
    width: 200px;
    vertical-align: top;
    cursor: pointer;
}
.HsHHeaderItem
{
    background-image: url('../image/YStyle.png');
    height: 125px;
    color: #444;
}
.HsHHeaderItemhover
{
    background-image: url('../image/YStyle_Hover.png');
    height: 150px;
    color: #eee;
}
.HsHTabImage
{
    vertical-align: middle;
    margin-top: 5px;
}
.HsHH3
{
    font-family: Tahoma;
    font-weight: normal;
    font-size: 10pt;
    padding: 5px 0 0 0;
    margin: 0 auto;
}

.HsHCombo
{
    border: 1px solid #999;
    height: 28px;
    width: 120px;
}
.HsHCombo .HsHtd
{
    background-image: url('../image/comboBack.png');
    background-repeat: repeat-x;
    background-position: center;
}
.HsHCombo .HsHtd:hover, .HsHItemHover
{
    background-image: url('../image/comboHover.png');
    background-repeat: repeat-x;
    background-position: center;
    font-size: 8pt;
    cursor: pointer;
}
.HsHCombo2
{
    border: 1px solid #999;
    height: 28px;
    width: 220px;
}
.HsHCombo2 .HsHtd2
{
    background-image: url('../image/comboBack.png');
    background-repeat: repeat-x;
    background-position: center;
}
.HsHCombo2 .HsHtd2:hover, .HsHItemHover2
{
    background-image: url('../image/comboHover2.png');
    background-repeat: repeat-x;
    background-position: center;
    font-size: 8pt;
    cursor: pointer;
}
.HsHLTR
{
    direction: ltr;
}
.HsHRTL
{
    direction: rtl;
}
.HsHMargin
{
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 8pt;
    margin-left: 3px;
}
.HsHMargin2
{
    margin-left: 3px;
    margin-right: 3px;
}
