/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #293033;
	z-index: 102;
	color:#fff;
	display:none;
	text-align:center;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:15px 0px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	line-height: 65px;
	font-size: 1.5em;
	padding: 0px 10px;
	font-weight: normal;
	padding: 0px 20px;
}

#TB_title{
	height:65px;
	padding: 0px 20px;
}

#TB_footer{
	height:30px;
}

#TB_ajaxContent{
	background: #c0c8cc;
	clear:both;
	overflow:auto;
	height: 360px;
	margin: 0px auto;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}


#choose-a-card {
	margin: 0px auto;
	padding: 0px 0px 0px 10px;
	text-align: center;
}
#choose-cards .choose-row{
	background: #c0c8cc;
	padding: 2px 6px;
	clear:both;
}
#choose-cards .col{
	background: url('../images/choose-card-background.gif') no-repeat top left;
	width: 25%;
	height:157px;
	float: left;
	margin: 10px 0px 0 0;
	padding: 10px 0px 0 0;
	text-align: left;
}
#choose-cards img{
	padding: 7px 0px 3px 20px;
}
#choose-cards h3{
	color: #000;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	text-align: left;
	padding-left: 20px;
	clear: both;
	margin-top: 15px;
}
#choose-cards a.more{
	color: #267BB1;
	font-size: 11px;
	line-height: 13px;
	text-align: left;
	margin: 0px;
	padding-left: 19px;
	clear: both;
}
.apply-now{
	margin-top:4px;
}
a.apply-now:hover{
background-position: top right;
}
#sidebar {
	width: 166px;
	height: 100%;
	background: #c0c8cc;
	float: left;
	text-align: left;
}		
#sidebar li a {
	height: 18px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 12px;
	text-decoration: none;
	}	
	
#sidebar li a:link, #sidebar li a:visited {
	color: #293033;
	display: block;
	padding: 3px 0 3px 10px;
	font-size: 12px;
	font-weight: bold;
	}
	
#sidebar li a:hover, #sidebar li.active {
	color: #fff;
	background: #8a9499;
	padding: 3px 0 3px 10px;
	font-size: 12px;
	font-weight: bold;
	}

#card-right {
	background: #fff;
	width: 683px;
	height: 370px;
	float: left;
	overflow: hidden;
}

#prev-next {
	color: #576166;
	font-size: 14px;
	font-weight: bold;
	height: 20px;
	text-align: right;
	padding-right: 20px;
}
#prev-next a{
	color: #576166;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
}
#prev-next a:hover {
	text-decoration: underline;
}
#previous {
	background: url("/more/images/previous.gif") left 4px no-repeat;
	padding-left: 10px;
}
#next {
	background: url("/more/images/next.gif") right 4px no-repeat;
	padding-right: 10px;
}
#card-info{
	clear: both;
}
#card-large-display{
	width: 330px;
	height: 230px;
	float: left;
	text-align: center;
	padding-top: 10px;
}
#card-details{
	width: 353px;
	height: 250px;
	float: left;
	text-align: left;
	color: #323637;
	overflow: hidden;
}
#card-details h1{
	color: #2f3334;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.6em;
	padding-left: 4px;
}	
#card-details ul{
	padding-right: 10px;
}
#card-details li{
	font-size: 0.8em;
	line-height: 1.2em;
	margin-bottom: 7px;
	background: url("/more/images/bullet.gif") left 5px no-repeat;
	padding-left: 8px;	
}
#card-details .login-button{
	/*margin-left: 8px;*/
	padding-right:5px;
}
#card-details p{
	font-size: 0.70em;
	line-height: 20px;
	/*margin-left: 10px;	removed to match design on DFS site*/
}
#card-scroll {
	clear: both;
	background: url("/more/images/bg-card-scroll.gif") top left no-repeat;
	width: 683px;
	height: 106px;
}
#scroll-contain {
	overflow: scroll;
	overflow-y: hidden;
	width: 646px;
	height: 82px;
	padding: 8px 0px;
	margin: 0px 18px;
}
#scroll-body {
	width: 2000px;
	height: 100px;
	text-align: left;
	color: #fb9812;
	float:left;
}
#scroll-body img{
	padding: 3px;
}
#scroll-body .card-thumb{
	padding: 1px 4px;
	float: left;
	text-align: center;
}
#scroll-body .card-name a{
	color: #666;
	text-decoration: none;
	font-size: 11px;
	line-height: 16px;
}
#scroll-body .card-name a:hover{
	text-decoration: underline;
}

#scroll-body a:hover img{
	background: url("/images/bg-card-hover.gif") top left no-repeat;
}
.yellow {
	background: url("/images/bg-card-hover.gif") top left no-repeat;
}

/*#scroll-body a img{
	padding: 2px;
	background: #fb981d;
}	*/
#placeholder {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
}

#TB_window .login-button {
	background: url("/images/btn-login.gif") top left no-repeat;
	height: 20px;
	width: 64px;
	float: left;
}

#TB_window a.login-button:hover {
	background: url("/images/login-on.gif") top left no-repeat;
}

.phone-number{
	padding-top:9px;
}

/*#footer {
	margin: 0px 10px 0px 10px;
	width: 950px;
	font-size: .69em; 
	color: #c0c8cc; 
	border-top: 1px solid #c6d2d6;
	padding: 20px 0px 10px 0px;
}

*/

/**
 * Biodegradable styles
 * 20090303
 */
 
#choose-cards h3 span {
	color:#FF6600;
}

#sidebar li a:link span,
#sidebar li a:visited span {
	color:#FF6600;
	font-size:11px;
}

#sidebar li.active span {
	font-size:11px;
}

/* page redesign 8/13 */
a.choose-designs {
	display: block;
	width: 200px;
	padding: 25px 0 12px 80px;
	font-size: 14px;
	background: url(/more/images/choose-designs.gif) 0 8px no-repeat;
}

/* no javascript fix */
.teaser-designs.no-js,
.teaser-ticker.no-js {
	background: none;
}
.teaser-designs.no-js *, span.no-js, a.no-js, .cbb-stories.no-js,
.teaser-ticker.no-js * {
	display: none;
}
.applynow-block.no-js {
	padding-bottom: 15px;
}
