/* two different list types */

#smallshoutouts .item ul.sounds ul.flat {
 list-style-type:none;
 padding-left:0px;
}

#smallshoutouts .item ,
#smallshoutouts .item  {
 padding-bottom:1px;
}

#smallshoutouts .item  a {
 display:inline-block;
 color:#fff; 
}

#smallshoutouts .item  {
 list-style-type:none;
 padding-left:0px;
 margin-left:0px;
}

/* background-image-based CSS3 example */

#smallshoutouts .item  {
 list-style-type:none;
 margin:0px;
 padding:0px;
}

#smallshoutouts .item  {
 margin-bottom:2px;
}

#smallshoutouts .item  a,
#smallshoutouts .item  a.sm2_link {
 /* assume all items will be sounds rather than wait for onload etc. in this example.. may differ for your uses. */
    background: url(../images/smallshout_bg.jpg) no-repeat 0 -33px;
	font-size: 11px;
	font-weight:bold;
	color: #000;
	width: 420px;
	padding-left:40px;
	padding-top: 4px;
	height: 29px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

#smallshoutouts .item  a.sm2_link {
 /* safari 3.1+ fun (or, proprietary crap. TBD.) */
 -webkit-transition-property: hover;
 -webkit-transition: all 0.15s ease-in-out;
}

#smallshoutouts .item  a.sm2_paused:hover,
#smallshoutouts .item  a.sm2_link:hover {
	background:url(../images/smallshout_bg.jpg) no-repeat 0 -33px;
	font-size: 11px;
	font-weight:bold;
	color: #000;
	width: 420px;
	padding-left:40px;
	padding-top: 4px;
	height: 29px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	opacity: .70;
}

#smallshoutouts .item  a.sm2_paused {
 background-color:#999;
 border-color:#999;
}

#smallshoutouts .item  a.sm2_paused:hover {
 background: url(../images/smallshout_bg.jpg) no-repeat 0 -33px;
 color:#000000;
 height:29px;
}

#smallshoutouts .item a.sm2_playing,
#smallshoutouts .item  a.sm2_playing:hover { 
 background: url(../images/smallshout_bg.jpg) no-repeat 0 0px;
 color:#000000;
 height:29px;
}

/* hide button while playing?
ul.graphic li a.sm2_playing {
 background-image:none;
}
*/
/* flat CSS example */

#smallshoutouts .item  a.sm2_link:hover {
 /* default (inactive) hover state */
 border-left-color:#333;
}


#smallshoutouts .item  a.sm2_playing {

 /* "now playing" */
 border-left-color:#6666ff;
 background-color:#000;
 color:#000;
 text-decoration:none;
}

#smallshoutouts .item  a.sm2_playing:hover {
 /* "clicking will now pause" */
 border-left-color:#000;
}

#smallshoutouts .item  a.sm2_paused {
 /* "paused state" */
 background-color:#666;
 color:#000;
 text-decoration:none;
}

#smallshoutouts .item  a.sm2_paused:hover {
 /* "clicking will resume" */
 border-left-color:#000;
}


/*-----------------*/


#shoutouts .item ul.sounds ul.flat {
 list-style-type:none;
 padding-left:0px;
}

#shoutouts .item ,
#shoutouts .item  {
 padding-bottom:1px;
}

#shoutouts .item  a {
 display:inline-block;
 color:#fff; 
}

#shoutouts .item  {
 list-style-type:none;
 padding-left:0px;
 margin-left:0px;
}

/* background-image-based CSS3 example */

#shoutouts .item  {
 list-style-type:none;
 margin:0px;
 padding:0px;
}

#shoutouts .item  {
 margin-bottom:2px;
}

#shoutouts .item  a,
#shoutouts .item  a.sm2_link {
 /* assume all items will be sounds rather than wait for onload etc. in this example.. may differ for your uses. */
    background: url(../images/shout_bg.jpg) no-repeat 0 -42px;
	font-size: 14px;
	font-weight:bold;
	color: #000;
	width: 535px;
	padding-left:40px;
	padding-top: 4px;
	height: 36px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

#shoutouts .item  a.sm2_link {
 /* safari 3.1+ fun (or, proprietary crap. TBD.) */
 -webkit-transition-property: hover;
 -webkit-transition: all 0.15s ease-in-out;
}

#shoutouts .item  a.sm2_paused:hover,
#shoutouts .item  a.sm2_link:hover {
	background:url(../images/shout_bg.jpg) no-repeat 0 -42px;
	font-size: 14px;
	font-weight:bold;
	color: #000;
	width: 535px;
	padding-left:40px;
	padding-top: 4px;
	height: 36px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	opacity: .70;
}

#shoutouts .item  a.sm2_paused {
 background-color:#999;
 border-color:#999;
}

#shoutouts .item  a.sm2_paused:hover {
 background: url(../images/shout_bg.jpg) no-repeat 0 -42px;
 color:#000000;
 height:36px;
}

#shoutouts .item a.sm2_playing,
#shoutouts .item  a.sm2_playing:hover { 
 background: url(../images/shout_bg.jpg) no-repeat 0 0px;
 color:#000000;
 height:36px;
}

/* hide button while playing?
ul.graphic li a.sm2_playing {
 background-image:none;
}
*/
/* flat CSS example */

#shoutouts .item  a.sm2_link:hover {
 /* default (inactive) hover state */
 border-left-color:#333;
}


#shoutouts .item  a.sm2_playing {

 /* "now playing" */
 border-left-color:#6666ff;
 background-color:#000;
 color:#000;
 text-decoration:none;
}

#shoutouts .item  a.sm2_playing:hover {
 /* "clicking will now pause" */
 border-left-color:#000;
}

#shoutouts .item  a.sm2_paused {
 /* "paused state" */
 background-color:#666;
 color:#000;
 text-decoration:none;
}

#shoutouts .item  a.sm2_paused:hover {
 /* "clicking will resume" */
 border-left-color:#000;
}


/*---------------*/

#top-ringtones .item  a.sm2_link {
 /* safari 3.1+ fun (or, proprietary crap. TBD.) */
 -webkit-transition-property: hover;
 -webkit-transition: all 0.15s ease-in-out;
}

#top-ringtones .item  a,
#top-ringtones .item  a.sm2_link{
	width: 120px;
	float: left;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 55px;
	background-image: url(../images/ringtone_bg1.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #999999;
	margin-top: 6px;
	margin-right: 8px;
	margin-bottom: 6px;
	margin-left: 8px;
}

#top-ringtones .item  a.sm2_paused:hover,
#top-ringtones .item  a.sm2_link:hover{
	width: 120px;
	float: left;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 55px;
	background-image: url(../images/ringtone_bg1.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #999999;
	margin-top: 6px;
	margin-right: 8px;
	margin-bottom: 6px;
	margin-left: 8px;
	opacity: .70;
}

#top-ringtones .item  a.sm2_paused:hover {
 width: 120px;
	float: left;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 55px;
	background-image: url(../images/ringtone_bg1.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #999999;
	margin-top: 6px;
	margin-right: 8px;
	margin-bottom: 6px;
	margin-left: 8px;
	opacity: .70;
}

#top-ringtones .item a.sm2_playing,
#top-ringtones .item  a.sm2_playing:hover { 
 width: 120px;
	float: left;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 55px;
	background-image: url(../images/ringtone_bg3.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #999999;
	margin-top: 6px;
	margin-right: 8px;
	margin-bottom: 6px;
	margin-left: 8px;
	opacity: .70;
}
