html {
height:100%;
overflow-y:auto;
overflow-x:hidden;
scrollbar-3dlight-color:#aeb1c5;
scrollbar-darkshadow-color:#aeb1c5;
scrollbar-highlight-color:#ffffff;
scrollbar-shadow-color:#ffffff;
scrollbar-face-color:#f6f7fc;
scrollbar-arrow-color:#000f60;
scrollbar-track-color:#ffffff;
}
body {
height:100%;
background-color:#ffffff;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
color:#333333;
font-size:11px;
padding:0;
margin:0;
}
html>body .wrapper {
height:auto;
}
.wrapper {
background-image:url(../../img/volvo-tile-page.gif);
background-repeat:repeat-y;
width:772px;
height:99.9%;
min-height:100%;
margin:auto;
text-align:center;
position:relative;
}
.homewrapper {
width:772px;
height:99.9%;
min-height:100%;
margin:auto;
text-align:center;
position:relative;
}
.homeimg {
	display:block;
}
.homeinfo {
padding:15px;
}
.homeinfo a:link, .homeinfo a:visited {
text-decoration:none;
font-size:10px;
font-weight:bold;
color:#4e4e4e;
}
.homeinfo a:hover, .homeinfo a:active {
color:#4f61c5;
}
.header {
background-image:url(../../img/volvo-header.gif);
padding-right:26px;
}
.header a:link, .header a:visited {
text-decoration:none;
font-size:10px;
font-weight:bold;
color:#ffffff;
}
.header a:hover, .header a:active {
color:#bdc1d6;
}
.breadcrumb {
background-color:#f6f7fc;
font-size:10px;
font-weight:bold;
color:#4f61c5;
padding-right:26px;
}
.breadcrumb a:link, .breadcrumb a:visited {
text-decoration:none;
color:#4f61c5;
}
.breadcrumb a:hover, .breadcrumb a:active {
color:#6f98ff;
}
.arrows {
color:#999999;
}
.shadow {
filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=1, Color='white', Positive='true');
}
.content {
background-color:#f6f7fc;
padding:20px 15px 0px 15px;
}
a:link, a:visited {
text-decoration:none;
color:#4f61c5;
}
a:hover, a:active {
color:#6f98ff;
}
.title {
font-size:11px;
font-weight:bold;
color:#000f60;
}
.title_trucks {
font-size:11px;
font-weight:bold;
color:#000f60;
float:left;
padding-top:10px;
}
.uparrow {
float:right;
padding-top:15px;
}
.uparrow1 {
float:right;
padding-top:10px;
}
.newtrucks {
padding-right:17px;
}
.footer {
bottom:0px;
height:25px;
width:100%;
position:absolute;
left:0px;
}
.dialog {
position:relative;
margin:0px auto;
min-width:8em;
max-width:606px; /* based on image dimensions - not quite consistent with drip styles yet */
color:#fff;
/* z-index:1;  */
margin-left:18px; /* default, width of left corner */
margin-bottom:0.5em; /* spacing under dialog */
}
.dialog .boxcontent, .dialog .t, .dialog .b, .dialog .b div {
background:transparent url(../../img/roundedbox.png) no-repeat top right;
_background-image:url(../../img/roundedbox.gif);
}
.dialog .boxcontent {
position:relative;
zoom:1;
_overflow-y:hidden;
padding:0px 18px 0px 0px;
font-family:Arial, Helvetica, sans-serif;
color:#333333;
font-size:11px;
}
.dialog .t {
/* top+left vertical slice */
position:absolute;
left:0px;
top:0px;
width:18px; /* top slice width */
margin-left:-18px;
height:100%;
_height:960px; /* arbitrary long height, IE 6 */
background-position:top left;
}
.dialog .b {
/* bottom */
position:relative;
width:100%;
}
.dialog .b, .dialog .b div {
height:30px; /* height of bottom cap/shade */
font-size:1px;
}
.dialog .b {
background-position:bottom right;
}
.dialog .b div {
position:relative;
width:18px; /* bottom corner width */
margin-left:-18px;
background-position:bottom left;
}
.dialog .hd, .dialog .bd, .dialog .ft {
position:relative;
}
.dialog .wrapper {
/* extra content protector - preventing vertical overflow (past background) */
position:static;
max-height:700px;
overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}
.dialog h1, .dialog p {
margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
padding:0.5em 0px 0.5em 0px;
}
.dialog h1 {
padding-bottom:0px;
}
/* rounded box short */
.dialog1 {
position:relative;
margin:0px auto;
min-width:8em;
max-width:606px; /* based on image dimensions - not quite consistent with drip styles yet */
color:#fff;
/* z-index:1;  */
margin-left:18px; /* default, width of left corner */
margin-bottom:0.5em; /* spacing under dialog */
}
.dialog1 .boxcontent, .dialog1 .t, .dialog1 .b, .dialog1 .b div {
background:transparent url(../../img/roundedbox_small.png) no-repeat top right;
_background-image:url(../../img/roundedbox_small.gif);
}
.dialog1 .boxcontent {
position:relative;
zoom:1;
_overflow-y:hidden;
padding:0px 18px 0px 0px;
font-family:Arial, Helvetica, sans-serif;
color:#333333;
font-size:11px;
}
.dialog1 .t {
/* top+left vertical slice */
position:absolute;
left:0px;
top:0px;
width:18px; /* top slice width */
margin-left:-18px;
height:100%;
_height:450px; /* arbitrary long height, IE 6 */
background-position:top left;
}
.dialog1 .b {
/* bottom */
position:relative;
width:100%;
}
.dialog1 .b, .dialog1 .b div {
height:30px; /* height of bottom cap/shade */
font-size:1px;
}
.dialog1 .b {
background-position:bottom right;
}
.dialog1 .b div {
position:relative;
width:18px; /* bottom corner width */
margin-left:-18px;
background-position:bottom left;
}
.dialog1 .hd, .dialog1 .bd, .dialog1 .ft {
position:relative;
}
.dialog1 .wrapper {
/* extra content protector - preventing vertical overflow (past background) */
 position:static;
max-height:700px;
overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}
.dialog1 h1, .dialog1 p {
margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
padding:0.5em 0px 0.5em 0px;
}
.dialog1 h1 {
padding-bottom:0px;
}
/* rounded box short */
/*truck navigation */
.trucknav {
position:relative;
width:606px; /* top slice width */
height:46px;
_height:46px; /* arbitrary long height, IE 6 */
background:transparent url(../../img/truck_nav.gif) no-repeat top right;
}
.trucknav p {
margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
padding:1.5em 0px 0px 2.2em;
}
.root {
padding: 3px 0px 2px 0px
}
.root a:link, .root a:visited {
text-decoration:none;
font-size:11px;
font-weight:bold;
color:#000f60;
}
.root a:hover, .root a:active {
color:#000f60;
}
.root div {
padding: 0px 0px 0px 0px;
display:none;
margin-top: 0.12em;
margin-left: 2em;
}
.root div a:link, .root div a:visited {
text-decoration:none;
font-size:11px;
font-weight:normal;
color:#4e4e4e;
}
.root div a:hover, .root div a:active {
color:#4f61c5;
}
.root_open {
padding: 3px 0px 2px 0px
}
.root_open a:link, .root_open a:visited {
text-decoration:none;
font-size:11px;
font-weight:bold;
color:#000f60;
}
.root_open a:hover, .root_open a:active {
color:#000f60;
}
.root_open div {
padding: 0px 0px 0px 0px;
margin-top: 0.12em;
margin-left: 2em;
}
.root_open div a:link, .root_open div a:visited {
text-decoration:none;
font-size:11px;
font-weight:normal;
color:#4e4e4e;
}
.root_open div a:hover, .root_open div a:active {
color:#4f61c5;
}
.menuimg {
vertical-align:middle;
}
.selected {
color:#4f61c5;
}
ul {
list-style: disc url(../../img/volvo-header-bullet.gif);
}
.parts {
background-image: url(../../img/content/parts_box.gif);
background-repeat: no-repeat;
background-position: 50% 50%
}
.part_description {
position:relative;
margin-left: 14px;
margin-right: 12px;
margin-top: 10px;
}
.form {
border: 1px solid #b8bdc7;
padding: 3px;
background-color: #fbfcff;
font-family:Arial, Helvetica, sans-serif;
color:#333333;
font-size:11px;
overflow:auto;
}
select {
font-family:Arial, Helvetica, sans-serif;
color:#333333;
font-size:11px;
padding: 3px;
border: 1px solid #b8bdc7;
background-color: #fbfcff;
width:164px;
	
}
.submit {
background-color: #e9e2d4;
border: 0px;
}
.required {
color: #ff8c00;
font-weight:bold;
}
