body {
	font-family: tahoma, arial, helvetica, serif;
	font-size: 80%;
	padding: 2em;
	margin: 0;
	text-align: center;
	color: #000;
}

#content {
	width: 760px;
	background-color: #AAA;
	padding: 0;
	border: 1px solid #000;
	margin: auto;
	text-align: left;
	/*voice-family: "\"}\""; 
	voice-family:inherit;*/

}

p{
	clear: both;
}

#heder{
	border-bottom: 1px solid #000;
}

#title{
	text-align: center;
	font-size: 140%;
	margin: 5px 0;
}

#machines{
	margin-left: 20px;
}

#machines div{
	width: 97%;
	height: auto;
	background-color: #ccc;
	clear: both;
	margin-bottom: 10;
	border-color: #000;
	border-style: solid;
	border-width: 0 1 1 1;
	padding: 0px;
}

ul{
	margin: 5 10 10 0;
}

li{
	list-style: disc;
}

#machines ul.machinesTitle{
	width: 97%;
	height: 19px;
	background-color: #F5C75B;
	margin: 0;
	
	border: 1px solid #000;
	font-weight: bold;
	clear: left;
	padding: 0px;
}

#machines ul.machinesTitle li{
	list-style: none;
	float: left;
	width: 150px;
	position: relative;
	text-align: left;
	cursor: default;
	text-decoration: none;
	padding:0px;
	display:block;
	margin: 0px;
	margin-left: 10;
	
}

#machines div div{
	width: auto;
	margin: 5 20 0 0;
	float: left;
	clear: none;
	border: 0px;
	padding: 0px;
}

#machines div img{
	background-color: #000;
	
}


#machines div.image{
	margin: 3 13 3 10;
	text-align: center;
}


#machines p{
	clear: both;
}

#machines ul.machinesTitle li.make{
	width : 150px;
}

#machines ul.machinesTitle li.model{
	width : 240px;
}

#machines ul.machinesTitle li.year{
	width : 90px;
}

#machines ul.machinesTitle li.price{
	width : 130px;
	float : right;
	margin-right: 15px;
	text-align: right;
}

#machines div.tyreInfo{
	margin: 5 15 0 3;
}

#machines .redBox{
	position: relative;
	top:90px;
	left: 635px;
	padding: 0;
	margin: 0;
	border: 0;
	width: 100px;
	height: 80px;
	margin-top: -80px;
	text-align: center;
	background: transparent url(images/redStar.gif) no-repeat;
}

#machines .insideRedBox{
	padding: 0;
	margin: 15 0 0 0;
	border: 0;
	background-color: transparent;
	width: 100%;
	height: auto;
	text-align: center;
	color: #fff;
	font-weight: bold;
}


a{
	color: #000;
}

#machines a{
	text-decoration: none;
}

a:hover{
	color: #0C45CA;
}


#detailedInfo{
	margin-left: 20px;
}

#mainDetail{
	width: 95%;
	min-height: 25;
	background-color: #ccc;
	border: 1px solid #000;

}

#detailedInfo ul.detailTitle{
	width: 95%;
	height: 21px;
	background-color: #F5C75B;
	margin: 0;
	border: 1px solid #000;
	font-weight: bold;
	padding: 0px;

}

#detailedInfo .detailTitle li{
	list-style: none;
	float: left;
	width: 160px;
	position: relative;
	text-align: left;
	cursor: default;
	text-decoration: none;
	padding:0px;
	margin-left: 10px;
	display:block;
	font-size: 110%;
}

#mainImg{
	width: 400px;
	border: 1px solid #000;
	text-align: center;
	float: left;
	margin: 5 20 5 5;
}


#mainImgImage{
	width: 400px;
	height: 300px;
}

#moreImg{
	width: 100%;
	height: 70px;
	background-color: #ccc;
}

#mainDetail span{
	width: 240px;
	heigth: 19px;
	background-color: #F5C75B;
	margin: 5px;
	float: left;
	text-align: center;
	display: block;
}

#moreImg img{ 
	border-width: 4px;
	border-style: solid;
	border-color: #ccc;
}

#detailedInfo li#back{
	width : 60px;
	float : right;
	margin-right: 5px;
	text-align: right;
}



.input-box{
	color: #000;
	background: #fff;
	border: #7F9DB9 solid 1px;
	margin-bottom: 1px;
	padding-left: 2px;
}

.submit{
	margin-left: 105px;
	margin-top: 5px;
}

.input-checkbox{
	margin-left: -1px;
}

label{
	width: 140px;;
	float: left;
	text-align: right;
	margin-right: 6px;
	margin-top: 2px;
	display: block;
	font-size: 100%;
	vertical-align: bottom;
	font-weight: bold;

}

#login{
	
	margin-left: 100px;
	}
	
#editOne .input-box{
	width: 250px;
}

div#subtitle{
	width: 95%;
	height: 19px;
	text-align: center;
	margin: 5;
}

div#space{
	width: 0;
	height: 10;
	border: 0;
	background-color: transparent;
	margin: 0;
	padding: 0;
	
}

#editform{
	float:left;
}

#reducedDiv input{
	background-color: #faa;
}

form p{
	margin-top: 5px;
	margin-bottom: 5px;
}

textarea.otherArea{
	width: 500px;
	height: 200px;
}