﻿.video_item {

color:#B7B7B7;
display:inline;
float:left;
font-size:12px;
margin-bottom:0px;margin-left:0px;
padding:5px;
width:205px;
margin-bottom:17px;

}

.alternative .video_item {

color:#B7B7B7;
display:inline;
float:left;
font-size:12px;
margin-bottom:0px;margin-left:0px;
padding:5px;
width:210px;

}
.selected {

}

.video_section {
	padding: 0px 0px 0px 5px;
	height: 170px;
	border-right-style: solid;
	border-right-width: 3px;
	border-right-color: #CCCCCC;
}
.video_section a{
	text-decoration: none;
}
.video_section img{
	border: 1px solid #999;
	background-color: #FFFFFF;
}
.alternative .video_section {
background:#000000 url(../img/textured_bg.gif) bottom repeat-x;
padding:10px;
min-height:108px;;
height: auto !important;
height:108px;
}

.video_title {
	font-size: 13px; 
	font-weight: bold; 
	margin-bottom: 4px; 
	color:#000;
}

.video_buttons {
	padding: 4px 0px 4px 4px; 
	margin-top: 4px; 
	background: #333333 url(../img/pages_bg.gif) top repeat-x;
}

.video_buttons img { 
	margin-bottom: -3px; 
	padding-right: 6px;
}

.video_buttons a {color:#FFFFFF;}

.video_image {
	float:left; 
	margin: 0px 10px 5px 0px; 
}


.btn:hover{
	color:white
}

.box_title_holder{
	margin:0 10px;
}

.sec_title{
	font-size: 13px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
	border-top-style: solid;
	border-top-width: 3px;
	border-top-color: #CCCCCC;
	text-align: center;
}
.sec_title2{
	font-size: 18px;
	
	margin-top: -20px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #CCCCCC;
	text-align: center;
}

﻿
				
/* Container styling*/
#vertical_container {
	margin: 0 0 12px 0;
	width: 100%;
	background: #ffffff;
	border-bottom: 1px solid #A5A5A5;
}

#vertical_container p{
	font-size:10px;
	color:#333
}

#vertical_container a{
	text-decoration:none;
}

#vertical_container a:hover{
	color:#253673;
}

.vertical_accordion_toggle {
	background-position: left center;
	display: block;
	outline: none;
	cursor: pointer;
	overflow: hidden;
	padding: 0 0 0 22px;
	background: #f3f3f3 url('../img/bg-sidenav-item.gif') no-repeat;
	font-weight: bold;
	text-decoration: none;
	margin: 0 0 2px;
	font-size: 11px;
}
.vertical_accordion_toggle span{
	line-height:17px
}

.vertical_accordion_toggle_active {
	background-position: left center;
	display: block;
	outline: none;
	cursor: pointer;
	overflow: hidden;
	padding: 0 0 0 22px;

	font-weight: bold;
	text-decoration: none;
	margin: 0 0 2px;
	font-size: 11px;

	background: #f3f3f3 url('../img/bg-sideanv-item-active.gif') no-repeat;
}
.vertical_accordion_toggle_active span {
	line-height:17px}

.vertical_accordion_content {

	overflow: hidden;
	background-color: #ffffff;
	color: #444444;

}

.vertical_accordion_content_holder {
	display:block;

	line-height: 120%;
	background: #ffffff;
}

.vertical_accordion_content_holder .tabs .videos {
	background-color: #F5F5F5;
	
}
.vertical_accordion_content_holder .tabs .videos img{
	margin-left:5px
}
