/* BUTTONS TABLE */
table.box_new_popup_button_table
{
	margin: 0;
	padding: 0;
	width: 100%;
}

table.box_new_popup_button_table td
{
	white-space: nowrap;
}

table.box_new_popup_button_table td.left,
table.box_new_popup_button_table td.right
{
	width: 50%;
}

/* LARGE BUTTON */
a.box_new_popup_button
{
	display: block;
	cursor: pointer;
	background-image: none !important; 
}

a.box_new_popup_button:hover
{
	border-bottom: none !important;
}

a.box_new_popup_button_first
{
	margin-right: 10px;
	background-image: none !important; 
}

a.box_new_popup_button_first:hover
{
	background-image: none !important; 
	border-bottom: none !important;
}


a.box_new_popup_button span
{
	display: block;
}

a.box_new_popup_button span.left,
a.box_new_popup_button span.right
{
	height: 30px;
}

/*
a.box_new_popup_button span.left
{
	background: url(img/box_new_popup_butl1_.gif) left top no-repeat; 
}

a.box_new_popup_button:hover span.left, a.box_new_popup_button_hover span.left
{
	background: url(img/box_new_popup_butl2_.gif) left top no-repeat !important;
}

a.box_new_popup_button span.right
{
	background: url(img/box_new_popup_butr1_.gif) right top no-repeat; 
}

a.box_new_popup_button:hover span.right, a.box_new_popup_button_hover span.right
{
	background: url(img/box_new_popup_butr2_.gif) right top no-repeat !important; 
}
*/

a.box_new_popup_button span.center
{
	margin: 0 5px 0 5px;
/*	width: 58px; */
	padding: 0 10px 0 10px;
	height: 31px;	
	line-height: 31px;
	font-size: 12px;
	color: #000;
	text-align: center;
	font-weight: bold;
	/*background: url(img/box_new_popup_butc1_.gif) left top repeat-x;*/
}

a.box_new_popup_button span.center_wide
{
	margin: 0 5px 0 5px;
	width: 90px;
	height: 31px;	
	line-height: 31px;
	font-size: 12px;
	color: #000;
	text-align: center;
	font-weight: bold;
	/*background: url(img/box_new_popup_butc1_.gif) left top repeat-x;*/
}

a.box_new_popup_button:hover span.center, a.box_new_popup_button_hover span.center
{	
	/*background: url(img/box_new_popup_butc2_.gif) left top repeat-x !important;*/
	color: #fff;
}

a.box_new_popup_button span.center_auto
{
	width: auto;
}

a.box_new_popup_button span.center_wide
{
	width: auto;
	padding: 0 5px 0 5px;
}

a.box_new_popup_button span.icon
{
	padding-left: 13px;
	padding-right: 6px;
	margin-left: 4px;
}

a.box_new_popup_button .gray
{
	color: #999;
}

a.box_new_popup_button span.icon_right
{
	padding-right: 17px;
	padding-left: 5px;
}

a.box_new_popup_button span.icon_play
{
	background: url(img/box_icon_music.gif) left center no-repeat;
}

a.box_new_popup_button:hover span.icon_play
{
	background: url(img/box_icon_music1.gif) left center no-repeat;
}

a.box_new_popup_button span.icon_download
{
	background: url() left center no-repeat;
}

a.box_new_popup_button:hover span.icon_download
{
	background: url(img/box_icon_download1.gif) left center no-repeat;
}

a.box_new_popup_button span.icon_add2mybox
{
	background: url(img/box_icon_add_mybox.gif) left center no-repeat;
}

a.box_new_popup_button:hover span.icon_add2mybox
{
	background: url(img/box_icon_add_mybox1.gif) left center no-repeat;
}

a.box_new_popup_button span.icon_options
{
	background: url(img/box_options_new.gif) right 8px no-repeat;
}

a.box_new_popup_button:hover span.icon_options
{	
	background-position: right -10px;
}

/* SMALL BUTTON */
a.box_new_small_button
{
	display: block;
	cursor: pointer;
	width: 72px;
}

a.box_new_small_button span
{
	display: block;
}

a.box_new_small_button span.left,
a.box_new_small_button span.right
{
	height: 22px;
}

a.box_new_small_button span.left
{
	background: url() left top no-repeat; 
}

a.box_new_small_button:hover span.left
{
	background: url() left top no-repeat; 
}

a.box_new_small_button span.right
{
	background: url() right top no-repeat; 
}

a.box_new_small_button:hover span.right
{
	background: url() right top no-repeat; 
}

a.box_new_small_button span.center
{
	margin: 0 5px 0 5px;
	width: 62px;
	height: 22px;	
	line-height: 22px;
	font-size: 11px;
	color: #000;
	text-align: left;
	font-weight: bold;
	background: url(img/box_new_sbutton_c.gif) left top repeat-x;
}

a.box_new_small_button:hover span.center
{	
	background: url() left top repeat-x;
	color: #fff;
}

a.box_new_small_button span.center_auto
{
	width: auto;
}

a.box_new_small_button span.center_wide
{
	width: auto;
	padding: 0 5px 0 5px;
}

a.box_new_small_button span.icon
{
	padding-left: 13px;
	padding-right: 6px;
	margin-left: 4px;
}

a.box_new_small_button span.icon_right
{
	/*padding-right: 17px;*/
	/*padding-left: 5px;*/
}

a.box_new_small_button span.icon_options
{
	background: url() right 4px no-repeat;
}

a.box_new_small_button:hover span.icon_options
{
	background: url() right 4px no-repeat;
}

