/* CSS Document - Style Sheet for the New Vehicle Catalogue Section */

/* ************************************----------- CATAGORY LIST DISPLAY -----------************************************ */
tr.CategoryImage A {
	color: #000000;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	padding-left: 8px;
	text-align: left;
}
tr.CategoryImage img {
	border: solid 1px black;
}

/* *********************************----------- PAGES WITH BREADCRUMB OUTSIDE OF A TABLE ---------************************* */
p.breadcrumb {
	color: #000000;
	font-size: 16px;
	font-style: italic;
	font-weight:bold;
}

/* ************************************----------- CATEGORY LIST WITH PRODUCT LIST -----------***************************** */
td#BreadcrumbAlt {
	background-color: #000000;
	color: #ffffff;
	font-size: 14px;
	font-style: italic;
	padding: 5px;
	font-weight: bold;
}
div#content td#BreadcrumbAlt a, div#content td#BreadcrumbAlt a:hover {
	color: #ffffff;
}
tr.SubCategory  {
	background-color: #e82717;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}

div#Content tr.SubCategory A {
	color: #ffffff;
	text-decoration: none;
}

tr.Prodlist {
	color: #000000;
	font-size: 12px;
	border-bottom: solid 1px #e82717;
}
tr.Prodlist td {
	border-right: solid 1px #e82717;

}
tr.Prodlist td.NoBorder {
	border-right: none;
}
table#NewProdList {
	border: solid 1px black;
}
table#NewProdList td {
	padding: 4px;
}
/* ************************************----------- PRODUCT DETAIL -----------***************************** */
div.ShortDescription {
	font-size: 12px;
}