/* 
  -----------------------------------
  Accordion Panel Magic
  by Project Seven Development
  www.projectseven.com
  Style Theme: 01 - Carbon
  -----------------------------------
*/

.p7AB {
	background-color: #fff;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
}
.p7ABtrig {
	margin: 0;
	padding: 0;
}
.p7ABtrig h3, .p7ABtrig h4 {
	margin: 0;
	padding: 0;
	font-size: 11px;
}


#p7ABW1 .p7ABtrig a, #p7ABW2 .p7ABtrig a,
#p7ABW3 .p7ABtrig a, #p7ABW4 .p7ABtrig a,
#p7ABW5 .p7ABtrig a, #p7ABW6 .p7ABtrig a,
#p7ABW7 .p7ABtrig a, #p7ABW8 .p7ABtrig a,
#p7ABW9 .p7ABtrig a, #p7ABW10 .p7ABtrig a {
	text-indent:-9999px;
	display: block;
	height: 18px;
	border-bottom:1px solid #fff;
	text-transform: capitalize;
}

/*
#p7ABW1 .p7ABtrig a:hover, #p7ABW2 .p7ABtrig a:hover,
#p7ABW3 .p7ABtrig a:hover, #p7ABW4 .p7ABtrig a:hover,
#p7ABW5 .p7ABtrig a:hover, #p7ABW6 .p7ABtrig a:hover,
#p7ABW7 .p7ABtrig a:hover, #p7ABW8 .p7ABtrig a:hover,
#p7ABW9 .p7ABtrig a:hover, #p7ABW10 .p7ABtrig a:hover {
	background-image: url(images/military_suits/navbar_ro.jpg);
}
#p7ABW1 .p7ABtrig .p7ABtrig_down, #p7ABW2 .p7ABtrig .p7ABtrig_down,
#p7ABW3 .p7ABtrig .p7ABtrig_down, #p7ABW4 .p7ABtrig .p7ABtrig_down,
#p7ABW5 .p7ABtrig .p7ABtrig_down, #p7ABW6 .p7ABtrig .p7ABtrig_down,
#p7ABW7 .p7ABtrig .p7ABtrig_down, #p7ABW8 .p7ABtrig .p7ABtrig_down,
#p7ABW9 .p7ABtrig .p7ABtrig_down, #p7ABW10 .p7ABtrig .p7ABtrig_down {
	background-image: url(images/military_suits/navbar_down.jpg);
}
*/



.p7ABtrig a:active, .p7ABtrig a:focus {
	outline: none;
}


.p7ABcontent {
	padding: 20px 20px 20px 25px;
	background-image:url(images/military_suits/links_bg.jpg);
	background-repeat: repeat-y;
}
.p7ABcontent h2, .p7ABcontent h3, 
.p7ABcontent h4 {
	font-size: 14px;
	color: #333333;
	margin: 0px;
	line-height: normal;
	letter-spacing: 0.1em;
}
.p7ABcontent p {
	margin: 6px 0 12px 0;
}
.p7ap_currentmark {
	font-weight: bold;
	color: #1f8111;	
	
}
.p7ABcontent ul, .p7ABcontent ul a:link {
	font-size:10px;
	line-height:1.2em;
	margin: 0px;
	color: #194413;
	font-weight: bold;
	list-style-position: outside;
	list-style-image: url(images/military_suits/list_bullet.png);
	text-decoration: none;
	display: block;
	padding: 0px;
}

.p7ABcontent ul a:hover {
	text-decoration: none;
	color: #1f8111;
	background-color: #FFFFFF;
	list-style-image: url(images/military_suits/list_bullet_ro.png);
}

.p7ABcontent ul a:visited {
	text-decoration: none;
	color: #666666;
}

.p7ABcontent li {
	padding-bottom:0.4em;
}

#drysuits {
	background-image: url(images/military_suits/drysuits.jpg);
	background-repeat:no-repeat;
}
#undersuits {
	background-image: url(images/military_suits/undersuits.jpg);
	background-repeat:no-repeat;
}
#wetsuits_equip {
	background-image: url(images/military_suits/wetsuits_equip.jpg);
	background-repeat:no-repeat;
}
#gde {
	background-image: url(images/military_suits/gde.jpg);
	background-repeat:no-repeat;
}
#systems {
	background-image: url(images/military_suits/systems.jpg);
	background-repeat:no-repeat;
}

#drysuits a:hover {
	background-image: url(images/military_suits/drysuits_ro.jpg);
	background-repeat:no-repeat;
}
#undersuits a:hover {
	background-image: url(images/military_suits/undersuits_ro.jpg);
	background-repeat:no-repeat;
}
#wetsuits_equip a:hover {
	background-image: url(images/military_suits/wetsuits_equip_ro.jpg);
	background-repeat:no-repeat;
}
#gde a:hover {
	background-image: url(images/military_suits/gde_ro.jpg);
	background-repeat:no-repeat;
}
#systems a:hover {
	background-image: url(images/military_suits/systems_ro.jpg);
	background-repeat:no-repeat;
}

#drysuits .p7ABtrig_down, #drysuits a:focus {
	background-image: url(images/military_suits/drysuits_down.jpg);
	background-repeat:no-repeat;
}
#undersuits .p7ABtrig_down, #undersuits a:focus {
	background-image: url(images/military_suits/undersuits_down.jpg);
	background-repeat:no-repeat;
}
#wetsuits_equip .p7ABtrig_down, #wetsuits_equip a:focus {
	background-image: url(images/military_suits/wetsuits_equip_down.jpg);
	background-repeat:no-repeat;
}
#gde .p7ABtrig_down, #gde a:focus {
	background-image: url(images/military_suits/gde_down.jpg);
	background-repeat:no-repeat;
}
#systems .p7ABtrig_down, #systems a:focus {
	background-image: url(images/military_suits/systems_down.jpg);
	background-repeat:no-repeat;
}

