﻿.KLCategoryGroupName {
	padding-top: 8px ;
    padding-bottom: 8px;
    padding-left: 28px;
    display: block;
    width: 130px;
}
        
.KLCategoryGroupMore {
    position: relative;
    float:right;
    padding: 7px 28px;
    margin-top: -35px;
    display: block;
    cursor: pointer;
    text-align: center;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 10px;
}
.KLCategoryGroupMoreClicked {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.KLMenuTitle {
    padding: 8px 28px;
    border-bottom: 1px solid rgba(197, 197, 197, .5);
    display: block;
    
}

.KLCategoryGroupList {
    list-style-type: none;
    -webkit-border-top: 1px solid rgba(197, 197, 197, .5);
    -moz-border-top: 1px solid rgba(197, 197, 197, .5);
    -o-border-top: 1px solid rgba(197, 197, 197, .5);
    -ms-border-top: 1px solid rgba(197, 197, 197, .5);
    border-top: 1px solid rgba(197, 197, 197, .5);
}
.KLCategoryName {
    padding: 1px 55px;
}
.CGContainer {
    list-style-type:none;
    padding-bottom: 5px;
}
.CGContainer li a
{
	text-decoration:none;
	color:#666666;
}
