@charset "utf-8";
/* CSS Document */
#SecondChanceWrapper 
{
    clear:both;
	width: 540px;
}
#SecondChanceWrapper h3 {
	text-indent: -9999px;
	background: url(/images/master/secondChance_Title2.png) no-repeat 3px 0;
	display:block;
	width: 540px;
	height: 100px;
}

 #SecondChance {
	background-image:url(/images/master/secondChanceBG.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 540px;
	height: 240px;
	border: 2px dashed #efefef;
	display:block;
	padding:0px;
	margin: 0 0 10px -5px;
}

#AddOns  #SecondChance
{
    clear: both;
}

#SecondChance .buttonScrollRight, #SecondChance .buttonScrollLeft {
	margin: 0px;
	padding:0px;
	width:20px;
	height: 220px;
}
#SecondChance .buttonScrollRight {
	float:right;
}
#SecondChance .buttonScrollLeft {
	float:left;
}
#SecondChance .buttonScrollRight a {
	display:block;
	text-indent: -9999px;
	background-image:url(/images/master/btn_SCScroll.png);
	background-position: -60px 90px;
	background-repeat: no-repeat;
	width:20px;
	height: 220px;
}
#SecondChance .buttonScrollLeft a {
	display: block;
	text-indent: -9999px;
	background-image:url(/images/master/btn_SCScroll.png);
	background-position: 0px 90px;
	background-repeat: no-repeat;
	width:20px;
	height: 220px;
}
#SecondChance .buttonScrollLeft a:hover {
	background-position: -20px 90px;
}
#SecondChance .buttonScrollRight a:hover {
	background-position: -80px 90px;
}

#SecondChance #SCListContainer {
	float: left;
	display: block;
	width: 498px;
	height: 198px;
	background: #FFF;
	border: 1px solid #d6d6d6;
	margin-top: 15px;
	overflow: hidden;
}
#SecondChance #SCListContainer ul li {
	display: block;
	width: 498px;
	height: 188px;
	w\idth: 488px;
	margin: 10px 0 10px 10px;
	overflow:hidden;
}
#SecondChance #SCListContainer ul li div.sponsorSpot {
	display: block;
	width: 485px;
	height: 178px;
	overflow: hidden;
}
#SecondChance #SCListContainer ul li div.sponsorSpot span {
	display:block;
	float: left;
	height: 178px;
}
#SecondChance #SCListContainer ul li div.sponsorSpot span img {
	vertical-align:middle;
	margin-right: 10px;
}
#SecondChance #SCListContainer ul li div.sponsorSpot div.sponsorContent {
	display: block;
	overflow:hidden;
	height: 120px;
	background-color: #F9FCFC;
	margin: 5px 10px;
	padding:10px;
}
#SecondChance #SCListContainer ul li div.sponsorSpot div.sponsorContent h4
{
	color: #555;
	font-weight: bold;
}
#SecondChance #SCListContainer ul li div.sponsorSpot div.sponsorContent h4 a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0;
	text-decoration: none;
	color: #1675a6;
	font-size:14px;
	line-height:16px;
	letter-spacing:normal;
}
#SecondChance #SCListContainer ul li div.sponsorSpot div.sponsorContent h4 a:hover {
	text-decoration: underline;
}
#SecondChance #SCListContainer ul li div.sponsorSpot div.sponsorContent h5 {

	display: block;
	text-transform:uppercase;
	font-size:10px;
	margin-right: 10px;
	color: #777;
	float: right;
	}
	#SecondChance #SCListContainer ul li div.sponsorSpot div.sponsorContent h5 strong
	{
		font-size: 11px;
		color: #1675a6;
	}
	#SecondChance #SCListContainer ul li div.sponsorSpot div.sponsorContent h6 {
	width: 50%;
	display: block;
	text-transform:uppercase;
	font-size:10px;
	color: #777;
	}
	#SecondChance #SCListContainer ul li div.sponsorSpot div.sponsorContent h6 strong
	{
		font-size: 11px;
		color: #1675a6;
	}
#SecondChance #SCListContainer ul li div.sponsorSpot div.sponsorContent p {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size:11px;
	line-height:16px;
	letter-spacing:normal;
}
#SecondChance #SCListContainer ul li div.sponsorSpot a.readMore {
	display:inline-block;
	line-height:25px;
	height: 25px;
	padding-left: 10px;
}
#SecondChance #SCListContainer ul li div.sponsorSpot a.buttonSm {
	display: block;
	float: right;
	margin-top: 0px;
	margin-right: 20px;
	color: #fff;
	white-space:nowrap;
	clear:none;
}
#SecondChance #SecondChanceNav {
	width:498px;
	float: left;
	margin: 0;
	display: block;
	height: 18px;
	text-align: center;
}
#SecondChance #SecondChanceNav ul {
	display:inline-block;
	padding:0px;
	margin: 0 auto;
	text-align:center;
	width:auto;
	height: 16px;
}
#SecondChance #SecondChanceNav ul li {
	width: 15px;
	height: 15px;
	display:block;
	float:left;
}
#SecondChance #SecondChanceNav ul li a.buttn_SC_off {
	display: block;
	text-indent: -9999px;
	float: left;
	background-image:url(/images/master/secondChanceButton_Off.png);
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
}
#SecondChance #SecondChanceNav ul li a.buttn_SC_on {
	display: block;
	text-indent: -9999px;
	float: left;
	background-image:url(../images/master/secondChanceButton_On.png);
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
}
#SecondChanceWrapper > a.buttonSm {
	margin-left: 300px;
}
/**** Large (two thirds=.tt) Second Chance Ad Styles ***/

 .tt #SecondChance { /****5555***/
	background-image:url(../images/master/secondChanceBG.png);
	background-repeat: repeat;
	background-position: center;
	width: 680px;
	height: 240px;
	border: 2px dashed #efefef;
	display:block;
	padding:0px;
	margin: 90px 0 30px -5px;
}
.tt #SecondChance h3 {/****/
	text-indent: -9999px;
	background-image: url(/images/secondChance_Title.png);
	background-repeat: no-repeat;
	background-position: center;
	display:block;
	width: 530px;
	height: 83px;
	margin-top: -90px;
}
.tt #SecondChance #SCListContainer/***55555**/ {
	float: left;
	display: block;
	width: 625px;
	height: 198px;
	background: #FFF;
	border: 1px solid #d6d6d6;
	margin-top: 15px;
	overflow: hidden;
}
.tt #SecondChance #SCListContainer ul li/**555**/ {
	display: block;
	width: 625px;
	height: 188px;
	w\idth: 488px;
	margin: 10px 0 10px 10px;
	overflow:hidden;
}
.tt #SecondChance #SCListContainer ul li div.sponsorSpot /****555**/ {
	display: block;
	width: 625px;
	height: 178px;
	overflow: hidden;
}
.tt #SecondChance #SecondChanceNav /*5555*/ {
	width:638px;
	float: left;
	margin: 0;
	display: block;
	height: 18px;
	text-align: center;
}
.tt #SecondChance h3 { /*******5555****/
	text-indent: -9999px;
	background-image: url(/images/secondChance_Title.png);
	background-repeat: no-repeat;
	background-position: center;
	display:block;
	width: 620px;
	height: 83px;
	margin: -90px -40px;
}
Chance #SecondChanceNav ul {
	zoom:1;
	display:inline;
}
