body {
	color: white;
	font-size: 13px;
	font-family: Arial;
	background-color: #E0DFF0;
	background-image: url(http://mydealerbiz.com/images1/t5/background-cut-shadow.gif);
	background-repeat: repeat-y;
	background-position: center;
}
a.color:link {
	color: #fff;
	text-decoration: underline;
	display: inline;
}
a.color:visited {
	color: white;
	text-decoration: underline;
}
a.color:hover {
	color: white;
	text-decoration: none;
}
a.color:active {
	color: white;
	text-decoration: none;
}
#container {
	background-color: #0e4774;
	width: 800px;
}
#headerblock {
	padding: 10px 20px 20px;
}
#headerblock p {
	margin: 0 0 15px;
	padding: 0;
}
#headerblock h1 {
	font-size: 40px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
#headerblock h2 {
	font-size: 20px;
	font-weight: bold;
	font-size-adjust: 0;
	line-height: 0;
	text-indent: 0;
	word-spacing: 0;
	letter-spacing: 0;
	vertical-align: 0;
	margin: 0;
	padding: 0;
}
.headerimage {
	background-image: url(http://mydealerbiz.com/images1/t5/header-1.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 275px;
	display: block;
}
.headernoimage {
 background-image: url(http://mydealerbiz.com/images1/t5/Template-Series-3-(green)-header-images_02 .gif);
	background-repeat: no-repeat;
	width: 800px;
	display: block;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(http://mydealerbiz.com/images1/t5/header-noimage.jpg);
	background-color: #0e4774;
}
.bodytables-invlist  {
	color: white;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	clear: none;
	margin: 0;
	display: block;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #E2AE00;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 12px;
}
.bodytables h1 {
	color: white;
	font-size: 24px;
	font-weight: bold;
	text-transform: capitalize;
	clear: none;
	margin: 0;
	padding: 4px 0 4px 12px;
	display: block;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #E2AE00;
}
.bodytables h2 {
	font-size: 13px;
	font-weight: bold;
	text-transform: capitalize;
	clear: none;
	margin: 0 0 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
	display: block;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #E2AE00;
	color: #FFFFFF;
}
.bodytables h3 {
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	margin: 0;
	padding: 0 0 4px;
}
.bodytables h4 {
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	margin: 0;
	padding: 0 0 4px;
}
.bodytables h5 {
	font-size: 10px;
	margin: 0;
	padding: 0;
}



#menu {
	font-size: 12px;
	font-weight: bold;
	float: right;
}
#menu a:link {
	color: #ccc;
	text-decoration: none;
	padding-right: 9px;
	padding-left: 9px;
	border-right: 1px solid white;
	border-left: 1px solid black;
	display: block;
}
#menu a:hover {
	color: black;
	background-color: white;
	text-decoration: none;
	padding-right: 9px;
	padding-left: 9px;
	border-right: 1px solid white;
	border-left: 1px solid white;
	display: block;
}
#menu a:visited {
	color: #ccc;
	text-decoration: none;
	padding-right: 9px;
	padding-left: 9px;
	border-right: 1px solid white;
	border-left: 1px solid black;
	display: block;
}
#menu a:active {
	color: black;
	background-color: white;
	text-decoration: none;
	padding-right: 9px;
	padding-left: 9px;
	border-right: 1px solid white;
	border-left: 1px solid white;
	display: block;
}
#menu a.last:link {
	color: #ccc;
	text-decoration: none;
	padding-right: 9px;
	padding-left: 9px;
	border-right: 1px solid black;
	border-left: 1px solid black;
	display: block;
}
#menu a.last:hover {
	color: black;
	background-color: white;
	text-decoration: none;
	padding-right: 9px;
	padding-left: 9px;
	display: block;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: white;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: white;
}
#menu a.last:visited {
	text-decoration: none;
	padding-right: 9px;
	padding-left: 9px;
	border-right: 1px solid white;
	display: block;
}
#menu a.last:active {
	color: black;
	background-color: white;
	text-decoration: none;
	padding-right: 9px;
	padding-left: 9px;
	display: block;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: white;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: white;
}
.bodytables {
	color: white;
	width: 95%;
	margin-bottom: 20px;
	display: table;
	margin-left: 20px;
	margin-right: 20px;
	padding-right: 0px;
	padding-left: 0px;
}
.content {
	background-color: black;
	padding: 10px;
	border: 1px solid #e9e9e9;
	display: block;
	color: #FFFFFF;
}
.content a:link {
	color: #FFFFFF;
/*	text-decoration: underline;  */
}
.content a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.content a:hover {
	color: #FFFFFF;
/*	text-decoration: underline;
	text-align: right;  */
}
.featured {
	font-size: 11px;
	background-color: black;
	text-align: center;
	padding: 5px;
	border: solid 1px #e9e9e9;
	display: block;
}
.featured img {
	float: left;
}
.featured h1 {
	color: white;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	border-width: 0;
}
a.feat:linkÂ  {
color: white;
background-color: #2f2f2f;
text-align: center;
padding: 2px 4px;
border-color: white;
border-width: 1px;
display: block;
}
a:link {
	color: blue;
}
a.feat:hoverÂ  {
color: white;
background-color: #2fca2f;
text-align: center;
padding: 2px 4px;
border-color: white;
border-width: 1px;
display: block;
}

.border {
	border: 1px solid #999999;
}
#fineprint {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin-top: 15px;
	padding-top: 5px;
	color: #FFFFFF;
}

#fineprint td {
	color: #FFFFFF;
}


.fine {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 10px;
}
.centerÂ  {
	text-align: center;
}
.d2-titles {
	font-size: 30px;
}
.inventory-title {
	font-family: arial;
	font-size: 30px;
	color: #333333;
}
.inventory-subtitle {
	font-size: 13px;
}

/* Code from Sourav 300*/

@charset "utf-8";
/* CSS Document */


#footer {
	width:900px;
	height:50px;
	background-color:#DCDCDC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#727783;
}
.footer-txt {
	padding-left:32px;
	font-size:12px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.footer-txt_right {
	padding-right:28px;
	font-size:12px;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
a.headerlink:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	padding-top: 4px;
	display: block;
}

a.headerlink:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	padding-top: 4px;
	display: block;
}

a.headerlink:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 4px;
	display: block;
}

a.headerlink:active {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 4px;
	display: block;
}