@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

.h3 {font-size: 1.2em;
    font-weight: bold;
		font-style: normal;
    color: #000;
    margin-bottom: 10px;}

.h5 {
	font-size: 0.9rem;
  font-weight: bold;
	font-style: normal;
  color: #000;
  margin-bottom: 6px;
  margin-top: 10px;
}

a img,:link img,:visited img { border:none }

:link,:visited { text-decoration:none }

ul {
	list-style: square;
	margin: 0px 0px 0px 20px;
	font-size: .75em;
	font-weight: bolder;
}

ol {
	margin: 0px 0px 0px 20px;
	font-size: .75em;
	font-weight: bolder;
}

li {
	margin: 0px 0px 8px 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-image: url(images/background-gradient.jpg);
	background-repeat: repeat-x;
}

p {
	font-size: .8em;
	margin-bottom: 10px;
}

h1 {
	font-size: 1.8em;
	font-weight: bold;
	margin-bottom: 10px;
	color: #555;
}

h2 {
	font-size: 1.5em;
	font-style: italic;
	font-weight: bolder;
	margin: 10px 0px 10px 0px;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
}

h4 {
	font-size: 0.9em;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 10px;
}

h5 {
	font-size: 0.9em;
	font-weight: bold;
	color: #000;
	margin-bottom: 6px;
	margin-top: 10px;
}

h6 {
	font-size: 1em;
	font-weight: bold;
	color: #ed2222;
	margin-bottom: 6px;
	margin-top: 10px;
}

a:link {
	color: #ed2222;
	font-weight: bolder;
	text-decoration: none;
}

a:visited {
	color: #ed2222;
	font-weight: bolder;
	text-decoration: none;
}

a:hover {
	color: #ed2222;
	font-weight: bolder;
	text-decoration: underline;
}
#sidebar_btm {
	color: #ed2222;
	font-weight: bolder;
	text-decoration: underline;
}

.bold {
	font-weight: bolder;
}

.bold_red {
	font-weight: bolder;
	color: #ed2222;
}

.evaderdt_headline {
	margin: 0px;
	font-size: 1.5em;
	font-style: italic;
	font-weight: bolder;
	padding: 0px;
	position: absolute;
	top: 425px;
}

.bulletlist {
	font-size: .9em;
	margin-bottom: 10px;
	list-style-type: square;
	color: #1d4d7b;
	margin-left: 20px;
}

.caption {
	font-size: .8em;
	color: #666;
}

.caption_ital {
	font-size: .8em;
	font-style: italic;
}

.caption_bold {
	color: #000;
	font-weight: bolder;
}

.merchandise_list {
	font-size: 0.7em;
	color: #666;
	margin-left: 10px;
	vertical-align: middle;
}

.tire_subhead {
	font-size: 1.2em;
	font-weight: bold;
	color: #555555;
	margin-bottom: 10px;
}

.add_to_cart {
	margin: 0px 0px -7px 0px;
}

.specs {
	font-size: .7em;
	color: #000;
}

.specs_bold {
	color: #000;
	font-weight: bold;
	text-align: left;
}

.callout_rounded {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 0px 0px 10px 0px
}

.callout_header {
	font-size: 0.9em;
	font-weight: bold;
	color: #FFF;
}

.callout {
	font-size: 0.8em;
	font-weight: normal;
	color: #CCC;
}

.parts {
	font-size: 0.8em;
	color: #666;
	line-height: 18px;
}

.parts a:link {
	color: #666;
	line-height: 18px;
	font-weight: normal;
}

.parts a:visited {
	color: #666;
	line-height: 18px;
	font-weight: normal;
}

.parts a:hover {
	color: #666;
	line-height: 18px;
	text-decoration: underline;
	font-weight: normal;
}

.parts a:active {
	color: #666;
	line-height: 18px;
	font-weight: normal;
}

.parts_bold {
	color: #000;
	font-weight: bolder;
}

.chartheader {
	font-weight: bolder;
	color: #FFF;
}

.inset {
	margin-bottom: 4px;
	border: 1px solid #a4adba;
}

.fineprint_reverse {
	font-size: .6em;
	color: #FFF;
}

.rounded {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}

.rounded_margin_right_20 {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 6px;
	margin-left: 0px;
}

.buttons {
	-moz-box-shadow: 2px  2px  10px  #000000;
	-webkit-box-shadow: 2px  2px  10px  #000000;
	box-shadow: 2px  2px  10px  #000000;
	margin:0px 7px 0px 7px;
}

.float_left {
	float: left;
	margin: 0px 10px 20px 0px;
}

.margin_right_20 {
	margin: 0px 20px 0px 0px;
}

.float_left_nomargin {
	float: left;
}

.float_left_rounded {
	float: left;
	margin: 0px 10px 20px 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.float_right_nomargin {
	float: right;
}

.float_right {
	float: right;
	margin: 0px 0px 20px 10px;
}

.float_right_rounded {
	float: right;
	margin: 0px 0px 20px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.float_right_150 {
	float: right;
	width: 150px;
	margin: 0px 0px 20px 10px;
}

.float_right_100_redbrdr {
	float: right;
	width: 70px;
	padding: 2px;
	border: 2px solid #ed2222;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.float_right_250 {
	float: right;
	width: 250px;
	margin: 0px 0px 20px 10px;
}

.float_right_250_redbrdr {
	float: right;
	width: 250px;
	padding: 6px;
	border: 2px solid #ed2222;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 10px;
}

.float_right_320 {
	float: right;
	width: 320px;
	margin: 0px 0px 20px 10px;
}

.float_right_400 {
	float: right;
	width: 400px;
	margin: 0px 0px 20px 10px;
}

.float_right_500 {
	float: right;
	width: 500px;
	margin: 0px 0px 20px 10px;
}

.float_right_topmargin {
	float: right;
	margin: 10px 0px 20px 10px;
}

.float_left_114 {
	float: left;
	width: 114px;
	margin: 0px 12px 20px 0px;
}

.float_left_130 {
	float: left;
	width: 130px;
	margin: 0px 12px 20px 0px;
}

.float_left_150 {
	float: left;
	width: 150px;
	margin: 0px 6px 20px 0px;
}

.float_left_175 {
	float: left;
	width: 175px;
	margin: 0px 10px 20px 0px;
}

.float_left_200 {
	float: left;
	width: 200px;
	margin: 0px 20px 20px 0px;
}

.float_left_230 {
	float: left;
	width: 230px;
	margin: 20px 10px 0px 0px;
}

.float_left_250 {
	float: left;
	width: 250px;
	margin: 0px 20px 20px 0px;
}

.float_left_280 {
	float: left;
	width: 280px;
	margin: 0px 6px 20px 0px;
}

.float_left_320 {
	float: left;
	width: 320px;
	margin: 0px 20px 20px 0px;
}

.float_left_350 {
	float: left;
	width: 350px;
	margin: 0px 20px 20px 0px;
}

.float_left_380 {
	float: left;
	width: 380px;
	margin: 0px 20px 20px 0px;
}

.float_left_380-2 {
	float: left;
	width: 380px;
	margin: 0px 0px 20px 0px;
}

.float_left_400 {
	float: left;
	width: 400px;
	margin: 0px 20px 20px 0px;
}

.float_left_430 {
	float: left;
	width: 430px;
	margin: 0px 20px 20px 0px;
}

.float_left_450 {
	float: left;
	width: 450px;
	margin: 0px 20px 20px 0px;
}

.float_left_600 {
	float: left;
	width: 600px;
	margin: 0px 20px 20px 0px;
}

.float_left_bodycopy {
	float: left;
	width: 450px;
	margin: 0px 40px 20px 0px;
}
.float_left_cntr_content {
	float: left;
	margin: 0px 50px 20px 0px;
	text-align: center;
}

.float_left_column_left {
	float: left;
	width: 320px;
	margin: 0px 10px 20px 50px;
}

.float_left_column_right {
	float: left;
	width: 320px;
	margin: 0px 40px 20px 10px;
}

.float_left_column_left_220 {
	float: left;
	width: 220px;
	margin: 0px 10px 20px 150px;
}

.float_left_column_right_220 {
	float: left;
	width: 220px;
	margin: 0px 150px 20px 10px;
}

.width_175 {
	width: 175px;
	margin: 0px auto 20px auto;
}

.clear {
  clear: both;
  font-size: 1px;
}

.clear_hr {
	clear: both;
	font-size: 1px;
	border-top: 2px solid #999;
	margin: 10px 0px 0px 0px;
}

.clear_hr_red {
	clear: both;
	font-size: 1px;
	border-top: 4px solid #ed2222;
	margin: 10px 0px 0px 0px;
}

.colored_bodies_tn {
	float: left;
	height: 25px;
	width: 25px;
	border: 1px solid #666;
	margin-right: 6px;
	margin-top: 4px;
}

.center_content {
	text-align: center;
}
.center_block {
	margin: 0 auto;
}
.center_video_640_480 {
	display: block;
	margin: 0 auto;
	width: 640px;
	height: 480px;
	border: 1px solid white;
}

.center_video_640_360 {
	display: block;
	margin: 0 auto;
	width: 640px;
	height: 360px;
	border: 1px solid white;
}

.vehicle_tn {
	width: 300px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 4px;
}

/* LAYOUT ------------------ */
#header {
	background-color: #a7a7a7;
	width: 970px;
	margin: 0px;
	height: 128px;
	position: absolute;
	left: 0px;
	top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#main {
	left: 150px;
	top: 70px;
	background-color: #FFF;
	width: 760px;
	padding: 20px;
	margin: 0px;
	z-index: 100;
	position: absolute;
	-moz-box-shadow: 2px  2px  10px  #000000;
	-webkit-box-shadow: 2px  2px  10px  #000000;
	box-shadow: 2px  2px  10px  #000000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#footer {
	color: #666;
	margin: 10px;
	font-size: .5em;
}

#footer a:link {
	color: #666;
	font-weight: bolder;
	text-decoration: underline;
}

#footer a:visited {
	color: #666;
	font-weight: bolder;
	text-decoration: underline;
}

#footer a:hover {
	color: #666;
	font-weight: bolder;
	text-decoration: underline;
}

#footer a:active {
	color: #666;
	font-weight: bolder;
	text-decoration: underline;
}

#bottom_links {
	margin: 10px;
	font-size: .7em;
	text-align: center;
	font-weight: bold;
}

#bottom_links a:link {
	color: #000;
	margin: 0px 10px 0px 10px;
	text-decoration: none;
}

#bottom_links a:visited {
	color: #000;
	margin: 0px 10px 0px 10px;
	text-decoration: none;
}

#bottom_links a:hover {
	color: #ed1c24;
	margin: 0px 10px 0px 10px;
	text-decoration: none;
}

#bottom_links a:active {
	color: #ed1c24;
	margin: 0px 10px 0px 10px;
	text-decoration: none;
}

#sidebar_home {
	background-color: #474747;
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 90px;
	z-index: 10;
	background-image: url(images/d-logo-grunge.jpg);
	background-repeat: repeat-x;
	background-position: 20px;
}

#header #searchForm{
	position: absolute;
	top: 25px;
	left: 760px;
	width: 200px;
	height: 40px;
	padding: 0px;
	margin: 0px;

}


#header #searchValue{
	padding: 2px 3px 2px 3px;
	height: 11px;
	width: 118px;
	position: absolute;
	bottom: 10px;
	left: 25px;
	font-size: 9px;
	border:1px solid #ccc;

}

#header #searchSubmit{
	height: 16px;
	position: absolute;
	bottom: 10px;
	left: 152px;

}


#floatright_290 {
	width: 290px;
	float: right;
	margin: 0px 0px 20px 10px;
}

#floatright {
	float: right;
	margin: 0px 0px 20px 10px;
}

#floatleft {
	float: left;
	margin: 0px 10px 20px 0px;
}

#floatleft_290 {
	width: 290px;
	float: left;
	margin: 0px 10px 20px 0px;
}

#colored_bodies_left_250 {
	width: 250px;
	float: left;
	margin: 0px 10px 20px 0px;
}
