/* ////////////////  Tag Cloud List ////////////// */
.tagTextContainer { 
        padding-top: 0px;
        width: 100%
        }

.tagText { 
	list-style-type: none;
	padding: 0;
	text-decoration: none;
    line-height: 1.07em;
    }
        
.tagText a { 
	list-style-type: none;
	font-family: "Lucida Grande", arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #337ECC;
	text-decoration: none;
    }
       
.tagText a:hover { 
	background: #E6EFF9;
    }
        
.tagTextContainer ul, .tagTextContainer li { 
	margin: 0 0 1px 0;
	padding: 0;
    }
