@charset "utf-8";
#sidebar1 {
	width: 190px!important; /* Used to overwrite main layout style */
}
#videoBox {
	padding-top: 1em;
	margin-left: -1em;
}
/* ///// Search Results ///// */
#searchResults {
	width: 190px;
	background-color: #F8F8F8;
	font-size: 11px;
	text-align: left;
}
#searchResults ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style-type: none!important;
}
#searchResults ul li {
	padding: 0px 0px 10px 0px;
	vertical-align: top;
}
#searchResults ul a {
	color: #585858;
	text-decoration: none;
	border-bottom: 1px solid #E8E8E8;
	display: block;
	padding: 0px 0px 10px 10px;
	height: auto;
}
#searchResults ul a:hover {
	color: #F8812A;
}
#searchResults ul li.selected a {
	color: #F8812A!important;
	text-decoration: underline;
}
#searchResults .top {
	height:10px;
	background:transparent url(/personal-training-resources/hyperStrike/images/bgResultsTop.gif) no-repeat top right;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
#searchResults .bottom {
	height:10px;
	background:transparent url(/personal-training-resources/hyperStrike/images/bgResultsbottom.gif) no-repeat bottom;
	text-align: left;
	padding: 3px 0px 15px 15px;
}
#searchResults .membersOnly {
	color:#F8812A;
}
/* ///// Search Bar ///// */
#searchBar {
	width: 800px;;
	height: 32px;
	padding: 5px 10px 0px 10px;
	margin-bottom: 10px;
	background-image: url(/personal-training-resources/hyperStrike/images/searchBar-gray_sm.jpg);
	background-repeat: no-repeat;
}

#searchBar .select {
	margin-right: 1em;
	font-size: 10px;
}
#searchBar .textSearch {
	width: auto;
	float: left;
}
#searchBar .textinput {
	margin-right: 1em;
	font-size: 10px;
}
#searchBar .submitButton {
	font-size: 10px;
}
/* ///// Details ///// */
#detailsContainer {
	background-color: #fff;
	width: 168px;
	position: absolute;
	top: 185px;
	right: 0px;
}
#detailsContainer .details, .similar{
	font-size: 11px;
	font-family: "Trebuchet MS", Arial;
	margin-bottom: 1em;
	padding: 1px;
	border: solid 1px #d7d7d7;
}
#detailsContainer .details div{
	background-color: #afafaf;
	padding: 4px;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}
#detailsContainer .details ul, .similar ul {
	list-style-type: none;
	padding: 5px 0px 5px 10px;
	margin: 0;
}
#detailsContainer .similar div{
	background-color: #d7d7d7;
	padding: 4px;
	font-weight: bold;
	font-size: 12px;
	color: #666666;
}
/* ///// Instructions ///// */
#instructions {
	width: 410px;
}
#instructions h3 {
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
}
#instructions ul {
	list-style-type: square;
	list-style-position: outside; 
	font-size: 11px;
}
/* ///// Video List ///// */
.videoListContainer {
	margin-top: 3em;
	width: auto;
}
.videoList {
	padding: 5px 0 10px 0;
	margin: 15px 0px 10px 0px;
}
.videoImg {
	border: solid 1px #CCCCCC; 
	margin: 5px 5px 5px 0px;
}
.videoImgDis{
	filter: Alpha(Opacity=50);
	-moz-opacity: 0.5;
	opacity: .5;
	border: solid 1px #CCCCCC; 
}
.videoList h4 {
	margin: 5px 0px 0px 0px;
	font-size: 14px;
}
.videoListHr {
	height:0px;
	border: solid 1px #CCCCCC;
}
