/* Home Page Module Styles - Updated March 17, 2009
------------------------------------------------------------*/

/** General Styles for all Modules **/
.subheader-arrow {
	background:url(images/global/subheader-arrow.gif) no-repeat;
	width:10px;
	height:11px;
	position:absolute;
	top:13px;
	left:12px;
	}

.sub-header {
	background:url(images/global/subsubheader-bgleft.gif) no-repeat left;
	height:32px;
}

.sub-header span {
	font:bold 16px Arial, Helvetica, sans-serif;
	padding:10px 0 0 20px;
	margin: 0 -5px 0 10px;
	color:#557e25;
	text-transform:uppercase;
	display:block;
	background:url(images/global/subsubheader-bgright.gif) no-repeat right;
	height:22px;
}

.subsub-header {
	font:bold 16px Arial, Helvetica, sans-serif;
	padding:8px 0 0 12px;
	color:#557e25;
	text-transform:uppercase;
	background:url(images/global/subsubheader-bg.gif) repeat-x;
	height:23px;
	position:relative;
	}
	
	.subsub-header a {
		color:#557e25;
		font-size:16px;
		}

.subsub-header span {
	background:url(images/global/subheader-arrow.gif) 0px 3px no-repeat;
	padding:0 0 0 18px;
	margin:0;
	}

	.subsub-header span span {
		background:none;
		padding:0;
		}

/* Fixes top of column one Category Link List header - required "column-one" div inserted to wrap module in module header/footer */
.column-top .subsub-header {
	padding:0 0 0 12px;
	background:url(images/global/subsubheader-bgleft.gif) no-repeat left;
	height:32px;
	}

.column-top .subsub-header span {
	padding:10px 0 0 0;
	margin:0 -5px 0 0;
	display:block;
	background:url(images/global/subsubheader-bgright.gif) no-repeat right;
	height:22px;
}

.column-top .subsub-header span span {
	background:url(images/global/subheader-arrow.gif) 0px 3px no-repeat;
	padding:0 0 0 18px;
	margin:0;
	}

a.cat-link {
	color:#25527e;
	padding:0 12px 0 0;
	font-size:11px;
	font-weight:normal;
	text-decoration:underline;
	text-transform:none;
	position:absolute;
	top:10px;
	right:0;
	}
	
* html a.cat-link{padding-right:20px;}
			
a.cat-link:hover {
	color:#2d86e2;
	text-decoration:none;
	}
	
/* Equal Columns Updates 2010-06-02 */
#three-column-container 
{
	/*border:4px solid hotPink;*/
	width:102%;
	height:820px;
	overflow:visible;	
}

#column-one, #column-two, #column-three {
	position:relative;
	background: #fff url(images/global/column-shadow.jpg) right repeat-y;
	float:left;
	margin:0 8px 14px 0;
	height:100%;
	}
	
/* IE7-only fix for bottom margins */
*:first-child+html #column-one { margin:0 8px 0 0; }
*:first-child+html #column-two { margin:0 8px 0 0; }
*:first-child+html #column-three { margin:0 8px 0 0; }
/* IE6-only fix for bottom margins */
* html #column-one { margin:0 8px 0 0; }
* html #column-two { margin:0 8px 0 0; }
* html #column-three { margin:0 8px 0 0; }

#column-one {
	width:225px;
	padding-right:5px;
	}
	
#column-two {
	width:225px;
	padding-right:5px;
	}

#column-three {
	width:472px;
	margin-right:0;
	padding-right:5px;
	}

.column-footer-left {
	background:url(images/global/column-footer-bg-left.gif) left bottom no-repeat;
	height:24px;
	width:223px;
	padding-left:7px;
	position:absolute; 
	bottom:0;
	}
	
	* html .column-footer-left{margin-bottom:-1px;}

.column-footer-right {
	background:url(images/global/column-footer-bg-right.gif) right bottom no-repeat;
	height:24px;
	width:100%;
	float:right;
	}
	
#column-three .column-footer-left{width:470px;} 

/* Home Page Column Content - Updated March 18, 2009
------------------------------------------------------------*/

/** Column One Content **/
#form1 {
	padding:25px 0 25px 0;
	text-align:center;
	}

#form1 select {
	width:168px;
	}
	
.text-link-list li {
	margin:15px 0 15px 30px;
	padding:0;
	list-style:none;
	font-size:1em;
	}
	
.text-link-list li a {
	font-size:13px;
	font-weight:bold;
	color:#25527E;
	text-decoration:none;
	}

.text-link-list li a:hover {
	text-decoration:underline;
	color:#2d86e2;
	}
	
#extra-cat-links a {
	display:block;
	margin:0 0 0 30px;
	font-size:13px;
	font-weight:bold;
	color:#25527E;
	}
	
#extra-cat-links a:hover {
	color:#2d86e2;
	text-decoration:underline;
	}
	
/** Column Two Content - Updated March 18, 2009 **/
#special-offer a {
	background:url(images/home/49-special-offer.gif) no-repeat;
	display:block;
	width:225px;
	height:131px;
	}

#special-offer {
	text-indent:-9000px;
	}
	
dl.sub-container {
	margin:0 auto;
	padding:10px 0 11px 0;
	background:url(images/global/dotted-divider.gif) bottom center no-repeat;
	}
	
*:first-child+html dl.sub-container { padding:4px 0; } /*IE7-only fix*/
* html dl.sub-container { padding:4px 0; } /*IE6-only fix*/

.sub-container dt {
	text-align:center;
	font-size:1.2em;
	font-weight:bold;
	color:#000;
	margin:0 0 3px 0;
	}
	
	.sub-container dt a { font-size:.9em; }
	.sub-container dt a:hover { color:#2d86e2; text-decoration:underline; }
	span.brand { text-transform:capitalize; }

.sub-container dd {
	margin:auto;
	width:181px;
	padding:0;
	}
	
.sub-container img { width:181px; }
	
#last {
	background:none;
	}
	
	.brand {
	color:#666;
	font-size:.8em;
	font-weight:normal;
	}
	
dd.order-button {
	margin: 5px auto 0;
	}

dd.order-button a {
	background:url(images/global/ordernow-button.gif) left bottom no-repeat;
	display:block;
	width:111px;
	height:33px;
	margin:0 auto;
	text-indent:-9000px;
	}

dd.order-button a:hover {
	background-position:left top;
	}
	
#more-designs a {
	display:block;
	font-size:1.3em;
	line-height:18px;
	color:#666;
	text-align:center;
	}

/** Columns Two and Three Shared Content **/
#more-designs a, .column-padding a {
	color:#25527E;
	text-decoration:underline;
	}
		
#more-designs a:hover, .column-padding a:hover {
	color:#2d86e2;
	text-decoration:none;
	}
		
/** Column Three Content **/
#feature-one-callout a {
	background:url(images/home/bettyboop-callout.png) left bottom no-repeat;
	display:block;
	text-indent:-9000px;
	left:7px;
	width:458px;
	height:189px;
	margin:-32px auto 16px auto;  
	}

 	* html #feature-one-callout a { background:url(images/home/bettyboop-callout.gif) left bottom no-repeat; } /* IE6-only fix */

#feature-one-callout a:hover {
	background-position:left top;
	}

#column-container {
	margin:auto;
	width:445px;
	}
	
#feature-two {
	background:url(images/global/photo-checks-bg.jpg) right bottom no-repeat;
	margin:0 0 16px 0;
	padding:6px 0 14px 0;
	height:104px;
	font-size:.8em;
	line-height:20px;
	}

#feature-three {
	background:url(images/global/cover-bg.jpg) right center no-repeat;
	font-size:.8em;
	margin:0 0 16px 0;
	}

#feature-two, #feature-three { position:relative; }

	/* Adds links to the feature two and three div backgrounds */
	.flink-one, .flink-two {
		display:block;
		position:absolute;
		right:0;
		background:transparent url(/Portals/4checks/images/global/blank.gif) repeat;
		}
	
	#feature-two a.flink-one {
		width:180px;
		height:34px;
		top:0;
		}

	#feature-two a.flink-two {
		width:256px;
		height:78px;
		top:34px;
		}

	#feature-three a.flink-one {
		width:256px;
		height:94px;
		top:0;
		}
	/* End add links to bgs */
	
	.feat-header {
		font-size:1.7em;
		}
	
	.feat-price {
		font-size:1.6em;
		font-weight:bold;
		color:#999;
		}
	
	.feat-price em {
		font-size:1.25em;
		font-weight:bold;
		color:#25527e;
		}
	
	.feat-sub-info {
		font-size:1.7em;
		color:#557e25;
		}
		
	a.get-started-button {
		background:url(images/global/get-started-button.gif) left bottom no-repeat;
		display:block;
		margin-top:5px;
		height:32px;
		width:109px;
		text-indent:-9000px;
		}

	a:hover.get-started-button {
		background-position:left top;
		}
		
.column-padding {
	margin:16px auto;
	line-height:1.5em;
	width:445px;
	}

.column-padding p {
	margin:8px 0 5px;
	font-size:1.1em;
	}

#column-three h3 {
	color:#000;
	font-size:1.4em;
	font-weight:bold;
	}

#header-container h1
{
	background:#244f7a url(/Portals/4checks/skins/4checks/images/global/header-tagline.gif) center no-repeat;
	color:#BFE5FF;
	padding:15px 0;
	text-indent:-9999px;
	text-align:center;
	font-family:Arial, Helvetica;
	font-weight:bold;
	font-size:14px;
	
}	

/* Override main skin style for homepage only */
#search-box-main{margin-bottom:0 !important;}