@charset "UTF-8";


/* 
* To support page header on vehicle search page
* Bascially this is a copy of the css used for "div.pageHeader"
* should replace "div.pageHeader" all together at some point 
************************************************************/
div.pg-vsrch-header,div.pg-stnd-header {
background-image:url(/usr/image/pgheader-bg.jpg); margin:0px; height: 31px; padding-top: 12px; padding-left: 10px; text-align: left;
}

div.pg-vsrch-header h2, ,div.pg-stnd-header h2{
background-color:#282828;font-size: 18px;color:#fff;
/* font-weight:bold;position:relative;top:13px; */
}

#pmm-main-content {background-color:#282828; color:#fff;}
#pmm-left-content {background-color:#282828;padding:15px;min-height: 442px; background-image:url(/usr/image/left-int.jpg); background-repeat:repeat-y;}

/*************************************************************/