html {
		height: 100%;
		width: 100%; }

body {
		width: 100%;
		height: 100%;
		margin: 0px;
		padding: 0px;
		border: 0px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		background: #ffffff;
		font-size: 13px;
		line-height: 15px; }
		
p.two {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	margin: 0;
	padding: 0;
}	

.tb7 {
	width: 200px;
	color : #333333;
	background-color: #cccccc;
	height:18px;
	border:1px solid black;
	padding:4px 8px;
	margin-bottom:0px;
}

.tarea {
	width: 400px;
	color : #333333;
	background-color: #cccccc;
	height:150px;
	border:1px solid black;
	margin-bottom:0px;
	text-align: top;
}

li.current {
	font-weight: bold;
	line-height: 0px;
	margin-right: 8px;
	padding: 0px;
	float: left;
}

li.notcurrent {
	color: black;
	line-height: 0px;
	margin-right: 8px;
	padding: 0px;
	float: left;
}

p.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: black;
	line-height: 20px;
}

p.white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	line-height: 18px;
}

p.error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: red;
	line-height: 10px;
	margin: 0px;
	padding: 0px;
}
	
span.good {
	color: green;
}

span.error {
	color: red;
}

h3 {
	color: #cc0000;
	font-style: italic;
	font-family: Arial;
	margin: 0;
	
}

h4 {
	margin: 0;	
	padding: 0;
}

img { border: none; }

table.X1 td, th, tr{
	border: 0px;
	
}

table.X1 tr {
	border: 0px;
}

table {
		border-collapse: collapse;
		border-bottom-style: solid; 
		border-bottom-color: #999999;
		border-bottom-width: 0px;
}


tr {
	    border-bottom-style: solid; 
		border-bottom-color: #333333;
		border-bottom-width: 0px;
		vertical-align: top;
		font-size: 13px;
		line-height: 20px;
}

thead {
	background-image: url('tabletop.jpg');
	border: 0px;
}

/*** ROUNDED CORNER W/HIGHLIGHT ***/
table.rounded-corner
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	width: 170px;
	text-align: left;
	border-collapse: collapse;
}
table.rounded-corner thead th.left
{
	background: #990000 url('left.png') left -1px no-repeat;
}
table.rounded-corner thead th.right
{
	background: #990000 url('right.png') right -1px no-repeat;
}
table.rounded-corner th
{
	padding: 8px;
	font-weight: normal;
	font-size: 13px;
	color: #ffffff;
	background: #990000;
}
table.rounded-corner td
{
	padding: 4px 4px 4px 12px;
	background: #cccccc;
	border-top: 1px solid #999;
	color: #000000;
}
table.rounded-corner tfoot td.footleft
{
	background: #cccccc url('botleft.png') left bottom no-repeat;
}
table.rounded-corner tfoot td.footright
{
	background: #cccccc url('botright.png') right bottom no-repeat;
}
table.rounded-corner tbody tr:hover td
{
	background: #999999;
	cursor: pointer;
}

/*** ROUNDED CORNDER NO HIGHLIGHT ***/
#rounded-corner2
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	width: 170px;
	text-align: left;
	border-collapse: collapse;
}
#rounded-corner2 thead th.left
{
	background: #990000 url('left.png') left -1px no-repeat;
}
#rounded-corner2 thead th.right
{
	background: #990000 url('right.png') right -1px no-repeat;
}
#rounded-corner2 th
{
	padding: 8px;
	font-weight: normal;
	font-size: 13px;
	color: #ffffff;
	background: #990000;
}
#rounded-corner2 td
{
	padding: 4px 4px 4px 12px;
	background: #ffffff;
	border-top: 1px solid #999;
	color: #000000;
}
#rounded-corner2 tfoot td.footleft
{
	background: #fff;
}
#rounded-corner2 tfoot td.footright
{
	background: #fff;
}
#rounded-corner2 tbody tr:hover td
{
	background: #fff;
	cursor: default;
}


				
a { color: #cc0000;
	text-decoration: none;
	 }
	
a:hover {
	color: black;
	text-decoration: underline;
}
	 


#uploadimg {
	padding: 5px;
	width: 155px;
	height: 150px;
	background-color: #999999;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

#headerwrap {
	width: 954px;
	height: 138px;
	margin:0 auto;
	background-color: #ffffff;
}

#rightheader {
	width: 500px;
	height: 138px;
	margin: 0px;
	float: right;
}

#leftheader {
	width: 454px;
	height: 138px;
	margin: 0px;
	float: left;
}

#topnav {
	margin: 0px;
	padding: 0px;
	width: 350px;
	height: 30px;
	float: right;
	background-image:url('topnav.jpg');
}


#topad {
	margin: 20px 125px 0px 0px;
	width: 468px;
	height: 60px;
	float: right;
	background: black;
}

#navigation {
	padding-top: 36px;
	padding-left: 30px;
	width: 924px;
	height: 32px;
	margin:0 auto;
	background-image:url('navbar.jpg');
	
}
/*
#header { 
		background-image:url('headerbg.jpg');
		position: relative;
		width: 100%;
		margin: 0px;
		padding: 0px;
		color: #D4E6F4; }

#headerad {
	position: absolute;
	left: 580px;
	top: 45px;
	width: 392px;
	height: 72px;
	border: 1px solid black;
}
*/

/*** MAIN NAVIGATION LINKS ***/

ul#mainnav{list-style: none; margin: 0px 0px 0px 0px ;padding: 7px 0px 0px 0px;}
ul#mainnav li{display: inline; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; border-right: 1px solid #666;}
ul#mainnav a{text-decoration: none;padding: 10px 15px 10px 15px; color: #fff}
ul#mainnav a#current{color: #06F}
ul#mainnav a:hover{color: #cccccc;}

/*** INSERT AUTO STEPS ***/

ul#insert {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul#insert li {
	color: #000000;
	margin: 0;
	padding: 15px 10px 0px 10px;
	display: inline;

}

/*
#nav {
margin:0;
padding:0;
float:left;
width:100%;
margin-left: 10px;
border-width:1px 0;
}

#nav a:link,
#nav a:visited {
color:#ffffff;
background:#333333;
padding:7px 20px 10px 20px;
float:left;
width:auto;
border-right:1px solid #42432d;
text-decoration:none;
}

nav a:hover {
color:#white;
background:#727454;
}

#nav li:first-child a {
border-left:1px solid #42432d;
}
*/

#header h1 {
		padding: 1em;
		margin: 0px; }
			
#structure {
		position: relative;
		width: 954px;
		height: auto !important;
		padding-top: 8px;
		margin:0px auto;
		text-align:left;
		background-color: #ffffff;
	 }
	
#login {
	padding: 60px 80px 60px 80px;
	float: left;
	width: 219px;
	height: 180px;
	background-image:url('loginbg.jpg');
	margin-right:5px;
}

#register {
	float: left;
	width: 319px;
	height: 250px;
	padding: 50px 30px 0px 30px;
	background-image:url('loginbg.jpg');
}


#sellauto {
	width: 668px;
	height: 94px;
	background-image:url('sellautobg.jpg');
	padding: 70px 50px 0px 50px;
	margin-bottom: 5px;
}
#mid {
	width: 400px;
	height: 300px;
	margin: 150px auto;
	text-align: center;

}
/*
.searchpage {
	position: relative;
	width:970px;
	height: auto;
	min-height: 100%;
	margin:0px auto;
	text-align:left;
	padding:15px;
	background-color:white;
	line-height: 40px;
	border: 1px solid;
}
*/
	
#searchCategory {
	top: 15px;
	line-height: 25px;
	padding: 60px 10px 10px 55px;
	position: absolute;
	width: 185px;
	height: 80px;
}	

.submit {
	margin-left: 80px;
}	

.submit2 {
	margin-left: 100px;	
}

.submit3 {
	margin-top: 7px;
	margin-right:40px;
	float: right;
}

#leftbar {
	float: left;
	width: 170px;
	height: 280px;
	text-align: left;
	color: black;
	line-height: 20px;
}

#leftcategory {
	float: left;
	padding: 20px 0px 0px 20px;
	width: 149px;
	height: 90px;
	background-image:url('category.jpg');	
}

#leftmake {
	margin: 10px 0px 0px 0px;
	float: left;
	padding: 25px 0px 0px 20px;
	width: 149px;
	height: 134px;
	background-image:url('make.jpg');
}
/* new */
#insertautotop {
	float: left;
	background: black;
	width: 738px;
	height: 35px;
	background-image:url('insertautobg.jpg');
	padding-top: 5px;
	padding-left: 30px;
	margin-bottom: 10px;
}

#datamiddleauto {
	margin-left: 10px;
	margin-bottom: 10px;
	float: left;
	background: #ffffff;
	width: 768px;
	height: auto;
	line-height: 30px;
}

#middlecontent {
	margin: 0px 0px 10px 8px;
	float: left;
	width: 598px;
	height: auto;
	position: relative;
	
}

#middlecontentempty {
	padding: 10px 0px 0px 10px;
	float: left;
	background: #ffffff;
	width: 758px;
	height: auto;
	line-height: 20px;
}

#middlecontentauto {
	float: left;
	background: #ffffff;
	width: 768px;
	height: auto;
	line-height: 30px;
	padding-bottom: 15px;
}

#detailsInfoBox {
	margin: 0px;
	padding: 0px;
	width: 768px;
	height: auto;
	float: left;
	position: relative;
}

#detailsInfo {
	margin: 0px;
	padding: 0px;
	height: 300px;
	width: 310px;
	float: left;
}

#detailsPicture {
	height:300px;
	width: 458px;
	float: right;
}

#detailsDescription {
	height: 50px;
	width: 768px;
	float: left;
}

#searchresultbox {
	width: 758px;
	background: #ffffff;
	padding:5px;
	height: 100px;
	border-bottom: 1px solid #cccccc;
}

#searchresultimg {
	width: 150px;
	height: 100px;
	float: left;
	margin-right: 5px;
}
#searchresulttext{
	width: 370px;
	height: 90px;
	background: #ffffff;
	float: left;
	padding:5px;
}

#searchresultad {
	width: 200px;
	height: 100px;
	float: left;
}

#searchMake {
	top: 15px;
	line-height: 25px;
	padding: 50px 10px 10px 40px;
	position: absolute;
	left: 285px;
	width: 200px;
	height: 90px;
}

#sell {
	top: 15px;
	padding: 50px 10px 10px 18px;
	position: absolute;
	left: 555px;
	width: 220px;
	height: 90px;
	line-height:18px;
	color: white;
	font-family: arial;
}

#sell a {
	color: black;
	text-decoration: underline;
}

#sell a:hover {
	color: white;
}

#rightbar {
	margin-left: 8px;
	top: 5px;
	padding: 0px;
	float: left;
	width: 170px;
	height: auto;
	text-align: center;
	color: black;	
	margin-bottom: 10px;
}

#rightmenutop {
	float: left;
	background-image:url('menutop.jpg');
	width: 170px;
	height: 10px;
	padding: 0px;	
}

#righthead {
	float: left;
	background-image: url('menubottom.jpg');
	width: 170px;
	height: 10px;
	padding: 0px;
}
#rightbarUI {
	float: left;
	background-color: #cccccc;
	width: 170px;
	line-height: 25px;
	padding: 0px;
	margin-bottom:8px;
	height: auto;
}

#rightbarcounter {
	float: left;
	background-color: #333333;
	width: 170px;
	line-height: 25px;
	padding: 0px;
	color: #ffffff;
}

#rightbarmenubottom {
	float: left;
	background-image:url('menubottom.jpg');
	width: 170px;
	height: 10px;
	padding: 0px;
}

#rightbarcounterfoot {
	float: left;
	background-image:url('counterbottom.jpg');
	width: 170px;
	height: 10px;
	padding: 0px;
}

#facebook {
	top: 450px;
	position: absolute;
	left: 761px;
	width: 210px;
	height: 57px;
	text-align: right;
	color: white;
	line-height: 20px;
}

#pageHeader {
	left: 5px;
	top: 5px;
	padding: 0px 10px 10px 0px;
	position: absolute;
	background: #cc0000;
	width: 740px;
	height: 20px;
}

#featureAutoTop {
	margin: 0px 0px 10px 0px;
	width: 598px;
	height: 85px;
	float: left;
}

#featureAuto {
	margin: 0px 0px 0px 0px;
	padding: 35px 10px 10px 0px;
	float: left;
	width: 588px;
	height: 305px;
	background-image:url('midcontent.jpg');
	
}

div.indfeatureAuto {
	margin: 15px 0px 0px 10px;
	float: left;
	width: 135px;
	height: 135px;
	text-align: center;
}

#featureAuto2 {
	margin: 10px 0px 0px 0px;
	padding: 0px 10px 10px 0px;
	float: left;
	width: 588px;
	height: 135px;
}

#featureAuto3 {
	left: 170px;
	top: 330px;
	padding: 0px 10px 10px 0px;
	position: absolute;
	background: white;
	width: 588px;
	height: 135px;
}

#bottombox2 {
	padding: 10px 10px 10px 10px;
	position: absolute;
	top: 390px;
	background: black;
	width: 330px;
	height: 130px;
	left: 450px;
}

#footer {	
	position: relative;
	float: left;
	width: 954px;
	height: 90px;
	margin: 0px auto;
	text-align:left;
	background-color: #666;
 }

#footernav {
	margin: 2em auto;
	width: 670px;
	text-align: center;
	line-height: 30px;
	color: white;
}
#footer ul {
	list-style: none;
	padding: 0;
	margin: 1em auto;
}

#footer li {
	float: left;
	padding-right: 01.15em;
	margin-left: 01.15em;
	border-right: 1px solid white;
	line-height: 10px;
}

#footer a {
	color: white;
}

#footer a:hover {
	color: red;
}
/* Navigation */





