/* Colors
	default blue: #0066CC;
	light blue: #E5EFFA;
	extra light blue: #F0F6FC;
	bright blue: #076ACD;
	dark blue: #041aa2;
	orange: #fe4701;
	light orange: #fedab6;
	light yellow-orange: #FFFAE5;
*/

* {
	margin: 0;
	padding: 0;
}

img#multiple{

}

a:link, a:visited {
	color: #3366CC;
}

a:hover {
	color: #FF0000;
	text-decoration: none;
}

body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images-skin/body-bg.jpg);
	background-repeat: repeat-y;
	background-color: #0066cc;
	background-position: center;
	height: 100%;	
}

#container {
	width: 990px;
	margin: 0px auto;
	text-align: left;
}

#container_inside {
	margin-left: 10px;
}

#logo_topnav {
	width: 984px;
	background-color: #fff;
}

	#logo {
		margin-top: 10px;
		margin-right: 15px;
		text-align: left;
		float: left;
		width: 300px;
	}
	
	#topnav_wrap {
		float: left;
		margin-bottom: 15px;
		font-family: Arial, Helvetica, sans-serif;
		font-size:15px;
	}
	
	#topnav {
		padding: 10px 0 10px 0;
		width: 655px;
		background-image: url(../images-skin/topnav-bg.gif);
		background-repeat: repeat-x;
		background-position: 0 0px;
		background-color: #0066CC;
		color: #fff;
		text-align: left;
		line-height: 20px;
	}
	
			#topnav p {
			padding: 0 14px 0 14px;
			font-weight: normal;
			font-size:12px;
		}
		
		#topnav a {
			color: #fff;
		}
		
		#under_topnav {
			padding: 4px 0px;
			background-color: #fedab6;
			width: 655px;
			text-align: left;
			color: #575757;
			font-size: 9px;
		}
		
			#under_topnav p {
				padding: 0 14px 0 14px;
				font-weight: normal;
			}
			
			#under_topnav a {
				color: #575757;
			}

h3.mobileswitch {
	background-color: #ee0000 !important;
	text-decoration:none !important;
	text-align: center;
	padding: 5px 10px;
	font-size: 14px;
	font-family: "Courier New", Courier, mono;
	color: #fff;
	margin-bottom: 15px;
	margin-top: 10px;
}

a.mobileswlink:link {
	color: #FFF;
	background-color: #ee0000;
	text-decoration:none !important;
}

a.mobileswlink:visited {
	color: #FFF;
	background-color: #ee0000;
	text-decoration:none !important;
}

a.mobileswlink:active {
	color: #EEE;
	background-color: #ee0000;
	text-decoration:none !important;
}


#sm_strip {
	width: 760px;
	font-size: 9px;
	margin-bottom: 15px;
}

	#sm_strip_int {
		width: 760px;
		font-size: 9px;
		margin-bottom: 0px;
	}
	
	#under_logo {
		float: left;
		width: 244px;
		padding: 5px 15px 5px 0;
		background-color: #FFFAE5;
		color: #a7a7a7;
		text-align: center;
	}

#left_mid_wrap {
	width: 760px;
	padding-right: 15px;
	margin-right: 0px;
	float: left;
	background-color: #fff;
}
	
	#headings {
		text-align: center;
		color: #3366CC;
		margin-bottom: 15px;
	}
	
	#headings h1 {
		font-family: "Courier New", Courier, mono;
		font-size: 18px;
	}
	
	#headings h2 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-style: italic;
		font-weight: normal;
	}

	#left {
		width: 468px;
		float: left;
		margin-right: 15px;
	}
	

		#left_int {
			width: 502px;
			float: left;
			margin-right: 15px;
		}
		
		.underbanner_box{
			float:left;
			display:block;
			width:468px;
		}
	
		.square_ads {
			text-align: left;
			margin-top: 30px;
			display:inline;
			padding: 10px;
			background-color: #fff;
			border: none;
			width: 250px;
			background-position: -1px 0px;
			background-repeat: repeat-y;
		}
		
			.square_ads img {
				border: 1px solid #ff0000;
			}
div.feature_encapsulation {
	width: 468px;
	padding-top: 15px;
}

div.featured_listing {
	font-size: 10px;
	line-height: 12px;
	padding: 1em;
	width: 125px;
	border: 1px solid #076ACD;
	background-color: #E5EFFA;
	margin-right: 15px;
	float: left;
	overflow:hidden;
}			

div#feature_pic{
	height: 30%;
	overflow:hidden;
}
div#featured_text {
	text-align: center;
	vertical-align: top;
	/*height: 118px; /*height of overflow area*/
	height: 65%;
	width: 126px;
	overflow: hidden;
	margin-top: 2px;
	overflow:hidden;
	z-index:1;
}
div#featured_text:first-line {
	font-weight: bold;
}		
div#featured_text img {
	border: 1px solid #000;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
	/*float: left;
	margin-right: 10px;*/
}

div#featured_link {
	vertical-align:bottom;
	margin-bottom:2px;
	margin-top:5px;
	text-align: center;
	z-index:2;
}
		.feature_encapsulation {
			display:inline;
			width: 468px;
			margin-bottom: 20px;
		}
		
		.featured_listing {
			padding: 10px;
			width: 125px;
			height: 250px;
			border: 1px solid #076ACD;
			background-color: #E5EFFA;
			margin-top: 15px;
			margin-bottom: 15px;
			line-height: 14px;
		}
		
			.featured_listing img {
				border: 1px solid #000;
				/*float: left;*/
				margin-right: 15px;
				margin-left: 15px;
				margin-bottom: 20px;
			}
			
			.featured_listing p {
				float: left;
				text-align: center;
				font-size: 10px;
				margin-top: 3px;
				line-height: 12px;
			}

			#blog_entries {
				width: 468px;
				margin-top: 20px;
			}
			
			#blog_entries li { 
				margin-left: 25px; 
				font-size: 11px; 
			} 
			
			#blog_entries h1 {
				font-family: "Courier New", Courier, mono;
				font-size: 14px;
				color: #076ACD;
				margin-bottom: 10px;
			}
	
			#blog_entries p {
				font-size: 11px;
				line-height: 17px;
				margin-bottom: 10px;
			}
			
			#blog_entries img {
				border: 1px solid #076ACD;
			}
			#blog_entries img.alignleft {
				float: left; 
				margin: 3px 5px 5px 0;
			}


	
#blog_entries li { 
	margin-left: 25px;
	font-size: 11px;
}

			
			.entry {
				margin-top: 20px;
			}
		
			#thanks_for_visiting {
				margin-top: 20px;
				font-family: "Courier New", Courier, mono;
				margin-bottom: 15px;
			}
			
			#sponsor_links {
				width: 448px;
				margin-bottom: 15px;
				padding: 9px;
				background-color: #FFFAE5;
				border: 1px solid #fe4701;
				line-height: 18px;
			}
			
				#sponsor_links ul {
					list-style-type: none;
					font-size: 11px;
					margin-left: 0;
					letter-spacing: -.4px;
				}
				
				#sponsor_links #col1, #sponsor_links #col2  {
					float: left;
					width: 144px;
					margin-right: 8px;
				}
				
				#sponsor_links #col3  {
					float: left;
					width: 144px;
				}
				
				#sponsor_links h3 {
					font-size: 14px;
					font-family: "Courier New", Courier, mono;
					color: #fe4701;
					margin-bottom: 10px;
				}
		
		#page_directory {
			width: 221px;
			margin-bottom: 15px;
			background-color: #FFFAE5;
			border: 1px solid #FFCB03;
			line-height: 18px;
			padding: 10px;
			font-size: 11px;
			font-family: Arial, Helvetica, sans-serif;
		}
		
			#page_directory ul {
				list-style: none;
				margin-left: 0px;
				font-size: 11px;
			}
			
			#page_directory td {
				font-size: 11px;
			}
		
			#pd_col1 {
				float: left;
				width: 105px;
				margin-right: 10px;
			}
			
			#pd_col2 {
				float: left;
				width: 105px;
			}
			
		#search_box {
			width: 446px;
			margin-top: 15px;
			background-color: #eee;
			border: 1px solid #999999;
			line-height: 18px;
			padding: 10px;
			font-size: 11px;
			font-family: Arial, Helvetica, sans-serif;
		}
		
		#search_results {
			width: 735px;
			margin-top: 15px;
			background-color: #FFFAE5;
			border: 1px solid #FFCB03;
			line-height: 18px;
			padding: 10px;
			font-size: 11px;
			font-family: Arial, Helvetica, sans-serif;
		}
		
		/* contains col1 and col2 */					
		#classifieds {
			width: 502px;
			margin-right: 15px;
			display: inline;
		}
		
		/* classified col3 */
		#classifieds_right {
			float: left;
			width: 243px;
			margin-bottom: 15px;
			display: inline;
		}
			
			#classifieds h3, #classifieds_right h3 {
				background-color: #193eb5;
				padding: 5px 10px;
				font-size: 14px;
				font-family: "Courier New", Courier, mono;
				color: #fff;
				margin-bottom: 15px;
				margin-top: 10px;
			}
		
			#classifieds h4, #classifieds_right h4 { 
				font-family: Arial, monospace;
				font-size: 11pt;
				font-weight: bold;
				font-style: italic;
				text-align: center;			
			}
		
			#classifieds_col1 {
				width: 244px;
				margin-right: 15px;
				margin-bottom: 15px;
				float: left;
			}
						
			
			#classifieds_col2 {
				width: 243px;
				margin-bottom: 15px;
				float: left;
			}
			
				.c_listing {
					font-size: 11px;
					margin-bottom: 20px;
					line-height: 16px;
					color: #444;
				}

					.c_listing p {
						padding-right: 5px;
					}
					
					.c_listing div img {
						margin-bottom: -2px;
						border: 1px solid #000;
					}
					
					#int_468_ad {
						text-align: center;
						background-color: #F0F6FC;
						border: 1px solid #0066cc;
						padding: 15px;
						margin-bottom: 15px;
					}  
	
	#middle {
		width: 277px;
		float: left;
	}
	
.testimonial {
			text-align: center;
			margin-bottom: 20px;
			width: 180px;
			font-family: "Courier New", Courier, mono;
			color: #fff;
		}
		
.testimonial a {
				color: #ffffff;
				color: #ffffff !important;
			}

.middle_box {
			width: 277px;
			background-color: #f0f6fc;
			padding-bottom: 3px;
			margin-bottom: 15px;
		}
		
.middle_box_leftlinks {
				width: 127px;
				padding-left: 8px;
				float: left;
				margin-right: 7px;
			}
			
.middle_box_rightlinks {
				width: 127px;
				float: left;
			}
		
.middle_box h3 {
				padding: 4px 8px 4px 8px;
				color: #fff;
				font-size: 12px;
			}
			
.middle_box p {
				letter-spacing: -.5px;
				line-height: 18px;
				font-size: 11px;
			}
			
.middle_box ul {
				list-style-type: none;
				letter-spacing: -.4px;
				font-size: 11px;
				margin-left: 0;
			}
			
.middle_box ul li {
					margin-bottom: 6px;
				}
						
.middle_box_top {
				width: 277px;
				background-image: url(../images-skin/box-top.jpg);
				background-position: 0 0px;
				background-repeat: no-repeat;
				margin-bottom: 8px;
			}
		
#footer {
		background-color: #eee;
		width: 100%;
		font-family: Arial, Helvetica, sans-serif;
	}
	
#footer p {
			font-size: 10px;
			padding: 8px;
			line-height: 16px;
		}

#right {
	width: 180px;
	float: left;
	padding-top: 15px;
	background-image: url(../images-skin/rt-col-top-left-bg.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding-left: 15px;
}

#right img {
		margin-bottom: 15px;
	}

#right embed { margin-bottom: 15px; }

#other_sites {
		background-color: #FFeeee;
		border: 1px solid #ff0000;
		text-align: center;
		padding: 10px;
		font-size: 11px;
		line-height: 16px;
		margin-bottom: 15px;
	}
		
#other_sites p {
			margin-bottom: 10px;
		}
		
		#other_sites img {
			margin-bottom: 10px;
			border: 1px solid #ff0000;
		}
		
#rt_google_ads {
		color: #fff;
		text-align: left;
		font-size: 11px;
		line-height: 16px;
		margin-bottom: 10px;
	}
	
#rt_google_ads p {
			margin-bottom: 10px;
		}
		
.ads_by_google {
		text-align: right;
	}
	
#sponsored_listings {
		text-align: left;
		margin-bottom: 15px;
	}
	
#sponsored_listings p {
			font-weight: bold;
			color: #fff;
		}
		
.sponsor_box {
			width: 166px;
			border: 1px solid #FFCB03;
			background-color: #FFFFCC;
			padding: 6px;
			margin-bottom: 15px;
			line-height: 13px;
		}
		
.sponsor_box p {
				font-size: 9px;
				text-align: left;
				color: #000;
			}

.clr {
	clear: both;
}

/* Misc Styles */

.marg_right_15 {
	margin-right: 15px;
}

.bright_blue {
	color: #076ACD;
}

.grey {
	color: #888;
}

.red {
	color: #fe4701;
}

.bold {
	font-weight: bold;
}

.floatleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

.marg_left_9 {
	margin-left: 10px;
}

.marg_bottom_5 {
	margin-bottom: 5px;
}

#HP_GoogleLinks { display:inline; }

.newsletter_signup {
border-style:solid;
border-width:1px;
border-color:#FD4401;
margin-bottom:10px;
padding:3px;
background-color:#F0F6FC;
font-size:9px;
color:#0066CC;

}


#movie_encapsulation {
	width: 760px;
	padding: none;
	float: left;
	background-color: #fff;
}

#top10_boxoffice {
	width: 300px;
	padding-top: 30px;
	height: 100%;
	float: left;
	color: #2D408A;
	font-size: 14px;
	background-color: #ccc;
}

#movie_listings{
	width: 440px;
	height: inherit;
	padding-left: 20px;
	padding-top: 30px;
	text-indent: 30px;
	vertical-align:top;
	float: left;
	background-color: #eee;
	color: #2D408A;
	font-size: 12px;
	text-align: left;
	text-indent: 0px;
}

#movie_listings ul { 
	padding: 0px;
	font-size: 11px;
	text-indent: 0px;
	list-style-type: none;
	list-style-position: outside;
}

#movie_listings li { 
	padding: 3px;
	width: 700px;
	font-size: 11px;
}

#googlead {
padding: 5px;
}

/* HP Blog Styles */

#blogimageleft { float:left; margin: 5px 5px 0 0;}

#lite_left_int {
		text-align: center;
		color: #3366CC;
		margin-bottom: 15px;
	}
	
	#lite_headings {
		display: inline;
		text-align: left; 
		text-indent: 30px;
		padding: 3px;
		width: 200px;
	}
	
	#lite_headings h1 {
		font-family: "Courier New", Courier, mono;
		font-size: 18px;
	}
	
	#lite_headings h2 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-style: italic;
		font-weight: normal;
	}
	
	#lite_nav {
		display: inline;
		text-align: right;
		padding: 3px;
		width: 200px;
	}
	
/* STYLES FOR DEALER XML FEEDS */

#dealerlist {
  display:block;
  padding: 5px;
  margin: 5px;
  width:220px;
  border:1px solid #000;
  background-color: #d4d4d4;
  font-family:arial, verdana, sans-serif; /* ADDED */
  font-size:1em; /* ADDED */
  text-align:center; /* ADDED */
  text-decoration:none; /* ADDED */
  white-space:nowrap;
  }

#dealerfull {
  margin-top: 20px;
  margin-bottom: 20px;
  display:block;
  padding: 0px;
  width:240px;
  border:1px solid #000;
  background-color: #d4d4d4;
  font-family:arial, verdana, sans-serif; /* ADDED */
  font-size:1em; /* ADDED */
  text-align:center; /* ADDED */
  text-decoration:none; /* ADDED */
  /*white-space:nowrap;*/
  }
 
  #dealerfull p {
  display:inline;
  vertical-align:top;
  text-align:left;
  white-space: normal;
  padding-left: 10px;
  height: 20px;
  width: 150px;
  }

  #dealer_info_text {
  vertical-align:top;
  text-align: center;
  white-space: normal;
  padding-top: 2px;
  }

  #dealer_info_text h1 {
  font-size: 20px;
  padding: 8px;
  }

  #dealerfull img {
  width: 175px;
  border: 1px solid #000;
  }
 
  #fulldisp_single {
  margin: 5px;
  padding-top: 5px;
  border: 1px solid #ffffff;
  background-color: #ebebeb;
  }
 
  #fulldisp_single h1 {
  font-size: 30px;
  padding: 4px;
  }

  #fulldisp_single h2 {
  font-size: 14px;
  padding: 3px;
  }
  
  p.dealer_item_text {
  font-size:10px;
  line-height:11px;
  padding:5px;
  }

  #dealerlist p.dealer_item_text {
  font-size:12px;
  line-height:14px;
  font-weight:bold;
  padding:5px;
  text-align:center;
  border: 1px solid #bbbbbb;
  background-color:#ebebeb;
  }
   
  #dealerlist ul {
  list-style-type:none;
  display:inline;
  width:200px;
  white-space:nowrap;
  }

  #dealerlist ul li {
  vertical-align:middle;
  text-align:left;
  }
  
  #dealerlist p {
  display:inline-table;
  vertical-align:top;
  text-align:left;
  white-space: normal;
  padding-left: 0px;
  height: 20px;
  width: 150px;
  }

  #dealerlist a img {
  border: 1px solid #bbbbbb;
  }

  #dealerlist img {
  width: 50px;
  border: 1px solid #000;
  margin-right:5px;
  margin-bottom:5px;
  }
  
.PopoutWindow
{
	z-index: 999;
	position: absolute;
	top: -999px;
	left: -999px;
	display: none;
	visibility: hidden;
	padding: 0;
	width: 250px;
	height: 200px;
	border:1px solid #000;
}

#dealerpopoutdisp {
  margin-bottom: 0px;
  display:block;
  padding-top: 5px;
  width: 250px;
  height: 200px;
  border:1px solid #000;
  background-color: #d4d4d4;
  font-family:arial, verdana, sans-serif; /* ADDED */
  font-size:1em; /* ADDED */
  text-align:center; /* ADDED */
  text-decoration:none; /* ADDED */
  white-space:nowrap;
  }
  
  #dealerpopoutdisp p {
  text-align:center;
  white-space: normal;
  height: 20px;
  width: 250px;
  }
  
/* END -- STYLES FOR DEALER XML FEEDS */

/* APPENDIUNG PUBLIC AD STYLES */

/* GLOBAL CLASSIFIED AD STYLES */
	/* ################################## */
	/* ! USE CAUTION WHEN EDITING BELOW  !*/
	/* ################################## */ /* Bold First Line */
#ad {
	margin-bottom:6px;
	margin-bottom:6px;
}

#ad p:first-line {
	font-weight: bold;
	font-size: 13px;
}

/* Basic Styles */
.ad-nostyle {
	font-family: Arial;
	font-size: 12px;
	text-align: left;
	padding: 10px;
	margin: 0px;
}

.ad-box {
	font-family: Arial;
	font-size: 12px;
	text-align: center;
	border: 1px solid #E1E1E1;
	padding: 10px;
	margin: 5px;
}

/* Border Styles */
.ad-black {
	font-family: Arial;
	font-size: 12px;
	text-align: center;
	border: 1px solid #000000;
	background-color: #F0F0F0;
	padding: 10px;
	margin: 5px;
}

.ad-blue {
	font-family: Arial;
	font-size: 12px;
	text-align: center;
	border: 1px solid #0033CC;
	background-color: #F0F0FF;
	padding: 10px;
	margin: 5px;
}

.ad-green {
	font-family: Arial;
	font-size: 12px;
	text-align: center;
	border: 1px solid #009900;
	background-color: #F0FFF0;
	padding: 10px;
	margin: 5px;
}

.ad-red {
	font-family: Arial;
	font-size: 12px;
	text-align: center;
	border: 1px solid #FF0000;
	background-color: #FFF0F0;
	padding: 10px;
	margin: 5px;
}

.ad-yellow {
	font-family: Arial;
	font-size: 12px;
	text-align: center;
	border: 1px solid #FFFF00;
	background-color: #FFFFE1;
	padding: 10px;
	margin: 5px;
}

/* Deluxe Styles */
.ad-reverse {
	font-family: Arial;
	font-size: 12px;
	text-align: center;
	border: 1px solid #000000;
	background-color: #666666;
	padding: 10px;
	margin: 5px;
	color: #FFFFFF;
}
.ad-reverse a {
	color: #CCCCCC;
}

.ad-couponstyle {
	font-family: Arial;
	font-size: 12px;
	text-align: center;
	border: 1px dashed #0066CC;
	background-color: #FFFF99;
	padding: 10px;
	margin: 5px;
}

/* Animated Styles */
.ad-greatdeals {
	background: url('https://secure.usa4sale.net/ver5/css-styles/style-greatdeal.gif') no-repeat center 10px;
	background-color: #FFFFEB;
	font-family: courier new;
	font-size: 12px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 40px;
	padding-bottom: 10px;
	border: 2px solid #FF0000;
	margin: 5px;
}

.ad-sweetdeal {
	background: url('https://secure.usa4sale.net/ver5/css-styles/style-sweetdeal.gif') no-repeat center 10px; 
	background-color: #FFECF7;
	font-family: Verdana;
	font-size: 12px;
	text-align: center;
	padding-left: 10px;
	padding-right:10px;
	padding-top:40px;
	padding-bottom:10px;
	border: 3px solid #FFBBE3;
	margin: 5px;
}

.ad-redhot {
	background: url('https://secure.usa4sale.net/ver5/css-styles/style-redhot.gif') no-repeat center 10px;
	font-family: courier new;
	font-size: 12px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 40px;
	padding-bottom: 10px;
	border: 3px outset #FF0000;
	margin: 15px 5px 15px 5px;
}

.ad-explosive {
	background: url('https://secure.usa4sale.net/ver5/css-styles/style-firecracker.gif') no-repeat center 10px;
	background-color: #FFFFFF;
	font-family: courier new;
	font-size: 12px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 40px;
	padding-bottom: 10px;
	border: 3px dotted #FF0000;
	margin: 5px;
}

.ad-xmas {
	background: url('https://secure.usa4sale.net/ver5/css-styles/style-xmas.gif') no-repeat center 10px;
	background-color: #F0FFF0;
	font-family: courier new;
	font-size: 12px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 40px;
	padding-bottom: 10px;
	border: 2px solid #FF3300;
	margin: 5px;
}