/*
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: #FFFFFF;
	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 7px 3px 7px;
}

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

.productmapAlpha a {
    border: 1px solid #D6D7D9;
    text-decoration: none;
	color: #324c76;
}

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