﻿.itemWrapper
{
    width:155px;
    margin-left:15px;
    display:block;
    opacity:0.65;
    filter:alpha(opacity=65);

}
.itemWrapper:hover
{
    opacity:1.0;
    filter:alpha(opacity=100);
}
.itemTitle
{
    padding:12px 0 0 22px;
    width:133px;
    text-align:left;
    font-weight:bold;
    height:32px;
    background:url(/App_Themes/Global/Images/Icons/Bullet1.gif) no-repeat 5px 12px ;
    
}
.itemTitleWrapper
{
    margin-top:3px;
    width:159px;
    height:38px;
    background:url(layout/images/BikeName.jpg) no-repeat center center;
}
.itemImage
{
    border:2px solid #2f3031;
    margin-top:10px;
    width:155px;
    height:92px;
    background-color:Black;
}
.BikeListTitleText
{
    display:block;
    font-size:1.5em;
    padding:7px 0 0 10px ;
    width:635px;
}