html,body{
	background: #f0f0f0;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
a img{
	border: 0px none;
}
body{
	width: 880px;
	margin: auto;
	position: relative;
}
.head_content {
	min-height: 100%;
	height: auto!important;
	height: 100%;
	margin: 0 auto 0;
	overflow: hidden;
}
#footer{
	overflow: hidden;
	background: url(img/footer.png) no-repeat;
	bottom: 0px;
	height: 115px;
	margin-top: -115px;
	width: inherit;
}
#header{
	margin-top: 14px;
	background: url(img/header.png) no-repeat;
	height: 90px;
}
#copyr{
	margin: auto;
	text-align:center;
	width: 280px;
	padding-top: 60px;
	color: #fff;
	font-family: Verdana;
	font-style: italic;
	font-size: 13px;
}
#ya_counter{
	float: right;
	margin-right: 2px;
	margin-top: 6px;
}
#menu{
	margin-top: 10px;
	height: 160px;
}
#menu a {
	text-decoration: none;
	color: #fff;
}
.cat{
	height: 154px;
	width: 154px;
	padding: 3px;
	background-image: url(img/catbg-blu.png);
	float: left;
	margin-right: 20px;
	text-align: center;
	cursor: pointer;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	line-height: 25px;
	vertical-align: middle;
}
#cat3{
	line-height: 17px;
}
.cat:last-child {
	margin-right: 0px;
}
.cat.active, .cat:hover {
	background-image: url(img/catbg-red.png);
}

#content{
	width: 860px;
	padding: 10px;
	background: #fff;
	border-radius: 7px;
	margin-top: 12px;
	margin-bottom: 120px; 

	Overflow: hidden;
	font-family: Arial;
}

.margin_cnt{
    margin-bottom: 0px !important; 
}


#content.data{
	margin-top: 12px;
	margin-bottom: 120px;
}
.edittr{
	text-align: center;
}
.tra{
	width: 850px;
	margin: auto;
	
}
.trsubmit,.csubmit{
	display: block;
	margin: auto;
	float: none;
	font-size: 32px;
}
.makes{
	margin:auto;
	border:0;
	padding:0;
	border-collapse:collapse;
}
#content a, .editlinks a{
	text-decoration: none;
	color: #00519e;
	font-family: Arial;
    font-size: 16.4px;
	font-weight: bold;
}
#content a:hover, #content a.active, .editlinks a:hover {
	color: #e2001a;
}
.makes td{
	width: 200px;
	height: 30px;
	line-height: 30px;
	white-space: nowrap;
}

#model{
	width: 300px;
	float: left;
}
#type{
	width: 500px;
	float: left;
}
#modeln {
	height: 20px;
}
#type{
}
#make,#type,#modeln,#model{
	font-weight: bold;
	font-size: 18px;
}
#make,#type,#modeln,#model span{
	line-height: 21px;
}
#content td {
	vertical-align: top;
}
.icon{
	margin-top: 3px;
	float: left;
	width:25px;
	height:25px;
}


.component.edit{
	width: 99%;
	margin: auto;
}
.component.edit>tbody>tr>td:first-child {
	width: 185px;
}
.component.edit>tbody>tr>td>textarea {
	width: 98.5%;
}
.component.edit>tbody>tr>td>input {
	width: 99%;
}
.component.edit{
	width: 600px;
}
.component.edit td{
	padding: 0px;
	border-collapse: collapse;
}

h2 {
	font-size: 22px;
}

h1 {
	font-size: 20px;
	color:#00519e;
}

