@charset "utf-8";
/* CSS Document */
/* Define the body rules */
body {
	font-family: "Trebuchet MS";
	font-size: 100%;
	color: #666666;
	background-image: url(../images/checked_bodybg.gif);
	background-repeat: repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	text-align: center;
	border: 1px dotted #999999;
}
body, html, h1,ul, h2, h3, p,span, form {
	margin: 0px;
	padding: 0px;
	/*font-size: 1em;*/
	font-weight: normal;
	background-position: left top;
	vertical-align: top;
}

/*-- The container that holds the whole page together and sets the width of the website */
#MainWrapper {
	width: 758px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #999999;
	background-color:#FFFFFF;
	text-align: left;
}
/*-- A wrapper for the header part. Holds the logo, Top Banner and Top Navigation */
#WrapperHeader {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	height: 90px;
	float: left;
	width: 100%;
}
#TopRNav {
	font-size: 80%;
	color: #999999;
	text-align: right;
	margin-top: 0px;
	padding-right: 0px;
	padding-left: 5px;
	background-color: #000000;
	height: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#TopRNav ul {
	display: block;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#TopRNav li {
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-right: 10px;
	padding-left: 10px;
}
#TopRNav li a {
	color: #FF0000;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#TopRNav li a:hover, #TopRNav li a:active {
	color: #CCCCCC;
}

/* The Logo Container*/
#Logo {
	float: left;
	width: 240px;
	text-align: left;
	padding-left: 3px;
	margin-right: 8px;
}
#Logo span {
	position: absolute;
	left: -3000px;
}
#Logo img {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#Logo h1 {
	margin: 0px;
	padding: 0px;
}
/* Define parameters for the top banner advert */
#TopBanner {
	float: left;
	width: 495px;
	text-align: left;
}

/* Define the Main Horizontal Navigation*/
#HorNav {
	background-image: url(../images/slices/hornav_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#HorNav ul {
	text-decoration: none;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 84%;
}
#HorNav ul a {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 2px;
	padding-left: 2px;
}


#HorNav li {
	display: inline;
	color: #000000;
	padding-right: 2px;
	padding-left: 2px;
	border-right-width: 0px;
	border-right-style: none;
	padding-top: 5px;
	padding-bottom: 8px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#HorNav li a:link, #HorNav li a:visited {
	color: #000000;
	padding-right: 2px;
	padding-left: 2px;
}
#HorNav li a:hover, #HorNav li a:active {
	color: #999999;
	background-color: #F0F0F0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #7F7F7F;
	border-right-color: #7F7F7F;
	border-left-color: #7F7F7F;
	padding-top: 5px;
	padding-bottom: 6px;
	padding-right: 2px;
	padding-left: 2px;
}

/* Wrap the content part of the site together: Main content and adverts right sidebar*/
#WrapperContent {
	font-size: 82%;
	margin: 0px;
	padding: 0px;
	width: 100%;
	float: left;
}
/* Main content area*/
#ContentMain {
	float: left;
	width: 537px;
	text-align: left;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 4px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 10px;
	margin-left: 3px;
	border: 1px solid #E9E9E9;
}
#ContentMain a {
color: #999999;
	text-decoration: underline;
	}
#ContentMain h1 {
	font-size: 200%;
	font-style: normal;
	text-decoration: none;
	margin: 0px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	color: #000000;
}
#ContentMain p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 5px;
}
/* The right Sidebar which will house adverts*/
#ContentSidebar {
	width: 180px;
	float: left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #EAEAEA;
}
#ContentSidebar table {

}
#ContentSidebar ul {
	text-decoration: none;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	display: list-item;
	margin: 0px;
	padding: 0px;
	font-size: 84%;
}
#ContentSidebar ul a {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#ContentSidebar li {
	display: block;
	border-right-width: 0px;
	border-right-style: none;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-position: inside;
}

#ContentSidebar li a:link, #ContentSidebar li a:visited {
	color: #999999;
}
#ContentSidebar li a:hover, #ContentSidebarli a:active {
	color: #FF0000;
	padding: 0px;
}

/* Container introducing new cars on home page*/
#NewCars {
	float: right;
	width: 260px;
	border: 1px solid #E7E7E7;
	margin-bottom: 15px;
	margin-right: 0px;
	height: 180px;
}
/* Container introducing used cars on home page*/
#UsedCars {
	float: left;
	width: 260px;
	border: 1px solid #E7E7E7;
	margin-left: 2px;
	margin-bottom: 15px;
	padding: 0px;
	margin-right: 8px;
	height: 180px;
}
#Import {
	float: left;
	width: 100%;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


/*Hold the car search tabs together*/
#NarrowCarsearch {
	float: left;
	width: 100%;
}
/*Hold the lower product tabs together in the home page*/
#CarCare {
	float: left;
	width: 100%;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* Footer rules*/
#Footer {
	background-image: url(../images/slices/footer_1px.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 0px;
	height: 30px;
	padding-bottom: 10px;
	font-size: 80%;
	text-align: center;
}
#Footer p {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#Footer a {
	color: #999999;
	text-decoration: none;
}
#Footer a:hover {
	color: #666666;
}

#NarrowSearch .TabbedPanelsContentGroup .TabbedPanelsContent TabbedPanelsContentVisible table {
	border: thin dotted #A3A3A3;
}
#table {
	border: thin dotted #333333;
}
#NarrowCarsearch #NarrowSearch .TabbedPanelsContentGroup .TabbedPanelsContent TabbedPanelsContentVisible table {
	border: thin dotted #333333;
}
#ContentMain table {
	border: 1px solid #FBFBFB;
}
#ContentMainDetails table {

}
#ContentMainDetails table {

}
#ContentMain .KT_tngtable table {
	border: 1px dotted #C6C6C6;
}
#ContentMain .KT_tngtable .bolder table {
	border: 1px dotted #AEAEAE;
}
#ContentMain listings {
	font-family: "Trebuchet MS";
	font-size: 140%;
	font-weight: bold;
	color: #FF0000;
}
#ContentMain premium {
	font-family: "Trebuchet MS";
	font-size: 140%;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
#ContentMainDetails img {
	padding-bottom: 2px;
	margin-right: 5px;
}
#ContentMain hr {
	color: #CCCCCC;
}
#ContentMainDetails hr {
	color: #F0F0F0;
}
#ContentMain a {
	color: #006600;
	text-decoration: none;
	font-family: Verdana;
	font-size: 100%;
}
#ContentMain a:link, #ContentMain a:visited {
	color: #999999;
}
#ContentMain a:hover {
	color: #FF0000;
	text-decoration: underline;
}

#ContentMainDetails a {
	color: #999999;
	}
.Header {
	font-family: "Trebuchet MS";
	font-size: 110%;
	font-weight: bold;
	color: #000000;
	background-repeat: repeat-x;
	height: 23px;
	padding-left: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #EEEEEE;
}
#ContentMainDetails hr {
	color: #F7F7F7;
}
.hr {
	color: #F4F4F4;
}
#ContentMain h2 {
	font-size: 1.1em;
	font-weight: bold;
}
#ContentMain h1 {
	font-size: 1.3em;
	font-weight: bold;
	color: #666666;
}
#ContentMainDetails h1 {
	font-size: 1.3em;
	font-weight: bold;
}
#ContentMainDetails h2 {
	background-color: #EEEEEE;
	background-repeat: repeat-x;
}
#ContentMain li {
	list-style-position: inside;
	list-style-image: url(../images/arrow.gif);
}
#ContentMainDetails table {

}
#ContentSidebar img {
	margin-bottom: 1px;
	margin-top: 3px;
	margin-left: 1px;
}
#notice {
	width: 537px;
	padding-right: 1px;
	padding-left: 1px;
}
#ContentMain img {
	clear: both;
	float: left;
}
#ContentMainDetails li {
	list-style-position: inside;
	list-style-image: url(../images/arrow.gif);
	padding-left: 2px;
}

#ContentMainDetails {
	padding: 0px;
	text-align: justify;

}
#ContentSidebar hr {
	color: #F5F5F5;
}
#ContentSidebar a:link, a:visited {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	font-size: 90%;
}
#ContentSidebar a:hover, a:active {
	font-weight: bold;
	color: #000000;
	font-size: 90%;
}
