/* -- RESETS ---------------------- */
		
* {margin:0;padding:0;outline:0;border:0;}
body {background-color:#e8e8e8;}
body, input, textarea, select, button {
	font:11px Arial, sans serif;
}
li {list-style:none;}



#body-container {padding-top:40px;padding-bottom:40px;}
#body-content {}

/* -- FIXED ELEMENTS ---------------------- */
div.fixed-position {
	height:40px;
	line-height:40px;
	position: fixed ;
	text-align: center ;
	z-index: 1000 ;
	width:100%;
	color:white;
}

div.fixed-n {
	background:url(../img/topnav-bg.png) repeat-x;
	left: 0px;
	top: 0px;
}
div.fixed-s {
	bottom: 0px;
	left: 0px;
	background-color: #191919;
}
/* -- IE 6 FIXED POSITION HACK ---------------------- */
html,
body,
#body-container {
	_height: 100% ;
	_overflow: hidden ;
	_width: 100% ;
}
#body-container {
	_overflow-y: scroll ;
	_overflow-x: hidden ;
	_position: relative ;
}
div.fixed-position {
	_position: absolute ;
}
/* For the scrollbar. */
div.fixed-n,
div.fixed-s {
	_padding-left: 16px;
	_margin-left: -16px ;
}

#body-content {}

#column-1, #column-2, #column-3 {
	float:left;
}
#column-1 {
	width:190px;
}
#column-2 {
}
#column-3 {
	width:323px;
}
.block-type-1, .block-type-4  {
	background:#fff;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin:5px 0 0 5px;
}
.block-type-1 {padding:5px;}
.block-type-4 {padding:0 0 5px 0;}

.block-type-2 {
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background:url(../img/column-2-bg.jpg) top center no-repeat;
	margin:5px 0 0 5px;
	height:450px;
	padding:5px 5px 5px 13px;
}
.block-type-3 {
	background:url(../img/column-bg.gif) top left repeat-y;
	margin:0 0 0 5px;
	padding:5px 5px 5px 13px;
}
.block-type-3-end {
	background:url(../img/column-bg-end.png) top left no-repeat;
	margin:0 0 0 5px;
	height:20px;
}

/* -- COLUMN 2 ---------------------- */

#search-form {
	background:url(../img/search-form.png) top left no-repeat;
	width:450px;
	height:67px;
	margin:100px auto 0 auto;
}
#search {
	background:transparent;
	border:0px;
	float:left;
	width:370px;
	height:47px;
	line-height:47px;
	color:white;
	font-size:2.6em;
	margin:9px 0 0 20px;
}
#search-submit {
	background:url(../img/search-btn.png) top left no-repeat;
	float:left;
	width:38px;
	height:40px;
	margin:14px 0 0 6px;
}
#search-submit:hover {
	background-position:0 -40px;
}

/* -- BOTTOM NAV ---------------------- */

#player-play, #player-previous, #player-next, #player-volume, #player-shuffle {
	display:block;
	background-image:url(../img/player-btn.png);
	float:left;
	height:40px;
	width:42px;
}	

.cur-play {background-position:0 0;}
.cur-pause {background-position:-42px 0;}
.cur-play:hover {background-position:0 -40px;}
.cur-pause:hover {background-position:-42px -40px;}

#player-previous {background-position:-84px 0;}
#player-previous:hover {background-position:-84px -40px;}

#player-next:hover {background-position:-126px -40px;}
#player-next {background-position:-126px 0;}
		
.shuffle-off {background-position:-210px 0;}
.shuffle-on {background-position:-210px -40px;}

#player-volume {background-position:-168px 0;}
#player-volume:hover {background-position:-168px -40px;}
		
#player-autoplay {
	display:block;
	background-image:url(../img/repeat-btn.png);
	float:left;
	height:40px;
	width:42px;
}

.autoplay-stop {background-position:0 0;}
.autoplay-on {background-position:0 -40px;}
.autoplay-element {background-position:0 -80px;}

#cur-time, #cur-duration {
	display:block;
	float:left;
	height:40px;
	width:40px;
}

#player-title {
	position:relative;
	float:left;
	height:40px;
	width:200px;
	overflow:hidden;
	text-transform:uppercase;
}
#fade-title {display:block;position:absolute;width:200px;height:40px;margin-top:-40px;left:0;/*background:url(../img/fade-title.png);*/}

#player-progress {height:40px;width:300px;margin:0 20px;float:left;}
#slider-progress {margin-top:13px;}
#dialog-volume {
	padding:20px;
	display:none;
	top:-143px;
	position:absolute;
	background-color:#191919;
	margin-left:-10px;
	
	border-top:1px solid #ccc;border-left:1px solid #ccc;border-right:1px solid #ccc;
	border-top-right-radius:5px;border-top-left-radius:5px;
	-moz-border-radius-topright:5px;-moz-border-radius-topleft:5px;
	-webkit-border-top-right-radius:5px;-webkit-border-top-left-radius:5px
}

/* -- TOP NAV ---------------------- */

#topsearch-form, #logo-container {float:left;height:40px;}
#topsearch {
	margin-left:5px;
	height:14px;
	width:190px;
	padding:2px;
	color:#fff;
	font-weight:bold;
	background:#aaa;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
#logo-container {margin:0 20px;}
#nav-menu ul li {
	background:url(../img/topnav-sep.png) top left no-repeat;
	padding:0 10px;
	display:block;
	height:40px;
	float:left;
}
#nav-menu ul li a {
	font-size:1.2em;
	color:#fff;
	text-decoration:none;
	text-shadow:-1px -1px 0 #000;
}
#nav-menu ul li a:hover {
	text-decoration:underline;
}

#usage ul {}
#usage ul li span {font-weight:bold;}
#usage ul li {background:url('../img/iconset.png') 2px -160px no-repeat;padding-left:20px;}

#follow ul, #follow ul #fb-root, #follow ul #fb-root iframe {width:175px;}
#follow ul li span {font-weight:bold;}
#follow ul li {padding:0 0 2px 22px;height:16px;}
#follow ul li.facebook {background:url('../img/iconset.png') 2px -192px no-repeat;}
#follow ul li.twitter {background:url('../img/iconset.png') 2px -224px no-repeat;}
#follow ul li.fblike {padding:0 0 4px 0;height:20px;}

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	background:transparent;
	font-size:1em;
}

.loader-type-1 {display:block;width:16px;height:16px;margin:4px 0 2px 20px;}
.loader-type-2 {display:block;width:32px;height:32px;margin:0 auto;}
.loader-logo {display:block;width:157px;margin:0 auto;}
.loader-container-1 {background:#fff;width:200px;padding:5px;margin:5px auto;text-align:center;}
#loader-container {position:absolute;width:157px;padding:10px;top:50%;left:50%;margin-left:-100px;margin-top:-36px;text-align:center;background:#fff;border:1px solid #a6c9e2;}
.loader-container-1, #loader-container {border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;}


a, a:link,a:active,a:hover,a:visited {outline:none;}
a:link,a:active,a:visited {color:#3399ef;text-decoration:none;}
a:hover {color:#1587b6;text-decoration:underline;}

#column-1 .block-type-1 h3 {padding:0px 0 4px 4px;color:#4e5864;font-weight:bold;clear:both;text-shadow:1px 1px 1px #fff;text-transform:uppercase;}

.cell {position:relative;color:#404040;background-color:#fff;}
.cell .frame {float:left;margin:0 6px 0 0;position:relative;}
.frame img {display:block;height:60px;width:90px;padding:2px;border:1px solid #ccc;background:#fff;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;}
.cell .title, .cell .category, .cell .keywords, .cell .movie_id, .cell .duration, .cell .thumbnail {display:none;}

.odd {background-color:#eeeeee;}
#column-2 .over {background-color:#d3e6f8;}
#body-content #column-2 .active {background-color:#0094ff;}


.active {background-color:#0094ff;color:#fff;}
.cell a, .cell a:link, .cell a:hover, .cell a :active, .cell a:visited {color:#404040;}
.active a, .active a:link, .active a:hover, .active a :active, .active a:visited  {color:#fff;}
.cell a.play:hover {text-decoration:none;}
.cell a:hover {text-decoration:none;}

.active .col-add, .active .col-del  {color:#fff;background-color:#0094ff;}
.col-del, .col-add {cursor:pointer;display:block;float:left;font-size:1.5em;font-weight:bold;height:20px;margin-right:10px;position:relative;}

.block .cell {margin:0 5px 5px 5px;padding:5px;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}

.block .cell .col-del span, .block .cell .col-add span {display:block;font-size:0.65em;}
.grid .cell .col-del span, .grid .cell .col-add span {display:block;font-size:0.75em;}
.block .cell .col-del, .block .cell .col-add, .grid .cell .col-del, .grid .cell .col-add {margin:0;}

.list .cell .col-del span, .list .cell .col-add span {display:none;}

.list .cell .frame {display:none;}
.list .cell .play, .list .cell a.play:link {display:block;float:left;width:85%;padding-left:10px;}
.list .cell .col-duration {float:left;width:8%;}
.list .cell .col-del, .list .cell .col-add {float:right;}
.list .cell {margin:0 5px 2px 5px;height:20px;line-height:20px;position:static;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}

.grid .cell {float:left;width:110px;font-size:0.9em;margin:0 0 5px 2%;min-height:160px;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
.grid .cell {padding:5px;}
.grid .cell .col-del, .grid .cell .col-add {float:none;}
.grid .cell .frame {margin:0;float:none;text-align:center;}
.grid .cell .frame img {display:inline;}
.grid .cell .box {padding:0 5px 0 5px;text-align:center;}

.clear {clear:both;}
.fleft {float:left;}
.fright {float:right;}
.alignright {text-align:right;}
.aligncenter {text-align:center;}
.bold {font-weight:bold;}
.orange {color:#ff5000;}
.blue {color:#0094ff;}
.brown {color:#872323;}
.small {font-size:0.8em;}
.gray {color:gray;}
.black {color:black;}
.silver {color:silver;}
.black {color:black;}

.playlists a, .playlists a:link, .playlists a:visited {
	height:20px;
	line-height:20px;
	padding-left:25px;
	text-decoration:none;
	display:block;
}
.playlists  a, .playlists a:link, .playlists  a:visited {
	background-image:url(../img/iconset.png);
	background-position:5px 2px;
	background-repeat:no-repeat;
}
.playlists a, .playlists a:hover {color:#404040;}
.playlists a:hover {background-color: #d3e6f8;}
.playlists a:hover, .playlists a:active, .playlists .active {border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;}
.playlists a:active, #column-1 .playlists .active {background-color: #3399ff;color:#fff;}

#body-content #column-1 .playlists .drop-active {background-color: #ff7a19;color:#fff;border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;}
#body-container #body-content #column-1 .playlists .drop-accepted {background-color: #66cc33;color:#fff;border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;}

#quicklist {background-position:5px -126px;}
#best-playlist a {background-position:5px -30px;}

#add-playlist {
background-color:#393939;
color:#fff;
display:block;
float:left;
margin:5px;
padding:2px 5px;
text-shadow:-1px -1px 0 #000000;
font-weight:bold;
border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;
}
#add-playlist:hover {background-color:#494949;text-decoration:none;}

a#pls_delete, a#pls_delete:link {margin:2px 0 2px 0;}

.hide,.title,.duration,.movie_url,.thumbnail {display:none;}

#cur-title {color:white;font-weight:normal;white-space:nowrap;position:relative;left:0px;text-shadow:1px 1px 1px #000;}

#createPlaylistTable input#public, #createPlaylistTable input#private {width:20px;}
#registerTable input#male, #registerTable input#female {width:20px;}
#contactTable textarea {width:160px;}

.error {color:red;}

#pagin-container {padding:5px 0 0 5px;font-size:1.3em;clear:both;}
#pagin-container a, #pagin-container a:link, #pagin-container span {display:block;float:left;color:#404040;margin-right:4px;padding:2px 4px;}
#pagin-container a:hover {background:#d3e6f8;text-decoration:none;}
#pagin-container a:hover, #pagin-container a:active, #current-page {border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;}
#pagin-container #current-page {background:#3399ef;color:white;font-weight:bold;}

#result-header {
	background:#444;
	border-top-right-radius:5px;border-top-left-radius:5px;
	-moz-border-radius-topright:5px;-moz-border-radius-topleft:5px;
	-webkit-border-top-right-radius:5px;-webkit-border-top-left-radius:5px;
	height:40px;
}
#result-header #result-stats {float:left;height:40px;line-height:40px;color:#fff;font-size:1.2em;text-shadow:-1px -1px 0 #000;padding-left:6px;}
#result-header #result-link {display:none;}
#result-header #result-link input {width:280px;}
#result-ads-container {background:#e8e8e8;padding-top:4px;}
#result-ads-container, #list-header {border-left:1px solid #ccc;border-right:1px solid #ccc;}
#result-ads {width:468px;margin:0 auto;clear:both;}
#pls-caption {font-style:italic;}
#list-header {background:url(../img/list-header.png) repeat-x #e8e8e8;height:26px;line-height:26px;margin-bottom:5px;font-weight:bold;color:#666;text-shadow:1px 1px 0px #fff;}
#list-header ul {padding-left:5px;}
#list-header ul li {float:left;}
#list-header #permalink {float:right;margin-right:5px;margin-right:5px;}
#list-header #permalink input {color:#404040;width:300px;border:1px solid #ccc;}

#result-header #select-display {float:right;margin-right:10px;}
#full-view , #list-view , #grid-view {height:40px;width:42px;float:left;background:url(../img/display-cells.png) no-repeat;}
#full-view  {background-position:0 0;}
#full-view:hover {background-position:0 -40px;}
#list-view  {background-position:-42px 0;}
#list-view:hover {background-position:-42px -40px;}
#grid-view {background-position:-84px 0;}
#grid-view:hover {background-position:-84px -40px;}

#video-info {background:white;margin:5px 0;padding:5px;position:relative;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;}
#video-info h2, #video-info h3 {display:inline;font-weight:bold;}
#video-info .title {display:block;font-weight:bold;padding:0 0 4px 0;}
#video-export {margin:4px 0 0 0;}

#video-info .permalink, #video-info .share-fb, #video-info .share-twt {height:16px;line-height:16px;}
#video-info .permalink input {
	border-width:1px;border-style:solid;border-color:#a3a3a3 #d9d9d9 #d9d9d9 #d9d9d9;
	background:url(../img/input-bg.png) top left repeat-x;
	width:250px;font-size:1em;padding:2px;margin-bottom:5px;
	border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;
}
#video-info .permalink {background:url('../img/iconset.png') 2px -94px no-repeat;padding: 0 0 6px 22px;}
#video-info .share-fb {background:url('../img/iconset.png') 2px -256px no-repeat;padding:0 0 2px 22px;}
#video-info .share-twt {background:url('../img/iconset.png') 2px -288px no-repeat;padding:0 0 2px 22px;}

.search_empty {margin:10px;}

#lang a:link, #lang a:active, #lang a:visited {color:white;}
#lang {float:left;width:40px;height:40px;}
#current_lang {cursor:pointer;margin:10px 0 0 13px;padding:0 4px;width:100px;}
#list_lang li {padding:1px 2px;height:20px;line-height:20px;text-align:left;}
#list_lang {position:absolute;display:none;background:#191919;border:1px solid silver;padding:0 5px;
border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;}

#lang  .flag {float:left;background:transparent url(../img/lang/all.png);height:11px;margin:4px 8px 0 0;width:16px;font-size:0;display:block;}
#lang  .us {background-position:0 -165px;}
#lang  .uk {background-position:0 -154px;}
#lang  .fr {background-position:0 -55px;}
#lang  .de {background-position:0 -22px;}
#lang  .es {background-position:0 -44px;}
#lang  .it {background-position:0 -77px;}
#lang  .br {background-position:0 0;}
#lang  .pt {background-position:0 -110px;}
#lang  .dk {background-position:0 -33px;}
#lang  .pl {background-position:0 -99px;}
#lang  .nl {background-position:0 -88px;}
#lang  .se {background-position:0 -121px;}
#lang  .sk {background-position:0 -143px;}
#lang  .cn {background-position:0 -11px;}
#lang  .si {background-position:0 -132px;}
#lang  .hu {background-position:0 -66px;}

#pls_title, #pls_caption {margin:2px 0;}
.result-ads {margin-bottom:5px;}
#pls_title {font-weight:bold;color:black;}
#pls_caption {font-size:0.8em;}

#muzikoo_widget_code {display:block;width:400px;height:160px;}
#ads-center-text {border:0;margin:0;padding:0;width:468px;height:60px;margin: 0 0 0 6px;}
#ads-right-image {border:0;margin:0;padding:0;width:300px;height:250px;}
#ads-right-text {border:0;margin:0;padding:0;width:300px;height:250px;}


div.fixed-position, #body-container {min-width:1000px;}

#dragHelper {
	width:auto;
	background:#ff6b00;
	color:#fff;
	padding:2px 5px;
	border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;
}

.form label {
	float:left;
	display:block;
	width:140px;
	clear:both;
	font-size:0.9em;
	font-weight:bold;
	height:30px;
	line-height:30px;
}
.form input, .form select, .form textarea {
	border-width:1px;
	border-style:solid;
	border-color:#a3a3a3 #d9d9d9 #d9d9d9 #d9d9d9;
	background:url(../img/input-bg.png) top left repeat-x;
	width:180px;
	font-size:1em;
	padding:5px;
	margin-bottom:5px;
	border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;
}
.form p {
	margin-bottom:5px;
}
.form .gender, .form .status {width:auto;border:0;background:0;}
.form .error {display:block;font-size:0.8em;}

#account-created img {text-align:center;}


#theme-nav {
	background-color:#191919;
	color:#FFFFFF;
	font-weight:bold;
	height:20px;
	line-height:20px;
	margin-left:5px;
	margin-top:-20px;
	opacity:0.8;
	padding:0 10px;
	border-bottom-right-radius:5px;border-top-bottom-radius:5px;
	-moz-border-radius-bottomright:5px;-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-right-radius:5px;-webkit-border-bottom-left-radius:5px
}
