/* --- Import Sitewide Styles
-------------------------------------------------------*/
@import url("master.css");



/* --- Feature Area
-------------------------------------------------------*/

#feature_area {
	position: relative;
	height: 657px;
	}
	
	/* --- | Current Video | --- */
	
	#feature_area #current_video {
		width: 757px;
		height: 491px;
		}
	
	
	
	/* --- Current Video Information
	-------------------------------------------------------*/

	#feature_area #current_video_information {
		position: absolute;
		right: 0;
		top: 0;
		width: 366px;
		height: 257px;
		padding: 15px 10px;
		background: url(../../_images/videos/current_video_information_bg.gif) no-repeat;
		}
		
		#feature_area #current_video_information .videos {
			width: 207px;
			}
			
			#feature_area #current_video_information .videos p.now_playing {
				margin-bottom: 25px;
				}
		
		#feature_area #current_video_information .category {
			width: 146px;
			}
			
			#feature_area #current_video_information .category p.video_category {
				margin-bottom: 25px;
				}
		
		/* --- | Titles | --- */
		
		#feature_area #current_video_information h2 {
			line-height: 16px;
			text-indent: -9999px;
			height: 16px;
			margin-bottom: 3px;
			background-repeat: no-repeat;
			}
			
			#feature_area #current_video_information h2.change_category { background-image: url(../../_images/videos/titles/change_category.gif); }
			#feature_area #current_video_information h2.more_videos { background-image: url(../../_images/videos/titles/more_videos.gif); }
			#feature_area #current_video_information h2.now_playing { background-image: url(../../_images/videos/titles/now_playing.gif); }
			#feature_area #current_video_information h2.video_category { background-image: url(../../_images/videos/titles/video_category.gif); }
		
		#feature_area #current_video_information ul {
			list-style: none;
			}



/* --- Videos
-------------------------------------------------------*/

h2.videos {
	text-indent: -9999px;
	height: 24px;
	margin-bottom: 8px;
	background: #000 url(../../_images/videos/titles/videos.gif) no-repeat;
	}
	
	/* --- | Videos | --- */
	
	div.video {
		position: relative;
		width: 177px;
		height: 105px;
		margin: 0 25px 10px 0;
		padding: 7px 7px 7px 167px;
		background: url(../../_images/stripes_bg.gif);
		}
		
		div.video img {
			position: absolute;
			left: 7px;
			top: 7px;
			}

.button a
{
    width:129px;
    height: 24px;
    display:block;
    margin-right:5px;
    float:right;
    
}			

.button  a.shopphones, .button  a.shopphones:visited
{
 	background-image:url(../../_images/btn_shopphones.gif);
 	background-repeat:no-repeat ;
    background-position:-258px 0;
    width:129px;
    text-indent:-9999px;
}
.button a.shopphones:hover {
 	background-image:url(../../_images/btn_shopphones.gif);
 	background-repeat:no-repeat ;
    background-position:-258px -24px !important;
    width:129px;
    text-indent:-9999px; 
}
