@import url (d_basicv5.css);
/* This is only read by newer v5+ browsers which then link to the linked style sheet */
/* The linked sheet contains extra information supported by newer browsers */

.p7tbsub {
	margin: 0;
	padding: 3px;
	font-size: 16px;
	background: #eee;
	border: 0;
	text-align: left;
	cursor: pointer;
	width: 200px;
	/*filter: alpha(opacity=90);   	/* Internet Explorer       */    
	/*-moz-opacity: 0.9;           	/* Mozilla 1.6 and below   */    
	/*opacity: 0.9; 					/* newer Mozilla and CSS-3 */
}

.p7tbsub a:link, .p7tbsub a:visited {
	color: #000;
}

.p7tbsub a:hover, .p7tbsub a:active  {
	color: #fff;
	background: #761039;
}

.p7tbdn {
	color: #ff6d03 !important;
}