.no-js .tooltip {
    display: none!important;
}

.tooltip {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9900;
    width: 390px;
}

.tooltip.open {
    visibility: visible;
}

.no-csstransitions .tooltip {
    display: none;
}

.no-csstransitions .tooltip.open {
    display: block;
}

.csstransitions .tooltip {
    visibility: hidden;
}

.csstransitions .tooltip.fade {
    opacity: 0;
    -webkit-transition: opacity .3s linear;
    -moz-transition: opacity .3s linear;
    visibility: visible;
}

.csstransitions .tooltip.fade.open {
    opacity: 1;
}

.tooltip .payload {
    padding: 16px;
    background: #ececec;
    background: -moz-linear-gradient(bottom,#dedede,white 60%);
    background: -webkit-gradient(linear,0 0,0 60%,from(#fff),to(#ececec));
    box-shadow: 0 0 4px #333;
    -webkit-box-shadow: 0 0 4px #333;
    -moz-box-shadow: 0 0 4px #333;
}

.tooltip .pointer {
    margin: 0 auto;
    height: 10px;
    width: 20px;
    margin: 1px auto;
    background: url("/lg3-common/images/global/lg-global-sprite-v2.png") 0 -441px no-repeat;
}

.tooltip .pointer.align-left {
    margin: 1px auto 1px 10px;
}

.tooltip .pointer.align-right {
    margin: 1px 10px 1px auto;
}

.modal {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.25);
    text-align: center;
    z-index: 10000;
}

.lt-ie9 .modal {
    background: 0;
}

.modal .payload {
    position: relative;
    margin: 0 auto;
    background: #fff;
    padding: 15px;
    width: 770px;
    height: 528px;
    text-align: left;
    -webkit-box-shadow: 0 0 147px #333;
    -moz-box-shadow: 0 0 147px #333;
    box-shadow: 0 0 147px #333;
}

.modal .payload2 {
    width: 556px;
    height: 466px;
    text-align: center;
}

.modal .payload object {
    margin-top: 18px;
}

.modal .payload3 {
    width: 600px;
    height: 575px;
}

.modal .payload4 {
    width: 455px;
    height: 348px;
    padding: 24px;
}

.modal .payload5 {
    width: 455px;
    height: 425px;
    padding: 24px;
}

.modal .payload5 h4 {
    float: left;
    margin-bottom: .5em;
    font: normal 14px "LGFontRegular";
    text-transform: uppercase;
}

.modal .payload6 {
    width: 700px;
    height: 640px;
}

.no-rgba .modal .payload {
    border: 1px solid #ccc;
}

.productImage {
    float: left;
    width: 465px;
    height: 414px;
    text-align: center;
    padding-right: 0;
}

.title-wrapper {
    width: 400px;
    overflow: hidden;
    margin-bottom: 10px;
}

.title-wrapper a,.title-wrapper a:visited,.title-wrapper a:active {
    text-decoration: none;
    color: #333;
}

.tooltip.standard h3 {
    color: #333;
    font-size: 16px;
    text-transform: uppercase;
}

.tooltip h3 {
    margin-top: 0;
}

.copy-wrapper {
    height: auto;
    width: 400px;
    overflow: hidden;
    clear: left;
    margin-top: 40px;
}

.copy {
    margin-top: -100px;
}

.copy a {
    font-size: 11px;
    display: block;
    color: #d80546;
    max-width: 100px;
}

.copy button {
    float: left;
    clear: none;
}

.tooltip .copy {
    margin-top: 4px;
}

.tooltip h4 {
    color: #666;
    font: bold 12px Arial;
    margin-bottom: 10px;
    width: 295px;
}

.tooltip ul.features {
    float: left;
    width: 250px;
    min-height: 65px;
}

.tooltip li {
    color: #666;
    font-size: 10px;
    margin-bottom: 0;
}

.tooltip a.close {
    float: right;
    background: url("/lg3-common/images/global/lg-global-sprite.png") 0 -174px no-repeat transparent;
    height: 17px;
    width: 17px;
    text-indent: -9999px;
    cursor: pointer;
    margin-right: -4px;
    margin-top: -4px;
}

.modal .tooltip a.close {
    position: absolute;
    right: 10px;
    top: 10px;
    margin-right: 0;
    margin-top: 0;
}

.endorsement-wrapper {
    width: 340px;
    padding-top: 20px;
    margin-top: 10px;
    height: auto;
    overflow: hidden;
    border-top: 1px dotted #ccc;
    font-family: "LGFontregular";
}

.endorsement-wrapper img {
    display: block;
    float: left;
    padding: 0;
}

.endorsement-wrapper em {
    clear: left;
    float: right;
    margin-right: 110px;
    font-size: 10px;
    font-style: italic;
    color: #000;
}

.endorsement-wrapper q {
    color: #d80546;
    font-size: 17px;
    width: 263px;
    float: left;
}

.ratings-large {
    margin-top: 10px;
    height: 41px;
    width: 100%;
}

.bubble.tooltip {
    width: 180px;
    margin-top: -2px;
    margin-left: -24px;
    z-index: 9999!important;
}

.bubble.tooltip.wide {
    width: 386px;
}

.bubble.tooltip.left {
    margin-left: 24px;
}

.bubble.tooltip.left.w400 {
    width: 400px;
}

.bubble.tooltip.find {
    margin-left: -60px;
}

.tooltip.bubble .payload {
    padding: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: #5d5c5c;
    color: #fff;
    font: bold 10px Arial,sans-serif;
    white-space: normal;
    box-shadow: 0 0 5px #000;
    -webkit-box-shadow: 0 0 5px #000;
    -moz-box-shadow: 0 0 5px #000;
}

.bubble p {
    font-size: 9px;
}

.tooltip.bubble .pointer {
    background: url("/lg3-common/images/global/lg-global-sprite.png") 18px -754px no-repeat;
    height: 17px;
    width: 42px;
    margin-top: -1px;
}

.ie .tooltip.bubble .pointer.flip-horizontal {
    filter: none;
    background-position: -33px -754px;
}

.filter .tooltip,.head-tooltips .tooltip {
    font-size: 9px;
}

.share {
    position: relative;
    float: right;
    margin: 5px 20px 0 0;
}

.share.hotspot {
    margin-bottom: 9px;
}

.share h4 {
    float: left;
    font-size: 10px;
    color: #666;
    margin-top: 10px;
    margin-left: 10px;
}

.social-share .share h4 {
    margin-top: 0;
}

.share a.ir {
    float: left;
    background: url("/lg3-common/images/global/lg-global-sprite.png") 0 -588px no-repeat;
    height: 29px;
    width: 20px;
    overflow: hidden;
    display: block;
    margin-left: 12px;
}

.share a.twitter {
    background-position: -30px -588px;
}

.share a.g-plus {
    background-position: -60px -588px;
}

#share {
    width: 200px;
    margin-left: -14px;
    display: none;
}

#share .payload {
    height: 140px;
}

.share-send-top #share {
    top: 50px;
}

#share h5 {
    padding: 0 0 6px;
    color: #d80546;
    font-size: 15px;
}

#share li {
    list-style-type: none;
    margin-top: 4px;
}

.social-share.share-send-top {
    float: right;
}

.share-send-top .share {
    float: left;
}

/* LGSmart Font / modify font family : 20140704 */
/*.share-send-top h4 {
    float: none;
    margin-bottom: 2px;
}*/
.share-send-top h4{float:none;margin-bottom:2px;font-family:Arial,Helvetica,sans-serif;}
 /* //LGSmart Font / modify font family : 20140704 */

.share-send-top {
    float: left;
}

.share-send-top a {
    margin-left: 0;
}

.share-send-top .last {
    margin-right: 0;
}

.share-send-top .send-icons {
    float: left;
}

.share-send-top .share.send {
    border-right: dotted 1px #ccc;
    margin-right: 0;
    padding-right: 16px;
}

iframe.twitter-share-button {
    overflow: hidden!important;
}

div.send {
    float: left;
}

#send_mobile,#send_email {
    top: 55px;
    width: 255px;
    margin-left: 30px;
}

#send_mobile label.tel {
    display: inline;
}

#send_email label.email {
    margin-bottom: 0;
}

.preview-off {
    margin-top: 15px;
}

.preview-on {
    display: none;
    margin-top: 15px;
    margin-bottom: 8px;
}

.preview-details {
    height: 35px;
    width: 175px;
    border: 1px solid #ccc;
    padding: 15px;
    margin-bottom: 7px;
    background: #fff;
}

.preview-details span {
    display: block;
    clear: both;
}

.preview-details a {
    float: right;
    margin-top: -12px;
}

span.preview {
    font-size: 8px;
    color: #333;
    text-transform: uppercase;
    cursor: pointer;
    vertical-align: middle;
    padding-right: 10px;
}

.tooltip h5 {
    font-size: 16px;
    color: #d80546;
}

.tooltip p,.tooltip {
    font-size: 10px;
}

.tooltip button {
    display: inline;
}

.tooltip. button.small {
    padding: 3px;
}

#send_mobile button,#send_email button {
    margin-top: 0;
    margin-left: 4px;
    vertical-align: middle;
}

.tooltip label {
    margin-bottom: 15px;
    display: block;
    font-size: 9px;
}

.tooltip label.last {
    margin-bottom: 0;
}

.tooltip label.left {
    margin-left: -5px;
    margin-top: 10px;
    width: 120px;
}

.tooltip label span.btn {
    text-transform: uppercase;
    font-size: 9px;
}

.tooltip form {
    display: block;
    margin-top: 20px;
    padding-bottom: 12px;
}

.tooltip form a {
    color: #c70752;
}

.tooltip form span.req {
    font-style: italic;
    margin-bottom: 10px;
    display: block;
}

input.three {
    width: 30px;
}

input.four {
    width: 45px;
}

#send_email input,#send_email textarea {
    display: block;
    clear: both;
    width: 210px;
    margin-top: 5px;
    margin-bottom: 5px;
}

#send_email input {
    width: 205px;
}

#send_email textarea {
    margin-bottom: 0;
}

.send a.ir {
    float: left;
    background: url("/lg3-common/images/global/lg-global-sprite.png") 0 -629px no-repeat;
    height: 29px;
    width: 21px;
    overflow: hidden;
    display: block;
}

.send a.email {
    background-position: -29px -629px;
}

.send a.print {
    background-position: -61px -629px;
    width: 24px;
}

button.support {
    font-size: 11px;
    margin-left: 20px;
    margin-right: 15px;
}

#tooltip-support.right {
    margin-left: -80px;
}

#tooltip-support.right .pointer {
    margin-left: 192px;
}

#tooltip-support a,#tooltip-tools a {
    color: #333;
}

#tooltip-support ul,#tooltip-tools ul {
    list-style: none outside none;
    margin: 0 auto;
}

#tooltip-support li,#tooltip-tools li {
    line-height: 14px;
    margin: 4px;
    padding-left: 12px;
}

#tooltip-support,#tooltip-tools {
    width: 278px;
}

#tooltip-support .tooltip a.close,#tooltip-tools .tooltip a.close {
    position: relative;
    top: -10px;
    right: -10px;
}

.tooltip.glance {
    margin-left: -30px;
    width: 318px;
}

.glance.tooltip .payload {
    padding-bottom: 25px;
}

.glance .payload .product-classes {
    width: 250px;
}

.glance .payload .product-classes.full-name {
    float: left;
}

.glance .payload .model-num {
    float: left;
    margin-top: 5px;
    margin-right: 15px;
    margin-bottom: 5px;
    font: normal 16px "LGFontRegular";
}

.glance .payload ul.ratings {
    margin-top: 5px;
    width: 100px;
    float: left;
}

.glance .ratings li {
    margin: 0;
}

.glance .payload p {
    clear: both;
    font-size: 11px;
    margin-bottom: 0;
}

.glance .payload ul.features {
    list-style: none outside none;
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 0;
}

.glance .payload ul.features li {
    background: url("/lg3-common/images/global/lg-global-sprite.png") no-repeat scroll -276px -436px transparent;
    padding-left: 10px;
    margin-bottom: 0;
}

.glance .payload label {
    float: left;
    width: 180px;
    text-transform: uppercase;
    margin: 0;
}

.glance span.btn.selected {
    margin-right: 75px;
}

.payload .model-name {
    margin-top: 0;
}

.num-error {
    display: none;
    color: #d80546;
    font-weight: bold;
    position: absolute;
    margin-top: -5px;
}

#awards {
    top: 0!important;
    left: 60px!important;
    margin: 0;
}

#awards ul {
    border-top: 1px solid #ccc;
    overflow: hidden;
}

#awards li {
    float: right;
    list-style-type: none;
    margin-top: 4px;
    margin-left: 4px;
    width: 125px;
    margin-top: 20px;
}

#awards .payload {
    float: left;
    margin-left: 20px;
    *margin-left: 0;
}

.pointer-arrow-left {
    float: left;
    width: 10px!important;
    height: 20px!important;
    background-position: 0 -452px!important;
    position: absolute;
    top: 74px;
    *position: relative;
}

.ie7 .productDetails {
    position: relative;
    width: 100%;
    height: 100%;
    background: #ececec;
}


.share a.google-plus{background-position:-60px -588px}	

.glance.tooltip .payload {overflow: hidden;}

#message-modal { z-index:9999; }

/* LGEGMO-141 : 20140402 add */
div#send_email .picture{display:block}
div#send_email input#pictureText{*margin:-28px 0 0 -5px ; width:100px; margin-left:5px;}
div#send_email p.icon-refresh {background:url('/lg3-common-b2b/images/support/icon-list.png') no-repeat -11px -33px; color:#333333; display:inline-block; padding:0 0 0 15px; margin-bottom:0px;}
/* //LGEGMO-141 : 20140402 add */