#standard_right .drawer .box.framed { 
	background: url(/images/drawer_bg.gif) repeat-y;
	/*behavior:url(/scripts/iepngfix.htc)*/;
	margin-bottom:20px;
}
/*
#main_left .drawer .box p.last {
	margin-bottom: 5px;
}
*/
#standard_right .boxcap {
	height:9px; width:100%; position:absolute; z-index:100; bottom:0; _bottom: -10px; left: 0;
}
#standard_right .drawer .boxcap {
	background: url(/images/drawer_bottom.png) no-repeat;
/*	/*behavior:url(/scripts/iepngfix.htc)*/;*/
}
#standard_right .drawer .captop { 
	bottom: auto;
	top: 0;
	background-image: url(/images/drawer_top.png);
/*	/*behavior:url(/scripts/iepngfix.htc)*/;*/
}     
#standard_right .slider .drawer-handle {
	height:25px;
	line-height:25px;
	font-family:"Helvetica Bold Condensed", Helvetica, Arial, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center; 
	text-shadow:white 1px 1px 0px;
	color: #3a3a3a; 
	font-size: 12px; 
	font-weight:bold; 
	padding: 0px 0; 
	text-indent: 0; 
	width: 100%; 
	background: #939393 url(/images/drawer_handlebg.png) 0 0 no-repeat; 
	cursor: default;
}
#standard_right .slider .drawer-content { 
	display: block;
	height:auto;
}
#standard_right .drawercap {
	height: 9px;
	width: 184px;
	position: absolute;
	z-index: 100;
	bottom: 0; _bottom: -9px; /* _bottom selects for IE 5-6 only */
	left: 0;
	background: url(/images/drawer_bottom.png) no-repeat; 
/*	/*behavior:url(/scripts/iepngfix.htc)*/; */
}
.drawer_internals {
	padding:4px 4px 0 4px;
	line-height:1.4em;
}
.drawer_internals h5{
	font-size:12px;
	font-weight:bold;
}
.drawer_internals .lastline{
	padding:6px 0 0 0;
	clear:both;
	display:block;
}
.drawer_table {
/*	margin:4px -4px;*/
}
.drawer_table .emphasis {
	font-style:italic;
}
.drawer_table th{
	text-align:center;
	font-weight:bold;
}
.drawer_table td {
	border:1px solid #bfbfbf;
}
.drawer_table img{
	margin:2px 1px;
}
.drawer_table .final{
	color:#C00;
}
/*
special selectors for ie with box model issues: 
must be done in order for this to work correctly
----------------------------------------
height & min-height = safari - firefox
*height = ie 7
_height = ie 5-6
----------------------------------------
/* channel_list */
#channel_list {
	height: auto;
	min-height:195px;
	*height:255px;
	_height:255px;
	_width:192px;
	margin-bottom:0px;
	position: relative;
	overflow: hidden;
}
#channel_list .drawers .drawer-content {
	width: 192px;
	min-height: 155px;
	*height: 155px;
	*min-height: 155px;
}
#channel_list .drawer-content {
	display:block;
	margin:0;
	background:none;
	height:auto;
}
#channel_list .under {
	text-align:center;
	width:100%;
	margin:5px 0 0 0;
	clear:both;
}
#channel_list .list_break {
	padding-top:0.75em;
}
/* btv1 */
#channel_list #btv1 a {
	color:#3a3a3a;
}
#channel_list #btv1 a:hover {
	text-decoration: none;
}
/* btv2 */
#channel_list #btv2 a {
	color:#3a3a3a;
}
#channel_list #btv2 a:hover {
	text-decoration: none;
}
/* btv3 */
#standard_right #btv3 p {
	text-align:center;
	padding:0.25em 0 0 0;
}
#standard_right #btv3 a {
	color: #3a3a3a;
}
#standard_right #btv3 a:hover {
	text-decoration:none;
}
/* btv4 */
#standard_right #btv4 a {
	color: #3a3a3a;
}
#standard_right #btv4 a:hover {
	text-decoration:none;
}
#btv1 p,#btv2 p,#btv3 p,#btv4 p {
	padding:5px 5px 0 5px;
	text-align:center;
	line-height:1em;
}
#btv1 .drawer_internals img , #btv2 .drawer_internals img , #btv3 .drawer_internals img , #btv4 .drawer_internals img {
	border:1px solid #666;
	margin:5px auto;
	text-align:center;
}
