#catalogue-menu {
	float: right;
	border: 0px solid red;
	border-left: 2px solid #84C225;
	padding-left: 10px;
	margin-left: 10px;
	width: 180px;
}
#catalogue-menu ul {
  margin: 0;
}

#catalogue-menu li {
	margin: 0;
}
#catalogue-menu li a {
  color: black;
	text-decoration: none;
}
#catalogue-menu li.selection a {
  color: #84C225;
	font-weight: bold;
}

.prodRow {
    border: 0px solid black;
	float: left;
	width: 440px;
	margin-bottom: 5px;
	background-color: #AFEEEE;
	padding: 10px;
	border: 0px solid #e9e9e9;
}
.leftCol {
    float: left;
    width: 110px;
    border: 0px solid red;
}
.prodImage {
    width: 110px;
	margin: 0 5px 0 0;
    border: 0px solid blue;
}
.prodImage img {
    border: 0;
}
.prodImage a {
    border: 0;
}
.prodContent p {
    font-size: 11px;
    border: 0px solid red;
    float: left;
    width: 324px;
    float: left;
}
.prodContent p.prodCatNum {
    color: #669933;
	font-size: 10px;
}
.prodContent p.prodDesc {
    margin-top: 5px;
}

.prodContent {
    float: left;
    width: 325px;
    border: 0px solid yellow;
}

.prodContent h3 {
    display: block;
	margin-bottom: 0;
	color: #6B8E23;
	text-decoration: none;
    float: left;
    width: 310px;
    border: 0px solid red;

}
.prodPrice {
    border: 0px solid red;
	float: right;
	width: 100px;
	margin: 10px 0;
}
.prodPrice span {
    color: red;
	font-weight: bold;
    display: block;
    float: left;
}
div#treefunctions {
  font-size: 9px;
	text-align: center;
	margin-bottom: 10px;
}
div#treefunctions a {
	color: #84C225;
}
p.paging {
	width: 460px;
    text-align: center;
	float: left;
    clear: left;
	border: 0px solid red;
	margin: 10px 0;
}
p.paging a {
	color: #339900;
	font-weight: bold;
}
p.paging a.selected {
  color: black;
}
p.catInfo {
    float: left;
	border-top: 1px solid #669900;
	border-bottom: 1px solid #669900;
	background: #CCFF99;
    font-size: 10px;
	padding: 2px;
	width: 458px;
	margin-bottom: 5px;
}
p.catInfo a {
  color: #339900;
	font-weight: bold;
}
p.catInfo a.selected {
	color: black;
}
div#prodSearch {
    border: 1px solid #669900;
	padding: 3px;
	font-size: 10px;
	background: #CCFF99;
	margin-bottom: 10px;
}
.searchTitle {
  text-align: center;
	background: #99CC33;
	margin-bottom: 3px;
}
.searchInput {
    width: 90px;
	height: 18px;
}
.searchButton {
	background: #CCFF33;
	margin-left: 3px;
	font-weight: bold;
    border: 2px solid #336600;
    height: 20px;
}
.searchBoxRow {
	clear : left;
	width: 150px;
	margin-bottom : 5px;
	*margin-bottom : 0px;
}

.searchBoxRow input {
	margin: 0;
	padding: 0;
	border: 0px solid red;
	float: left;
}
.searchBoxRow span {
	margin-top: -3px;
	margin-left : 3px;
	*margin-top: 0px;
	*margin-left: 0px;
	float: left;
	display: block;
}
.searchDisplayAll {
	text-align: center;
	margin-top: 10px;
}

.searchDisplayAll a {
	color: #99CC33;
	font-weight: bold;
}
div.itemQuantity {
    float: right;
    clear: right;
}
.fldShopItem {
    width: 30px;    
}
div#loginBox {
    border: 1px solid #669900;
	padding: 3px;
	font-size: 10px;
	background: #FFD700;
	margin-bottom: 10px;
}
.loginTitle {
    text-align: center;
	background: #FFA500;
	margin-bottom: 3px;
    font-weight: bold;
}
.loginRow {
    float: left;
    border: 0px solid red;
}
.loginLabel {
    float: left;
    width: 60px;
    border: 0px solid blue;
}
.loginField {
    float: left;
    width: 110px;
}
.loginSubmit {
    margin-left: 60px;
}
.loginSubmitButton {
    background: #FFFF66;
    height: 20px;
    border: 2px solid #FFA500;
    text-transform: uppercase;
    margin-top: 5px;
    font-weight: bold;
}
.add-to-cart-submit {
    background: #CCFF33;
	margin-left: 3px;
	font-weight: bold;
    border: 2px solid #336600;
}
.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: white url(../img/simpletree/list.gif) no-repeat left center;
list-style-type: none;
padding-left: 22px;
margin-bottom: 3px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: white url(../img/simpletree/closed.gif) no-repeat left 1px;
cursor: hand !important;
cursor: pointer !important;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}







