body {
    margin: 0px;
    padding: 0px;
    font: 14px Verdana,Arial,Helvetica,sans-serif;
}

img { 
	border:0px;
}

a  {
    text-decoration : none;
    cursor: pointer;
}
a:hover  {
    text-decoration : none;
}

hr	{ 
	height: 0px;
	border-style: solid;
	border-width: 0px;
	border-top-width: 1px;
}

input {
    width:96%;
	border-style: solid; 
	border-width: 8px; 
}

textarea {
    width:96%;
	border-style: solid; 
	border-width: 8px; 
	border-radius: 3px;
}

select {
	border-style: solid; 
	border-width: 3px;
	border-radius: 3px;
}

/*********************************
	 Color
**********************************/

.background-color1, body {
	background-color: #fff;
}


.background-color2, .hover-line:hover, .hover-line-2:hover, input, textarea, select {
	background-color: #efefef;
}

/* error */
.background-color3 {
	background-color:#dfadad;
}

/* successfully */
.background-color4 {
    background-color:#c0f6c0;
}

/* background-selected */
.background-color5 {
	background-color: #fffecd;
}

/* button-default, button-close */
.background-color6 {
	background-color:#fff;
}

/* button-info, text-count */
.background-color7 {
	background-color: #fffecd;
}

/* button-active, button-account, button-login etc */
.background-color8 {
	background-color:#720303;
}

/* page-top-line etc */
.background-color9 {
	background-color:#720303;
}

.border-color1, input, textarea, select, hr {
	border-color: #efefef;
}

/* text-count, button-info */
.border-color2 {
	border-color: #000040;
}

/* page-title-line etc */
.border-color3 {
	border-color: #afafaf;
}

/* body etc */
.color1, body, input, textarea, select {
    color: #000040;
}

/* links */
.color2, a {
    color : #720303;
}

/* text-error, text-successfully */
.color3 {
	color:#fff;
}

/* text-data */
.color4 {
	color:green;
}

/* text-important */
.color5 {
	color: #ff0000;
}

/* text-count */
.color6 {
	color:#6f6f6f;
}

/* button-account, button-login, button-active etc */
.color7 {
	color:#ffffff;
}

/* page-not-active */
.color8 {
	color:#ababab;
}

/* button-info */
.color9 {
	color:#000;
}

/*********************************
	 Helper
**********************************/

.float-right {
	float:right;
}

.float-left {
	float:left;
}

.clear-left {
	clear:left;
}

.clear-right {
	clear:right;
}

.clear-both {
	clear:both;
}

.position-static {
	position:static;
}

.position-relative {
	position:relative;
}

.position-fixed {
	position:fixed;
}

.position-absolute {
	position:absolute;
}

.text-bold {
	font-weight:bold;
}

.text-smaller {
	font-size:smaller;
}

.text-larger {
	font-size:larger;
}

.text-italic {
	font-style:italic;
}

.text-error {
	font-weight:bold;
}

.text-successfully {
	font-weight:bold;
}

.text-data {

}

.text-important {

}

.text-count {
	text-decoration:none;
	font-family:robot,tahoma,sans-serif,arial;
	font-size:smaller;
	font-variant:normal;
	font-weight:normal;
	margin-left:10px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:6px;
	padding-right:6px;
	border-style: dotted; 
	border-width: 1px; 
}

.text-heading {

}

.text-line {
	min-height:20px;
	padding:10px;
}

.text-top-line {
	padding:10px;
    font-size:larger;
	font-weight:bolder;
	font-variant:small-caps;
}

.text-title-line {
	padding-top:10px;
	padding-bottom:10px;
	padding-left:15px;
	padding-right:10px;
    font-size:larger;
	font-weight:bolder;
	font-variant:small-caps;
	text-shadow:#cfcfcf 3px 2px;
	overflow:hidden;
	white-space:nowrap;
}

.text-overflow {
	overflow:hidden;
	white-space:nowrap;
}

.hr-line-top {
	border-top-width:1px;
	border-top-style:solid;
}

.hr-line-bottom {
	border-bottom-width:1px;
	border-bottom-style:solid;
}

.button-line {
    cursor: pointer;
	min-height:25px;
	padding:10px;
	border-top-width:2px;
	border-top-style:dotted;
	overflow:hidden;
	white-space:nowrap;
}

.button-line a {
	text-decoration:none;
}

.button-line-hr {
	border-top-width:2px;
	border-top-style:solid;
}

.background-selected {

}

.select-menu {
	border-style: solid; 
	border-width: 2px; 
}

.shadow {
    -moz-box-shadow: 4px 4px 5px #ccc;
    -webkit-box-shadow: 4px 4px 5px #ccc;
    box-shadow: 4px 4px 5px #ccc; /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cccccc')"; /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength = 4, Direction = 135, Color = '#cccccc');
}

.opacity {
	opacity:0.4;
	filter:alpha(opacity=40);
	-moz-opacity:0.40;
}

/*********************************
	 Buttons
**********************************/

.button-default {
    cursor:pointer;
	height:30px;
	min-width:30px;
	border-style:solid;
	border-width:1px;
	border-radius:5px;
}

.button-navi {
    cursor:pointer;
	height:30px;
	text-align:left;
	min-width:140px;
	border-style:solid;
	border-width:1px;
	border-radius:5px;
}

.button-country {
    cursor:pointer;
	height:18px;
	width:26px;
}

.button-info {
    cursor:help;
	padding-left:10px;
	padding-right:10px;
	border-style:solid;
	border-width:2px;
	border-radius:5px;
}

.button-account {
    cursor:pointer;
	height:30px;
	min-width:30px;
	border-style:solid;
	border-width:1px;
	border-radius:5px;
}

.button-player-favorite {
    cursor:pointer;
	float:right;
	height:30px;
	min-width:30px;
	border-style:solid;
	border-width:1px;
	border-radius:5px;
}

.button-signin {
    cursor:pointer;
	float:right;
	margin:7px;
	height:30px;
	min-width:30px;
	border-style:solid;
	border-width:1px;
	border-radius:5px;
}

.button-login {
    cursor:pointer;
	float:right;
	margin:7px;
	height:30px;
	min-width:30px;
	border-style:solid;
	border-width:1px;
	border-radius: 5px;
}

.button-close {
    cursor:pointer;
	float:right;
	margin:7px;
	height:30px;
	min-width:30px;
	border-style:solid;
	border-width:1px;
	border-radius:5px;
}

.button-comment {
    cursor:pointer;
	float:right;
	margin:7px;
	height:30px;
	min-width:30px;
	border-style:solid;
	border-width:1px;
	border-radius:5px;
}

.button-back {
    cursor:pointer;
	float:right;
	margin:7px;
	height:30px;
	min-width:30px;
	border-style:solid;
	border-width:1px;
	border-radius:5px;
}

.button-active {
    cursor:pointer;
	height:30px;
	min-width:30px;
	border-style:solid;
	border-width:1px;
	border-radius:5px;
}

.button-settings-active {
    cursor:pointer;
	height:30px;
	min-width:30px;
	border-style:solid;
	border-width:1px;
	border-radius:5px;
}

/*********************************
	 Page 
**********************************/

.page-content {
	margin-top:50px;
	min-width:360px;
	max-width:1950px;
}

.page-content-html {

}

.page-content-html-opacity {

}

.page-top-line {
	top:0px;
	height:35px;
	width:100%;
 	margin-top:0px;
 	margin-left:0px;
 	margin-right:0px;
 	margin-bottom:5px;
	border-radius:5px;
	position:fixed;
	z-index:10000;
}

.page-bottom-line {
	text-align:center;
	font-variant:small-caps;
	padding:5px;
 	margin-left:0px;
 	margin-right:0px;
 	margin-top:20px;
 	margin-bottom:0px;
	border-radius:5px;
}

.page-left-output {
	float:left;
	width:180px;
}

.page-right-output {
	float:left;
	width:180px;
}

.page-content-output {
	float:left;
	margin:10px 0px 10px 0px;
	border-right-style:solid;
	border-left-style:solid;
	border-bottom-style:solid;
	border-width:1px;
}

.page-navigation {
	padding-top:20px;
	padding-bottom:20px;
	margin-bottom:30px;
}

.page-navigation-bottom {
	border-top-style:dotted;
	border-top-width:1px;
	padding-top:20px;
	padding-bottom:20px;
	margin-top:30px;
	margin-bottom:30px;
}

.page-info {
	margin-top:30px;
	margin-left:10px;
	max-width:600px;
	padding:10px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:2;
	border-style: solid; 
	border-width: 4px; 
}

.page-info-link {
	cursor:pointer;
	margin-top:3px;
	margin-left:0px;
	max-width:300px;
	padding:10px;
	position:absolute;
	font-size:smaller;
	z-index:4;
	border-style: solid; 
	border-width: 1px;
	border-radius:5px;
}

.page-genre-box {
	width:115px;
	margin-top:10px;
	margin-left:10px;
	margin-bottom:10px;
	border-style:solid;
	border-width:2px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	border-radius:5px;
}

.page-left-box {
	cursor:pointer;
	width:115px;
	margin-top:10px;
	margin-left:10px;
	margin-bottom:10px;
	border-style:solid;
	border-width:2px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	border-radius:5px;
}

.page-select-favorites {
	border-style: solid; 
	border-width: 2px;
	border-radius:5px;
}

.page-shortcut-icons {
	cursor:pointer;
	float:right;
	margin-top:6px;
	margin-right:10px;
}

.page-title-line {
	border-bottom-width:2px;
	border-bottom-style:solid;
}

.page-image-title-line {
	font-weight:bolder;
	font-variant:small-caps;
	padding:5px;
}

.page-top-button-line {
	border-top-width:0px;
}

.page-bottom-button-line {
	border-bottom-width:2px;
	border-bottom-style:solid;
}

.page-button-genre {
	display:none;
}

.page-button-continent {
	float:right;
	margin-right:7px;
}

.page-button-categories {
	margin-top:10px;
	margin-left:10px;
}

.page-button-categories-podcast {
	float:right;
	margin-right:7px;
}

.page-button-categories-game {
	float:right;
	margin-right:7px;
}

.page-button-backward {
	float:left;
	margin-left:7px;
}

.page-button-forward {
	float:left;
	margin-left:7px;
}

.page-button-search {
	margin-top:10px;
	margin-left:10px;
}

.page-button-add {
	float:right;
	margin-right:10px;
}

.page-button-account {
	margin-top:10px;
	margin-left:10px;
}

.page-button-menu {
	margin-top:10px;
	margin-left:10px;
}

.page-not-active {
    cursor:text;
	text-decoration:line-through;
}

/*********************************
	 Windows 
**********************************/

.windows-position {
	top:50px;
	left:20%;
	width:615px;
	position:fixed;
	margin:0px;
	z-index:2;
	border-style: solid; 
	border-width: 4px;
	border-radius: 8px;
}

.windows-position-image {
	top:50px;
	left:20%;
	position:fixed;
	margin:0px;
	z-index:3;
	border-style: solid; 
	border-width: 4px;
	border-radius: 8px;
}

.windows-position-podcast-player {
	top:50px;
	left:20%;
	width:360px;
	position:fixed;
	margin:0px;
	z-index:3;
	border-style: solid; 
	border-width: 4px;
	border-radius: 8px;
}

.windows-position-game-player {
	top:50px;
	left:20%;
	width:600px;
	height:525px;
	position:fixed;
	margin:0px;
	z-index:2;
	border-style: solid; 
	border-width: 4px;
	border-radius: 8px;
}

.windows-data {
	max-height:600px;
	overflow:auto;
}

.windows-data-navi {
	max-height:400px;
	overflow:auto;
	border-style: solid; 
	border-width: 1px;
}

.windows-draggable {

}

/*********************************
	 Ajax page
**********************************/

.ajax-page {

}

#ajax-page-window {

}

/*********************************
	 Like Bar
**********************************/

.like-bar {
	margin-left:10px;
	margin-top:30px;
	margin-bottom:30px;
}

.like-bar-facebook {
	width:180px;
	height:20px;
	border:none;
	overflow:hidden;
}

.like-bar-twitter {
	width:85px;
}

.like-bar-google {
	width:70px;
}

/*********************************
	 Google DFP
**********************************/

.google-dfp {
	margin-top:20px;
	margin-bottom:20px;
}

/*********************************
	 Reload Button
**********************************/

.reload-current-song {

}

/*********************************
	 Search Form Input
**********************************/

.search-form-input {
    width:60%;
	border-radius: 8px;
	margin-top:15px;
	margin-bottom:15px;
	padding:1px;
}

/*********************************
	 Loading
**********************************/

.loading {
	top:10px;
	left:190px;
	position:fixed;
	z-index:10005;
	border-style:solid;
	border-width:2px;
	border-radius:3px;
}

/*********************************
	 Docs
**********************************/

.block-docs-code {
	padding: 10px;
	border-style:solid;
	border-width:1px;
	border-radius: 5px;
}

/*********************************
	 Tools
**********************************/

.block-tools-code {
	padding: 10px;
	border-style:solid;
	border-width:1px;
	border-radius: 5px;
}


/*********************************
	 Forum
**********************************/

.block-forum-code {
	margin-top:10px;
	padding: 10px;
	border-style:solid;
	border-width:1px;
	border-radius: 5px;
}

/*********************************
	 Webcam
**********************************/

.block-webcam {
	padding-bottom:20px;
	line-height:20px;
	padding-top:5px;
	padding-bottom:5px;
}

.block-webcam-title {
	margin-left:5px;
	margin-right:10px;
	margin-bottom:10px;
	overflow:hidden;
	white-space:nowrap;
	font-size:larger;
    font-variant:small-caps;
	line-height:40px;
}

.block-webcam-rank {
	float:left;
	margin-left:10px;
}

.block-webcam-info {
	font-size:smaller;
	font-style:oblique;
	padding:10px;
}

.block-webcam-image {
	width:80px;
	height:65px;
	float:left;
	margin-right:10px;
}

.block-webcam-description {
	float:left;
	max-width:70%;
}

.block-webcam-category {
	float:left;
	overflow:hidden;
	white-space:nowrap;
	font-variant:small-caps;
	font-style:normal;
	margin-left:10px;
}

.block-webcam-options {
	float:right;
	margin-right:10px;
}

.block-webcam-private-text {
	margin-left:10px;
}

/*********************************
	 Podcast
**********************************/

.block-podcast {
	padding-bottom:20px;
	line-height:20px;
	padding-top:5px;
	padding-bottom:5px;
}

.block-podcast-info {
	font-size:smaller;
	font-style:oblique;
	padding:10px;
}

.block-podcast-image {
	width:60px;
	height:60px;
	float:left;
	margin-right:10px;
}

.block-podcast-description {
	margin-top:10px;
}

.block-podcast-options {
	margin-top:10px;
}

.block-podcast-category {
	float:left;
	overflow:hidden;
	white-space:nowrap;
	font-variant:small-caps;
	font-style:normal;
	margin-left:10px;
}

.block-podcast-rank {
	float:left;
	margin-left:10px;
}

.block-podcast-title {
	margin-left:5px;
	margin-right:10px;
	margin-bottom:10px;
	overflow:hidden;
	white-space:nowrap;
	font-size:larger;
    font-variant:small-caps;
	line-height:40px;
}

/*********************************
	 Game
**********************************/

.block-game {
	padding-bottom:20px;
	line-height:20px;
	padding-top:5px;
	padding-bottom:5px;
}

.block-game-info {
	font-size:smaller;
	font-style:oblique;
	padding:10px;
}

.block-game-image {
	width:60px;
	height:60px;
	float:left;
	margin-right:10px;
	cursor:pointer;
}

.block-game-description {
	margin-top:10px;
}

.block-game-options {

}

.block-game-category {
	float:left;
	overflow:hidden;
	white-space:nowrap;
	font-variant:small-caps;
	font-style:normal;
	margin-left:10px;
}

.block-game-rank {
	float:left;
	margin-left:10px;
}

.block-game-title {
	margin-left:5px;
	margin-right:10px;
	margin-bottom:10px;
	overflow:hidden;
	white-space:nowrap;
	font-size:larger;
    font-variant:small-caps;
	line-height:40px;
}

/*********************************
	 Radio
**********************************/

.block-radio {
	line-height:20px;
	padding-top:5px;
	padding-bottom:5px;
}

.block-radio-title {
	margin-left:5px;
	margin-right:10px;
	margin-bottom:10px;
	overflow:hidden;
	white-space:nowrap;
	font-size:larger;
    font-variant:small-caps;
	line-height:40px;
}

.block-radio-play {
	float:right;
	margin-top:7px;
	margin-right:7px;
	position:static;
	z-index:1;
}

.block-radio-info {
	font-size:smaller;
	font-style:oblique;
	margin-top:10px;
	margin-bottom:5px;
}

.block-radio-kbps {
	margin-left:10px;
	float:left;
	width: 70px;
	line-height:20px;
	overflow:hidden;
	white-space:nowrap;
}

.block-radio-codec {
	margin-left:10px;
	float:left;
	width: 50px;
	line-height:20px;
	overflow:hidden;
	white-space:nowrap;
}

.block-radio-genre {
	margin-left:20px;
	float:left;
	width:200px;
	line-height:20px;
	overflow:hidden;
	white-space:nowrap;
}

.block-radio-category {
	margin-left:10px;
	float:left;
	width:100px;
	font-variant:small-caps;
	font-style:normal;
	overflow:hidden;
	white-space:nowrap;
	line-height:20px;
}

.block-radio-players {
	margin-left:10px;
	float:left;
	line-height:40px;
}

.block-radio-options {
	margin-left:10px;
	line-height:40px;
	float:left;
}

.block-radio-website {
	margin-left:10px;
	line-height:40px;
	float:left;
}

.block-radio-song {
	margin-left:20px;
	line-height:20px;
	float:left;
}

.block-radio-country {
	cursor:pointer;
	padding-left:10px;
	padding-right:10px;
	margin-left:10px;
	float:left;
}

.block-radio-listener {
	width:100px;
	margin-left:10px;
	float:left;
	white-space:nowrap
}

.block-radio-rank {
	margin-left:10px;
	float:left;
}

.block-radio-player-bar {
	width:240px;
	margin-left:10px;
	margin-right:10px;
	float:right;
}

.block-radio-number {

}

/*********************************
	Preview
**********************************/

.preview-image {
	margin-bottom:10px;
	margin-left:10px;
	float:right;
	border-style: solid; 
	border-width: 0px;
	border-radius: 8px;
}

/*********************************
	 Radio Playlist
**********************************/

.radio-playlist-time {
	float:left;
	text-align:top;
	margin-right:10px;
	cursor:pointer;
}

.radio-playlist-amazon {
	float:left;
	margin-right:10px;
	cursor:pointer;
}

.radio-playlist-song {
	float:left;
	width:70%;
	overflow:hidden;
	white-space:nowrap;
}

/*********************************
	 Features
**********************************/

.block-highscores {
	margin-left:20px;
	margin-top:20px;
	margin-bottom:20px;
	width:300px;
	border-style:solid;
	border-width:1px;
	float:left;
}

.block-highscores-data {
	max-height:500px;
	overflow:auto;
}

.block-facebook-activity {
	margin-left:20px;
	margin-top:20px;
	margin-bottom:20px;
	width:300px;
	max-height:300px;
	float:left;
}

/*********************************
	 Slider
**********************************/

.slider-height {

}

.slider-text {
	font-size:9px;
	margin-right:10px;
	top:-6px;
}

/*********************************
	 Cookie Consent
**********************************/

.cookie-consent {
	position:static;
	top:0px;
	width:100%;
	background-color:#eeeeee;
	padding:5px;
}

/*********************************
	 SocialSharePrivacy
**********************************/

.socialshareprivacy {
	margin-left:10px;
	height:40px;
}

/*********************************
	 Image
**********************************/

.image-file {
    background-image: url(/static/pics/default/images.png);
}

.image-forum {
	background-position:-22px -66px;
	width:22px;
	height:22px;
}

/*********************************
	 Image 1
**********************************/

.image-player-flash {
	background-position:0px 0px;
	width:22px;
	height:22px;
}

.image-player-quicktime {
	background-position:-22px 0px;
	width:22px;
	height:22px;
}

.image-player-realplayer {
	background-position:-44px 0px;
	width:22px;
	height:22px;
}

.image-player-mediaplayer {
	background-position:-66px 0px;
	width:22px;
	height:22px;
}

.image-player-winamp {
	background-position:-88px -0px;
	width:22px;
	height:22px;
}

.image-player-web {
	background-position:-110px 0px;
	width:22px;
	height:22px;
}

.image-player-default {
	background-position:-132px -0px;
	width:22px;
	height:22px;
}

.image-bitrate-high {
	background-position:-154px -0px;
	width:22px;
	height:22px;
}

.image-bitrate-low {
	background-position:-176px -0px;
	width:22px;
	height:22px;
}

.image-skins {
	background-position:-198px -0px;
	width:22px;
	height:22px;
}

.image-play-off {
	background-position:-220px -0px;
	width:22px;
	height:22px;
}

/*********************************
	 Image 2
**********************************/

.image-download {
	background-position:0px -22px;
	width:22px;
	height:22px;
}

.image-logout {
	background-position:-22px -22px;
	width:22px;
	height:22px;
}

.image-email {
	background-position:-44px -22px;
	width:22px;
	height:22px;
}

.image-home {
	background-position:-66px -22px;
	width:22px;
	height:22px;
}

.image-settings {
	background-position:-88px -22px;
	width:22px;
	height:22px;
}

.image-profile {
	background-position:-110px -22px;
	width:22px;
	height:22px;
}

.image-favorite {
	background-position:-132px -22px;
	width:22px;
	height:22px;
}

.image-favorite-add {
	background-position:-154px -22px;
	width:22px;
	height:22px;
}

.image-favorite-delete {
	background-position:-176px -22px;
	width:22px;
	height:22px;
}

.image-password {
	background-position:-198px -22px;
	width:22px;
	height:22px;
}

.image-play-on {
	background-position:-220px -22px;
	width:22px;
	height:22px;
}

/*********************************
	 Image 3
**********************************/

.image-share {
	background-position:0px -44px;
	width:22px;
	height:22px;
}

.image-fonts {
	background-position:-22px -44px;
	width:22px;
	height:22px;
}

.image-favorite-category {
	background-position:-44px -44px;
	width:22px;
	height:22px;
}

.image-facebook {
	background-position:-66px -44px;
	width:22px;
	height:22px;
}

.image-google {
	background-position:-88px -44px;
	width:22px;
	height:22px;
}

.image-twitter {
	background-position:-110px -44px;
	width:22px;
	height:22px;
}

.image-digg {
	background-position:-132px -44px;
	width:22px;
	height:22px;
}

.image-linkedin {
	background-position:-154px -44px;
	width:22px;
	height:22px;
}

.image-myspace {
	background-position:-176px -44px;
	width:22px;
	height:22px;
}

.image-widgets {
	background-position:-198px -44px;
	width:22px;
	height:22px;
}

.image-language-it {
	background-position:-219px -44px;
	width:22px;
	height:22px;
}

/*********************************
	 Image 4
**********************************/

.image-website {
	background-position:0px -66px;
	width:22px;
	height:22px;
}

.image-vote {
	background-position:-22px -66px;
	width:22px;
	height:22px;
}

.image-comment {
	background-position:-44px -66px;
	width:22px;
	height:22px;
}

.image-info {
	background-position:-66px -66px;
	width:22px;
	height:22px;
}

.image-playlist {
	background-position:-88px -66px;
	width:22px;
	height:22px;
}

.image-display {
	background-position:-110px -66px;
	width:22px;
	height:22px;
}

.image-language {
	background-position:-132px -66px;
	width:22px;
	height:22px;
}

.image-language-uk {
	background-position:-154px -66px;
	width:22px;
	height:22px;
}

.image-language-es {
	background-position:-176px -66px;
	width:22px;
	height:22px;
}

.image-language-de {
	background-position:-198px -66px;
	width:22px;
	height:22px;
}

/*********************************
	 Image 5
**********************************/

.image-minus {
	background-position:0px -88px;
	width:22px;
	height:22px;
}

.image-plus {
	background-position:-22px -88px;
	width:22px;
	height:22px;
}

.image-radio {
	background-position:-44px -88px;
	width:22px;
	height:22px;
}

.image-radio-offline {
	background-position:-66px -88px;
	width:22px;
	height:22px;
}

.image-radio-blocked {
	background-position:-88px -88px;
	width:22px;
	height:22px;
}

.image-radio-preview {
	background-position:-110px -88px;
	width:22px;
	height:22px;
}

.image-radio-info {
	background-position:-132px -88px;
	width:22px;
	height:22px;
}

.image-radio-profile {
	background-position:-154px -88px;
	width:22px;
	height:22px;
}

.image-alert {
	background-position:-176px -88px;
	width:22px;
	height:22px;
}

.image-profile-edit {
	background-position:-198px -88px;
	width:22px;
	height:22px;
}

/*********************************
	 Image 6
**********************************/

.image-radio-player {
	background-position:0px -110px;
	width:22px;
	height:22px;
}

.image-operator {
	background-position:-22px -110px;
	width:22px;
	height:22px;
}

.image-delete {
	background-position:-44px -110px;
	width:22px;
	height:22px;
}

.image-user-edit {
	background-position:-66px -110px;
	width:22px;
	height:22px;
}

.image-messages {
	background-position:-88px -110px;
	width:22px;
	height:22px;
}

.image-bookmarks {
	background-position:-110px -110px;
	width:22px;
	height:22px;
}

.image-radio-important {
	background-position:-132px -110px;
	width:22px;
	height:22px;
}

.image-advertise {
	background-position:-154px -110px;
	width:22px;
	height:22px;
}

.image-invoice {
	background-position:-176px -110px;
	width:22px;
	height:22px;
}

.image-pdf {
	background-position:-198px -110px;
	width:22px;
	height:22px;
}

/*********************************
	 Image 7
**********************************/

.image-irc {
	background-position:0px -132px;
	width:22px;
	height:22px;
}

.image-aim {
	background-position:-22px -132px;
	width:22px;
	height:22px;
}

.image-icq {
	background-position:-44px -132px;
	width:22px;
	height:22px;
}

.image-youtube {
	background-position:-66px -132px;
	width:22px;
	height:22px;
}

.image-archives {
	background-position:-88px -132px;
	width:22px;
	height:22px;
}

.image-statistics {
	background-position:-110px -132px;
	width:22px;
	height:22px;
}

.image-favorite-white {
	background-position:-132px -132px;
	width:22px;
	height:22px;
}

.image-time {
	background-position:-154px -132px;
	width:22px;
	height:22px;
}

.image-webcam {
	background-position:-176px -132px;
	width:22px;
	height:22px;
}

.image-webcam-offline {
	background-position:-198px -132px;
	width:22px;
	height:22px;
}

/*********************************
	 Image 8
**********************************/

.image-google-maps {
	background-position:0px -154px;
	width:22px;
	height:22px;
}

.image-album {
	background-position:-22px -154px;
	width:22px;
	height:22px;
}

.image-docs {
	background-position:-44px -154px;
	width:22px;
	height:22px;
}

.image-podcast {
	background-position:-66px -154px;
	width:22px;
	height:22px;
}

.image-podcast-offline {
	background-position:-88px -154px;
	width:22px;
	height:22px;
}

.image-game {
	background-position:-110px -154px;
	width:22px;
	height:22px;
}

.image-tools {
	background-position:-132px -154px;
	width:22px;
	height:22px;
}

.image-amazon {
	background-position:-154px -154px;
	width:22px;
	height:22px;
}

.image-updown {
	background-position:-176px -154px;
	width:22px;
	height:22px;
}

.image-thumbtack {
	background-position:-198px -154px;
	width:22px;
	height:22px;
}

/*********************************
	 Image 9
**********************************/

.image-socialprivacy-google {
	background-position:0px -176px;
	width:32px;
	height:20px;
}

.image-socialprivacy-twitter {
	background-position:-32px -176px;
	width:55px;
	height:20px;
}

.image-socialprivacy-facebook {
	background-position:-88px -176px;
	width:94px;
	height:20px;
}

.image-socialprivacy-settings {
	background-position:-182px -176px;
	width:15px;
	height:15px;
}


.image-socialprivacy-info {
	background-position:-182px -191px;
	width:15px;
	height:15px;
}

.image-socialprivacy-switch-off {
	background-position:-197px -176px;
	width:23px;
	height:12px;
}

.image-socialprivacy-switch-on {
	background-position:-197px -188px;
	width:23px;
	height:12px;
}

.image-reload {
	background-position:-182px -206px;
	width:18px;
	height:18px;
}

/*********************************
	 Image 10+11
**********************************/

.image-logo-musicgoal {
	background-position:0px -196px;
	width:170px;
	height:35px;
}

.image-logo-goldmusic {
	background-position:0px -231px;
	width:170px;
	height:35px;
}

/*********************************
	 SocialSharePrivacy
**********************************/

.social_share_privacy_area .clearfix::after {
    content: "";
    height: 0;
    line-height: 0;
    font-size: 0;
    visibility: hidden;
    clear: both;
    display: block;
}
.social_share_privacy_area {
    clear: both;
    margin: 20px 0 !important;
    list-style-type: none;
    padding: 0 !important;
    width: auto;
    height: 25px;
    display: block;
    font-family: Arial, sans-serif;
}
.social_share_privacy_area.vertical {
    height: auto;
}
.social_share_privacy_area li {
    margin: 0 !important;
    padding: 0 !important;
    height: 21px;
    float: left;
}
.social_share_privacy_area.vertical li {
    float: none;
    clear: both;
    width: 150px;
    height: auto;
    margin: 0 0 10px !important;
}
.social_share_privacy_area.vertical li.settings_info {
    height: 24px;
}
.social_share_privacy_area.vertical.switch_right li {
    width: 120px;
}
.social_share_privacy_area li .dummy_btn {
    float: left;
    margin: 0 0 0 10px;
    cursor: pointer;
    padding: 0;
    height: inherit;
}
.social_share_privacy_area.vertical li .dummy_btn {
    width: 90px;
}
.social_share_privacy_area.vertical.switch_right li .dummy_btn {
    margin-left: 0;
}
.social_share_privacy_area li div iframe {
    overflow: hidden;
    height: inherit;
    width: inherit;
}
/* Facebook begin */
.social_share_privacy_area .facebook {
    width: 180px;
    display: inline-block;
}
.social_share_privacy_area.vertical .facebook {
    display: block;
}
.social_share_privacy_area .facebook .fb_like iframe {
    width: 130px;
}
/* Facebook end */
/* Twitter begin */
.social_share_privacy_area .twitter {
    width: 148px;
}
.social_share_privacy_area li div.tweet {
    width: 100px;
}
/* Twitter end */
/* Google+ begin */
.social_share_privacy_area .gplus {
    width: 123px;
}
.social_share_privacy_area li div.gplusone {
    width: 75px;
}
/* Google+ end */
/* Switch begin */
.social_share_privacy_area li .switch {
    text-indent: -9999em;
    width: 23px;
    height: 12px;
    overflow: hidden;
    float: left;
    margin: 4px 0 0;
    padding: 0;
    cursor: pointer;
}
.social_share_privacy_area.vertical.switch_right li .switch {
    float: right;
}
.social_share_privacy_area.skin-dark li .switch {

}
.social_share_privacy_area li .switch.on {
    background-position: 0 -12px; 
}
/* Switch end */
/* Tooltips begin */
.social_share_privacy_area li.help_info {
    position: relative; 
}
.social_share_privacy_area li.help_info .info, 
.social_share_privacy_area li .help_info.icon .info {
    display: none;
    position: absolute;
	top:30px;
    left: 0;
    width: 290px;
    padding: 10px 15px;
    margin: 0;
    border: 1px solid #efefef;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 3px 4px #999;
    -webkit-box-shadow: 0 3px 4px #999;
    box-shadow: 0 3px 4px #999;
    background-color: #fffecd;
    color: #000;
    z-index: 500;
}
.social_share_privacy_area li.gplus.help_info .info {
    left: -60px;
}
.social_share_privacy_area li .help_info.icon .info {
    left: -243px;
    width: 350px;
}
.social_share_privacy_area.vertical li.gplus.help_info .info,
.social_share_privacy_area.vertical li .help_info.icon .info {
    left: 0;
}
.social_share_privacy_area li.help_info.display .info, 
.social_share_privacy_area li .help_info.icon.display .info {
    display: block;
}
.social_share_privacy_area li.help_info.info_off.display .info {
    display: none;
}
.social_share_privacy_area li .help_info.icon {
    width: 25px;
    height: 20px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    border: 2px solid #e7e3e3;
    border-right-width: 0;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    margin: 0;
    padding: 0;
}
.social_share_privacy_area.skin-dark li .help_info.icon {
    background-image: url(/static/js/socialshareprivacy/socialshareprivacy/images/socialshareprivacy_info_dark.png),-moz-linear-gradient(top,#6a6767 0,#2d2a2a 100%);
    background-image: url(/static/js/socialshareprivacy/socialshareprivacy/images/socialshareprivacy_info_dark.png),-webkit-gradient(linear,center top,center bottom,color-stop(0%,#6a6767),color-stop(100%,#2d2a2a));
    background-image: url(/static/js/socialshareprivacy/socialshareprivacy/images/socialshareprivacy_info_dark.png),-webkit-linear-gradient(top,#6a6767 0,#2d2a2a 100%);
    background-image: url(/static/js/socialshareprivacy/socialshareprivacy/images/socialshareprivacy_info_dark.png),-o-linear-gradient(top,#6a6767 0,#2d2a2a 100%);
    background-image: url(/static/js/socialshareprivacy/socialshareprivacy/images/socialshareprivacy_info_dark.png),-ms-linear-gradient(top,#6a6767 0,#2d2a2a 100%);
    background-image: url(/static/js/socialshareprivacy/socialshareprivacy/images/socialshareprivacy_info_dark.png),linear-gradient(top,#6a6767 0,#2d2a2a 100%);
    background-image: url(/static/js/socialshareprivacy/socialshareprivacy/images/socialshareprivacy_info_dark.png);
    background-color: #4f4c4c;
    border-color: #7e7e7e;
}
.social_share_privacy_area li.settings_info .settings_info_menu.on .help_info.icon {
    border-top-width: 0;
    border-left-width: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu.perma_option_off .help_info.icon {
    border-right-width: 2px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
/* Tooltips end */
/* Settings/Info begin */
.social_share_privacy_area li.settings_info {
    position: relative;
    top: -2px;
}
.social_share_privacy_area.vertical li.settings_info {
    top: 0;
}
.social_share_privacy_area li.settings_info a {
    text-decoration: none;
    margin: 0 !important;
}
.social_share_privacy_area li.settings_info .settings_info_menu {
    background-color: #f3f4f5;
    border: 2px solid #e7e3e3;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 2px 2px 3px #c1c1c1;
    -webkit-box-shadow: 2px 2px 3px #c1c1c1;
    box-shadow: 3px 3px 3px #c1c1c1;
    left: 0;
    position: absolute;
    top: 0;
    width: 135px;
    margin: 0;
    padding: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu.off {
    border-width: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}
.social_share_privacy_area li.settings_info .settings_info_menu.off form {
    display: none;
    margin: 0;
    padding: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu .settings {
    text-indent: -9999em;
    display: inline-block;
    width: 25px;
    height: 20px;
    border: 2px solid #e7e3e3;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    border-left: 1px solid #ddd;
    margin: 0;
    padding: 0;
}
.social_share_privacy_area.skin-dark li.settings_info .settings_info_menu .settings {
    background-image: url(/static/js/socialshareprivacy/socialshareprivacy/images/settings_dark.png),-moz-linear-gradient(top,#6a6767 0,#2d2a2a 100%);
    background-image: url(/static/js/socialshareprivacy/socialshareprivacy/images/settings_dark.png),-webkit-gradient(linear,center top,center bottom,color-stop(0%,#6a6767),color-stop(100%,#2d2a2a));
    background-image: url(/static/js/socialshareprivacy/socialshareprivacy/images/settings_dark.png),-webkit-linear-gradient(top,#6a6767 0,#2d2a2a 100%);
    background-image: url(/static/js/socialshareprivacy/socialshareprivacy/images/settings_dark.png),-o-linear-gradient(top,#6a6767 0,#2d2a2a 100%);
    background-image: url(/static/js/socialshareprivacy/socialshareprivacy/images/settings_dark.png),-ms-linear-gradient(top,#6a6767 0,#2d2a2a 100%);
    background-image: url(/static/js/socialshareprivacy/socialshareprivacy/images/settings_dark.png),linear-gradient(top,#6a6767 0,#2d2a2a 100%);
    background-image: url(/static/js/socialshareprivacy/socialshareprivacy/images/settings_dark.png);
    background-color: #4f4c4c;
    border-color: #7e7e7e;
}
.social_share_privacy_area.skin-dark li.settings_info .settings_info_menu.on {
    background-color: #4f4c4c;
    color: #fff;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.social_share_privacy_area li.settings_info .settings_info_menu.on .settings {
    border-top-width: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu form fieldset {
    border-width: 0;
    margin: 0;
    padding: 0 10px 10px;
}
.social_share_privacy_area li.settings_info .settings_info_menu form fieldset legend {
    font-size: 11px;
    font-weight: bold;
    line-height: 14px;
    margin: 0;
    padding: 10px 0;
    width: 115px;
}
.social_share_privacy_area li.settings_info .settings_info_menu form fieldset input {
    clear: both;
    float: left;
    margin: 4px 10px 4px 0;
    padding: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu form fieldset label {
    display: inline-block;
    float: left;
    font-size: 11px;
    font-weight: bold;
    line-height: 24px;
    -moz-transition: color .5s ease-in;
    -webkit-transition: color .5s ease-in;
    transition: color .5s ease-in;
    margin: 0;
    padding: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu form fieldset label.checked {
    color: #090;
}
/* Top-Orientation */
.social_share_privacy_area li.settings_info.top {

}
.social_share_privacy_area li.settings_info.top .settings_info_menu.on {
    top: auto;
    bottom: -3px;
    padding-bottom: 22px;
}
.social_share_privacy_area.vertical li.settings_info.top .settings_info_menu.on {
    bottom: 0;
}
.social_share_privacy_area li.settings_info.top .settings_info_menu.on > a {
    position: absolute;
    bottom: 0;
    left: 0;
}
.social_share_privacy_area li.settings_info.top .settings_info_menu.on > a .help_info.icon {
    border-top-width: 2px;
    border-bottom-width: 0;
    -webkit-border-radius: 0 0 0 5px;
       -moz-border-radius: 0 0 0 5px;
            border-radius: 0 0 0 5px;
}
.social_share_privacy_area li.settings_info.top .settings_info_menu.on > a.settings {
    left: 25px;
    border-top-width: 2px;
    border-bottom-width: 0;
    -webkit-border-radius: 0 5px 0 0;
       -moz-border-radius: 0 5px 0 0;
            border-radius: 0 5px 0 0;
}

/*********************************
	 jPlayer
**********************************/

div.jp-audio,
div.jp-audio-stream,
div.jp-video {

	/* Edit the font-size to counteract inherited font sizing.
	 * Eg. 1.25em = 1 / 0.8em
	 */

	font-size:1.25em; /* 1.25em for testing in site pages */ /* No parent CSS that can effect the size in the demos ZIP */

	font-family:Verdana, Arial, sans-serif;
	line-height:1.6;
	color: #fff;
	//border-top:1px solid #554461;
	//border-left:1px solid #554461;
	//border-right:1px solid #180a1f;
	//border-bottom:1px solid #180a1f;
	//background-color:#3a2a45;
}
div.jp-audio {
	width:201px;
	padding:20px;
}

div.jp-audio-stream {
	width:101px;
}

div.jp-video-270p {
	width:480px;
}
div.jp-video-360p {
	width:640px;
}
div.jp-video-full {
	/* Rules for IE6 (full-screen) */
	width:480px;
	height:270px;
	/* Rules for IE7 (full-screen) - Otherwise the relative container causes other page items that are not position:static (default) to appear over the video/gui. */
	position:static !important; position:relative;
}

/* The z-index rule is defined in this manner to enable Popcorn plugins that add overlays to video area. EG. Subtitles. */
div.jp-video-full div div {
	z-index:1000;
}

div.jp-video-full div.jp-jplayer {
	top: 0;
	left: 0;
	position: fixed !important; position: relative; /* Rules for IE6 (full-screen) */
	overflow: hidden;
}

div.jp-video-full div.jp-gui {
	position: fixed !important; position: static; /* Rules for IE6 (full-screen) */
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	z-index:1001; /* 1 layer above the others. */
}
div.jp-video-full div.jp-interface {
	position: absolute !important; position: relative; /* Rules for IE6 (full-screen) */
	bottom: 0;
	left: 0;
}

div.jp-interface {
	position: relative;
	width:100%;
	background-color:#720303; /* Required for the full screen */
}


div.jp-audio .jp-interface {
	height: 80px;
	padding-top:30px;
}

div.jp-audio-stream .jp-interface {

}

/* @group CONTROLS */

div.jp-controls-holder {
	clear: both;
	width:440px;
	margin:0 auto 10px auto;
	position: relative;
	overflow:hidden;
}

div.jp-interface ul.jp-controls {
	background: url("images/jplayer.pink.flag.jpg") 0 0 no-repeat;
	list-style-type:none;
	padding: 1px 0 2px 1px;
	overflow:hidden;
	width: 201px;
	height: 34px;
}

div.jp-audio ul.jp-controls,
div.jp-audio-stream ul.jp-controls {
	margin:0 auto;
}

div.jp-audio-stream ul.jp-controls {
	width: 100px;
}

div.jp-video ul.jp-controls {
	margin:0 0 0 115px;
	float:left;
	display:inline; /* need this to fix IE6 double margin */
}

div.jp-interface ul.jp-controls li {
	display:inline;
	float: left;
}
div.jp-interface ul.jp-controls a {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	height: 34px;
	margin: 0 1px 2px 0;
	padding: 0;
}


/* @group single player controls */

div.jp-type-single  .jp-controls li a{
	width: 99px;
}

div.jp-type-single  .jp-play {
	background: url("images/jplayer.pink.flag.jpg") 0px -40px no-repeat;
}

div.jp-type-single  .jp-play:hover {
	background: url("images/jplayer.pink.flag.jpg") -100px -40px no-repeat;
}

div.jp-type-single  .jp-pause {
	background: url("images/jplayer.pink.flag.jpg") 0px -120px no-repeat;
}

div.jp-type-single  .jp-pause:hover {
	background: url("images/jplayer.pink.flag.jpg") -100px -120px no-repeat;
}

/* The right border is normally in the ul background image. */
div.jp-audio-stream .jp-play,
div.jp-audio-stream .jp-pause {
	//border-right:1px solid #180920;
}

div.jp-type-single  .jp-stop {
	background: url("images/jplayer.pink.flag.jpg") 0px -80px no-repeat;
}

div.jp-type-single  .jp-stop:hover {
	background: url("images/jplayer.pink.flag.jpg") -100px -80px no-repeat;
}

/* @end */

/* @group playlist player controls */

div.jp-type-playlist .jp-controls li a{
	width: 49px;
}

div.jp-type-playlist .jp-play {
	background: url("images/jplayer.pink.flag.jpg") -24px -40px no-repeat;
}

div.jp-type-playlist .jp-play:hover {
	background: url("images/jplayer.pink.flag.jpg") -124px -40px no-repeat;
}

div.jp-type-playlist .jp-pause {
	background: url("images/jplayer.pink.flag.jpg") -24px -120px no-repeat;
}

div.jp-type-playlist .jp-pause:hover {
	background: url("images/jplayer.pink.flag.jpg") -124px -120px no-repeat;
}

div.jp-type-playlist .jp-stop {
	background: url("images/jplayer.pink.flag.jpg") -24px -80px no-repeat;
}

div.jp-type-playlist .jp-stop:hover {
	background: url("images/jplayer.pink.flag.jpg") -124px -80px no-repeat;
}

div.jp-type-playlist .jp-previous {
	background: url("images/jplayer.pink.flag.jpg") -24px -200px no-repeat;
}

div.jp-type-playlist .jp-previous:hover {
	background: url("images/jplayer.pink.flag.jpg") -124px -200px no-repeat;
}

div.jp-type-playlist .jp-next {
	background: url("images/jplayer.pink.flag.jpg") -24px -160px no-repeat;
}

div.jp-type-playlist .jp-next:hover {
	background: url("images/jplayer.pink.flag.jpg") -124px -160px no-repeat;
}

/* @end */

/* @end */




/* @group TOGGLES */

ul.jp-toggles {
	list-style-type:none;
	padding:0;
	margin:0 auto;
	overflow:hidden;
}

div.jp-audio ul.jp-toggles {
	width:55px;
}

div.jp-audio .jp-type-single ul.jp-toggles {
	width:25px;
}

div.jp-video ul.jp-toggles {
	width:100px;
	margin-top: 10px;
}

ul.jp-toggles li{
	display:block;
	float:right;
}

ul.jp-toggles li a{
	display:block;
	width:25px;
	height:18px;
	text-indent:-9999px;
	line-height:100%; /* need this for IE6 */
}

.jp-full-screen {
	background: url("images/jplayer.pink.flag.jpg") 0 -420px no-repeat;
	margin-left: 20px;
}

.jp-full-screen:hover {
	background: url("images/jplayer.pink.flag.jpg") -30px -420px no-repeat;
}

.jp-restore-screen {
	background: url("images/jplayer.pink.flag.jpg") -60px -420px no-repeat;
	margin-left: 20px;
}

.jp-restore-screen:hover {
	background: url("images/jplayer.pink.flag.jpg") -90px -420px no-repeat;
}

.jp-repeat {
	background: url("images/jplayer.pink.flag.jpg") 0 -440px no-repeat;
}

.jp-repeat:hover {
	background: url("images/jplayer.pink.flag.jpg") -30px -440px no-repeat;
}

.jp-repeat-off {
	background: url("images/jplayer.pink.flag.jpg") -60px -440px no-repeat;
}

.jp-repeat-off:hover {
	background: url("images/jplayer.pink.flag.jpg") -90px -440px no-repeat;
}

.jp-shuffle {
	background: url("images/jplayer.pink.flag.jpg") 0 -460px no-repeat;
	margin-left: 5px;
}

.jp-shuffle:hover {
	background: url("images/jplayer.pink.flag.jpg") -30px -460px no-repeat;
}

.jp-shuffle-off {
	background: url("images/jplayer.pink.flag.jpg") -60px -460px no-repeat;
	margin-left: 5px;
}

.jp-shuffle-off:hover {
	background: url("images/jplayer.pink.flag.jpg") -90px -460px no-repeat;
}


/* @end */

/* @group progress bar */

/* The seeking class is added/removed inside jPlayer */
div.jp-seeking-bg {
	background: url("images/jplayer.pink.flag.seeking.gif");
}

.jp-progress {
	background: url("images/jplayer.pink.flag.jpg") 0px -240px no-repeat;
	width: 197px;
	height: 13px;
	padding: 0 2px 2px 2px;
	margin-bottom: 4px;
	overflow:hidden;
}

div.jp-video .jp-progress {
	border-top:1px solid #180a1f;
	border-bottom: 1px solid #554560;
	width:100%;
	background-image: none;
	padding: 0;
}

.jp-seek-bar {
	background: url("images/jplayer.pink.flag.jpg") 0px -260px repeat-x;
	width:0px;
	height: 100%;
	overflow:hidden;
	cursor:pointer;
}

.jp-play-bar {
	background: url("images/jplayer.pink.flag.jpg") 0px -280px repeat-x;
	width:0px;
	height: 100%;
	overflow:hidden;
}


/* @end */

/* @group volume controls */

div.jp-interface ul.jp-controls a.jp-mute,
div.jp-interface ul.jp-controls a.jp-unmute,
div.jp-interface ul.jp-controls a.jp-volume-max {
	background: url("images/jplayer.pink.flag.jpg") 0px -330px no-repeat;
	position: absolute;
	width: 16px;
	height: 11px;
}

div.jp-audio ul.jp-controls a.jp-mute,
div.jp-audio ul.jp-controls a.jp-unmute,
div.jp-audio-stream ul.jp-controls a.jp-mute,
div.jp-audio-stream ul.jp-controls a.jp-unmute {
	top:-6px;
	left: 0;
}

div.jp-audio ul.jp-controls a.jp-volume-max,
div.jp-audio-stream ul.jp-controls a.jp-volume-max {
	top:-6px;
	right: 0;
}


div.jp-video ul.jp-controls a.jp-mute,
div.jp-video ul.jp-controls a.jp-unmute {
	left: 0;
	top:14px;
}

div.jp-video ul.jp-controls a.jp-volume-max {
	left: 84px;
	top:14px;
}

div.jp-interface ul.jp-controls a.jp-mute:hover {
	background: url("images/jplayer.pink.flag.jpg") -25px -330px no-repeat;
}

div.jp-interface ul.jp-controls a.jp-unmute {
	background: url("images/jplayer.pink.flag.jpg") -60px -330px no-repeat;
}

div.jp-interface ul.jp-controls a.jp-unmute:hover {
	background: url("images/jplayer.pink.flag.jpg") -85px -330px no-repeat;
}

div.jp-interface ul.jp-controls a.jp-volume-max {
	background: url("images/jplayer.pink.flag.jpg") 0px -350px no-repeat;
}

div.jp-interface ul.jp-controls a.jp-volume-max:hover {
	background: url("images/jplayer.pink.flag.jpg") -25px -350px no-repeat;
}

.jp-volume-bar {
	background: url("images/jplayer.pink.flag.jpg") 0px -300px repeat-x;
	position: absolute;
	width: 197px;
	height: 4px;
	padding: 2px 2px 1px 2px;
	overflow: hidden;
}

.jp-volume-bar:hover {
	cursor:  pointer;
}


div.jp-audio .jp-interface .jp-volume-bar,
div.jp-audio-stream .jp-interface .jp-volume-bar {
	top:45px;
	left: 0;
}

div.jp-audio-stream .jp-interface .jp-volume-bar {
	width: 97px;
	border-right:1px solid #180920;
	padding-right:1px;
}

div.jp-video .jp-volume-bar {
	top: 0;
	left: 0;
	width:95px;
	border-right:1px solid #180920;
	padding-right:1px;
	margin-top: 30px;
}

.jp-volume-bar-value {
	background: url("images/jplayer.pink.flag.jpg") 0px -320px repeat-x;
	height: 10px;
}

/* @end */

/* @group current time and duration */

.jp-current-time, .jp-duration {
	width:70px;
	font-size:.5em;
	color: #8c7a99;
}

.jp-current-time {
	float: left;
}

.jp-duration {
	float: right;
	text-align:right;
}

.jp-video .jp-current-time {
	padding-left:20px;
}

.jp-video .jp-duration {
	padding-right:20px;
}

/* @end */

/* @group playlist */

.jp-title ul,
.jp-playlist ul {
	list-style-type:none;	
	font-size:.7em;
	margin: 0;
	padding: 0;
}

.jp-video .jp-title ul {
	margin: 0 20px 10px;
}

.jp-video .jp-playlist ul {
	margin: 0 20px;
}

.jp-title li,
.jp-playlist li {
	position: relative;
	padding: 2px 0;
	border-top:1px solid #554461;
	border-bottom:1px solid #180a1f;
	overflow: hidden;
}

.jp-title li{
	border-bottom:none;
	border-top:none;
	padding:0;
	text-align:center;
}

/* Note that the first-child (IE6) and last-child (IE6/7/8) selectors do not work on IE */

div.jp-type-playlist div.jp-playlist li:first-child {
	border-top:none;
	padding-top:3px;
}

div.jp-type-playlist div.jp-playlist li:last-child {
	border-bottom:none;
	padding-bottom:3px;
}

div.jp-type-playlist div.jp-playlist a {
	//color: #fff;
	text-decoration:none;
}

div.jp-type-playlist div.jp-playlist a:hover {
	//color: #e892e9;
}

div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
	//background-color: #26102e;
	margin: 0 -20px;
	padding: 2px 20px;
	border-top: 1px solid #26102e;
	border-bottom: 1px solid #26102e;
}

div.jp-type-playlist div.jp-playlist li.jp-playlist-current a{
	//color: #e892e9;
}

div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove {
	float:right;
	display:inline;
	text-align:right;
	margin-left:10px;
	font-weight:bold;
	//color:#8C7A99;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove:hover {
	//color:#E892E9;
}

div.jp-type-playlist div.jp-playlist span.jp-free-media {
	float: right;
	display:inline;
	text-align:right;
	//color:#8C7A99;
}

div.jp-type-playlist div.jp-playlist span.jp-free-media a{
	//color:#8C7A99;
}

div.jp-type-playlist div.jp-playlist span.jp-free-media a:hover{
	//color:#E892E9;
}
span.jp-artist {
	font-size:.8em;
	//color:#8C7A99;
}

/* @end */

div.jp-video div.jp-video-play {
	width:100%;
	overflow:hidden; /* Important for nested negative margins to work in modern browsers */
	cursor:pointer;
}
div.jp-video-270p div.jp-video-play {
	margin-top:-270px;
	height:270px;
}
div.jp-video-360p div.jp-video-play {
	margin-top:-360px;
	height:360px;
}
div.jp-video-full div.jp-video-play {
	height:100%;
}
a.jp-video-play-icon {
	position:relative;
	display:block;
	width: 112px;
	height: 100px;

	margin-left:-56px;
	margin-top:-50px;
	left:50%;
	top:50%;

	background: url("images/jplayer.pink.flag.video.play.png") 0 0 no-repeat;
	text-indent:-9999px;
}
div.jp-video-play:hover a.jp-video-play-icon {
	background: url("images/jplayer.pink.flag.video.play.png") 0 -100px no-repeat;
}


div.jp-jplayer audio,
div.jp-jplayer {
	width:0px;
	height:0px;
}

div.jp-jplayer {
	background-color: #000000;
}

/* @group NO SOLUTION error feedback */

.jp-no-solution {
	padding:5px;
	font-size:.8em;
	background-color:#720303;
	border-top:2px solid #554461;
	border-left:2px solid #554461;
	border-right:2px solid #180a1f;
	border-bottom:2px solid #180a1f;
	color:#FFF;
	display:none;
}

.jp-no-solution a {
	color:#FFF;
}

.jp-no-solution span {
	font-size:1em;
	display:block;
	text-align:center;
	font-weight:bold;
}