	/* RESTRICTED TRACT */
	
	.rt-color-night {
		 background: url("../../images/gradients/bts_rt-grad-night.gif") repeat-x top;
	}
	
	.rt-color-emerald {
		 background: url("../../images/gradients/bts_rt-grad-emerald.gif") repeat-x top;
	}
	
	.rt-color-sea {
		 background: url("../../images/gradients/bts_rt-grad-sea.gif") repeat-x top;
	}	
	
	
	/*  ---  */
	
	.restricted-tract {
	     height: 55px;
	     margin-top: 3px;
	     padding-top: 5px;
	}
	
	.restricted-tract .rt-heading {
		  position: relative;
	      width: 120px; height: 50px;
	      float: left;
	      border-right: 1px solid #5091a3;
	}
	
	.restricted-tract .rt-icon {
		position: relative;
		left: 7px; top: 10px;
		width: 30px;
		float: left;
	}
	
	.restricted-tract .rt-text {
		font-weight: bold;
		font-size: 13px;
		position: relative;
		width: 70px;
		top: 8px; left: 12px;
		float: left;
	}
	
	.restricted-tract .rt-content {
		padding-left: 2px;
	}
	
	.restricted-tract .rt-block {
		float: left;
		font-size: 11px;
		padding-left: 9px;
		padding-right: 12px;	
		padding-top: 6px;
		color: white;
	}
	
	.restricted-tract .compact {
		padding-top: 2px;
		line-height: 11px;
	}	
	
	.restricted-tract .rt-block-text {
		clear: both;
		line-height: 11px;
	}
	
	.restricted-tract .rt-item {
		float: left;
		font-size: 12px;
		color: black;
		font-weight: bold;
		text-decoration: none;
	}
	
	.restricted-tract .rt-delimeter {
		float: left;
	}
	
	.rt-rss-icon {
		position: relative;
		float: right;
		left: -5px;
		top: 4px;
	}

