/* New Free Page */

/* global style should be defined as */
body, td {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
img {
	border: none;
}
.add-pad-left {
	margin-left: 20px;
}
	#open-new-account .add-pad-left {
		margin-left: 14px;
	}

.add-pad-top {
	position: relative;
	top: 20px;	
}
.add-pad-bottom {
	margin-bottom: 20px;
}
h1 {
	margin-bottom: 18px;
}
h2 {
	margin-bottom: 5px;
}
h3 {
	margin-bottom: 8px;
}
strong {
	font-weight: bold;
}

/* ------------- new frame styles ---------------- */

/* col left */
	
div#content-col-l-one-third {
	margin: 0 20px 0 0px;
	padding: 0 0 30px 20px;
	width: 300px;
	float: left;
}
	
div#content-col-l-one-third div.round-top,
div#content-col-l-one-third div.round-bottom {	
	width: 300px;
	float: left;
	clear: both;
}

/* normal gray frame backgrounds */

#content-col-l-one-third .normal-frame {
	background: url(/css/gfx/bg/box-normal-col-b.jpg) repeat-y -300px 0px;
	width: 300px;
	margin: 0 0 20px 0;
	float: left;
}

#content-col-l-one-third div.round-top {
	background: url(/css/gfx/bg/box-normal-col-b.jpg) no-repeat 0px 0px;
	height: 20px;
}
	
#content-col-l-one-third div.round-bottom {
	background: url(/css/gfx/bg/box-normal-col-b.jpg) no-repeat 0px -20px;
	height: 20px;}
	
#content-col-l-one-third .add-pad-left {
	width: 260px;
}
	
/* col right */		

div#content-col-r-two-third, 
div#content-col-r-two-third-red {
	margin: 0 0 12px 0px;
	width: 500px;
	text-align: left;
	float: left;
}

div#content-col-r-one-third div.round-top,
div#content-col-r-one-third div.round-bottom,
div#content-col-r-one-third-red div.round-bottom{
	width: 300px;
}

div#content-col-r-two-third-red div.round-top{
	margin: 0 0 -70px 0;
}


#content-col-r-two-third {
	background: url(/css/gfx/bg/box-normal-col-a.jpg) repeat-y -500px 0px; margin: 0;
}

#content-col-r-two-third div.round-top {
	background: url(/css/gfx/bg/box-normal-col-a.jpg) no-repeat 0px 0px;
	height: 20px;
}
	
#content-col-r-two-third div.round-bottom {
	background: url(/css/gfx/bg/box-normal-col-a.jpg) no-repeat 0px -20px;
	height: 20px;	
}

div#content-col-r-two-third, 
div#content-col-r-two-third-red {
	margin: 0px 0 10px 0px;
	padding: 0;
	width: 500px;
	text-align: left;
	float: left;
}

/* red gradient frame background */		
#content-col-r-two-third-red {
	background: url(/css/gfx/bg/col-r-two-third-red.jpg) repeat-y -500px 0px;
}

#content-col-r-two-third-red div.round-top {
	background: url(/css/gfx/bg/col-r-two-third-red.jpg) no-repeat 0px 0px;
	height: 90px;
	margin: 0 0 -70px 0px;
}
	
#content-col-r-two-third-red div.round-bottom {
	background: url(/css/gfx/bg/col-r-two-third-red.jpg) no-repeat 0px -90px;
	height: 20px;
	float: left; 	
	width: 500px;
}
	
#content-col-l-one-third-red {
	background: url(/css/gfx/bg/box-normal-col-b.jpg) repeat-y -300px 0px;
}

#content-col-l-one-third-red div.round-top {
	background: url(/css/gfx/bg/box-normal-col-b.jpg) no-repeat 0px 0px;
	height: 20px;
}
	
#content-col-l-one-third-red div.round-bottom {
	background: url(/css/gfx/bg/box-normal-col-b.jpg) no-repeat 0px -70px;
	height: 90px;
}		

/* New Rooms Frame - White Inner Box */

#content-col-r-two-third-red #white-content-box-red-frame {
		background: #fff;
		margin: 4px 0 -6px 0;
		position: relative;
		width: 472px;
		float: left;
		}	

#content-col-r-two-third-red #white-content-box-red-frame div.round-top {
	background: url(/css/gfx/bg/white-content-red-frame.png) no-repeat 0px 0px;
	height: 20px;
	margin: 0 0 0 0;
	padding: 5px 0 0 0;
	width: 472px;
	}
	
#content-col-r-two-third-red #white-content-box-red-frame div.round-bottom {
	background: url(/css/gfx/bg/white-content-red-frame.png) no-repeat 0px -20px;
	margin: -20px 0 0 0;
	height: 20px;
	width: 472px;
	float: left;
	}

/* ---------------- Content Specific --------------- */	

/* free license */

#free-license h1.easy-steps {
	color: #3e3516;
	width: 140px;
	height: 110px;
	font-size: 18px;
	font-weight: bold;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	padding: 0 30px 0 0;
	margin: 0 -15px 0 0;
	background: url(/css/gfx/icons/6995-value.png) 100% 50px no-repeat;	
	position: relative;
	line-height: 22px;
	}
	
	#free-license h1.easy-steps em {
		font-style:italic; 
		font-weight: bold;
	}
	
#free-license .product-float-left {
	float: left;
	margin-right: 5px;
}

#free-license .value {
	clear: both; 
	height: 125px;
}	

#free-license ol.easy-steps-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

	#free-license .easy-steps-list li {
		padding: 0 0 20px 14px;		
		margin: 0 0 0 0;
		font-weight: bold;
		font-size: 14px;
		font-family: Arial, Helvetica, sans-serif;
		color: #3d3a3f;
		line-height: 18px;
	}
	
	#free-license .easy-steps-list li div {
		position: absolute; 
		margin: 0 0 0 -15px; 
		padding: 0 0 0 0;
		line-height: 18px;
		height: 16px;
		vertical-align: top;
	}
	
	#free-license .easy-steps-list li p {
		font-weight: normal;
		font-size: 12px;
		font-family:Arial, Helvetica, sans-serif;
		margin: 0;
		padding: 0;
		line-height: 16px;
	}

/* New About Frame */

#about-frame.normal-frame {
	margin: 0;
}
#about-frame h2.about-header {
	color:#3e3516;
	font-size:18px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:16px;
}
#about-frame .hook-bullet-list {
	margin:0;
	padding:0;
}
#about-frame .hook-bullet-list li{
	background:url(/css/gfx/icons/small-hook-bullet.gif) no-repeat 0px 4px;
	font-weight:normal;	
	line-height:16px;
	margin:0;
	padding:0 0 10px 30px;
}	
#about-frame .hook-bullet-list li strong {
	font-weight: bold;
}

/* open new account rooms */

#open-new-account {
	
}
.supported-rooms-block {
	float: left;
	border-bottom: 1px solid #cbcad8;
	width: 470px;
	padding-bottom: 0 0 0 0;
	margin: -5px 0 30px 1px;
	height: 90px;
}

	.supported-rooms-block .last-child {
		margin-bottom: -30px;
	}

.supported-rooms-logo {
	overflow: hidden;
	width: 165px;
	border-right: 1px solid #cbcad8;
	float: left;
	height: 90px;
	margin-top: -10px;
}
	
.get-free-license {
	text-align: center;
}

.sign-up-bonus-blue {
	font-size: 18px;
	color: #0852a9;
	display: block;
	line-height: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

.sign-up-bonus-code {
	font-size: 14px;
	color: #3d3a3f;
	display: block;
	line-height: 24px;
}
.sign-up-bonus-code strong {
	font-weight: bold;
}

.supported-rooms-bottom {
	margin: -3px 6px 0 0;
}

	.supported-rooms-bottom a {
		font-weight: bold;
		background: url(/css/gfx/misc/supported_rooms_arrow.png) 100% 0 no-repeat;
		padding: 0 16px 0 0;
		line-height:14px;
		float: right;
	}
/* new buy now free page block */

#buy-now-free-page {
	float: left;
	display: block;
	margin: 20px 0 20px 18px;
	color: #3d3a3f;
}

#buy-now-free-page h2 {
	color: #3e3516;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 45px 0 0;
	margin: 0 0 4px 0;
	white-space: nowrap;
	line-height: 22px;
	}
	
.buy-now-free-info {
	float: left;
	width: 255px;
	padding: 0 40px 8px 0;
	background: url(/css/gfx/misc/gray-arrow-lg.png) 100% 8px no-repeat;
} 
	.buy-now-free-info p {
		margin: 0 0 6px 0;
	} 

.buy-content-top {
	border-bottom: 1px solid #cbcad8;
	float: left;
	margin-bottom: 8px;
}

.buy-now-button-free-page {
	text-align: center;
	width: 180px;
	float: left;
}
	.buy-now-button-free-page img {
		margin-top: 25px;
	}

#buy-now-free-page .buy-now-details {
	font-style: italic;
	font-size: 10px;
	line-height: 12px;
	width: 470px;
}

/* Carbon Poker Free Page */
.intro-box.pokerroom-free {
	/*background: url(/css/gfx/bg/screenshot_bg-carbon-free.jpg) no-repeat center top;*/
	padding-bottom: 63px;
}
	#pokerroom-carbon {
		background: url(/css/gfx/bg/screenshot_bg-carbon-free.jpg) no-repeat center top;
	}
	#pokerroom-titan {
		background: url(/css/gfx/bg/screenshot_bg-titan-free.jpg) no-repeat center top;
	}
	#pokerroom-pacific {
		background: url(/css/gfx/bg/screenshot_bg-pacific-free.jpg) no-repeat center top;
	}
	#pokerroom-gnuf {
		background: url(/css/gfx/bg/screenshot_bg-gnuf-free.jpg) no-repeat center top;
	}
	#pokerroom-party {
		background: url(/css/gfx/bg/screenshot_bg-party-free.jpg) no-repeat center top;
	}

.pokerroom-free .click-to-view_tb {
	margin: 103px 0 0 431px;
	position: absolute;
}
.intro-box .free-offer_intro {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 20px 0 0 17px;
	size: 14px;
	width: 400px;
	line-height: 18px;
	color:#fff;
}
	.intro-box .free-offer_intro strong {
		color: #fcac01;
	}
	
.why-section {
	margin: -30px 0 6px;
	color: #000;
}
.room-accepts {
	float: left;
	width: 155px;
	text-align: center;
}
	.room-accepts img {
		padding-bottom: 18px;
	}
.accept-usa {
	font-weight: bold;
	font-size: 11px;
	background: url(/css/gfx/icons/us-flag.png) 0 1px no-repeat;
	padding-left: 20px;
}
	
.suit-list {
	list-style: none;
	font-size:14px;
	line-height:18px;
	margin: 10px 0;
	padding: 0;
}
	.suit-list li {
		background: url(/css/gfx/icons/card-bullets_black.png) no-repeat;
		line-height: 18px;
		padding-left: 16px;
		margin-bottom: 4px;
	}
	.suit-list li.s { background-position: 0 -2px; }
	.suit-list li.d { background-position: 0 -37px; }
	.suit-list li.c { background-position: 0 -73px; }
	.suit-list li.h { background-position: 0 -107px; }

.branded-free h2 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 18px;
	padding-top: 7px;
	text-align: center;
	color: #fff;
}
.free-offer_why {
	float: left;
	border-left: 1px solid #c7c1c6;
	padding-left: 10px;
}
	.free-offer_why h2 {
		color: #000b40;
		text-align: left;
		padding-top: 6px;
	}
	
.download-coupon-code {
	float: right;
	font-weight: bold;
	line-height: 16px;
	margin: -18px 0 0;
	padding-right: 8px;
	text-align: center;
	position: relative;
	font-size:20px;
}
	.download-coupon-code span {
		display: block;
		color: #f00;
		font-size:14px;
		padding: 5px 0;
	}

.steps-section {
	color: #000;
	font-size: 11px;
	background: url(/css/gfx/bg/box-brown-col-left.gif) repeat-y;
	margin-bottom: -8px;
}
.branded-free .title-bar {
	background: url(/css/gfx/bg/section_bg.png) repeat-x;
	height: 38px;
	margin-bottom: 12px;
}
	.branded-free .title-bar h2 {
		font-size: 19px;
	}
	.branded-free .title-bar h2 strong {
		color: #FCAC01;
	}
	
.branded-free .col-right {
	float: right;
	width: 634px;
}
.branded-free .col-left {
	float: left;
	margin: 0 10px 0 0;
	padding: 6px 6px 60px;
	color: #fff;
	width: 180px;
}
	.branded-free .col-left h2,
	.branded-free .col-left h3 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-weight: bold;
		margin: 0 0 4px 0;
		text-align: center;
	}
	.branded-free .col-left h3 { font-size: 14px; }
 	.green-check-bullet_brown {
 		list-style: none;
		margin: 20px 0 0 12px;
		padding: 0;
 	}
		.green-check-bullet_brown li {
			background: url(/css/gfx/icons/green-check-bullet_brown.png) no-repeat;
			line-height: 16px;
			margin-bottom: 18px;
			text-indent: 18px;
		}
	.branded-free .col-left p {
		line-height: 16px;
		margin-bottom: 18px;
		margin-left: 12px;
	}
	.branded-free .col-left p.accolade {
		margin: 30px 0 10px;
		text-align: center;
	}

/* Getting Started Steps */

.orange-drop-list {
	list-style: none;
	list-style-position: inside;
	margin: 0;
	padding: 0;
	float: left;
}
	.orange-drop-list li {
		margin: 0 0 5px;
		padding: 0 0 16px 56px;
		background-image: url(/css/gfx/icons/orange-drop-bullets.png);
		background-repeat: no-repeat;
		border-bottom: 1px solid #c7c1c6;
		position: relative;
	}
	.orange-drop-list li.step-one { background-position: 0 0; }
	.orange-drop-list li.step-two { background-position: -1px -306px; }
	.orange-drop-list li.step-three { background-position: 0 -612px; }
	.orange-drop-list li.last-child { border: none; margin-bottom: -20px; }
	.orange-drop-list li ul{ margin: 0 0 14px 0; }
	.orange-drop-list li ul li {
		background: none;
		list-style: square;
		/*list-style-position: o;*/
		margin: 0 0 4px 12px;
		padding: 0;
		border: none;
		line-height: 16px;
		font-size: 12px;
	}
	.thumbnail-collection {
		text-align: center;
	}
		.thumbnail-collection span  {
			display: block;
		}
		.thumbnail-collection span span {
			font-size: 10px;
			/* margin-top: -18px; */
		}
			.thumbnail-collection .nudge {
				margin-top: -40px;
			}
			.thumbnail-collection span span a {
				color: #000;
				text-decoration: none;
			}

	.orange-drop-list h3 {
		text-align: left;
		font-size: 14px;
		font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
		color: #181812;
		font-weight: bold;
		line-height: 18px;
		padding-top: 7px;
		margin-bottom: 10px;
	}
	.orange-drop-list h2 {
		text-align: left;
		font-size: 14px;
		font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
		color: #181812;
		font-weight: bold;
	}
	.orange-drop-list .gray-arrow-right {
		background: url(/css/gfx/icons/gray-arrow_right.gif) 100% 40% no-repeat;
		display: block;
		float: left;
		margin-right: 10px;
		padding-right: 32px;
	}
		.x2 .gray-arrow-right {
			margin-right: 30px;
			padding-right: 52px;
			padding-left: 60px;
		}
		
/* Free Form */
.bonus-red {
	color: #f00;
}
.free-form {
	padding-bottom: 20px;
}

#email, #full-name, #screen-name {
	border: 1px solid #ccc;
}

.free-form input {
	/*color: #005b8b;*/
	float: left;
	font-family: arial,helvetica,sans-serif;
	font-size: 13px !important;
	height: 18px;
	margin: 0 10px 0 0;
	width: 215px;
	display: inline;
}

.free-form p {
	line-height: 14px;
	clear: both;
	white-space: nowrap;
	height: 30px;
}
	.free-form p span {
		float: left;
		font-size: 10px;
		font-style: italic;
		line-height: 10px;
	}

	.free-form p span.error {
		text-align: center;
		color: red;
		font-weight: bolder;
		font-size: 12px;
	}

	.free-form label {
		font-weight: bold;
		width: 110px;
	}
	.free-form strong {
		display: block;
		width: 110px;
		float: left;
		line-height: 18px;
		vertical-align: bottom;
	}
	.free-form p.submit input {
		background: url('http://img.mutatum.net/confirm_btn.gif') no-repeat;
		border: none;
		cursor:pointer;
		float: none;
		height: 44px;
		margin-left: 130px;
		width: 122px;
	}
	
.free-about-calculatum {
	position: relative;
}

/*+++ Confirm Page +++*/
#confirm h2.heading {
	color: #000b40;
	font-size:16px;
	padding:20px 40px;
	font-weight:bold;
}
#confirm p.ensure {
	line-height:1.4;
	font-size: 14px;
}
#confirm .step-one p.center img {
	margin-left:-65px;
}
#confirm .orange-drop-list li img {
	margin-left:-5px;
}
#confirm .orange-drop-list li {
	margin-top: 20px;
}
#confirm .orange-drop-list h2 {
	padding-top:2px;
}
#confirm .orange-drop-list h2 span {
	font-weight: normal;
	font-size:11px;
}
#confirm .orange-drop-list h3 {
	padding-top:2px;
}
#confirm .orange-drop-list h3 span {
	font-weight: normal;
	font-size:11px;
}

#confirm h2.or {
	padding-bottom:7px;
	text-align:left;
	padding-left: 55px;
	color:#14130e;
}
.confirm-title-bar { 
	background:none; 
}
	.confirm-title-bar h2 {
		color: #201f16;
		padding-left: 185px;
		margin-bottom:0;
		font-weight:bold;
	}

/*--- Confirm Page ---*/

