﻿
.dsm-content {
	width:100%;
}

    .dsm-content h3 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
	font-weight:600;
		font-size: 22px;
		color: #c60751;
		text-decoration: none;
        background-repeat:no-repeat;
		background-position:left;
        padding:18px 7px 0px 0px;
        height:46px;
        cursor: pointer;
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        -ms-transition: all .2s;
        transition: all .2s;
        background: url(../../images/home_core_butt.html) no-repeat left;
		margin: 0px;
		
    }

        .dsm-content h3:hover,
        .dsm-content h3.active,
		 .dsm-content h3 over{
            background-image: url(../../images/home_core_butt_o.html);
        }

.dsm-detail {
    display: none;
    padding: 0px 0px 0px 0px;
}
.dsm-detail_o {
    display: block;
    padding: 0px 0px 0px 0px;
}

