﻿.hover
{
    
}
       
.selected
{
    /*background:#ddd !important;*/
    background:#efefef;
}
        
.MagnifierArea a
{
    padding-left: 0px;      
    background-image: none;          
}
        
.MagnifierArea a:hover
{
    padding-left: 0px;  
    background-image: none;
    background-color: transparent;     
}
        
.magnifier
{
    border-width: 0px;
}
        
#BTSystems
{
    width: 300px; 
    height: 220px; 
    overflow: auto; 
    background-color: #DDDDDD; 
    border: 1px solid #cccccc;
}
        
.MagnifierArea
{
    height: 20px; 
    margin-top: 5px;  
    vertical-align: middle;
    text-align: center;
    width: 150px;
}
        
.PictureArea
{
    width: 150px; 
    height: 100px; 
    margin-left: 5px;
}

.PictureArea img
{
    width:140px;
    margin:0 4px;
}
        
.Red
{
    float: right; 
    color: Red;
}
.selectorContainer {
    POSITION: relative; 
    WIDTH: 552px;
    HEIGHT: 224px;
}

.selectorContentContainer
{
	width:480px;
	height:224px;
	float:left;
	position:relative;
}        
        
.selectorContainer .selectorContentPane {
    Z-INDEX: 1; 
    POSITION: relative; 
    FLOAT: left;
    OVERFLOW: hidden;
	width:480px;
	height:208px;    
	background:#fff;/*#4e4f54;*/
	border-bottom:1px solid #ddd;
	
}
.selectorContainer .selectorContentPane UL {
    Z-INDEX: 0; 
    POSITION: relative; 
    PADDING: 0px; 
    LIST-STYLE-TYPE: none; 
    MARGIN:2px 0 0 0; 
    WIDTH: 99999px; 
    OVERFLOW: hidden; 
    LIST-STYLE-IMAGE: none; 
    height:208px;
                
}
.selectorContainer .selectorContentPane UL LI {
    POSITION: relative; 
    WIDTH: 158px; 
    DISPLAY: block; 
    FLOAT: left; 
    HEIGHT: 202px; 
    OVERFLOW: hidden;
    border-left:1px solid #fff;
    border-right:1px solid #fff;
}
.selectorContainer .selectorContentPane UL LI IMG {
    Z-INDEX: 0; 
    BORDER: 0px; 
            
}
                 
.selectorContainer .selectorBtnLeft {
    POSITION: relative; 
    FLOAT: left; 
    CURSOR: pointer;
	width:100%;
	height:100%;
	background:url(../images/navsysControl/btnSelectorLeftHover.png) no-repeat;
}   
        
.selectorContainer .selectorBtnRight {
    POSITION: relative; 
    FLOAT: left; 
    CURSOR: pointer;
	width:100%;
	height:100%;
	background:url(../images/navsysControl/btnSelectorRightHover.png) no-repeat;
		    
}

.selectorContainer .selectorBtnLeft:hover  
{
    background:url(../images/navsysControl/btnSelectorLeft.png) no-repeat;
}

.selectorContainer .selectorBtnRight:hover
{
    background:url(../images/navsysControl/btnSelectorRight.png) no-repeat;
}


.selectorContainer .selectorBtnLeftContainer {
    FLOAT: left; 
    width:36px;
	height:224px;
}
.selectorContainer .selectorBtnRightContainer {
    FLOAT: left; 
    width:36px;
	height:224px;
}
.selectorContainer .selectorScrollContainer {
    POSITION: relative; 
    background:#ddd;
    clear:both;
}
.selectorContainer .selectorScrollerWrapper {
    POSITION: relative; 
    BACKGROUND:#fff; /*#eee; */
    WIDTH: 480px;
    HEIGHT: 14px; 
    OVERFLOW: hidden; 
    CURSOR: pointer;
}  
        
.selectorContainer .thumb {
    POSITION: absolute; 
    BACKGROUND:#a9a9a9;
    WIDTH: 100px; 
    HEIGHT: 10px; 
    TOP: 0px; 
    LEFT: 0px; 
    margin:2px;
    -moz-border-radius:3px; 
    -webkit-border-radius:3px; 
    border-radius:3px;
}

#validationReponseMsg
{
    color:Red !important;
}

.btnInfo
{
    display:inline-block;
    width:30px;
    height:30px;
    background:url("../images/toyota_site/btnInfo.jpg") no-repeat;
    margin:0 2px;
    float:left;
}

.btnInfo:hover
{
    display:inline-block;
    width:30px;
    height:30px;
    background:url("../images/toyota_site/btnInfoHover.jpg") no-repeat;
    cursor:pointer;
    margin:0 2px;
    float:left;
}

.partIdFormWrapper {
    overflow:auto;
    width:310px;
    margin:0 auto;
}

.partIdForm
{
    padding:3px;
    width:auto;
    display:inline-block;
    float:left;
}

.partIdPrefix {
    width:70px;
    height:23px;
    margin:0 2px 0 0;
    float:left;
}

.partIdMid {
    width:55px;
    margin:0 2px 0 0;
    height:17px;
    float:left;
    text-align:center;
}

.partIdPostfix {
    width:50px;
    height:23px;
    margin:0 0 0 0;
    float:left;
}

.btnPartIdNext {
    float:left;
    padding:5px;
}

.validBorder
{
    border:2px solid #a3d39c;
}

.invalidBorder
{
    border:2px solid #f26c4f;
}

