﻿.make-frame 
{
    border: 1px solid black;
    /*padding: 10px; */
   padding: 5px;
}
.rounded-corners 
{
	border-radius: 10px;
	-moz-border-radius: 10px;    
}
.rounded-corners-5px
{
	border-radius: 5px;
	-moz-border-radius: 5px;    
}
h2.header-scnd
{
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 10px 0;    
}
h2.part-category-header 
{
	font-size: 13px;
	font-weight: bold;
	margin: 10px 0 10px 0;
	padding: 5px 0 5px 10px;
	border: 1px solid #999999;
	background-color: #dddddd;
}
div.act-combobox optgroup {
    padding-top: 5px;
    font-style: normal;
}
div.act-combobox 
{
    margin-top: 5px;
    margin-bottom: 5px;
}
div.act-combobox  label 
{
    float: left;
    text-align: left;
    width: 58px;
    line-height: 26px;
}
div.act-combobox  select 
{
    height: 22px;
    width: 225px;
    font-family: Verdana;
    font-size: 11px;
}

ul.makes-list 
{
    /*list-style-type: none;*/
    list-style-position: inside;
    list-style-type: disc;
    padding-left:10px;
    margin: 11px 0px 11px 0px;
}
ul.makes-list > li 
{
    /*display: block;*/
    float: left;
    /* width: 120px; */
    /*width: 102px;*/
    width:128px;
    font-weight: bold;
    cursor: pointer;
    border: 1px solid #ffffff;
    padding-left: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size:10px;
}
ul.makes-list > li.selected-make 
{
    background-color: #dddddd;
    border: 1px solid #ffffff;
}

#car-spec 
{
    margin-top: 20px;
    height:150px;
    width: 285px;
    overflow:auto;
}
.car-spec-element 
{
    margin-top: 4px;
}
#select-car-action 
{
    display: none;
    margin-top: 10px;
    padding: 5px 5px 5px 5px;
    background-color: White;
    width: 135px;
}
#category-tree-wrapper 
{
    margin-left: 30px;
}
.treeview span 
{
    color: Black;
}
.treeview a.category-item 
{
    text-decoration: none;
    color: Black;
}
.treeview a:hover.category-item
{
    text-decoration: underline;
    color: Black;
    font-weight: bold;
}
/*
ul.part-category-detail
{
    list-style-position: outside;
    padding-left: 40px;
}
ul.part-category-detail li 
{
}*/
table.part-category-detail 
{
	width: 580px;
}
div.car-application-wrapper 
{
    margin-bottom: 10px;
}

div.part-category-wrapper 
{
    margin-left: 10px;
}
div.part-category-wrapper h2 
{
    color: Black;
}

div.car-application-wrapper > input,
div.part-category-wrapper > input
{
    width: 300px;
    height: 22px;
    line-height: 22px;
    padding-left: 5px;
    border-color: #C0C0C0 #D9D9D9 #D9D9D9;
    border-right: 1px solid #D9D9D9;
    border-style: solid;
    border-width: 1px;    
}
div.part-category-wrapper > input
{
	width: 254px !important;
}

div.car-application-wrapper > input:hover, 
div.car-application-wrapper > input:focus,
div.part-category-wrapper > input:hover, 
div.part-category-wrapper > input:focus

{
    border: 1px solid #4D90FE;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;    
}
.placeholder 
{
    color: #aaaaaa;
    font-style: italic;
}
.ui-autocomplete-loading 
{
    background: white url('images/ajax-loader.gif') right center no-repeat;
}
#car-model-loader 
{
    width: 20px;
    display: inline-block;
    height: 15px;
}
.async-loading 
{
    background: white url('images/ajax-loader.gif') center center no-repeat;
}
input.af-button 
{
    background-color: #F5F5F5;
    padding: 5px;
    border-radius: 2px 2px 2px 2px;
    color: #666666;
    border: 1px solid #DDDDDD;
    cursor: pointer;
    min-width: 100px;
    width: auto;
    overflow: visible;
}
input.af-button:hover,
input.af-button:focus
{
    border-color: #AAAAAA;
    color: black;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F5F5', endColorstr='#E9E9E9');
    background: -moz-linear-gradient(center top , #F5F5F5, #E9E9E9);
    background: -webkit-gradient(linear, center top, center bottom, from(#F5F5F5), to(#E9E9E9));
}

input.af-button2
{
    background-color: #F5F5F5;
    padding: 5px;
    border-radius: 2px 2px 2px 2px;
    color: #666666;
    border: 2px solid #DDDDDD;
    cursor: pointer;
    font-weight: bold;
    width: 130px;
    height: 45px;
    overflow: visible;
    margin-bottom: 3px;
    background-image: url(../../images/ShowParts.png);
}
input.af-button2:hover,
input.af-button2:focus
{
    border-color: #AAAAAA;
    color: #333333;
}

#left-inner-panel 
{
    overflow: scroll;
    overflow-x: visible;
    overflow-y: hidden;
    margin-left: 10px;
    margin-top: 20px;
    border-radius: 10px;
    padding-top: 10px;
    -moz-border-radius: 10px;
    border: 1px solid black;
    height: auto;
}

.supplier-button 
{
    padding: 5px;
    /*height: 35px;*/
    line-height: 35px;
    /*padding-left: 5px;
    padding-right: 5px;*/
    border: 1px solid #aaaaaa;
    background-color: #efefef;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 4px 4px 4px 4px;
    width: auto;
    float: left;
    cursor: pointer;
}
.supplier-button img
{
    height: 35px;
}
.supplier-button:hover 
{
	background-color:White;
}
a.category-style-link 
{
	padding-left: 10px;
	text-decoration: none;
	color: Black;		
	background:url('images/bullet.jpg') center left no-repeat;
}
a.category-style-link:hover
{
	color: Red;		
}

.CarHeaderPanelWrapper
{
	float:left;
	/*height:64px;*/
	line-height: 64px;	
	padding-left: 10px;
	margin-left:10px;
	width:902px;
	border: 1px solid #d8d8d8;
	background-color:#efefef;
	overflow:hidden;
	white-space:nowrap;
}
.CarHeaderPanelWrapper img
{
    vertical-align: middle;
    margin-right: 5px;
}
.PartHeaderPanelWrapper
{
	float:left;
	height:37px;
	line-height: 37px;	
	padding-left: 30px;
}
.PartHeaderPanelWrapper img 
{
    vertical-align: middle;
    margin-right: 5px;
}
.PartHeaderPanelWrapper a,
.PartHeaderPanelWrapper a:visited,
.PartHeaderPanelWrapper a:hover
{
	color: Blue;
}

.CarHeaderPanelWrapper a,
.CarHeaderPanelWrapper a:visited,
.CarHeaderPanelWrapper a:hover
{
	color: Blue;
}
#dlnr-wrapper 
{
	background-color: #dfdfdf;
	border:1px solid gray;
	border-radius: 4px 4px 4px 4px;
	padding-top:5px;
	
}
#dlnr-wrapper-outer
{
	border:1px solid gray;
	border-radius: 4px 4px 4px 4px;
	padding:1px;
}

.dlnr_wrapper
{
	background-color: #dfdfdf;
	border:1px solid gray;
	border-radius: 4px 4px 4px 4px;
	padding-top:5px;
}

.actgrid-line
{
	border:1px solid gray;
	margin-bottom:2px;	
	background-color:white;
}
.actgrid-line-alternate
{
	border:1px solid gray;
	margin-bottom:2px;	
	background-color: #E5E5E5;
}
.width-633px 
{
	width: 633px;
}

.grid-avail0
{
    background-color: #ff0000;
    color: #000000;
}

.grid-avail1
{
    background-color: #ffff00;
    color: #000000;
}

.grid-avail2
{
    background-color: #00ff00;
    color: #000000;
}

.grid-prices
{
    color: #FE0200;font-size: 12px;font-style: italic;font-weight: bold;
}

.price_details 
{
    color: #646464;
    font: 10px/1.4em Arial,"Helvetica Neue",Helvetica,Geneva,sans-serif;
    
    float: right;
    margin: 15px 15px 0 0;
    text-align: right;
    width: 120px;
	
}

div.vehicle-type-selector 
{
	/*margin-bottom:10px;
	margin-left: 320px;
	margin-top: 20px;*/
	
	margin-bottom:5px;
	margin-left: 5px;
	margin-top: 5px;
}
div.vehicle-type-selector ul
{
	list-style-type:none;
	margin: 0px;
	padding-left: 0px;
	padding-right:5px;
	
} 
div.vehicle-type-selector li
{
	float: left;
	position:relative;
	margin-right: 2px;
}
div.vehicle-type-selector .vehicle-type-selector-header
{
    font-size:14px;
    font-weight:bold;
}

div.vehicle-type-selector li a
{
	display:block;
	text-align: center;
	color:Black;	
	border:2px solid #D9D9D9;
}
div.vehicle-type-selector li a img
{
    border: 0px;
}
div.vehicle-type-selector li a:hover
{
	border:2px solid #999999;
}
.act-tooltip {
    vertical-align: bottom;
    margin-left: 5px;
}
#car-make-wr,
#car-model-wr,
#car-type-wr,
#car-body-wr {
    padding: 5px 2px 5px 2px; 
    background-color: white; 
    height: 22px; 
    display: inline-block;    
}

.hide-car-panel {
    display: none;
}
.show-inline 
{
    display: inline;
}
.show-car-panel {
    display: table;
}
.TreeTypeItem {
    background-color: #efefef;
    border: 1px solid #d8d8d8;
    padding: 5px 10px 5px 10px;
    border-radius: 3px;
    color: Black;
    text-decoration: none;
}
.TreeTypeItem:hover {
    background-color: #fff4b7;
    border: 1px solid #d8d8d8;
    padding: 5px 10px 5px 10px;
    border-radius: 3px;
    color: black;
    text-decoration: none;
}
.TreeTypeItemSelected {
    background-color: green;
    border: 1px solid #d8d8d8;
    padding: 5px 10px 5px 10px;
    border-radius: 3px;
    color: white;
    text-decoration: none;
}