/*    ---------  CATEGORY PAGE CSS -------------*/
img {
	border: 0px;
}

#categoryContainer {
	width: 415px;
	overflow: hidden;
}

.categorySubSelect1 {
	width: 400px;
/*	height: 40px; */
	overflow: hidden;  /* auto; */
	padding: 7px;
	background-color: #FFFFFF;
/*	background-image: url(/images/landing_bg2.jpg); */
/*	background-position: bottom; */
/*	background-repeat: repeat-x; */
	border-bottom: 1px solid #8DCBE4;
}

.categorySubSelect2 {
	width: 400px;
/*	height: 40px; */
	overflow: hidden;  /* auto; */
	padding: 7px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #8DCBE4;
}

.bullets {
	float: left;
	margin-right: 8px;
	margin-top: 2px;
}

.categoryInfoDiv {
	margin-left: 27px;
	width: 350px;
}

.categoryTitleDiv {
	width: 350px;
	display: inline;
}

.subCatTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFAD31;
	text-decoration: none;
}
/* ***************************************************
/* not making subcat title a link any more
.subCatTitle a:link, .subCatTitle a:active, .subCatTitle a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #65A153;
	text-decoration: none;
}

.subCatTitle a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #65A153;
	text-decoration: underline;
}
*****************************************   */

/* for link and text */
.subCatInfo  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #65A153;                  /* was  #666666;  */
	text-decoration: none;
}

.subCatInfo a:link, .subCatInfo a:active, .subCatInfo a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #1E6B95;
	text-decoration: none;
}

.subCatInfo a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #1E6B95;
	text-decoration:none;  /* underline; */
}

/* subcat info by deb */
.subcatlinks {
	margin-left: 16px;
	display: inline;
/*	width:382px;  */
}

.overcolor {
	background-color: #D5E9BC;
	padding-left: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
/*	border-bottom: 1px solid #FBEBC7; */
}

.vidlinks1 {
	padding-left: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
/*	border-bottom: 1px solid #FBEBC7; */
	background-color:  #EBEBEB;  /* #FEFBDA; */
}
.vidlinks2 {
	padding-left: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #FFFFFF;
}
.speaker {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#666666;
/*	white-space: nowrap; */
}
a .collapse {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: green;
	padding-top: 8px;
	margin-left: 165px;
}

