/* modifications for Collegiate Concepts micro site */
/* modifications of Base.css */
a:link, a:visited {
	text-decoration: underline;
	color: #ec4233;
}
a:hover, a:active {
	text-decoration: underline;
	color: #4b4b4b;
}
h1 {
	color : #ec4233;
}
h3 {
	color : #ec4233;
}
h5 {
	color : #ec4233;
}
h6 {
	color : #ec4233;
}
cite {
	color:#ec4233; 
}
em {
	color: #ec4233;
}
#breadCrumbRow a:link, #breadCrumbRow a:visited {
	text-decoration: none;
	color: #ec4233;
}
#breadCrumbRow a:hover, #breadCrumbRow a:active {
	text-decoration: underline;
	color: #4b4b4b;
}
/* modifications of Layout.css */
#mainWrapper {
	background: transparent url(/collegiateconcepts/college-leftcol-bg.jpg) repeat-y top left;
}
/* modifications of LeftNav.css */
#leftNav {
	margin-top: 24px;
}
#leftNav  a {
	background: transparent url(/collegiateconcepts/college-leftnav-bullet.gif) no-repeat scroll 0 4px;
}
#leftNav a:link, #leftNav a:visited {
    text-decoration: none;
    color: #000;
}
#leftNav a:hover, #leftNav a:active, #leftNav a:focus {
    text-decoration: none;
    color: #ec4233;
}
#leftNav a.kNavSelected {
    text-decoration: none;
    color: #ec4233;
}
#features-subnav a {
	background: none;
}
#features-subnav a:link, #features-subnav a:visited {
	color: #fff;
	text-decoration: none;
}
#features-subnav a:hover, #features-subnav a:active, #features-subnav a:focus, #features-subnav a.kNavSelected {
	color: #ec4233;
	text-decoration: none;
}
/* modifications for Cart.css */
.itemMessage li {
    color: #ec4233;
}
/* Collegiate Concepts styles */
#collegiateContactInfo {
	padding: 45px 0 30px 0;
}
a.collegiateContact {
	height: 30px;
	display: block;
	padding-left: 28px;
	padding-top: 6px;
	background: transparent url(/collegiateconcepts/college-leftnav-bullet.gif) no-repeat scroll 0 4px;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
}
a.collegiateContact:link, a.collegiateContact:visited {
	text-decoration: none;
	color: #000;
}
a.collegiateContact:hover, a.collegiateContact:active, a.collegiateContact:focus {
	text-decoration: none;
	color: #ec4233;
}
.collegiate-Address {
	padding-top: 28px;
}
.collegiate-Address p {
	font-weight: bold;
}
