/********* CATEGORIES ***********/
.pageCount
{
    float:right;
    margin-top: -2px;
}

.customCategory
{
    background: white url("/common/userfiles/products/background_default.jpg") no-repeat left top;
    width:825px;
    padding:110px 30px 10px 30px;
    text-align:left;
}

    .customCategory a, .customCategory a:visited
    {
        color:#d90000;
        font-size:14px;
        text-decoration:underline;
        font-weight:normal;
    }
    
    .customCategory a:hover 
    {
        color: #970101;
    }

    .customCategory h1
    {
        color:#d90000;
    }
    
    .customCategory .breadTrail
    {
        font-size:14px;
        color:#970101;
        padding: 0px 0px 7px 0px;
        border-bottom:dashed 1px #b1aeac;
    }
    
    .customCategory .categoryList 
    {
        margin-top:10px;
    }
    
        .customCategory .categoryList .category
        {
            float:left;
            background-color:#d90000;
            padding:5px;
            text-align:center;
            color:#FFFFFF;
            font-weight:bold;
            font-size:14px;
            line-height:25px;
            text-decoration:none;
            margin: 0px 5px 5px 0px;
        }
        
		.customCategory .categoryList .category img {
			display: block;
			}

        .customCategory .categoryList .category a:hover 
        {
            color:#FFFFFF;
        }
        
/********* PRODUCT LIST ***********/
        
        .customCategory .product
        {
            padding: 20px 0px 20px 0px;
            border-bottom:dashed 1px #b1aeac;
        }
        
			.customCategory .product img
			{
				float:left;
				background-color:#d90000;
				padding:3px;
				margin-top: 5px;
			}

			.customCategory .productPreview
			{
				float:left;
				width:670px;
				font-size:14px;
				color:#970101;
				margin-left:10px;
			}
            
				.customCategory .productPreview .productTitle 
				{
					display: block;
					font-size:19px;
					font-weight:bold;
					color:#d90000;
					margin-bottom: 8px;
				}
       
        .customCategory .productPreview a.viewProduct {
            width:100px;
            background-color:#d90000;
            padding:7px 10px 7px 10px;
            margin-top:9px;
            font-size:12px;
            font-weight:bold;
            color:#FFFFFF;
            text-decoration:none;
			text-align: center;
			}
        
        .customCategory .productPreview a.viewProduct:hover {
            background-color:#970101;
			color:#ffffff;
		    }

		.customCategory .productPreview a.viewProduct:visited {
            color:#ffffff;
			}
        
/********* PRODUCT VIEW ***********/

        .customCategory .productDescription
        {
            float:left;
			width: 380px;
            margin: 10px 0px 0px 0px;
            font-size:14px;
            color:#970101;
        }
        
        .customCategory .productMedia
        {
            float:left;
            width:400px;
            margin:10px 0px 0px 43px;
            display:inline;
        }
        
            .customCategory .productMedia .smallImage
            {
                float: left;
                width: 180px;
                background-color:#d90000;
                padding:3px;
                text-align:center;
                color:#FFFFFF;
                font-weight:bold;
                font-size:14px;
                line-height:18px;
                text-decoration:none;
                display:block;
                margin-left: 10px;
            }
        
            .customCategory .productMedia .largeImage
            {
                width: 396px;
                background-color:#d90000;
                padding:3px;
                text-align:center;
                color:#FFFFFF;
                font-weight:bold;
                font-size:14px;
                line-height:25px;
                text-decoration:none;
                display:block;
            }

/********* PRODUCT PAGER ***********/

.pagerLink, .pagerLink:visited, .pagerLink:hover {display: inline-block; text-decoration: none!important; padding: 1px 5px 1px 5px; margin: 0px 2px 0px 2px;}

.prevNextLink, .prevNextLink:visited {
    border: 1px solid #970101;
    }
    
    .prevNextLink:hover {
		color: White!important;
        background-color: #d90000;
        }
 
.prevNextLinkDisabled, .prevNextLinkDisabled:visited, .prevNextLinkDisabled:hover {
    color: #dee9ec!important;
	border: 1px solid #dee9ec;
    }
        
.pagerNumberLink, .pagerNumberLink:visited {
    border: 1px solid #970101;
    }
    
    .pagerNumberLink:hover {
        color: White!important;
        background-color: #d90000;
        }

.pagerNumberLinkSelected {
    color: White!important;
    border: 1px solid #d90000;
    background-color: #d90000;
    }
    
    .pagerNumberLinkSelected:visited, .pagerNumberLinkSelected:hover {
        
        }