/***********************************
*  DigiCore common Stylesheet
*  Created on: 08/16/2008
*  Matthew Ausonio
***********************************/

/* import secondary CSS, for dev period only*/
@import url("kco_secondary.css");



/* Global styles */
body {
	background:#000 url(/media/kco/backgrounds/main_bg.jpg) no-repeat center top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	margin:0;
	padding:0;
}
p,ul,ol,li,input,textarea,h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
}
a img {
	border:0;
}
ul li {
	list-style:none;
}
p, li {
	line-height:16px;
}
a {
	text-decoration:none;
	outline:0;
	color:#e01e26;
	font-weight:bold;
}
a:hover {
	color:#e01e26 ;
	text-decoration:underline;
}
/* Basic Layout */
#wrapper {
	min-height:400px;
	_height:400px;
	padding:10px;
	margin:0 auto;
	width:970px;
	background:#dcdcdc;
	overflow:hidden;
	_overflow:visible;
}
.layoutL #wrapper{
	padding:0;
}
p {
	margin-bottom:1em;
}
/* Site Header 
********************************************************************************************************/
#siteLogo {
	height:206px;
	width:247px;
	position:absolute;
	top:0px;
	left:0px;
	background-image:url(/media/kco/Kroger.png);
	background-repeat:no-repeat;
	background-position:0 0;
	text-indent:-9999px;
}
/* Starting with basic header structure */
#headerLinksandInfo {
	height:20px;
	padding-top:6px;
	width:734px;
	position:absolute;
	top:93px;
	left:256px;
}
#headerInfoBox {
	color:#63a2ca;
	font-weight:bold;
	float:left;
	width:342px;
}
#headerInfoBox a {
	color:#fff200;
}
#headerLinkBox {
	float:right;
	font-size:11px;
	padding:3px 0 3px 0;
}
#headerLinkBox a {
	color:#fff;
}
#headerLinkBox li {
	float:left;
	height:10px;
	border-right:1px solid #a6a9ac;
	line-height:10px;
	padding:0 7px;
}
#headerLinkBox li.lastItem {
	border:0;
}
#siteHeader {
	height:238px;
	width:990px;
	margin: 0 auto;
	position:relative;
	z-index:9999;
	/*background:url(/media/kco/backgrounds/header_bg.gif) no-repeat 0 -3px;*/
}
#siteHeader .adModule {
	margin:0;
	width:728px;
	height:90px;
	padding:2px;
	background:black;
	text-align:right;
	position:absolute;
	top:58px;
	right:6px;
}
#siteHeader .adModule p {
	display:none;
}
/* main navigation styles */
#siteNavMain {
	height:36px;
	width:990px;
	position:absolute;
	bottom:0;
	left:0;
}


#siteNavMain li {
	float:left;
	height:36px;
	padding-right:3px;
	/*background:url(/media/kco/backgrounds/main_nav_divide.jpg) no-repeat right top;*/
}

#siteNavMain .nav_1{
	background:url(/media/kco/backgrounds/NAV_DIV1.jpg) no-repeat right top;
	float:left;
	height:36px;
	padding-right:3px;
}
#siteNavMain .nav_2{
	background:url(/media/kco/backgrounds/NAV_DIV2.jpg) no-repeat right top;
	float:left;
	height:36px;
	padding-right:3px;
}
#siteNavMain .nav_3{
	background:url(/media/kco/backgrounds/NAV_DIV3.jpg) no-repeat right top;
	float:left;
	height:36px;
	padding-right:3px;
}
#siteNavMain .nav_4{
	background:url(/media/kco/backgrounds/NAV_DIV4.jpg) no-repeat right top;
	float:left;
	height:36px;
	padding-right:3px;
}
#siteNavMain .nav_5{
	background:url(/media/kco/backgrounds/NAV_DIV5.jpg) no-repeat right top;
	float:left;
	height:36px;
	padding-right:3px;
}
#siteNavMain a {
	display:block;
	height:36px;
	text-indent:-9999px;
	background-repeat:no-repeat;
	background-position:0 0;
}
#siteNavMain a:hover,
#siteNavMain li.activeNav a,
#siteNavMain li.sfhover a.mainNavLink {
	background-position:0 -36px;
}
#siteNavMain .lastItem {
	padding:0;
	background:none;
}
#siteNavMain ul {
	position:absolute;
	top:-999px;
}
#nav_home {
	width:129px;
	background-image:url(/media/kco/backgrounds/NAV_HOME.jpg);
}
#nav_games{
	width:147px;
	background-image:url(/media/kco/backgrounds/NAV_GAMES.jpg);
}
#nav_drivers {
	width:153px;
	background-image:url(/media/kco/backgrounds/NAV_DRIVERS.jpg);
}
#nav_store {
	width:197px;
	background-image:url(/media/kco/backgrounds/NAV_STORE.jpg);
}
#nav_partners {
	width:171px;
	background-image:url(/media/kco/backgrounds/NAV_PARTNERS.jpg);
}
#nav_D500{
	width:178px;
	background-image:url(/media/kco/backgrounds/NAV_D500.jpg);
}


/* Site header search */
#headerSearch {
	height:35px;
	width:213px;
	position:absolute;
	right:0;
	top:203px;
	overflow:hidden;
	background:url(/media/kco/backgrounds/header_search_bg.gif) no-repeat 0 0;
}
#headerSearch input {
	height:21px;
	width:175px;
	font-size:14px;
	border:0;
	color:#9e9e9e;
	background:none;
	float:left;
	margin:5px 0 0 5px;
	padding-top:4px;
}
#headerSearch button {
	border:0;
	margin-top:4px;
	text-indent:-9999px;
	float:left;
	background:url(/media/kco/backgrounds/header_search_button.gif) no-repeat 0 0;
	cursor:pointer;
	height:25px;
	width:29px;
}
/* Footer styles */

#mainFooter {
	height:83px;
	width:990px;
	background:url(/media/kco/backgrounds/footer.jpg) no-repeat 0 0;
	margin:0 auto 10px;
	position:relative;
	
}
/*#footerLogo {
	display:block;
	height:64px;
	width:135px;
	position:absolute;
	top:6px;
	left:13px;
	background:url(/media/kco/backgrounds/footer_logo.gif) no-repeat 0 0;
	text-indent:-9999px;
}*/
#mainFooter #footerLinks li {
	float:left;
	font-size:11px;
	height:10px;
	line-height:10px;
	border-right:1px solid #7b8996;
	margin-top:45px;
	padding:0 6px;
	display:inline;
}
#footerLinks li.lastItem {
	border-right:0;
}
#footerLinks li a {
	color:white;
	font-weight:normal;
}
/*#footerDigitaria {
	display:block;
	height:21px;
	width:57px;
	background:url(/media/kco/backgrounds/digitaria_logo.gif) no-repeat 0 0;
	position:absolute;
	top:41px;
	right:23px;
	text-indent:-9999px;
}*/
#footerCopy {
	font-size:11px;
	color:#838f9b;
	margin-top:45px;
	float:left;
	width:250px;
	line-height:11px;
	padding-left:30px;
}
.genericPageTitle {
	color:#e01e26;
	font-size:24px;
	font-weight:bold;
	line-height:31px;
	margin-bottom:8px;
}

#breadCrumbTitleArea {
	position:relative;
	z-index:1;
	padding-right:170px;
	min-height:39px;
	_height:39px;
	float:right;
	width:630px;
}
/*.layoutG #breadCrumbTitleArea,*/ .layoutI #breadCrumbTitleArea {
	width:800px;
	display:none;
}
.layoutG #breadCrumbTitleArea{
	width:660px;
	float:none;
	padding-right:0;
}
.layoutGa #breadCrumbTitleArea {
	display:none;
}
#breadCrumbTitleArea .adModule {
	position:absolute;
	right:0;
	_right:190px;
	top:0;
	width:170px;
	text-align:right;
}
#breadCrumbTitleArea .adModule p {
	float:left;
	line-height:31px;
	font-size:12px;
	color:#cfcfcf;
}
.layoutL #breadCrumbTitleArea {
	display:none;
}
/* extra layouts styles */
#navAdCol {
	min-height:200px;
}

.moduleContentInner{
	background-color:#FFF;
}
/* Styles for Ad modules
********************************************************************************************************/
.adModule {
	margin-bottom:10px;
}
.adModule p {
	text-align:right;
	font-size:11px;
	color:#666;
	margin-bottom:0;
}
.ad300x250 p {
	text-align:center;
	text-transform:uppercase;
	color:#988f8c;
	font-size:8px;
}
.moduleFooterAd {
	
}
.moduleFooterAd p {
	color:#cfcfcf;
	font-size:12px;
}
/* generic module styles */
.moduleWrap {
	margin-bottom:10px;
}
#wrapper .moduleWrap p {
	padding:0;
}

/* rail 1 (300px) module headers */
.layoutA #mainContentCol2 .genericModuleHeader,
.layoutAa #mainContentColExtra .genericModuleHeader,
.layoutB #mainContentCol3 .genericModuleHeader,
.layoutC #mainContentColExtra .genericModuleHeader,
.layoutD #mainContentCol1 .genericModuleHeader,
.layoutDa #mainContentCol1 .genericModuleHeader,
.layoutE #mainContentCol2 .genericModuleHeader,
.layoutF #mainContentCol1 .genericModuleHeader,
.layoutG #mainContentCol1 .genericModuleHeader,
.layoutGa #mainContentCol1 .genericModuleHeader,
.layoutHome #mainContentCol1 .genericModuleHeader,
.layoutL #mainContentColExtra .genericModuleHeader {
	background:#657d93 url(/media/kco/backgrounds/rail_1_mod_header.jpg) no-repeat 0 0;
	height:21px;
}
/* rail 2 (490px) module headers */
.layoutAa #mainContentCol1 .genericModuleHeader,
.layoutAa #mainContentCol4 .genericModuleHeader,
.layoutC #mainContentCol1 .genericModuleHeader,
.layoutD #mainContentCol2 .genericModuleHeader,
.layoutDa #mainContentCol2 .genericModuleHeader,
.layoutE #mainContentCol1 .genericModuleHeader,
.layoutF #mainContentColExtra .genericModuleHeader {
	background:#657d93 url(/media/kco/backgrounds/rail_2_mod_header.gif) no-repeat 0 0;
}
/* rail 3 (240px) module headers */
.layoutA #mainContentColExtra .genericModuleHeader,
.layoutA #mainContentCol1 .genericModuleHeader,
.layoutAa #mainContentCol2 .genericModuleHeader,
.layoutAa #mainContentCol3 .genericModuleHeader,
.layoutB #mainContentCol1 .genericModuleHeader,
.layoutB #mainContentCol2 .genericModuleHeader,
.layoutC #mainContentCol2 .genericModuleHeader,
.layoutC #mainContentCol3 .genericModuleHeader,
.layoutDa #mainContentCol3 .genericModuleHeader,
.layoutDa #mainContentCol4 .genericModuleHeader {
	background:#657d93 url(/media/kco/backgrounds/rail_3_mod_header.gif) no-repeat 0 0;
}
.layoutL #mainContentCol2 .genericModuleHeader, .layoutL #mainContentCol3 .genericModuleHeader{
	background:url(/media/kco/headers/col_9_header.jpg) no-repeat 0 0;
	height:21px;
	width:325px;
}
.layoutHome #mainContentCol4 .blogModule .genericModuleHeader{
	background:url(/media/kco/headers/col_9_header.jpg) no-repeat 0 0;
	height:22px;
	width:325px;
}
.layoutG #mainContentColExtra .genericModuleHeader, .layoutGa #mainContentColExtra .genericModuleHeader, .layoutL #mainContentCol1 .genericModuleHeader, .layoutL #mainContentCol4 .genericModuleHeader {
	background:url(/media/kco/headers/Col_5_header.jpg) no-repeat 0 0;
	height:22px;
	margin-bottom:5px;
}

.layouG #mainContentColExtra .moduleContentInnerInfo{
	background-image:url(/media/kco/backgrounds/col_5_footer.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	background-color:#FFF;
}
.layoutGa #mainContentColExtra{
	background-image:url(/media/kco/backgrounds/col_5_footer.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	background-color:#FFF;
}
.genericModuleHeader {
	font-size:14px;
	font-weight:bold;
	color:white;
	padding:5px 10px;
}
.layoutHome .genericModuleHeader {
	font-size:14px;
	font-weight:bold;
	color:white;
	/*padding:5px 10px;*/
}

.layoutA #mainContentCol2 .moduleContentInner,
.layoutAa #mainContentColExtra .moduleContentInner,
.layoutB #mainContentCol3 .moduleContentInner,
.layoutC #mainContentColExtra .moduleContentInner,
.layoutD #mainContentCol1 .moduleContentInner,
.layoutDa #mainContentCol1 .moduleContentInner,
.layoutE #mainContentCol2 .moduleContentInner,
.layoutF #mainContentCol1 .moduleContentInner,
.layoutG #mainContentCol1 .moduleContentInner,
.layoutGa #mainContentCol1 .moduleContentInner,
.layoutHome #mainContentCol1 .moduleContentInner,
.layoutL #mainContentColExtra .moduleContentInner {
	background-image:url(/media/kco/backgrounds/rail_1_mod_footer.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	background-color:#FFF;
}

/*.moduleContentOuter {
	background:url(/media/kco/backgrounds/generic_module_bg.gif) repeat-x 0 0;
}*/
.moduleFooterAd div {
	float:right;
	margin-left:10px;
}
.moduleFooterAd p {
	text-align:right;
	margin:0;
	color:#cfcfcf;
	font-size:12px;
	line-height:31px;
}
.smalEventAltPromo {
	margin-bottom:10px;
}
/* styles for poll module */
.pollModule .moduleContentInner {
	padding:10px 14px;
}
.modPollQuestion {
	font-size:15px;
	font-weight:bold;
	margin-bottom:10px;
}
.jcorePoll label {
	clear:both;
	padding:0 0 8px 10px;
	display:block;
}
.jcorePoll label input {
	margin-right:5px;
}
.jcorePoll button {
	margin:0 0 10px 10px;
}
.pollResultRow p {
	clear:both;
}
.pollResultBar {
	height:16px;
	float:left;
	margin-right:3px;
	background:#BBD4E8;
}
/* generic styling for open content module */
.openContentModule .moduleContentInner {
	padding:9px 13px;
	color:#333;
}
/* list module styles */
.listModule li {
	padding:4px 0;
	margin:0 10px;
	border-bottom:1px solid #dadada;
}
.listModule ul {
	margin-bottom:10px;
}
.listModule a {
	font-weight:bold;
}
.listModule .moduleContentInner {
	padding:8px;
}

/* search results styles */
#searchResults {
	background:white;
	padding:10px;
}
.searchResult img {
	display:block;
	margin:0 10px 10px 0;
}
/* sub nav module styles */
.subNavModule {
	background:white;
	font-size:12px;
	position:relative;
	z-index:2;
}
.subNavModule h4 {
	display:none;
}
.subNavModule a {
	display:block;
	color:#05374b;
}
.subNavModule ul {
	clear:both;
}
.subNavModule li {
	background:#cccccd url(/media/kco/backgrounds/sub_nav_parent_bg.gif) no-repeat 0 0;
	margin-bottom:1px;
	_height:11px;
}
.subNavModule li a {
	font-weight:bold;
	min-height:11px;
	padding:7px 10px;
	line-height:11px;
}
.subNavModule li li a {
	font-weight:normal;
	line-height:17px;
	padding:0 10px 0 20px;
}
.subNavModule li a:hover,
.subNavModule li.noSubActive a ,
.subNavModule li.subNavOpenened a,
.subNavOpenened a.subNavActive {
	color:#666;
	background:url(/media/kco/backgrounds/sub_nav_arrow.gif) no-repeat 11px 8px;
	padding-left:21px;
	text-decoration:none;
}
.subNavModule li.subNavOpenened li a {
	padding-left:20px;
	background:none;
	color:#05374B;
}
.subNavModule li.subNavOpenened li a.activeSubNav,
.subNavModule li li a:hover {
	background:none;
	padding-left:20px;
	text-decoration:underline;
}
.subNavModule li ul {
	_background:white;
}
.subNavModule li li {
	background:white;
	padding:0;
	_height:10px;
	margin:0;
	border-bottom:1px solid #d5e2ee;
}
/*.subNavOpenened a,
li.noSubActive a {
	color:#ca0002;
}
.subNavModule a:hover,
.subNavOpenened a.subNavActive {

}
.subNavOpenened ul li {
	padding-left:8px;
	border:0;
	line-height:18px;
}*/

/* countdown clock styles */
.countdownClock {
	/*height:67px;
	width:177px;
	background:url(/media/kco/backgrounds/countdown_bg.gif) no-repeat 0 0;
	color:#cdcdcd;
	font-size:11px;*/
}

#articleDetailContent {
	background:white;
	padding:10px;
	min-height:1%;
}
#articleDetailContent h1 {
	
	background:url(/media/kco/headers/Col_5_header.jpg) no-repeat 0 0;
	height:32px;
	margin-bottom:5px;
	color:#FFF;
}
#articleDetailContent h2 {
	margin-bottom:10px;
	color:#777;
	font-size:16px;
}
#articleDetailContent .articleBeautyImage {
	clear:both;
	_clear:none;
}
#articleDetailContent ul,
#articleDetailContent ol {
	margin:0 0 10px 30px;
}
#articleDetailContent ul li {
	list-style:disc;
}
#articleDetailContent .articleInfo {
	display:none;
	min-height:22px;
}
#articleDetailContent .articleInfo .articleByLine {
	float:left;
}
#articleDetailContent .articleInfo .articleDate {
	float:right;
	color:#666;
}
#articleDetailContent .relatedTopics{
	display:none;
}
.moduleSharebar {
	margin-bottom:10px;
	min-height:24px;
	_height:24px;
}
.moduleSharebar a {
	float:left;
}
#shareBox {
	position:absolute;
	display:none;
	heght:30px;
	width:165px;
	padding:2px 4px;
	z-index:99999;
	background:#666;
}
#experienceContent div.shareBarSocial {
	clear:both;
	float:left;
	margin-top:10px;
}
div.shareBarSocial a {
	background:#666 url(/media/kco/backgrounds/share_button_bg.gif) no-repeat 7px 7px;
	padding-left:21px;
}
div.shareBarSocial a:hover {
	background:#63A2CA url(/media/kco/backgrounds/share_button_bg.gif) no-repeat 7px 7px !important;
}
.moduleSharebar a:hover {
	background:#e8e8e8;
}
.relatedTopics h4 {
	color:#777;
	font-size:14px;
}
.relatedTopics a {
	font-size:11px;
}
.relatedTopics p {
	line-height:18px;
}

/* news list module */
.newsListModule .moduleContentInner {
	padding-top:9px;
	background-image:url(/media/kco/backgrounds/col_9_footer.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}
.newsListModule ul {
	/*border-bottom:2px solid #e01e26;*/
	padding-bottom:10px;
	_height:1px;
}
* html .newsListModule .clear {
	height:1px;
}
.newsListModule .newsInfo ul.genericDropDown {
	border-bottom:0;
	padding-bottom:0;
	z-index:9999;
	_width:150px;
}
.newsListModule .newsInfo ul.genericDropDown li {
	min-height:1%;
	_height:1%;
	padding-bottom:0;
	border-top:0;
	color:inherit;
}
.newsListModule .homeNewsTabContent ul {
	min-height:1%;
	height:auto !important;
	height:1%;
}
ul.paginatedArticleList {
	min-height:1%;
	_height:1px;
}
.newsListModule .homeNewsTabContent ul:after,
ul.paginatedArticleList:after {
    content: ".";
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.newsListModule .homeNewsTabContent ul li,
.newsListModule ul.paginatedArticleList li {
	clear:both;
	margin-top:5px;
}
/*.newsListModule .homeNewsTabContent ul li {
	border-top:1px solid #aebac5;
}*/
.newsListModule ul li .newsListArticleDate {
	float:left;
	width:41px;
	border-right:1px solid #aebac5;
	min-height:41px;
	_height:41px;
	margin-right:9px;
	text-align:center;
	color:#e01e26;
	padding-top:2px;
}
.newsListModule ul li .newsListArticleDate .newsListArticleDateMonth {
	font-size:10px;
	display:block;
	text-transform:uppercase;
}
.newsListModule ul li .newsListArticleDate .newsListArticleDateDay {
	font-size:18px;
	clear:both;
}
.newsListModule ul li .newsListArticleInfo {
	padding-top:8px;
	_width:415px !important;
}
.newsListModule ul li .newsListArticleInfo {
	float:right;
	padding-top:0;
	padding-right:8px;
	width:422px;
	min-height:1%;
}

.layoutHome .newsListModule ul li .newsListArticleInfo {
	width:260px;
	float:left;
	padding-top:2px;
	padding-bottom:2px;
}
* html .newsListModule ul li .newsListArticleInfo {
	float:right;
	width:420px;
}
* html .layoutHome .newsListModule ul li .newsListArticleInfo {
	width:260px !important;
}
.newsListModule ul li .newsListArticleInfo p {
	margin:0;
}
.newsListModule ul li .newsListArticleTitle a {
	font-weight:bold;
}
.newsListModule .moreLink {
	margin:6px 0;
}
.newsListModule .moreLink a {
	font-weight:bold;
	padding-left:11px;
	margin:5px 0;
	background:url(/media/kco/backgrounds/more_link_arrow.gif) no-repeat 0 2px;
}


/* large event main */
.largeEventMain {
	padding:0 10px 0 20px;
	width:460px;
	color:white;
	font-size:14px;
	position:relative;
	background-repeat:no-repeat;
	background-position:0 0;
}
.largeEventMain .adModule {
	float:right;
	margin:10px 0 10px 10px;
	height:31px;
	width:88px;
}
.largeEventMain .lrgEventMainDate {
	padding:21px 0 0 0;
	margin:0;
	line-height:14px;
}
.largeEventMain .lrgEventMainTitle,
.largeEventMain .lrgEventMainTitle a {
	padding:10px 0 0 0;
	text-decoration:none;
	margin:0;
	font-size:36px;
	color:#fbec0d;
	line-height:38px;
	font-weight:bold;
}
.largeEventMain .lrgEventMainDesc {
	font-weight:bold;
	padding:5px 0 0 0;
	margin:0;
}
.largeEventMain .lrgEventMainStart {
	padding:5px 0 0 0;
	margin:0;
}
.largeEventMain .countdownClock {
	height:67px;
	width:177px;
	background:url(/media/kco/backgrounds/countdown_bg.gif) no-repeat 0 0;
	color:#988f8c;
	font-size:11px;
	position:absolute;
	left:13px;
	top:245px;
}
.countdownClock td {
	text-align:center;
	height:24px;
}
.countdownClock td.countdownDay {
	width:54px;
	height:41px;
}
.countdownClock td.countdownHour,
.countdownClock td.countdownMin,
.countdownClock td.countdownSec {
	width:40px;
	height:41px;
}
.countdownDay,
.countdownHour,
.countdownMin,
.countdownSec {
	color:white;
	font-size:18px;
	font-weight:bold;
}
.largeEventMain .eventBottomLinks {
	display:block;
	position:absolute;
	text-indent:-9999px;
}
.largeEventMain .lrgEventButtonBuy {
	background:url(/media/kco/backgrounds/event_buy_tickets_button.gif) no-repeat 0 0;
	height:36px;
	width:143px;
	left:10px;
	bottom:4px;
}
.largeEventMain .lrgEventButtonTravel {
/*	background:url(/media/kco/backgrounds/event_travel_button.gif) no-repeat 0 0;*/
	background:url(/media/kco/backgrounds/btn_travel_pack.gif) no-repeat 0 0;
	height:33px;
	width:146px;
	left:158px;
	bottom:7px;
}
.largeEventMain .lrgEventButtonOffers {
	background:url(/media/kco/backgrounds/event_offers_button.gif) no-repeat 0 0;
	height:29px;
	width:142px;
	left:312px;
	bottom:9px;
}
/* upcoming events module */
.upcomingEventsList li {
	padding:11px 10px 11px 10px;
	float:left;
	width:280px;
	background:#cdcdcd url(/media/kco/backgrounds/upcoming_events_item_bg.gif) repeat-x 0 0;
}
.eventImgCont {
	float:left;
	padding:10px;
}
* html .eventImgCont {
	padding-right:8px;
}
.eventImg {
	margin-bottom:10px;
	display:block;
}
.calDetail {
	float:left;
	width:570px;
}
.withImage .calDetail {
	width:360px;
}
* html  .withImage .calDetail {
	padding-top:10px;
}
.calLinks {
	width:auto !important;
}
.upcomingEventsList .upcomingEventsDate {
	font-size:10px;
	color:#666;
	line-height:14px;
	margin:0;
}
.upcomingEventsList .upcomingEventsTitle {
	margin:0;
	font-weight:bold;
	line-height:16px;
	float:left;
}
.upcomingEventsLinks {
	float:right;
	height:14px;
/*	width:158px;*/
	font-weight:bold;
	white-space:nowrap;
}
.upcomingEventsLinkTickets {
	line-height:10px;
}
.upcomingEventsCalLink {
	height:40px;
	padding:11px 0 0 23px;
	line-height:12px;
	font-weight:bold;
	background:url(/media/kco/backgrounds/upcoming_events_more_bg.gif) no-repeat 0 0;
	float:left;
	width:277px;
}
.smallEventModule {
	background:url(/media/kco/backgrounds/small_event_bg.gif) no-repeat 0 0;
	position:relative;
	padding:20px 10px 0;
	min-height:50px;
}
.smallEventModuleWithTime {
	padding-top:40px;
}
.smallEventModule .moduleContentOuter {
	background:none !important;
}
.smallEventModule .moduleFooterAd {
	margin-top:10px;
}
.smallEventModule .genericModuleHeader {
	background:none !important;
	margin-bottom:5px;
	margin-top:5px;
	padding:0;
}
* html .smallEventModule .genericModuleHeader{
	padding-top:5px !important;
}
.smlEventDate {
	position:absolute;
	top:10px;
	left:10px;
	color:#666;
	font-size:11px;
}
.smlEventDesc {
	font-size:11px;
}
.smlEventLinks li {
	font-weight:bold;
}
.smallEventModule .countdownClock {
	float:right;
	height:47px;
	width:124px;
	background:#061c38;
	color:#988f8c;
	font-size:8px;
	margin-right:10px;
}
.smallEventModule .countdownClock td {
	height:18px;
	border-left:1px solid white;
	border-top:1px solid white;
	text-align:center;
}
.smallEventModule .countdownClock td.countdownDay {
	width:37px;
	height:28px;
}
.smallEventModule .countdownClock td.countdownHour,
.smallEventModule .countdownClock td.countdownMin,
.smallEventModule .countdownClock td.countdownSec {
	width:28px;
	height:28px;
}
.smallEventModule .countdownDay,
.smallEventModule .countdownHour,
.smallEventModule .countdownMin,
.smallEventModule .countdownSec {
	color:#ccc;
	font-size:16px;
	font-weight:bold;
}
/* newsletter module styles */
.newsletterSignup {
	padding:73px 14px 0 17px;
	height:38px;
	width:300px;
	margin-bottom:10px;
	background:url(/media/kco/backgrounds/newsletter_bg.jpg) no-repeat 0 0;
}

#D500Countdown{
	margin-bottom:10px;
}
.layoutHome #D500Countdown{
	margin-bottom:0;
}

.login {
	width:300px;
	margin-bottom:10px;
	color:#e01e26 ;
	height:96px; 
}
.layoutHome .login{
	padding-top:10px;
}
.layoutHome .login .moduleContentInner{
	background-image:url(/media/kco/backgrounds/LoginFooterBlack.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	background-color:#FFF;
}

 #loginHeader{
	background:url(/media/kco/backgrounds/rail_1_mod_header.jpg) no-repeat 0 0;
	width:300px;
	height:21px;
	color:#FFF;
	font-weight:bold;
	font-size:14px;
	padding:5px 10px;
}

.layoutHome #loginHeader{
	background:url(/media/kco/headers/rail_1_mod_header_dark.jpg) no-repeat 0 0;
	width:300px;
	height:21px;
	color:#FFF;
	font-weight:bold;
	font-size:14px;
	padding:5px 10px;
}

#username, #password{
	width:207px;
	height:25px;
	/*float:left;*/
	color:#999;
	/*display:block;*/
	border:none;
	padding-left:10px;
}

#username{
	background:url(/media/kco/backgrounds/LoginEmail.jpg) no-repeat 0 0;
}
#password{
	background:url(/media/kco/backgrounds/LoginPassword.jpg) no-repeat 0 0;
}
.login a{
	color:#e01e26 ;
}


.newsletterSignup input {
	float:left;
	border:0;
	width:240px;
	height:21px;
	font-size:14px;
	color:#999;
	padding-left:5px;
}
.newsletterSignup  button {
	background:url(/media/kco/backgrounds/newsletter_submit_bg.jpg) no-repeat 0 0;
	cursor:pointer;
	text-indent:-9999px;
	border:0;
	height:22px;
	width:24px;
}

.login button{
	background:url(/media/kco/backgrounds/login_submit.jpg) no-repeat 0 0;
	border:0;
	text-indent:-99999px;
	height:23px;
	width:74px;
	display:block;
	margin-bottom:5px;
	right:0 !important;
	top:3px !important;
	position:relative !important;
	
}

.borderList li {
	border-bottom:1px solid #d4e2ee;
	line-height:22px;
	font-weight:bold;
}
/* feel the experience styles */
#feelTheExperienceWrap {
	background:url(/media/kco/backgrounds/generic_module_bg.gif) repeat-x 0 0;
}
#feelTheExperienceWrapInner {
	background:url(/media/kco/experience_bg.jpg) no-repeat left bottom;
	position:relative;
	padding-bottom:112px;
	min-height:420px;
	_height:420px;
}
#expLoading {
	height:200px;
	text-indent:-9999px;
	background:url(/media/kco/backgrounds/big_loader.gif) no-repeat center 100px;
}
#feelTheExperienceWrapInner .ad728x90 {
	position:absolute;
	bottom:0px;
	left:121px;
}
#feelTheExperienceWrapInner .ad728x90 p {
	display:none;
}
.genericTabs {
	border-bottom:2px solid #e01e26;
	padding:10px 10px 0;
	margin:0 1px 10px;
	height:23px;
}
.genericTabs li {
	display:inline;
}
.genericTabs li a {
	float:left;
	padding:5px 13px;
	height:11px;
	color:white;
	background:#BF4C53;
	margin:0 2px 2px 0;
	line-height:11px;
}
.genericTabs li a:hover {
	text-decoration:none;
	background:#e01e26;
}
.genericTabs li.activeTab a {
	margin-bottom:0;
	height:13px;
	background:#e01e26;
}
#experienceScoller {
	height:170px;
	clear:both;
}
#experienceScoller .scrollButton {
	float:left;
	height:170px;
	width:32px;
	text-indent:-9999px;
	background-position:10px 66px;
	background-repeat:no-repeat;
}
#experienceScoller  #scrollLeft {
	background-image:url(/media/kco/backgrounds/experience_scroll_left.gif);
	margin-left:24px;
	_margin-left:12px;
	visibility:hidden;
}
#experienceScoller  #scrollRight {
	background-image:url(/media/kco/backgrounds/experience_scroll_right.gif);
}
#experienceScollHide {
	position:relative;
	height:170px;
	width:850px;
	overflow:hidden;
	float:left;
}
#experienceScollWrap {
	position:absolute;
	top:0;
	left:0;
}
#experienceScollWrap .scrollItem {
	float:left;
	width:160px;
	height:165px;
	padding:5px 5px 0;
	margin:0;
}
#experienceScollWrap .scrollItem a {
	color:#666;
}
#experienceScollWrap .scrollItem a:hover {
	text-decoration:none;
	color:#63a2ca;
}
#experienceScollWrap .activeScrollItem {
	background:#87B3CF;
	color:white;
}
#experienceScollWrap .activeScrollItem a { 
	color:white;
}
#experienceScollWrap .activeScrollItem a:hover {
	color:white;
}
#experienceContent {
	clear:both;
	min-height:400px;
	margin-top:10px;
	width:auto;
	_height:400px;
}
#experienceVideoBox,
.videoLandBox {
	float:left;
	height:353px;
	width:385px;
	padding:10px 18px 15px 10px;
	background:url(/media/kco/backgrounds/video_bg.png) no-repeat 0 0;
	margin-left:154px;
	_margin-left:77px;
}
#experiencevideocontent {
	_height:400px;
}
.videoLandBox {
	margin-left:0;
	padding-right:14px;
}
* html #experienceVideoBox,
* html .videoLandBox {
	background:none;
}
#experienceVideoInfo,
#videoLandBoxInfo {
	float:left;
	width:320px;
	background:white;
	padding:10px;
	margin-top:10px;
	color:#274141;
	line-height:15px;
	position:relative;
	_height:1%;
}
#videoLandBoxInfo {
	width:225px;
	position:relative;
}
#videoLandBoxInfo .shareBarSocial {
	padding-top:10px;
	clear:both;
}
#experienceVideoInfo h4,
#videoLandBoxInfo h4 {
	font-weight:bold;
	margin:0 0 8px 0;
	padding:0;
}
#experienceVideoInfo #experienceVideoDesc {
	width:250px;
}
#experienceVideoInfo #experienceVideoTitle,
#experienceVideoInfo #experienceVideoDesc span,
#videoLandBoxInfo #experienceVideoTitle,
#videoLandBoxInfo #experienceVideoDesc span {
	font-weight:bold;
}
#videoLandDropdowns {
	padding:8px 10px 0;
}
#videoLandDropdowns .genericDropDown {
	margin-right:10px;
}
#mediaLandThumbs {
	border-bottom:2px solid #d4e2ee;
	padding-bottom:20px;
	margin-bottom:8px;
}
.mediaThumbsRow {
	background:url(/media/kco/backgrounds/video_land_row_bg.gif) no-repeat 0 0;
	min-height:180px;
	padding-left:45px;
	margin-top:8px;
}
.mediaThumbsRow li {
	padding:11px 15px 0 14px;
	width:160px;
	min-height:180px;
	float:left;
	font-size:12px;
}
.mediaThumbsRow li h5 {
	font-weight:bold;
	font-size:12px;
}
.mediaThumbsRow li span {
	color:#666;
	font-size:12px;
}
.mediaThumbsRow li a:hover h5 {
	font-weight:bold;
	text-decoration:underline;
}
.mediaThumbsRow li a:hover span {
	text-decoration:none;
}
a.genericLink {
	float:left;
	clear:both;
	background:#666 url(/media/kco/backgrounds/generic_link_bg.gif) no-repeat right top;
	color:white;
	padding:0 20px 0 10px;
	height:21px;
	line-height:21px;
	font-weight:bold;
}
/* generic drop down styles */
.genericDropDown {
	float:left;
	min-height:30px;
}
.genericDropDown .dropTrigger {
	position:relative;
	min-height:30px;
}
.genericDropDown .dropTrigger a {
	border:1px solid gray;
	padding:4px 20px 4px 5px;
	background:white url(/media/kco/backgrounds/drop_arrow.gif) no-repeat right 6px;
	color:#666;
	line-height:25px;
	color:#05374B;
}
.genericDropDown .dropTrigger ul li a {
	border:0;
	display:block;
	height:20px;
	overflow:hidden;
	background:white;
	padding:0 8px;
	line-height:20px;
}
.genericDropDown .dropTrigger ul {
	width:320px;
	border:1px solid #666;
	display:none;
	position:absolute;
	top:24px;
	min-height:20px;
	_height:120px;
	max-height:140px;
	padding:0;
	overflow:auto;
	left:0;
}
/* calendar styles */
#calendarHead p {
	float:left;
	line-height:18px;
	padding-right:10px;
	color:#05374B;
	font-size:14px;
	font-weight:bold;
}
#calendarHead input,
#calendarHead label {
	line-height:18px;
}
#calendarHead label {
	padding-right:10px;
}
.calendarContentDuring ul li,
#calendarContent ul li {
	padding:10px;
	background:url(/media/kco/backgrounds/large_cal_list_bg.gif) repeat-x bottom left;
}
#calendarContent ul {
	float:left;
	width:490px;
}
#calendarContent ul li {
	float:left;
	width:470px;
}
#calendarContent ul li .calLinks li {
	width:auto;
}
.calendarContentDuring .genericTabs li {
	background:none;
	padding:0;
}

/*#calendarContent ul li.withImage {
	position:relative;
	padding:10px 10px 10px 100px;
}
#calendarContent ul li.withImage img {
	position:absolute;
	top:10px;
	left:10px;
}*/
.calendarContentDuring ul li.withImage {
	position:relative;
	padding:10px 10px 10px 100px;
}
.calendarContentDuring ul li.withImage img {
	position:absolute;
	top:10px;
	left:10px;
}
#calendarContent .eventImgCont {
	padding-top:0;
} 
.calendarContentDuring,
#calendarContent {
	clear:both;
	margin:10px 0;
}
.calendarContentDuring h4,
#calendarContent h4 {
	background:url(/media/kco/backgrounds/rail_2_mod_header.gif) no-repeat 0 0;
	color:white;
	font-size:14px;
	font-weight:bold;
	min-height:29px;
	padding:0 10px;
	line-height:29px;
}
#calendarContent h4 {
	clear:both;
}
#calendarContent ul li h5 {
	font-size:12px;
	font-weight:bold;
}
#calendarContent ul li h5 a {
	_position:relative;
}
#calendarContent ul li p {
	margin:0 0 6px 0;
}
#calendarContent ul li .calDate {
	color:#666;
	font-size:11px;
}
#calendarContent ul li ul li {
	float:left;
	padding:5px 15px 10px 0;
	font-weight:bold;
	background:none;
}

/* generic form styles */
.genericForm fieldset {
	border:0;
	width:490px;
}
.genericFormError {
	padding:10px;
	background:#fdf8e3;
	border:1px solid #cfc69a;
	color:#333;
	display:none;
}
.formRow {
	width:490px;
	clear:both;
	margin-bottom:8px;
}
.formRowHalf {
	width:245px;
	float:left;
	clear:none;
}
.genericForm label {
	padding-right:10px;
	display:block;
	font-size:11px;
	line-height:16px;
}
.formSubTitle {
	font-size:14px;
	margin:20px 0 10px;
	font-weight:bold;
}
label .reqFld {
	padding-left:10px;
	color:#ff0000;
	font-size:10px;
}
.genericForm input,
.genericForm textarea,
.genericForm select {
	width:220px;
	height:16px;
	padding:1px 0;
	margin:0 10px 0 0;
}
.genericForm select {
	height:auto;
}
.genericForm .formRowCheckbox input,
.genericForm .formRowRadio input {
	width:auto;
	height:auto;
	float:left;
}
.genericForm .formRowCheckbox label,
.genericForm .formRowRadio label {
	*line-height:20px;
}
.genericForm .formRowRadio {
	width:470px;
	padding-left:20px;
}
.genericForm .formRowRadio label {
	margin-bottom:6px;
}
.genericForm textarea {
	height:80px;
	width:460px;
}
/* homepage styles */
.layoutHome #wrapper {
	padding:0;
	width:990px;
}
.layoutHome #navAdCol {
	display:none;
}
.layoutHome #mainContentColExtra {
	background:black;
	height:325px;
	width:970px;
	padding:10px;
	clear:both;
}
.layoutHome #mainTripleColWrap {
	width:970px;
	padding:10px;
	min-height:1%;
	float:left;
}
.layoutHome #mainContentCol2 {
	float:left;
	width:670px;
	min-height:300px;
	_height:300px;
	_margin-bottom:10px;
	display:none;
}
.layoutHome #mainContentCol3 {
	float:left;
	width:325px;
	min-height:300px;
	padding-right:10px;
}
.layoutHome #mainContentCol4 {
	float:left;
	width:325px;
	min-height:300px;
	padding-right:10px;
}
.layoutHome #mainContentCol5 {
	float:left;
	clear:left;
	width:660px;
}
.layoutHome #mainContentCol1 {
	width:300px;
	float:right;
	min-height:1%;
}
.layoutHome .homeFlashRotator {
	float:left;
	height:325px;
	width:660px;
	padding-right:10px;
}
#homeModuleCol {
	float:left;
	width:300px;
	height:315px;
}
.layoutHome .smallEventModule {
	background:url(/media/kco/backgrounds/home_event_bg.gif) no-repeat 0 0;
	width:214px;
	float:left;
	min-height:1%;
	padding:20px 8px 0 0;
}
/*.layoutHome .smallEventModuleWithTime {
	padding-top:40px;
}*/
.layoutHome .upcomingEventsModule .genericModuleHeader {
	background:url(/media/kco/backgrounds/home_black_module_header.gif) no-repeat 0 0;
}
.layoutHome .upcomingEventsModule .upcomingEventsCalLink {
	background:url(/media/kco/backgrounds/upcoming_events_more_black_bg.gif) no-repeat 0 0;
}
.layoutHome .smallEventModule .genericModuleHeader {
	line-height:25px;
	margin:0;
	min-height:24px;
	padding-left:11px;
}
.layoutHome .newsletterSignup {
	/*background:url(/media/kco/backgrounds/newsletter_black_bg.jpg) no-repeat 0 0;*/
}
.layoutHome .homeExperienceModule {
	padding-top:98px;
	background-repeat:no-repeat;
	background-position:0 0;
}
.layoutHome .homeExperienceModule .genericModuleHeader {
	color:#666;
	font-size:16px;
	font-weight:bold;
	border-bottom:2px solid #d0dde9;
	margin:0 10px;
	padding-left:0;
}

.layoutHome .partnerModule .genericModuleHeader{
	background:url(/media/kco/headers/PartnerHeader.jpg) no-repeat 0 0;
	width:325px;
	height:32px;
	padding:0;
}
.layoutHome .partnerModule .moduleContentInner, .layoutHome .driverModule .moduleContentInner, .layoutL .driverModule .moduleContentInner, 
.layoutL .blogModule .moduleContentInner, .layoutHome .gamesModule .moduleContentInner, .layoutHome .blogModule .moduleContentInner {
	background-image:url(/media/kco/backgrounds/col_9_footer.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	min-height:218px;
}
.partnerModule #img, .driverModule #img, .blogModule #img, .gamesModule #img{
	margin-left:auto;
	margin-right:auto;
	width:278px;
	padding-top:5px;
}
/*.layoutHome .partnerModule , .layoutHome .driverModule , .layoutL .driverModule , 
.layoutL .blogModule , .layoutHome .gamesModule , .layoutHome .blogModule  {
	min-height:250px;
}*/
.layoutHome #mainContentCol3 .partnerModule .moduleContentInner p, .layoutHome #mainContentCol4 .driverModule .moduleContentInner p,
.layoutHome #mainContentCol3 .gamesModule .moduleContentInner p, .layoutL #mainContentCol2 .blogModule .moduleContentInner p,
.layoutL #mainContentCol3 .driverModule .moduleContentInner p, .layoutL #mainContentColExtra .gamesModule .moduleContentInner p,
.layoutGa #mainContentCol1 .gamesModule .moduleContentInner p, .layoutG #mainContentCol1 .gamesModule .moduleContentInner p,
.layoutHome #mainContentCol4 .blogModule .moduleContentInner p{
	padding-left:10px;
	padding-right:10px;
}

.layoutHome .driverModule .genericModuleHeader{
	background:url(/media/kco/headers/DriverHeader.jpg) no-repeat 0 0;
	width:325px;
	height:32px;
	padding:0;
}


.layoutHome #mainContentCol1 .productModule .genericModuleHeader{
	background:url(/media/kco/headers/ProductHeader.jpg) no-repeat 0 0;
	width:300px;
	height:32px;
	padding:0;
}
.productModule {
	margin-bottom:10px;
	width:300px;
	margin-left:auto;
	margin-right:auto;
}
.layoutHome .productModule .moduleContentInner{
	background-image:url(/media/kco/backgrounds/rail_1_mod_footer.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}
.layoutHome #mainContentCol3 .gamesModule .genericModuleHeader{
	background:url(/media/kco/headers/GamesHeader.jpg) no-repeat 0 0;
	width:325px;
	height:33px;
	padding:0;
}
.layoutG .articleListInfo .genericModuleHeader a{
	color:#FFF;
}
.shoppingList {
	width:300px;
	margin-left:auto;
	margin-right:auto;
}
.productPackaging #img{
	margin-left:auto;
	margin-right:auto;
}
.layoutHome .homeExperienceModule .moduleContentInner {
	color:#666;
}
.layoutHome .homeExperienceModule .moduleContentOuter {
	background:none;
}
.layoutHome .homeExperienceModule .borderList li a {
	font-size:14px;
	font-weight:normal;
	color:#05374b;
}
.layoutHome .newsListModule ul.genericTabs {
	padding-bottom:0;
	padding-top:0;
	border-bottom:2px solid #e01e26;
}
.layoutHome .newsListModule .genericModuleHeader {
	background:url(/media/kco/headers/NewsHeader.jpg) no-repeat 0 0;
	width:325px;
	height:22px
}
/* multiple image text module styles */
.multipleImageTextList {
	padding:10px 0 0 10px;
}
.multipleImageTextList li {
	width:150px;
	text-align:center;
	float:left;
	padding-right:10px;
}
/* photo page styles */
.photoLanding #mediaLandThumbs {
	border-bottom:0;
	margin-top:0;
	padding-top:2px;
}
.photoLanding #mediaLandThumbs ul {
	background:none;
}
.photoLanding #mediaLandThumbs ul li img {
	border:2px solid #0a4c7c;
}
#photoLandDropdowns {
	background:url(/media/kco/backgrounds/search_results_bg.jpg) no-repeat 0 0;
	padding:10px;
}
#photoLandDropdowns .genericDropDown {
	margin-right:10px;
}
.photoLandBox {
	float:left;
	width:414px;
	padding:10px 14px 7px 10px;
}
#photoLandBoxInfo {
	float:left;
	width:187px;
	color:#06224a;
	padding:12px 0 0 11px;
}
#photoLandBoxInfo #photoDetailDate {
	font-weight:bold;
}
#photoTags span {
	font-weight:bold;
	display:block;
}
#photoTags a {
	color:#00aee7;
}



/* Site Sub-Nav / Ribbon */
#siteNavMain .subNavAdDrop {
	top:-9999px;
	_top:30px;
	_visibility:hidden;
	z-index:999999 !important;
	background:url(/media/kco/backgrounds/dropdownnav.jpg) repeat-x 0 0;
	min-height:1%;
	width:auto;
	padding:4px 10px;
}
#siteNavMain>li:hover>.subNavAdDrop {
/*	top:30px !important; */
}
#siteNavMain li.sfhover .subNavAdDrop  {
	visibility:visible;
}
#siteNavMain li.sfhover a {
	/*background-position:0 -46px;*/
}
#siteNavMain .subNavAdDrop ul {
	float:left;
	display:block;
	padding:13px 0;
	width:156px;
}
#siteNavMain .subNavAdDrop ul li {
	border:0;
	float:none;
	clear:both;
}
#siteNavMain .subNavAdDrop ul li a {
	border:0;
}
#siteNavMain .subNavAdDrop ul.subNavCol5 {
	width:234px;
	height:60px;
}
#siteNavMain .subNavAdDrop ul {
	_overflow-y:hidden;
}
#siteNavMain li .subNavCol5 a {
	padding:0;
}
#siteNavMain li .subNavCol5 a:hover {
	background:none;
}

#wrapper .moduleWrap p.videoModuleMoreLink {
	background:black;
	padding:3px 15px 3px 3px;
	text-align:right;
	margin:0;
}
.videoModuleMoreLink a {
	color:#fff;
}
*  html .layoutF #mainContentColWrap {
      float:left;
}
* html .layoutF #mainContentColExtra {
      margin-right:0;
      padding-right:10px;
      width:475px;
}
/* -- Vert Tabs -- */
.vertTabsModule {
	padding-bottom:0 !important;
	color:#252525;
	font-size:11px;
}
.vertTabsModule .moduleContentOuter {
	padding:0 !important;
}
.vertTabsModule .moduleContentInner {
	min-height:334px;
	height:auto !important;
	height:334px;
	margin:0;
	padding:0 1px !important;
} 
.vertTabsModule .vertTabs {
	list-style:none;
	margin:0 0 10px;
	padding:0;
	width:110px;
	float:left;
	_overflow-x:hidden;
}
.vertTabsModule .vertTabs li a {
	padding:15px 10px;
	width:90px;
	background:#87B3CF;
	display:block;
	text-transform:uppercase;
	text-align:right;
	color:#fff;
	font-size:13px;
	margin-bottom:1px;
}
.vertTabsModule .vertTabs li a:hover {
	background:#63A2CA;
	color:#fff;
}
.vertTabsModule .vertTabs li.activeTab a,
.vertTabsModule .vertTabs li.activeTab a:hover {
	background:#63A2CA;
	color:#fff !important;
}
.vertTabContentMain {
	float:left;
	width:156px;
	padding:10px;
	color:#959595;
}
* html .vertTabContentMain {
	width:150px;
}
.vertTabContentMain h5,
.vertTabContentMain h5 a {
	font-size:14px;
	color:##04549E !important;
	margin:0;
	padding:0;
}
.vertTabContentMain ul.linkList {
	list-style:none;
	margin:0;
	padding:0;
}
.vertTabContentMain ul.linkList li {
	padding-bottom:10px;
}
.vertTabContentMain ul.linkList a {
	font-size:10px;
	color:#04549E !important;
	text-transform:uppercase;
}
.vertTabContentMain ul.linkList a:hover {
	color:#333333 !important;
}
.vertTabContentMain .adModule {
	text-align:left;
}
.vertTabContentMain .adModule p {
	margin-bottom:5px;
	font-size:10px;
	color:#252525 !important;
	font-family:Arial, Helvetica, sans-serif;
}
/* -- Wizard -- */
.wizardModule {
	background:transparent url(/media/kco/backgrounds/generic_module_bg.gif) repeat-x scroll 0 26px;
}
.wizardBlurb {
	background:url(/media/mis/backgrounds/module_lrg_mid.gif) repeat-y 0 0;
	padding:10px;
}
.wizardOuter {
	background:url(/media/mis/backgrounds/module_lrg_btm.gif) no-repeat 0 bottom;
	padding-bottom:4px;
	width:100%;
	float:left;
}
.wizardInner {
	background:url(/media/mis/backgrounds/module_lrg_mid.gif) repeat-y 0 0;
	padding:0 5px 0;
}
.wizardMain {
	background:#fff;
	padding:5px 10px 0;
}
.wizardMain .linkList {
	list-style:none;
	margin:0;
	padding:0;
}
.wizardQ {
	font-size:16px;
	font-weight:normal;
	padding-bottom:15px;
}
* html .wizardQ {
	height:1%;
}
* + html .wizardQ {
	height:1%;
}
.wizardForm {
	padding-bottom:10px;
	color:#231f20;
}
.imgRadio {
	float:left;
	width:114px;
	text-align:center;
}
.imgRadio input {
	display:block;
	margin:10px auto 0;
}
.questionRow {
	clear:both;
}
.questionRow input {
	float:left;
}
.questionRow label {
	float:left;
	width:85%;
	padding:2px 0 15px 5px;
	
}
.wizardControls {
	background:url(/media/mis/backgrounds/bg_wiz_write.gif) no-repeat 0 8px;
	clear:both;
	height:22px;
	padding:5px 0 0 0;
}
.resultsHdr {
	font-size:16px;
	font-weight:bold;
}
.wizardWrite .btnSubmit {
	background:#396D8F;
	color:#fff;
	padding:1px 4px;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:12px !important;
	display:block;
	margin:0 auto;
}
.wizBackButton {
	background:#396D8F;
	color:#fff;
	padding:2px 5px;
	float:left;
	margin:0 10px 0 150px;
}
.wizNextButton {
	background:#396D8F;
	color:#fff;
	padding:1px 4px;
	float:left;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:12px !important;
	display:block;
}
.resetWizButton {
	background:#396D8F;
	color:#fff;
	padding:2px 0;
	display:block;
	margin:0 auto;
	width:100px;
	text-align:center;
}
.layoutA #mainContentCol2 .calendarContentDuring,
.layoutAa #mainContentColExtra .calendarContentDuring,
.layoutC #mainContentColExtra .calendarContentDuring,
.layoutF #mainContentCol1 .calendarContentDuring,
.layoutG #mainContentCol1 .calendarContentDuring,
.layoutGa #mainContentCol1 .calendarContentDuring,
.layoutK #mainContentColExtra .calendarContentDuring,
.layoutL #mainContentColExtra .calendarContentDuring {
	background:transparent url(/media/kco/backgrounds/generic_module_bg.gif) repeat-x scroll 0 29px;
	margin-top:0;
}
.layoutA #mainContentCol2 .calendarContentDuring h4,
.layoutAa #mainContentColExtra .calendarContentDuring h4,
.layoutC #mainContentColExtra .calendarContentDuring h4,
.layoutF #mainContentCol1 .calendarContentDuring h4,
.layoutG #mainContentCol1 .calendarContentDuring h4,
.layoutGa #mainContentCol1 .calendarContentDuring h4,
.layoutK #mainContentColExtra .calendarContentDuring h4,
.layoutL #mainContentColExtra .calendarContentDuring h4 {
	background:#657D93 url(/media/kco/backgrounds/rail_1_mod_header.gif) no-repeat 0 0;
}
.scheduleBlurb {
	padding:10px 10px 0;
}

.pageTitle{
	font-size:24px;
	font-weight:bold;
}
