  #threeways { /* this is the container that sets default width, font, font color & bg color */
	width: 159px;
	font-family: verdana, sans serif;
	color: #000000;
	background-color: #d8c8d8;
	padding-bottom: 5px;
}
#threeways h2 {	/* format the header */
	font-family: verdana, sans serif;
	font-weight: bold;
	font-size: 65%;	/* make this 65 for size 1 or 80 for size 2 */
	color: #ffffff;
	text-transform: uppercase;
	padding: 2px 5px 2px 5px;
	margin: 0px;
	background-color: #996699;
	border-bottom: 1px solid #ffffff;
}
#threeways a {	/* format the link style */
	font-weight: bold;
	text-decoration: none;
	color: #333366;
}
#threeways a:hover { /* format the link hover style */
	font-weight: bold;
	text-decoration: underline;
	color: #333366;
}
#threeways p {	/* format the p style */
	margin: 5px;
	padding: 0px;
	font-size: 65%;	/* make this 65 for size 1 or 80 for size 2 */
}
#threeways ul#threeways-list { /* format content margins based on the design */
	list-style: none;
	margin: 5px;
	padding: 0px;
}
#threeways ul#threeways-list li {
    font-size: 65%;	/* make this 65 for size 1 or 80 for size 2 */
	margin-bottom: 2px; /* sets the space between each item */
	vertical-align: bottom; /* this fixes the IE5 Win gap! */ 
}
/* Hides from IE-mac \*/
* html #threeways ul#threeways-list li a, * html #threeways ul#threeways-list li#podcast {
	height: 1%;
}
/* End hide from IE-mac */
#threeways ul#threeways-list li#radioplayer a, 
#threeways ul#threeways-list li#download a, 
#threeways ul#threeways-list li#podcast {
	padding-top: 2px; /* aligns text line 1 with button - if list font size 1 make 2px, if size 2 make 1px  */
	padding-bottom: 4px; /* ensures button is visible - if list font size 1 make 4px, if size 2 make 1px  */
	padding-left: 30px; /* set according to icon width and icon to text space */
	display: block;
}
#threeways ul#threeways-list li#radioplayer a {
	background: url(/radio/downloadtrial/images/buttons/global/radioplayer.gif) no-repeat 0px 0px;
}
#threeways ul#threeways-list li#download a {
	background: url(/radio/downloadtrial/images/buttons/global/download.gif) no-repeat 0px 0px;
}
#threeways ul#threeways-list li#podcast a {
	background: url(/radio/downloadtrial/images/buttons/global/podcast.gif) no-repeat 0px 0px;
	margin-left: -30px; /* set according to icon width and icon to text space */
	margin-top: -2px; /* set as negative of li padding top */
	float: left;
	width:26px; /* set according to icon width */
	height:18px; /* set according to icon height */
}
#threeways ul#threeways-list li#podcast a:hover {
	text-decoration: none; /* removes the hover style off the podacst icon holding text */
}
#threeways ul#threeways-list li input {	/* set the width as threeways container width - (2(ul margin) + li paddingleft) */
	width: 119px;
	font-size: 100%;
	margin-top: 3px;
}
/* Hides from IE-mac - make the negative input margins equal to ul margins \*/
* html #threeways ul#threeways-list li input {
	margin-left: -5px;
	margin-right: -5px;
}
/* End hide from IE-mac */

#threeways-disclaimer {	/* this is the disclaimer container that sets default width, padding & colors */
	font-family: verdana, sans serif;
	width: 237px;
	color: #000000;
	background-color: #e7e7e7;
	padding: 0px;
}
#threeways-disclaimer h3  {	/* format the disclaimer heading */
	font-weight: bold;
	color: #663366;
	text-transform: uppercase;
	margin: 0px;
	padding: 5px 5px 6px 5px;
	font-size: 65%;	/* make this 65 for size 1 or 80 for size 2 */
}
#threeways-disclaimer p  {	/* format the p */
	margin: 0px;
	padding: 0px 5px 6px 5px;
	color: #666666;
	font-size: 65%;	/* make this 65 for size 1 or 80 for size 2 */
}