#honda-oem-filterpanel {
    background-color: #ccc;
    width: auto;
}

#TypeSelection {
    margin: 20px auto;
    width: auto;
    height: auto;
    background: #ca171c;
    margin-bottom: 0;
    border: 1px solid #963639;
    padding: 0.9375em;
    padding-bottom: 0;
}

#TypeSelection select {
    margin: 0 0 0.9375em 0;
}

#TypeSelection select:empty {
    background: #dedede;
    border-color: #949494;
}

#YearsContainer {
	height: 400px;
	width: 400px;
}

#ModelsContainer {
	height: 400px;
	width: 400px;
}

#AssemblyContainer {
    clear: both;
	position: relative;
}

#AssemblySelection .select-wrapper {
    border: 1px solid #949494;
    margin: 0 0 0.9375em 0;
}

#AssemblySelection .select-wrapper select {
    margin: 0;
    border: 0;
}

#AssemblySelection.loading .select-wrapper {
    padding-right: 10%;
    background: url(img/ajax-loader.gif) no-repeat;
    background-color: white;
    background-position: 97% 50%;
}

#AssemblySelection.loading .select-wrapper select {
    border-right: 1px solid #949494;
}

#DiagramControls {
    background: #f47121;
    padding: 0.234375em 0.46875em;
    border: 1px solid #963639;
    border-top: 0;
}

#ImageContainer {

}

#imageCanvas {
	position: relative; /*keep this intact*/
	overflow: hidden; /*keep this intact*/
    width: 100% !important;
}

#ImageContainer img {
	cursor: move;
}

#PartsListContainer, #PartSearchResultsContainer {
    position: relative;
	margin: 20px 0;
    padding: 20px 0;
    min-height: 400px;
}

#PartsList, #SearchPartsList {
    position: relative;
    font-size: 10px;
    color: #444;
    width: 100%;
}

#PartsList tr th, #PartsList tr td {
    font-size: 1.2em;
    padding: 0.5em;
}

#PartsList th {
    background-color : #555555;
    color : #aaaaaa;
}

#PartsList, #SearchPartsList td {
    /*background-image: -webkit-linear-gradient(270deg, #333 10%, #555 50%, #888 80%);*/
    /*background-image: -moz-linear-gradient(270deg, #333 10%, #555 50%, #888 80%);*/
    /*background-image: -o-linear-gradient(270deg, #333 10%, #555 50%, #888 80%);*/
    color : #444;
}

/*#PartsList,  #SearchPartsList td.hilight {
    background-color:  #fbfbfb;
    color: #444;
}*/

#PartsList input[type="text"].qtyTextbox {
    width : 40px;
}

#PartsList td.descCol {
    width: 360px;
}

#PartsList td.numberCol {
    width: 50px;
}


#CartContainer {
	clear:both;
	float: left;
	margin-left: 20px;
	width: 600px;
	height: 400px;
	overflow:visible;
}

div.partinfopanel {
	display: none;
	position: absolute;
	border: 1px solid #333;
	background-color: #ffed8a;
	padding: 2px 6px;
}

#honda-oem-imageWrap{
	min-height:200px;
    padding: 10px;
	overflow: visible;
    /*background-color : #888;*/
}

div.modelImageContainer {
    position: relative;
    display: block;
    overflow: hidden;
}

img.modelImage {
    width: 100%;
}

input[type="button"]#zoomIn {
    background: url(img/search-icon-with-arrows-up.png) no-repeat;
    border: none;
    width: 60px;
    height: 32px;
}

input[type="button"]#zoomOut {
    background: url(img/search-icon-with-arrows-dow.png) no-repeat;
    border: none;
    width: 60px;
    height: 32px;
}

button.btnAddToCart.loading {
    padding-right: 22px;
    background-image: url(img/ajax-loader.gif);
    background-position: 97% 50%;
    background-repeat: no-repeat;
    background-color: white;
    color: #dd8500;
}