/* 
  -----------------------------------
  Glide Panel Magic
  by Project Seven Development
  www.projectseven.com
  Style Theme: 01 - Carbon
  -----------------------------------
*/
.p7GP01 {
	background-color: transparent;
	padding: 9px 3px;
	margin-top:15px;	/* instead of header */
	/*width:400px;
	float:left;*/
}

.p7GP01 .p7GPinnerwrapper {
	padding: 0;
	background-color: transparent;
}
.p7GP01 .p7GPtwrapper {
	width: 150px;	/*TE was 200px */
	float: left;
	margin: 0;
	background-color: #000000;
}
.p7GP01 .p7GPtwrapper ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.p7GP01 .p7GPtwrapper ul a {
	color: #CCCCCC !important;
	text-decoration: none;
	display: block;
	padding: 1px 10px 4px 10px;
	border-top: 1px solid #585858;
	border-bottom: 1px solid #282828;
	background-image: url(img/p7gp_carbonbut.jpg);
	background-repeat: repeat-x;
	/*background-color: #2b2b2b;*/
}
.p7GP01 .p7GPtwrapper ul a:hover {
	/*color: #999999 !important;*/
	background-color: #2b2b2b;
	background-image: url(img/p7gp_fadetocarbon.jpg);	/* TE : active state to hover */
}
.p7GP01 .p7GPtwrapper ul a.nothing:hover {
	background-image: url(img/p7gp_carbonbut.jpg) !important;
	cursor:default !important;
}
.p7GP01 .p7GPtwrapper ul a.down, .p7GP01 .p7GPtwrapper ul a.down:hover {
	background-color: #151515 !important;
	color: #DFDFDF !important;
	border-color: #000;
	background-image: url(img/p7gp_fadetocarbon.jpg);
	background-repeat: repeat-y;
}
.p7GP01 .p7GPcwrapper {
	margin: 0 0 0 170px;	/*TE was 200px */
	background-color: #000;	/*TE was fff */
	border-left: 1px solid #600;
}
.p7GP01 .p7GPcontentwrapper {	/* by TE */
	float:left;
	/*border:1px solid #f00;*/
	width:250px;
}
.p7GP01 .p7GPanswerwrapper {	/* by TE */
	float:right;
	border-left: 1px solid #600;
	margin: 0 6px;
	padding: 6px 16px;
	width:320px;
	line-height:1.6em;
}
.p7GP01 .p7GPanswerwrapper h6{	/* by TE */
	font-size:0.8em;
	color: #999;
	text-transform:uppercase;
	letter-spacing:0.1em;
	border-bottom:1px dashed #666;
	margin-top:0;
	margin-bottom:0.5em;
	font-weight:lighter;
	line-height:1.5em;
}
.p7GP01 .p7GPanswerwrapper img, p7GP01 .p7GPanswerwrapper img.right,
.p7GP01 .p7GPanswerwrapper object, p7GP01 .p7GPanswerwrapper object.right{	/* by TE */
	float:right;
	padding: 5px 0 5px 15px;
}
p7GP01 .p7GPanswerwrapper img.left, p7GP01 .p7GPanswerwrapper object.left{	/* by TE */
	float:left;
	padding: 5px 10px 5px 0;
}
.p7GP01 .p7GPcontent {
	padding: 6px 12px 6px 24px;
	line-height: 1.5em;
	color: #eaeaea;
}
.p7GP01 .p7GPcontent ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	
}
.p7GP01 .p7GPcontent ul li{
	padding:0.5em 0 0.5em 0;
	border-bottom:1px solid #333;
}
.p7GP01 .p7GPcontent a {
	color: #fff;
	text-decoration:none;
}
.p7GP01 .p7GPcontent a:visited {
	color: #ccc;
}
.p7GP01 .p7GPcontent a:hover {
	color: #c00;
	text-decoration:underline;
}
.p7GPcurrentmark {
	font-weight:bold !important;
}
.p7GP01 .clearfloats {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
.p7GP01 .sidecontent {
	padding: 12px;
	color: #CCCCCC;
}
.p7GP01_external {
	font-size: 0.75em;
}
.p7GP01_external ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.p7GP01_external ul li {
	margin: 0;
}
.p7GP01_external ul a {
	color: #0033FF;
}
.p7GP01_external ul a:hover {
	color: #000000;
}
.p7GP01_external ul a.down {
	color: #CC0000;
}

