#productsList
{

}
#productsList li
{
    list-style-type: none;
    float: left;
    width: 96px;
    padding-left: 5px;
    padding-top: 10px;
    position: relative;
    overflow: hidden;
    height: 180px;
}
#productsList li.categories
{
    height: 130px !important;
}
#productsList a div.device
{
    margin: 5px 13px;
    padding-bottom: 6px;
}
#productsList a .device img
{
    height: 50px;
}
#productsList a div.device_cat
{
    margin: 0px 5px;
    padding-bottom: 6px;
}
#productsList .subLink
{
    margin: 0;
    padding: 0;
    display: inline;
}
#productsList .code
{
    padding-left: 8px;
    display: block;
}
.gray_out
{
    filter:alpha(opacity=30);
    -khtml-opacity: 0.3;
    opacity: 0.3;
    /* color: #c3c3ce */;
    background-color: #FFF;
}
#productsList li a
{
    width: auto;
    display: block;
    color: #373737;
    text-decoration: none;
    font-style: normal;
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 14px;
}
#productsList li a:hover
{
    text-decoration: underline;
}
#productsList  .devices a img
{
    border: none;
    position: relative;
    z-index: 2;
}
#productsList span
{
    padding-left: 8px;
    display: block;
}
#productsList a .title
{
    background: url(http://www.skinit.com/images/buttons/category_arrow.gif) no-repeat 0px 5px;
    display: block;
    font-weight: bold;
}
#productsList .devices a .title
{
    margin-top: 15px;
}
#productsList .devices a
{
    padding-left: 2px;
    padding-top: 10px;
}
#productsList a .code
{
    font-weight: normal;
}

#productsList .device_container
{
    background-image: url(http://www.skinit.com/images/backgrounds/deviceContainer.png);
    background-repeat: no-repeat;
    height: 83px;
    position: absolute;
    width: 90px;
    -width: 83px;
    z-index: 1;
    display: block;
    top: 10px;
}

