
/***** For CMS Usability *****/

.RadEContentBordered {
	background-color:#165FD8;
}


/***** Wrapper *****/

#tickets {
	width:900px;
	margin:0 auto;
	font:62.5%/1.25em Arial, Helvetica, sans-serif;
	}
	
	#tickets #header {
		width:100%;
		height:114px;
		color:#FFFFFF;
		}
		
		#tickets #header.single { background:url(http://www.seaworld.com/assetrepo/media/images/sanantonio/tickets/single-title.gif) 3px 3px no-repeat; }
		#tickets #header.annual { background:url(http://www.seaworld.com/assetrepo/media/images/sanantonio/tickets/annual-title.gif) 3px 3px no-repeat; }
		
		#tickets #header ul {
			list-style:none;
			margin:0;
			padding:56px 0 0 0;
			font-size:14px;
			}
			
		#tickets #header a { 
			color:#92ccff; 
			text-decoration:none;
			padding:0 3px;
			}	
		
		#tickets #header a:hover, #tickets #header .active { color:#FFFFFF }
			
		#tickets #header li {
			display:inline;
			}	

	#tickets p {
		padding:0 15px 1.1em;
		margin:0;
		}
		
		#tickets p.center { text-align:center }
		
	#tickets ul {
		margin:0;
		padding:0 15px 0 25px;
		}
		
	#tickets li { padding-bottom:.6em; }	
	
	#tickets strong {
		font-size:15px;
		font-weight:bold;
		color:#ffffff;
		}
	
	#tickets #col {
		float:left;
		width:210px;
		margin-right:20px;
		
		display:inline;
		}
		
		#tickets #col #container {
			background:url(http://www.seaworld.com/assetrepo/media/images/sanantonio/tickets/tickets-col-bg.gif) repeat-y;
			width:100%;
			font:12px/1.4em Helvetica, Arial, sans-serif;
			color:#b5dcfd;
			}
			
		#tickets #col #container-btm {
			width:100%;
			height:10px;
			background:url(http://www.seaworld.com/assetrepo/media/images/sanantonio/tickets/tickets-col-btm.gif) no-repeat;
			}
			
		#tickets #col #orange {
			width:100%;
			margin-top:15px;
			background:#ff780d url(http://www.seaworld.com/assetrepo/media/images/sanantonio/tickets/tickets-orange-top.gif) top center no-repeat;
			color:#FFFFFF;
			font:12px/1.4em Helvetica, Arial, sans-serif;
			}
			
			#tickets #col #orange h3 {
				font-size:18px;
				font-weight:normal;
				text-align:center;
				padding-top:15px;
				margin:0;
				}
							
		#tickets #col #orange-btm {
			width:100%;
			height:10px;
			background:#ff780d url(http://www.seaworld.com/assetrepo/media/images/sanantonio/tickets/tickets-orange-btm.gif) no-repeat;
			}
			
			#tickets #col #ezpay-title {
			width:100%;
			height:65px;
			margin-top:15px;
			background:url(http://www.seaworld.com/assetrepo/media/images/sanantonio/tickets/tickets-ezpay-top.gif) top center no-repeat;
			font:12px/1.4em Helvetica, Arial, sans-serif;
			}
							
		#tickets #col #ezpay {
	width:100%;
	padding-top:10px;
	background:#FFFFFF url(http://www.seaworld.com/assetrepo/media/images/sanantonio/tickets/tickets-ezpay-btm.gif) 0 100% no-repeat;
	font:12px/1.4em Helvetica, Arial, sans-serif;
	color: #000000;
			}
			
		#tickets #col #sidebar {
			background:url(http://www.seaworld.com/assetrepo/media/images/sanantonio/tickets/sidebar-top.gif) top repeat-x;
			color:#FFFFFF;
			padding-top:4px;
			}
			
			#tickets #col #sidebar ul {
				list-style:none;
				margin:0;
				padding:0;
				}
				
				#tickets #col #sidebar ul li {
					display:block;
					width:100%;
					height:79px;
					border-bottom:1px dashed #6398f3;
					margin:0;
					padding:0;
					}

					#tickets #col #sidebar ul li:hover { background-color:#3672ee }
				
				#tickets #col #sidebar ul h3 { 
					font-size:14px;
					line-height:16px;
					font-weight:bold;
					padding:15px 0 6px 0;
					margin:0;
					}
				
				#tickets #col #sidebar ul img {
					float:left;
					margin:6px 10px 0 4px;
					border:1px solid #b5dcfd;
					background-color:#568cf1;
					padding:3px;
					}
					
				#tickets #col #sidebar a { 
					color:#fffc00;
					text-decoration:none;
					font-size:12px;
					font-weight:bold;
					}
					
/***** Resets *****/

#tickets img { border:0 }
.large { font-size:19px; line-height:1.3em }		

