/*
WebsiteCM - Product Map (A-Z)
*/

/* Remove list properties for the product listings */
#productmapProductListing ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

/* First alternating color for the product listing rows */
.productMapBgColor {
/*	background-color: #F2F2F2; */
	padding: 10px;
}

/* Second alternating color for the product listing rows */
.productMapBgColor2 {
	background-color: #000000;  
	padding: 10px;
}

/* Color is used as the background for the area that contains A-Z clickable letters */
.productMapListingBgColor {
/*	background-color: #F2F2F2;  */
	padding: 1px 10px 15px 10px;
}

/* CSS to control the clickable A-Z letters */

.productmapAlpha {
	padding: 0px 0px 20px 0px;
    clear: left;
}

.productmapAlpha a, .productmapAlpha span {
    display: block;
    float: left;
    margin-right: 0.1em;
    background: #FFFFFF;
	font-size: 120%;
	padding: 3px 5px 3px 5px;
}

.productmapAlpha span.current {
    border: 1px solid #9dc56c;
    background: #9dc56c;
    font-weight: bold;
    color: #FFFFFF;
}

.productmapAlpha a {
    border: 1px solid #9dc56c;
    text-decoration: none;
	color: #9dc56c;
}

.productmapAlpha a:hover {
    border-color: #ff0000;
	color: #ff0000;
	text-decoration: none;
}
