﻿#main_HiRight
{
    margin-left: 35px;
}

.product-title 
{
    padding:10px 0 0 0 ;
}

.deptCategories
{
    height:300px;
}
.deptCategories ul 
{
    margin:0px;
	padding:0px;
	margin-top: 10px;
	list-style:none;
}

.deptCategories li
{
    margin:0 0 0 10px;
	padding:0px;
	list-style:none;
	float:left;
	height:165px;
	width:165px;
	display:block;	
	position: relative;
}

.deptLast 
{
	height:165px;
	width:165px;
	display:block;
	background-color:#801517;
	top:0px;
}

.deptProducts
{
    position:absolute;
	height:165px;
	width:165px;
    margin:0 0 0 0;
	padding:65px 0 0 0;
	text-align:center;
    font-size:12px;
	font-weight:bold;
	display:block;
    cursor: pointer;
}

.deptLast a
{
    color:#FFF;
}

.deptProducts a{
	display: block;
}

.category-sep
{
	background-color: #801517;
	color: White;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;	
	padding-left: 2px;
}
.category-name
{
	font-size: 12px;	
	line-height: 16px;
}
.prodcat-featured
{
	background-image: url(images/home/product_container.gif);
	background-repeat: no-repeat;
	width: 175px;	
}
.prodcat-featured H3
{
	font-weight: bold;
	font-size: 11px;
	width: 175px;
	margin: 6px 2px 6px 2px;
	text-align: center;
}
.prodcat-featured IMG
{
    width: 165px;
    height: 165px;
    margin-left: 5px;
    margin-bottom: 15px;
}

.prodcat-featured a
{
    text-decoration: none;
}