	/* PILE */
	
	.bts-pile {
		width: 215px;
	}
	
	.bts-pile .roof {
		background: url("../../images/gradients/bts_pile_roof.gif") no-repeat;
		height: 19px;
		padding-left: 7px;
		padding-top: 2px;
		color: #eae6f8;
		font-size: 14px;
	}	
	
	.bts-pile .heading {
		background: url("../../images/gradients/bts_pile_header.gif") no-repeat;
		height: 17px;
		color: #cc4472;
		font-size: 12px;
		padding-left: 7px;
		padding-top: 3px;
		font-weight: bold;		
	}
	
	.bts-pile .item-list {
		border: 1px solid #c9bbde;
	}
	
	
	.bts-pile .item {
		font-size: 11px;
		padding-left: 7px;
		padding-top: 6px;
		padding-bottom: 6px;
	}
	
	.bts-pile .item .title {
		color: #5345c0;
		font-weight: bold;
	}

	.bts-pile .item .info {
		color: #787474;
	}

	.bts-pile a {
		text-decoration: none;
	}
	
	.bts-pile .item .pic {
		background: url("../../images/buttons/bts_pile_arrow.gif") no-repeat;
		width: 11px;
		height: 12px;
		padding-right: 3px;
		display: inline-block;
		position: relative;
		top: 2px;		
	}
	
	.bts-pile a .item:hover {
		/* background: #FFFFFF; */
	}
	
	.bts-pile a .item:hover .pic {
		background: url("../../images/buttons/bts_pile_arrow_hover.gif") no-repeat;
	}	

	.bts-pile .odd {
		background: #f1e9e9;
	}
	
	.bts-pile .even {
		background: #f6f6ea;
	}
	
	

