.basic  {
	width: 240px;
	font-family: verdana;
}
.basic div {
	font-family: arial, helvetica, verdana, sans-serif; 
	font-size: small; 
	color: #ffffff;
	margin-right:1px;
	margin-left:1px;
	height:100px;
	background-image: url(../../images/faker.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.basic p {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	font-size: 11px;
	margin: 0px;
	padding: 10px;
	padding-left:17px;
}

.basic span {
	cursor:pointer;
	display:block;
	padding:8px;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: black;
	background-color: #0e0e0e;
	margin:1px;
	margin-top: 0;
	border-top: 4px solid #444444;
	border-bottom: 4px solid #444444;
	border-left: 4px solid #444444;
	border-right: 4px solid #444444;
	background-image: url(../../images/right-arrow-bg.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.basic span:hover {
	background-color: #0e0e0e;
	background-image: url("../../images/bottom-arrow-bg.png");
	background-repeat: no-repeat;
	background-position: right center;
}
.basic span.selected {
	color: black;
	background-color: #0e0e0e;
	background-image: url("../../images/bottom-arrow-bg.png");
	background-repeat: no-repeat;
	background-position: right center;
	border-bottom: 0;
	margin-bottom:0;
}


/* links inside the div */
#inside_basic {
	line-height:10px;
}

#inside_basic p {
	padding:0;
}

#inside_basic a {
	line-height:14px;
	margin:0;
	padding:0;
	border: 0;
	color: #962e2a;
	text-decoration: underline;
	font-weight: normal;
	font-size: 11px;
	background-image: none;
}
#inside_basic a:hover {
	margin:0;
	padding:0;
	border: 0;
	color: #962e2a;
	text-decoration: none;
	background-image: none;
}
#inside_basic a.selected {
	margin:0;
	padding:0;
	border: 0;
	color: #962e2a;
	background-image: none;
}

blockquote{
padding:0;
margin:0;
font-size: 11px;
line-height:13px;
margin-left:18px;
}

#intend-left{
float: left;margin-top: 0pt;margin-right: 10px;margin-bottom: 5px;margin-left: 0pt;
}

@media print {
	.basic div{
		display: block!important;
		height: auto!important
	}
}
