.catGrid td {
    text-align: left;
    vertical-align: top;
}

.catColor1 .catPicture, .catColor1 .catDescription div  {
    border-left: 2px solid #E3B047;
    border-right: 2px solid #E3B047;
    background: #d0801d;
}
.catColor2 .catPicture, .catColor2 .catDescription div  {
    border-left: 2px solid #B2C68B;
    border-right: 2px solid #B2C68B;
    background: #81a249;
}
.catColor3 .catPicture, .catColor3 .catDescription div  {
    border-left: 2px solid #DB7F6E;
    border-right: 2px solid #DB7F6E;
    background: #C6352E;
}
.catColor4 .catPicture, .catColor4 .catDescription div  {
    border-left: 2px solid #9187A7;
    border-right: 2px solid #9187A7;
    background: #503f75;
}
.catColor1 .catPicture  {
    background: #EAC55A;
}
.catColor2 .catPicture  {
    background: #C7D5AA;
}
.catColor3 .catPicture  {
    background: #E5A18B;
}
.catColor4 .catPicture  {
    background: #B0A8C0;
}

.catTitle {
    height: 33px;
    line-height: 33px;
    color: #fff; 
    font-size: 14px;
    padding-left: 16px;
    width: 186px;
}
.catTitle a {
    color: #fff; 
    display: block;
    text-decoration:none;
    font-weight:bold;
    font-size: 14px;
    white-space: nowrap;
}
.catTitle a:hover {
    color: #fff; 
}
.catTitle a:visited {
    color: #fff; 
}
.catColor1 .catTitle {
    background: url('../images/cattab1.jpg') no-repeat;
}
.catColor2 .catTitle {
    background: url('../images/cattab2.jpg') no-repeat;
}
.catColor3 .catTitle {
    background: url('../images/cattab3.jpg') no-repeat;
}
.catColor4 .catTitle {
    background: url('../images/cattab4.jpg') no-repeat;
}


.catDescription div{
    height:160px;min-height:100%;
    color: #fff; 
    font-size: 12px;
    width: 170px;
    padding: 14px 14px 0px 14px; 
}
.catColor1 .catbottom {
    height:48px;background: url('../images/catbottom1.jpg') no-repeat bottom;
}
.catColor2 .catbottom {
    height:48px;background: url('../images/catbottom2.jpg') no-repeat bottom;
}
.catColor3 .catbottom {
    height:48px;background: url('../images/catbottom3.jpg') no-repeat bottom;
}
.catColor4 .catbottom {
    height:48px;background: url('../images/catbottom4.jpg') no-repeat bottom;
}

.catGrid td div.catPicture {
    width: 198px;
    text-align: center;
}

.catPicture img {
    border: 0px;
}
