﻿body {
}
 
.topBackground
{
    background-image: url('images/CategoryMasterBackgroundTop.png');
    background-repeat: no-repeat;
    height: 14px;
    background-position-x: -4px; 
}
.centerBackground
{
    /*background-image: url('images/CategoryMasterBackgroundCenter.png');*/
    padding: 10px;
 /*   background-repeat: repeat-y;
    width: 624px;*/
}
.bottomBackground
{
    background-image: url("images/CategoryMasterBackgroundBottom.png");
    background-repeat: no-repeat;
    height: 14px;
    background-position-x: -4px;
}

.categoryBackgroung 
{
    color: gray;
    font-size: 17px;
    font-weight: bold;
    height: 155px;
    width: 185px;
    overflow:hidden;
}

.categorySmallImage
{
    height: 100px;
    left: 196px;
    position: relative;
  /*  width: 185px;*/
}
.categoryName
{
    padding-top: 10px;
}

.LinkButtonCategoryName
{
    color: gray;
}
