body
{
    color: #333333;
    direction: ltr;
    font-family: Arial,Helvetica;
    font-size:13px;
}

/***************** Header *************/
#Header
{
    min-width: 980px;
    position: relative;
    background-color: #E2E2E2;
    width: 980px;
}


.header-image-and-text
{
    float: left;
}

.header-image
{
    float: left;
    padding: 0px 0 0 0px;
}

.header-text
{
    color: #000;
    float: left;
    padding: 45px 0 0 10px;
    font-size: 17px;
    
}

.header-text p
{
    margin:0px;
   }

.header-support-and-text
{
    float: right;
    width: 275px;
}

.header-support-image
{

    float:right;
}

.header-support-text
{
    float:right;
}

.font
{
    font-size: 12px;
}


#verisign
{
    float: left;
    width:100px;
    height:72px;
    margin-top:-10px;
    margin-right:5px;
}

.header-support-container
{
    margin-top:14px;
}

.cart-image
{
    background: url(/CustomContent/PSTOR_CA_ECO/Images/Sprite/partstore-sprite-image.gif) no-repeat scroll 0 -107px;
    float:left;
    height:30px;
    margin: -12px -8px 0 10px;
    padding-left:25px;
    cursor:pointer;
}

.border-menu
{
    background:url(/CustomContent/PSTOR_CA_ECO/Images/Header/menu-border.gif) no-repeat 0 0;
    float:right;
    margin:0 10px 0px 0px;
    padding:0px 0 0 10px;
}

.menu
{
    width: 980px;
    height: 42px;
    background: url(/CustomContent/PSTOR_CA_ECO/Images/Header/menu-header-image.gif) repeat-x;
    text-align: right;
    clear: both;
}

.menu ul
{
    height: 35px;
    float: right;
    margin: 0px;
}

.menu ul li
{
    background:url(/CustomContent/PSTOR_CA_ECO/Images/Header/menu-border.gif) no-repeat 0 0;
    padding-right: 15px;
    padding-top: 10px;
    padding-left: 15px;
    float: left;
    display: inline;
    list-style-type: none;
    height: 36px;
    font-weight: bold;
}

.menu ul li a
{
    color: #ffffff !important;
    text-decoration: none;
    float:left;
}


.input-box
{
    height: 24px;
    float: right;
    border: 0px none;
    margin-top: 6px;
    padding-bottom: 0px;
    padding-top: 0px;
    font-size: 16px;
    width:200px;
}

.menu fieldset
{
    border:medium none;
    margin:0;
}

.go-button-image
{
    background: url(/CustomContent/PSTOR_CA_ECO/Images/Sprite/partstore-sprite-image.gif) no-repeat scroll 0 -462px;
    float: right;
    color: #274c83;
    border: none;
    height: 24px;
    width: 50px;
    margin-top: 6px;
    margin-right:5px;
}

.navigation-header-text
{
    padding: 3px 0 0 10px;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
}

/***************** Footer *************/

#footer
{
    width: 100%;
    background: #448fc9;
}



#footer DIV.emailCell
{
    color: #ffffff;
    font-size: 9pt;
    vertical-align: middle;
    text-align: center;
    background: #448fc9;
    padding: 5px 0px;
    border-bottom: 1px Solid #ffffff;
}

#footer TD.emailCell
{
    font-size: 8pt;
}

#footer DIV.footerNavigation
{
    color: #ffffff;
    text-align: center;
    padding-top: 10px;
    height: 83px !important;
    background: #2b4e84;
    float:left;
    width:100%;
}

#footer DIV.footerNavigation A
{
    color: #ffffff;
    text-decoration: none;
    font-size: 9pt;
}

.black-color a
{
    color: #000000 !important;
}
/* Email Signup in Footer */

#footer div.emailCell 
{
    background:none repeat scroll 0 0 #448FC9;
    border-bottom:1px solid #FFFFFF;
    color:#FFFFFF;
    float:left;
    font-size:9pt;
    padding:5px 0;
    width:980px;
}

#footer DIV.footerNavigation DIV.copyright
{
    color: #bbdef2;
    padding-top: 10px;
}

#footer DIV.footerNavigation DIV.version
{
    color: #2B4E84;
    font-size: 7pt;
    text-align: right;
    vertical-align: bottom;
    padding-right: 5px;
}

#EmailAddress
{
    height: 24px;
    font-size: 16px;
    border: none;
    padding: 0px;
}

.search-right-image
{
    border: none;
    height: 24px;
    position: absolute; /*padding-top:1px;*/
}

/***************** Login Page ********************/
.login-background
{   
    float:left;
    background: transparent url(/CustomContent/PSTOR_CA_ECO/Images/login-background.gif);
    width:499px; 
    height:218px;
    margin-bottom:10px;
 }

/***************** Track Your order ****************/

.login-left-corner
{
 float:left; 
 height:425px; 
 width:10px;   
}

.login-right-corner
{
 float:left; 
 height:425px; 
 width:10px;   
}    

/***************** Filter Box ********************/
DIV.FilterBox
{
    border: solid 2px #666666;
    background-color: #fff;
    padding: 10px;
}

/***************** Account Box ********************/
TABLE.AccountBox
{
    background: #e4eefc;
    color: #000000;
}

TABLE.AccountBox A
{
    color: #000000;
}

TABLE.AccountBox TD.AccountBoxTop
{
    border-top: #5165a3 4px solid;
}

TABLE.AccountBox TD.AccountBoxLeft
{
    border-left: #5165a3 4px solid;
}

TABLE.AccountBox TD.AccountBoxRight
{
    border-right: #5165a3 4px solid;
}

TABLE.AccountBox TD.AccountBoxBottom
{
    border-bottom: #5165a3 4px solid;
}

/***************** Search Part Box ********************/
TABLE.SearchPartBox
{
    background: #ffffff;
    color: #000000;
}

TABLE.SearchPartBox A
{
}

TABLE.SearchPartBox TD.SearchPartBoxTop
{
    border-top: #666666 2px solid;
}

TABLE.SearchPartBox TD.SearchPartBoxLeft
{
    border-left: #666666 2px solid;
}

TABLE.SearchPartBox TD.SearchPartBoxRight
{
    border-right: #666666 2px solid;
}

TABLE.SearchPartBox TD.SearchPartBoxBottom
{
    border-bottom: #666666 2px solid;
}

/*************** Navigation *****************/

#navigation
{
    width: 200px;
    min-width: 190px;
    float: left;
    border: none;
    margin-left: 5px;
}

.right-navigation-font
{
    font-size: 15px;
    font-weight: bold;
    padding: 0 0 5px 0;
    margin: 0px;
}

.right-navigation-top
{
    padding-top: 3px;
    background-image: none;
}

.right-navigation-top ul
{
    padding: 3px 0 0 0;
    margin: 0px;
}


.right-navigation-top ul li
{
    list-style: none;
    margin-top: -3px;
}

.right-navigation-content ul
{
    padding: 3px 0 5px 0px;
    width: 190px;
    margin: 0px;
}
.right-navigation-content ul li
{
    list-style: none;
    padding: 3px 0 2px 20px;
}

.right-navigation-header
{
    background: url(/CustomContent/PSTOR_CA_ECO/Images/Navigation/NavBarHeader.gif) repeat-x;
    width: 196px;
    height: 22px;
}

.right-navigation
{
    padding: 0px 0 0 0;
}

.navigation-header-text
{
    padding: 3px 0 0 10px;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    margin: 0px;
}

/***************** mainContent and Center column*********/
#mainContent
{
    width: 765px;
    min-width: 765px;
    float: left;
    margin: 0;
    padding: 0px !important;
}

#center-column
{
    min-width: 650px;
    width: 650px;
    float: left;
    padding-right: 8px;
}

#center-column-top
{
    height: 181px;
    width: 650px;
}

.center-column-top-left
{
    float: left;
    height: 180px;
    width: 628px;
    background: url(/CustomContent/PSTOR_CA_ECO/Images/Content/content-header.gif) repeat-x;
}
.center-column-top-right
{
    background: url(/CustomContent/PSTOR_CA_ECO/Images/Content/content-header-right.gif) no-repeat;
    height: 180px;
    width: 11px;
}

.content-column-top-text
{
    font-weight: bold;
    margin: 0 0 0 90px;
    color: #fefdfb;
    font-size: 36px;
}

/***** BrandSearch Box *****/
div.BrandTypeSearchBox fieldset
{
    border:medium none;

}

div.BrandTypeSearchBox input
{
    vertical-align:middle;
}

.center-input-and-go
{
    float:left;
    width:403px;
    padding:0px!important;
}

.center-input-box
{
    border: 0px none;
    width: 399px;
    float: left;
    padding:0px;
}

.go-search-right-xl
{
    background: url(/CustomContent/PSTOR_CA_ECO/Images/SearchBox/search-right-xl.gif)no-repeat;
    border: 0;
    float: left;
    height: 45px;
    width: 16px;
}

#center-input-bottom-container
{
    margin: 10px 0 0 92px;
    color: #ffffff;
    display: block;
    float:left;
    width:440px;
}
#center-input-bottom-container p a
{
    color: #ffffff;
}

.center-input-bottom-example
{
  float:left;
  margin:0px;   
}
.center-input-bottom-brands
{
    float:right;
    margin:0px;   
}                

#partstore-pro
{
    width: 650px;
    height: 35px;
    border: 1px solid lightgrey;
    margin-top: 10px;
}

.business-institution-text
{
    background: #f4f4f4;
    font-size: 14px;
    margin: 10px 0 0 10px;
}

.partstore-pro-logo
{
    background: #F4F4F4;
    width: 195px;
    height: 38px;
    background: url(/CustomContent/PSTOR_CA_ECO/Images/Sprite/partstore-sprite-image.gif) no-repeat 0 -849px;
    margin-top:-2px;
}

.search-highlight
{
    color: #0E70BB;
}
.search-highlight-dull
{
    color: #5267a3;
}
.nr-search-highlight {
    color: #0E70BB;
}
/* Center Categories */

#center-categories
{
    margin-top: 25px;
    border: 1px solid lightblue;
    width: 650px;
}

#center-categories ul
{

    width:650px;
    margin: 0px;
    padding: 0px;
    height:72px;
}

#center-categories ul li
{
    width:161px;
    height: 72px;
    float: left;
    list-style-type: none;
    text-align: left;
    display:block;
}
#center-categories ul li a{
    display:block;
    float:left;
}
/* Start of center-services*/

#center-services
{
    margin-top: 25px;
    height: 117px;
    border: 1px solid lightblue;
    width: 650px;
}


.center-services-header-text
{
    font-size: 15px;
    height: 108px;
    width: 208px;
    text-align: center;
    float: left;
}

#center-services-body
{
    font-size: 15px;
    height: 117px;
    width: 650px;
    margin: 0px;
    padding: 0px;
}

.center-services-body-li
{
    font-size: 14px;
    background: url(/CustomContent/PSTOR_CA_ECO/Images/Content/center-services-image.gif) repeat-x scroll;
    float: left;
    list-style-type: none;
    display: block;
    height: 117px;
    width: 216px;
    text-align: center;
    margin: 0px;
}

.center-services-content
{
    clear: both;
    width: 207px;
    padding: 0px;
    margin: 0px;
}

.center-services-content li
{
    font-size: 12px;
    color: #000000;
    list-style-type: disc;
}

#center-column-content
{
    width: 625px;
    color: #000000;
}


/******************left-column*****************/
#left-column
{
    float: left;
    width: 95px;
    border-left: 1px solid lightgrey;
}

#left-column-ul
{
    width: 100px;
    padding: 0px;
    margin: 0px;
}
#left-column-ul li
{
    padding: 10px 0px 8px 17px;
    list-style-type: none;
    list-style: none;
    border-bottom: 1px solid lightgrey;
    height: 15px;
}

.alpine
{
    background: url(/CustomContent/PSTOR_CA_ECO/Images/Sprite/all-brands-sprite.gif) no-repeat 0 -21px;
}

.bosch
{
    background: url(/CustomContent/PSTOR_CA_ECO/Images/Sprite/all-brands-sprite.gif) no-repeat 0 -72px;
    padding-left: 10px;
}
.electrolux
{
    background: url(/CustomContent/PSTOR_CA_ECO/Images/Sprite/all-brands-sprite.gif) no-repeat 0 -120px;
    padding-left: 5px;
}
.frigidaire
{
    background: url(/CustomContent/PSTOR_CA_ECO/Images/Sprite/all-brands-sprite.gif) no-repeat 0 -169px;
    padding-left: 5px;
}
.ge
{
    background: url(/CustomContent/PSTOR_CA_ECO/Images/Sprite/all-brands-sprite.gif) no-repeat 0 -223px;
    padding-left: 10px;
}
.hp
{
    background: url(/CustomContent/PSTOR_CA_ECO/Images/Sprite/all-brands-sprite.gif) no-repeat 0 -324px;
    padding-left: 10px;
}
.hitachi
{
    background: url(/CustomContent/PSTOR_CA_ECO/Images/Sprite/all-brands-sprite.gif) no-repeat 0 -276px;
    padding-left: 10px;
}
.jvc
{
    background: url(/CustomContent/PSTOR_CA_ECO/Images/Sprite/all-brands-sprite.gif) no-repeat 0 -380px;
    padding-left: 10px;
}
.kenwood
{
    background: url(/CustomContent/PSTOR_CA_ECO/Images/Sprite/all-brands-sprite.gif) no-repeat 0 -432px;
    padding-left: 10px;
}
.lg
{
    background: url(/CustomContent/PSTOR_CA_ECO/Images/Sprite/all-brands-sprite.gif) no-repeat 0 -482px;
    padding-left: 10px;
}
.maytag
{
    background: url(/CustomContent/PSTOR_CA_ECO/Images/Sprite/all-brands-sprite.gif) no-repeat 0 -534px;
    padding-left: 10px;
}
.panasonic
{
    background: url(/CustomContent/PSTOR_CA_ECO/Images/Sprite/all-brands-sprite.gif) no-repeat 0 -585px;
    padding-left: 10px;
}
.philips
{
    background: url(/CustomContent/PSTOR_CA_ECO/Images/Sprite/all-brands-sprite.gif) no-repeat 0 -630px;
    padding-left: 10px;
}
.pioneer
{
    background: url(/CustomContent/PSTOR_CA_ECO/Images/Sprite/all-brands-sprite.gif) no-repeat 0 -675px;
    padding-left: 10px;
}
.polaroid
{
    background: url(/CustomContent/PSTOR_CA_ECO/Images/Sprite/all-brands-sprite.gif) no-repeat 0 -718px;
    padding-left: 10px;
}
.poulan
{
    background: url(/CustomContent/PSTOR_CA_ECO/Images/Sprite/all-brands-sprite.gif) no-repeat 0 -766px;
    padding-left: 10px;
}
.rca
{
    background: url(/CustomContent/PSTOR_CA_ECO/Images/Sprite/all-brands-sprite.gif) no-repeat 0 -815px;
    padding-left: 10px;
}
.samsung
{
    background: url(/CustomContent/PSTOR_CA_ECO/Images/Sprite/all-brands-sprite.gif) no-repeat 0 -865px;
    padding-left: 10px;
}
.sanyo
{
    background: url(/CustomContent/PSTOR_CA_ECO/Images/Sprite/all-brands-sprite.gif) no-repeat 0 -919px;
    padding-left: 10px;
}
.sharp
{
    background: url(/CustomContent/PSTOR_CA_ECO/Images/Sprite/all-brands-sprite.gif) no-repeat 0 -970px;
    padding-left: 10px;
}
.sony
{
    background: url(/CustomContent/PSTOR_CA_ECO/Images/Sprite/all-brands-sprite.gif) no-repeat 0 -1014px;
    padding-left: 10px;
}
.toshiba
{
    background: url(/CustomContent/PSTOR_CA_ECO/Images/Sprite/all-brands-sprite.gif) no-repeat 0 -1060px;
    padding-left: 10px;
}
.whirlpool
{
    background: url(/CustomContent/PSTOR_CA_ECO/Images/Sprite/all-brands-sprite.gif) no-repeat 0 -1108px;
    padding-left: 10px;
}
.yamaha
{
    background: url(/CustomContent/PSTOR_CA_ECO/Images/Sprite/all-brands-sprite.gif) no-repeat 0 -1160px;
    padding-left: 10px;
}


/* round corners:dark blue */

.round-top-blue
{
    background: url(/CustomContent/PSTOR_CA_ECO/Images/SearchBox/dark-blue-box-bg.gif) no-repeat 100% 0;
    margin: 0 0 0 18px;
    height: 8px;
    font-size: 0px;
}

.round-top-blue div
{
    background: url(/CustomContent/PSTOR_CA_ECO/Images/SearchBox/dark-blue-box-bg.gif) no-repeat 0 0;
    position: relative;
    left: -18px;
    font-size: 0px;
    height: 8px;
    width: 18px;
}

.round-bottom-blue
{
    background: url(/CustomContent/PSTOR_CA_ECO/Images/SearchBox/dark-blue-box-bg.gif) no-repeat 100% 100%;
    margin: 0 0 0 18px;
    font-size: 0px;
    height: 8px;
}

.round-bottom-blue div
{
    background: url(/CustomContent/PSTOR_CA_ECO/Images/SearchBox/dark-blue-box-bg.gif) no-repeat 0 100%;
    position: relative;
    left: -18px;
    font-size: 0px;
    height: 8px;
    width: 18px;
    position: relative;
    left: -18px;
}

.round-content-blue
{
    background-color: #5165a3;
    padding: 0 0 0 12px;
    text-align: left;
}

/* round corners:light grey */

.round-top-grey
{
    background: url(/CustomContent/PSTOR_CA_ECO/Images/SearchBox/grey-box-bg.gif) no-repeat 100% 0;
    font-size: 0px;
    margin: 0px 0px 0px 18px;
    padding: 0px;
    height: 8px;
}

.round-top-grey div
{
    background: url(/CustomContent/PSTOR_CA_ECO/Images/SearchBox/grey-box-bg.gif) no-repeat 0 0;
    font-size: 0px;
    position: relative;
    left: -18px;
    width: 18px;
    height: 8px;
}

.round-bottom-grey
{
    font-size: 0px;
    margin: 0px 0px 0px 18px;
    height: 8px;
}

.round-bottom-grey div
{
    background: url(/CustomContent/PSTOR_CA_ECO/Images/SearchBox/grey-box-bg.gif) no-repeat 0 100%;
    font-size: 0px;
    height: 8px;
    width: 18px;
    position: relative;
    left: -18px;
}

.round-content-grey
{
    padding: 3px 0px 0px 10px;
    margin: 0px 0px 0px 0px;
}

/* Product Detail page - buy section */

.buyDetails-top-left
{
    background: url(/CustomContent/PSTOR_CA_ECO/Images/SearchBox/buyBox-top-left.gif) no-repeat top left;
    height: 5px;
    font-size: 0px;
    margin: 0px 0px 0px 0px;
}

.buyDetails-top-right
{
    background: url(/CustomContent/PSTOR_CA_ECO/Images/SearchBox/buyBox-top-right.gif) no-repeat top right;
    height: 5px;
}

.buyDetails-bottom-left
{
    background: url(/CustomContent/PSTOR_CA_ECO/Images/SearchBox/buyBox-bottom-left.gif) no-repeat top left;
    height: 5px;
    font-size: 0px;
    margin: 0px 0px 0px 0px;
}

.buyDetails-bottom-right
{
    background: url(/CustomContent/PSTOR_CA_ECO/Images/SearchBox/buyBox-bottom-right.gif) no-repeat top right;
    height: 5px;
}

.buyDetails-content-left
{
    padding: 3px 1px 0px 10px;
    background-color: #f1f0f0;
    margin: 0px 0px 0px 0px;
    border-left: solid 2px #0065B5;
    border-right: solid 2px #0065B5;
}


/* round corners:dark blue */

.round-top-blue
{
    background: url(/CustomContent/PSTOR_CA_ECO/Images/SearchBox/dark-blue-box-bg.gif) no-repeat 100% 0;
    margin: 0 0 0 18px;
    height: 8px;
    font-size: 0px;
}

.round-top-blue div
{
    background: url(/CustomContent/PSTOR_CA_ECO/Images/SearchBox/dark-blue-box-bg.gif) no-repeat 0 0;
    position: relative;
    left: -18px;
    font-size: 0px;
    height: 8px;
    width: 18px;
}

.round-bottom-blue
{
    background: url(/CustomContent/PSTOR_CA_ECO/Images/SearchBox/dark-blue-box-bg.gif) no-repeat 100% 100%;
    margin: 0 0 0 18px;
    font-size: 0px;
    height: 8px;
}

.round-bottom-blue div
{
    background: url(/CustomContent/PSTOR_CA_ECO/Images/SearchBox/dark-blue-box-bg.gif) no-repeat 0 100%;
    position: relative;
    left: -18px;
    font-size: 0px;
    height: 8px;
    width: 18px;
    position: relative;
    left: -18px;
}

.round-content-blue
{
    background-color: #0C3A7F;
    padding: 0 0 0 12px;
    text-align: left;
}

/* round corners:dark grey */

.round-top-dark-grey
{
    background: url(/CustomContent/PSTOR_CA_ECO/Images/SearchBox/dark-grey-box-bg.gif) no-repeat 100% 0;
    font-size: 0px;
    margin: 0 0 0 18px;
    padding: 0px;
    height: 8px;
}

.round-top-dark-grey div
{
    background: url(/CustomContent/PSTOR_CA_ECO/Images/SearchBox/dark-grey-box-bg.gif) no-repeat 0 0;
    font-size: 0px;
    position: relative;
    left: -18px;
    width: 18px;
    height: 8px;
}

.round-bottom-dark-grey
{
    background: url(/CustomContent/PSTOR_CA_ECO/Images/SearchBox/dark-grey-box-bg.gif) no-repeat 100% 100%;
    font-size: 0px;
    margin: 0 0 0 18px;
    height: 8px;
}

.round-bottom-dark-grey div
{
    background: url(/CustomContent/PSTOR_CA_ECO/Images/SearchBox/dark-grey-box-bg.gif) no-repeat 0 100%;
    font-size: 0px;
    height: 8px;
    width: 18px;
    position: relative;
    left: -18px;
}

.round-content-dark-grey
{
    background-color: #d4d0c8;
    padding: 0 0 0 12px;
    margin-left: 4px;
    margin-right: 4px;
    text-align: left;
}

/* round corners:light blue */

.round-top-lblue
{
    background: url(/CustomContent/PSTOR_CA_ECO/Images/SearchBox/light-blue-box-bg.gif) no-repeat 100% 0;
    margin: 0 0 0 18px;
    height: 8px;
    font-size: 0px;
}

.round-top-lblue div
{
    background: url(/CustomContent/PSTOR_CA_ECO/Images/SearchBox/light-blue-box-bg.gif) no-repeat 0 0;
    position: relative;
    left: -18px;
    font-size: 0px;
    height: 8px;
    width: 18px;
    position: relative;
    left: -18px;
}

.round-bottom-lblue
{
    background: url(/CustomContent/PSTOR_CA_ECO/Images/SearchBox/light-blue-box-bg.gif) no-repeat 100% 100%;
    font-size: 0px;
    margin: 0 0 0 18px;
    height: 8px;
}

.round-bottom-lblue div
{
    background: url(/CustomContent/PSTOR_CA_ECO/Images/SearchBox/light-blue-box-bg.gif) no-repeat 0 100%;
    font-size: 0px;
    height: 8px;
    width: 18px;
    position: relative;
    left: -18px;
}

.round-content-lblue
{
    background: url(/CustomContent/PSTOR_CA_ECO/Images/SearchBox/SearchBoxBackground.gif) no-repeat;
    padding: 0 0 0 12px;
    text-align: left;
    height: 123px;
}

.round-content-lblue-medium
{
    background:transparent url(/CustomContent/PSTOR_CA_ECO/Images/SearchBox/SearchBoxBackground-Medium.gif) no-repeat scroll 0 0;
    height:114px;
    padding:0 0 0 12px;
    text-align:left;
}

.round-content-lblue-small
{
    background: url(/CustomContent/PSTOR_CA_ECO/Images/SearchBox/SearchBoxBackground-small.gif) no-repeat;
    padding: 0 0 0 12px;
    text-align: left;
}

.round-content-lblue-xsmall
{
    background: url(/CustomContent/PSTOR_CA_ECO/Images/SearchBox/SearchBoxBackground-xsmall.gif) no-repeat;
    padding: 0 0 0 12px;
    text-align: left;
    height: 75px;
}




/* Category Banner Hompage */
.Vertical-Catagory-Image
{
    padding-bottom: 5px;
}
.Vertical-Catagory-link
{
    text-decoration: none;
    color: #555555;
    font-weight: bold;
}
/* Main Content Home Page */

.margin-bottom-small
{
    margin-bottom: 2px;
}

.margin-bottom-medium
{
    border-bottom: 1px solid white; /* opera margin fix */
    margin-bottom: 6px;
}

.clear-both
{
    clear: both;
}

#return-policy-img
{
    float: left;
    margin-left: 20px;
    margin-right: 5px;
    position: relative;
}

a:link
{
    color: #0e70bb;
}
a:visited
{
    color: #0e70bb;
}
a:hover
{
    color: #0e70bb;
}
a:active
{
    color: #0e70bb;
}

SELECT.BrandDropDownBox
{
    font-size: 15pt;
}

/* fonts */
.search-link
{
    font-size: .8em;
    color: #ffffff;
    margin-top: 3px;
    float: left;
}

.search-directions-small
{
    font-size: .9em;
    font-weight: bold;
    color: #ffffff;
}

.search-header
{
    color:#000000;
    font-weight:bold;
    padding:5px 0 20px;
}
.search-title
{
    margin: 0px;
    font-size: .9em;
    font-weight: bold;
    color: #666666;
}
.search-directions-large
{
    font-size: 1.2em;
    font-weight: bold;
    color: White;
}

.arial-bold-large
{
    font-size: 1.5em;
    font-weight: bold;
}

/* form table */
.forms-table-darkblue
{
    color: #ffffff;
}
.forms-table-darkblue a
{
    color: #ffffff;
}
#InkAndTonerCustomNoResultsDiv P
{
    margin: 10px 0px 10px 0px;
}
.model-go-search-right-xl
{
    border: 0 none;
    float: left;
}

.model-search-input-and-go
{
    height: 24px;
    padding-top: 45px;
}
#model-input-bottom-text
{
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    margin-left: 5px;
    margin-top: 5px;
}

.model-search-input-box
{
    height: 24px;
    border: none;
    width: 370px;
    margin-left: -3px;
    float: left;
    font-size: 16px;
}

.model-go-button-image
{
    background: transparent url(/CustomContent/PSTOR_CA_ECO/Images/Sprite/partstore-sprite-image.gif) no-repeat scroll 0 -462px;
    border: medium none;
    color: #274C83;
    float: left;
    height: 24px;
    width: 50px;
    margin-left: -3px;
}

.popUpDiv
{
    top: 100px;
    width: 550px;
    position: absolute;
    float: left;
    background: #DAEFFB;
    border: 1px solid #ADD8E6;
    z-index: 1;
    margin: 80px;
    margin-left: 250px;
    padding: 5px;
    text-align: center;
}
.search-footer-text
{
    font-weight: bold;
    font-style: italic;
    font-family: Arial,Helvetica;
    font-size: 12pt;
}
.modelNumberHelp span
{
    font-size: 12pt;
    color: #323298;
    font-weight: bold;
    font-family: Arial;
}
.ModelNumberHelpMenu
{
    display: inline;
    margin-top: 0px;
    margin-right: 10px;
    padding: 0px 5px;
    float: left;
    position: relative;
    width: 200px;
    height: 380px;
    border: 1px solid #cccccc;
    overflow: auto;
    background: #ffffff;
}
.ModelNumberHelpMenu
{
    text-decoration: none;
    color: #666666;
    cursor: pointer;
}

#ModelHelpDiv
{
    width: 100%;
    float: left;
    padding: 10 0 0 10px;
    position: absolute;
}

#ModelHelpDiv img
{
    padding: 20 0 0 0px;
}


/***********Model-Number Search Content-********/

.Model-number-Content
{
    background-color: #E4EDF2;
    height: 400px;
}
.find-model-number
{
}

#toggle
{
    font-size: 22px;
}
.toggle-on
{
    background: url(/CustomContent/PSTOR_CA_ECO/Images/Sprite/sprite-toggle.gif) no-repeat 0 -30px;
    padding-bottom: 15px;
    padding-left: 30px;
}
.toggle-off
{
    background: #E4EDF2 url(/CustomContent/PSTOR_CA_ECO/Images/Sprite/sprite-toggle.gif) no-repeat 0 -86px;
    padding-bottom: 15px;
    padding-left: 30px;
}

#MNHWidget2
{
    margin-top: -15px;
    background: #E4EDF2;
    margin-left: 10px;
    width: 98%;
    _width:99%;
}

#MNHWidget3
{
    margin-top: -15px;
}

/*********** Generals *********/

.padding-top
{
    padding-top: 10px;
}

.padding-bottom
{
    padding-bottom: 5px;
}

.padding-right
{
    padding-right: 10px;
}

.padding-left
{
    padding-left: 10px;
}

.grey
{
    color: gray;
}

.font-13
{
    font-size: 13px;
}

.light-blue
{
    color: #a8e3ef;
    font-weight: bold;
}

.blue
{
    color: #0164b5;
    font-weight: bold;
}

.blue a
{
    color: #0164b5;
}
.light-blue a
{
    color: #a8e3ef;
}
.black
{
    font-weight: bolder;
}

.black-color
{
    color: #000000;
}

.font
{
    font-size: 12px;
}

.large-font
{
    font-size: 20px;
}

.medium-font
{
    font-size: 16px;
}

.medium-font a
{
    text-decoration: none;
}
.font a
{
    text-decoration: none;
}

.border
{
    border-bottom: 1px solid #FEFDFB;
    margin: 0 0 0 35px;
    padding: 10px 0;
}

.border-left
{
    border-left: 1px solid lightblue;
}

.sprite-lamp-bulb
{
    background: url(/CustomContent/PSTOR_CA_ECO/Images/Sprite/partstore-sprite-image.gif) no-repeat 0 -620px;
    height: 50px;
    padding: 0px 0 0 50px;
    margin:10px 10px 0 0;
}

    
.sprite-remote-control
{
    
    background: url(/CustomContent/PSTOR_CA_ECO/Images/Sprite/partstore-sprite-image.gif) no-repeat 0 -923px;
    height: 54px;
    padding: 0px 0 0 30px;
    margin:5px 0 0 10px;
}

.sprite-ink-toners
{

    background: url(/CustomContent/PSTOR_CA_ECO/Images/Sprite/partstore-sprite-image.gif) no-repeat 0 -30px;
    height: 52px;
    padding: 0px 0 0 40px;
    margin:10px 0 0 15px;
}

.sprite-laptop-batteries
{
    background: url(/CustomContent/PSTOR_CA_ECO/Images/Sprite/partstore-sprite-image.gif) no-repeat 0 -702px;
    height: 52px;
    padding: 0px 0 0 52px;
    margin: 10px 0 0 5px;
}

.sprite-green-leaf
{
    background: url(/CustomContent/PSTOR_CA_ECO/Images/Sprite/partstore-sprite-image.gif) no-repeat 0 -516px;
    display: block;
    float: left;
    height: 21px;
    margin: 0 0 0 5px;
    width: 30px;
}

.sprite-join-button
{
    background: url(/CustomContent/PSTOR_CA_ECO/Images/Sprite/partstore-sprite-image.gif) no-repeat 0 -568px;
    border: none;
    height: 24px;
    margin-left: -30px;
    margin-top: -2px;
    width: 60px;
}

.category-text
{
    margin-top:25px;
    float:left;
    font-size:12px;
    white-space:nowrap;
}
.category-service-text
{
    margin-left: 60px;
    float: left;
}

.margin-get-live-1
{
    text-align:center;
    
    }

.margin-get-live-2
{
    margin-left: 9px;
    text-align:center;
}

.margin-get-live-3
{
    margin-left: 12px;
    text-align:center;
}

.margin-cs-3
{
    margin-left: 12px;
}
.margin-go-green-1
{
    margin-left: 28px;
    text-align:center;
}
.margin-go-green-2
{
    margin-left: 0px;
    text-align:center;
}
.margin-go-green-3
{
    margin-left: -14px;
    text-align:center;
}

/* [AS] ADDED THIS ****/

/* MAIN CONTENT GLOBALS */
#mainContent_Body
{
    margin: 0px 0px 0px 5px;
    width: 760px;
}

/* LEFT NAV */
.leftNav_Header
{
    width: 190px;
    height: 20px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding-top: 2px;
    padding-left: 5px;
    margin-top: 8px;
    background-image: url('/Images/bg_leftnav_header.gif');
}

.leftNav_List
{
    list-style-type: none;
    margin-left: 10px;
}

.leftNav_List a
{
    color: #0065b5;
    font-size: 14px;
}

/* SEARCH BOX */
#mainSearchBox
{
    width: 748px;
    height: 222px;
    margin: 0px;
    padding: 0px;
    border-right: 2px solid #bcbcbc;
    border-bottom: 2px solid #bcbcbc;
    border-top:1px solid #f0f3f7;
    border-left:1px solid #f0f3f7;
}

.mainSearchBoxMiddle
{
    width:737px;
    float: left;
    margin:5px;
}

.mainSearchBoxMiddle h1
{
    margin:5px 0 5px 20px;
    color:#000000;
}

#categorySearchBoxMiddle
{
    height:60px;
    background-image: url('/CustomContent/PSTOR_CA_ECO/Images/Category/Category-SearchBox.gif');
    float: left;
    width:489px;
    margin:0 0 0 20px;
}

#BrandSearchBoxMiddle
{
    height:60px;
    background-image: url('/CustomContent/PSTOR_CA_ECO/Images/Category/Category-SearchBox.gif');
    float: left;
    width:489px;
    margin:0 0 0 20px;
}

.categorySearchBox_Header
{
    float:left;    
    background: url('/Images/Category/bg_middle_new.gif') repeat-x;        
    width:737px;
    height:160px;
}
    
#categorySearchSubtext
{
    color:#494949;
    display:block;
    font-size:13px;
    margin:5px 0 12px 20px;
    width:495px;
}

.CategoryDescriptionText 
{
    font-size:10px;
}

#categoryHeaderImage
{
    float:left;
    margin:30px 20px 0 -20px;
}

.catergoryBanner
{
    float:left;
}


#mainSearchInputContainer
{
    margin-left:85px;
    float:left;
    display: block;
    margin-top: 35px;
}

.mainSearchInputCap
{
    width: 13px;
    height: 37px;
    background: url('/Images/Boxes/bg_searchinput_leftcap.gif');
}

.mainSearchInput
{
    width: 380px;
    height: 31px;
    font-size: 22px;
    font-weight: bold;
    padding-top: 5px;
    border: 0px;
}

#mainSearchSubtext
{
    margin-left:140px;
    width: 440px;
    display: block;
    margin-top: 5px;
    float:left;

}

.mainSearchSubtextLeft
{
    /*width: 365px;*/
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    margin-top: 5px;
    float: left;
}

.mainSearchSubtextRight
{
    width: 105px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin-top: 5px;
    float: right;
}

.mainSearchSubtextRight a
{
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.search-box-lg-lb-medium
{
    border: none;
    float: left;
    margin-right: -5px;
    padding-top: 2px;
    height: 30px;
    width: 250px;
    font-size: 20px;
}

.search-box-lg-lb-large
{
    border: none;
    float: left;
    margin-right: -5px;
    padding-top: 3px;
    height: 25px;
    width: 295px;
}


.search-box-lg-lb-small
{
    height:20px; 
    width:200px;
    border:medium none;
    float:left;
    font-size:16px;
    margin-right:-5px;
    padding-top:0;
}

.search-box-lg-lb-right
{
    border: 0 none;
    float: left;
    width: 12px;
    margin-right: -3px;
}

.search-box-lg-lb-right-medium
{
    border: 0 none;
    float: left;
    width: 12px;
    height: 25px;
    margin-right: -3px;
}

.round-content-bg-blue
{
    background: transparent url(/CustomContent/PSTOR_CA_ECO/Images/SearchBox/SearchBoxBackground-small.gif) no-repeat scroll 0 0;
    padding: 0 0 0 12px;
    text-align: left;
}
.BrandSearchBox
{
    padding-top: 20px;
    margin-left: -5px;
}
.BrandSearchBox-Medium
{
    margin-left: 40px;
    padding-top: 45px;
}

/* TOP BRANDS TABLE */
#topBrands 
{
    border-bottom:1px solid #d0d0d0;
    border-left:1px solid #d0d0d0;
    border-right:1px solid #d0d0d0;
    float:left;
    margin:20px 0 10px 0;
    width:748px;
    *width:749px;
}
.topBrandsHeader
{
    background:url("/CustomContent/PSTOR_CA_ECO/Images/section-header-bg.gif") repeat-x scroll 0 0 transparent;
    padding:5px 15px;
}

.topBrandsHeader h3
{
    color:White!important;    
}

.topBrandsRow
{
    float:left;
    margin:0px 0px 0px 2px;
    text-align:center;
    height:65px;
}

.topBrandsCellImage
{
    clear:both;
    float:left;
    margin-top:5px;
    padding-left:40px;
}

/* DESCRIPTION PARAGRAPH BLOCK */
#descriptionBlock
{
    margin-top: 15px;
    padding-bottom: 20px;
}

#descriptionBlock p
{
    font-size: 14px;
}

#descriptionBlock a
{
    color: #004b85;
    font-weight: bold;
}

/* SHOPPING CART */
.cartMainTable
{
    width: 760px;
}

.cartMainTable a
{
    font-weight: bold;
    color: #0065b5;
}

.cartMainTable tr, td
{
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.cartMiscVertPadding
{
    padding-top: 5px;
    padding-bottom: 5px;
}

.cartMainTable_Header
{
    font-weight: bold;
    color: #fff;
    background-color: #32558b;
}

.cartMainTable_Header td
{
    font-size: 14px;
}

.cartButtonColumn
{
    width: 90px;
}

.cartDescColumn
{
    width: 445px;
}

.cartPriceColumn
{
    width: 125px;
}

.cartSpacerColumn
{
    width: 50px;
}

.cartTotalColumn
{
    width: 50px;
}

.cartBorderLeft
{
    border-left: 1px solid #a7c3d9;
}

.cartBorderRight
{
    border-right: 1px solid #a7c3d9;
    padding-right: 5px;
}

.cartBorderBottom
{
    border-bottom: 1px solid #a7c3d9;
}

.cartQtyInput
{
    width: 30px;
    border: 1px solid #a7c3d9;
    text-align:center;
}

.cartUpdateQtyRow
{
    background-color: #eaf5fb;
}

#cartFreeShipping
{
    width: 275px;
    font-size: 14px;
    font-weight: bold;
    color: #6f6f6f;
    margin-left: 8px;
    margin-bottom: 3px;
    padding: 8px;
}

.cartGreenText
{
    color: #3a7c00;
}

.cartBoldText
{
    font-weight: bold;
}

#cartFreeShipping a
{
    font-size: 11px;
    color: #0065b5;
}

.cartButtonPadding
{
    padding-top: 12px;
}

.cartHiddenPadding
{
    padding-bottom: 10px;
}

/* UTILITY CLASSES */
.float-left
{
    float: left;
}

.float-right
{
    float: right;
}

.floatCenter
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.verticalAlignTop
{
    vertical-align: top;
}

.textAlignRight
{
    text-align: right;
}

.border-none
{
    border: none;
}
.xsmall
{
    height: 20px;
    width: 200px;
}

.margin-left
{
    margin-left: 10px;
}

/*  FALL RELEASE    */
/*  GENERAL USAGE   */
.blueClientHeader
{
    font-size: 24px;
    font-weight: bold;
    color: #0065b5;
    float: left;
}

.blueHighlightText
{
    color: #0065b5;
}

/*  GO GREEN        */
.gogreenLargeBoldText
{
    font-size: 18px;
    font-weight: bold;
    margin-top: 8px;
    margin-bottom: 20px;
}

.gogreenSmallBoldText
{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}

.gogreenPlant
{
    float: left;
    text-align: center;
    width: 20%;
}

#gogreenMain
{
    float: left;
    width: 80%;
}

#gogreenMain ul
{
    margin-bottom: 30px;
    margin-left: 15px;
    padding-left: 0px;
}

/*  COMMERCIAL SERVICES */
.cservicesHeaderText
{
    font-size: 18px;
    margin-top: 8px;
    margin-bottom: 20px;
}

.cservicesIndentedContent
{
    float: left;
    width: 85%;
}

.cservicesIconPanel
{
    clear: both;
    float: left;
    width: 15%;
    text-align: center;
}

#cservicesMain
{
    float: left;
    width: 84%;
    margin-bottom: 15px;
}

#cservicesMain ul
{
    margin-bottom: 15px;
    margin-left: 15px;
    padding-left: 0px;
}

#cservicesMain a
{
    color: #0065b5;
}

.cservicesLargeBoldText
{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.cservicesXLargeBoldText
{
    font-size: 24px;
    font-weight: bold;
}

.cservicesSmallBoldText
{
    font-size: 14px;
    font-weight: bold;
}

/*  CUSTOM ERROR    */
.cerrorLargeText
{
    font-size: 18px;
    font-weight: bold;
}

.cerrorSmallLink
{
    font-size: 14px;
    font-weight: bold;
    color: #0065b5;
}

.cerrorHR
{
    width: 60%;
}

.cerrorTopBrandsContainer
{
    margin-left: 5px;
}

#cerrorTopBrandsList p a
{
    font-size: 18px;
    font-weight: bold;
    color: #0065b5;
}

/*  END FALL RELEASE    */

/****************Fixes for safari**************/

@media screen and (-webkit-min-device-pixel-ratio:0)
{
    .go-button-image
    {
        margin-left: -2px;
    }
    .input-box
    {
        margin-left: -2px;
    }
    #center-input-bottom-container
    {
        margin-top: 20px;
    }
    .sprite-join-button
    {
        margin-top: -10px;
    }
    
    .BrandSearchBox
    {
        margin-left: 0px;
    }
    .live-1-1
    {
        margin-left: -45px;
    }
    .live-1-2
    {
        margin-left: -39px;
    }
    .live-1-3
    {
        margin-left: -37px;
    }
    
    .margin-get-live-1
    {
        text-align:center;
        }
    .margin-get-live-2
    {
        margin-left: 0px;
        text-align:center;
    }
    .margin-get-live-3
    {
        margin-left: -25px;
        text-align:center;
    }
    .margin-cs-3
    {
        margin: 0px;
    }
    .safari-fix-margin-1
    {
        margin-left: 70px;
    }
    .safari-fix-margin-2
    {
        margin-left: 65px;
    }
    .safari-fix-margin-3
    {
        margin-left: 45px;
    }
    .sales-2-1
    {
        margin-left: -60px;
    }
    .sales-2-2
    {
        margin-left: -60px;
    }
    .sales-2-3
    {
        margin-left: -45px;
    }
    .margin-go-green-3-1
    {
        margin-left: -31px;
    }
    .margin-go-green-3-2
    {
        margin-left: -55px;
    }
    .margin-go-green-3-3
    {
        margin-left: -73px;
    }
    
}

/* Model Widget Popup */
.abHeader2 {
    background: #fff url(/Images/widgetHeaderBg.gif);
    text-align: left;
    color: #fff;
    float: left;
    font-size: 15px;
    font-weight: bold;
    height: 21px;
    padding: 5px 0 0 7px;
    width: 745px;
    cursor: move;
}
.abCloseButton {
    background: #fff url(/Images/Buttons/widgetBlueX.gif);
    cursor: pointer;
    float: left;
    width: 36px;
    height: 26px;
    margin-left: 5px;
}

/* No Results */
.NoResultsDiv ul
{
    color: #676868;
    margin-top: 2px;
    font-weight: bold;
    font-size: 12px;
    line-height: 19px;
}

.NoResultsDiv .subHeader
{
    font-size: 16px;
    font-weight: bold;
}

.NoResultsDiv .subHeader .callUs
{
    font-size: 14px;
    font-weight: normal;
    color: #676868;
}

.NoResultsDiv .subHeader .phoneNumber
{
    color: #356AA0;
    font-weight: bold;
}

.NoResultsDiv .nrsearchBox
{
    background: url(/Images/nr_InputBox.gif);
    width: 294px;
    height: 48px;
}

.NoResultsDiv .nrsearchBox .nrinputBox
{
    float: left;
    margin: 10px 0 0 14px;
    display: inline;
}

.NoResultsDiv .nrsearchBox .nrinputBox input
{
    padding: 0px;
    margin: 0px;
    border: none 0;
    color: #676868;
    font-size: 13px;
    height: 26px;
    line-height: 26px;
    width: 220px;
}

.NoResultsDiv .nrsearchBox .nrGoButton
{
    float: left;
    margin: 11px 0 0 5px;
}

#nrTopBrands
{
    margin-top: 20px;
}

#nrTopBrands .headerDiv
{
    background: url(/CustomContent/PSTOR_CA_ECO/Images/shopTopBrandsBg.gif);
    color: #fff;
    font-size: 15px;
    font-weight: bolder;
    height: 24px;
    padding:5px 0 0 8px;
    width: 737px;
}

#nrTopBrands .columnWrapper
{
    float: left;
    width: 148px;
    border-left: 1px solid #d7e9f7;
    border-bottom: 1px solid #d7e9f7;
}

#nrTopBrands .columnWrapperEx
{
    width: 147px !important;
    border-right: 1px solid #d7e9f7;
}

#nrTopBrands .columnWrapper .columnCell
{
    height: 50px;
    text-align: center;
}

#nrTopBrands .columnWrapper .spacerCell
{
    height: 10px;
}

/* R8 Assets changes */
.modelSearchFieldBg
{
    background: transparent url('/CustomContent/PSTOR_CA_ECO/Images/searchbox/modelSearchFieldBg.png') no-repeat;
    height:33px;
    width:428px;
    padding: 3px;
}
.model-search-input-box
{
    border: 0;
    width: 374px;
    float: left;
    font-size: 16px;
    margin-top: 3px;
    
    /* IE fixes*/
    *width: 366px;
    *margin-top: 2px;
}

/* FINDERS OVERRIDE - PSTOR_ECO*/    
#FinderTypePanel{ margin-bottom: 1px !important; }
table.masterSKUResults th
{
    background: url("/CustomContent/PSTOR_CA_ECO/Images/Finders/bom-Results-TH-bk.gif") repeat-x;
}
#modelStepSubFalse
{
    background:url("/CustomContent/PSTOR_CA_ECO/Images/finders/finderFalse.gif") no-repeat scroll 0 0 transparent !important;
}
#productLineStepSubFalse
{
    background: url("/CustomContent/PSTOR_CA_ECO/Images/finders/finderProdFalse.gif") no-repeat scroll 0 0 transparent !important;
}
#branddropdown .newListSelected, #modeldropdown .newListSelected, #productlinedropdown .newListSelected
{
    background:url("/CustomContent/PSTOR_CA_ECO/Images/finders/finderSelectSkin.jpg") no-repeat scroll 0 0 transparent !important;
}
.modelFinderHeader
{
    background: url('/CustomContent/PSTOR_CA_ECO/Images/Finders/finderModelFinderHeaderBg.gif') repeat-x !important;
}
.modelFinderCloseButton
{
    background: url('/CustomContent/PSTOR_CA_ECO/Images/Finders/finderModelFinderCloseButton.jpg') no-repeat !important;
}
div.skinned-select {
	background: url('/CustomContent/PSTOR_CA_ECO/Images/Finders/finderBrandSelectSkin.jpg') no-repeat scroll 0pt 100% !important;
}
UL.finder-tabs LI {
    background: #bdeffa url('/CustomContent/PSTOR_CA_ECO/images/Finders/glsTabBg.jpg') no-repeat bottom left;
    border-top: solid 1px #CCCCCC;
    border-right: solid 1px #CCCCCC;
    border-left: solid 1px #CCCCCC;
    margin-right: 2px;
}
ul.finder-tabs li a
{
    color: #072d64 !important;
}
UL.finder-tabs LI:hover
{   
    background: #bdeffa url('/CustomContent/PSTOR_CA_ECO/images/Finders/glsTabBg_hover.jpg') no-repeat bottom left;
    border-bottom: none !important;
}
UL.finder-tabs LI a:hover
{
    background: #bdeffa url('/CustomContent/PSTOR_CA_ECO/images/Finders/glsTabBg_hover.jpg') no-repeat bottom left;
    border-bottom: none !important;
}
ul.finder-tabs li.selected
{
    background: none !important;
    background-color: #fff !important;
    border-right: solid 1px #CCCCCC !important;
    border-bottom: solid 1px #FFF !important;
}
UL.model-tabs LI
{
    width: 100px;
    height: 30px;
    * height: 30px;
    margin: 0px;
    list-style: none;
    display: inline;
    text-align: center;
    background: #bdeffa url('/CustomContent/PSTOR_CA_ECO/images/Finders/glsTabBg.jpg') no-repeat bottom left;
    float: left;
}

UL.model-tabs LI:hover
{
    background: #bdeffa url('/CustomContent/PSTOR_CA_ECO/images/Finders/glsTabBg_hover.jpg') no-repeat bottom left;
}

*UL.model-tabs LI a:hover
{
    background: #bdeffa url('/CustomContent/PSTOR_CA_ECO/images/Finders/glsTabBg_hover.jpg') no-repeat bottom left;
}

UL.model-tabs LI A
{
    font-weight: bold;
    color: #072f63;
    text-decoration : none;
    display: block;
    padding: 6px 10px;
    
}
UL.model-tabs LI.selected
{   
    background: #ffffff url('/images/glsTabActiveBg.gif') no-repeat -1px 0px;
    border-right: none;
    height: 30px;
    width: 100px;
    * height: 30px;
    * width: 101px;
}
UL.model-tabs LI.selected a
{
    color: black !important;
}
UL.model-tabs LI.selected a:hover
{
    background: #ffffff url('/images/glsTabActiveBg.gif') no-repeat -1px 0px;
}
.finderBrandTextBox
{
    background: #fff url('/CustomContent/PSTOR_CA_ECO/images/Finders/finderTextBoxBgShort.gif') no-repeat !important;
}
.finderPartTextBox
{
    background: #fff url('/CustomContent/PSTOR_CA_ECO/images/Finders/finderTextBoxBg.jpg') no-repeat !important;
    height: 33px !important;
}

.openSearch-fieldBg {
float: left;
border:0;
margin:0;
padding: 0px;
height:28px;
background: transparent url(/CustomContent/PSTOR_CA_ECO/images/SearchBox/openSearchField-bg.png) no-repeat top left;
width: 254px;
text-align: left;
margin-top: 4px;
}
.openSearch-fieldBg input.box {
    width: 207px;
    float: left;
    margin: 5px 0 0 5px;
    color: #666666;
    
    /* IE fixes*/
    width: 205px\9; /* IE8 and below */
    *width: 205px; /* IE7 and below */
}
.openSearch-fieldBg input:focus
{
    color: #000;
}
.openSearch-fieldBg input.btn {
    margin-top: 2px;
    float: left;
}
