#products {
    height:370px;
    background:#272727;
}

#products .left {
    height:370px;
    background:url(/images/allprods_left_bg.gif) no-repeat left bottom;
}

#products .right {
    padding:0 0 0 22px;
    height:370px;
    background:url(/images/allprods_right_bg.gif) no-repeat right bottom;
}

#products .product {
    float:left;
    margin:24px 18px 0 0;
    background:url(/images/proditem_bg.gif) repeat-x top;
    text-align:left;
}

#products .product .left {
    height:auto;
    float:left;
    background:url(/images/proditem_left_bg.gif) no-repeat left top;
}

#products .product .right {
    float:left;
    width:400px;
    height:auto;
    padding:24px 0 0 0;
    background:url(/images/proditem_right_bg.gif) no-repeat right top;
}

#products .product .box {
    float:left;
    margin:0 13px 0 17px;
}

#products .product .h2 {
    float:left;
    margin:0 0 10px 0;
    padding:0;
    font-family:Tahoma;
    font-size:24px;
    font-weight:normal;
    color:#E3F7FF;
    text-decoration:none;
}

#products .product .h2:hover {
    color:#fff;
}

#products .product p {
    float:left;
    width:250px;
    margin:0 !important;
    padding:0 !important;
    font-family:Tahoma;
    font-size:11px;
    color:#E6F8FF;
}

#products .product .links {
    float: left;
    margin:10px 0 0 0;
    color:#BCC9FF;
}

#products .product .links a {
    font-family:Verdana;
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
    color:#BCC9FF;
}
#products .product .links a:hover {
    text-decoration:underline;
}