
#rules{
/*	float:left; */
	margin-left:5px;
	margin-top:20px;
	width:650px;
	min-height: 200px;
}

#rules #open-rules{
}

#open-rules .open-rule{
	width: 650px;
	position: relative;
/*	margin-bottom: 20px; */
}


/* ------------------- Open/Closed Rules Shared Styles -------- */
.open-rule-header { 
	height: 50px;
	margin: 0;
}

.open-rule-header .curl, .open-rule-header .ribbon { height: 50px;}
.open-rule-header .header-main, .open-rule-header .open-rule-callout { height: 35px;}

.open-rule-header .curl { width: 10px;}

.open-rule-header .ribbon {
	position: relative;
	z-index: 999;
}

.open-rule-header .header-main {
	margin:13px 0 0 10px;
	position:absolute;
	top:0;
	width:640px;
}

	.open-rule-header .open-rule-callout { text-align: center;}
	
	.open-rule-callout a {
		line-height: 35px;
		text-decoration: none;
		font-size: 16px;
		font-style: italic;
	}

.header-main ul { 
/*	float: right; */
}

.header-main ul .open-rule-info { 
	margin: 0 20px;
}

/* ------------------- Open Rules ---------- */
#open-rules .open-rule-header{
	display: block;
	list-style: none;
	margin-bottom: 0;
	padding: 0;
	width: 650px;
	position: relative;
}

#open-rules ul li {	
	float: left; 
	list-style: none;
}

#open-rules  .ribbon-left { 
	background:url("images/Homepage/open_rule_ribbon/openrule_curl.png") no-repeat scroll left top transparent;
	height:50px;
	position:absolute;
	width:10px;
}
	
#open-rules  .ribbon-right {
	background:url("images/Homepage/open_rule_ribbon/openrules_ribbon_main.png") no-repeat scroll left top transparent;
	height:50px;
	left:10px;
	position:absolute;
	top:0;
	width:150px;
	z-index:5;
}

#open-rules .open-rule-header .header-main {
	background: rgb(74, 74, 74);
	border-bottom: 3px solid #F5D46D;
}

#open-rules .open-rule-callout {
	background: #409dd7;
	width: 130px;
	position: absolute;
	right: 0;
	text-align: center;
}

	#open-rules .open-rule-callout a {
		color: white;
	}

#open-rules .open-rule-icon{
	border:0 solid;
	height:35px;
	width:45px;
	margin-right:0;
	position:absolute;
	right:0;
	top:0;
}

.texting-rule-icon{
	background:url("images/Global/texting-rule-icon.png") no-repeat scroll center center #F5D46D;	
	height:35px;
	width:45px;
}

.tarmac-rule-icon{
	background:url("images/Global/tarmac-rule-icon.png") no-repeat scroll center center #F5D46D;	
	height:35px;
	width:45px;
}

.airline-passenger-rights-rule-icon{
	background:url("http://regulationroom.org/airline-passenger-rights/wp-content/themes/regulationroom3/extensions/images/planeicon_large.png") no-repeat scroll center center #F5D46D;	
	height:35px;
	width:45px;
}


.closed-texting-rule{
	background-color:transparent;
	background-position:left top;
	padding:7px 0 0 25px;}

#open-rules .open-rule-info {
	height:35px;
	margin-right:65px;
	position:relative;
	text-align:right;
	top:1px;
}

#open-rules .open-rule-info a {
	color:white;
	font-size:18px;
	line-height: 35px;
	text-decoration:none;
	text-transform:uppercase;
}


#open-rules .open-rule-text{
	background: white;
	border: 1px solid rgb(221, 224, 224);
	margin-left: 10px;
	padding: 10px 18px 20px;

}

#open-rules .open-rule-text h3{
	color: rgb(105, 106, 107);
	font-size: 12px;
	margin-bottom: 0;
	padding-bottom: 0;
	text-transform: uppercase;
}

#open-rules .open-rule-text p { 
	margin: 5px 0 0;
	text-align: justify;	
}

	

/* ------------------- Closed Rules -------- */
#closed-rules{
	margin-top: 25px;
}

#closed-rules .closed-rule-header{
	display: block;
	list-style: none;
	margin-bottom: 0;
	padding: 0;
	width: 650px;
	position: relative;
}

#closed-rules ul li {	
	float: left; 
	list-style: none;
}

#closed-rules .ribbon-left { 
	background:url("images/Homepage/closed_rule_ribbon/closedrule_curl.png") no-repeat scroll left top transparent;
	height:50px;
	position:absolute;
	width:10px;
}
	
#closed-rules .ribbon-right {
	background:url("images/Homepage/closed_rule_ribbon/closedrules_ribbon_main.png") no-repeat scroll left top transparent;
	height:30px;
	left:15px;
	position:absolute;
	width:175px;
	z-index:5;
}

#closed-rule-list{
	font-size:15px;
	padding-left:25px;
	padding-top:40px;}

#closed-rule-list a{
	color: #A7A7A7;
	text-decoration: none;
}

#closed-rules .closed-rule-header .header-main {
	background: rgb(74, 74, 74);
	border-bottom: 3px solid #F5D46D;
}

#closed-rules .closed-rule-callout {
	background: #409dd7;
	width: 130px;
	position: absolute;
	right: 0;
	text-align: center;
}

#closed-rules .closed-rule-callout a {
	color: white;
}

#closed-rules .closed-rule-icon{
	background:url("images/Global/txticon_new_big.png") no-repeat scroll center center #F5D46D;
	border:0 solid;
	height:35px;
	margin-right:0;
	position:absolute;
	right:0;
	top:0;
	width:45px;
}

#closed-rules .closed-rule-info {
	height:35px;
	margin-right:65px;
	position:relative;
	text-align:right;
	top:1px;
}

#closed-rules .closed-rule-info a {
	color:white;
	font-size:18px;
	line-height: 35px;
	text-decoration:none;
	text-transform:uppercase;
}


#closed-rules .closed-rule-text{
	background: white;
	border: 1px solid rgb(221, 224, 224);
	margin-left: 10px;
	padding: 10px 18px 20px;

}

#closed-rules .closed-rule-text h3{
	color: rgb(105, 106, 107);
	font-size: 12px;
	margin-bottom: 0;
	padding-bottom: 0;
	text-transform: uppercase;
}

#closed-rules .closed-rule-text p { 
	margin: 5px 0 0;
	text-align: justify;	
}


/*
#closed-rules .closed-rule-header{
	display: block;
	list-style: none;
	margin-bottom: 0;
	padding: 0;
	width: 670px;
}

#closed-rules ul li {	
	float: left; 
	list-style: none;
}
#closed-rules .closed-rule-header .curl { 
	background: transparent url('images/Homepage/closed_rule_ribbon/closedrule_curl.png') no-repeat top left;
}
#closed-rules .closed-rule-header .ribbon { 
	background: transparent url('images/Homepage/closed_rule_ribbon/closedrules_ribbon_main.png') no-repeat top left;	
	width: 170px;
}

#closed-rules .closed-rule-header .header-main {
	background: rgb(228, 228, 228);
	border-bottom: 3px solid rgb(212, 212, 212);
}

#closed-rules .open-rule-callout {
background: rgb(220, 220, 220);
width: 130px;
}

#closed-rules .open-rule-callout a { color: rgb(174, 174, 174);}

#closed-rules .open-rule-icon{
	background: url('images/Global/texting_icon.png') no-repeat center center rgb(212, 212, 212);
	border: 0 solid;
	float: right;
	margin-right: 0;
	height: 35px;
	width: 45px;
}

#closed-rules .open-rule-info {
	height: 35px;
	position: relative;
	text-align: center;
}

#closed-rules .open-rule-info a {
	color: rgb(174, 174, 174);
	font-size:18px;
	line-height: 35px;
	text-decoration:none;
	text-transform:uppercase;
}


#closed-rules .open-rule-text{
	background: white;
	border: 1px solid rgb(221, 224, 224);
	margin-left: 10px;
	padding: 10px 18px 20px;

}

	#closed-rules .open-rule-text h3{
		color: rgb(105, 106, 107);
		font-size: 12px;
		margin-bottom: 0;
		padding-bottom: 0;
		text-transform: uppercase;
	}
	
	#closed-rules .open-rule-text p { 
		margin: 5px 0 0;
		text-align: justify;	
	}
*/
/* ------------------- Home ---------------- */
.home #learn-more-video-frame{
	height:189px;
	margin-top:11px;
	position:absolute;
	right:0;
	top:0;
	width:310px;
}

.open-rule-timeline{
	background:none repeat scroll 0 0 white;
	border-color:#DDE0E0;
	border-style:solid;
	border-width:0 1px;
	height:22px;
	left:10px;
	margin:0;
	padding-bottom:15px;
	padding-left:0;
	padding-top:5px;
	position:relative;
	right:0;
	text-align:center;
	width:638px;
}

.open-rule-footer{
	background-color:#4A4A4A;
	border-top:3px solid #409DD7;
	height:35px;
	margin:0 0 0 10px;
	padding:0;
	width:640px;
}


.home #learn-more-video{
	height:200px;
	left:70px;
	position:absolute;
	top:35px;
	width:300px;
}

