/* ///////////////////////////////////

	www.isamovie.com 
	
	site specific styles
	
	uses main isagenix CSS 
	
	
//////////////////////////////////// */





	img, div, a, input { behavior: url(iepngfix.htc) }
	
	 .btn  { display: inline-block; }
	 #footer { height: 60px; }
	
/*
	 #footer .footerLine {
		padding: 13px 28px 10px;
		text-align: left;
	 }
*/
	 
	 #marketSelect { top: 58px; }
	 
	 #marketSelect span { margin-left: 10px; }
	 
	 #marketSelect span a { text-decoration: underline; }
	 
	 div#movie h2 {
		background:transparent url(http://media01.isagenix.com/corporate/ww/en/microsite/isamovie/img/hdr_isamovie.png) no-repeat scroll left center;
		color:#555;
		font-size: 20px;
		height:30px;
		line-height:1.1;
		padding:0 0 0 85px;
		text-align: left;
	 }
	 
	 div#movie h2 span { padding-top: 6px; }
	 	 
	 div#mainContent { margin: 10px 0 60px 0px; }
	 div#movie { width: 520px; text-align: center; }
	 
	 div#flashcontent { height: 370px; min-height: 370px; }
	 div#flashcontent embed, div#flashcontent object, div#flashcontent video { 
	 	border: 1px solid #CCCCCC;
	 	-moz-box-shadow: 5px 5px 8px #CCCCCC;
		-webkit-box-shadow: 5px 5px 8px #CCCCCC;
    	box-shadow: 5px 5px 8px #CCCCCC;
	 	margin-top: 40px; 
	 }
	 
	 div.playlist {
		float:left;		
		margin-right:20px; 
	 }
	
	 div.playlist {
		margin-top: 30px;
		width:200px;
	 }
	 
	 .column { margin-right: 10px; }
	 
	 div.playlist { width: 200px; margin-right:10px; }
	 div.playlist.last { margin-right: 0; }
	 div.playlist.last h3 { text-align: ; }
	 
	 div.playlist h3 { background: #eee; padding: 10px; margin-bottom: 0; }
	 
	 div.items { border-top: 3px solid #ccc; border-bottom: 3px solid #ccc; margin: 0; }

	 
	 img.thumb { float: left; margin: 5px 3px; }
	 
	 div.scrollNav p { border-right: 1px dotted #ccc; color: #888; float: left; margin: 10px; padding-right: 10px; width: 100px; }
	 
	/* single playlist item */
		div.items a {
			/* background:url(http://www.isamovie.com/img/block.jpg) no-repeat; */
			width:200px;
			/* height: 98px; */
			min-height: 98px;
			display:block;
			text-decoration:none;
			color:#444;	
			border-bottom: 1px dotted #ccc;
			position: relative;
		}
		
		div.items p {
			font-size: 10px;
		/*
			width:130px;
		*/
			padding: 8px 3px 0 0;
			position: relative;
			margin:0px;		
			z-index: 100;
		}
		
		div.items p.time {
			padding-top:0px;
			color:#669933;
			margin-top:5px;
		} 
		
		/* item stages: normal, hover, playing, paused */
		div.items a:hover {
			background: #337999;	
			opacity: 0.6;
			
		}
		
		div.items a img.play { display: none; position: absolute; top: 20%; left: 70px; z-index: 800; }
		div.items a:hover img.play { display: block; background: transparent; }
	
		
		/* prev, next, prevPage and nextPage buttons */
		
		a.prev, a.next, a.prevPage, a.nextPage {
			display:block;
			width:18px;
			height:18px;
			background:url(http://media01.isagenix.com/corporate/ww/en/microsite/isamovie/img/up.png) no-repeat;
			float:left;
			margin: 17px 3px;
			cursor:pointer;
			font-size:1px;
			text-indent: -9999px;
		}
		
		/* mouseover state */
		a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
			background-position:0px -18px;		
		}
		
		/* disabled navigational button */
		a.disabled {
			visibility:hidden !important;		
		}
		
		/* next button uses another background image */
		a.next, a.nextPage {
			background-image:url(http://media01.isagenix.com/corporate/ww/en/microsite/isamovie/img/down.png);
			clear:right;	
		}
