.gray-box, .gray-box .box-cap-t { background-color: #8a8a8a; }
.gray-box .box-body-content { padding: 8px 10px 0 7px; }

.alignwbutton { font-size: 13px; color: #454545; padding-right: 5px; }


/* components/locate-dealer.jsp */
.locate-dealer-box, .locate-dealer-side { color: #777d84; }
.locate-dealer-box {  }
.locate-dealer-box #label-pref-dealer { font-size: 14px; line-height: 30px; }
.locate-dealer-box #prefDealerForm .form-middle { width: auto; }
.locate-dealer-box #prefDealerForm div.select { width: 250px; }
.locate-dealer-box .orLine { font-size: 14px !important; padding: 10px 0 10px 10px; }
.locate-dealer-box .rowTwoLeft .column { width: 240px; }
.locate-dealer-box .rowTwoLeft .columnB { width: 450px; }
.locate-dealer-box .column fieldset label { float: left; font-size: 14px !important; font-weight: bold; padding: 4px 0 0 0; width: 215px; }
.locate-dealer-box #label-filter { width: 125px; }
.locate-dealer-box #label-zip, .locate-dealer-box #label-dealer-name { float: left; font-size: 14px; font-weight: bold; padding: 4px 0 0 0; width:65px; width: 140px; }
.locate-dealer-box #label-zip { width: 143px; }
.locate-dealer-box #label-dealer-name { width: 140px; } 
.locate-dealer-box #fieldset-filter select { margin-top: 2px; }
.locate-dealer-box .customFields .customTxt input { width: 165px; }
.locate-dealer-box #fieldset-filter div.select { width: 158px; }
.locate-dealer-box .form-middle { float: left; width: 240px; }
.locate-dealer-box .form-right { float: left; }
.locate-dealer-box input.check { margin-right: 10px; position: relative; top: 3px; }
.locate-dealer-box .checkbox-rows label { display: block; line-height: 100%; padding-left: 25px; margin-bottom: 15px; }
.locate-dealer-box .checkbox-rows label input.check { position: absolute; top: auto; margin: 0 0 0 -25px; *margin-top: -2px; }
.locate-dealer-box .findDealerSubmitWrap { text-align: right; position: relative; top: 5px; left: 5px; }
.locate-dealer-box  hr { font-size: 1px; line-height: 1px; background-color: #ccc; color: #ccc; padding: 0 0 0 0; margin: 0 0 15px 0; }
.locate-dealer-box .fieldset-advanced-search { padding-top: 4px; padding-top: 20px; }
.locate-dealer-box .fieldset-advanced-search h4 { font-size: 14px; font-weight: bold; margin-bottom: 4px; }
.locate-dealer-box .fieldset-advanced-search p { margin-bottom: 20px; }
.locate-dealer-box .fieldset-advanced-search div p { margin-bottom: 12px; }
.locate-dealer-box .preferred-dealers-list h4 { font-size: 14px; font-weight: bold; margin-bottom: 15px; }

.locate-dealer-box .preferred-dealers-list .link-list { border-bottom: 1px solid #FFF; }
.locate-dealer-box .preferred-dealers-list .link-list li { display: block; float: left; width: 25%; margin-bottom: 8px; }
.locate-dealer-box .preferred-dealers-list .link-list li a { display: block; padding-right: 10px; }
.locate-dealer-box .button-block, .locate-dealer-side .button-block { margin-bottom: 0; }
.locate-dealer-side label {display: block; margin-bottom: 3px; }
.locate-dealer-side .field {margin-bottom: 15px; }
.locate-dealer-side hr { font-size: 1px; line-height: 1px; background-color: #ccc; color: #ccc; padding: 0 0 0 0; margin: 0 0 5px 0; }
.locate-dealer-side .link-list { padding-left: 2px; margin-bottom: 10px; }

/* components/vehicle-selector.jsp */
#vehicle-selector-module { display: block; width: 720px; margin-left: 5px; }
#vehicle-selector-module .box-body .box-body-content { font-size: 12px; line-height: 100%; padding: 0 20px 10px 20px; color: #333; }
#vehicle-selector-module h2 { padding-bottom: 10px; color: #fff; }
#vehicle-selector-module h2 , #vehicle-selector-module p { padding-left: 55px; padding-right: 50px; }
#vehicle-selector-module .owner-vehicle, #vehicle-selector-module #vs-add-car-btn { float: left; width: 195px; text-align: center; height: 117px; border-bottom: 0px; border-right: solid 1px #fff; }
#vehicle-selector-module #vs-add-car-btn  { border-right: 0; }
#vehicle-selector-module .owner-vehicle { background-image: url(/Storage/Owner2/assets/img/icon-and-bkg/vehicle-selector-vehicle-bg.png); }
#vehicle-selector-module .owner-vehicle:hover, #vehicle-selector-module .selected-owner-vehicle { background-position: left bottom; }
#vehicle-selector-module .owner-vehicle img { margin: 10px 0 0 0; }
#vehicle-selector-module .owner-vehicle span.nickname { display: block; color: #fff; font-size:14px; font-weight:bold; padding-top:5px; }
#vehicle-selector-module #selecterOuterContainer { margin-left: 10px; position: relative; }
#vehicle-selector-module #selectorContainer { width: 587px; height: 117px; overflow: hidden; padding-left: 35px; position: relative; }
#vehicle-selector-module #arrowLeft, #vehicle-selector-module #arrowRight { background-repeat: no-repeat; width: 35px; height: 117px; visibility: hidden; }
#vehicle-selector-module #arrowLeft { position: absolute; z-index:2; background-image: url(/Storage/Owner2/assets/img/icon-and-bkg/vehicle-selector-arrow-left.png); }
#vehicle-selector-module #arrowRight { position:absolute; z-index:2; margin-left:621px; background-image: url(/Storage/Owner2/assets/img/icon-and-bkg/vehicle-selector-arrow-right.png);  }
#vehicle-selector-module #arrowLeft:hover { background-image: url(/Storage/Owner2/assets/img/icon-and-bkg/vehicle-selector-arrow-left-over.png); }
#vehicle-selector-module #arrowRight:hover { background-image: url(/Storage/Owner2/assets/img/icon-and-bkg/vehicle-selector-arrow-right-over.png); }
#vehicle-selector-module #vs-add-car-btn { background-image: url(/Storage/Owner2/assets/img/icon-and-bkg/vehicle-selector-add-vehicle.png); background-repeat: no-repeat; }
#vehicle-selector-module #vs-add-car-btn:hover { background-position: left bottom; }

/* components/promo-threehoriz.jsp */
.promo-threehoriz li, .promo-twohoriz li { display:block; float:left; width:237px; margin: 0 8px 0 0; background-image: none; padding-left: 0px; }
.promo-threehoriz li.left, .promo-twohoriz li.left {margin-right:0;}
.promo-threehoriz li .promo a img, .promo-twohoriz li .promo a img { width: 235px; height: 146px; }

/* components/promo-coupon-onethird.jsp */
.coupon-onethird { display: block; background: url(/Storage/Owner2/assets/img/icon-and-bkg/coupon-mdl.gif) no-repeat 0 10px; margin-bottom: 15px; *border-bottom: 1px solid #FFF; }
.coupon-onethird .top, .coupon-onethird .btm { display: block; background-repeat: no-repeat; height: 14px; }
.coupon-onethird .top { background-image: url(/Storage/Owner2/assets/img/icon-and-bkg/coupon-top.gif); }
.coupon-onethird .btm { background-image: url(/Storage/Owner2/assets/img/icon-and-bkg/coupon-btm.gif); }
.coupon-onethird .mdl { display: block; background: url(/Storage/Owner2/assets/img/icon-and-bkg/coupon-mdl.gif) repeat-y; height: 118px; overflow: hidden; }
.coupon-onethird .mdl .offer{ 
	color: #6baf40; font-size: 14px !important; font-weight: bold; 
	text-align: center; line-height: 1.1em;
	display: block; height: 87px; overflow: hidden; 
	padding: 5px 20px 0 18px; }
.coupon-onethird .mdl .subcopy { display: block; color: #333; font-size: 10px !important; padding: 5px 0 0; }
.coupon-onethird .mdl .printlink { display: block; text-align: center; padding: 0 20px 0 18px; }
.coupon-onethird .mdl .printlink a { font-size: 11px; text-decoration: underline; }

.coupon-onethird { background: url(/Storage/Owner2/assets/img/icon-and-bkg/coupon-bg1.jpg) no-repeat; width: 235px; height: 146px; text-align: center; }
.coupon-onethird .offer { display: block; height: 103px; padding: 0 5px 0; font-size: 15px; color: #fff; overflow: hidden; }
.coupon-onethird .offer .maincopy { display: block; min-height: 54px; _height: 54px; margin: 13px 0; }
.coupon-onethird .offer-line1 .maincopy { min-height: 54px; _height: 54px; }
.coupon-onethird .offer-line2 .maincopy { min-height: 42px; _height: 42px; }
.coupon-onethird .offer-line3 .maincopy { min-height: 32px; _height: 32px; }

.coupon-onethird .subcopy { display: block; background: url(/Storage/Owner2/assets/img/icon-and-bkg/coupon-subcopy-bg.jpg) no-repeat left bottom; width: 225px; color: #262626; font-size: 10px; }
.coupon-onethird .subcopy .subcopytxt { display: block; padding: 8px 10px 3px 10px; _padding: 8px 2px 3px 2px; }
.coupon-onethird .printlink { display: block; text-align: center; margin: 10px auto 0; }
.coupon-onethird .printlink a { font-weight: bold; color: #393f44 !important; }
.coupon-onethird .printlink span { text-decoration: underline; }
.coupon-onethird .dotdotdot { letter-spacing: -1px; }

.promo-twohoriz .left .coupon-onethird { background-image: url(/Storage/Owner2/assets/img/icon-and-bkg/coupon-bg2.jpg); }
.promo-twohoriz .left .coupon-onethird .subcopy { background-image: url(/Storage/Owner2/assets/img/icon-and-bkg/coupon-subcopy-bg2.jpg); }

/* components/promo-coupon-left-rail.jsp */
.coupon-leftrail { display: block; background: url(/Storage/Owner2/assets/img/icon-and-bkg/coupon-LR-mdl.gif) no-repeat 0 10px; }
.coupon-leftrail .top, .coupon-leftrail .btm { display: block; background-repeat: no-repeat; }
.coupon-leftrail .top { background-image: url(/Storage/Owner2/assets/img/icon-and-bkg/coupon-LR-top.gif); height: 15px; }
.coupon-leftrail .btm { background-image: url(/Storage/Owner2/assets/img/icon-and-bkg/coupon-LR-btm.gif); background-position:left bottom; height:20px; text-align: center; }
.coupon-leftrail .mdl { display: block; background: url(/Storage/Owner2/assets/img/icon-and-bkg/coupon-LR-mdl.gif) repeat-y; min-height: 65px; height:auto !important; height:65px; }
.coupon-leftrail .mdl span { display: block; padding: 2px 15px 0 15px; text-align: center; line-height: 1.2em !important; }
.coupon-leftrail .mdl .offer{ color: #6baf40; font-size: 12px !important; font-weight: bold; margin-bottom: 5px; }
.coupon-leftrail .mdl .printlink a { font-size: 12px; }
.coupon-leftrail .mdl .printlink a:hover { text-decoration: underline; }


/** print components **/
#bd .page-utility{position:absolute;width:730px;text-align:right;}
#bd .credit-page .page-utility { width: 680px; }#bd .premium-maintenance .page-utility { width: 570px; }
#bd .page-utility a{color:#777d84;font-size:11px;font-weight:bold;margin-left: 10px; padding-bottom:3px; }
#bd .page-utility a.email{background:url(/Storage/Owner2/assets/img/icon-and-bkg/email.gif) no-repeat right top;padding-right: 20px;}
#bd .page-utility a.print{background:url(/Storage/Owner2/assets/img/icon-and-bkg/print.gif) no-repeat right top;padding-right: 20px;}
#bd .page-utility a.close img{vertical-align: -3px;}

#bd .go-back{width:482px;text-align:right;margin-top:-16px; display: none;}
#bd .go-back a{color:#b3b3b3;background:url(/Storage/Owner2/assets/img/icon-and-bkg/back-arrow.gif) no-repeat left 3px;padding-left:10px;color:#b3b3b3;text-decoration:none;font-size:11px;font-weight:bold;}


/** overlay style **/
.overlay { visibility: hidden; XXXmargin-left: -999em; position: absolute; width: 380px; line-height: 100%; color: #333; }
.overlay-visible { visibility: visible; }
.overlay .box-body { background-color: #fff; }
.overlay .overlay-close-cont { text-align: right; line-height: 50%; font-size: 90%; padding: 0 10px 10px 0; }
.overlay .overlay-close-cont .overlay-close { color: #333 !important; width: 50px; }
.overlay .overlay-arrow { position: absolute; margin: -45px 0 0 366px; *margin-top: -40px; width: 13px; height: 25px; background: url(/Storage/Owner2/assets/img/elements/overlay-arrow.gif) no-repeat top right; }
#getDirection .overlay-arrow { margin-top: -80px; }
.overlay .box-module { margin-bottom: 0px; width: 367px; }
.overlay .box-body { padding-bottom: 0px; }
.overlay .box-body .box-body-content { padding: 0 10px 10px 10px; } }
.overlay .form2Col .colLeft { width: 95px; }
.overlay .form2Col .colRight { width: 250px; }
.overlay .form2Col .colRight input { width: 95px; }
.overlay .form2Col .colRight .inputLg input { width: 220px; }
.overlay .loadingView img { padding: 45px 0 0 25px; }
#sendToPhone .defaultView { padding-left: 20px; }
#sendToPhone .box-body-content { display: none; }
#sendToPhone .currentView { display: block; min-height: 120px; }
* html #sendToPhone .currentView { height: 135px; }
#sendToPhone .defaultView .customTxt input { width: 100px; }
/** /overlay style **/


/*** summary box style **/
.box-summary .summary-block { position: relative; float: left; width: 50%; }
.box-summary .summary-right { padding-right: 0px; float: right; }
.box-summary .block-header { color: #015484; font-size: 12px; padding-left: 20px; }
.box-summary .summary-block .row { clear: left; display: block; width: 335px; }
.box-summary .summary-block .row .left { float: left; padding-right: 10px; }
.box-summary .summary-block .row .left, .box-summary .summary-block h3.block-header { display: block; width: 135px; padding: 0 10px 5px 0; text-align: right; }
.box-summary .summary-block .row .right { display: block; width: 180px; float: left; font-weight: bold; padding-bottom: 5px; }
.box-summary .summary-block .button-block { margin-bottom: 0; }
.box-summary .summary-block { margin-bottom: 0px; margin-top: -5px; position: relative; z-index: 5; }

.box-summary-wrapper { clear: left; float: left; width: 728px; }
.box-summary .box-body { background: #ededed url(/Storage/Owner2/assets/img/elements/even-divider.gif) repeat-y; }
.box-summary .box-body-content { padding-left: 10px; padding-right: 10px; }

/** components/esp-wizard-intercept.jsp **/
	#esp-wizard-intercept-module { width: 728px; margin-left: 10px; color: #333; text-align: left; }
	#esp-wizard-intercept-module .modal-close { float:right; color:#666; font-size:90%; }
	#esp-wizard-intercept-module h2 { text-align: center; margin: 10px 0 20px; }
	#esp-wizard-intercept-module h2 span { color: #3b85ba; }
	#esp-wizard-intercept-module .box-body { padding-bottom: 5px; padding-top: 0px; }
	#esp-wizard-intercept-module .box-body p {text-align: center;  margin-bottom: 0px; }
	#esp-wizard-intercept-module .box-body .box-body-content { padding-bottom: 10px; padding-right: 10px; padding-left: 45px; }
	#esp-wizard-intercept-module ul li { float: left; width: 210px; padding-right: 15px; }
	* html #esp-wizard-intercept-module ul li { width: 200px; overflow: hidden; }
	* html #esp-wizard-intercept-module ul li.last-item { width: 210px; }
	#esp-wizard-intercept-module ul li.last-item { padding-right: 0px; }
	#esp-wizard-intercept-module .progress-step { margin-left: 35px; background: url(/Storage/Owner2/assets/img/icon-and-bkg/progress-step-bg2.png) no-repeat top left; width: 187px; height: 65px; font-size: 22px; padding: 40px 0 15px 50px; color: #fff; }
	* html #esp-wizard-intercept-module li .progress-step { width: 137px; }
	* html #esp-wizard-intercept-module li.last-item .progress-step { width: 110px; }
	#esp-wizard-intercept-module .last-item .progress-step { margin-left: 45px; background: url(/Storage/Owner2/assets/img/icon-and-bkg/progress-step-bg.png) no-repeat top left; }
	#esp-wizard-intercept-module li p { width: 175px; color: #636363; line-height: 120%; }
	#esp-wizard-intercept-module li.last-item p { width: 210px; }
	#esp-wizard-intercept-module .button-block { text-align: right; }
	#esp-wizard-intercept-module .box-body { background: #b2b2b2 url(/Storage/Owner2/assets/img/icon-and-bkg/esp-wizard-intercept-bg.png) repeat-x; }
	#esp-wizard-intercept-module  .box-cap-t, #esp-wizard-intercept-module  .box-header-frame { background-color: #edeced; }
	#esp-wizard-intercept-module  .box-cap-b { background-color: ##b2b2b2; }
	/** components/esp-wizard-intercept.jsp **/

/* sync-intercept-module */

.sync-intercept-module-block 
{ display: none; }

#sync-intercept-module.sync-intercept-module-request .sync-intercept-module-block.sync-intercept-module-request, 
#sync-intercept-module.sync-intercept-module-response .sync-intercept-module-block.sync-intercept-module-response, 
#sync-intercept-module.sync-intercept-module-request-form .sync-intercept-module-block.sync-intercept-module-request-form, 
#sync-intercept-module.sync-intercept-module-request-progress .sync-intercept-module-block.sync-intercept-module-request-progress, 
#sync-intercept-module.sync-intercept-module-response-success .sync-intercept-module-block.sync-intercept-module-response-success, 
#sync-intercept-module.sync-intercept-module-response-failure .sync-intercept-module-block.sync-intercept-module-response-failure 
{ display: block; }

#sync-intercept-module.modal .box-body-frame 
{ min-height: 225px; background-color: #b3b3b3; }

* html #sync-intercept-module.modal .box-body-frame 
{ height: 225px; }

#sync-intercept-module .sync-intercept-module-request-progress 
{ text-align: center; padding-top: 75px; }

/* /sync-intercept module */

/* NEXT STEPS */

.box-vhr-next, 
.box-vhr-next a 
{ color: #414141; font-size: 90% !important; }

.box-vhr-next h3 
{ color: #fff; font-size: 16px !important; margin: 0 0 15px 12px; }

.box-vhr-next a:link, 
.box-vhr-next a:visited, 
.box-vhr-next a:active 
{ color: #414141 !important; }

.box-vhr-next .box-body, 
.box-vhr-next .box-cap 
{ background-color: #727272; }

.box-vhr-next .box-body-content .box-body, 
.box-vhr-next .box-body-content .box-cap 
{ background-color: #e6e6e6; }

.box-vhr-next .box-module 
{ margin-bottom: 5px; }

.box-vhr-next .box-body-content .box-body 
{ padding-top: 0px; }

.box-vhr-next .box-body-content 
{ padding: 0 5px; }

.box-vhr-next .dealer-oar-callout 
{ display: block; font-size: 10px; line-height: 100%; color: #333; font-weight: bold; padding-top: 4px; margin-bottom: 4px; }

.box-vhr-next .box-body img 
{ position: absolute; }

.box-vhr-next .box-body .step-content 
{ padding-left: 45px; overflow:hidden; _width: 140px; }

.box-vhr-next .box-body .step-content li 
{ margin-bottom: 3px; }

.box-corner-button 
{ position: absolute; width: 50px; margin-left: 660px; }

.box-vhr-next .box-outset-lined .box-canvas 
{ border: none; }

.box-vhr-next .box-outset-lined .box-cap-t .box-cap-m, 
.box-vhr-next .box-outset-lined .box-cap-b .box-cap-m 
{ background-image: none; }

.box-vhr-next .box-outset-lined .box-cap-t .box-cap-l 
{ background-image: url(/Storage/Owner2/assets/img/boxes/cap-outset-lined-grey-tl.gif); }

.box-vhr-next .box-outset-lined .box-cap-t .box-cap-r 
{ background-image: url(/Storage/Owner2/assets/img/boxes/cap-outset-lined-grey-tr.gif); }

.box-vhr-next .box-outset-lined .box-cap-b .box-cap-l 
{ background-image: url(/Storage/Owner2/assets/img/boxes/cap-outset-lined-grey-bl.gif); }

.box-vhr-next .box-outset-lined .box-cap-b .box-cap-r 
{ background-image: url(/Storage/Owner2/assets/img/boxes/cap-outset-lined-grey-br.gif); }
	
/* /NEXT STEPS */

/*** GRADIENT BOX BACKGROUND **/
.box-body-gradient .box-body { background-position: left center; background-image: url(/Storage/Owner2/assets/img/icon-and-bkg/box-gradient-long.jpg); background-repeat: no-repeat; }
.box-body-gradient .box-body .box-body-content { padding-bottom: 15px; }
.rowTwo .box-body-gradient .box-body { background-image: url(/Storage/Owner2/assets/img/icon-and-bkg/box-gradient-short.jpg); }


/** tool tip **/
.owner-tt .yui-tt-shadow 
{ display: none; }

.owner-tt 
{ width: 212px; font-size: 11px; color: #474c52; }

.owner-tt .box-module 
{ margin-bottom: 0px; text-align: left; }

.owner-tt .box-module .box-body 
{ padding-top: 0; }

.owner-tt .box-module .box-body .box-body-content 
{ padding: 0 5px; }

.owner-tt .tooltip-tri 
{ position: relative; text-align: left; }

.owner-tt-l .tooltip-tri 
{ margin-left: 12px; }

.owner-tt-m .tooltip-tri 
{ margin-left: 101.5px; }

.owner-tt-r .tooltip-tri 
{ margin-left: 190px; }

.owner-tt .hd .tooltip-tri 
{ top: 1px; }

.owner-tt .ft .tooltip-tri 
{ margin-top: -7px; }

.owner-tt .hd .tooltip-tri img 
{ width: 9px; height: 7px; background: transparent url(/Storage/Owner2/assets/img/elements/tooltip-arrow-up.png) no-repeat 0 0; }

.owner-tt .hd .tooltop-tri-shadow img
{ width: 12px; height: 8px; background: transparent url(/Storage/Owner2/assets/img/elements/tooltip-arrow-up-shadow.png) no-repeat 0 0; }

* html .owner-tt .hd .tooltip-tri img 
{ background-image: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Storage/Owner2/assets/img/elements/tooltip-arrow-up.png', sizingMethod='crop'); }

.owner-tt .ft .tooltip-tri img 
{ width: 9px; height: 7px; background: transparent url(/Storage/Owner2/assets/img/elements/tooltip-arrow-down.png) no-repeat 0 0; }

* html .owner-tt .ft .tooltip-tri img 
{ background-image: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Storage/Owner2/assets/img/elements/tooltip-arrow-down.png', sizingMethod='crop'); }

.owner-tt-t .ft .tooltip-tri, 
.owner-tt-b .hd .tooltip-tri 
{ visibility: hidden; }

.yui-module.yui-overlay 
{ position: absolute; z-index: 10; }

.owner-tt .box-inset-lined-white .box-cap-t .box-cap-l 
{ padding-left: 9px; height: 5px; background-image:url(/Storage/Owner2/assets/img/boxes/tooltip-tlc.png); }

.owner-tt .box-inset-lined-white .box-cap-t .box-cap-m 
{ height: 5px; background-image:url(/Storage/Owner2/assets/img/boxes/tooltip-t.png); }

.owner-tt .box-inset-lined-white .box-cap-t .box-cap-r 
{ width: 9px; height: 5px; background-image:url(/Storage/Owner2/assets/img/boxes/tooltip-trc.png); }

.owner-tt .box-inset-lined-white .box-cap-b 
{ height: 12px; background-color: transparent; }

.owner-tt .box-inset-lined-white .box-cap-b .box-cap-l 
{ background-color: none; height: 12px; padding-left: 9px; background-image:url(/Storage/Owner2/assets/img/boxes/tooltip-blc.png); }

.owner-tt .box-inset-lined-white .box-cap-b .box-cap-m 
{ background-color: none; height: 12px; background-image:url(/Storage/Owner2/assets/img/boxes/tooltip-b.png); }

.owner-tt .box-inset-lined-white .box-cap-b .box-cap-r 
{ background-color: none; height: 12px; width: 9px; background-image:url(/Storage/Owner2/assets/img/boxes/tooltip-brc.png); }

* html .owner-tt .box-inset .box-cap-r, 
* html .owner-tt .box-outset .box-inset .box-cap-r 
{ right: 0px; }

.owner-tt .box-inset-lined-white .box-canvas 
{ background: transparent url(/Storage/Owner2/assets/img/boxes/tooltip-ml.png) repeat-y; padding: 0 9px; border: none; }

* html .owner-tt .box-inset-lined-white .box-canvas 
{ height: 10px; background-image: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale', src='/Storage/Owner2/assets/img/boxes/tooltip-ml.png'); }

.owner-tt .box-inset-lined-white .box-canvas .box-body-content 
{ padding-top: 5px; }

.owner-tt .box-inset-lined-white .box-canvas .box-body-frame 
{ *padding-bottom: 1px; }

.owner-tt ul, 
.owner-tt li, 
.owner-tt p 
{ font-size: 11px; line-height: 15px; padding: 0 0 0 0; margin: 0 0 5px 0; }

.owner-tt li 
{ background-image: url(/Storage/Owner2/assets/img/icon-and-bkg/bullet-gray.gif) no-repeat left 50%; padding-left: 10px; }


/* blue and green promo boxes. place width and other overrides in necessary css*/
/* blue gradient promo box. */
.promo-box-blue {}
.promo-box-blue .box-top {overflow:hidden;height:5px;}
	.promo-box-blue .box-tl {float:left;height:5px;width:5px;background: url(/Storage/Owner2/assets/img/boxes/blue-top-left.gif) no-repeat;}
	.promo-box-blue .box-tm {float:left;height:5px;background: url(/Storage/Owner2/assets/img/boxes/blue-top-mid-bg.gif) repeat-x;}
	.promo-box-blue .box-tr {float:left;height:5px;width:5px;background: url(/Storage/Owner2/assets/img/boxes/blue-top-right.gif) no-repeat;}
.promo-box-blue .box-mid {overflow:hidden;}
	.promo-box-blue .box-content {overflow:hidden;padding:0px 15px 0px 15px;float:left;background:#469dcd url(/Storage/Owner2/assets/img/boxes/blue-mid-bg.gif) repeat-x;background-position:bottom;}
.promo-box-green .box-btm {overflow:hidden;height:5px;}
	.promo-box-blue .box-bl {float:left;height:5px;width:5px;background: url(/Storage/Owner2/assets/img/boxes/blue-btm-left.gif) no-repeat;}
	.promo-box-blue .box-bm {float:left;height:5px;background: url(/Storage/Owner2/assets/img/boxes/blue-btm-mid-bg.gif) repeat-x;}
	.promo-box-blue .box-br {float:left;height:5px;width:5px;background: url(/Storage/Owner2/assets/img/boxes/blue-btm-right.gif) no-repeat;}
/** tool tip **/
.owner-tt .yui-tt-shadow 
{ display: none; }

.owner-tt 
{ width: 212px; font-size: 11px; color: #474c52; }

.owner-tt .box-module 
{ margin-bottom: 0px; text-align: left; }

.owner-tt .box-module .box-body 
{ padding-top: 0; }

.owner-tt .box-module .box-body .box-body-content 
{ padding: 0 5px; }

.owner-tt .tooltip-tri 
{ position: relative; text-align: left; }

.owner-tt-l .tooltip-tri 
{ margin-left: 12px; }

.owner-tt-m .tooltip-tri 
{ margin-left: 101.5px; }

.owner-tt-r .tooltip-tri 
{ margin-left: 190px; }

.owner-tt .hd .tooltip-tri 
{ top: 1px; xxmargin-top: -6px; }

.owner-tt .ft .tooltip-tri 
{ margin-top: -7px; }

.owner-tt .hd .tooltip-tri img 
{ width: 9px; height: 7px; background: transparent url(/Storage/Owner2/assets/img/elements/tooltip-arrow-up.png) no-repeat 0 0; }

* html .owner-tt .hd .tooltip-tri img 
{ background-image: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Storage/Owner2/assets/img/elements/tooltip-arrow-up.png', sizingMethod='crop'); }

.owner-tt .ft .tooltip-tri img 
{ width: 9px; height: 7px; background: transparent url(/Storage/Owner2/assets/img/elements/tooltip-arrow-down.png) no-repeat 0 0; }

* html .owner-tt .ft .tooltip-tri img 
{ background-image: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Storage/Owner2/assets/img/elements/tooltip-arrow-down.png', sizingMethod='crop'); }

.owner-tt-t .ft .tooltip-tri, 
.owner-tt-b .hd .tooltip-tri 
{ visibility: hidden; }

.yui-module.yui-overlay 
{ position: absolute; z-index: 10; }

.owner-tt .box-inset-lined-white .box-cap-t .box-cap-l 
{ padding-left: 9px; height: 5px; background-image:url(/Storage/Owner2/assets/img/boxes/tooltip-tlc.png); }

.owner-tt .box-inset-lined-white .box-cap-t .box-cap-m 
{ height: 5px; background-image:url(/Storage/Owner2/assets/img/boxes/tooltip-t.png); }

.owner-tt .box-inset-lined-white .box-cap-t .box-cap-r 
{ width: 9px; height: 5px; background-image:url(/Storage/Owner2/assets/img/boxes/tooltip-trc.png); }

.owner-tt .box-inset-lined-white .box-cap-b 
{ height: 12px; background-color: transparent; }

.owner-tt .box-inset-lined-white .box-cap-b .box-cap-l 
{ background-color: none; height: 12px; padding-left: 9px; background-image:url(/Storage/Owner2/assets/img/boxes/tooltip-blc.png); }

.owner-tt .box-inset-lined-white .box-cap-b .box-cap-m 
{ background-color: none; height: 12px; background-image:url(/Storage/Owner2/assets/img/boxes/tooltip-b.png); }

.owner-tt .box-inset-lined-white .box-cap-b .box-cap-r 
{ background-color: none; height: 12px; width: 9px; background-image:url(/Storage/Owner2/assets/img/boxes/tooltip-brc.png); }

* html .owner-tt .box-inset .box-cap-r, 
* html .owner-tt .box-outset .box-inset .box-cap-r 
{ right: 0px; }

.owner-tt .box-inset-lined-white .box-canvas 
{ background: transparent url(/Storage/Owner2/assets/img/boxes/tooltip-ml.png) repeat-y; padding: 0 9px; border: none; }

* html .owner-tt .box-inset-lined-white .box-canvas 
{ height: 10px; background-image: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale', src='/Storage/Owner2/assets/img/boxes/tooltip-ml.png'); }

.owner-tt .box-inset-lined-white .box-canvas .box-body-content 
{ padding-top: 5px; }

.owner-tt .box-inset-lined-white .box-canvas .box-body-frame 
{ *padding-bottom: 1px; }

.owner-tt ul, 
.owner-tt li, 
.owner-tt p 
{ font-size: 11px; line-height: 15px; padding: 0 0 0 0; margin: 0 0 5px 0; }

.owner-tt li 
{ background-image: url(/Storage/Owner2/assets/img/icon-and-bkg/bullet-gray.gif) no-repeat left 50%; padding-left: 10px; }

/* esp click to chat */
#lpButton a{display:block;height:28px;width:165px;position:absolute;right:0;top:32px;}
#lpButton a.lpAvailable{visibility:visible;cursor:pointer;background:url(/Storage/Owner2/assets/chat/click-to-chat-esp-static.gif) 0 0 no-repeat;} 
#lpButton a.lpAvailable:hover img{visibility:hidden;}
