.togg {
    overflow:hidden;
    position:relative;
	border:1px solid #e6e6e6;
	margin-bottom:2px;
	background-color:#ccffff;
}

.tog {
	border:1px solid #ffffff;
	background-color:#fcfcfc;
    display:block;
    padding:17px 0 15px 55px;
    margin:0;
    position:relative;
	opacity:.7;
	-webkit-transition:opacity .3s ease-in-out;
	-moz-transition:opacity .3s ease-in-out;
	-ms-transition:opacity .3s ease-in-out;
	-o-transition:opacity .3s ease-in-out;
	transition:opacity .3s ease-in-out;
}

.tog {
	color:#424242;
}

.tog.current,
.tog:hover {opacity:1;}

.togg .tog.current .cmsms_plus .vert_line {display:none;}

.togg .tab_content {
	border:0;
	border-top:1px solid #e6e6e6;
	background:#fefefe;
	padding:0 20px;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}

.tog .cmsms_plus {
	border:1px solid rgba(0, 0, 0, .1);
	background: -webkit-gradient(linear, left top, left bottom, 
				color-stop(0%,#fefefe), color-stop(100%,#f6f6f6));
	background: -webkit-linear-gradient(top, #fefefe, #f6f6f6);
	background: -moz-linear-gradient(top, #fefefe, #f6f6f6);
	background: -ms-linear-gradient(top, #fefefe, #f6f6f6);
	background: -o-linear-gradient(top, #fefefe, #f6f6f6);
	background: linear-gradient(top, #fefefe, #f6f6f6);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#f6f6f6')";  
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.tog:hover .cmsms_plus,
.tog.current .cmsms_plus {
	background: -webkit-gradient(linear, left top, left bottom, 
				color-stop(0%,#f6f6f6), color-stop(100%,#fefefe));
	background: -webkit-linear-gradient(top, #f6f6f6, #fefefe);
	background: -moz-linear-gradient(top, #f6f6f6, #fefefe);
	background: -ms-linear-gradient(top, #f6f6f6, #fefefe);
	background: -o-linear-gradient(top, #f6f6f6, #fefefe);
	background: linear-gradient(top, #f6f6f6, #fefefe); 
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#fefefe')";  
}

.cmsms_plus {
    display:block;
    margin-top:-10px;
	margin-left:10px;
    position:absolute;
    left:0;
    top:50%;
	-webkit-border-radius:13px;
	-moz-border-radius:13px;
    border-radius:13px;
}

.cmsms_plus_inner {
    display:block;
    width:20px;
    height:20px;
	position:relative;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
    border-radius:50%;
    -webkit-transition:background-color .3s ease-out 0s;
	-moz-transition:background-color .3s ease-out 0s;
	-ms-transition:background-color .3s ease-out 0s;
	-o-transition:background-color .3s ease-out 0s;
	transition:background-color .3s ease-out 0s;
}

.cmsms_plus .vert_line, 
.cmsms_plus .horiz_line {background-color:#707070;}

.cmsms_plus .vert_line {
    display:block;
    width:1px;
    height:5px;
    position:absolute;
    left:10px;
    top:8px;
    z-index:2;
}

.cmsms_plus .horiz_line {
    display:block;
    width:5px;
    height:1px;
    position:absolute;
    left:8px;
    top:10px;
}
