/* Shared Styling */
#models_container{
	width:884px;
	text-align:left;
	background-color:#cacaca;
	color:#4a4e4f;
	font-family: arial, helvetica, sans-serif;
	margin-left:auto;
	margin-right:auto;
}
#models_container a img{
	border:0px;
}
#models_container a{
	color:#4a4e4f;
}
#models_container a:hover{
	text-decoration:none;
}
#models_container{
	padding-bottom:16px;
}
#models_container h1, 
#models_container h2, 
#models_container h3,
#models_container h4,
#models_container h5{
	font-weight:normal;
}
#join_button{
	float:right;
	margin-top:12px;
	margin-bottom:12px;
}
/* Page-Specific Styling */
#models_container{
	position:relative;
}
#models_container h1{
	margin-top:25px;
	font-size:24px;
	float:left;
}
#models_container h2{
	font-size:18px;
}
#page_title{
	padding-left:21px;
	padding-right:25px;
	border-bottom:1px solid #bfbfbf;
}
#sorting_mechanisms,
#models_search{
	padding-top:14px;
}
#sorts_div{
	width:688px;
	float:right;
}
#sorting_mechanisms{
	float:right;
	margin-right:0px;
	padding-bottom:10px;
	width:420px;
}
#sorting_mechanisms h2{
	float:left;
}
#sorting_mechanisms ul li{
	font-size:14px;
	list-style-type:none;
	display:inline;
	margin-top:2px;
	margin-left:16px;
	margin-right:3px;
	float:left;
}
#models_search{
	width:216px;
	float:right;
	margin-right:25px;
}
#models_search h2{
	float:left;
	margin-left:8px;
}
#models_search form{
	float:right;
}
#models_search form #search_box,
#models_search form #submit{
	font-size:20px;
	border:0px;
}
#models_search form #search_box{
	width:115px;
	color:#4a4e4f;
}
#models_search form #submit{
	background-color:#4a4e4f;
	color:#bababa;
	margin-left:4px;
	font-size:16px;
	padding:2px;
}
#latest_models,
.models_display,
#random_models{
	clear:both;
	padding-left:21px;
}
#latest_models{
	clear:none;
}
#latest_models ul{
	border-top:1px solid #999999;
	margin-right:22px;
	padding-top:12px;
	width:848px;
}
#latest_models h2{
	float:left;
}
#latest_models h2,
#random_models h2,
.models_display h2,
#number_dropdown{
	padding-top:18px;
	padding-bottom:14px;
}
#latest_models h2,
.models_display h2,
#number_dropdown{
	padding-top:14px;
}
#latest_models ul,
#random_models ul,
.models_display ul{
	clear:both;
}
#latest_models ul li,
#random_models ul li,
.models_display ul li{
	list-style-type:none;
	float:left;
	background-color:#dadada;
	padding:8px;
	margin-right:24px;
	margin-bottom:20px;
}
#latest_models ul li.last_child,
#random_models ul li.last_child,
.models_display ul li.last_child{
	margin-right:0px;
}
#latest_models .model_name,
#random_models .model_name,
.models_display .model_name{
	font-size:15px;
	text-align:center;
	margin-top:6px;
}
#latest_models .model_country,
#random_models .model_country,
.models_display .model_country{
	font-size:11px;
	margin-top:4px;
	text-align:center;
}
#countries_names,
#models_names,
#number_dropdown_list{
	position:absolute;
	left:100px;
	top:38px;
	background-color:#dadada;
	border:1px solid #b9b9b9;
	padding:10px;
	display:none;
}
#hide_names,
#hide_countries{
	position:absolute;
	top:4px;
	right:8px;
	text-decoration:none;
	font-family:arial,sans-serif;
	font-size:16px;
}
#number_dropdown_list{
	padding:0px;
	top:38px;
	left:130px;
}
#countries_names{
	left:484px;
}
#countries_names ul,
#models_names ul{
	float:left;
	margin-right:16px;
	margin-left:8px;
	width:79px;
}
#countries_names ul li,
#models_names ul li{
	font-size:12px;
	list-style-type:none;
	margin-bottom:4px;
}
#number_dropdown{
	font-size:16px;
	margin-top:1px;
	float:left;
	margin-left:6px;
}
ul#number_dropdown_list{
	padding-top:0px;
	padding-bottom:8px;
}
ul#number_dropdown_list li{
	float:none;
	display:block;
	margin-bottom:2px;
	padding-bottom:0px;
	margin-right:0px;
	font-size:12px;
}
#models_nav{
	clear:both;
	display:block;
	text-align:center;
	font-size:12px;
	padding-top:30px;
}
#models_nav li{
	display:inline;
	margin:20px;
}
