
a:focus, a:hover {outline:none}
a:hover, a:active, a:visited, a:focus  {text-decoration:none}
.open .content{transition: all 0.9s ease 0s;-moz-transition: all 0.9s ease 0s;-webkit-transition: all 0.9s ease 0s;-0-transition: all 0.9s ease 0s;}



.accordion{margin:50px auto;}
#anther_accordion{width:100%}
#anther_accordion h3 {
  background-color: #E40A55;
  background-image: -moz-linear-gradient(center bottom , #E40A55 14%, #FF246F 57%);
  color: #FFFFFF;
  margin: 0;font-weight: lighter;font-size:16px;font-style: italic;
}
#anther_accordion h3 a {
  background: url("../js/sprite.png") no-repeat scroll 15px 13px transparent;
  border-bottom: 1px solid #000000;
  color: #FFFFFF;
  display: block;
  margin: 0;
  padding: 10px 10px 10px 40px;
  text-decoration: none;font-style: italic;
}
#anther_accordion h3.open {
  background: none repeat scroll 0 0 #FF4678;font-style: italic;
}
#anther_accordion h3.open a {
  background-position: 13px -25px;font-style: italic;
}
.content p {
    color: #fff;
    font-size: 16px;
    font-weight: lighter;
    line-height: 25px;
    padding:2px 10px;
	margin-bottom:10px;
}
#anther_accordion > div {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 0px 0px 15px 15px;
    overflow: hidden;
    background: #D20048;font-style: italic;
}
#anther_accordion h3:hover {
    background: none repeat scroll 0 0 #E40A55;
}




