body,html {
	
	font-family:Tahoma, Helvetica, sans-serif;
	font-size:10pt;
	background-color:#666666;
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;

}
#bg-screen {
	display:none;
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#000000;
	opacity: 0.65;
	-moz-opacity: 0.65; /* older Gecko-based browsers */
	filter:alpha(opacity=65); /* For IE6&7 */
	z-index:998;
}
.button {
	border:2px solid #CCCCCC;
	color:#666666;
	background-color:#FFFFFF;
	margin-top:10px;
	cursor:pointer;
	!cursor:hand;
	font-size:10pt;
	font-weight:bold;
	padding:3px;
}
.editButton {
	float:right;
	margin-top:10px;
	cursor:pointer;
	!cursor:hand;
}
.popup h3 {
	color:#666666;
	margin:10px 0 0 10px;
}
.inputDescr {
	width:250px;
	height:50px;
}
#pf_new_image {
	height:320px;
	width:400px;
	margin-left:-200px;
	margin-top:-160px;
}
#pf_model_image {
	height:320px;
	width:400px;
	margin-left:-200px;
	margin-top:-160px;
}
#newModel {
	height:260px;
	width:400px;
	margin-left:-200px;
	margin-top:-130px;

}
.popup {
	position:fixed;
	top:50%;
	left:50%;
	display:none;
	border:5px solid #CCCCCC;
	background-color:#FFFFFF;
	z-index:1000;
	color:#000000;
	padding:5px;
}
.pageImage {
	position:relative;
	margin:0 0 10px 0;
}
.imageLink {
	cursor:pointer;
	!cursor:hand;
}
.deleteImage {
	position:absolute;
	background-color:#ffffff;
	opacity: 0.65;
	-moz-opacity: 0.65; /* older Gecko-based browsers */
	filter:alpha(opacity=65); /* For IE6&7 */
	width:295px;
	text-align:right;
	padding:5px 5px 5px 0;
	display:none;
}
#deleteModelImage {
	position:absolute;
	background-color:#ffffff;
	opacity: 0.65;
	-moz-opacity: 0.65; /* older Gecko-based browsers */
	filter:alpha(opacity=65); /* For IE6&7 */
	text-align:right;
	padding:5px 5px 5px 0;
	display:none;
}
#preloader {
	position:absolute;
	bottom:20px;
	right:20px;
	display:none;
}

#cms_login {
	position:fixed;
	top:50%;
	left:50%;
	height:180px;
	width:300px;
	margin-left:-140px;
	margin-top:-85px;
	background-color:#FFFFFF;
	border:3px solid #CCCCCC;
	z-index:999;
	display:none;
	padding:10px;
}
fieldset {
	border:0px solid #ffffff;
}
label {
	width: 5em;
	float: left;
	text-align: left;
	margin: 4px 2em 10px 0;
	clear: both;
}

.close_button {
	position:absolute;
	top:5px;
	right:10px;
	font-size:15px;
	color: #999999;
	display:block;
	cursor:pointer;
	!cursor:hand;
}

a, a:link,a:visited,a:active {
	text-decoration:none;
	color:#666666;
	font-weight:normal;
}
a:hover {
	text-decoration:underline;
}
#bg {
	position:fixed;
	top:0;
	left:0;
	height:100%;
	width:100%;
}
#bg img {
	height:100%;
	width:100%;
}
#main_frame {
	position:relative;
	margin:auto;
	margin-top:0px;
	width:959px;
	background-color:#FFFFFF;
	margin-bottom:50px;
}
#shadow_left {
	position:absolute;
	left:0px;
	margin-left:-17px;
	width:17px;
	height:100%;
	background-image:url(images/shadow_left.png);
	background-repeat:repeat-y;
}
#shadow_right {
	position:absolute;
	right:0px;
	margin-right:-17px;
	width:17px;
	height:100%;
	background-image:url(images/shadow_right.png);
	background-repeat:repeat-y;
}
#menuCat {
	position:relative;
	border-bottom:1px solid #FFFFFF;
}
#menuCat img {
	cursor:pointer;
	!cursor:hand;
}
#nav, #nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	height:57px;
	border-bottom:1px solid #FFFFFF;
	cursor:pointer;
	!cursor:hand;
	z-index:997;
}
#nav ul {
	padding-top:1px;
}
#banner img {
	border:0px solid #fff;
	cursor:pointer;
	!cursor:hand;
}
#nav li {
	float: left;
	position: relative;
	height:57px;
}
#nav li ul {
	width:260px;
	display: none;
	position: absolute;
	top: 57px;
	left: 30px;
	background: #fff;
	list-style-type:none;
	list-style:inside;
	list-style-type:none;
}
#nav li li {
	float: none;
	background-image:url(images/bg_menu.jpg);
	background-color:#FFFFFF;
	background-position:235px;
	background-repeat:no-repeat;
	border-bottom:1px solid #c5c5c5;
	border-left:1px solid #c5c5c5;
	border-right:1px solid #c5c5c5;
	padding: 0px 10px 0px 20px;
	margin:0px;
	line-height:55px;
	color:#999999;
	font-size:14pt;
}
#nav li:hover ul, #nav li.sfhover ul {
	display: block;
}
#nav li li:hover {
	background-image:url(images/bg_menu_hover.jpg);
	background-position:235px;
	background-color:#e5e5e5;
}
#breadcrumb {
	float:none;
	width:930px;
	padding:15px 0px 15px 30px;
	color:#666666
}
#content {
	width:900px;
	padding:0 30px 30px 30px;
	display: inline-block;
}
#pageImages {
	float:right;
	margin:40px 30px 0 60px;
	width:300px;
}
#pageText {
	width:500px;
}
#content h1 {
	font-size:16pt;
	font-weight:normal;
	color:#999999;
}
#DealerLinks {
	float:none;
	width:940px;
	padding: 20px 0 20px 20px;
}
#DealerLinks img {
	margin-right:15px;
	cursor:pointer;
	!cursor:hand;
}
.listCars {
}
.listCars table {
	width:100%;
}
.listCars tbody {
	padding-left:50px;
}
.listCarsItem {
	padding:3px 3px 3px 10px;
	margin-top:10px;
}
.listCarsItem.model {
	position:relative;
	display: inline-block;
}
.listCarsItem.model img {
	float:left;
	margin:0 20px 5px 0;
}
.listCarsItem h3 {
	margin-top:0px;
	padding-top:0px;
}
.listCarsItem:hover {
	background-color:#e5e5e5;
	cursor:pointer;
	!cursor:hand;
}
.listCarsItem.model .deleteModel {
	position:absolute;
	width:500px;
	display:none;
	top:0;
	left:0;
	z-index:996;
}
.listCarsItem.model .deleteModel img {
	float:right;
	margin:5px 5px 5px 0;
}
.dateUpdated, .descr {
	font-size:9pt;
	color:#999999;
}
.modelDescr {
	text-transform:uppercase;
	color:#666666;
}
#loginButton {
	position:absolute;
	right:5px;
	bottom:5px;
}

