body { 
       background:url(images/bg.png) repeat-x top  #fff;
       margin:0;
       
      font-family:Verdana, Arial, Helvetica, sans-serif; 
          font-size: 14px;
 
      }
      

    
#menu a:link {
	font: bold 12px Arial, Helvetica, sans-serif; text-decoration: none; text-transform:uppercase; color:#A2A2A2; padding:10px 5px; border-left:solid 1px black; border-right:solid 1px black;}

#menu a:visited {text-decoration: none; text-transform:uppercase; color:#A2A2A2; border-left:solid 1px black; border-right:solid 1px black;}

#menu a:hover	{ text-decoration: none; text-transform:uppercase; color:#FF0000; border-left:solid 1px #FF0000; border-right:solid 1px #FF0000;}
    

fieldset.search {
	border: none;
	width: 243px;
	margin: 0 auto;
	background: #222;
    float:right;
}
.search input, .search button {
	border: none;
	float: left;
}
.search input.box {
	color: #000;
	font-size: 1.2em;
	width: 190px;
	height: 30px;
	padding: 8px 5px 0;
	background: #616161 url(images/search_bg.gif) no-repeat;
	margin-right: 5px;
    border: none;
}
.search input.box:focus {
	background: #616161 url(images/search_bg.gif) no-repeat left -38px;
	outline: none;
}
.search button.btn {
	width: 38px;
	height: 38px;
	cursor: pointer;
	text-indent: -9999px;
	background: #fbc900 url(images/search_bg.gif) no-repeat top right;
}
.search button.btn:hover {
	background: #fbc900 url(images/search_bg.gif) no-repeat bottom right;
}

/* override the root element to enable scrolling */
	#flowpanes {
		position:relative;
		overflow:hidden;
		clear:both;
	}

	/* override single pane */
	#flowpanes div {
		float:left;
		display:block;
		width:670px;
		font-size:14px;
	}

	/* our additional wrapper element for the items */
	#flowpanes .items {
		width:20000em;
		position:absolute;
		clear:both;
		margin:0;
		padding:0;
	}

	#flowpanes .less, #flowpanes .less a {
		color:#999 !important;
		font-size:11px;
	}

/*{{{ general playlist settings, light gray */
.playlist {

	position:relative;
	overflow:hidden;	 	
	height:285px !important;
}

.playlist .clips {	
	position:absolute;
	height:20000em;
}

.playlist, .clips {
	width:260px;	
}

.clips a {
	background:url(/img/global/gradient/h80.png);
	display:block;
	background-color:#fefeff;
	padding:12px 15px;
	height:46px;
	width:195px;
	font-size:12px;
	border:1px outset #ccc;		
	text-decoration:none;
	letter-spacing:-1px;
	color:#000;
	cursor:pointer;
}

.clips a.first {
	border-top-width:1px;
}

.clips a.playing, .clips a.paused, .clips a.progress {
	background:url(/img/playlist/light.png) no-repeat 0px -69px;
	width:225px;
	border:0;
}
	
.clips a.progress {
	opacity:0.6;		
}

.clips a.paused {
	background-position:0 0;	
}

.clips a span {
	display:block;		
	font-size:11px;
	color:#666;
}

.clips a em {
	font-style:normal;
	color:#f00;
}	

.clips a:hover {
	background-color:#f9f9fa;		
}

.clips a.playing:hover, .clips a.paused:hover, .clips a.progress:hover {
	background-color:transparent !important;		 
}
/*}}}*/


/*{{{ petrol colored */

.clips.petrol a {
	background-color:#193947;
	color:#fff;
	border:1px outset #193947;
}

.clips.petrol a.playing, .clips.petrol a.paused, .clips.petrol a.progress {
	background:url(/img/playlist/dark.png) no-repeat 0px -69px;
	border:0;
}

.clips.petrol a.paused {
	background-position:0 0;	
}

.clips.petrol a span {
	color:#aaa;
}

.clips.petrol a em {
	color:#FCA29A;
	font-weight:bold;
}	

.clips.petrol a:hover {
	background-color:#274D58;		
} 

.clips.petrol a.playing:hover, .clips.petrol a.paused:hover, .clips.petrol a.progress:hover {
	background-color:transparent !important;		 
}
/*}}}*/


/*{{{ low version */

.clips.low a {	
	height:31px;
}

.clips.low a.playing, .clips.low a.paused, .clips.low a.progress {
	background-image:url(/img/playlist/light_small.png);
	background-position:0 -55px;
}

.clips.low a.paused {
	background-position:0 0;	
}


/*}}}*/


/*{{{ go buttons */

a.go {
	display:block;
	width:18px;
	height:18px;
	background:url(http://www.jnjfilms.com/images/up.png) no-repeat;
	margin:5px 0 5px 0;
	cursor:pointer;
}

a.go:hover, a.go.down:hover {
	background-position:0px -18px;		
}

a.go.down {
	background-image:url(http://www.jnjfilms.com/images/down.png);	
}

.petrol a.go {
	background-image:url(http://www.jnjfilms.com/images/up_dark.png);		
}

.petrol a.go.down {
	background-image:url(http://www.jnjfilms.com/images/down_dark.png);		
}

a.go.disabled {
	visibility:hidden;		
}
/*}}}*/

#footer {  height:75px; clear:both; padding-top:30px; width:920px; color:#808080; font-size:10px;}
#footer a { color:#ffffff; text-decoration:none;}
#footer a:hover { text-decoration:none; color:#FF0000;}

