﻿.pnlAlertTagPopup {
    border-style: solid;
    border-width: 1px 2px 2px 1px;
    border-color: #999999;
    background-color: #E8E8E8; 
    padding: 10px 10px 3px;
    z-index: 998;
}
.pnlNotiTagPopup {
    border-style: solid;
    border-width: 1px 2px 2px 1px;
    border-color: #999999;
    background-color: #E8E8E8; 
    padding: 10px 10px 3px;
    z-index: 999;
}
/* styling to make the light edit actions look and act like links */
.lightEditAction,
.lightEditActionLabel {
    color: #33B0EF;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 26px;
    font-size: 11px;
    margin:-4px 0 0 0;
    padding: 0px 12px 0px 0px;
    text-align: right;
    vertical-align: baseline;
}
.lightEditAction:hover,
.lightEditActionLabel:hover {
    color: #33B0EF;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 26px;
    font-size: 11px;
    padding: 0px 12px 0px 0px;
    margin:-4px 0 0 0;
    vertical-align: baseline;
    text-decoration: underline;
    cursor: pointer;
}
/* styling to make the light edit actions look and act like links */
.lightEditActionCheck {
    color: #33B0EF;
    line-height: 26px;
    margin:0;
    padding: 0px 6px 0px 0px;
    text-align: right;
    vertical-align: baseline;
}
.lightEditActionTag {
    color: #33B0EF;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 22px;
    font-size: 11px;
    padding: 0px 6px 0px 0;
    text-align: right;
    vertical-align: baseline;
}
.lightEditActionTag:hover {
    color: #33B0EF;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 22px;
    font-size: 11px;
    padding: 0px 6px 0px 0;
    vertical-align: baseline;
    text-decoration: underline;
    cursor: pointer;
}
.lightEditActionDisabled, .lightEditActionDisabled:hover {
    color: #C0C0C0;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 22px;
    font-size: 11px;
    padding: 0px 12px 0px 0px;
    text-align: right;
    vertical-align: baseline;
    text-decoration: none;
    cursor:default;
}
.li_links input[type="checkbox"] {
    display:inline;
    width:10px;
    padding:0;
    margin:0 4px 0 0;
}
.li_links a {
    color: #33B0EF;
}
.li_links a:hover {
    color: #33B0EF;
}
.li_notifications .linkOut {
    background: url(/img/bullet_go_gray.png) no-repeat  2px -2px;
    text-decoration: none;
    color: #E5FFE5
}
.li_notifications .linkOut:hover {
    background: url(/img/bullet_go.png) no-repeat  2px -2px;
    text-decoration: none;
    color: #E5FFE5
}
.lightEditActionImage_no {
    position: relative;
    left: 13px;
    top: 2px;
}
.lightEditActionImage_yes {
    position: relative;
    left: 13px;
    top: 2px;
}
.lightEditActionIndicator { 
    background: url(/img/yo_bullet_sprite.png) no-repeat top left;
    width: 10px;
    height: 10px;
    margin:0;
    cursor:pointer;
}
.lightEditActionIndicatorTag { 
    background: url(/img/yo_bullet_sprite.png) no-repeat 0 0;
    width: 10px;
    height: 10px;
    margin:0;
    cursor:pointer;
}
.lightEditActionIndicatorShare { 
    background: url(/img/yo_bullet_sprite.png) no-repeat 0 0;
    width: 10px;
    height: 10px;
    margin:0;
    cursor:pointer;
}
.lightEditActionIndicator_off { 
    background-position: 0 -28px; 
    }
.lightEditActionIndicator_on { 
    background-position: 0 -68px; 
    }

.pnlEditTagsButtons,
.pnlEditTagsButtonsFeedback {
    float:left;
    clear:both;
    text-align: right;
    padding-top: 5px;
    padding-right: 5px;
    width:auto;
    margin-bottom: 5px;
}
/* moved to buttons.css
.pnlEditTagsButtonsHeight {
    padding-top: 5px;
    height: 30px;
}
*/
.pnlEditTagsButtonsTrackPrice {
    text-align: right;
    padding-top: 5px;
    padding-right: 5px;
}
.pnlEditTagsButtons input[type="button"]  {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #33B0EF;
    color: #33B0EF;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 11px;
    background-color: #F2F2F2;
    padding-top: 2px; /* for IE7 */
    margin-right: 4px;
}
.pnlEditTagsButtons input[type="button"]:hover {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #33B0EF;
    color: #33B0EF;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 11px;
    background-color: #E1E1E1;
}
.pnlEditTagsButtons .suggestButton {
    margin-left: 360px;
}
.pnlEditTagsButtons .feedbackButton { 
    margin-left: 285px;
}
.pnlEditTagsButtons .shareButton { 
    margin-left: 330px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .pnlEditTagsButtons .shareButton { 
        margin-left: 336px;
    }
}
/*
.pnlEditTagsButtons .searchMeButton { 
    margin-left: 150px;
}
.pnlEditTagsButtons .searchThisButton { 
    margin-left: 150px;
}
.pnlEditTagsButtons .trackRSSButton { 
    margin-left: 150px;
}
.pnlEditTagsButtons .trackPriceButton { 
    margin-left: 150px;
}
*/
.pnlEditTagsButtons .previewButton { 
    margin-left: 674px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .pnlEditTagsButtons .previewButton  {
        float:right;
        margin-left: 0px;
    }
}
.pnlEditTagsButtons .tagButton { 
    margin-left: 130px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .pnlEditTagsButtons .tagButton     {
        float:left; 
        margin-left: 136px;
    }
}
.panelLabel {
    color: #33B0EF;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-weight: normal;
    line-height: 11px;
    font-weight: bold;
    margin-right: 35px;
}
.af {
    background:#fff;
    width:auto;
    height:auto;
    padding:6px;
}
.bd .askFB {
    background-image: url(/SupplierManagement/facebook/favicon.png);
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
    position: absolute;
    top: 86px;
    left: 270px;
}
.bd .askFF {
    background-image: url(/SupplierManagement/friendfeed/favicon.png);
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
    position: absolute;
    top: 86px;
    left: 270px;
}
.bd .askY {
    /*background-image: url(/SupplierManagement/yotify/logo_small.png);
    background-repeat: no-repeat;*/
    height: 0px;
    width: 0px;
}
/*.bd .bdLine, .bd .bdLineSearch, .bd .bdLineFF, #divAskShowFFAuth .bdLineAaF {
    clear:left;
    margin: 0;
    padding: 0;
    padding-top: 0.6em;
}*/
.bd .bdLine, .bd .bdLineSearch, .bd .bdLineFF, #divAskShowFFAuth .bdLineAaF {
    clear:both;
    display: block;
    float: left;
    padding: 4px;
    width: 99%;
    margin-bottom: 5px;
}
.bd .bdRuleLine {
    clear: left;
    margin: 10px 0 0 0;
    padding: 5px;
    border: 1px solid #33B0EF;
    background-color: #FFFFFF;
    width: 450px;
}
.bdRuleLine .addRemoveRule {
    clear: both;
    float: right;
}
.addRemoveRule img.addRuleButton {
    margin: 0 0 0 0;
    cursor: pointer;
    height: 26px;
    width: 26px;
}
.addRemoveRule img.removeRuleButton {
    margin: 0 0 0 0;
    cursor: pointer;
    height: 26px;
    width: 26px;
}
.bd .bdLineTOS {
    clear:left;
    margin: 0;
    padding: 10px 5px 5px 25px;
}
.bd .bdLineFirst {
    /*float:left;*/
    clear:left;
    margin: 0 0 10px 0;
    padding: 0;
}
.bnLineSubtitle {
    clear: left;
    margin: 5px 10px 0 10px;
    padding: 0;
    padding-top: 0;
    color: #666666;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 14px;
}
.bd .bdLineLoginFirst {
    clear:left;
    margin: 5px 0 10px 0;
    padding: 0;
}
.bd .bdLineLoginError {
    clear:both;
    display:block;
    float:left;
    margin-bottom:5px;
    padding:0px;
    width:99%;
}
.bd .bdLineLoginError span{
    color: #FF2700;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
}
.bd .bdLineLoginFirst p {
    color: #33B0EF;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
#divShowLoginFields .loginLine {
    float:left;
    clear:both;
    padding-top: 10px;
    height: 30px;
    width: 290px;
}
#divShowRegFields .regLine {
    padding-top: 10px;
    height: 30px;
    width: 290px;
}
.bdLine .bdLineLabel { /* coresponding definition in IE6 and IE7 stylesheets */
    float:left;
    width: 70px;
    font-family: Arial, Helvetica, sans-serif;
    color: #33B0EF;
    font-size: 11px;
    line-height: 11px;
    font-weight: bold;
    text-align: right;
    margin-top: 4px;
}
.bdLine .bdLineLabel2 { /* coresponding definition in IE6 and IE7 stylesheets */
    float:left;
    width: 90px;
    font-family: Arial, Helvetica, sans-serif;
    color: #33B0EF;
    font-size: 11px;
    line-height: 11px;
    font-weight: bold;
    text-align: right;
    margin: 4px 10px 0 0;
}
.bdLine .bdLineLabel3 { 
    float:left;
    width: 95px;
    font-family: Arial, Helvetica, sans-serif;
    color: #33B0EF;
    font-size: 11px;
    line-height: 11px;
    font-weight: bold;
    text-align: right;
    padding-right: 5px;
    margin-top: 4px;
}
.bdLineFF .bdLineLabelFF { 
    float:left;
    width: 125px;
    font-family: Arial, Helvetica, sans-serif;
    color: #33B0EF;
    font-size: 11px;
    line-height: 11px;
    font-weight: bold;
    text-align: right;
    padding-right: 5px;
    margin-top: 4px;
}
.bdLineAaF .bdLineLabelAaF { 
    float:left;
    width: 90px;
    font-family: Arial, Helvetica, sans-serif;
    color: #33B0EF;
    font-size: 11px;
    line-height: 11px;
    font-weight: bold;
    text-align: right;
    padding-right: 5px;
    margin-top: 4px;
}
.bdLineAaF .bdLineAaFTextInput {
    color: #4c4c4c;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-weight: normal;
    background-color: #FFFFFF;
    height: auto;
    line-height: 11px;
    padding: 2px;
    border: 1px solid #33B0EF;
}
.bdLineAaF .findKey {
    width: 75px;
    font-family: Arial, Helvetica, sans-serif;
    color: #529214;
    font-size: 11px;
    margin-left: auto;
    margin-right: auto;
    text-decoration: underline;
    cursor: pointer;
    padding: 2px;
    border:1px solid #F8F8F8;
}
.bdLineAaF .findKey:hover {
    width: 75px;
    font-family: Arial, Helvetica, sans-serif;
    color: #529214;
    font-size: 11px;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    cursor: pointer;
    background-color: #E6EFC2;
    padding: 2px;
    border:1px solid #C6D880;
}
.bdLine .bdLineLabelTrackPrice { 
    float:left;
    width: 210px;
    font-family: Arial, Helvetica, sans-serif;
    color: #33B0EF;
    font-size: 11px;
    line-height: 11px;
    font-weight: bold;
    text-align: right;
    padding-right: 5px;
    margin-top: 12px;
}
.bd .bdLine .bdLineText {
    color: #4c4c4c;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    line-height: 16px;
}
.bdLine .needToX {
    font-family: Arial, Helvetica, sans-serif;
    color: #529214;
    font-size: 11px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 180px;
    text-decoration: underline;
    cursor: pointer;
    padding: 2px;
    border:1px solid #F8F8F8;
}
.bdLine .needToX:hover {
    font-family: Arial, Helvetica, sans-serif;
    color: #529214;
    font-size: 11px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 180px;
    text-decoration: none;
    cursor: pointer;
    background-color: #E6EFC2;
    padding: 2px;
    border:1px solid #C6D880;
}
.bdLineFF .findKey {
    width: 75px;
    font-family: Arial, Helvetica, sans-serif;
    color: #529214;
    font-size: 11px;
    margin-left: auto;
    margin-right: auto;
    text-decoration: underline;
    cursor: pointer;
    padding: 2px;
    border:1px solid #F8F8F8;
}
.bdLineFF .findKey:hover {
    width: 75px;
    font-family: Arial, Helvetica, sans-serif;
    color: #529214;
    font-size: 11px;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    cursor: pointer;
    background-color: #E6EFC2;
    padding: 2px;
    border:1px solid #C6D880;
}
.bd .tagTextInput {
    color: #4c4c4c;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-weight: normal;
    background-color: #FFFFFF;
    height: 14px;
    line-height: 11px;
    padding: 2px;
    border: 1px solid #33B0EF;
    width: 170px;
}
.tagTextInputWatermarked {
    color: #808080;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-weight: normal;
    background-color: #FFFFFF;
    height: 14px;
    line-height: 11px;
    padding: 2px;
    border: 1px solid #33B0EF;
    width: 170px;
}
.tagTextInputWatermarked {
    color: #808080;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-weight: normal;
    background-color: #FFFFFF;
    height: 14px;
    line-height: 11px;
    padding: 2px;
    border: 1px solid #33B0EF;
    width: 170px;
}
.bdLine .bdLineTextInput {
    color: #4c4c4c;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-weight: normal;
    background-color: #FFFFFF;
    height: 14px;
    line-height: 11px;
    padding: 2px;
    border: 1px solid #33B0EF;
    width: 320px;
}
.bdLine .bdLineTextInputShort {
    float:left;
    clear:right;
    color: #4c4c4c;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-weight: normal;
    background-color: #FFFFFF;
    height: 12px;
    line-height: 11px;
    padding: 2px 2px 4px 3px;
    border: 1px solid #33B0EF;
    width: 180px;
}
.bdLineFF .bdLineFFTextInput {
    color: #4c4c4c;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-weight: normal;
    background-color: #FFFFFF;
    height: 12px;
    line-height: 11px;
    padding: 2px 2px 4px 3px;
    border: 1px solid #33B0EF;
}
.bdLineFF .bdLineFFDropDownBox {
    color: #4c4c4c;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-weight: normal;
    background-color: #FFFFFF;
    height: 18px;
    line-height: 11px;
    padding: 0px 2px 0px 3px;
    border: 1px solid #33B0EF;
}
.bdLine .bdLineTextInputZip {
    color: #4c4c4c;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-weight: normal;
    background-color: #FFFFFF;
    height: 12px;
    line-height: 11px;
    padding: 2px 2px 4px 3px;
    border: 1px solid #33B0EF;
    width: 100px;
}
.bdRuleLine .bdLineTextInputRuleKeyword {
    color: #4c4c4c;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-weight: normal;
    background-color: #FFFFFF;
    height: 14px;
    line-height: 11px;
    padding: 2px 2px 4px 3px;
    border: 1px solid #33B0EF;
    width: 110px;
}
.bdRuleLine .ruleText {
    color: #33B0EF;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
}
.bdLine .bdLineTextInput180 {
    color: #4c4c4c;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-weight: normal;
    background-color: #FFFFFF;
    height: 12px;
    line-height: 11px;
    padding: 2px 2px 4px 3px;
    border: 1px solid #33B0EF;
    width: 180px;
}
.bdLine .bdLineTextInput170 {
    color: #4c4c4c;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-weight: normal;
    background-color: #FFFFFF;
    height: 12px;
    line-height: 11px;
    padding: 2px 2px 4px 3px;
    border: 1px solid #33B0EF;
    width: 170px;
}
.bdLine .bdLineTextInputPrice {
    color: #4c4c4c;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-weight: normal;
    background-color: #FFFFFF;
    height: 16px;
    line-height: 11px;
    padding-right: 3px;
    padding-top: 3px;
    border: 1px solid #33B0EF;
    width: 103px;
    text-align: right;
    margin-top: 5px;
    margin-bottom: 5px;
}
.bdLine .bdLineTextPriceDisplay {
    color: #4c4c4c;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-weight: normal;
    height: 16px;
    line-height: 11px;
    padding: 2px;
    border: 1px solid #CCCCCC;
    width: 103px;
    text-align: right;
    margin-top: 7px;
    background-color: #F2F2F2;
}
.bdLine .bestPriceDisplay {
    position:relative;
    color: #4c4c4c;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-weight: normal;
    padding: 15px;
    top: 10px;
}
.bdLine .bdLineDropDownBox {
    color: #4c4c4c;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-weight: normal;
    background-color: #FFFFFF;
    height: 18px;
    line-height: 11px;
    padding: 0px 2px 0px 3px;
    border: 1px solid #33B0EF;
}
.af .bdLine .bdLineTextarea {
    background-color: #FFFFFF;
    border: 1px solid #33B0EF;
    float: left;
    color: #4c4c4c;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 11px;
    padding: 2px;
    text-align: left;
    width: 300px;
}
.bd .bdLineTextarea {
    color: #4c4c4c;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-weight: normal;
    background-color: #FFFFFF;
    height: auto;
    line-height: 11px;
    padding: 2px;
    margin:0;
    border: 1px solid #33B0EF;
    width: 286px;
}
.bdLineSelect {
	font-size: 11px;
	font-weight: normal;
	width: auto;
    color: #4c4c4c;
	width: 150px;
    border: 1px solid #33B0EF;
    padding: 2px 2px 2px 0;
}
.bd .bdLineSelectTimeZone {
	font-size: 11px;
	font-weight: normal;
	width: auto;
    color: #4c4c4c;
	width: 175px;
    border: 1px solid #33B0EF;
    padding: 2px 2px 2px 0;
}
.bd .bdLineSelectTimeZone option{
	width: 145px;
}
.bd .bdLineSelectProduct {
    font-size: 11px;
    font-weight: normal;
    width: auto;
    color: #808080;
    width: 228px;
    border: 1px solid #33B0EF;
    height: 18px;
    padding: 2px 2px 2px 0;
}
.bd .bdLineSelectCategory {
    font-size: 11px;
    font-weight: normal;
    width: auto;
    color: #808080;
    width: 187px;
    border: 1px solid #33B0EF;
    height: 20px;
    padding: 2px 2px 2px 0;
}
.bdRuleLine .bdLineSelectAction {
	font-size: 11px;
	font-weight: normal;
	width: auto;
    color: #4c4c4c;
	width: 120px;
    border: 1px solid #33B0EF;
    padding: 2px 2px 2px 0;
}

.bdLineSelectAction option{
    color: #808080;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    /*padding: 2px;*/
    border-bottom: 1px solid #FFFFFF;
}
.bdLineSelectAction option.redOption {
    /*background: transparent url(/img/icon-info.gif) no-repeat scroll 100% 50%;*/
}
.bdLineSelectAction option.yellowOption {
    /*background: transparent url(/img/icon-info.gif) no-repeat scroll 100% 50%;*/
}
.bdLineSelectAction option.greenOption {
    /*background: transparent url(/img/icon-info.gif) no-repeat scroll 100% 50%;*/
}
.bd .bdLine input[type="checkbox"] {
    margin-left:86px;
    margin-right: 5px;
    float: left;
}
.bd .bdLine #chkTrackPricePrivacy {
    margin-left:8px;
    margin-right: 5px;
    float: left;
}
.bd .bdLine .bdLineCheckboxLabel {
    width: auto;
    color: #33B0EF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 17px;
    font-weight: bold;
    min-height:22px;
    float:left;
    clear:right;
}
.bd .bdLineFF .bdLineFFCheckboxLabel {
    width: 200px;
    color: #33B0EF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 17px;
    font-weight: bold;
    min-height:22px;
    float: none;
}
.bd .bdLineFF input[type="checkbox"] {
    margin-left:130px;
    margin-right: 5px;
    float: left;
}
.bd .bdLineTOS input[type="checkbox"] {
    margin-left:75px;
    margin-right: 5px;
    float: left;
}
.bd .bdLineTOS .bdLineCheckboxLabel {
    width: 200px;
    color: #33B0EF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 17px;
    font-weight: normal;
    min-height:22px;
    float: none;
}
.bdLineTOS .bdLineCheckboxLabel span a {
    color: #529214;
}
.bdLineFirst p {
    color: #33B0EF;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.bd .bdGrpahicContainer {
    margin-bottom: 10px;
}
#pnlTrackPrice .ft .poweredByText {
  float: left;
  font-size:8px; 
  display:block; 
  margin-top: 2px;
  margin-left: 220px;  
}
#pnlTrackPrice .ft img {
   /* border: 1px solid #33B0EF; */
    margin-left: 3px;
}

/*AutoComplete flyout */

.autocomplete_completionListElement {  /* used in Tag YUI dialog */
	visibility: hidden;
	margin: 0px!important;
	border: buttonshadow;
	border-width: 1px;
	border-style: solid;
	cursor:pointer;
	overflow: visible!important;
    text-align: left; 
    list-style-type: none;
    width: 124px!important;
    padding-left: 0px; /*added for Firefox */
	color:#808080;	/* was color : windowtext; */
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:11px;
}
.autocomplete_completionListElementShare {  /* used in Share YUI dialog */
	visibility: hidden;
	margin: 0px!important;
	border: buttonshadow;
	border-width: 1px;
	border-style: solid;
	overflow: visible!important;
    text-align: left; 
    list-style-type: none;
    width: 320px!important;
    padding-left: 0px; /*added for Firefox */
	color:#808080;	/* was color : windowtext; */
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:11px;
	cursor:pointer;
}
.autocomplete_completionListElementTagFilter {
	visibility: hidden;
	margin: 0px!important;
	border: buttonshadow;
	border-width: 1px;
	border-style: solid;
	overflow: visible!important;
    text-align: left; 
    list-style-type: none;
    width: 60px!important;
    padding-left: 0px; /*added for Firefox */
	color:#808080;	/* was color : windowtext; */
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:11px;
	cursor:pointer;
}
/* AutoComplete highlighted item */

.autocomplete_highlightedListItem {
    background-color: #33B0EF;
    color: #4c4c4c;
    padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem {
	background-color : window;
	color : windowtext;
	padding : 1px;
}

#divSP .SlidingPanelsContent img {
    border: none;
}
/* #divSP .SlidingPanelsContent a:hover {
    border: 1px solid #FF0000;
}
*/
.favIcon {
    height:16px; 
    width:16px; 
    margin-left: 4px;
    margin-right: 2px;
}
/* tags input box */
#divMAFilters .shortInput {
    background-color: #F2F2F2;
    border: 1px solid #808080;
    color: #4C4C4C;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: normal;
    height: 16px; /* line-height:22px; */
    padding-left: 2px;
    padding-top: 3px;
}
/* --labels for My Yolerts filtering fields-- */
#divMAFilters label {
    color:#535353;
    font-family:"trebuchet MS",Arial,Helvetica,sans-serif;
    font-size:11px;
    font-weight:bold;
    line-height:40px;
    margin:0px -3px 0px 0px;
    padding:0px;
    text-align:right;
}
/* ---Go button in My Yolerts panel for tag filtering--  
/* also in IE7 styles .sw030708 */
#filterBlock .goButton {
    background: transparent url(/img/arrow_refresh_gray.png);
    background-position: 0 0px;
    background-repeat: no-repeat;
    position: relative;
    top: 3px;
    width: 16px;
    height: 16px;
    margin-right: 15px;
    text-decoration: none;
}
#filterBlock .goButton:hover {
    background: url(/img/arrow_refresh_green.png);
    background-position: 0 0px;
    background-repeat: no-repeat;
	position: relative;
    top: 3px;
    width: 16px;
    height: 16px;
    margin-right: 15px;
    text-decoration: none;
}
#divHideShowMAAcc .yolertsUpdatingMessage {
    color:#3399ff;
    font-family:"trebuchet MS",Arial,Helvetica,sans-serif;
    font-size:11px;
    font-weight:bold;
}
/* trying to position the spinny and update message*/
#divHideShowMAAcc .yolertsUpdate {
    /*display: block;*/
    position: relative;
    left: 300px;
}
.carouselPop {
    width:525px;
   /* background-color:White; */
}
.carouselPop .headline {
    color: #404040;
    font-family: "trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin-left: 40px;
}
.carouselPop .bulletpoint {
    color: #5D83BD;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin-left: 50px;
}
#pnlTrackPrice a.lookupButton {
    border: 1px solid #CCCCCC;
    background: transparent url(/img/arrow_refresh_gray.png);
    background-position: 1px 1px;
    background-repeat: no-repeat;
    position: relative;
    top: 1px;
    width: 16px;
    height: 16px;
    text-decoration: none;
    padding-left:1px;
    padding-top: 1px;
}
#pnlTrackPrice a.lookupButton:hover {
    background: url(/img/arrow_refresh_green.png);
    background-position: 1px 1px;
    background-repeat: no-repeat;
    background-color: #E1E1E1;
    position: relative;
    top: 1px;
    width: 16px;
    height: 16px;
    text-decoration: none;
    border: 1px solid #3399FF;
    padding-left:1px;
    padding-top: 1px;
}
.savingAlertTrackPrice {
    background: transparent url(/img/indicator.gif) no-repeat 0px 0px;
    font-family: Arial, Helvetica, sans-serif;
    color: #33B0EF;
    font-size: 11px;
    font-weight: bold;
    float:left;
    height: 14px;
    width: 85px;
    margin: 8px 0 0 60px;
    padding: 2px 0 0 20px;
}
.savingAlertSearchMe, .savingAlertSearchThis, .savingAlertTrackWebsite, .savingAlertTrackRSS {
    background: transparent url(/img/indicator.gif);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    color: #33B0EF;
    font-size: 11px;
    font-weight: bold;
    float:left;
    height: 14px;
    width: 85px;
    margin: 8px 0 0 50px;
    padding: 2px 0 0 20px;
}
.savingScoutFriendfeed {
    background: transparent url(/img/indicator.gif);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    color: #33B0EF;
    font-size: 11px;
    font-weight: bold;
    float:left;
    height: 14px;
    width: 160px;
    margin: 8px 0 0 40px;
    padding: 2px 0 0 20px;
}
.savingAlertEvents {
    background: transparent url(/img/indicator.gif);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    color: #33B0EF;
    font-size: 11px;
    font-weight: bold;
    float:left;
    height: 14px;
    width: 140px;
    margin: 8px 0 0 12px;
    padding: 2px 0 0 20px;
}
.savingRelevanceRules {
    background: transparent url(/img/indicator.gif);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    color: #33B0EF;
    font-size: 11px;
    font-weight: bold;
    position: absolute;
    left: 210px;
    bottom: 26px;
    height: 14px;
    /*width: 85px;*/
    margin-top: 3px;
    padding-top: 2px;
    padding-left: 20px;
}
.savingAlertLogin {
    background: transparent url(/img/indicator.gif) 0px 0px no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    color: #33B0EF;
    font-size: 11px;
    font-weight: bold;
    position: absolute;
    left: 40px;
    bottom: 70px;
    height: 14px;
    width: 150px;
    margin: 3px 0 0 0;
    padding: 2px 0 0 20px;
}
.savingAlertRegister {
    background: transparent url(/img/indicator.gif) 0px 0px no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    color: #33B0EF;
    font-size: 11px;
    font-weight: bold;
    position: absolute;
    left: 20px;
    bottom: 72px;
    height: 14px;
    width: 150px;
    margin: 3px 0 0 0;
    padding: 2px 0 0 20px;
}
.bnLineSearch {
	padding: 0px;
	float: left;
	/* border: solid 1px #B7B785; */
	height: 22px;
	margin-top: 10px;
}
.keywords, .watermark {
    float: left;
    margin: 0 -1px 0 0;
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 5px;
    padding-top: 2px;
    width: 200px;
    height: 16px;
    font-size: 11px;
    border-top: solid 1px #33B0EF;
    border-left: solid 1px #33B0EF;
    border-bottom: solid 1px #33B0EF;
}
.keywords {
	color: #4C4C4C;
}
.watermark {
    color: #808080;
}
.watermarkAF {
    float:left;
    color: #4c4c4c;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-weight: normal;
    background-color: #FFFFFF;
    line-height: 11px;
    padding: 2px;
    border: 1px solid #33B0EF;
    width: 300px;
}
.bnLineSearch .bdLineLabel2 { /* coresponding definition in style_ie.css - for IE6 */
    float:left;
    width: 94px;
    font-family: Arial, Helvetica, sans-serif;
    color: #33B0EF;
    font-size: 11px;
    line-height: 11px;
    font-weight: bold;
    text-align: right;
    margin: 4px 10px 0 0;
}
.bnLineSearch .searchButton {
    border-top: solid 1px #33B0EF;
    border-right: solid 1px #33B0EF;
    border-bottom: solid 1px #33B0EF;
    cursor: pointer;
    height: 19px;
    width: 20px;
    position: relative;
    right: 1px;
}
.closeFlash {
    position: relative;
    left: 650px;
    background: transparent url(/swf/closeFlash.png) 0px 0px no-repeat;
    height: 32px;
    width: 32px;
    cursor:pointer;
    visibility:hidden;
}
.openFlash {
    position: relative;
    left: 650px;
    top: -10px;
    background: transparent url(/swf/openFlash.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    height: 32px;
    width: 32px;
    cursor:pointer;
    margin-bottom: -40px;
    display: none;
}
.staticPlaceholder {
    position: relative;
    left: 66px;
    top: 4px;
    height: 162px;
    width: 650px;
    display: none; /* added for Firefox render early issue.sw051908 */
}
#placementContainer {
    width: 710px;
    position: relative;
    top: 130px;
    left: 30px;
    visibility:hidden; /* added for IE7 which would display the positionContainers on top of the badges.sw082108 */
}
.positionContainer1 {
    display:inline-block; 
    float:left; 
    width: 118px;  
    height: 1px; 
    background-color:white;
}
.positionContainer2 {
    display:inline-block; 
    float:left; 
    width: 118px;  
    height: 1px; 
    background-color:white;
}
.eventful-badge,
.eventful-badge * {
  margin: 0             !important;
  padding: 0            !important;
  border: 0             !important;
  text-align: center    !important;
  color: #CCC           !important;
  font-family: Arial    !important;
  text-decoration: none !important;
}
.eventful-small {     
  position: relative    !important;
  width: 100px          !important;
  font-size: 11px       !important;
  line-height: 11px     !important;
  float: right;
}
.shareLine  {
    height:18px;
    margin:0 0 8px 0;
    width: 100%;
}
.shareLineMessage  {
    height:auto;
    width: 100%;
}
.shareLine .bdLineLabel, 
.shareLineMessage .bdLineLabel { 
    float:left;
    width: 70px;
    font-family: Arial, Helvetica, sans-serif;
    color: #33B0EF;
    font-size: 11px;
    line-height: 11px;
    font-weight: bold;
    text-align: right;
    padding-right: 5px;
    margin-top: 4px;
}
.shareLine span  {
    color:#666; 
    font:11px/18px "trebuchet MS",Arial,Helvetica,sans-serif;
    font-weight:bold;
    margin:0;
    padding:4px 0 0 0;
    text-align:left;
}

.shareLine .bdLineTextInput {
    background-color:#FFFFFF;
    border:1px solid #33B0EF;
    color:#4C4C4C;
    float:left;
    font-size:11px;
    height:18px;
    margin:0;
    padding:2px 0pt 0pt 2px;
    width:300px;
}
.shareLineMessage .bdLineTextarea {
    background-color:#FFFFFF;
    border:1px solid #33B0EF;
    color:#4C4C4C;
    font-family:Arial,Helvetica,sans-serif;
    font-size:11px;
    font-weight:normal;
    height:auto;
    line-height:11px;
    margin:0pt;
    padding:2px;
    text-align:left;
    width:298px;
}

#pnlPreview .bd #framPreview {
    float:left;
    clear:both;   
}