#tagCloud-left {
    width:430px;
    padding-right:40px;
    display:inline;
    float:left;
}

#tagCloud-right {
    width:430px;
    padding-right:40px;
    display:inline;
    float:left;
}

#tagCloud .head {
    font-family: 'supermarket', Arial, Tahoma;
    font-size: 22px;
    color:#25AEFF;
}

#tagCloud .dottedline {
    border-bottom: 1px dotted #CFCBC2;
    height:2px;
    margin-bottom:10px;
}

#tagCloud .tag-item {
    font-family:Tahoma;
    font-size:11px;
    color:#333333;
    height:19px;
    line-height:17px;
    padding-left:3px;
    padding-right:3px;
    border:#b7b7b7 1px solid;
    display:inline-block;
    background-image:url('/content/images/home/module/tag/tag-bg.png');
    background-size:1px 17px;
    background-repeat:repeat-x;
    margin-left:0px;
    margin-right:0px;
    margin-top:2px;
    margin-bottom:2px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; 
}

#tagCloud .tag-item a:active, .tag-item a:visited {
    color:#333333;
}

#tagCloud .tag-item a:hover {
    color:#25AEFF;
}

