/* 
  --------------------------------------------------------
  Accordion Panel Magic
  by Project Seven Development
  www.projectseven.com
  Style Theme: 10 - Onyx - Exceptions
  --------------------------------------------------------
*/

.p7AP3trig.p7ap3-theme-10 a {
	display: block;
	text-decoration: none;
	padding: 4px 5px 4px 20px; /* 10px 20px */
	color: #BBB;
	font-weight: normal;
	background-color:rgb(102,0,0); /* #151515 */
	border-radius: 10px;
	background-image: url(img/p7ap3_east_gray.gif);
	background-repeat: no-repeat;
	background-position: left center;
	box-shadow: inset 0px 16px 16px rgba(255,255,255,.1);
	-webkit-transition: all linear 0.15s 0.1s;
	transition: all linear 0.15s 0.1s;
	border: none !important;
}