
.ProductListDiv{ /*header of 1st demo*/
	cursor: hand;
	font-weight: bold;
    font-family: Tahoma, Arial, Sans-Serif;
    font-size: 11px;
	padding-bottom: 5px;
	padding-top: 5px;
	background: #b2180c;
	color: #FFFFFF;
	width: 230px;
	background: #eee url('../images/catalog/titlea.gif') no-repeat right bottom;
}

.openpet{ /*class added to contents of 1st demo when they are open*/
	background: #eee url('../images/catalog/titleb.gif') no-repeat right bottom;	
}

.ProductDivRow 
{
	margin: 1px 2px 0px 10px;
	background-color: #fff7ce;
	padding: 3px 0px 3px 6px;
    text-indent: 5px;
    display: block;
    border: solid 1px #C0C0C0;
    color: #804000;
    text-decoration: none;
}
.ProductDivRow:visited
{
	margin: 1px 2px 0px 10px;
	background-color: #fff7ce;
	padding: 3px 0px 3px 6px;
    text-indent: 5px;
    display: block;
    border: solid 1px #C0C0C0;
    color: #804000;
    text-decoration: none;
}
.ProductDivRow:active
{
	margin: 1px 2px 0px 10px;
	background-color: #fff7ce;
	padding: 3px 0px 3px 6px;
    text-indent: 5px;
    display: block;
    border: solid 1px #C0C0C0;
    color: #804000;
    text-decoration: none;
}

.ProductDivRow:hover
{
	margin: 1px 2px 0px 10px;
	background-color: #fed602;
	padding: 3px 0px 3px 6px;
    text-indent: 5px;
    display: block;
    border: solid 1px #808080;
    color: #4A0800;
    text-decoration: none;
}



/*
.sdmenu {
    width: 210px;
    font-weight: bold;
    font-family: Tahoma, Arial, Sans-Serif;
    font-size: 11px;
    padding-bottom: 10px;
    background: #eee url('../Images/catalog/bottom.gif') no-repeat  right bottom;
    color: #FFF;
}

.sdmenu .title, .sdmenu .titlehidden{
    display: block;
    padding: 5px 0;
    color: white;
    background: #FFF url('../Images/catalog/title.gif') repeat-x;
    background-color: #660c01;
}

.sdmenu .title {
    border-bottom: 1px solid #DDD;
}

.sdmenu .arrow {
		margin-left: 10px;
    margin-right: 7px;
}

.sdmenu .titlehidden {
    border-bottom: none;
}

.sdmenu #top {
    background: url('../Images/catalog/title.gif') repeat-x;
    background-color: #660c01;
}

.sdmenu .submenu {
    overflow: hidden;
}

.sdmenu .submenu a {
    padding: 3px 0 3px 10px;
    text-indent: 5px;
    background: #fff7cc;
    display: block;
    border-bottom: 2px solid #FFFFFF;
    border-top: 0px solid #FFFFFF;
    color: #7f7f7f;
    text-decoration: none;
}

.sdmenu .submenu a:hover {
    background : #066 url('../Images/catalog/linkarrow1.gif') no-repeat left center;
    background: #fed602;
    color: #525252;
}
*/