﻿.ecommSection {
    clear:both;
    margin-top: 14px;
}
#ecommCategories {
    margin: 0 0 0 8px;
    padding: 4px;
    border-left: 2px groove #404040;
    border-top: 2px groove #404040;
    border-bottom: 2px groove #404040;
    background-color: #E0E0E0;
    padding: 2px;
    display: block;
    float: left;
    width: 270px;
    height: 640px;
    overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
	font-size:18px;
}
#ecommLinks {
    margin: 0;
    border-right: 2px groove #404040;
    border-top: 2px groove #404040;
    border-bottom: 2px groove #404040;
    background-color: WHITE;
    padding: 2px;
    display: block;
    float: left;
    width: 400px;
    height: 640px;
    overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
	font-size:18px;
}   
#ecommCategories li.hovered {
	background-image: url('/content/left_highlight.png');
	background-repeat: repeat-y;
	background-position: 0 0;
}
#ecommCategories li, #ecommLinks li {
    list-style-image: none;
    cursor: pointer;
	font-size:18px;
}
#ecommCategories li {
	padding: 2px 0 2px 2px;
	margin: 0;
}
#ecommLinks li {
	padding: 4px 0 4px 4px;
	margin: 0;
}
#ecommCategories li a, #ecommLinks li a {
    color: Black;
}
#ecommCategories li.selected, #ecommLinks li.selected {
    text-decoration: underline;
    background-color:#F0F0F0;
}
#ecommQuickLinks {
    margin: 0;
}
#ecommQuickLinks li {
    list-style-type: none;
    margin: 0 0 4px 8px;
    padding: 0 0 0 30px;
    background-image: url('/content/pdf_icon.png');
    background-repeat: no-repeat;
    background-position: 0 0;
}

