﻿/*#####################################
        CATALOG STYLES
#####################################*/

.catalog-content {
	vertical-align: top;
}
.breadcrumb {
	height: 22px;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 5px;
}
.breadcrumb a {
	color: #808080;
}
.center-content {
	width: 500px;
	min-height: 450px;
	padding: 5px;
		vertical-align: top;

}

/*#####################################
        CATALOG PAGES STYLES
#####################################*/

.center-content h3 {
	font-size: 14px;
	font-weight: bold;
}
.center-content h2 {
	font-size: 16px;
	font-weight: bold;
}
.center-content p {
	font-size: 12px;
	line-height: 17px;
}
.course-vendor {
	width: 200px;
	float: left;
	margin-left: 10px;
}
.course-vendor ul {
	padding: 0;
	margin: 0;
}
.course-vendor li {
	margin-left: 10px;
	font-size: 12px;
	padding-bottom: 2px;
	list-style: none;
	list-style-position: inside;
}
.course-vendor li a {
	color: #0000FF;
	text-decoration: none;
}
.course-vendor li a:hover {
	text-decoration: underline;
}
.info-box-featured {
	background-color: #E8EEF7;
	border: solid 1px Black;
	padding: 5px;
	margin-left: 5px;
	margin-top: 10px;
	float: left;
}
.info-links {
	color: #9c2929;
	text-align: right;
}
.info-links a {
	font-size: 10px;
	text-decoration: none;
}
.info-links a:hover {
	text-decoration: underline;
}
.info-box {
	background-color: #E8EEF7;
	border: solid 1px Black;
	float: left;
	margin: 10px;
}
.info-box a {
	width: 110px;
	height: 60px;
	display: block;
	background-color: #E8EEF7;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 25px 10px 10px 10px;
}
.info-box a:hover {
	background-color: #8FBDFF;
	color: #000;
}
.brochure-link {
	float: left;
	margin-left: 20px;
	color: Gray;
	width: 130px;
	text-align: center;
	font-weight: bold;
}
.news {
	display: inline;
}
.news img {
	float: left;
	clear: left;
	margin-right: 10px;
}
.news p {
}
