@import url("main_template.css");

div#header_graphic{
	background-position:0px -276px;
}

div#featured_items{
	border-bottom:2px solid  #135F2E;
	padding-bottom:10px;
	margin-bottom:10px;
	position:relative;
}

#menu_videos a{
	background-image: url(../img/menu_sprite.png);
	background-position: -348px -144px !important;
}

#menu_videos a:hover{
	background-position: -348px -144px !important;
}

div.video_item
{
	position:relative;
	font-family:arial;
	color: #135F2E;
	margin-bottom:15px;
	font-size:14pt;
	z-index:1000;
	min-height:88px;
}



div.video_item img
{
	float:left;
	width:69px;
	height:88px;
	margin-right:10px;
}

div.video_item a{
	font-size:16pt;
	color:red;
	font-family:times new roman;
	font-weight:bold;
}

div#featured_items div.video_item{
	min-height:120px;
}

div#featured_items div.video_item a{
	font-size:18pt;
}

div#featured_items div.video_item img{
	width:100px;
	height:120px;
}


span.price{
	color:black;
	font-size:12pt;
}


