﻿/* CSS layout */
#masthead {
}
#car1 {
	filter: alpha(opacity=0);
	opacity: 0.0;
}
#top_nav {
	border-top:5px green ridge;
	border-left:5px green ridge;
	border-right:5px green ridge;
	width:990px;
}
.cardetails {
	border-right:1px black solid;
}
#container {
	position: relative;
	width: 1000px;
}
.sold {
	vertical-align:bottom;
	text-align:center;
	elevation:lower;
	font-weight:900;
	color:red;
}
#left_col {
	position: absolute;
	left: 0px;
	top: 0px;
	border-left:5px green ridge;
	padding-left:5px;
	font-size:15px;
	height:690px;
}

#left_col a {
	color:#FFFF66;
	text-decoration:none;
}
#left_col a:visited {
	color:#FFFF66;
	text-decoration:none;
}
#left_col a:hover {
	color:#FFCC00;
	font-size:20px;
}

#page_content {
	margin-right: 170px;
	margin-left: 127px;
	background-color:#FFFF66;
	border:5px #FFFF00 ridge;
	color:black;
	height:700px;
	padding:5px 5px 17px 5px;
}
.inventory {
	vertical-align:bottom;
	color:maroon;
	font-weight:bolder;
	font-size:50px;
}
.inventorysold {
	vertical-align:bottom;
}
#right_col {
	position: absolute;
	right: 0px;
	top: 0px;
	border-right:5px green ridge;
	height:690px;
}

#footer {
	border-bottom:5px green ridge;
	border-left:5px green ridge;
	border-right:5px green ridge;
	color:black;
	padding-top:3px;
	padding-bottom:11px;
}
#pagechange a {
	text-decoration:none;
	color:green;
}
#pagechange a:visited {
	text-decoration:none;
	color:green;
}
#pagechange a:hover {
	text-decoration:none;
	color:black;
}

a {
	color:black;
}
.style3 {
	text-align: center;
}
.style2 {
	font-size: 15px;
}
.style4 {
	font-size: 25px;
}
.style5 {
	font-size: large;
	text-align: left;
}
.style7 {
	border-width: 0;
}
.style8 {
	border: 1px solid #000000;
}
.style10 {
	text-align: center;
	font-size: small;
}
.style11 {
	margin-left: 0px;
}
.style12 {
	text-align: left;
}
.style13 {
	text-align: right;
}

