﻿html {
font-family:"Lucida Grande",tahoma,Helvetica,Arial,sans-serif;
padding:0;
margin:0;
height:100%;
overflow-y: scroll;
}
body {
padding:0;
height:100%;
margin:0 auto 0 auto;
}
textarea {
font-family:"Lucida Grande",tahoma,Helvetica,Arial,sans-serif;
font-size:13px;
resize:none;
}
#colorbox{ top:100px !important; }
a {
font-size:90%;
text-decoration:none;
color:#017167;
outline:none;
}
a[disabled] {
color:#000; 
text-decoration:none;
}
.disabled {
color:grey !important;
text-decoration:line-through;
}
.disabled:hover {
text-decoration:line-through;
}
a:hover {
text-decoration:underline;
}
a:active{
background:transparent;
outline: none;
}
ul {
padding:0;
margin:0;
}
#titlebar {
font-size:100%;
margin:0;
padding:0px 5px 0px 5px;
background:#017167;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
#pagetitle {
font-size:100%;
margin:0;
padding:5px 5px 5px 10px;
display:inline-block;
border:0;
}
#dealname {
font-weight:bold;
font-size:12px;
border:0;
margin:4px 0px 0 25px;
padding:0;
}
.testsys {
color:Red;
}
h1 {
font-size:100%;
margin:10px 0 0 10px;
padding:10px 10px 10px 10px;
color:#017167;
}
h2 {
font-size:14px;
margin:0 10px 0 0px;
padding:10px 10px 10px 0px;
color:#464646;
display:inline-block;
}
h3 {
font-size:96%;
margin:10px 0 0 0px;
padding:20px 10px 5px 5px;
color:#017167;
font-weight:normal;
}
.tca {
color:#0982b5;
}
p {
font-size:90%;
margin:5px 0 0 10px;
padding:10px 5px 0px 10px;
}
#content {
position:relative;
padding:0;
width:980px;
min-height:500px;
margin:0 auto;
padding-bottom:20px;
}
#img_title {
vertical-align:middle;
margin:0;
float:left;
}
#txtfind {
width:300px;
margin:0 5px 0 15px;
}
#btnfind {
margin:0 5px 0 0;
}

/*Top Panel*/
#top_panel {
margin:0 0 0 0;
height:106px;
position:relative;
overflow:hidden;
}
#top_panel ul {
padding:0 0 5px 0;
margin:5px 0 0 0;
list-style-type:none;
float:right;
}
#top_panel li {
text-align:right;
line-height:12px;
margin:2px 0 0 0;
}
#top_panel a {
color:#fff;
font-size:70%;
margin:0;
}
#top_panel .logout {
background: url(../images/lock_delete.png) no-repeat left 50%;
font-size:70%;
margin:0;
padding:5px 0 5px 22px;
}

/*Main Panel*/
#main_panel {
width:800px;
float:right;
margin:0; 
}
#main_panel p {
padding:10px;
}
#main_panel #breadcrumb {
width:805px;
margin:0 0 0 10px;
border-bottom:2px solid #017167;
padding:10px;
text-align:right;
font-size:80%;
}
#main_panel_full {
clear:both;
width:100%;
margin:5px 0 0 0; 
}
#main_panel_full img {
}
#main_panel_full h2 {
clear:both;
margin:0 0 0 10px;
padding:20px 10px 5px 5px;
border:0;
font-size:14px;
}
#main_panel_full #breadcrumb {
width:100%;
margin:0 0 0 10px;
border-bottom:2px solid #017167;
padding:10px;
text-align:right;
font-size:80%;
}
#main_panel ul {
list-style-type:none;
margin:0 0 10px 0;
}
#main_panel li {
padding:5px 5px 5px 25px;
margin:10px 0 0 25px;
}

/*Breadcrumbs*/
#crumbs {
margin:0;
overflow:hidden;
width:98.3%;
padding:5px 0 5px 10px;
font-size:90%;
border-top:2px solid #64afb0;
border-right:2px solid #64afb0;
border-left:2px solid #64afb0;
border-bottom:1px solid #017167;
background: #f3f3f2;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#f3f3f2');
background: -o-linear-gradient(bottom, #f3f3f2 50%, #f8f8f8 50%);
background: -moz-linear-gradient(bottom, #f3f3f2 50%, #f8f8f8 50%);
background: -webkit-linear-gradient(bottom, #f3f3f2 50%, #f8f8f8 50%);
background: -ms-linear-gradient(bottom, #f3f3f2 50%, #f8f8f8 50%);
background: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.5, #f3f3f2),
	color-stop(0.5, #f8f8f8)
);
-moz-box-shadow: 4px 0.5px 0px 0px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 4px 0.5px 0px 0px rgba(0, 0, 0, 0.2);     
box-shadow: 4px 0.5px 0px 0px rgba(0, 0, 0, 0.2);
-moz-border-radius: 5px 5px 0 0;
-webkit-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
}
#crumbs ul, 
#crumbs li {
list-style-type:none;
padding:0;
margin:0;
}	
#crumbs li {
float:left;
line-height:25px;
color:#0982b5;
padding-left:0;
padding-right:20px;
background:url(../images/arrow_small.png) no-repeat right 50%;
}
#crumbs li:last-child {
background:none;
}    
#crumbs li a, 
#crumbs li span {
font-size:90%;
font-weight:bold;
display:block;
padding:0 4px 0 0;
}							
#crumbs li a:link,
#crumbs li a:visited {
color:#0982b5;
text-decoration:none;
}
#crumbs a:active {
background:transparent;
}
#crumbs a:link, 
#crumbs a:visited,	
#crumbs li a:hover,
#crumbs li a:focus {
text-decoration:underline;
}		
#crumbs .home {
}

/*Balloon*/
.popupballoon {
font-family:verdana, arial, sans-serif;
z-index:1000;
}
.popupballoon ul {
padding:0; 
margin:0;
border:0;
list-style-type: none;
float:right;
}
.popupballoon ul li {
float:left;
border:0;
padding:0; 
margin:0;
}
.popupballoon ul li a, 
.popupballoon ul li a:visited {
font-size:12px;
display:block;
text-decoration:none; 
background:#fff;
padding:0; 
margin:0;
}
.popupballoon ul li a img, 
.popupballoon ul li a:visited img{
border:0;
padding:0; 
margin:0;
}
.popupballoon ul li dl {
visibility:hidden;
}
.popupballoon table {
visibility:hidden;
border:0;
padding:0;
border-collapse:collapse;
font-size:1em;
}
.popupballoon dl {
height:auto;
padding:0; 
}
.popupballoon dt {
margin:0; 
padding:5px; 
font-size:12px; 
font-weight:bold; 
color:#fff;
border:1px solid #017167;
text-align:left;
background:#017167;
-moz-border-radius: 5px 5px 0 0;
-webkit-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
-moz-box-shadow: 2px 3px 2px 2px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 2px 3px 2px 0px rgba(0, 0, 0, 0.2);     
box-shadow: 2px 3px 2px 2px rgba(0, 0, 0, 0.2);
}
.popupballoon .parts {
background:#0774d1;
border:1px solid #0774d1;
}
.popupballoon dd {
margin:0; 
text-align:left;
padding:5px; 
color:#000; 
min-height:43px;
font-size:11px; 
border-left:1px solid #64afb0;
border-right:1px solid #64afb0;
border-bottom:1px solid #64afb0;
background:#64afb0;
-moz-border-radius: 0 0 5px 5px;
-webkit-border-radius: 0 0 5px 5px;
border-radius: 0 0 5px 5px;
-moz-box-shadow: 2px 3px 2px 2px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 2px 3px 2px 0px rgba(0, 0, 0, 0.2);     
box-shadow: 2px 3px 2px 2px rgba(0, 0, 0, 0.2);
}
.popupballoon dd p {
padding:0; 
margin:0px 0; 
line-height:1.5em;
}
.popupballoon .greyed {
font-size:12px;
padding:5px;
color:#777;
text-decoration:none;
background:transparent url(../images/bullet.gif) no-repeat left;
display:inline;
}
.popupballoon ul li,
.popupballoon ul li a {
font-weight:normal;
color:#fff;
position:relative;
cursor: pointer;
cursor:hand;
line-height:15px;
}
.popupballoon ul li .unread {
color:#fff;
position:relative;
cursor: pointer;
cursor:hand;
background:transparent url(../images/email_add.png) no-repeat left;
padding:5px 0 5px 20px;
}
.popupballoon ul li .read {
color:#fff;
position:relative;
cursor: pointer;
cursor:hand;
background:transparent url(../images/email.png) no-repeat left;
padding:5px 0 5px 20px;
}
.popupballoon ul li .HHDunread {
color:#fff;
position:relative;
cursor: pointer;
cursor:hand;
background:transparent url(../images/action_red.png) no-repeat left;
padding:5px 0 5px 20px;
}
.popupballoon ul li .HHDread {
color:#fff;
position:relative;
cursor: pointer;
cursor:hand;
background:transparent url(../images/action_white.png) no-repeat left;
padding:5px 0 5px 20px;
}
.popupballoon ul li .basket {
color:#fff;
position:relative;
cursor: pointer;
cursor:hand;
background:transparent url(../images/basket_add.png) no-repeat left;
padding:5px 0 5px 20px;
}
.popupballoon ul li .unread:hover a, 
.popupballoon ul li .read:hover a, 
.popupballoon ul li .basket:hover a{
text-decoration:underline;
}
.popupballoon ul li dl {
visibility:visible;
color:#2554C7;
margin:0;
padding:0; 
cursor:default;
position:absolute;
top:-74px;
right:-3px;
width:245px;
z-index:1100;
}
.popupballoon ul li dl a {
padding:5px 5px 5px 10px;
color:#fff;
text-decoration:none;
background:transparent url(../images/bullet.gif) no-repeat left;
display:inline;
}
.popupballoon ul li dl a:hover {
text-decoration:underline;
}
.popupballoon ul li dl .dpd,
.popupballoon ul li dl .tnt,
.popupballoon ul li dl .ups {
    vertical-align: bottom;
    padding: 0 0 0 5px;
}
.popupballoon ul li dl .btnclose {
float:right;
padding:5px 5px 10px 10px;
text-decoration:none;
background:transparent url(../images/close.png) no-repeat;
}

/*Notifications*/
#notifications{
border:1px solid #dedede;
margin:10px 0 0 0;
background:#f9f9f9;
padding:20px 0 20px 15px;
font-size:80%;
}
#notifications a {
font-size:14px;
font-weight:bold;
margin:0;
padding:5px 0px 0px 20px;
background:transparent url(../images/email_add.png) no-repeat left;
}
#notifications ul {
list-style-type:none;
}
#notifications li {
padding:10px 5px 10px 25px;
margin:0 0 0 10px;
color:#64afb0;
}
#li_noti a:hover{
border:0;
}
.SetOpacity {
opacity:0.65;
}
#notifications_link {
font-weight:bold;
cursor:pointer;
margin:0px 0px 0 0px;
font-size:12px;
padding:2px 0 2px 0px;
}
#notifications_link_newsales {
font-weight:bold;
cursor:pointer;
margin:0px 0px 0 0px;
font-size:12px;
padding:2px 0 2px 0px;
}
#notifications_link_newsales:hover{
color:#64afb0;
}

#notifications_link_wadmin {
font-weight:bold;
cursor:pointer;
margin:0px 0px 0 0px;
font-size:12px;
padding:2px 0 2px 0px;
}
#notifications_link_wadmin:hover{
color:#64afb0;
}
#notifications_link_parts {
font-weight:bold;
cursor:pointer;
margin:0px 0px 0 0px;
font-size:12px;
padding:2px 0 2px 0px;
}
#notifications_link_parts:hover{
color:#64afb0;
}
#notifications_link_technical {
font-weight:bold;
cursor:pointer;
margin:0px 0px 0 0px;
font-size:12px;
padding:2px 0 2px 0px;
}
#notifications_link_technical:hover{
color:#64afb0;
}
#notifications_link_warranty {
font-weight:bold;
cursor:pointer;
margin:0px 0px 0 0px;
font-size:12px;
padding:2px 0 2px 0px;
}
#notifications_link_warranty:hover{
color:#64afb0;
}

/*Datagrids*/
.grid {
clear:both;
width:100%;
border:0;
border-bottom:1px solid #dedede;
margin:10px 0 0 0;
font-size:70%;
padding:10px 0 0 10px;
}
.grid_home {
clear:both;
width:775px;
border:0;
border-bottom:1px solid #dedede;
margin:10px 0 20px 20px;
font-size:70%;
padding:10px 0 0 10px;
}
.grid a, .grid_home a {
color:#000;
font-size:100%;
}
.grid a:hover, .grid_home a:hover {
text-decoration:none;
}
.grid td, .grid_home td {
font-family:verdana, arial, sans-serif;
border-bottom:1px solid #dedede;
background:transparent;
}

/*Grid row classes*/
.header a {
color:#017167;
font-size:100%;
}
.header a:hover {
text-decoration:underline;
}
.header tr {
padding:0 0 0 15px;
}
.header td {
border-bottom:1px solid #dedede;
padding:5px;
}
.footer td {
padding:10px;
}
.footer a {
color:#017167;
padding:10px 10px 10px 0;
}
.footer span {
padding:10px 10px 10px 0;
}
.order{
border-bottom:1px solid #dedede;
}
.order td{
padding:5px;
}
.order:hover {
background:#FFFFBD !important;
}
.warning {
border-bottom:1px solid #dedede;
background:#d9d9ff;
}
.warning td {
vertical-align:top;
padding:5px;
}
.warning:hover {
background:#FFF298;
}
.finance {
background:#ff9494;
}
.finance td {
padding:5px;
}
.finance:hover {
background:#FFF298;
}
.notselected {
background:transparent;
}
.notselected td {
vertical-align:top;
padding:5px;
}
.notselected:hover {
background:#FFFFBD;
}
.selected {
background:#FFF298;
}
.selected td {
vertical-align:top;
padding:5px;
}
.option {
color:#017167;
padding:5px;
}
.option_last {
padding:5px;
line-height:100%;
}
.option td{
}
.ok {
font-size:80%;
background:url(../images/accept.png) no-repeat left center;
padding:5px 0 5px 20px;
}							
.error {
font-size:80%;
background:url(../images/exclamation.png) no-repeat left center;
padding:5px 0 5px 20px;
}
.warn {
font-size:80%;
background:url(../images/warning.png) no-repeat left center;
padding:5px 0 5px 20px;
}
.warn1 {
background:url(../images/warning.png) no-repeat left center;
padding:5px 0 5px 20px;
}
.info {
font-size:80%;
background:url(../images/information.png) no-repeat left center;
padding:5px 0 5px 20px;
}
.pdftech {
font-size:80%;
background:url(../images/ico_pdf.gif) no-repeat left bottom;
display:block;
width:16px;
height:16px;
margin:0 5px 0 5px;
}
.pdftech1 {
background:url(../images/ico_pdf.gif) no-repeat left bottom;
display:block;
font-weight:bold;
height:16px;
margin:10px 0 0 0;
padding:0 0 0 20px;
}
.word {
font-size:80%;
background:url(../images/page_word.png) no-repeat left bottom;
display:block;
width:16px;
height:16px;
margin:0 4px 0 6px;
}
.lbexcel {
font-size:80%;
padding:10px;
background:url(../images/page_excel.png) no-repeat;
display:block;
margin:0 4px 0 6px;
}
.lbUR {
font-size:12px;
padding:2px 0 2px 20px;
display:block;
margin:4px 10px 0 30px;
float:right;
color:#0982b5;
}
.lbexcelUR {
font-size:12px;
padding:2px 0 2px 20px;
background:url(../images/page_excel.png) no-repeat;
display:block;
margin:4px 10px 0 0;
float:right;
}
.lbpdfUR {
font-size:12px;
padding:2px 0 2px 20px;
background:url(../images/ico_pdf.gif) no-repeat;
display:block;
margin:4px 10px 0 0;
float:right;
}
.excel {
font-size:80%;
background:url(../images/page_excel.png) no-repeat left bottom;
display:block;
margin:0 4px 0 6px;
height:16px;
width:16px;
}
.txt {
font-size:80%;
background:url(../images/page_white.png) no-repeat left bottom;
display:block;
width:16px;
height:16px;
margin:0 4px 0 6px;
}

/* Search box */
#tbllegend{
border-bottom:1px solid #dedede;
width:100%;
margin:0;
}
#tbllegend td {
margin:0;
padding:10px;
font-size:70%;
color:#000;
}
#tbllegend #ddlmessfilter {
float:right;
margin:10px 25px 10px 0;
}
#tbllegend #unread {
float:right;
margin:10px 0 10px 0;
}
#tbllegend #unread a {
padding:0;
background:transparent url(../images/email_add.png) no-repeat left center;
padding:0 0 3px 20px;
margin:5px 10px 0 0;
color:#B02B2C;
}
#tbllegend .allorders {
border:0;
padding:10px 10px 10px 10px;
}
#tbllegend #showall {
float:right;
margin:10px 0 10px 0;
}
#tbllegend #showall a, .lbReset {
padding:0;
background:url(../images/cog.png) no-repeat left center;
padding:1px 0 1px 20px;
margin:5px 10px 0 0;
}
.lbExcel {
padding:0;
background:url(../images/cog.png) no-repeat left center;
padding:1px 0 1px 20px;
margin:5px 10px 0 0;
}
#tbllegend #showdesp {
float:right;
margin:10px 0 10px 0;
}
#tbllegend #showdesp a {
padding:0;
background:url(../images/bullet_toggle_plus.png) no-repeat left center;
padding:0 0 3px 15px;
margin:5px 10px 0 0;
}
#tbllegend #hideall {
float:right;
margin:10px 0 10px 0;
}
#tbllegend #hideall a {
padding:0;
background:url(../images/bullet_toggle_minus.png) no-repeat left center;
padding:0 0 3px 15px;
margin:5px 10px 0 0;
}
#tbllegend #resetlink {
float:right;
margin:10px 0 10px 0;
}
#tbllegend #resetlink a {
padding:0;
background:url(../images/bullet_toggle_minus.png) no-repeat left center;
padding:0 0 3px 15px;
margin:5px 10px 0 0;
}
#tbllegend a {
font-size:12px;
font-weight:bold;
text-decoration:none;
}
#tbllegend a:hover {
text-decoration:underline;
}
#view_orders_all{
font-weight:bold;
}
#tbllegend .bfind {
border:0;
padding:10px 0 10px 0;
}
#txtfind {
width:250px;
margin:0 5px 0 0;
}
#btnfind {
margin:0 5px 0 0;
}
#tbllegend .tfind {
border:0;
padding:10px 0 10px 10px;
}
#tbllegend .model {
border-left:1px solid #017167;
padding:10px 0 10px 10px;
}
#tbllegend .paging {
padding:10px 0 10px 10px;
}

/* AJAX Calendar*/
.ob_calendar .ajax__calendar_container {
background-color:#fff;
border:solid 1px #017167;
font-family:arial,helvetica,clean,sans-serif;
cursor:default;
width:205px;
font-size:12px;
text-align:center;
padding:0px;
position:relative;
top:-0px;
}
.ob_calendar .ajax__calendar_body {
height:136px;
width:205px;
position:relative;
overflow:hidden;
}
.ob_calendar .ajax__calendar_days, 
.ob_calendar .ajax__calendar_months, 
.ob_calendar .ajax__calendar_years {
top:0px; 
left:0px;
height:136px;
width:195px;    
padding:5px;
position:absolute;
text-align:center;
}
.ob_calendar .ajax__calendar_days table{
border-spacing:0;
border-collapse:collapse;
font:100% sans-serif;
text-align:center;    
}
.ob_calendar .ajax__calendar_header {
padding-top:4px;
background:#54b1b1; 
height:21px;
}
.ob_calendar .ajax__calendar_prev {
margin-left:8px;
margin-top:3px;
display:block;
cursor:pointer;
float:left;
background:url(../images/prev.gif) no-repeat;
}
.ob_calendar .ajax__calendar_next {
margin-top:2px;
margin-right:0px;
display:block;
cursor:pointer;
float:right;
background:url(../images/next.gif) no-repeat;
}
.ob_calendar .ajax__calendar_title {
cursor:pointer;
text-align:center;
font-weight:600;
font-size:11pt;
color:#fff;
font-family:Arial;    
}
.ob_calendar .ajax__calendar_footer {
display:none;
} 
.ob_calendar .ajax__calendar_today {
}
.ob_calendar .ajax__calendar_dayname {
padding-left:3px;
padding-right:3px;
margin-bottom:5px;
margin-left:2px;
margin-right:2px;
text-align:center;
font-weight:700;
font-size:10pt;
color:#000;
border-bottom:solid 1px #017167;
}
.ob_calendar .ajax__calendar_day, 
.ob_calendar .ajax__calendar_month, 
.ob_calendar .ajax__calendar_year{
padding:0px;
color:#000;
text-align:center;  
padding:0pt 2px;
}
.ob_calendar .ajax__calendar_hover .ajax__calendar_day, 
.ob_calendar .ajax__calendar_hover .ajax__calendar_month, 
.ob_calendar .ajax__calendar_hover .ajax__calendar_year{
color:#fff;
background:#54b1b1;
}
.ob_calendar .ajax__calendar_other .ajax__calendar_day, 
.ob_calendar .ajax__calendar_other .ajax__calendar_year{
color:blue;
}
.ob_calendar .ajax__calendar_active .ajax__calendar_day{
color:#fff;
background:#54b1b1;
}
#ibtnCalendar {
background:url(../images/calendar.png) no-repeat;
margin:0 0 0 10px;
vertical-align:middle;
width:16px; 
height:16px;
}

/*AJAX custom callout*/
.customCalloutStyle {
position:relative;
}
.customCalloutStyle div, .customCalloutStyle td{
border: solid 1px #666;
background-color:#FFFFBD;
color:#000;
}
.customCalloutStyle .ajax__validatorcallout_popup_table{
display: none;
border: none;
background-color: transparent;
padding: 0px;
}
.customCalloutStyle .ajax__validatorcallout_popup_table_row{
vertical-align: top;
height: 100%;
background-color: transparent;
padding: 0px;
}
.customCalloutStyle .ajax__validatorcallout_callout_cell{
width: 20px;
height: 100%;
text-align: right;
vertical-align: top;
border: none;
background-color: transparent;
padding: 0px;
}
.customCalloutStyle .ajax__validatorcallout_callout_table{
height: 100%;
border: none;
background-color: transparent;
padding: 0px;
}
.customCalloutStyle .ajax__validatorcallout_callout_table_row{
background-color: transparent;
padding: 0px;
}
.customCalloutStyle .ajax__validatorcallout_callout_arrow_cell
{
padding: 8px 0px 0px 0px;
text-align: right;
vertical-align: top;
font-size: 1px;
border: none;
background-color: transparent;
}
.customCalloutStyle .ajax__validatorcallout_callout_arrow_cell .ajax__validatorcallout_innerdiv{
font-size: 1px;
position: relative;
left: 1px;
border-bottom: none;
border-right: none;
border-left: none;
width: 15px;
background-color: transparent;
padding: 0px;
}
.customCalloutStyle .ajax__validatorcallout_callout_arrow_cell .ajax__validatorcallout_innerdiv div{
height: 1px;
overflow: hidden;
border-top: none;
border-bottom: none;
border-right: none;
padding: 0px;
margin-left: auto;
}
.customCalloutStyle .ajax__validatorcallout_error_message_cell
{
font-family: Tahoma;
font-size: 11px;
padding: 5px;
border-right: none;
border-left: none;
width: 100%;
}
.customCalloutStyle .ajax__validatorcallout_icon_cell{
width: 20px;
padding: 5px;
border-right: none;
}
.customCalloutStyle .ajax__validatorcallout_close_button_cell{
vertical-align: top;
padding: 5px 5px 0 0;
text-align: right;
border-left: none;
}
.customCalloutStyle .ajax__validatorcallout_close_button_cell .ajax__validatorcallout_innerdiv{
border: none;
text-align: center;
width: 10px;
padding: 1px;
cursor: pointer;
}

/*Tab Styles*/
.MyTabStyle .ajax__tab_header{
font-family: "Helvetica Neue" , Arial, Sans-Serif;
font-size: 13.5px;
font-weight:bold;
display: block;
padding:0;
border-bottom:5px solid #017167;
}
.MyTabStyle .ajax__tab_header .ajax__tab_outer{
border-color: #222;
color: #222;
padding-left: 10px;
margin: 2px 3px 0px 0;
border:solid 0px #d7d7d7;
background-color:#eee;
padding:3px 3px 3px 10px;
-moz-border-radius: 5px 5px 0px 0px;
-webkit-border-radius: 5px 5px 0px 0px;
border-radius: 5px 5px 0px 0px;
}
.MyTabStyle .ajax__tab_header .ajax__tab_outer a{
color: #777;
}
.MyTabStyle .ajax__tab_header .ajax__tab_inner{
border-color: #666;
color: #666;
padding: 7px 10px 2px 0px;
}
.MyTabStyle .ajax__tab_hover .ajax__tab_outer{
background-color:#017167;
}
.MyTabStyle .ajax__tab_hover .ajax__tab_inner a{
color: #fff;
}
.MyTabStyle .ajax__tab_active .ajax__tab_outer{
border-bottom-color: #ffffff;
background-color: #017167;
}
.MyTabStyle .ajax__tab_active .ajax__tab_inner a{
color: #fff;
border-color: #333;
}
/*
.MyTabStyle .ajax__tab_body{
font-family: verdana,tahoma,helvetica;
font-size: 10pt;
background-color: transparent;
border-top-width: 0;
border: solid 0px #d7d7d7;
border-top-color: #ffffff;
}
*/

/*Wizard*/
.MyWizardStyle .ajax__tab_header{
font-family: "Helvetica Neue" , Arial, Sans-Serif;
font-size: 12px;
font-weight:bold;
display:block;
padding:0 0 0 0;
margin:5px 0 0 0;
text-align:center;
background:url(../images/rect.png) repeat-x;
}
.MyWizardStyle .ajax__tab_header .ajax__tab_outer{
border-color: #222;
color: #fff;
font-weight:bold;
font-size:14px;
text-align:center;
margin:0 25px 0 25px;
}
.MyWizardStyle .ajax__tab_header .ajax__tab_outer a{
color: #fff;
width:64px;
height:40px;
text-align:center;
padding: 25px 0 0 0;
background:url(../images/circle.png) no-repeat;
cursor:default;
}
.MyWizardStyle .ajax__tab_header .ajax__tab_inner{
color: #fff;
padding: 0px 10px 2px 0px;
}
.MyWizardStyle .ajax__tab_hover .ajax__tab_outer{
/*hover*/
}
.MyWizardStyle .ajax__tab_hover .ajax__tab_inner a{
color: #fff;
}
.MyWizardStyle .ajax__tab_active .ajax__tab_outer{
}
.MyWizardStyle .ajax__tab_active .ajax__tab_inner a{
/*Selected*/
color: #fff;
background:url(../images/circle_green.png) no-repeat;
outline:none;
}
.MyWizardStyle .ajax__tab_body{
font-family: verdana,tahoma,helvetica;
font-size: 10pt;
background-color: transparent;
border-top-width: 0;
border-top-color: #ffffff;
}

/*New Layout Dec 2012*/
/*Footer*/
#pgfooter {
height:156px;
background: url(../images/bg_footer.gif) repeat-x bottom;
}    
#pgfooter #credits{
width:980px;
margin:0 auto;
padding:35px 0 0 0;
}    
#pgfooter #credits p{
margin:0;
text-align:right;
padding:5px 0 0 0;
font-size:12px;
color:#696969;
}
#pgfooter #credits p a{
color:#696969;
font-weight:bold;
font-size:14px;
}

/*Header Links*/
#header_links {
height:30px;
}    
#header_links li{
list-style-type:none;
float:left;
margin:5px 0 0 0;
padding:0px 15px 0 15px;
background: url(../images/bg_strap_divide.gif) no-repeat right;
}
#header_links li a {
color:#fff;
font-size:11px;
letter-spacing:0px;
} 
#header_links .last{
background: none;
}

/*icon links*/
#icon_links{
clear:both;
margin:0 auto;
height:215px;
}
#icon_links li{
width:240px;
float:left;
line-height:16px;
list-style-type:none;
text-align:center;
}
#icon_links li a {
display:block;
font-size:14px;
}
#icon_links li h2{
color:#017167;
border:0;
font-size:18px;
font-weight:normal;
}
#icon_links img {
border:0;
}

.centerDiv{
clear:both;    
margin:0 auto;
width:960px;
}

/*brand links*/
#brand_links{
height:150px;
}
#brand_links li{
width:320px;
height:120px;
float:left;
list-style-type:none;
text-align:center;
overflow:hidden;
}
#brand_links li h2{
color:#017167;
border:0;
}
#brand_links img {
border:0;
}
#brand_links li a {
width:320px;
height:120px;
display:block;
}
#brand_links li a.cvnrollover{
background: url(../images/home_bucket_caravan.png);
background-position:center top;
}
#brand_links li a.cvnrollover:hover{
background: url(../images/home_bucket_caravan.png);
background-position:center bottom;
}
#brand_links li a.mhrollover{
background: url(../images/home_bucket_motorhomes.png);
background-position:center top;
}
#brand_links li a.mhrollover:hover{
background: url(../images/home_bucket_motorhomes.png);
background-position:center bottom;
}
#brand_links li a.hhrollover{
background: url(../images/home_bucket_holiday_homes.png);
background-position:center top;
}
#brand_links li a.hhrollover:hover{
background: url(../images/home_bucket_holiday_homes.png);
background-position:center bottom;
}

/*RSS*/
#ul_rss{
padding:10px 0 10px 8px;
margin:0 auto;
margin-bottom:20px;
border:1px solid #e3e3e3;
height:290px;
font-size:12px;
overflow:auto;
width:950px;
}
#ul_rss li{
width:195px;
float:left;
list-style-type:none;
padding-left:10px;
margin:0 13px 0 13px;
line-height:16px;
background: url(../images/green_arrow.gif) no-repeat 0% 8%;
}
#ul_rss .h2{
background:none;
font-size:18px;
}
#ul_rss img{
border:0;
margin:0 0 0 10px;
}
#ul_rss li a{
font-size:12px;
}
#ul_rss li h2 {
border:0;
font-size:16px;
font-weight:normal;
margin:10px 0 10px 10px;
padding:0 0 10px 0;
background:none;
}
#ul_rss li ul li{
margin:0 0 10px 0;    
}
#ul_rss li .rssdate{
color:#696969;
font-size:11px;
display:block;
}

/*icon links 2*/
#icon_links_2{
height:150px;
padding:10px 0 10px 8px;
margin:0 0 20px 0;
border:1px solid #e3e3e3;
}
#icon_links_2 li{
width:300px;
height:150px;
padding:0;
float:left;
line-height:18px;
list-style-type:none;
margin:0 6px 0 6px;
border:1px solid #e3e3e3;
}
#icon_links_2 li a {
display:block;
font-size:12px;
font-weight:bold;
margin:0;
padding:0;
}
#icon_links_2 li h2{
color:#5a5152;
border:0;
padding:20px 0 0 10px;
font-size:18px;
font-weight:normal;
}
#icon_links_2 img {
border:0;
}
#icon_links_2 p {
font-size:12px;
color:#696969;
padding:0 0 0 10px;
margin:5px 0 0 10px;
width:170px;
}
#icon_links_2 .design_lab {
background: url(../images/bucket_design_lab.jpg);
}   
#icon_links_2 .tried_tested {
background: url(../images/bucket_tried_tested.jpg);
}   
#icon_links_2 .dealer_events {
background: url(../images/bucket_dealer_events.jpg);
}   

/*content bottom*/
#contentbottom {
clear:both;
background: url(../images/bg_bottom_grad.png) repeat-x bottom;
padding-bottom:175px;
}
#contentbottom #contentcontainer{
clear:both;
position:relative;
width:980px;
margin:0 auto;
padding:5px 0px 5px 0px;
background:#464646;
height:370px;
}
#contentbottom #contentcontainer h2{
color:#fff;
border:0;
padding:5px 0 5px 5px;
}
#ul_contentbottom{
padding:10px 0 10px 8px;
margin:0 0 20px 0;
}
#ul_contentbottom li{
width:290px;
padding:0 0 10px 0;
float:left;
line-height:18px;
list-style-type:none;
margin:0 6px 0 6px;
font-size:11px;
color:#c5c2cb;
}
#ul_contentbottom li a {
display:inline-block;
font-size:11px;
font-weight:bold;
margin:0;
padding:0;
}
#ul_contentbottom li span {
display:block;
color:#878984;
}
#ul_contentbottom li h2 {
color:#5a5152;
border:0;
padding:0;
margin:0 0 10px 0;
font-size:16px;
font-weight:normal;
display:inline-block;
}
#ul_contentbottom li #head-twitter {
background: url(../images/twitter.gif) no-repeat right;
padding-right:35px;
}
#ul_contentbottom li #head-vimeo {
background: url(../images/vimeo.gif) no-repeat right;
padding-right:35px;
}
#ul_contentbottom li #head-stalk {
background: url(../images/swift-talk.gif) no-repeat right;
padding-right:35px;
}
#ul_contentbottom img {
border:1px double #696969;
padding:5px;
}
#ul_contentbottom #sgrab {
float:right;
margin:0 0 0 15px;
}
#ul_contentbottom #vimth {
height:175px;
width:290px;
}
#ul_contentbottom #vimth #vid {
padding:4px;
border:1px solid #666;
margin:0 auto 10px;
display:block;
border:1px double #696969;
}
#ul_contentbottom #vimth #arrow{
position:relative;
top:-120px;
left:110px;
border:0;
display:block;
}
#ul_contentbottom p {
font-size:11px;
padding:0 0 0 0;
margin:0 0 20px 5px;
}
#ul_contentbottom .vimeo{
padding-left:25px;
background: url(../images/bg_social.gif) repeat-y left;
}
#ul_contentbottom .stalk{
padding-left:25px;
background: url(../images/bg_social.gif) repeat-y left;
}

/*Chat*/
#LiveChat1_chat_win {
}
.LiveChatContainer{
}
.chat_win {
z-index:1000;
visibility:inherit;
position:absolute;
left:23%;
top:-150px;
padding:5px 10px 10px 10px;
margin:0 auto;
background:#fff;
height:120px;
width:505px; 
font-size:12px; 
font-weight:bold; 
color:#FFF;
background:#0982b5;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: 2px 3px 2px 2px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 2px 3px 2px 0px rgba(0, 0, 0, 0.2);     
box-shadow: 2px 3px 2px 2px rgba(0, 0, 0, 0.2);
}
.chat_h2 {
margin:0;
padding:0;
line-height:20px;
font-size:13px;
display:block;
color:#FFF;
}
.chat_h2:hover{
}
.chat_btnclose {
float:right;
padding:10px 5px 10px 10px;
text-decoration:none;
background:transparent url(../images/close.png) no-repeat;
}
.chat_btnclose {
cursor:pointer;
}
.chat_btnMin {
float:right;
padding:10px 5px 10px 10px;
margin-right:10px;
text-decoration:none;
background:transparent url(../images/minimize.png) no-repeat;
}
.chat_btnMin {
cursor:pointer;
}
.MsgSend {
margin:7px 7px 0 0;
width:430px;
}
.user_online{
float:right;
width:55px;
height:65px;
margin:0 5px 0 0;
padding:0px;
font-size:10px;
font-weight:normal;
text-align:center;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
.chat_online{
color:#fff;
font-weight:bold;
text-align:left;
}
.chat_offline{
color:#fff;
font-weight:bold;
text-align:left;
}
.chat_pic{
margin:0;
padding:0;
height:75px;
max-width:55px;
}
.ul_chat{
height:65px;
overflow:auto;
padding:5px;
width:425px;
background:#f9f9f9;
font-weight:normal;
}
.ul_chat_li{
font-size:11px;
margin:0;
padding:5px 0 5px 0;
border:0;
border-bottom:1px solid #dedede;
color:#000;
}
.live_chat{
font-weight:bold;
cursor:pointer;
margin:0 0 0 0px;
font-size:12px;
color:#fff;
padding:2px 0 2px 0px;
}
.live_chat_offline{
font-weight:bold;
cursor: default;
margin:0 0 0 0px;
font-size:12px;
color:#fff;
padding:2px 0 2px 0px;
}
.ChatFrom{
background:transparent url(../images/27.png) no-repeat left;
color:red;
padding:2px 0 2px 20px;
font-size:11px;
}
.ChatWait{
background:transparent url(../images/ajax-loader.gif) no-repeat left;
padding:2px 0 2px 20px;
font-size:11px;
}
.Chatting {
background:url(../images/accept.png) no-repeat left;
padding:2px 0 2px 20px;
font-size:11px;
}
.ChatTo{
background:transparent url(../images/27.png) no-repeat left;
color:blue;
padding:2px 0 2px 20px;
font-size:11px;
}

#titlebar_links{
float:right;
list-style:none;
padding:0 10px 0 0;
}
#titlebar_links li {
float:left;
margin:3px 0 0 0;
}		    
    
    
    
/* SWIFT CONNECT */
#SC_header {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#ffffff');	
	background-image: -o-linear-gradient(bottom, #ffffff 0%, #e5e5e5 100%);
	background-image: -moz-linear-gradient(bottom, #ffffff 0%, #e5e5e5 100%);
	background-image: -webkit-linear-gradient(bottom, #ffffff 0%, #e5e5e5 100%);
	background-image: -ms-linear-gradient(bottom, #ffffff 0%, #e5e5e5 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #ffffff),
		color-stop(1, #e5e5e5)
	);
	background-image: linear-gradient(bottom, #ffffff 0%, #e5e5e5 100%);
	margin:0 0 10px 0;	
	width:100%;
	float:left;
}
#SC_header_inner {
    width:980px;
    margin:0 auto 0 auto;    
    height:140px;
}

#SC_header_links {
	background: #f3f3f2;
	float:right;	
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#f3f3f2');
    background: -o-linear-gradient(bottom, #f3f3f2 50%, #f8f8f8 50%);
	background: -moz-linear-gradient(bottom, #f3f3f2 50%, #f8f8f8 50%);
	background: -webkit-linear-gradient(bottom, #f3f3f2 50%, #f8f8f8 50%);
	background: -ms-linear-gradient(bottom, #f3f3f2 50%, #f8f8f8 50%);
	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.5, #f3f3f2),
		color-stop(0.5, #f8f8f8)
	);
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	margin:0;
	width:150px;	
}   
#SC_header_links li {
	padding: 5px 10px 5px 10px;
	margin:0;
	border-right: 1px dotted #d3d3d2;
}
#SC_header_links .last{
    float:right;
    border:0;
}
#SC_header_links li.selected {
	background: #fff;
	border: 1px solid #d6d6d6;
	border-bottom: 1px solid #fff;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	margin-left: -1px;
}
#SC_header_links li a {
	font-size: 13px;
}
#SC_header_links a:hover {
	color: #000;
	text-decoration: none;
} 
#SC_header_links .right{
	font-size: 13px;
	font-weight:bold;
	padding:7px 10px 0 0;
	float:right;
	border:0;
}

#SC_img_title {
    margin:0 0 0 10px;
}

/*#SC_top_panel_links2*/
#SC_top_panel_links2 {
    width:980px;
    margin:0 auto 0 auto;    
    height:145px;
    clear:both;    
    padding:10px 0 5px 0;      
 }
#SC_top_panel_links2 li:first-child {
	border-top: 0;
	margin-left:0;
}
#SC_top_panel_links2 li {
	color: #fff;
	text-align: center;
	float:left;
	border-bottom: #6697BB;
	display: block;
	font-size: 13px;
	line-height: 1em;
    color: #fff;
    padding: 0;
}

#SC_top_panel_links2 .SC_logo {
    float:left;
	margin:0;	
	width:390px;
	text-align:left;
}
#SC_top_panel_links2 .SC_logo a img {
	border:0;
}
#SC_top_panel_links2 .SC_logo .sw{
    float:right;
    margin-top:10px;
    display:inline-block;
    font-size: 48px;
    color:#aaa;
    text-align:left;
    line-height:48px;
    text-shadow:2px 2px #017167;
}
#SC_top_panel_links2 .SC_logo .sw span{
    font-style:italic;
}

#SC_top_panel_links2 .SC_dlrname {
    overflow:hidden;
    color: #fff;
	text-align: right;
	margin:0 0 0 10px;	
	display:inline-block;
	font-weight: bold;
	width:560px;
	height:65px;
	color:#017167;    
	vertical-align:middle;
	display:table-cell;
}
#SC_top_panel_links2 .SC_dlrname h1 {
	font-size: 16px;
	height:30px;
	line-height:30px;
    display:block;
	padding:0;
	margin:10px 10px 0 0;
}
#logout {
    display:block;
    background: url(../images/lock_delete.png) no-repeat left 50%;
    font-size:80%;
    margin:0 10px 0 0;
    padding:5px 0 5px 22px;
    float: right;
}

#SC_top_panel_links2 .SC_live_chat {
    overflow:hidden;
    color: #fff;
	text-align: center;
    float:right;
	margin:1px 5px 0 10px;	
	display: block;
	font-size: 18px;
	font-weight: bold;
	height: 70px;
	width:90px;
	padding:5px 0 0 0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow: 2px 3px 2px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 2px 3px 2px 0px rgba(0, 0, 0, 0.2);     
	box-shadow: 2px 3px 2px 2px rgba(0, 0, 0, 0.2);		
    background: #64afb0;
	color:#fff;    
}

#SC_top_panel_links2 .li_noti {
	text-align: center;
    float:right;
	margin:1px 5px 0 10px;		
	display: block;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	height: 70px;
	width:240px;
	padding:5px 0 0 0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow: 2px 3px 2px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 2px 3px 2px 0px rgba(0, 0, 0, 0.2);     
	box-shadow: 2px 3px 2px 2px rgba(0, 0, 0, 0.2);		
	background: #64afb0;
	color:#fff;
}
#SC_top_panel_links2 .li_noti h2{
    padding:0 0 2px 0;
}
#SC_top_panel_links2 .SC_dealer_advisor {
    width:185px;
    height: 65px;
    float:right;
	padding:5px;
	margin:1px 20px 0 10px;	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;	
	-moz-box-shadow: 2px 3px 2px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 2px 3px 2px 0px rgba(0, 0, 0, 0.2);     
	box-shadow: 2px 3px 2px 2px rgba(0, 0, 0, 0.2);	
	background: #64afb0;
	color:#fff;
}
#SC_top_panel_links2 .SC_dealer_advisor img {
	color: #fff;
	vertical-align:middle;
	text-align: center;
	float:left;
	margin:0 5px 0 5px;
	display: block;
	font-size: 14px;
	border:1px solid #ddd;
	height: 64px;
}
#SC_top_panel_links2 .SC_dealer_advisor .swift_da{
    border:0;
}
#SC_top_panel_links2 h2 {
	text-align: center;
	display:block;
	margin:0;
	padding:0;
	font-size:12px;
	color:#fff;
	text-decoration:none;
}

/*#SC_top_panel_links*/
#SC_top_panel_links {
    clear:both;
}
#SC_top_panel_links li {
    list-style:none;
    margin-left:2.3px;
    float:left;
    display: block;
    text-align: center;
    width:161px;
    height:35px;
    font-size: 13px;
    color: #fff;
    padding: 0;
    background:#017167;
    background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.5, #017167),
	    color-stop(0.5, #4b8485)
    );  
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    font-weight: bold;   
    z-index:100;
}
#SC_top_panel_links li:first-child {
	border-top: 0;
	margin-left:0;
}
#SC_top_panel_links li a {
	display:block;
	font-size: 13px;
    width:161px;
    height:35px;
	color: #fff;
	font-weight: bold;
	padding:10px 0 0 0;
}
#SC_top_panel_links li a:hover {
	display:block;
    width:161px;
    height:35px;
	color: #fff;
	font-weight: bold;   
	padding:10px 0 0 0;    
}
#SC_top_panel_links li.SC_selected{
    text-decoration:none;
    list-style:none;
    float:left;
    display: block;
    text-align: center;
    width:161px;
    height:25px;
    font-size: 13px;
    color: #fff;
    background:#64afb0;
    background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.5, #64afb0),
	    color-stop(0.5, #64afb0)
    );  
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    font-weight: bold;   
	border-bottom:1px solid #64afb0;
}
#SC_top_panel_links li a:hover,
#SC_top_panel_links li.SC_selected:hover {
    text-decoration:underline;
    list-style:none;
    float:left;
    display: block;
    text-align: center;
    width:161px;
    height:25px;
    font-size: 13px;
    color: #fff;
    background:#2a8687;
    background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.5, #2a8687),
	    color-stop(0.5, #2a8687)
    );  
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    font-weight: bold;   
	border-bottom:1px solid #64afb0;
}
#SC_top_panel_links li.SC_selected,
#SC_top_panel_links li.SC_selected:hover {
    height:35px;
}

/*#SC_top_panel_links*/
#SC_home_panel_links {
    height:190px;
    list-style:none;
    margin: 20px auto;
    text-align: center;
	display:inline-block;    
	text-align:center;
}
#SC_home_panel_links li {
	color: #fff;
	display: inline;
	text-align: center;
	float:left;
	height:235px;
}
#SC_home_panel_links li a{
	font-size:14px;
	color:#888; 
}
#SC_home_panel_links li:first-child {
    border-left:0px solid #ddd;
}
#SC_home_panel_links .links_1 {
	width: 100%;
	border-right:0px solid #ddd;
}
#SC_home_panel_links .links_2 {
	width: 50%;
	border-right:1px solid #ddd;
}
#SC_home_panel_links .links_3 {
	width: 323px;
	border-right:0px solid #ddd;
}
#SC_home_panel_links .links_4 {
	width: 243px;
	border-right:0px solid #ddd;
}
#SC_home_panel_links .links_5 {
	width: 193px;
	border-left:0px solid #ddd;	
}
#SC_home_panel_links .links_1:first-child,
#SC_home_panel_links .links_2:first-child,
#SC_home_panel_links .links_3:first-child,
#SC_home_panel_links .links_4:first-child {
	border-left: 0;
}
#SC_home_panel_links .links_1:last-child,
#SC_home_panel_links .links_2:last-child,
#SC_home_panel_links .links_3:last-child,
#SC_home_panel_links .links_4:last-child {
	border-right: 0;
}
#SC_home_panel_links .links_5:first-child {
	border: 0;
}
#SC_home_panel_links li .center_img {
	height:190px;
	font-size:14px;
	font-style:italic;
	color:#777;    
}

/*Parts*/
#SC_home_panel_links li .center_img_39,
#SC_home_panel_links li .center_imgHH_39 {
	height:190px;
	font-size:14px;
	color:#777;
    background:url(../images/connect/39.png) no-repeat;
    background-position:center top;     
}
#SC_home_panel_links li .center_img_43,
#SC_home_panel_links li .center_imgHH_43 {
	height:190px;
	font-size:14px;
	color:#777;
    background:url(../images/connect/43.png) no-repeat;
    background-position:center top;     
}
#SC_home_panel_links li .center_img_56,
#SC_home_panel_links li .center_imgHH_56 {
	height:190px;
	font-size:14px;
	padding:0 0 0 15px;
	color:#777;
    background:url(../images/connect/56.png) no-repeat;
    background-position:center top;     
}

/*Fault Reporting*/
#SC_home_panel_links li .center_img_51,
#SC_home_panel_links li .center_imgHH_51 {
	height:190px;
	width:170px;	
	font-size:14px;
	padding:0 0 0 10px;
	color:#777;
    background:url(../images/connect/51a.png) no-repeat;
    background-position:center top; 
}
#SC_home_panel_links li .center_img_52,
#SC_home_panel_links li .center_imgHH_52 {
	height:190px;
	width:170px;	
	font-size:14px;
	padding:0 0 0 10px;
	color:#777;
    background:url(../images/connect/52.png) no-repeat;
    background-position:center top; 
}
#SC_home_panel_links li .center_img_53,
#SC_home_panel_links li .center_imgHH_53 {
	height:190px;
	width:170px;
	font-size:14px;
	padding:0 0 0 10px;
	color:#777;
    background:url(../images/connect/53.png) no-repeat;
    background-position:center top; 
}
#SC_home_panel_links li .center_img_54,
#SC_home_panel_links li .center_imgHH_54 {
	height:190px;
	width:170px;		
	font-size:14px;
	padding:0 0 0 10px;
	text-align:center;
    background:url(../images/connect/54.png) no-repeat;
    background-position:center top; 
}
#SC_home_panel_links li .center_img_55,
#SC_home_panel_links li .center_imgHH_55 {
	height:190px;
	width:170px;	
	font-size:14px;
	padding:0 0 0 10px;
	font-weight:normal;
	color:#777;
    background:url(../images/connect/55.png) no-repeat;
    background-position:center top; 
}

/*New Sales*/
#SC_home_panel_links li .center_img_100,
#SC_home_panel_links li .center_imgHH_100 {
	height:190px;
	font-size:14px;
	padding:0 0 0 10px;
	color:#777;
    background:url(../images/connect/51.png) no-repeat;
    background-position:center top; 
}
#SC_home_panel_links li .center_img_71,
#SC_home_panel_links li .center_imgHH_71 {
	height:190px;	
	font-size:14px;
	padding:0 0 0 10px;
	font-weight:normal;
	color:#777;
    background:url(../images/connect/71.png) no-repeat;
    background-position:center top; 
}
#SC_home_panel_links li .center_img_72,
#SC_home_panel_links li .center_imgHH_72 {
	height:190px;
	font-size:14px;
	padding:0 0 0 10px;
	font-weight:normal;
	color:#777;
    background:url(../images/connect/72.png) no-repeat;
    background-position:center top; 
}
#SC_home_panel_links li .center_img_73,
#SC_home_panel_links li .center_imgHH_73,
#SC_home_panel_links li .center_img_118,
#SC_home_panel_links li .center_imgHH_118{
	height:190px;
	font-size:14px;
	padding:0 0 0 10px;
	font-weight:normal;
	color:#777;
    background:url(../images/connect/73.png) no-repeat;
    background-position:center top; 
}
#SC_home_panel_links li .center_img_74,
#SC_home_panel_links li .center_imgHH_74 {
	height:190px;
	font-size:14px;
	padding:0 0 0 10px;
	font-weight:normal;
	color:#777;
    background:url(../images/connect/74.png) no-repeat;
    background-position:center top; 
}

/*Warranty Admin*/
#SC_home_panel_links li .center_img_2 {
	height:190px;
	font-size:14px;
	padding:0 0 0 10px;
	font-weight:normal;
	color:#777;
    background:url(../images/connect/2a.png) no-repeat;
    background-position:center top; 
}
#SC_home_panel_links li .center_img_109 {
	height:190px;
	font-size:14px;
	padding:0 0 0 10px;
	font-weight:normal;
	color:#777;
    background:url(../images/connect/109a.png) no-repeat;
    background-position:center top; 
}
#SC_home_panel_links li .center_img_3 {
	height:190px;
	font-size:14px;
	padding:0 0 0 10px;
	font-weight:normal;
	color:#777;
    background:url(../images/connect/3a.png) no-repeat;
    background-position:center top; 
}
#SC_home_panel_links li .center_img_44 {
	height:190px;
	font-size:14px;
	padding:0 0 0 10px;
	font-weight:normal;
	color:#777;
    background:url(../images/connect/44a.png) no-repeat;
    background-position:center top; 
}

/*Warranty Admin HH*/
#SC_home_panel_links li .center_imgHH_2 {
	height:190px;
	font-size:14px;
	padding:0 0 0 10px;
	font-weight:normal;
	color:#777;
    background:url(../images/connect/2HHa.png) no-repeat;
    background-position:center top; 
}
#SC_home_panel_links li .center_imgHH_109 {
	height:190px;
	font-size:14px;
	padding:0 0 0 10px;
	font-weight:normal;
	color:#777;
    background:url(../images/connect/109HHa.png) no-repeat;
    background-position:center top; 
}
#SC_home_panel_links li .center_imgHH_3 {
	height:190px;
	font-size:14px;
	padding:0 0 0 10px;
	font-weight:normal;
	color:#777;
    background:url(../images/connect/3HHa.png) no-repeat;
    background-position:center top; 
}
#SC_home_panel_links li .center_imgHH_44 {
	height:190px;
	font-size:14px;
	padding:0 0 0 10px;
	font-weight:normal;
	color:#777;
    background:url(../images/connect/44HHa.png) no-repeat;
    background-position:center top; 
}
#SC_home_panel_links li .center_imgHH_94 {
	height:190px;
	font-size:14px;
	padding:0 0 0 10px;
	font-weight:normal;
	color:#777;
    background:url(../images/connect/94HHa.png) no-repeat;
    background-position:center top; 
}

/*Technical*/
#SC_home_panel_links li .center_img_57,
#SC_home_panel_links li .center_imgHH_57 {
	height:190px;	
	font-size:14px;
	padding:0 0 0 10px;
	color:#777;
    background:url(../images/connect/57.png) no-repeat;
    background-position:center top; 
}
#SC_home_panel_links li .center_img_41,
#SC_home_panel_links li .center_imgHH_41 {
	height:190px;
	font-size:14px;
	padding:0 0 0 10px;
	color:#777;
    background:url(../images/connect/41.png) no-repeat;
    background-position:center top; 
}
#SC_home_panel_links li .center_img_47,
#SC_home_panel_links li .center_imgHH_47 {
	height:190px;
	font-size:14px;
	padding:0 0 0 10px;
	color:#777;
    background:url(../images/connect/47a.png) no-repeat;
    background-position:center top; 
}
#SC_home_panel_links li .center_img_90,
#SC_home_panel_links li .center_imgHH_90 {
	height:190px;
	font-size:14px;
	padding:0 0 0 10px;
	color:#777;
    background:url(../images/connect/90.png) no-repeat;
    background-position:center top; 
}

#SC_home_panel_links li a{
    display: block;
    padding-top:15px;
    font-weight:normal;
    font-size:16px;
}
#SC_home_panel_links li img{
    vertical-align:middle;
    border:0;
    padding:0;
}

/* Drop down navigation */
#SC_main_panel_full {
/*overflow:visible !important;*/   /*required for popups overflowing main div*/
}
#SC_nav_container{
width:100%;
border-bottom:5px solid #fff;
z-index:1000;
background:#64afb0;
margin-bottom:10px;
}
.SC_nav_table {
display: table;   /* Allow the centering to work */
margin: 0 auto;
}
#SC_nav { 
text-align:center;
list-style:none;
background:#64afb0;
font-size:14px;
z-index:0;
height:35px;
}      
/* make the LI display inline */
/* it's position relative so that position absolute */
/* can be used in submenu */
#SC_nav li {
float:left; 
display:block; 
background:#64afb0;
position:relative;
z-index:100; 
text-decoration:none;
list-style:none;
font-size: 13px;
color: #fff;
height:35px;
}
#SC_nav li img{
    border:0;
    margin:0 0 2px 5px;
}
#SC_nav .links_1 {
	width: 100%;
	border-right:0px solid #ddd;
}
#SC_nav .links_2 {
	width: 50%;
	border-right:0px solid #ddd;
}
#SC_nav .links_3 {
	width: 324px;
	border-right:0px solid #ddd;
}
#SC_nav .links_4 {
	width: 243px;
	border-right:0px solid #ddd;
}
#SC_nav .links_5 {
	width: 194px;
	border-left:0px solid #ddd;	
}
#SC_nav li:last-child {
	border-right: 0;
}  
#SC_nav .links_1:first-child,
#SC_nav .links_2:first-child,
#SC_nav .links_3:first-child,
#SC_nav .links_4:first-child {
	border-left: 0;
}
#SC_nav .links_1:last-child,
#SC_nav .links_2:last-child,
#SC_nav .links_3:last-child,
#SC_nav .links_4:last-child {
	border-right: 0;
}   
/* this is the parent menu */
#SC_nav li a {
padding:7px 10px 10px 10px; 
display:block;
font-weight:700;  
text-decoration:none; 
color:#fff; 
text-align:center; 
}
#SC_nav li a:hover {
text-decoration:underline;
padding:7px 10px 10px 10px; 
}    
#SC_nav li a:active {
background:#64afb0;
}
/* you can make a different style for default selected value */
#SC_nav a.sublink_selected {
padding:7px 10px 13px 10px; 
background:#fff;
border-top:1px solid #fff !important;
border-left:1px solid #fff !important;
border-right:1px solid #fff !important;
-moz-border-radius: 5px 5px 0 0;
-webkit-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
color:#017167;
border-left:1px solid #64afb0; 
border-right:1px solid #64afb0; 
border-top:1px solid #64afb0; 
}
#SC_nav a.sublink_selected:active {
background:#fff;
}
#SC_nav a.sublink_selected:hover {
padding:7px 10px 13px 10px; 
text-decoration:underline;
}
#SC_nav a.selected {
color:#fff;
}   
/* submenu, it's hidden by default */
#SC_nav ul {
z-index:1100;
padding:5px 0 5px 0;
position:absolute; 
left:0; 
display:none; 
list-style:none;
background:#64afb0; 
-moz-border-radius: 0 0 5px 5px;
-webkit-border-radius: 0 0 5px 5px;
border-radius: 0 0 5px 5px;
}
#SC_nav li ul {
padding-top:5px !important;
}        
#SC_nav ul li {
float:left;
padding:7px 0 5px 0;
color:#fff;
height:25px;
}  
#SC_nav ul li a:hover {
text-decoration:underline;
-moz-border-radius:0;
-webkit-border-radius:0;
border-radius:0;
color:#fff; 
padding:0; 
}  
/* display block will make the link fill the whole area of LI */
#SC_nav ul a {  
padding:0; 
color:#fff; 
}    
#SC_nav ul li a.sublink_selected {
text-decoration:none; 
background:#64afb0;
display:inline;
color:#fff;
border:0 !important;
}
#SC_nav ul li a.sublink_selected:active {
background:#64afb0;
}
#SC_nav ul a:hover {
text-decoration:underline;  
-moz-border-radius:0;
-webkit-border-radius:0;
border-radius:0;
} 
/* fix ie6 small issue */
/* we should always avoid using hack like this */
/* should put it into separate file : ) */
*html #SC_nav ul {
margin:0 0 0 -2px;
}

/*Main Panel*/
#SC_main_panel {
    width:800px;
    float:right;
    margin:0; 
}
#SC_main_panel p {
    padding:10px;
}
#SC_main_panel #breadcrumb {
    width:805px;
    margin:0 0 0 10px;
    border-bottom:2px solid #64afb0;
    padding:10px;
    text-align:right;
    font-size:80%;
}

#SC_img_title_login {
    margin:30px 0 0 30px;
}

#login {
    width:400px;
    float:right;
    font-size:14px;
    margin:25px 0 25px 25px;
}
#login .celllbl {
    width:140px;
    vertical-align:bottom;
}
#login .cellpwd {
    font-size:12px; 
    vertical-align:bottom;       
}
#login #txtUsername {
    width:100px;
}
#login .txtpwd {
    width:70px;
    margin:0 0 0 5px;
}
#login .txtOperator {
    width:100px;
    margin:0 0 0 5px;
}

#SC_main_panel_full_login {
    clear:both;
    width:850px;
    overflow:hidden;
    min-height:200px;
    margin:75px 0 5px 0; 
    border-top:2px solid #64afb0;   /*was 15px*/
    border-bottom:2px solid #64afb0;
    border-left:2px solid #64afb0;
    border-right:2px solid #64afb0;
	background-color: #e5e5e5;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5');	
	background-image: -o-linear-gradient(bottom, #e5e5e5 0%, #ffffff 100%);
	background-image: -moz-linear-gradient(bottom, #e5e5e5 0%, #ffffff 100%);
	background-image: -webkit-linear-gradient(bottom, #e5e5e5 0%, #ffffff 100%);
	background-image: -ms-linear-gradient(bottom, #e5e5e5 0%, #ffffff 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #e5e5e5),
		color-stop(1, #ffffff)
	);
	background-image: linear-gradient(bottom, #e5e5e5 0%, #fdfdfd 100%);
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-moz-box-shadow: 2px 3px 2px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 2px 3px 2px 0px rgba(0, 0, 0, 0.2);     
	box-shadow: 2px 3px 2px 2px rgba(0, 0, 0, 0.2);
}

#SC_main_panel_full, #SC_main_panel_single {
    clear:both;
    width:99.3%;
    overflow:hidden;
    min-height:260px;
    margin:0 0 5px 0; 
    border-top:5px solid #64afb0;   /*was 15px*/
    border-bottom:2px solid #64afb0;
    border-left:2px solid #64afb0;
    border-right:2px solid #64afb0;
	background-color: #e5e5e5;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5');	
	background-image: -o-linear-gradient(bottom, #e5e5e5 0%, #ffffff 100%);
	background-image: -moz-linear-gradient(bottom, #e5e5e5 0%, #ffffff 100%);
	background-image: -webkit-linear-gradient(bottom, #e5e5e5 0%, #ffffff 100%);
	background-image: -ms-linear-gradient(bottom, #e5e5e5 0%, #ffffff 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #e5e5e5),
		color-stop(1, #ffffff)
	);
	background-image: linear-gradient(bottom, #e5e5e5 0%, #fdfdfd 100%);
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	-moz-box-shadow: 2px 3px 2px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 2px 3px 2px 0px rgba(0, 0, 0, 0.2);     
	box-shadow: 2px 3px 2px 2px rgba(0, 0, 0, 0.2);
}
#SC_main_panel_single {
    margin-top:25px;
    border-top:2px solid #64afb0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}    
#SC_main_panel_full img {

}
#SC_main_panel_full h2x {
    clear:both;
    margin:0 0 0 10px;
    padding:20px 10px 5px 5px;
    border:0;
    font-size:14px;
}
#SC_main_panel_full #breadcrumb {
    width:100%;
    margin:0 0 0 10px;
    border-bottom:2px solid #017167;
    padding:10px;
    text-align:right;
    font-size:80%;
}
#SC_main_panel ul {
    list-style-type:none;
    margin:0 0 10px 0;
}
#SC_main_panel li {
    padding:5px 5px 5px 25px;
    margin:10px 0 0 25px;
}


/*Home Lower Panels*/
#SC_main_lower_panel_full {
    margin:15px 0 0 0;
    overflow:hidden;
}
#SC_main_lower_panel_full .SC_home_lower_panel{
    list-style:none;
    float:right;
    display: block;
    width:262px;
    font-size: 14px;
    line-height: 1em;
    color: #fff;
    padding: 0 0 5px 0;
    margin:0 5px 5px 15px;
    background:#017167;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    font-weight: bold;   
	-moz-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);     
	box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);    
}
#SC_main_lower_panel_full #SC_home_lower_panel_1 li {
    float:left;
    list-style:none;
    display: block;
    width:412px;
    font-size: 14px;
    line-height: 1em;
    color: #fff;
    padding: 0 0 10px 0;
    background:#017167;    
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    font-weight: bold;  
    margin:0 20px 0 0;
	-moz-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);     
	box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);     
}


#SC_main_lower_panel_full #SC_home_lower_panel_1 .chassis_status{
    margin:0 0 15px 0;
    min-height:80px;
}
#SC_main_lower_panel_full #SC_home_lower_panel_1 .chassis_status h2,
#SC_main_lower_panel_full #SC_home_lower_panel_1 .dealer_alerts h2{
    border-bottom:1px solid #64afb0;
    margin:0 0 5px 0;    
}

#SC_main_lower_panel_full #SC_home_lower_panel_1 .dealer_alerts {
    margin:0 0 5px 0;
    min-height:140px;    
}
#SC_main_lower_panel_full #SC_home_lower_panel_1 #li_Alerts li {    
    border:0;
}
.cpHeaderAlert{
    color:#fff;
    font-weight:normal;
    font-size: 13px;
    cursor:pointer;
    padding:5px 10px 5px 25px;           
    margin:0 0 0 10px;
    border:0;
    background:transparent url(../images/alert.png) no-repeat left;
}
.cpHeaderAlert:hover{
    text-decoration:underline;
}
.cpBodyAlert{               
    margin:0 10px 10px 5px;
    font-weight:normal;
    border:0;
    background-color: #017067;
    height:0px;
    overflow: hidden;    
} 
.cpBodyAlert p{               
    border:0;
} 
.alert_attach{
    display:block;
    color:#fff;
    font-size:12px;
    font-weight:bold;
    margin:5px 0 0 0;
}

#SC_main_lower_panel_full h2 {
    font-size: 14px;
    display:block;
    color: #fff;
    padding: 10px 0 10px 10px;
    font-weight: bold;   
}
#SC_main_lower_panel_full p {
    font-size: 13px;
    line-height: 1.2em;
    color: #fff;
    padding:0 0 0px 10px;
    background: #017167;
    margin:0;
}
#SC_main_lower_panel_full .quick_links {
	background-color: #f8f8f8;
	border-bottom:1px solid #ccc;
}
.SC_main_lower_panel_full .quick_links {
	background-color: #f8f8f8;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
#SC_main_lower_panel_full .quick_links a{
    display:block;
    margin:0 0 0 10px;
}
#txtChassisStatus {
    margin:10px 0 0 0;
}

#SC_main_lower_panel_full .SC_home_lower_contact{
   
}
.contact_us span{
    width:210px;
    float:right;
    line-height:16px;
}
.contact_us img {
    margin:0 10px 0 0px;    
}

.sc_table{
background:transparent url(../images/table.png) no-repeat left;
padding:15px 15px 15px 45px;
}
.sc_booking{
background:transparent url(../images/group_users.png) no-repeat left;
padding:15px 15px 15px 45px;
}
.sc_update{
background:transparent url(../images/update.png) no-repeat left;
padding:15px 15px 15px 45px;
cursor:pointer;
}
.sc_training{
background:transparent url(../images/academy.png) no-repeat left;
padding:15px 15px 15px 45px;
cursor:pointer;
}
.sc_tracking{
background:transparent url(../images/settings.png) no-repeat left;
padding:15px 15px 15px 45px;
}
.sc_newsales{
background:transparent url(../images/newsales_small.png) no-repeat left;
padding:15px 15px 15px 55px;
}
.sc_basket{
background:transparent url(../images/parts_small.png) no-repeat left;
padding:15px 15px 15px 55px;
}
.sc_search{
background:transparent url(../images/parts_small.png) no-repeat left;
padding:15px 15px 15px 55px;
}
.sc_warning{
background:transparent url(../images/settings.png) no-repeat left;
padding:15px 15px 15px 45px;
}
.sc_settings{
background:transparent url(../images/faults_small.png) no-repeat left;
padding:15px 15px 15px 55px;
}
.sc_tutorial{
background:transparent url(../images/mouse_5.png) no-repeat left;
padding:15px 15px 15px 45px;
}
.sc_book{
background:transparent url(../images/book.png) no-repeat 1%;
padding:15px 15px 15px 45px;
}
.sc_dashboard{
background:transparent url(../images/dashboard.png) no-repeat 1%;
padding:15px 15px 15px 45px;
}
.sc_calculator{
background:transparent url(../images/calculator.png) no-repeat 2%;
padding:15px 15px 15px 45px;
}
.sc_livechat{
background:transparent url(../images/livechatgs.png) no-repeat 1%;
padding:15px 15px 15px 45px;
}
.sc_ok{
background:transparent url(../images/faults_tick.png) no-repeat 1%;
padding:15px 15px 15px 45px;
margin-left:10px;
font-weight:bold;
}
.sc_error{
background:transparent url(../images/faults_error.png) no-repeat 1%;
padding:15px 15px 15px 45px;
margin-left:10px;
font-weight:bold;
}
.sc_uprec{
background:transparent url(../images/faults_warning.png) no-repeat 1%;
padding:15px 0 15px 45px;
margin-left:10px;
font-weight:bold;
display:block;
color:#CC0000;
}
.sc_uprec1{
background:transparent url(../images/warning.png) no-repeat top left;
padding:0 0 15px 20px;
margin-left:10px;
font-weight:bold;
display:inline-block;
color:#CC0000;
}
.sc_init{
padding:15px 15px 15px 0px;
margin-left:10px;
font-weight:bold;
}
.sc_warning{
background:transparent url(../images/faults_warning.png) no-repeat 1%;
padding:15px 15px 15px 45px;
}
.sc_superlink{
background:transparent url(../images/superlinkover.png) no-repeat 1%;
padding:15px 15px 15px 45px;
cursor:pointer;
}
.sc_swifttv{
background:transparent url(../images/swift-tv.png) no-repeat 1%;
padding:15px 15px 15px 45px;
font-weight:bold;
}
.sc_chat{
background:transparent url(../images/sc_chat.png) no-repeat 1%;
padding:15px 15px 15px 45px;
font-weight:bold;
}
#SC_footer_links, .SC_footer_links {
	clear:both;
	background: #f3f3f2;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#f3f3f2');
	background: -o-linear-gradient(bottom, #f3f3f2 50%, #f8f8f8 50%);
	background: -moz-linear-gradient(bottom, #f3f3f2 50%, #f8f8f8 50%);
	background: -webkit-linear-gradient(bottom, #f3f3f2 50%, #f8f8f8 50%);
	background: -ms-linear-gradient(bottom, #f3f3f2 50%, #f8f8f8 50%);
	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.5, #f3f3f2),
		color-stop(0.5, #f8f8f8)
	);
	border: 1px solid #d6d6d6;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	margin: 10px 0 0 0;	
	width:975px;
	float:left;
	-moz-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);     
	box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);     
}   
#SC_footer_links li, .SC_footer_links li {
	display: inline-block;
	float:left;
	padding: 5px 10px 5px 10px;
	margin:0;
	border-right: 1px dotted #017167;
	margin-top: 0px;
	margin-bottom: 0px;
}
#SC_footer_links li.selected, .SC_footer_links li.selected {
	background: #fff;
	border: 1px solid #d6d6d6;
	border-bottom: 1px solid #fff;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	margin-left: -1px;
}
#SC_footer_links li a, .SC_footer_links li a {
	font-size: 13px;
}
#SC_footer_links a:hover, .SC_footer_links a:hover {
	text-decoration:underline;
	cursor:pointer;
} 
#SC_footer_links .right, .SC_footer_links .right{
	font-size: 13px;
	font-weight:bold;
	padding:7px 10px 0 0;
	float:right;
	border:0;
}









/* SWIFT DIRECT */
#SD_header {
    height:150px;
}
#SD_header_links {
	background: #f3f3f2;
	background: -o-linear-gradient(bottom, #f3f3f2 50%, #f8f8f8 50%);
	background: -moz-linear-gradient(bottom, #f3f3f2 50%, #f8f8f8 50%);
	background: -webkit-linear-gradient(bottom, #f3f3f2 50%, #f8f8f8 50%);
	background: -ms-linear-gradient(bottom, #f3f3f2 50%, #f8f8f8 50%);
	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.5, #f3f3f2),
		color-stop(0.5, #f8f8f8)
	);
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	margin-bottom:10px;
	width:100%;
	float:left;
}   
#SD_header_links li {
	display: inline-block;
	float:left;
	padding: 5px 10px 5px 10px;
	margin:0;
	border-right: 1px dotted #d3d3d2;
	margin-top: 0px;
	margin-bottom: 0px;
}
#SD_header_links li.selected {
	background: #fff;
	border: 1px solid #d6d6d6;
	border-bottom: 1px solid #fff;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	margin-left: -1px;
}
#SD_header_links li a {
	font-size: 13px;
}
#SD_header_links a:hover {
	color: #000;
	text-decoration: none;
} 
#SD_header_links .right{
	font-size: 13px;
	font-weight:bold;
	padding:7px 10px 0 0;
	float:right;
	border:0;
}

/*#SD_top_panel_links2*/
#SD_img_title {
    width:390px;
	margin:10px 0 0 0;
}
#SD_top_panel_links2 li:first-child {
	border-top: 0;
	margin-left:0;
}
#SD_top_panel_links2 {
	color: #000;
	list-style:none;
	margin:10px 0 0 0;
	text-align: center;
    float:right;
	margin-left:2.3px;
	border-bottom: #6697BB;
	display: block;
	font-size: 13px;
	line-height: 1em;
	padding: 9px 0;
    width:550px;
    height: 67px;
	padding:10px 0 0 0;
    border-top:2px solid #64afb0;
    border-bottom:2px solid #64afb0;
    border-left:2px solid #64afb0;
    border-right:2px solid #64afb0;
	background-color: #e5e5e5;
	background-image: -o-linear-gradient(bottom, #e5e5e5 0%, #fdfdfd 100%);
	background-image: -moz-linear-gradient(bottom, #e5e5e5 0%, #fdfdfd 100%);
	background-image: -webkit-linear-gradient(bottom, #e5e5e5 0%, #fdfdfd 100%);
	background-image: -ms-linear-gradient(bottom, #e5e5e5 0%, #fdfdfd 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #e5e5e5),
		color-stop(1, #fdfdfd)
	);
	background-image: linear-gradient(bottom, #e5e5e5 0%, #fdfdfd 100%);
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-moz-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);     
	box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
}
#SD_top_panel_links2 li{
    margin:0 0 10px 0;
    padding:5px 0 0 0;
    border-top:1px solid #fff;
}
#SD_top_panel_links2 h2 {
	text-align: center;
	display:inline-block;
	margin:0 0 0 10px;
	padding:0;
    font-weight:normal;
}
#txtUsername, #txtPassword {
    width:120px;
    margin:0 10px 0 5px;
}
#btnLogin {
    margin:0 0 0 5px;    
}

/*#SD_top_panel_links*/
#SD_home_panel_links {
    height:335px;
}
#SD_home_panel_links li {
	color: #fff;
	text-align: center;
	float:left;
	margin-left:2.3px;
	border-left:1px solid #ddd;
}
.center_img h2 {
    padding:0;
    margin:0;
    color:#888;
    font-style:normal;
}
#SD_home_panel_links li:first-child {
	border: 0;
}
#SD_home_panel_links li a{
    display: block;
    font-weight:bold;
    font-size:16px;
}
#SC_home_panel_links li img{
}

/*Main Panel*/
#SD_main_panel_full {
    width:650px;
    height:320px;
    border-top:2px solid #64afb0;
    border-bottom:2px solid #64afb0;
    border-left:2px solid #64afb0;
    border-right:2px solid #64afb0;
	background-color: #e5e5e5;
	background-image: -o-linear-gradient(bottom, #e5e5e5 0%, #fdfdfd 100%);
	background-image: -moz-linear-gradient(bottom, #e5e5e5 0%, #fdfdfd 100%);
	background-image: -webkit-linear-gradient(bottom, #e5e5e5 0%, #fdfdfd 100%);
	background-image: -ms-linear-gradient(bottom, #e5e5e5 0%, #fdfdfd 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #e5e5e5),
		color-stop(1, #fdfdfd)
	);
	background-image: linear-gradient(bottom, #e5e5e5 0%, #fdfdfd 100%);
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-moz-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);     
	box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
}
#SD_quick_links {
    float:right;
    width:300px;
    font-size: 16px;
    line-height: 1em;
    color: #fff;
    padding:0 0 10px 0;
    background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.5, #017167),
	    color-stop(0.5, #4b8485)
    );  
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    font-weight: bold;
	-moz-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);     
	box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);    
}
#SD_quick_links li {
    list-style:none;
    display: block;
    width:298px;
    font-size: 16px;
    line-height: 1em;
    color: #fff;
    padding:0;    
}
#SD_quick_links .quick_links {
	background-color: #f8f8f8;
	border-left:1px solid #64afb0;
	border-right:1px solid #64afb0;
	border-bottom:1px solid #64afb0;
}
#SD_quick_links .quick_links a{
    display:block;
}
#SD_quick_links h2 {
    display: block;
    width:300px;
    font-size: 14px;
    line-height: 1em;
    color: #fff;
    padding: 10px 0 10px 10px;
    font-weight: bold;
    margin-top:0px;    
}

.sd_basket{
    background:transparent url(../images/shopping_cart_webshop.png) no-repeat 10px 50%;
    padding:15px 15px 15px 55px;
}
.sd_settings{
    background:transparent url(../images/settings.png) no-repeat 10px 50%;
    padding:15px 15px 15px 55px;
}
.sd_warning{
    background:transparent url(../images/settings.png) no-repeat 10px 50%;
    padding:15px 15px 15px 55px;
}
.sd_join{
    background:transparent url(../images/right.png) no-repeat 10px 50%;
    padding:15px 15px 15px 55px;
}
.sd_book{
    background:transparent url(../images/clipboard.png) no-repeat 10px 50%;
    padding:15px 15px 15px 55px;
}
.sd_chat{
    background:transparent url(../images/talk_chat.png) no-repeat 10px 50%;
    padding:15px 15px 15px 55px;
}
.sd_swift{
    background:transparent url(../images/swiftico.png) no-repeat 10px 50%;
    padding:15px 15px 15px 55px;
}
#SD_footer_links {
	background: #f3f3f2;
	background: -o-linear-gradient(bottom, #f3f3f2 50%, #f8f8f8 50%);
	background: -moz-linear-gradient(bottom, #f3f3f2 50%, #f8f8f8 50%);
	background: -webkit-linear-gradient(bottom, #f3f3f2 50%, #f8f8f8 50%);
	background: -ms-linear-gradient(bottom, #f3f3f2 50%, #f8f8f8 50%);
	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.5, #f3f3f2),
		color-stop(0.5, #f8f8f8)
	);
	border-top: 1px solid #d6d6d6;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	margin:35px 0 25px 0;
	width:100%;
	float:left;
}   
#SD_footer_links li {
	display: inline-block;
	float:left;
	padding: 5px 10px 5px 10px;
	margin:0;
	border-right: 1px dotted #d3d3d2;
	margin-top: 0px;
	margin-bottom: 0px;
}
#SD_footer_links li.selected {
	background: #fff;
	border: 1px solid #d6d6d6;
	border-bottom: 1px solid #fff;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	margin-left: -1px;
}
#SD_footer_links li a {
	font-size: 13px;
}
#SD_footer_links a:hover {
	color: #000;
	text-decoration: none;
} 
#SD_footer_links .right{
	font-size: 13px;
	font-weight:bold;
	padding:7px 10px 0 0;
	float:right;
	border:0;
}

.sdpic{
    width:650px;
    height:320px;
}
.chkRemMe{
    font-weight:normal;
}

.advisoremail{
cursor: pointer;
color:#fff;
display:inline-block;
background:transparent url(../images/email.png) no-repeat left;
margin:5px 0 0 0;
padding:5px 0 5px 20px;   
}




/* Menu CSS */ 
#cssmenu {
    width:940px;
    height:36px;
    clear:both;
    padding:0 5px 0 5px;
    margin:0px 10px 15px 10px;
	text-align:center;
	background:#64afb0;
    -moz-border-radius:  0px 0px 5px 5px;
    -webkit-border-radius:  0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
    font-weight: bold;
    border-top:3px solid #fff;   
    -moz-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2);     
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);    
}
#cssmenu ul {
	display:inline-block;
}
#cssmenu ul li {
	float: left;
	margin:0;
	padding:0;
	background:#64afb0;
	list-style: none;
	display: block;
	padding: 10px 10px 10px 35px;
	margin:0;
	text-decoration: none;
	font-size: 13px;
	font-weight:bold;
	color: #fff;	
	text-transform:uppercase;	
}
#cssmenu ul li:last-child {
    border:0;
}
#cssmenu ul li:first-child {
	margin: 0;
}
#cssmenu ul li.active {
	display: block;
	padding: 10px 10px 10px 35px;
	color: #fff;
    background:#017167 url(../images/next1.png) no-repeat left;		
    border-bottom:0px solid #ddd;
}
#cssmenu ul li.actnext {
	display: block;
	padding: 10px 10px 10px 35px;
	color: #fff;	
    background:#64afb0 url(../images/next2.png) no-repeat left;	
}

#cssmenu ul li a{
	display: block;
	padding: 10px 20px 10px 40px;
	margin:0;
	text-decoration: none;
	font-size: 14px;
	font-weight:bold;
	color: #fff;
}
#cssmenu ul li a:hover{
	display: block;
	padding: 10px 25px 10px 45px;
	text-decoration:underline;
}
#cssmenu #liwiz_hide1, 
#cssmenu #liwiz_hide2 {
    padding: 10px 10px 10px 10px;   
}


/*Home Lower Panels*/
.SC_main_lower_panel_full {
    margin:15px 0 0 0;
    overflow:hidden;
}
.SC_main_lower_panel_full .SC_home_lower_panel{
    list-style:none;
    float:right;
    display: block;
    width:262px;
    font-size: 14px;
    line-height: 1em;
    color: #fff;
    padding: 0 0 5px 0;
    margin:0 5px 5px 15px;
    background:#017167;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    font-weight: bold;   
	-moz-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);     
	box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);    
}
.SC_main_lower_panel_full .SC_home_lower_panel_1 li {
    float:left;
    list-style:none;
    display: block;
    width:412px;
    font-size: 14px;
    line-height: 1em;
    color: #fff;
    padding: 0 0 10px 0;
    background:#017167;    
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    font-weight: bold;  
    margin:0 20px 0 0;
	-moz-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);     
	box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);     
}


.SC_main_lower_panel_full .SC_home_lower_panel_1 .chassis_status{
    margin:0 0 15px 0;
    min-height:80px;
}
.SC_main_lower_panel_full .SC_home_lower_panel_1 .chassis_status h2,
.SC_main_lower_panel_full .SC_home_lower_panel_1 .dealer_alerts h2{
    border-bottom:1px solid #64afb0;
    margin:0 0 5px 0;    
}

.SC_main_lower_panel_full .SC_home_lower_panel_1 .dealer_alerts {
    margin:0 0 5px 0;
    min-height:140px;    
}
.SC_main_lower_panel_full .SC_home_lower_panel_1 .li_Alerts li {    
    border:0;
}
.cpHeader{
    color:#fff;
    font-weight:normal;
    font-size: 13px;
    cursor:pointer;
    padding:5px 10px 5px 25px;           
    margin:0 0 0 10px;
    border:0;
    background:transparent url(../images/alert.png) no-repeat left;
}
.cpHeader:hover{
    text-decoration:underline;
}
.cpBody{               
    margin:0 10px 10px 5px;
    font-weight:normal;
    border:0;
    background-color: #f8f8f8;
    height:0px;
    overflow: hidden;    
} 
.cpBody p{               
    border:0;
} 

.SC_main_lower_panel_full h2 {
    font-size: 14px;
    display:block;
    color: #fff;
    padding: 10px 0 10px 10px;
    font-weight: bold;   
}
.SC_main_lower_panel_full p {
    font-size: 13px;
    line-height: 1.2em;
    color: #fff;
    display:inline-block;
    padding:0 0 0px 10px;
    background: #017167;
    margin:0;
}
.SC_main_lower_panel_full .quick_links {
	background-color: #f8f8f8;
}
.SC_main_lower_panel_full .quick_links a{
    display:block;
    margin:0 0 0 10px;
}
.txtChassisStatus {
    margin:10px 0 0 0;
}

.lbChassisStatus{
    margin:0 10px 0 10px;
    font-weight:bold;
    color:#0982b5;
    background:url(../images/information.png) no-repeat left center;
    padding:5px 0 5px 20px;
}
.lbChassisStatus:active{
    background:transparent;
}

.SubmitDiv{
text-align:right;
clear:both;
padding:10px 10px 10px 0;
margin:0 auto;
margin-top:10px;
margin-bottom:10px;
margin-left:10px;
list-style:none;
width:940px;
font-size: 14px;
line-height: 1em;
color: #fff;
background:#017167;
background: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.5, #017167),
	color-stop(0.5, #4b8485)
);  
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
font-weight: bold;   
-moz-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);     
box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);  
}
.btnSubmit {
margin:0 0 0 5px;
}

/* ****************** RatingStar ****************** */
.ratingStar
{
	white-space:nowrap;
	margin:10px 0 0 15px;
	height:14px;
	border:1px solid #ddd;
	display:inline-block;
	padding:5px;
	background:#fff;
}
.ratingStar .ratingItem {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    display: block;
    background-repeat: no-repeat;
	cursor:pointer;
}
.ratingStar .Filled {
    background-image: url(../images/rating/ratingStarFilled.png);
}
.ratingStar .Empty {
    background-image: url(../images/rating/ratingStarEmpty.png);
}
.ratingStar .Saved {
    background-image: url(../images/rating/ratingStarSaved.png);
}

/* ****************** Gauge ****************** */
.ratingGauge
{
	white-space:nowrap;
    font-size: 0pt;
	width:122px;
	height:12px;
	padding:1px 0 1px 1px;
	margin:1em;
	background-color:transparent;
	background-position:top left;
	background-repeat:no-repeat;
	background-image:url(../images/rating/ratingGauge.png);
}
.ratingGauge .ratingItem {
    font-size:0pt;
    width:20px;
    height:8px;
    margin:0;
    padding:0;
    display:block;
    background-repeat: repeat-x;
	cursor:e-resize;
}
.ratingGauge .Filled {
    background-color:transparent;
}
.ratingGauge .Empty {
    background-color:#ff0;
}
.ratingGauge .Saved {
    background-color:#f00;
}

/* ****************** Thermometer ****************** */
.ratingThermometer 
{
	white-space:nowrap;
	width:220px;
	height:0px;
	padding:26px 20px 20px 16px;
	margin:1em;
	background-color:transparent;
	background-position:top left;
	background-repeat:no-repeat;
	background-image:url(../images/rating/ratingThermometer2.png);
}
.ratingThermometer .ratingItem {
    font-size: 0pt;
    width: 10px;
    height: 8px;
    margin: 0;
    padding: 0;
    display: block;
    background-repeat: repeat-x;
	cursor:e-resize;
}
.ratingThermometer .Filled {
    background-image: url(../images/rating/ratingFilled.png);
}
.ratingThermometer .Empty {
    background-image: url(../images/rating/ratingEmpty.png);
}
.ratingThermometer .Saved {
    background-image: url(../images/rating/ratingSaved.png);
}
.popup {
    cursor:pointer;
}
   
.h3appeal {
    padding-left:15px;
    padding-bottom:10px !important;
}
.pappeal {
    background:none !important;
    color:#000 !important;
    padding-left:25px !important;
    padding-bottom:25px !important;
}
.btnSubmitAppeal {
    float:right;
    margin-right:20px;
}    


.LoginControl {
    margin-left:50px;
}
.LoginControl td {
    padding:5px 0 10px 0;
}
.LoginControl input {
    margin:0 0 0 10px;
}
#Login1_UserName, #Login1_Operator {
    width:100px;
}
#Login1_Password {
    width:70px;
}
.celllogin{
    text-align:right;
    padding:0px 5px 5px 5px;
    vertical-align:middle !important;
}

.qtip-content {
    font-size:14px;
}

.modalBackground
{
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
}
.modalPopup
{
    color:#333;
    background-color: #FFFFFF;
    width: 300px;
    border: 3px solid #fff;
    padding: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 2px 3px 2px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 2px 3px 2px 0px rgba(0, 0, 0, 0.2);     
    box-shadow: 2px 3px 2px 2px rgba(0, 0, 0, 0.2);
}
.modalPopup .mheader
{
    background-color: #017167 !important;
    height: 30px !important;
    color: White !important;
    line-height: 30px !important;
    text-align: center !important;
    font-weight: bold !important;
}
.modalPopup .merror
{
    background:url(../images/exclamation.png) no-repeat left center !important;
    color: White !important;
    padding:5px 5px 5px 20px !important;
    font-size:12px !important;
    margin:0 !important;
}
.modalPopup .mbody
{
    min-height: 50px;
    text-align: center;
    font-weight: bold;
}
.modalPopup .mbody p {
    font-size:12px !important;
    color:#333 !important;
    background:#fff !important;
    margin:10px 0 10px 0 !important;
    padding:10px !important;
}
.modalPopup .mfooter
{
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}

#cboxOverlay  {
    opacity: 0.5 !important; 
}
.fancybox-overlay {
    z-index: 1000000 !important;
}

.lg-close, .lg-fullscreen {
    display:none;
}    
.lg-link {
    font-size:20px !important;
    color:#fff;
}  

#OOdealer_fit {
    float:right;
}  
.DealerFitGroup {
    font-size:12px !important;
    color:#555;
    margin:0 0 0 0;
}  
#dealer_fit {
    padding:5px 10px 0 20px !important;
    border-left:1px solid #ddd;
    border-bottom:1px solid #ddd;
    width:100%;   
    background:#ddd;
}
#dealer_fit a {
    padding:2px 0 2px 0 !important;
} 
.dealer_fit {
    font-size: 13px !important; 
    display: inline-block;
    color:#555 !important; 
    margin-bottom:5px !important; 
}
.DealerFitLabel {
    color:#555 !important; 
    font-size: 12px !important; 
}    
#dealer_fit a {
    color:#0982b5 !important;
    display:inline;
    margin-right:75px;
}  
.DealerFitGroupSpan {
    font-size: 12px !important;    
    padding:0 10px 5px 0 !important;
}    
.DealerFitGroupLink {
    font-size: 14px !important;    
    padding:5px 0 0 0 !important;
}   
.lbResetDealerFit {
    margin-left:40px;
}                   
.nicebutton {
    background-color: #1e7775;
    border: none;
    color: white;
    padding:5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    font-weight:bold;
}
.nicebutton:hover {
    cursor:pointer;
    background-color: #328381;
}
.niceright {
    float:right;
}    