#leftmain{
	width: 200px ;
	padding-right: 20px ;
}






a { text-decoration: none; }

.main {
	text-align: center;
	width: 200px;
	font-size: 12px;
	padding: 15px 0px;
}

.text-red {
	color: #FF0000;
	font-size: 16px;
	font-weight: 900px;
}

.text-orange {
	color: #FF8C00;
	font-size: 12px;
	font-weight: 900px;
}

.hover5 {
  transition: all 1s linear 0s;
  border-radius: 50%;
  cursor: pointer;
}
.hover5:hover {
  transform: rotateX(360deg);
}

.ac-container{
    width: 200px;
    margin: 0;
    text-align: left;
}
.ac-container label{
    margin: 0px;
    padding: 2px 0;
    position: relative;
    z-index: 20;
    display: block;
    min-height: 30px;
    cursor: pointer;
    color: #777;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
    line-height: 20px;
    font-size: 20px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#eaeaea));
    background: -webkit-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
    background: -o-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
    background: -ms-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
    background: linear-gradient(top, #ffffff 1%,#eaeaea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
}
.ac-container label:hover{
    background: #fff;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
    background: #c6e1ec;
    background: -moz-linear-gradient(top,  #c6e1ec 0%, #99b9db 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c6e1ec), color-stop(100%,#99b9db));
    background: -webkit-linear-gradient(top,  #c6e1ec 0%,#99b9db 100%);
    background: -o-linear-gradient(top,  #c6e1ec 0%,#99b9db 100%);
    background: -ms-linear-gradient(top,  #c6e1ec 0%,#99b9db 100%);
    background: linear-gradient(to bottom,  #c6e1ec 0%,#99b9db 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6e1ec', endColorstr='#99b9db',GradientType=0 );
    color: #3d7489;
    text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);
}
.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
    content: '';
    position: absolute;
    width: 20px;
    height: 24px;
    right: 13px;
    top: 10px;
    background: transparent url(../images/arrow_down_s.png) no-repeat center right;   
}
.ac-container input:checked + label:hover:after{
    background-image: url(../images/arrow_up_s.png);
}
.ac-container input{
    display: none;
}
.ac-container article{
    margin-top: -1px;
    overflow-y: auto;
    height: 0px;
    position: relative;
    z-index: 10;
    -webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 0%, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#efefef 100%);
    background: -o-linear-gradient(top,  #ffffff 0%,#efefef 100%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#efefef 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#efefef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
}
.ac-container input:checked ~ article{
    -webkit-transition: height 0.3s ease-in-out, box-shadow 0.1s linear;
    -moz-transition: height 0.3s ease-in-out, box-shadow 0.1s linear;
    -o-transition: height 0.3s ease-in-out, box-shadow 0.1s linear;
    -ms-transition: height 0.3s ease-in-out, box-shadow 0.1s linear;
    transition: height 0.3s ease-in-out, box-shadow 0.1s linear;
}
.ac-container article p{
    color: #777;
    line-height: 17px;
    font-size: 12px;
    padding: 0px;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}
.ac-container input:checked ~ article.acheight50{height: 50px;}
.ac-container input:checked ~ article.acheight100{height: 100px;}
.ac-container input:checked ~ article.acheight150{height: 150px;}
.ac-container input:checked ~ article.acheight200{height: 200px;}
.ac-container input:checked ~ article.acheight250{height: 250px;}
.ac-container input:checked ~ article.acheight300{height: 300px;}
.ac-container input:checked ~ article.acheight350{height: 350px;}
.ac-container input:checked ~ article.acheight400{height: 400px;}
.ac-container input:checked ~ article.acheight450{height: 450px;}
.ac-container input:checked ~ article.acheight500{height: 500px;}
.ac-container input:checked ~ article.acheight550{height: 550px;}
.ac-container input:checked ~ article.acheight600{height: 600px;}
.ac-container input:checked ~ article.acheight650{height: 650px;}
.ac-container input:checked ~ article.acheight700{height: 700px;}
.ac-container input:checked ~ article.acheight750{height: 750px;}
.ac-container input:checked ~ article.acheight800{height: 800px;}
.ac-container input:checked ~ article.acheight850{height: 850px;}
.ac-container input:checked ~ article.acheight900{height: 900px;}
.ac-container input:checked ~ article.acheight950{height: 950px;}
.ac-container input:checked ~ article.acheight1000{height: 1000px;}
.ac-container input:checked ~ article.acheight1100{height: 1100px;}
.ac-container input:checked ~ article.acheight1150{height: 1150px;}
.ac-container input:checked ~ article.acheight1200{height: 1200px;}
.ac-container input:checked ~ article.acheight1250{height: 1250px;}
.ac-container input:checked ~ article.acheight1300{height: 1300px;}
.ac-container input:checked ~ article.acheight1400{height: 1400px;}
.ac-container input:checked ~ article.acheight1500{height: 1500px;}
.ac-container input:checked ~ article.acheight1600{height: 1600px;}
.ac-container input:checked ~ article.acheight1700{height: 1700px;}
.ac-container input:checked ~ article.acheight1800{height: 1800px;}
.ac-container input:checked ~ article.acheight1900{height: 1900px;}
.ac-container input:checked ~ article.acheight2000{height: 2000px;}
.accordion input:checked ~ article.acheightauto{height: auto;}