img, button
{
	border: 0px none;
}
ul.links,
ol.links
{
	display:inline;
}
ul.links li,
ol.links li
{
	display: inline;
	border-right:1px solid #fff;
	padding:0 5px 0 3px;
	line-height:1.5em;
}
ul.links .last,
ol.links .last
{
	border:none;
}
.fdu-list
{
	overflow:hidden;
	list-style:none;
}
.fdu-list li
{
	padding:0 3.7%;
	float:left;
	width:124px;
}
.fdu-list.preview li
{
    width:226px;
}
.fdu-list p
{
	margin:4px 0 8px;
}
.fdu-list li.first
{
	clear:left;
	padding-left:2%;
}
.fdu-list li.last
{
	padding-right:2%;
}
.fdu-list .disp_unit img
{
	margin:0 0 3px;
	display:block;
	border:1px solid #749EB6;
}
.mp3-listing 
{
	overflow:hidden;
	line-height:1.2em;
}
.mp3-listing .copy a
{
	display:block;
	font-weight:bold;
}
.mp3-listing p
{
	margin:4px 0;
}
.mp3-listing .copy span
{
	padding-left:1em;
}
.mp3-player span
{
	text-indent:-10000px;
	background:#99cfee url(../i/btn/play.png) no-repeat scroll 0 0;
	height:58px;
	width:58px;
	display:block;
	overflow:hidden;
	margin:15px 0 0 30px;
	cursor:pointer;
}
.mp3-player
{
	border:solid 1px #009ad8;
	float:left;
	margin:0 10px 0 0;
	width:122px;
	height:90px;
	background-color:#99cfee;
	overflow:hidden;
}
.mp3-player:hover
{
	border:solid 1px #009ad8;
}
.mp3-playing span
{
	background-position:0 100%;
}
.mp3-playing img
{
	margin-top:-88px;
}
.mp3-player:hover img,
.mp3-playing:hover img
{
	margin-top:0;
}
.mp3-player img,
.mp3-playing img
{
    margin-top:-90px;
}
.mp3-playing img
{
    margin-left:-122px;
}
#interstitial .int-contents
{
    width:736px;
    margin:0 auto;
    position:relative;
}
#interstitial .int-contents a
{
    position:absolute;
    right:0;
    top:0;
    text-align:right;
    width:150px;
}
#interstitial .notice
{
    width:80%;
    margin:0 auto;
    text-align:center;
}
.table-listing 
{
    text-align:center;
}
.table-listing td
{
    border:none;
}
/* ads */
.popunder iframe
{
    width:720px;
    height:300px;
}


/* buttons */
#basic-login .login-btn,
#basic-login .register-btn,
#basic-login .go-back
{
	display:block;
	text-indent:-10000px;
	background:transparent url(../i/btn/login_sprite.png) no-repeat scroll 0 0;
	width:100px;
	height:27px;
}
#basic-login .login-btn
{
	width:88px;
	height:26px;
	border:0;
	padding:0;
	cursor: pointer;
}
#basic-login .register-btn
{
	background-position:0 -26px;
}
#basic-login .go-back
{
	background-position:0 -53px;
}
/* captcha */
.captcha input
{
    width: 60px;
}
.captcha
{
    margin: 20px 0;
}
.captcha img
{
    float: left;
    margin-right: 10px;
}
.captcha input
{
    margin: 10px 0;
}
.captcha p
{
    margin: 5px 0;
    font-size: 0.8em;
}
.captcha span.err
{
    float: none;
}
/*****************************************************************************
scalable Inman Flash Replacement (sIFR) version 3.

Copyright 2006 – 2008 Mark Wubben, <http://novemberborn.net/>

Older versions:
* IFR by Shaun Inman
* sIFR 1.0 by Mike Davidson, Shaun Inman and Tomas Jogin
* sIFR 2.0 by Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

See also <http://novemberborn.net/sifr3> and <http://wiki.novemberborn.net/sifr3>.

This software is licensed and provided under the CC-GNU LGPL.
See <http://creativecommons.org/licenses/LGPL/2.1/>
*****************************************************************************/

@media screen {
  .sIFR-flash {
    visibility: visible !important;
    margin: 0;
    padding: 0;
  }
  
  .sIFR-replaced, .sIFR-ignore {
    visibility: visible !important;
  }
  
  .sIFR-alternate {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
  }
  
  .sIFR-replaced div.sIFR-fixfocus {
    margin: 0pt; 
    padding: 0pt; 
    overflow: auto; 
    letter-spacing: 0px; 
    float: none;
  }
}

@media print {
  .sIFR-flash {
    display    : none !important;
    height     : 0;
    width      : 0;
    position   : absolute;
    overflow   : hidden;
  }
  
  .sIFR-alternate {
    visibility : visible !important;
    display    : block   !important;
    position   : static  !important;
    left       : auto    !important;
    top        : auto    !important;
    width      : auto    !important;
    height     : auto    !important;
  }
}

/*
Place CSS rules for to-be-replaced elements here. Prefix by .sIFR-active
so they only apply if sIFR is active. Make sure to limit the CSS to the screen
media type, in order not to have the printed text come out weird.
*/
@media screen {
  /* Example:
  .sIFR-active h1 {
    font-family: Verdana;
    visibility: hidden;
  }
  */
}
