	.product_category div, .product_category ul, .product_category li, .product_category h3
    {
        margin-top: 0pt;
        margin-right: 0pt;
        margin-bottom: 0pt;
        margin-left: 0pt;
        padding-top: 0pt;
        padding-right: 0pt;
        padding-bottom: 0pt;
        padding-left: 0pt;
    }
    
    .product_category li
	{
		list-style-type: none;
		list-style-image: none;
		list-style-position: outside;
	}

	div.product_category 
	{
		padding-left:10px;	
	}

    div.product_category h3
    {
	    color: #03485d;
	    font-weight:bold;
	    font-size:12px;
	    line-height: 16px;
	    cursor: pointer;
    }
    
    
    ul.categoryitems li
    {
	   width:140px;
	   font-size:12px;
    }

    ul.categoryitems  li a
    {
	    color: #002bb8;
	    padding: 0.0em 0.0em 0.0em 2.4em;
	    font-size: 12px;
	    line-height:16px;
    }

    ul.categoryitems li a:hover
    {
	    border-left: 5px #000 solid;
	    padding: 0.0em 0.0em 0.0em 2.0em;
	    font-size:12px;
    }




/*
	this is mostly for the header and footer and background images that hold the accordian menu
*/

.accordian-menu
{
	width:235px;
	margin:0px;
	padding:0px;
	font-size:12px;
}

.accordian-menu-div1 {
	width:235px;
	height:48px;
	padding:0px;
	margin:0px;
	background: url(images/green-tab-01.gif) no-repeat  bottom left;
	float:left;
}
.acc_div {
	margin:0px;
	padding: 0px 0px 0px 10px;
	background: url(images/green-tab-02.gif) repeat-y ;
	float:left; 
	width:226px;
	height:auto;
	
}
.accordian-menu-div3 {
	width:235px;
	height:45px;
	float:left;
	background: #ffffff url(images/green-tab-03.gif) no-repeat bottom left;  
	border:0px dotted red;
}






.accordian_shopby_category {
	background: url(images/g-arrow.gif) no-repeat 20px 20px;
	height:44px;
	width:200px;
	padding-top:16px;
	padding-left:40px;
	font-size: 18px;
	font-weight: normal;
	color: #03485d;
	text-decoration: none;
	
}

#view_all_categories {
	font-size:12px;
	font-weight:bold;
	color:#03485d;
	cursor:pointer;
	position:relative;
	left:30px;
	top:10px;
	border: 0px dotted purple;
}


