﻿.ManWrapper
{
    padding:5px;
    width:100%
}
.ManBadgeWrapper
{
    display:block;
    opacity:0.65;
    filter:alpha(opacity=65);
}
.ManBadgeWrapper:hover
{
    opacity:1.0;
    filter:alpha(opacity=100);
}
.ManBadge
{
    width:203px;
    height:96px;
    margin:5px;
    background:url(Layout/images/BadgeBG.png) no-repeat center 0px ;
}
.ManInnerWrapper
{
    width:100%;
}
.ManufacturerTitleText
{
    display:block;
    font-size:1.5em;
    padding:10px;
    padding-left:42px;
    width:635px;
    background:url(/App_Themes/Global/Images/Icons/box.png) no-repeat 5px 6px;

}
.ManImage
{
    float:left;
    padding-top:12px;
    margin-left:12px;
    width:79px;
    height:73px;
    border:0px solid white;
}

.ManTitle
{
    position:relative;
    display:block;
    height:96px;
    float:left;
    padding-left:10px;
    text-align:left;
    color:white;
    font-weight:bold;
    font-size: 1.7em;
    width:100px;
    overflow:visible;
    border:0px solid white;
}
.ManTitleInner
{
    position:absolute;
    top:35%;
}