#countries_container {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 140px;
}

#states_container {
	position: absolute;
	top: 0px;
	left: 140px;
	width: 140px;
}

#cities_container {
	position: absolute;
	top: 0px;
	left: 280px;
	width: 140px;
}

#complete-listing-link {
	position: absolute;
	top: 24px;
	left: 420px;
	width: 150px;
	display: block;
	cursor: pointer;
	text-decoration: underline;	
	font-size:12px;
	font-weight:bold;
	color: #055695;
}

* html #complete-listing-link {
	top: 75px;
	left: auto;
	right: 250px;
}

#theater-listing-bar {
	position: relative;
	width: 450px;
	margin-left: 100px;
}

#new-listing {
	display: none;
}

input.box {
	margin-left: 15px;
	width: 200px;
}

.theater-item {
	margin-top: 20px;
	color: #055695;
	font-size: 12px;
	width: 228px;
}

#tl-background {
	background: transparent url(/wp-content/themes/ultimate_wave/_m/generic/white_center_box.png) no-repeat scroll center center;
	height: 354px;
	width: 616px;
	top: 55px;
	left: 190px;
	position: absolute;
}

* html #tl-background {
	background: url(/wp-content/themes/ultimate_wave/_m/layout/_clear.gif);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/ultimate_wave/_m/generic/white_center_box.png', sizingMethod='crop');
	position: static;
	margin-top: 55px;
	margin-left: 190px;		
}

#tl-header {
	background: transparent url(/wp-content/themes/ultimate_wave/_m/theater_listings/theater_listing_logo.png) no-repeat scroll center center;
	height: 25px;
	width: 131px;
	top: 20px;
	left: 45px;
	position: absolute;
}

* html #tl-header {
	background: url(/wp-content/themes/ultimate_wave/_m/layout/_clear.gif);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/ultimate_wave/_m/theater_listings/theater_listing_logo.png', sizingMethod='crop');
	top: 75px;
	left: 235px;
}

td.tl-result {
	width: 250px;	
}

td.tl-result-date {
	width: 350px;
	padding-top: 10px;
}

.start-date, .end-date {
		position: absolute;
		right: 100px;
}

td.tl-result-listing {
	padding-right: 10px;
}

div.tl-spacer {
	width: 50px;	
}

div.tl-spacer-alt {
	width: 150px;	
}

#cl-by-city-link, #cl-by-date-link {
	position: absolute;
	width: 150px;
	display: none;
	cursor: pointer;
	text-decoration: underline;	
	font-size:12px;
	font-weight:bold;
	color: #055695;
}

#cl-by-city-link {
	top: 80px;
	left: 50px;
}

#cl-by-date-link {
	top: 80px;
	left: 350px;
}

* html #cl-by-city-link {
	top: 130px;
	left: 240px;
}

* html #cl-by-date-link {
	top: 130px;
	left: 540px;
}

.theater-starts, .theater-ends {

}

.start-title, .end-title {

}

#divider-bar {
	background: transparent url(/wp-content/themes/ultimate_wave/_m/theater_listings/tl_divider.png) no-repeat scroll center center;
	height: 147px;
	width: 1px;
	top: 92px;
	left: 315px;
	position: absolute;
	display: none;
}

* html #divider-bar {
	background: url(/wp-content/themes/ultimate_wave/_m/layout/_clear.gif);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/ultimate_wave/_m/theater_listings/tl_divider.png', sizingMethod='crop');
	top: 140px;
	left: 500px;
}

#theater-search {
	position: absolute;
	left: -50px;
	top: 50px;
}

* html #theater-search {
	left: 140px;
	top: 105px;
}

#scroll-pane-contents {
	margin-top: 0px;
}

#scroll-pane {
	top: 40px;
	width: 550px;
	position: absolute;
	height: 220px;
	overflow: hidden;
	left: 50px;
	margin-top: 50px;
}

* html #scroll-pane { 
	margin-top: 100px;
	left: 240px;
}

h3 {
	color: #055695;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: -10px;
}

h3.result-hdr, .theater-tickets a { color: #F3693E; }

h3.city {
	color: #F3693E;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 20px;
}

#search-results table {

}

#scroll-arrow-up {
	top:16px;
	right: 20px;
}

#scroll-arrow-down {
	top: 299px;
	right: 20px;
}

* html #scroll-arrow-up {
	top: 70px;
	right: 210px;
}

* html #scroll-arrow-down {
	top: 355px;
	right: 210px;
}

#search-results p {
	color: #055695;
	font-size: 12px;
	margin-bottom: 12px;
}

#search-results p .request-link { color: #F3693E; }