
/*User index specific*/  

body.user-index {} 
	body.user-index .user-account { border-bottom: 1px dotted #666; }
		
	body.user-index .content-list .pager { float:right; margin-bottom: 1em; overflow: hidden;}
		body.user-index .content-list .pager ul { float:right; list-style: none outside none;}
			body.user-index .content-list .pager li { float: left; margin-right: .5em; color: #000000; font-size: 1.4em; }  
			.content-list .pager ul li span { color: #000000; font-size: 1em; font-weight: normal; }
				body.user-index .content-list .pager li:first-child { margin-left: 0;}
		        body.user-index .content-list .pager .prev, body.user-index .content-list .pager .next { display: block; width: 8px; height: 11px; text-indent: -1000em; overflow: hidden; padding:0;}
		          body.user-index .content-list .pager .prev { background: url("../images/ico_pager_prev_off.png") no-repeat;}
		          body.user-index .content-list .pager .prev:hover { background: url("../images/ico_pager_prev_on.png") no-repeat #4891dc;}
		          body.user-index .content-list .pager .next { background: url("../images/ico_pager_next_off.png") no-repeat;}
		          body.user-index .content-list .pager .next:hover { background: url("../images/ico_pager_next_on.png") no-repeat #4891dc;}          
		
		
		
body.user-index .content-card.videos { margin: 2em 0 2em; border-bottom: none!important;}  


body.user-index .header .actions {margin: 1em 0;} 
	body.user-index .header .actions span { font-size: 1.3em;}
	body.user-index .header .actions ul { float:right; list-style: none;}
    	body.user-index .header .actions ul li { float:left; margin-left: 1em;}  
            body.user-index .header .actions a { color: #000; text-decoration: none;}       
				body.user-index .header .actions a span {display:none;}
        	body.user-index .header .actions a.view { background: url("../images/ico_view_video_off.png") left top no-repeat; padding: 0.3em 0 1em 3.2em;}
			body.user-index .header .actions a.view:hover { background: url("../images/ico_view_video_on.png") left top no-repeat; color: #1E6DDA;}
			body.user-index .header .actions a.tvmode { background: url("../images/ico_tvmode.png") left top no-repeat; padding:  0.3em 0 1em 2.3em;}
			body.user-index .header .actions a.tvmode:hover { background: url("../images/ico_tvmode_on.png") left top no-repeat; color: #1E6DDA;}
		  
body.user-index .content-list.one-cols .item-list > li .item .extended-info { left: -30.8em;}                   