.winamp {
	cursor: default;
	border-collapse: collapse;
	width: 700px;
	margin: 5px 0px;
}
.winamp div, table, tr, td {
	font: normal 12px Arial;

}
.hacking-content {
	cursor: pointer;
	border: 1px solid #565C62;
	text-align: center;
  padding: 3px;
	margin: 5px 0px;
}
/* ---------------------------------------------------------------------------------- Main Layout */
.winamp .main-top-left {
	background: url('../images/bbCode/main-corner.png') left top;
	padding: 0px 3px;
}
.winamp .main-top-center {
	background: url('../images/bbCode/main-top-bottom.png') left top;
	width: 100%;
	height: 28px;
}
.winamp .main-top-right {
	background: url('../images/bbCode/main-corner.png') right top;
	padding: 0px 3px;
}

.winamp .main-left {
	background: url('../images/bbCode/main-left-right.png') left top;
}
.winamp .main-center {
	background: #383F43;
}
.winamp .main-right {
	background: url('../images/bbCode/main-left-right.png') right top;
}

.winamp .main-bottom-left {
	background: url('../images/bbCode/main-corner.png') left bottom;
}
.winamp .main-bottom-center {
	background: url('../images/bbCode/main-top-bottom.png') left bottom;
	height: 6px;
}
.winamp .main-bottom-right {
	background: url('../images/bbCode/main-corner.png') right bottom;
}
/* -------------------------------------------------------------------------------- Center Layout */
.winamp .left-content {
	width: 100%;
}
.winamp .right-content {
	background: #070707;
	border: 1px solid #565C62;
}
.winamp .separator {
	background: url('../images/bbCode/black.png') repeat-y center top;
	padding: 0px 5px 0px 4px;
}
/* ---------------------------------------------------------------------------------- Top Content */
.winamp .main-top-content {
	width: 100%;
	margin-bottom: 4px;
}
.winamp .player-title {
	background: url('../images/bbCode/icon-16x16.png') no-repeat -64px top;
	width: 100%;
	font: normal 12px Tahoma;
	color: #CACACA;
	text-align: left;
	padding-left: 20px;
}
.winamp .minimize {
	background: url('../images/bbCode/window-controls.png') left top;
	width: 17px;
	height: 13px;
	margin-right: 3px;
}
.winamp .exit {
	background: url('../images/bbCode/window-controls.png') right top;
	width: 17px;
	height: 13px;
}
/* --------------------------------------------------------------------------------- Left Content */
.winamp .player-content {
	background: #070707;
	border: 1px solid #565C62;
	height: 277px;
}
.winamp .media-player {
	width: 100%;
	height: 100%;
}
.winamp .icon-content {
	background: #070707;
	border: 1px solid #565C62;
	border-right: none;
	padding: 0px 3px;
}
.winamp .icon-content img {
	background: url('../images/bbCode/player-status.png') left -20px;
  width: 10px;
	height: 10px;
}
.winamp .status-content {
	background: #070707;
	border: 1px solid #565C62;
	border-left: none;
	font: normal 11px Arial;
	color: #93AFB9;
	width: 100%;
	text-align: left;
}
.winamp .controls-content {
	padding: 0px 1px 0px 6px;
}
.winamp .separator_ {
	height: 5px;
}
.winamp .random {
	background: url('../images/bbCode/options.png') left top;
	width: 36px;
	height: 14px;
}
.winamp .repeat {
	background: url('../images/bbCode/options.png') -72px top;
	width: 30px;
	height: 14px;
}

/* -------------------------------------------------------------------------------- Right Content */
.winamp .playlist-tabs {
	background: url('../images/bbCode/tabs-line.png') repeat-x left bottom;
	vertical-align: bottom;
	padding-bottom: 4px;
}
.winamp .playlist-content {
	overflow: auto;
	overflow-x: hidden;
	display: none;
	border-left: 2px solid #333738;
	color: #93AFB9; 
	width: 300px;
	height: 266px;
}
/* ----------------------------------------------------- Playlist */
.winamp .playlist-content a {
	cursor: default;
	display: block;
	text-decoration: none;
}
.winamp .playlist-content a:hover {
	color: #D2D2D2;
	background: #2A2E39;
}
.winamp .playlist-status-playing {
	background: url('../images/bbCode/bullet-playing.png') no-repeat center 5px;
	padding-left: 16px;
}
.winamp .playlist-status-error {
	background: url('../images/bbCode/bullet-error.png') no-repeat center 5px;
	padding-left: 16px;
}
.winamp .playlist-string {
	color: #93AFB9;
	width: 100%;
	text-align: left;
	padding: 2px 5px;
}
.winamp .playlist-string-playing {
	color: #D2D2D2;
	width: 100%;
	text-align: left;
	padding: 2px 0px;
}
.winamp .playlist-string-error {
	color: #731300;
	width: 100%;
	text-align: left;
	padding: 2px 0px;
}
.winamp .playlist-download {
	cursor: pointer;
	background: url('../images/bbCode/bullet-download.png') no-repeat center center;
	padding: 0px 10px;
}
.winamp .playlist-content a .playlist-download {
	opacity: .2;
	filter: alpha(opacity=20);
}
.winamp .playlist-content a:hover .playlist-download {
	opacity: 1;
	filter: alpha(opacity=100);
}
/* -------------------------------------------------------- Embed */
.winamp .embed-content {
  text-align: center;
}
.winamp .embed-input {
	display: block;
	clear: both;
	background: transparent;
	border: 1px solid #333738;
	color: #333738;
	width: 90%;
	padding-right: 1px;
	margin-left: 5%;
}
.winamp .embed-textarea {
	background: transparent;
	border: 1px solid #333738;
	color: #3F4346;
	width: 90%;
	margin: 0px;
	padding: 1px 0px 1px 1px;
	resize: none;
	overflow-x: hidden;
	overflow-y: auto;
}
.winamp .embed-left {
	display: block;
	float: left;
	clear: left;
	background: url('../images/bbCode/tabs-left.png') no-repeat 28px -23px;
	height: 22px;
	padding-left: 35px;
	margin-top: 10px;
}
.winamp .embed-icon {
	display: block;
	float: left;
	background: url('../images/bbCode/tabs-right.png') no-repeat left -23px;
	padding: 4px 7px 2px 0px;
	margin-top: 10px;
}
.winamp .embed-string {
	display: block;
	float: left;
	clear: right;
	background: url('../images/bbCode/tabs-right.png') no-repeat right -23px;
	white-space: nowrap;
	padding: 4px 20px 3px 0px;
	margin-top: 10px;
}
.winamp .icon-page {
	background: url('../images/bbCode/icon-16x16.png') left top;
	width: 16px;
	height: 16px;
}
.winamp .icon-file {
	background: url('../images/bbCode/icon-16x16.png') -16px top;
	width: 16px;
	height: 16px;
}
.winamp .icon-forum {
	background: url('../images/bbCode/icon-16x16.png') -32px top;
	width: 16px;
	height: 16px;
}
.winamp .icon-blog {
	background: url('../images/bbCode/icon-16x16.png') -48px top;
	width: 16px;
	height: 16px;
}
/* --------------------------------------------------------- Help */
.winamp .help-content {
	padding: 5px;
}
.winamp .help-title {
	display: block;
	background: #1A1A1A;
	border-bottom: 1px solid #2A2A2A;
	color: #366092;
	font-weight: bold;
	text-align: left;
	padding: 2px 5px;
}
.winamp .help-head {
	display: block;
	color: #9BBB59;
	padding: 2px 0px 0px 10px;
}
.winamp .help-head-content {
	display: block;
	text-align: justify;
	white-space: normal;
	padding: 2px 0px 5px 0px;
}
.winamp .bbCode-tag {
	color: #E36C09;
	font-weight: bold;
}
.winamp .bbCode-separator {
	color: #FF0000;
	font-weight: bold;
}
.winamp .bbCode-separator_ {
	color: #00FF00;
	font-weight: bold;
}
.winamp .bbCode-code {
	display: block;
	border: 1px solid #2A2A2A;
	text-align: left;
	padding: 3px;
	margin-top: 3px;
}
.winamp .song-content {
	display: block;
	padding-left: 15px;
}
.winamp .song-name {
	color: #FFFF00;
}
.winamp .song-url {
	color: #FFC000;
}
/* -------------------------------------------------------- About */
.winamp .about-content {
	padding: 5px;
}
.winamp .about-title {
	display: block;
	background: #1A1A1A;
	border-bottom: 1px solid #2A2A2A;
	color: #366092;
	text-align: center;
	padding: 2px 5px;
}
.winamp .about-head-content {
	display: block;
	text-align: justify;
	white-space: normal;
	padding: 2px 0px 0px 0px;
}
.winamp .about-author {
	display: block;
	border: 1px solid #2A2A2A;
	text-align: left;
	padding: 3px;
	margin: 4px 0px 5px 0px;
}
.winamp .about-alert {
	color: #FF0000;
}
.winamp .about-copyrighter {
	color: #FFFFFF;
}
.winamp .about-content a {
	display: inline;
	cursor: pointer;
	color: #D2D2D2;
	text-decoration: none;
	padding: 2px 5px;
}
.winamp .about-content a:hover {
	color: #D2D2D2;
	background: #2A2E39;
}
/* -------------------------------------------------------------------------------- Playlist Tabs */
.winamp .playlist-tabs ul {
	margin: 0px;
	padding: 5px 0px 0px 5px;
	list-style: none;
}
.winamp .playlist-tabs li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
.winamp .playlist-tabs a {
	float: left;
	background: url('../images/bbCode/tabs-left.png') no-repeat left -23px;
	margin: 0px 1px;
	padding: 0px 0px 0px 11px;
	text-decoration: none;
}
.winamp .playlist-tabs a span {
	float: left;
	display: block;
	background: url('../images/bbCode/tabs-right.png') no-repeat right -23px;
	padding: 5px 17px 5px 6px;
	font: normal 11px Verdana;
	color: #D7D7D7;
}
.winamp .playlist-tabs a span {
	float: none;
}
.winamp .playlist-tabs a:hover span {
	/*color: #591333;*/
}
.winamp .playlist-tabs a:hover {
	background-position: left -46px;
}
.winamp .playlist-tabs a:hover span {
	background-position: right -46px;
}
.winamp .playlist-tabs .current a {
	background-position: left top;
}
.winamp .playlist-tabs .current a span {
	background-position: right top;
	font-weight: bold;
	color: #89B8D7;
}
.winamp .playlist-tabs .current a:hover { /* --------------------- Fix IE */
	background-position: left top;
}
.winamp .playlist-tabs .current a:hover span { /* ------------ End Fix IE */
	background-position: right top;
}
