﻿#pagetable 
{
    margin: 0 auto;
}
.mhc_sidebar_left {
	width:14px;
}

.mhc_sidebar_right {
	width:14px;
}

.mhc_site_section {
	width: 958px;
}

.mhc_left_section {
	background-color: #000000;
	border-left-style:solid;
	border-left-color:#ffffff;
	border-left-width:2px;
	border-right-style:solid;
	border-right-color:#ffffff;
	border-right-width:1px;
	vertical-align:top;
}

.mhc_content_section {
	background-color: #F3F3F1;
	width: 758px;
	vertical-align: top;
	border-left-style: solid;
	border-left-color: #ffffff;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-color: #ffffff;
	border-right-width: 2px;
}


.TopLevel_X {
	 background-image: url('/App_/ROOT/PageFrame/Standard/Nav/NavBG_DropDown.gif');
	 background-repeat:repeat-y;
	 width:195px;
	 height:19px;
	 text-align:right;
	 
}

.TopLevel_O {
	 background-image: url('/App_/ROOT/PageFrame/Standard/Nav/NavBG_O.gif');
	 background-repeat:repeat-y;
	 width:195px;
	 height:19px;
	 text-align:right;
}

.TopLevel_C {
	 background-image: url('/App_/ROOT/PageFrame/Standard/Nav/NavBG_DropDown.gif');
	 background-repeat:repeat-y;
	 width:195px;
	 height:19px;
	 text-align:right;
}

.SecondLevel_X {
	 background-image: url('/App_/ROOT/PageFrame/Standard/Nav/NavBG_X.gif');
	 width:201px;
	 height:19px;
	 text-align:right;
}

.SecondLevel_O {
	 background-image: url('/App_/ROOT/PageFrame/Standard/Nav/NavBG_O.gif');
	 width:201px;
	 height:19px;
	 text-align:right;
}

.SecondLevel_C {
	 background-image: url('/App_/ROOT/PageFrame/Standard/Nav/NavBG_DropDown.gif');
	 width:201px;
	 height:19px;
	 text-align:right;
}

a.LeftMenuItem a.LeftMenuItem:active, a.LeftMenuItem:visited {
	 color:#ffffff !important;
	 text-decoration:none !important;
	 font-weight:bold !important;
}

.LeftMenuItem {
	 color:#ffffff !important;
	 text-decoration:none !important;
	 font-weight:bold !important;
	 font-size:13px;
}

a.LeftMenuSubItem a.LeftMenuSubItem:active, a.LeftMenuSubItem:visited {
	 color:#ffffff !important;
	 text-decoration:none !important;
	 font-weight:normal !important;
}

.LeftMenuSubItem {
	 color:#ffffff !important;
	 text-decoration:none !important;
	 font-weight:normal !important;
	 font-size:11px;
}
Ul.actionMenu {
    margin:10px 0 10px 0;
    padding:0;   
    color:#e71836;
    font-weight:bold;
}
Ul.actionMenu li { padding:3px 0 3px 0; list-style-type:none; } 
Ul.actionMenu li img { margin:0 7px 0 12px }
Ul.actionMenu li a { margin-left:2px; font-weight:bold; text-decoration :none; }
Ul.actionMenu li a:hover { text-decoration:underline; color:#e71836;  } 
Ul.actionMenu li.shareThis { padding-left:10px; }
Ul.actionMenu li span.stbuttontext { padding-left:2px; }

/**** Truck Listing ***********************************************/
#TruckListing {margin: 0 15px;}
#TruckListing input.text { font-size: 13px; border: 1px solid #999;padding: 2px; }
#TruckListing select { font-size: 13px; }
#TruckListing input.button 
{
    background: #ea2245 url(Buttons/ButtonBg.gif) bottom repeat-x;
    border: 0;
    color: #fff;
    font-size: 13px;
    padding: 2px 5px;
    font-weight: bold;
}
#TruckListing table.PagerTable { border-collapse: collapse; width: 100%; border-top: 1px solid #ddd; }
#TruckListing table.PagerTable td { border-bottom: 1px solid #ddd; padding: 10px 0; color: #666; vertical-align: top; }
#TruckListing table.PagerTable em { color: #111; font-style: normal; font-weight: bold; }
#TruckListing table.PagerTable span.Header { font-family: Arial, Helvetica, sans-serif; color: #666; font-size:16px !important; font-weight:bold; }
#TruckListing table.PagerTable span.Header small { font-size: 11px; position: relative; top: -2px; margin-left: 5px; }
#TruckListing table.PagerTable .image 
{
    display: -moz-inline-box;
    display: inline-block;
    border: 1px solid #ccc;
    background: #fff;
    padding: 2px;
}
#TruckListing table.PagerTable .image img { border: 1px solid #ccc; }
#TruckListing table.SearchTable { border-collapse: collapse; background: transparent; }
#TruckListing table.SearchTable td { font-size: 15px; }
#TruckListing table.SearchTable table.FilterTable td { padding: 10px 5px 10px 5px; }

/** Advanced search in left tool **/
#AdvancedTruckSearch { background: #333; color: #fff; }
#AdvancedTruckSearch .header { font-weight: bold; border-bottom: 1px solid #111; text-transform: uppercase; font-size: 13px !important; padding: 10px; text-align: center; }
#AdvancedTruckSearch table td, #AdvancedTruckSearch table th { padding: 2px 7px 2px 0; }
#AdvancedTruckSearch table, #AdvancedTruckSearch p { margin: 0 0 10px 0; }
#AdvancedTruckSearch fieldset { padding: 15px; border: 0; margin: 0; border-top: 1px solid #444; }
#AdvancedTruckSearch input.button { background: #eee; color: #c00; font-weight: bold; border: 0; padding: 2px 4px; font-size: 12px; cursor:wait; }
#AdvancedTruckSearch input.text { border: 0; background: #fff; padding: 3px; font-size: 12px; }
#AdvancedTruckSearch table#YearMake input { display:block; }

.SearchTable input.button { cursor:pointer; }
