/* Basic Alert CSS */

/* Base Section Styles */
#basicAlert {
	position: relative;
	width: 605px;
	padding: 15px;
	background-color: #fff;
	text-align: center;
	font: 12px Arial, Helvetica, sans-serif;
	overflow-x: hidden;
	}
##basicAlert {
	width: 645px;
	}
#basicAlert a {
	color: #cc0000;
	}
/* Close */
#basicAlertLogIn a.closeDialog {
	position: relative;
	height: 17px;
	padding: 3px 20px 3px 3px;
	}
/* Log In */
#basicAlertLogIn {
	position: absolute;
	top: 5px;
	right: 5px;
	}
.basicAlertLogInFaded {
	color: #999999;
	}
/* Intro */
#basicAlertIntro {
	clear: both;
	padding-bottom: 10px;
	}
#basicAlertIntro h1 {
	width: 581px;
	height: 20px;
	margin: 10px 0 15px 12px;
	}
##basicAlertIntro h1 {
	margin: 10px 0 15px 0;
	}
/* Custom Intro */
#basicAlertCustomIntro {
	text-align: left;
	width: 590px;
	margin: 0 0 20px 20px;
	}
#basicAlertCustomIntro h1 {
	padding-top: 15px;
	font-size: 18px;
	}
/* Original Arrow Layout */
#basicAlertOptionArrows {
	margin-bottom: 30px;
	}
#basicAlertOptionArrows p {
	margin: 7px;
	}
#basicAlertOptionArrows a {
	padding: 6px 3px 9px 38px;	
	}
/* New Button Layout */
#basicAlertOptionButtons {
	height: 60px;
	}
/* 
#basicAlertOptionButtons p {
	float: left;
	margin: 12px 95px 0 100px;
	}
##basicAlertOptionButtons p {
	margin: 12px 0 0 0;
	}
*/
#basicAlertOptionButtons {
	position: relative;
	}
#basicAlertOptionButtons div {
	position: relative;
	}
.basicAlertPricingLeft {
	position: absolute;
	top: 5px;
	left: 90px;
	}
#.basicAlertPricingLeft {
	top: 12px;
	}
.basicAlertPricingRight {
	position: absolute;
	top: 5px;
	left: 423px;
	}
#.basicAlertPricingRight {
	top: 12px;
	}
#basicAlertOptionButtons .basicAlertBtnLeft {
	position: absolute;
	top: -8px;
	left: 20px;
	display: block;
	width: 262px;
	height: 30px;
	}
#basicAlertOptionButtons .basicAlertBtnRight {
	position: absolute;
	top: -8px;
	left: 323px;
	display: block;
	width: 262px;
	height: 30px;	
	}
#basicAlertOptionButtons img {
	margin-bottom: -10px;
	}
					/* Detailed Features */
#basicAlertFeaturesDetail {
	width: 563px;
	text-align: left;
	padding-top: 15px;
	border-top: 2px solid #e9e9e9;	
	margin: 0 0 0 20px;
	}
##basicAlertFeaturesDetail {
	margin: -10;
	}
#basicAlertFeaturesDetail h1 {
	font-weight: bold;
	font-size: 14px;
	}
##basicAlertFeaturesDetail h1 {
	margin-bottom: 10px;
	}
#basicAlertFeaturesDetail dt {
	font-weight: bold;
	}
#basicAlertFeaturesDetail dd {
	color: #999999;
	padding: 5px 10px 0 0;
	margin: -5px 0 10px 0;
	}
#basicAlertFeaturesDetail div {
	float: left;
	width: 280px;
	height: 140px;
	}
##basicAlertFeaturesDetail div {
	height: 0;
	}
					/* Bulleted Features */
#basicAlertFeatureBullets {
	text-align: left;
	width: 563px;
	height: 70px;
	margin: 0 0 0 20px;
	background: #f8f8f8;
	padding: 15px 0 10px 0;
	border-top: 2px solid #e9e9e9;
	}
##basicAlertFeatureBullets {
	padding: 15px 0 0 0;
	}
##basicAlertFeatureBullets {
	margin: 0;
	}
#basicAlertFeatureBullets h1 {
	font-size: 12px;
	margin-left: 20px;
	}
#basicAlertFeatureBullets ul {
	list-style-type: square;
	}
#basicAlertFeatureBullets li {
	padding: 4px 10px 0 0;
	margin: 0;
	font-size: 12px;
	}
#basicAlertFeatureBullets div {
	float: left;
	}
					/* PM Tour */
#basicAlertPMTour {
	width: 563px;
	margin: 0 0 0 20px;
	padding-top: 10px;
	border-top: 2px solid #e9e9e9;
	clear: both;
	}
##basicAlertPMTour {
	margin: 0;
	}
	
/* ########################## Red Style ########################## */
.basicAlertRed {
	border: 5px solid #cc3300;
	}
.basicAlertRed a {
	color: #cc3300;
	}
.basicAlertRed b {
	color: #cc3300;
	}
.basicAlertRed #basicAlertFeaturesDetail h1 {
	color: #cc0000;
	}
.basicAlertRed #basicAlertFeaturesDetail dt {
	color: #cc0000;
	}
.basicAlertRed #basicAlertCustomIntro h1 {
	color: #cc0000;
	}	
	
/* ########################## Blue Style ########################## */
.basicAlertBlue {
	border: 5px solid #333366;
	}
.basicAlertBlue a {
	color: #545488 !important;
	}
.basicAlertBlue b {
	color: #333366;
	}
.basicAlertBlue #basicAlertFeaturesDetail h1 {
	color: #333366;
	}
.basicAlertBlue #basicAlertFeaturesDetail dt {
	color: #333366;
	}
.basicAlertBlue #basicAlertCustomIntro h1 {
	color: #333366;
	}
