
/** 
COMMON IMPORT
Common imports for the pages.
**/
/**
VARIABLES
Place all variables not related to susy in here.
**/
/* Colors */
/* Color Palette Colors from \RGAWORK\clients\Samsung\Global_Ecomm\05_Visual_Design\_PSDs\ForDesigners\_SourcePSDs\_SharedRerouces\PSDs */
/* BaseLine Font */
/*Breakpoints*/
/*360px*/
/*640px*/
/*800px*/
/*1280*/
/*1440*/
/*1600*/
/*1920*/
/*361px*/
/*641px*/
/*801px*/
/*1281*/
/*1920*/
/*Breakpoints*/
/*0 to 360px*/
/*361 to 640px*/
/*641 to 800px*/
/*801 to 1280*/
/*1281 to 1920*/
/* iOS Breaks */
/*320px*/
/*480px*/
/*568px*/
/*768px*/
/*1024*/
/*Icons*/
/* IE fixes screen width */
/* navigation variables */
/*Android mobile portrait variable*/
/*ios landscape variable*/
/*tablet icon variable*/
/*ios Menu width */
/*ios Menu width */
/*Instore margin grid*/
/*GlanceGrid*/
/* 800px */
/* End navigation variables */
/** 
MIXINS & FUNCTIONS
All mixins and functions not relating to susy.
**/
/* 
* FUNCTIONS 
*/
/**
@function px2em
Returns em value
@param pxval - pixel value
Usage: @include px2em(120px)
**/
/**
@function em2px
Returns pixel value
@param emval - em value
Usage: @include em2px(2em)
**/
/**
@function px2rem
Convert PX to REM function.
@param pxval - px value
Usage: @include px2rem(2px)
**/
/* 
* MIXINS
*/
/**
@mixin vendor
Easily apply styles and adding vendor prefixes will be added with ease.
@param name - css property
@param arg - css values 
Usage: @include vendor(border-radius, 4px);
**/
/**
@mixin keyframes
Add keyframes to any element and it will include all the prefixes.
@param name - name of animation
Usage: 
  @include keyframes(example) {
    0% {opacity: 0}
    100% {opacity:1} 
  } 
**/
/**
@mixin font-size 
Convert px to rem and output fallback.
@param sizeValue - rem value
Usage: @include font-size(1.6)
**/
/**
@mixin line-height
Convert px to rem and output fallback.
@param sizeValue - rem value
Usage: @include line-height(1.6)
**/
/**
@mixin cta
@param size - size of font in rem
@param ctaSize - size of icon font in rem
Usage: @include cta(3);
**/
/* Samsung Font Regular */
/* Samsung Font Bold */
/* Samsung Font Black */
/* Hide Text */
/* Text OverFlow */
/* Cart Price Text */
/* Clear Elements */
/* Removes Margin on Last Column */
/**
@mixin cssTriangle
Creates a css triangle http://cssarrowplease.com
@param size - size of the triangle
@param borderWidth - width of the border
@param borderColor - color of the border
@param position - where the arrow should appear (top, right, bottom, left)
@param bg - background color of the triangle
Usage: @include cssTriangle(10px, 1px, #ccc, right, #000);
**/
/**
@mixin opacity
Sets opacity to element with vendor prefixes.
@param decimal - decimal point for opacity
Usage: @include opacity(.5);
**/
/* Sample Button Mixin */
/**
@mixin navigation-list
Creates navigation layout with li elements
@param $space - px value in margin-right
Usage: @include navigation-list(12px);
**/
/* Input Placeholder */
/* Custom Scrollbar */
/* Grid Margin */
/* Grid Padding */
/**
@mixin box-sizing
Applying box model
@param box-model - box module value
Usage: @include box-sizing(border-box);
**/
/**
@mixin nontop
Add handler for when the page is removed from top 
Usage: @include nontop(){ @param: @value};
**/
/* mixin to use in simple transition */
/**
@mixin ie-window
Add handler for max width window on ie 8 and below
Usage: @include ie-window();
**/
/* hover active mixin */
/* pagination mixin */

@import url("/common/next/css/modules/tech-spec.css");

.support-container { /* Start: Get help & tips */ /* End: Get help & tips */ /* specifics styles for contact information section*/ /* Start: Product Specs Module */ /* End: Product Specs Module */ /* Start: Manuals Module */ /* End: Manuals Module */ }
.support-container .show-more-button { padding: 10px 30px; }
.support-container .header-support { padding: 30px 0; }
.support-container .header-support .breadcrumb, .support-container .header-support .main-featured-title, .support-container .header-support .email-page, .support-container .header-support p { padding: 0 30px; }
.support-container .header-support .product-image img { width: auto; margin: 30px auto 10px; }
.support-container .header-support .email-page a { font-size: 14px; font-size: 0.875rem; font-family: 'SamsungIFRg', Arial, sans-serif; font-weight: normal; color: #231f20; text-transform: uppercase; }
.support-container .header-support .email-page a span { font-size: 18px; font-size: 1.125rem; }
html.ltr .support-container .header-support .email-page a span { padding-right: 4px; }
html.rtl .support-container .header-support .email-page a span { padding-left: 4px; }
.support-container .header-support .smart-simulator { font-size: 18px; font-size: 1.125rem; font-family: 'SamsungIFBd', Arial, sans-serif; font-weight: normal; color: #0689d8; text-align: center; }
.support-container .header-support .smart-simulator span { font-size: 14px; font-size: 0.875rem; }
.support-container .header-support .main-featured-title { font-size: 24px; font-size: 1.5rem; }
@media (min-width: 48em) { .support-container .header-support .main-featured-title { font-size: 42px; font-size: 2.625rem; } }
.support-container .header-support .main-featured-title.bigger { font-size: 42px; font-size: 2.625rem; }
@media (min-width: 64.063em) { .support-container .header-support { overflow: hidden; position: relative; }
  .support-container .header-support .header-content { position: absolute; top: 35px; width: 345px; }
  html.ltr .support-container .header-support .header-content { left: 0; }
  html.rtl .support-container .header-support .header-content { right: 0; }
  .support-container .header-support .breadcrumb { margin-bottom: 10px; }
  .support-container .header-support .product-code { margin-top: 10px; }
  .support-container .header-support .product-image { width: 100%; }
  html.ltr .support-container .header-support .product-image { margin-left: 30px; }
  html.rtl .support-container .header-support .product-image { margin-right: 30px; } }
@media (min-width: 80.063em) and (max-width: 120em) { html.ltr .support-container .header-support .product-image { margin-left: 0; }
  html.rtl .support-container .header-support .product-image { margin-right: 0; } }
.support-container img { display: block; }
.support-container .get-help, .support-container .get-tips { display: none; }
.support-container .get-help.active, .support-container .get-tips.active { display: block; position: relative;}
.support-container .get-help .refine-results-button { font-family: 'SamsungIFBd', Arial, sans-serif; font-weight: normal; font-size: 14px; font-size: 0.875rem; text-transform: uppercase; color: #fff; position: relative; background-color: #1428a0; display: block; border-top: 1px solid white; padding: 16px 30px; }
.support-container .get-help .refine-results-button .icon-plus, .support-container .get-help .refine-results-button .icon-minus { font-size: 16px; font-size: 1rem; position: absolute; top: 50%; margin-top: -8px; }
html.ltr .support-container .get-help .refine-results-button .icon-plus, html.ltr .support-container .get-help .refine-results-button .icon-minus { right: 20px; }
html.rtl .support-container .get-help .refine-results-button .icon-plus, html.rtl .support-container .get-help .refine-results-button .icon-minus { left: 20px; }
.support-container .get-help .refine-sec .refine-results li .checkbox-container { border-bottom: 1px solid #f1f1f1; background-color: transparent; padding: 8px 30px; overflow: hidden; *zoom: 1; }
.support-container .get-help .refine-sec .refine-results li .checkbox-container > label { font-size: 16px; margin-top: -11px; color: #000; cursor: pointer; }
html.ltr .support-container .get-help .refine-sec .refine-results li .checkbox-container > label { left: 62px; }
html.rtl .support-container .get-help .refine-sec .refine-results li .checkbox-container > label { right: 62px; }
@media (min-width: 48em) { .support-container .get-help .refine-sec .refine-results li .checkbox-container > label span { max-width: 160px; text-overflow: ellipsis; overflow: hidden; display: block; white-space: nowrap; }
  html.ltr .support-container .get-help .refine-sec .refine-results li .checkbox-container > label span { padding-right: 5px; }
  html.rtl .support-container .get-help .refine-sec .refine-results li .checkbox-container > label span { padding-left: 5px; }
  html.ltr .support-container .get-help .refine-sec .refine-results li .checkbox-container > label span { float: left; }
  html.rtl .support-container .get-help .refine-sec .refine-results li .checkbox-container > label span { float: right; }
  .support-container .get-help .refine-sec .refine-results li .checkbox-container > label span.count { width: auto; }
  html.ltr .support-container .get-help .refine-sec .refine-results li .checkbox-container > label span.count { padding-right: 0; }
  html.rtl .support-container .get-help .refine-sec .refine-results li .checkbox-container > label span.count { padding-left: 0; } }
@media (min-width: 64.063em) { .support-container .get-help .refine-sec .refine-results li .checkbox-container > label span { max-width: none; } }
.support-container .get-help .refine-sec.expanded .refine-results-button { background-color: #4a4a4a; }
@media (min-width: 48em) {
  html.ltr .support-container .get-help .load-more-button { float: right; }
  html.rtl .support-container .get-help .load-more-button { float: left; } }
@media (min-width: 48em) { .support-container .get-help .expandable-content { display: block; } 
  html.ltr .support-container .get-help .refine-sec { float: left; }
  html.rtl .support-container .get-help .refine-sec { float: right; }
  .support-container .get-help .refine-sec .refine-results-button { background-color: transparent; color: #434343; padding: 0 30px 16px; cursor: default; }
  .support-container .get-help .refine-sec .refine-results-button span { display: none; }
  .support-container .get-help .refine-sec.expanded .refine-results-button { background-color: transparent; }
  .support-container .get-help .refine-sec .refine-results { display: block !important; }
  .support-container .get-help .refine-sec .refine-results li { /*margin-bottom: 10px;*/ }
  .support-container .get-help .refine-sec .refine-results li .checkbox-container { background-color: transparent; }
  .support-container .get-help .refine-sec .refine-results li .checkbox-container .checkbox { width: 25px; height: 25px; }
  .support-container .get-help .refine-sec .refine-results li .checkbox-container > label { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
  .support-container .get-help .refine-sec .refine-results li .checkbox-container > label:after { font-size: 15px; font-size: 0.9375rem; }
  html.ltr .support-container .get-help .results-sec, html.ltr .support-container .get-help .results-list { float: right; }
  html.rtl .support-container .get-help .results-sec, html.rtl .support-container .get-help .results-list { float: left; }
  .support-container .get-help .results-sec li div, .support-container .get-help .results-list li div { padding-top: 25px; height: 146px; } }
@media (min-width: 64.063em) { .support-container .get-help .refine-sec .refine-results li { margin-bottom: 0; } }
@media (min-width: 80.063em) and (max-width: 120em) { .support-container .get-help .results-list li div { height: 135px; } }
.support-container .refine-results li { position: relative; }
.support-container .refine-results li .checkbox-container { cursor: pointer; display: block; background-color: #f1f1f1; padding: 10px 20px; border-bottom: 1px solid #a3a3a3; }
.support-container .refine-results li .checkbox-container .checkbox { width: 21px; height: 21px; }
.support-container .refine-results li .checkbox-container > label { position: absolute; font-family: 'SamsungIFRg', Arial, sans-serif; font-weight: normal; font-size: 19px; font-size: 1.1875rem; color: #292929; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; top: 50%; padding: 0; margin-top: -12px; }
html.ltr .support-container .refine-results li .checkbox-container > label { left: 70px; }
html.rtl .support-container .refine-results li .checkbox-container > label { right: 70px; }
.support-container .get-tips-button, .support-container .get-help-button { font-size: 18px; font-size: 1.125rem; }
.support-container .get-menu-buttons .ss-button { padding: 17px 0; }
@media (min-width: 48em) { .support-container .get-menu-buttons { /* margin-bottom: 30px; */ }
  html.ltr .support-container .get-menu-buttons { margin: 0 30px; padding-left: 500px; height: 55px;}
  html.rtl .support-container .get-menu-buttons { /*margin-right: 30px;*/ margin: 0 30px; padding-right: 500px; height: 55px;}
  .support-container .get-menu-buttons .get-tips-button.ss-button, .support-container .get-menu-buttons .get-help-button.ss-button {
    position: absolute;
    top: 0;
    width: 250px;
  }
  .support-container .get-menu-buttons .get-tips-button.ss-button{left:0;}
  html.rtl .support-container .get-menu-buttons .get-tips-button.ss-button {left:auto; right:0;}
  .support-container .get-menu-buttons .get-help-button.ss-button{left:250px;}
  html.rtl .support-container .get-menu-buttons .get-help-button.ss-button {left:auto; right:250px;}
}
 /*
.support-container .contact-information .general-service-information { /***/ }
/*
.support-container .contact-information .cant-find { }
.support-container .contact-information .cant-find .ss-button.lighter { font-family: 'SamsungIFBd', Arial, sans-serif; font-weight: normal; font-size: 18px; font-size: 1.125rem; line-height: 1; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin-top: 20px; }
*/
@media (min-width: 48em) { .support-container .contact-information:after { content: ''; display: block; clear: left; } }
.support-container .product-specs-module { position: relative; }
.support-container .product-specs-module .toggler-container { padding: 0 20px 0 0; }
.support-container .product-specs-module .title.title-expandable { padding: 0 20px 0 30px; }
.support-container .product-specs-module .title.title-expandable .icon-plus, .support-container .product-specs-module .title.title-expandable .icon-minus { position: absolute; font-size: 20px; font-size: 1.25rem; top: 25px; margin-top: -8px; }
html.ltr .support-container .product-specs-module .title.title-expandable .icon-plus, html.ltr .support-container .product-specs-module .title.title-expandable .icon-minus { right: 20px; }
html.rtl .support-container .product-specs-module .title.title-expandable .icon-plus, html.rtl .support-container .product-specs-module .title.title-expandable .icon-minus { left: 20px; }
.support-container .product-specs-module .size-selector {clear: both; height: 40px;}   /* ADD ADNSTYLE */
@media (min-width: 48em) {.support-container .product-specs-module .size-selector {position:absolute; left:400px; top:25px; z-index:50; clear: both; height: 40px; }}   /* MODIFY ADNSTYLE */
.support-container .product-specs-module .size-selector:after { content: " "; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; *zoom: 1; }
.support-container .product-specs-module .size-selector .title { font-family: 'SamsungIFRg', Arial, sans-serif; font-weight: normal; line-height: 35px; display: block; height: 100%; width: 50%; }
html.ltr .support-container .product-specs-module .size-selector .title { float: left; }
html.rtl .support-container .product-specs-module .size-selector .title { float: right; }
.support-container .product-specs-module .size-selector .option-selector { width: 83px; height: 34px; }
html.ltr .support-container .product-specs-module .size-selector .option-selector { float: left; }
html.rtl .support-container .product-specs-module .size-selector .option-selector { float: right; }
.support-container .product-specs-module .size-selector .option-selector .selected-option { font-size: 12px; font-size: 0.75rem; padding: 0 20px; line-height: 36px; height: 34px; }
.support-container .product-specs-module .size-selector .option-selector .selected-option:before { border-width: 10px 10px 0; border-color: #1428A0 transparent; }
html.ltr .support-container .product-specs-module .size-selector .option-selector .selected-option:before { right: 15px; }
html.rtl .support-container .product-specs-module .size-selector .option-selector .selected-option:before { left: 15px; }
.support-container .product-specs-module .size-selector .option-selector .options li { font-size: 12px; font-size: 0.75rem; }
.support-container .product-specs-module .size-selector .option-selector .options li a { padding: 0 10px; }
.support-container .product-specs-module .size-selector .option-selector .options:before, .support-container .product-specs-module .size-selector .option-selector .options:after { border-color: #FFF transparent; }
html.ltr .support-container .product-specs-module .size-selector .option-selector .options:before, html.ltr .support-container .product-specs-module .size-selector .option-selector .options:after { right: 15px; }
html.rtl .support-container .product-specs-module .size-selector .option-selector .options:before, html.rtl .support-container .product-specs-module .size-selector .option-selector .options:after { left: 15px; }
.support-container .product-specs-module .size-selector .option-selector .options:after { border-width: 0 10px 10px; top: -10px; }
.support-container .product-specs-module .size-selector .option-selector .options:before { border-width: 10px 10px 0; bottom: -10px; }
.support-container .product-specs-module .size-selector .option-selector.open .options:after { display: none; }
.support-container .product-specs-module .size-selector .option-selector.below .options:before { display: none; }
.support-container .product-specs-module .size-selector .option-selector.below .options:after { display: block; }
.support-container .product-specs-module .glance ul li { font-family: 'SamsungIFRg', Arial, sans-serif; font-weight: normal; letter-spacing: -1px; margin-top: 30px; height: 90px; padding: 0; }
.support-container .product-specs-module .glance ul li .title { margin: 0; }
.support-container .product-specs-module .glance ul li .icon { margin: 0; }
.support-container .product-specs-module .glance ul li .icon.icon-size { font-size: 60px; font-size: 3.75rem; margin-top: -3px; }
html.ltr .support-container .product-specs-module .glance ul li .icon.icon-size { left: -8px; }
html.rtl .support-container .product-specs-module .glance ul li .icon.icon-size { right: -8px; }
html.ltr .support-container .product-specs-module .glance ul li .icon.icon-size { margin-left: -5px; }
html.rtl .support-container .product-specs-module .glance ul li .icon.icon-size { margin-right: -5px; }
.support-container .product-specs-module .glance ul li .icon.icon-resolution { font-size: 64px; font-size: 4rem; margin-top: -5px; }
html.ltr .support-container .product-specs-module .glance ul li .icon.icon-resolution { left: -10px; }
html.rtl .support-container .product-specs-module .glance ul li .icon.icon-resolution { right: -10px; }
html.ltr .support-container .product-specs-module .glance ul li .icon.icon-resolution { margin-left: -5px; }
html.rtl .support-container .product-specs-module .glance ul li .icon.icon-resolution { margin-right: -5px; }
.support-container .product-specs-module .glance ul li .icon.icon-port { font-size: 35px; font-size: 2.1875rem; padding-top: 10px; }
html.ltr .support-container .product-specs-module .glance ul li .icon.icon-port { left: -5px; }
html.rtl .support-container .product-specs-module .glance ul li .icon.icon-port { right: -5px; }
.support-container .product-specs-module .glance ul li .icon.icon-a-plus { font-size: 48px; font-size: 3rem; padding-top: 5px; }
html.ltr .support-container .product-specs-module .glance ul li .icon.icon-a-plus { left: -8px; }
html.rtl .support-container .product-specs-module .glance ul li .icon.icon-a-plus { right: -8px; }
@media (min-width: 48em) { .support-container .product-specs-module .title.title-expandable { padding: 0 20px 20px 30px; }
  .support-container .product-specs-module .toggler-container { padding: 0 20px 20px 30px; }
/*  .support-container .product-specs-module .glance ul li { font-family: 'SamsungIFRg', Arial, sans-serif; font-weight: normal; height: 145px; width: 24%; padding: 0; margin-top: 0; position: relative; letter-spacing: -1px; }*/
  .support-container .product-specs-module .glance ul li .icon { position: absolute; margin: 0; top: 50%; }
  .support-container .product-specs-module .glance ul li .icon.icon-size { font-size: 105px; font-size: 6.5625rem; margin-top: -52px; height: auto; }
  html.ltr .support-container .product-specs-module .glance ul li .icon.icon-size { left: -8px; }
  html.rtl .support-container .product-specs-module .glance ul li .icon.icon-size { right: -8px; }
  html.ltr .support-container .product-specs-module .glance ul li .icon.icon-size { margin-left: 0; }
  html.rtl .support-container .product-specs-module .glance ul li .icon.icon-size { margin-right: 0; }
  .support-container .product-specs-module .glance ul li .icon.icon-resolution { font-size: 125px; font-size: 7.8125rem; margin-top: -66px; height: auto; }
  html.ltr .support-container .product-specs-module .glance ul li .icon.icon-resolution { left: -10px; }
  html.rtl .support-container .product-specs-module .glance ul li .icon.icon-resolution { right: -10px; }
  html.ltr .support-container .product-specs-module .glance ul li .icon.icon-resolution { margin-left: 0; }
  html.rtl .support-container .product-specs-module .glance ul li .icon.icon-resolution { margin-right: 0; }
  .support-container .product-specs-module .glance ul li .icon.icon-port { font-size: 60px; font-size: 3.75rem; margin-top: -32px; height: auto; padding-top: 0; }
  html.ltr .support-container .product-specs-module .glance ul li .icon.icon-port { left: -5px; }
  html.rtl .support-container .product-specs-module .glance ul li .icon.icon-port { right: -5px; }
  .support-container .product-specs-module .glance ul li .icon.icon-a-plus { font-size: 94px; font-size: 5.875rem; margin-top: -65px; height: auto; padding-top: 0; }
  html.ltr .support-container .product-specs-module .glance ul li .icon.icon-a-plus { left: -8px; }
  html.rtl .support-container .product-specs-module .glance ul li .icon.icon-a-plus { right: -8px; }
  .support-container .product-specs-module .glance ul li .desc { position: absolute; bottom: 0; }
  .support-container .product-specs-module .size-selector { height: 0; }
  .support-container .product-specs-module .size-selector .title { display: none; }
  .support-container .product-specs-module .size-selector .option-selector { position: absolute; display: block; width: 125px; height: 50px; top: 36px; }
  html.ltr .support-container .product-specs-module .size-selector .option-selector { left: 40%; }
  html.rtl .support-container .product-specs-module .size-selector .option-selector { right: 40%; }
  html.ltr .support-container .product-specs-module .size-selector .option-selector, html.rtl .support-container .product-specs-module .size-selector .option-selector { float: none; }
  html.rtl .support-container .product-specs-module .size-selector .option-selector, html.rtl .support-container .product-specs-module .size-selector .option-selector { float: none; }
  .support-container .product-specs-module .size-selector .option-selector .selected-option { font-size: 18px; font-size: 1.125rem; padding: 0 30px; height: 50px; line-height: 50px; }
  .support-container .product-specs-module .size-selector .option-selector .selected-option:before { border-width: 16px 16px 0; }
  html.ltr .support-container .product-specs-module .size-selector .option-selector .selected-option:before { right: 18px; }
  html.rtl .support-container .product-specs-module .size-selector .option-selector .selected-option:before { left: 18px; }
  .support-container .product-specs-module .size-selector .option-selector .options li { font-size: 18px; font-size: 1.125rem; }
  .support-container .product-specs-module .size-selector .option-selector .options li a { padding: 15px 10px; }
  html.ltr .support-container .product-specs-module .size-selector .option-selector .options:before, html.ltr .support-container .product-specs-module .size-selector .option-selector .options:after { right: 18px; }
  html.rtl .support-container .product-specs-module .size-selector .option-selector .options:before, html.rtl .support-container .product-specs-module .size-selector .option-selector .options:after { left: 18px; }
  .support-container .product-specs-module .size-selector .option-selector .options:after { border-width: 0 16px 16px; top: -16px; }
  .support-container .product-specs-module .size-selector .option-selector .options:before { border-width: 16px 16px 0; bottom: -16px; } }
@media (min-width: 64.063em) { html.ltr .support-container .product-specs-module .size-selector .option-selector { left: 33%; }
  html.rtl .support-container .product-specs-module .size-selector .option-selector { right: 33%; } }
@media (min-width: 80.063em) and (max-width: 120em) { html.ltr .support-container .product-specs-module .size-selector .option-selector { left: 26%; }
  html.rtl .support-container .product-specs-module .size-selector .option-selector { right: 26%; } }
.support-container .product-specs-module .product-specs-full .specs-wrap .header { font-family: 'SamsungIFRg', Arial, sans-serif; font-weight: normal; }
html.ltr .support-container .product-specs-module h2 .icon-tech-specs { margin-left: -3px; }
html.rtl .support-container .product-specs-module h2 .icon-tech-specs { margin-right: -3px; }
html.ltr .support-container .product-specs-module h2 .icon-tech-specs { margin-right: 8px; }
html.rtl .support-container .product-specs-module h2 .icon-tech-specs { margin-left: 8px; }
/*.support-container .product-specs-module h2 a .heading-text { font-size: 20px; font-size: 1.25rem; }*/
@media (min-width: 48em) { .support-container .product-specs-module h2 a .heading-text { font-size: 28px; font-size: 1.75rem; }
  .support-container .product-specs-module h2 a .icon-plus.toggle-icon, .support-container .product-specs-module h2 a .icon-minus.toggle-icon { font-size: 20px; font-size: 1.25rem; top: 50%; margin-top: -10px; } }
@media (min-width: 80.063em) and (max-width: 120em) { .support-container .product-specs-module h2 a .heading-text { font-size: 32px; font-size: 2rem; } }
.support-container .product-specs-module .extra-specs, .support-container .product-specs-module .spec, .support-container .product-specs-module .value { font-family: 'SamsungIFRg', Arial, sans-serif; font-weight: normal; }
/*@media (min-width: 48em) { html.ltr .support-container .product-specs-module h2 .icon-tech-specs { margin-left: -5px; }
  html.rtl .support-container .product-specs-module h2 .icon-tech-specs { margin-right: -5px; }
  html.ltr .support-container .product-specs-module h2 .icon-tech-specs { margin-right: 21px; }
  html.rtl .support-container .product-specs-module h2 .icon-tech-specs { margin-left: 21px; } }*/
html.ltr .support-container .product-specs-module h2.inner.title { padding-left: 11px; }
html.rtl .support-container .product-specs-module h2.inner.title { padding-right: 11px; }
html.ltr .support-container .product-specs-module h2.inner.title .icon-tech-specs { margin-right: 0; }
html.rtl .support-container .product-specs-module h2.inner.title .icon-tech-specs { margin-left: 0; }
.support-container .product-specs-module h2.inner.title a { font-size: 21px; font-size: 1.3125rem; font-family: 'SamsungIFRg', Arial, sans-serif; font-weight: normal; }
.support-container .product-specs-module h2.inner.title a .icon-plus, .support-container .product-specs-module h2.inner.title a .icon-minus { top: 22px; }
.support-container .manuals-module * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.support-container .manuals-module .title.title-expandable a { font-size: 24px; font-size: 1.5rem; font-family: 'SamsungIFRg', Arial, sans-serif; font-weight: normal; padding-top: 15px; padding-bottom: 15px; }
html.ltr .support-container .manuals-module .title.title-expandable a { padding-left: 64px; }
html.rtl .support-container .manuals-module .title.title-expandable a { padding-right: 64px; }
.support-container .manuals-module .title.title-expandable a .icon-manuals { font-size: 33px; font-size: 2.0625rem; position: absolute; margin-top: -16px; top: 50%; }
html.ltr .support-container .manuals-module .title.title-expandable a .icon-manuals { margin-right: 0; }
html.rtl .support-container .manuals-module .title.title-expandable a .icon-manuals { margin-left: 0; }
html.ltr .support-container .manuals-module .title.title-expandable a .icon-manuals { left: 30px; }
html.rtl .support-container .manuals-module .title.title-expandable a .icon-manuals { right: 30px; }
.support-container .manuals-module .title.title-expandable a .icon-plus, .support-container .manuals-module .title.title-expandable a .icon-minus { font-size: 16px; font-size: 1rem; top: 50%; margin-top: -8px; }
@media (min-width: 48em) { .support-container .manuals-module .title.title-expandable a { padding-top: 20px; padding-bottom: 20px; font-size: 28px; font-size: 1.75rem; }
  html.ltr .support-container .manuals-module .title.title-expandable a { padding-left: 90px; }
  html.rtl .support-container .manuals-module .title.title-expandable a { padding-right: 90px; }
  .support-container .manuals-module .title.title-expandable a .icon-manuals { font-size: 49px; font-size: 3.0625rem; margin-top: -25px; }
  .support-container .manuals-module .title.title-expandable a .icon-plus, .support-container .manuals-module .title.title-expandable a .icon-minus { font-size: 20px; font-size: 1.25rem; margin-top: -10px; } }
@media (min-width: 80.063em) and (max-width: 120em) { .support-container .manuals-module .title.title-expandable a { font-size: 32px; font-size: 2rem; height: 100px; padding-top: 30px; padding-bottom: 30px; } }
.support-container .manuals-module .more-options { padding: 0 30px; padding-bottom: 45px; width: 100%; }
.support-container .manuals-module .more-options .manual-option { width: 100%; padding-bottom: 20px; border-bottom: 1px solid #8a94d0; }
.support-container .manuals-module .more-options .manual-option p { font-size: 14px; font-size: 0.875rem; font-family: 'SamsungIFRg', Arial, sans-serif; font-weight: normal; color: #a7abd3; text-transform: uppercase; }
.support-container .manuals-module .more-options .manual-item { border-bottom: 1px solid #8a94d0; }
.support-container .manuals-module .more-options .manual-item h3 a { font-family: 'SamsungIFRg', Arial, sans-serif; font-weight: normal; font-size: 21px; font-size: 1.3125rem; padding-top: 15px; padding-bottom: 15px; position: relative; display: block; width: 100%; color: white; }
.support-container .manuals-module .more-options .manual-item h3 a .icon-plus, .support-container .manuals-module .more-options .manual-item h3 a .icon-minus { font-size: 16px; font-size: 1rem; top: 50%; margin-top: -8px; position: absolute; }
html.ltr .support-container .manuals-module .more-options .manual-item h3 a .icon-plus, html.ltr .support-container .manuals-module .more-options .manual-item h3 a .icon-minus { right: 5px; }
html.rtl .support-container .manuals-module .more-options .manual-item h3 a .icon-plus, html.rtl .support-container .manuals-module .more-options .manual-item h3 a .icon-minus { left: 5px; }
.support-container .manuals-module .more-options .manual-item .manual-swap { padding-bottom: 15px; }
.support-container .manuals-module .more-options .manual-item .manual-swap .download-item { margin-bottom: 10px; }
.support-container .manuals-module .more-options .manual-item .manual-swap .download-item p { font-family: 'SamsungIFRg', Arial, sans-serif; font-weight: normal; font-size: 14px; font-size: 0.875rem; }
.support-container .manuals-module .more-options .manual-footer { font-size: 14px; font-size: 0.875rem; font-family: 'SamsungIFRg', Arial, sans-serif; font-weight: normal; color: #a7abd3; text-transform: uppercase; padding-top: 15px; }
.support-container .manuals-module .more-options .manual-footer a { color: white; margin-top: 10px; display: block; }
.support-container .manuals-module .more-options .manual-footer a span { font-size: 20px; font-size: 1.25rem; bottom: -4px; position: relative; }
html.ltr .support-container .manuals-module .more-options .manual-footer a span { margin-right: 4px; }
html.rtl .support-container .manuals-module .more-options .manual-footer a span { margin-left: 4px; }
.support-container .manuals-module .more-options .manual-link { font-size: 18px; font-size: 1.125rem; font-family: 'SamsungIFBd', Arial, sans-serif; font-weight: normal; color: white; padding-top: 15px; display: block; }
.support-container .manuals-module .more-options .manual-link:first-child { padding-top: 0; }
.support-container .manuals-module .more-options .manual-link span.lighter-text { font-family: 'SamsungIFRg', Arial, sans-serif; font-weight: normal; }
.support-container .manuals-module .more-options .manual-link span.icon-link-play { font-size: 14px; font-size: 0.875rem; }
.support-container .manuals-module .more-options p { font-size: 16px; font-size: 1rem; color: #a7abd3; text-transform: uppercase; margin: 0; }
@media (min-width: 48em) { .support-container .manuals-module .more-options .manual-option { border-bottom: 0; }
  .support-container .manuals-module .more-options .manual-item { border-bottom: 0; }
  .support-container .manuals-module .more-options .manual-item h3 a { font-size: 22px; font-size: 1.375rem; cursor: default; }
  .support-container .manuals-module .more-options .manual-item h3 a .icon-plus, .support-container .manuals-module .more-options .manual-item h3 a .icon-minus { display: none; }
  .support-container .manuals-module .more-options .manual-item .manual-swap { display: block !important; }
  .support-container .manuals-module .more-options .manual-item .manual-swap:after { content: " "; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; *zoom: 1; } }
@media (min-width: 48em) and (min-width: 80.063em) and (max-width: 120em) { .support-container .manuals-module .more-options .manual-item { padding-bottom: 20px; } }
@media (min-width: 48em) and (min-width: 80.063em) and (max-width: 120em) { 
  .ltr .support-container .manuals-module .more-options .manual-item .manual-swap .download-item { display: inline; float: left; width: 25%; }
  .rtl .support-container .manuals-module .more-options .manual-item .manual-swap .download-item { display: inline; float: right; width: 25%; }
  .support-container .manuals-module .more-options .manual-item .manual-swap .download-item .manual-link { margin-bottom: 5px; }
  .support-container .manuals-module .more-options .manual-item .manual-swap .download-item .manual-link .icon-link-play { font-size: 16px; font-size: 1rem; } }
@media (min-width: 48em) and (min-width: 80.063em) and (max-width: 120em) { .support-container .manuals-module .more-options .manual-footer span { text-transform: none; } }
html.ltr .support-container .warranty .title.title-expandable a .icon-warranty.heading-icon { left: 30px; }
html.rtl .support-container .warranty .title.title-expandable a .icon-warranty.heading-icon { right: 30px; }
.support-container .ask-the-community { clear: both; }
.support-container .ask-the-community .header { padding: 20px 30px; }
.support-container .ask-the-community .header h2 { color: #292929; margin: 15px 0; }
.support-container .ask-the-community .header p { font-family: 'SamsungIFRg', Arial, sans-serif; font-weight: normal; }
.support-container .ask-the-community .header p a.add { font-family: 'SamsungIFRg', Arial, sans-serif; font-weight: normal; font-size: 17px; font-size: 1.0625rem;}
.support-container .ask-the-community .header .icon-link-play { font-size: 14px; font-size: 0.875rem; }
@media (min-width: 48em) { .support-container .ask-the-community { padding: 30px 0 0; }
  .support-container .ask-the-community .header { padding: 0; }
  .support-container .ask-the-community .header h2 { font-size: 28px; font-size: 1.75rem; margin: 15px 30px; }
  .support-container .ask-the-community .header p { font-size: 22px; font-size: 1.375rem; margin: 0 30px; color: #666; }
  .support-container .ask-the-community .header p a { font-size: 22px; font-size: 1.375rem; }
  .support-container .ask-the-community .header p a .icon-link-play { font-size: 16px; font-size: 1rem; }
  .support-container .ask-the-community .qa-wrapper { margin-top: 30px; }
  .support-container .ask-the-community .qa-wrapper .common-list .common-list-container { padding: 25px 30px 25px; }
  .support-container .ask-the-community .qa-wrapper .common-list .common-list-container h3 { font-size: 25px; font-size: 1.5625rem; margin-top: 10px; }
  .support-container .ask-the-community .qa-wrapper .toggler { padding: 10px 0; margin-top: 15px; }
  .support-container .ask-the-community .qa-wrapper .toggler span { color: #999; } }
@media (min-width: 64.063em) { .support-container .ask-the-community .header h2, .support-container .ask-the-community .qa-wrapper .common-list .common-list-container h3 { font-size: 30px; font-size: 1.875rem; } }

/*.ss_samsung .footer .section { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 40px 30px 23px; width: 100%; }
html.ltr .ss_samsung .footer .section.middle ul li { margin-right: 0; }
html.rtl .ss_samsung .footer .section.middle ul li { margin-left: 0; }*/

/* 0114 yang */  
html.ltr .support-container .contact-information .expandable-content h3 { margin-top:12px; font-weight:normal; width:90%; }
html.ltr .support-container .contact-information .expandable-content p{ width:90%; margin-top: 8px; }
html.ltr .support-container .contact-information .general-service-information.simple-list-column p{ width:90%; }
html.ltr .support-container .contact-information .expandable-content h3 span{ float:left; }
html.ltr .support-container .contact-information .expandable-content h3 span.icon-mobile{ font-size:50px; }
html.ltr .support-container .contact-information .expandable-content h3{ clear:both; word-break:break-all; }
html.ltr .support-container .contact-information .expandable-content h3.im90{ width:85%; }
html.rtl .support-container .contact-information .expandable-content h3 { margin-top:12px; font-weight:normal; width:90%; }
html.rtl .support-container .contact-information .expandable-content p{ width:90%; margin-top: 8px; }
html.rtl .support-container .contact-information .general-service-information.simple-list-column p{ width:90%; }
html.rtl .support-container .contact-information .expandable-content h3 span{ float:right; }
html.rtl .support-container .contact-information .expandable-content h3 span.icon-mobile{ font-size:50px; }
html.rtl .support-container .contact-information .expandable-content h3{ clear:both; word-break:break-all; }
html.rtl .support-container .contact-information .expandable-content h3.im90{ width:85%; }
.support-container .common-list li{ cursor:default; }
.common-list-etc{display:none; width:100%; height:auto; overflow:hidden; padding:10px 30px; }  /* MODIFY ADNSTYLE */
.common-list-etc.active {display:block;}  /* MODIFY ADNSTYLE */
.common-list-etc h4{ font-size:25px; margin-bottom:20px; }
.tn_y{ color:#0689d8; font-size:20px; }
.tn_y a, .tn_y a:hover{ color:#0689d8; }
.tn_y span{ color:#292929; font-size:12px; display:inline-block; }
.te_y{ color:#292929; font-size:12px; }
.tr_y{  }
.tr_y span, .tr_y a{ color:#0689d8; font-size:20px; margin-right:20px; }
html.rtl .tr_y span, html.rtl .tr_y a{ margin-right:0; margin-left:20px; }
.tr_y span:first-child{ color:#292929; }
.tr_y span, .tr_y button, .tr_y a{ vertical-align:middle; }
.ss_samsung .tr_y button{ min-width:8em; padding:.6em 0; }
.desbox_y{ display:none; } 
.desbox_y p, .desbox_f p{ margin:0 0 10px 0; }
.desbox_y textarea, .desbox_f textarea{ width:100%; height:80px; overflow-x:hidden; overflow-y:auto; padding:10px; border:1px solid #ccc; }
.desbox_y .btnbox_yr, .desbox_f .btnbox_yr, .btnbox_yr{ margin:10px auto; width:100%; height:auto; overflow:hidden; text-align:right; }
html.rtl .desbox_y .btnbox_yr, html.rtl .desbox_f .btnbox_yr, html.rtl .btnbox_yr {text-align:left; }
.btnbox_yr.al{ text-align:left; margin-top:30px; }
html.rtl .btnbox_yr.al {text-align:right !important;}
.btnbox_yr.al span{ vertical-align:middle; }
mark{ color:#0589d4; background:transparent; }
.ss_samsung .big button{ min-width:15em; }
.big{ margin-top:50px; }
 
.ask-the-community .getForm{ background:#fff; float:left; width:calc( 80% ); height:auto; overflow:hidden; margin:10px 0 20px 30px; }
html.rtl .ask-the-community .getForm {float:right; margin:10px 30px 20px 0;}
.ask-the-community .getForm .input{ position: relative; padding: 0 74px 0 0; border:0; background:transparent; }
html.rtl .ask-the-community .getForm .input {padding:0 0 0 74px;}
.ask-the-community .getForm .input input{ background:#fff; height:45px; padding:0 10px;/* margin-top: 19px;*/ margin-left:0; border:1px solid #ccc; width: 100%;}
html.rtl .ask-the-community .getForm .input input {margin-left:-22px;}
.ask-the-community .getForm a{ display:block; float:left; position: absolute; top: 14px; right: 1px; height:45px; width:45px; margin-right: 0.3em; line-height: 45px; text-align: center; overflow:hidden; background:#ccc; border:1px solid #ccc; color:#1b1b1a; }
html.rtl .ask-the-community .getForm a {right:auto; left:5px; border-left:0 none;}
.qa-wrapper{ clear:both; }
.common-layer-default{display:none; border:1px solid #ccc; width:400px; height:auto; overflow:hidden; position:absolute; left:0; top:0; z-index:9999; background:#f1f1f1; padding:10px 20px; }
.common-layer-default .rela{ width:100%; height:auto; overflow:hidden; position:relative; }
.common-layer-default .rela .btnClose{ position:absolute; right:0px; top:0px; font-size:20px; }
html.rtl .common-layer-default .rela .btnClose{ right:auto; left:0px;}
.common-layer-default .rela .btnClose span:first-child{ position:absolute; left:-2000px; }
.common-layer-default .rela p.cld_etc{ width:100%; height:auto; overflow:hidden; text-align:center; margin:50px auto; }

.common-layer-default.active {display:block; left:50%; margin-left:-200px;}  /* ADD ADNSTYLE */
html.rtl .common-layer-default.active {left:auto; right:50%; margin-left:0; margin-right:-200px;}  /* ADD ADNSTYLE */

.ss_samsung .cld_type1{ color:#0689d8; font-size:20px; margin:20px 0 0 0; }
.ss_samsung .cld_type2{ font-size:15px; margin:0; }
.ss_samsung .cld_type3{ font-size:15px; margin:10px 0; }
.ss_samsung .cld_type4{ font-size:20px; margin:10px 0 10px 0; }
.ss_samsung .cld_type4 span, .ss_samsung .cld_type4 a{ vertical-align:middle; }
html.rtl .ss_samsung .cld_type4 span, html.rtl .ss_samsung .cld_type4 a{ display:inline-block;}
.ss_samsung .cld_type4 .icon-thumbsup, .ss_samsung .cld_type4 .icon-thumbsdown{ font-size:40px; color:#a8a8a8; }
.ss_samsung .cld_type5{ color:#0689d8; font-size:20px; margin:0 0 20px 0; }

#newQuestion3 {height:300px;}
.new-question.active {display:block !important; left:50% !important; margin-left:-300px !important;}  /* ADD ADNSTYLE */
html.rtl .new-question.active {left:auto !important; right:50% !important; margin-left:0 !important; margin-right:-300px !important;}  /* ADD ADNSTYLE */
.answer-question.active {display:block !important; left:50% !important; margin-left:-292px !important;}  /* ADD ADNSTYLE */
html.rtl .answer-question.active {left:auto !important; right:50% !important; margin-left:0 !important; margin-right:-292px !important;}  /* ADD ADNSTYLE */

.yAreaBox{ width:auto;margin:0 auto; padding:20px 30px; height:auto; overflow:hidden; }
.desbox_f{ width:100%; height:auto; overflow:hidden; margin-top:20px; position:relative; }
.ss_samsung .desbox_f p.error{ display:none; }
.desbox_f .tit{ font-size:18px; }
.desbox_f .tit.cb{ color:#0689d7; }
.desbox_f .etc{ padding-bottom:20px; }
.ss_samsung .yAreaBox .etcbox p, .ss_samsung .etcbox p{ margin-bottom:0; }
.ss_samsung .yAreaBox .etcbox p.y_ebq01{ color:#292929; font-size:20px; }
.ss_samsung .yAreaBox .etcbox p.y_ebq02, .ss_samsung .etcbox p.y_ebq02{ color:#068ad5; font-size:15px; margin-top:20px; }
.ss_samsung .yAreaBox .etcbox p.y_ebq02 a, .ss_samsung .yAreaBox .etcbox p.y_ebq02 a:hover{ color:#068ad5; }
.ss_samsung .yAreaBox .etcbox p.y_ebq03{ color:#282828; font-size:12px; }
.desbox_f .etcbox, .yAreaBox .header .etcbox{ padding:10px; background:#f1f1f1; }
.yAreaBox .header .etcbox{ margin-top:10px; }
.desbox_f textarea{ width:94%; height:80px; overflow-x:hidden; overflow-y:auto; padding:10px; border:1px solid #ccc; }
.yAreaBox .header > h3{ font-size:25px; margin:50px 0 20px 0; text-align:left; font-weight:normal; }
html.rtl .yAreaBox .header > h3 {text-align:right;}
.ymoreBox{ width:100%; height:auto; overflow:hidden; padding:0 0 20px 0; } 
.ymoreBox .ysubmitList li{ width:100%; height:auto; overflow:hidden; }
.ymoreBox .ysubmitList li a.toggle{ background:transparent; border:0; width:90%; height:auto; font-size:1.5rem; margin-left:30px; margin-bottom:0; }
html.rtl .ymoreBox .ysubmitList li a.toggle{ margin-left:0;margin-right:30px;}
.ymoreBox .ysubmitList li .toggle-content{ margin:20px 30px; font-size:18px; }
.ymoreBox .ysubmitList li.odd{ background:#f1f1f1; }
@media (max-width: 1280px ) {}
@media (max-width: 490px ) { 
  .ask-the-community .getForm{ float:left; width: 80%; height: 66px; overflow:hidden; margin:0px 0 20px 30px; }
  .ss_samsung .tr_y button{ min-width:6em; padding:.5em 0; }
  .tr_y span:first-child{ display:block; margin:0 0 10px 0; } 
  .ss_samsung .btnbox_yr button{ min-width:5em; padding:.5em 0; }
  .ss_samsung .big button{ min-width:15em; }
  .common-layer-default{ width:calc( 100% - 40px ); height:100%; overflow:hidden; }
  .yAreaBox{ width:auto; padding:0; }
  .yAreaBox .header > h3{ margin:30px 0 10px 0; }
  .ymoreBox .ysubmitList li a.toggle{ font-size:1.3rem; border:0; margin-left:10px; width:calc( 100% - 30px ); }
  .ymoreBox .ysubmitList li .toggle-content{ margin:10px 10px; font-size:15px; }
  .ss_samsung .etcbox .big{ margin-top:20px; text-align:center; }
  ..ymoreBox{ padding-top:0; } 
}


/* 0124 - yang */
.desbox_f p.etc05{ font-size:25px; margin-top:30px; }
/* 0127 - yang */
.support-container .get-help.active .toggle{ margin-bottom:0; }
.support-container .get-help.active .toggle.mt20{ margin-top:0; }
.ss_samsung .support-container .get-help.active .toggle-content.toggled{ margin:20px auto; }
.ss_samsung .support-container .get-help.active .toggle-content{ margin:0 auto; } 
.btnbox_yr.big, .desbox_y{ width:50%; margin:0; }
.support-container .header-support{ width:100% !important; }
.ss_samsung .btnbox_yr.big > .button{ margin:10px auto; }
.ask-the-community .getForm{ width: 80%; } 
@media (max-width: 1024px ) {  
  .btnbox_yr.big, .desbox_y{ width:100%; }
  /*.ask-the-community .getForm a{ top: 16px; } 20140306 shin */
  .ss_samsung .btnbox_yr.big > .button{ width:100%; }
}

/* 20140306 shin */
@media (max-width: 1023px ) {
  .ask-the-community .getForm a{ top: 16px; }
}
/*///*/

@media (max-width: 767px ) {
   .ask-the-community .getForm a{ top: 10px; }
  .ss_samsung .support-container .get-help.active .toggle-content.toggled{ margin:0 auto; }  
  html.ltr .ss_samsung .input label{width:auto;}
  html.rtl .ss_samsung .input label{width:auto;}
}
@media (max-width: 490px ) {  
  .ask-the-community .getForm .input input{ height: 45px; }
  html.ltr .ss_samsung .input label{width:135%;} /*20140323 shin*/
  html.rtl .ss_samsung .input label{width:135%;} /*20140323 shin*/
}

/* 0129 YANG */
html.ltr .support-container .header-support .product-image{ margin-top:25px; height:50px; padding:315px 0 0 0; background:url(/common/next/img/support/smart-tv-desktop.jpg) no-repeat center top; }
html.rtl .support-container .header-support .product-image{ margin-top:25px; height:50px; padding:315px 0 0 0; background:url(/common/next/img/support/smart-tv-desktop.jpg) no-repeat center top; }
/* 20140528 bjy */
@media (max-width: 1023px){
  html.ltr .support-container .header-support .product-image{ height:50px; padding:220px 0 0 0; background:url(/common/next/img/support/smart-tv-mobile.jpg) no-repeat center top; }
  html.rtl .support-container .header-support .product-image{ height:50px; padding:220px 0 0 0; background:url(/common/next/img/support/smart-tv-mobile.jpg) no-repeat center top; }
}

/* 0204 yang */
html.ltr .support-container .product-specs-module .glance ul li{ height:auto !important; }
html.ltr .support-container .product-specs-module .glance ul li .icon { /*font-size: 1.875rem;*/ margin: 15px 0px; line-height: normal; height:auto !important; } 
html.rtl .support-container .product-specs-module .glance ul li{ height:auto !important; }
html.rtl .support-container .product-specs-module .glance ul li .icon { margin: 15px 0px; line-height: normal; height:auto !important; } 
@media (min-width: 48em){
  html.ltr .support-container .product-specs-module .glance ul li .icon { font-size: 3.4375rem; margin: 30px 0; top:0 !important; position:relative; }
  html.rtl .support-container .product-specs-module .glance ul li .icon { font-size: 3.4375rem; margin: 30px 0; top:0 !important; position:relative; }
  .support-container .product-specs-module .glance ul li .desc{ position:relative; }
}

/* 0206 yang */
.support-container .header-support .main-featured-title{ margin-top:10px; }
.support-container .header-support{ padding:30px 0 0 0; } 
@media (max-width: 767px){
  html.ltr .support-container .header-support .product-image{ height:50px; padding:220px 0 0 0; background:url(/common/next/img/support/smart-tv-mobile.jpg) no-repeat center top; }
  html.rtl .support-container .header-support .product-image{ height:50px; padding:220px 0 0 0; background:url(/common/next/img/support/smart-tv-mobile.jpg) no-repeat center top; }
}

/* 0207 yang */
.yetcBox-specs{clear:both; display:block; margin:0 0 20px; padding:20px 0 0 20px; width:100%; height:auto;} 
@media (max-width: 767px){
  .yetcBox-specs{clear:both; padding:0; width:100%; }
}
html.ltr .support-container .contact-information .expandable-content h3{ font-size:.9em; font-weight:bold; padding-top:10px; }
html.rtl .support-container .contact-information .expandable-content h3{ font-size:.9em; font-weight:bold; padding-top:10px; }

/* 0211 yang */
.yckbox{position:absolute;top:3px;left:0;}
.yang_ckBox{position:relative; height:45px;margin-top:16px;padding:0 0 0 40px;width:auto;}
.ss_samsung .input.typefr{ /* float:right; */ margin-bottom:0; padding:0; background:#f9f9f9; border:0; position:relative; }
.ss_samsung .input.typefr label{line-height:0; text-indent:-5000em;}
.ss_samsung .input.typefr input{ border:1px solid #ccc; padding-left:5px; padding-right:5px; width:96%; }
.icon-close-x .bilnd{ position:absolute; left:-20000px; }
@media (max-width: 1024px){
}
@media (max-width: 767px){
  .yckbox{ height:45px;}
}
@media (max-width: 599px){
  .ylayer-locator-container.ylayer-detail.ylayer-detail-normal{ width:100% !important; margin:0 !important; left:0 !important; }
} 

@media (max-width: 481px ) {   
.desbox_f textarea{ width:94%;}
.ss_samsung .input.typefr input { width:94%;}
}

@media (max-width: 418px ) {   
.desbox_f textarea{ width:90%;}
}

/* 0213 yang */
/*@media (min-width: 769px){
  html.ltr .support-container .featured-topics ul { border-bottom:0; border-top:2px solid #e7e7e7; }
  html.ltr .support-container .featured-topics ul li { width:calc( 50% - 1px ); border-left:0; border-top:0; border-right:1px solid #e7e7e7; border-bottom:2px solid #e7e7e7; margin-right:1px; }
}*/

/* 0212 shin */
.ltr .downlist-wrap li div {padding-right:10px;}
.rtl .downlist-wrap li > div {padding-left:10px;}
.getForm .error {margin-bottom:0 !important;}
.tr_y span, .tr_y a{ color:#0689d8; font-size:20px; margin-right:20px; }
.tr_y a.act {color:#1428a0;}
.te_y {font-size:inherit;}
/*.no-result {color:#000 !important; font-size:2rem !important; text-align:center; padding:8% 0; }*/
.desbox_f textarea{margin-bottom:10px;}
.yAreaBox .header > h3 {margin:40px 0 20px 0;}

/* 0212 subcategory - shin */
.support-container .header-support .main-featured-title {margin-bottom:30px !important;}

/* 0217 yang */
html.ltr .ss_samsung .product-specs-module .toggle{ margin-bottom:0; }
html.rtl .ss_samsung .product-specs-module .toggle{ margin-bottom:0; }
/*.ss_samsung .module-heading{ overflow:visible !important; } 20140616 bjy : del */
html.ltr .ss_samsung .product-specs-module h2 a > span.heading-icon.toggle-icon{ margin-right:-10px; margin-top:0; }
html.rtl .ss_samsung .product-specs-module h2 a > span.heading-icon.toggle-icon{ margin-right:-10px; margin-top:0; }
.ss_samsung.support .product-specs-module .product-specs-full .extra-specs{float:none;}
/*@media (max-width: 769px)*/
@media (max-width: 767px){
  html.ltr .support-container .product-specs-module h2 .icon-tech-specs{ margin-left:6px; }
  html.ltr .ss_samsung .product-specs-module h2 a > span.heading-icon.toggle-icon{ margin-right:0px; }
  html.rtl .support-container .product-specs-module h2 .icon-tech-specs{ margin-right:6px; }
  html.rtl .ss_samsung .product-specs-module h2 a > span.heading-icon.toggle-icon{ margin-left:0px; }
}

/* 20140227 shin */
.disabled * {color:#999;}
/* sar info | 2014-03-06 naomi */

@media (min-width: 80.063em) {
	.ss_samsung .inner-x {padding-top:16px;padding-bottom:16px; }
	/*.ss_samsung .module-heading {padding:0}*/
}
/* 20140224 add KH */
	html.ltr .ss_samsung .inner, html.ltr .ss_samsung .inner-x, html.ltr .ss_samsung .inner-y{float:none;}
	html.ltr .ss_samsung .product-specs-module h2 a > span.heading-icon.toggle-icon {font-size: 1rem;margin-top:3px;}
  html.rtl .ss_samsung .inner, html.rtl .ss_samsung .inner-x, html.rtl .ss_samsung .inner-y{float:none;}
  html.rtl .ss_samsung .product-specs-module h2 a > span.heading-icon.toggle-icon {font-size: 1rem;margin-top:3px;}
	.ss_samsung .inner-x {padding-top:3px;padding-bottom:5px;padding-right: 1.25rem; padding-left: 1.25rem;}
	/*.ss_samsung .module-heading {padding:0}*/
	.ss_samsung .product-specs-module .product-specs-full .specs-Wrap{width:100%; overflow:hidden;}
	.ss_samsung .product-specs-module .product-specs-full .header { float: left; width: 92%; padding-top: 15px; padding-top: 0.9375rem; padding-bottom: 15px; padding-bottom: 0.9375rem; font-size: 20px; font-size: 1.25rem; color: #0689d8; }
	.product-specs-module .product-specs-full .header {padding-left:4%; padding-right:4%;}
	.product-specs-module .product-specs-full .header a{ display:block; position:relative; }
	.product-specs-module .product-specs-full .header .icon-plus, .product-specs-module .product-specs-full .header .icon-minus{ position:absolute; right:60px; top:0; z-index:20;}
	.product-specs-module .product-specs-full .bgwhite {background-color:#fff;}
	.ss_samsung .product-specs-module .product-specs-full ul.specsList{ padding-left:4%; padding-right:4%; width:92%; overflow:hidden;}
	.ss_samsung .product-specs-module .product-specs-full ul li { float: left; width: 100%; padding-top: 10px; padding-top: 0.625rem; padding-bottom: 10px; padding-bottom: 0.625rem; border-top: 1px solid #CCC; }
	.ss_samsung .product-specs-module .product-specs-full ul li .spec { float: left; width: 44%; margin-right:4%; padding-left:2%; font-family: SamsungIFBd, Arial, sans-serif; font-weight: normal; }
	.ss_samsung .product-specs-module .product-specs-full ul li .value { float: left; width: 44%; margin-left:4%; padding-right:2%;}
	.ss_samsung .product-specs-module a.extra-specs{padding:15px 4%; }
	
	.ss_samsung .product-specs-module .product-specs-full ul li h4{float: left; width:99%; margin-left:1%; margin-right:0; padding-left:0;font-family: SamsungIFBd, Arial, sans-serif; font-weight: normal;}
	.ss_samsung .product-specs-module .product-specs-full ul.specsList li ul{width:100%; overflow:hidden; border-top:none; margin:10px 0 -10px 0;}
	.ss_samsung .product-specs-module .product-specs-full ul.specsList li ul li{width:100%; overflow:hidden;}
	.ss_samsung .product-specs-module .product-specs-full ul.specsList li ul li .spec{width: 43%; margin-right:4%; padding-left:3%; font-family:'SamsungIFRg', Arial, sans-serif;}
	.ss_samsung .product-specs-module .product-specs-full ul.specsList li ul li .value{width: 44%; margin-left:4%; padding-right:2%;}
@media (min-width: 48em) {
  html.ltr .ss_samsung .product-specs-module h2 a > span.heading-icon.toggle-icon {font-size: 1.25rem;}
	html.rtl .ss_samsung .product-specs-module h2 a > span.heading-icon.toggle-icon {font-size: 1.25rem;}
	.ss_samsung .inner-x {padding-right: 1.852rem; padding-left: 1.852rem;}

	.ss_samsung .product-specs-module .product-specs-full .specs-Wrap{width:100%; overflow:hidden;}
	.ss_samsung .product-specs-module .product-specs-full .header { float: left; width: 92%; padding-top: 20px; padding-top: 1.25rem; padding-bottom: 20px; padding-bottom: 1.25rem; font-size: 22px; font-size: 1.375rem; color: #00a8e0; }
	.product-specs-module .product-specs-full .header {padding-left:4%; padding-right:4%;}
	.ss_samsung .product-specs-module .product-specs-full ul.specsList{ padding-left:4%; padding-right:4%; width:92%; overflow:hidden;}
	.ss_samsung .product-specs-module .product-specs-full ul li { float: left; width: 100%; padding-top: 10px; padding-top: 0.625rem; padding-bottom: 10px; padding-bottom: 0.625rem; border-top: 1px solid #CCC; }
	.ss_samsung .product-specs-module .product-specs-full ul li .spec { float: left; width: 45%; margin-right:4%; padding-left:1%; font-family: SamsungIFBd, Arial, sans-serif; font-weight: normal;}
	.ss_samsung .product-specs-module .product-specs-full ul li .value { float: left; width: 45%; margin-left:4%; padding-right:1%;}
	.ss_samsung .product-specs-module a.extra-specs{padding:20px 4%; }
	
	.ss_samsung .product-specs-module .product-specs-full ul li h4{float: left; width:99%; margin-left:1%; margin-right:0; padding-left:0;font-family: SamsungIFBd, Arial, sans-serif; font-weight: normal;}
	.ss_samsung .product-specs-module .product-specs-full ul.specsList li ul{width:100%; overflow:hidden; border-top:none; margin:10px 0 -10px 0;}
	.ss_samsung .product-specs-module .product-specs-full ul.specsList li ul li{width:100%; overflow:hidden;}
	.ss_samsung .product-specs-module .product-specs-full ul.specsList li ul li .spec{width: 44%; margin-right:4%; padding-left:2%; font-family:'SamsungIFRg', Arial, sans-serif;}
	.ss_samsung .product-specs-module .product-specs-full ul.specsList li ul li .value{width: 45%; margin-left:4%; padding-right:1%;}
}
@media (min-width: 64em) {
	.ss_samsung .product-specs-module .product-specs-full .specs-Wrap{width:100%; overflow:hidden;}
	.ss_samsung .product-specs-module .product-specs-full .header { float: left; width: 96%; padding-top: 20px; padding-top: 1.25rem; padding-bottom: 20px; padding-bottom: 1.25rem; font-size: 22px; font-size: 1.375rem; color: #00a8e0; }
	.product-specs-module .product-specs-full .header {padding-left:2%; padding-right:2%;}
	.ss_samsung .product-specs-module .product-specs-full ul.specsList{ padding-left:2%; padding-right:2%; width:96%; overflow:hidden;}
	.ss_samsung .product-specs-module .product-specs-full ul li { float: left; width: 100%; padding-top: 10px; padding-top: 0.625rem; padding-bottom: 10px; padding-bottom: 0.625rem; border-top: 1px solid #CCC; }
	.ss_samsung .product-specs-module .product-specs-full ul li .spec { float: left; width: 25%; margin-right:4%; padding-left:1%; font-family: SamsungIFBd, Arial, sans-serif; font-weight: normal;}
	.ss_samsung .product-specs-module .product-specs-full ul li .value { float: left; width: 65%; margin-left:4%; padding-right:1%;}
	.ss_samsung .product-specs-module a.extra-specs{padding:20px 2%; }
	
	.ss_samsung .product-specs-module .product-specs-full ul li h4{float: left; width:99%; margin-left:1%; margin-right:0; padding-left:0;font-family: SamsungIFBd, Arial, sans-serif; font-weight: normal;}
	.ss_samsung .product-specs-module .product-specs-full ul.specsList li ul{width:100%; overflow:hidden; border-top:none; margin:10px 0 -10px 0;}
	.ss_samsung .product-specs-module .product-specs-full ul.specsList li ul li{width:100%; overflow:hidden;}
	.ss_samsung .product-specs-module .product-specs-full ul.specsList li ul li .spec{width: 24%; margin-right:4%; padding-left:2%; font-family:'SamsungIFRg', Arial, sans-serif;}
	.ss_samsung .product-specs-module .product-specs-full ul.specsList li ul li .value{width: 65%; margin-left:4%; padding-right:1%;}
}
@media (min-width: 80em) {
	.ss_samsung .inner-x {padding-top:18px;padding-bottom:16px;}
	.ss_samsung .product-specs-module .product-specs-full .specs-Wrap{width:100%; overflow:hidden;}
	.ss_samsung .product-specs-module .product-specs-full .header { float: left; width: 28%; padding-top: 20px; padding-top: 1.25rem; padding-bottom: 20px; padding-bottom: 1.25rem; font-size: 22px; font-size: 1.375rem; color: #00a8e0; }
	.product-specs-module .product-specs-full .header {padding-left:2%; padding-right:0;}
	.ss_samsung .product-specs-module .product-specs-full ul.specsList{ padding-left:0; padding-right:0; width:70%; overflow:hidden; float:left;}
	.ss_samsung .product-specs-module .product-specs-full ul li { float: left; width: 100%; padding-top: 12px; padding-top: 0.75rem; padding-bottom: 12px; padding-bottom: 0.75rem; border-top: 1px solid #CCC; }
	.ss_samsung .product-specs-module .product-specs-full ul li:first-child{border-top:none;}
	.ss_samsung .product-specs-module .product-specs-full ul li .spec { float: left; width:49%; margin-left:1%; margin-right:0; padding-left:0;font-family: SamsungIFBd, Arial, sans-serif; font-weight: normal;}
	.ss_samsung .product-specs-module .product-specs-full ul li .value { float: left; width:49%; margin-left:1%; padding-right:0;}
	.ss_samsung .product-specs-module .product-specs-full .extra-specs{font-size:18px; font-size:1.125rem;}
	.ss_samsung .product-specs-module a.extra-specs{padding:20px 2%;}
	
	.ss_samsung .product-specs-module .product-specs-full ul li h4{float: left; width:99%; margin-left:1%; margin-right:0; padding-left:0;font-family: SamsungIFBd, Arial, sans-serif; font-weight: normal;}
	.ss_samsung .product-specs-module .product-specs-full ul.specsList li ul{width:100%; overflow:hidden; border-top: 1px solid #CCC; margin:12px 0 -12px 0;}
	.ss_samsung .product-specs-module .product-specs-full ul.specsList li ul li{width:100%; overflow:hidden;}
	.ss_samsung .product-specs-module .product-specs-full ul.specsList li ul li .spec{width: 47%; margin-left:1%; margin-right:0; padding-left:2%; font-family:'SamsungIFRg', Arial, sans-serif;}
	.ss_samsung .product-specs-module .product-specs-full ul.specsList li ul li .value{width: 48%; margin-left:1%; padding-right:0;}
}

.ss_samsung.support-pdp #content .hero-module.lightgray-bg { background: url("/common/next/img/pdp/hero/theme-lightgray-desktop.jpg") no-repeat; background-position:50% 50%;}

.ss_samsung .product-specs-module .product-specs-full .specs-Wrap.light-grey{background:#f9f9f9;}
.ss_samsung .product-specs-module .product-specs-full .specs-Wrap.dark-grey{background:#f1f1f1;}

html.ltr .ss_samsung.support-pdp #content .awards-module .awards-popover ul li{width:45px; height:auto; margin-right:15px; margin-bottom:5px;}
html.ltr .ss_samsung.support-pdp #content .awards-module .awards-popover ul li img{width:100%; height:auto;}
html.rtl .ss_samsung.support-pdp #content .awards-module .awards-popover ul li{width:45px; height:auto; margin-left:15px; margin-bottom:5px;}
html.rtl .ss_samsung.support-pdp #content .awards-module .awards-popover ul li img{width:100%; height:auto;}
@media (min-width: 48em) {
  html.ltr .ss_samsung.support-pdp #content .awards-module .awards-popover ul li{width:60px; height:auto; margin-right:30px; margin-bottom:5px;}
  html.ltr .ss_samsung.support-pdp #content .awards-module .awards-popover ul li img{width:100%; height:auto;}
  html.rtl .ss_samsung.support-pdp #content .awards-module .awards-popover ul li{width:60px; height:auto; margin-left:30px; margin-bottom:5px;}
  html.rtl .ss_samsung.support-pdp #content .awards-module .awards-popover ul li img{width:100%; height:auto;}
}

.ss_samsung.support-pdp #content .product-specs-module .sar-info{width:100%; overflow:hidden; background:#f1f1f1;}
.ss_samsung.support-pdp #content .product-specs-module .sar-info a{font-size:20px; font-size:1.25rem; padding:15px 4%;}
@media (min-width: 64em) {.ss_samsung.support-pdp #content .product-specs-module .sar-info a{font-size:22px; font-size:1.375rem; padding:20px 2%;}}

/*20140310 shin*/
.no-result {text-align:center; padding:8% 0; padding-left:24.7979797979798%;}
.no-result p {color:#000 !important; font-size:2.5em; }
@media (min-width: 768px) {
  .no-result {text-align:center; padding:8% 0; padding-left:280px;}
  .no-result p {font-size:2em; }
}
@media (max-width: 767px) {
  .no-result {width:100%; padding-left:0;}
  .no-result p {font-size:1.5em; }
}


/*20140312 shin*/
html.ltr .ss_samsung .manuals-module .title-expandable a .icon-plus, html.ltr .ss_samsung .manuals-module .title-expandable a .icon-minus {right:30px;}
html.rtl .ss_samsung .manuals-module .title-expandable a .icon-plus, html.rtl .ss_samsung .manuals-module .title-expandable a .icon-minus {left:30px;}
.ss_samsung.support-pdp #content .module-heading {font-size:24px; font-size:1.5rem; }
.support-container .product-specs-module .glance ul li {margin-top:0;}
.ss_samsung.support-pdp .product-specs-module .glance ul li .icon {font-size:3.125rem;}
.ss_samsung.support-pdp .product-specs-module .glance ul li {padding-bottom:30px;}
.ss_samsung.support-pdp .toggle span {margin-top:0;}
/*html.ltr .support-container .product-specs-module h2 .icon-tech-specs {margin-right:1%; }*/
.support-container .product-specs-module h2 a .heading-text {letter-spacing:-0.9px;}
.support-container .product-specs-module .glance ul li {letter-spacing:0;}
html.ltr .ss_samsung.support-pdp .product-specs-module h2 a > span.heading-icon.toggle-icon {margin-right:0;}
html.rtl .ss_samsung.support-pdp .product-specs-module h2 a > span.heading-icon.toggle-icon {margin-left:0;}

@media (min-width: 80.063em) and (max-width: 120em) { .support-container .product-specs-module h2 a .heading-text { font-size: 36px; font-size: 2.25rem; } }

@media (max-width: 767px){
  html.ltr .support-container .product-specs-module h2 .icon-tech-specs{ margin-left:0; }
  html.ltr .ss_samsung .manuals-module .title-expandable a .icon-plus, html.ltr .ss_samsung .manuals-module .title-expandable a .icon-minus {right:20px;}
  html.rtl .support-container .product-specs-module h2 .icon-tech-specs{ margin-right:0; }
  html.rtl .ss_samsung .manuals-module .title-expandable a .icon-plus, html.rtl .ss_samsung .manuals-module .title-expandable a .icon-minus {left:20px;}
}
@media (max-width: 767px) and (min-width: 481px) {
  .ss_samsung.support-pdp #content .module-heading {font-size:30px; font-size:1.875rem !important;}
  .ss_samsung.support-pdp .module-heading .heading-icon,
  .support-container .manuals-module .title.title-expandable a .icon-manuals {font-size:32px; font-size:2rem;}
  html.ltr .support-container .manuals-module .title.title-expandable a {padding-left:60px;}
  html.ltr .support-container .manuals-module .title.title-expandable a .icon-manuals {left:20px; top:55%;}
  html.rtl .support-container .manuals-module .title.title-expandable a {padding-right:60px;}
  html.rtl .support-container .manuals-module .title.title-expandable a .icon-manuals {right:20px; top:55%;}
}
/*@media (max-width: 30em) {
  .ss_samsung.support-pdp #content .module-heading,.support-container .manuals-module .title.title-expandable a {font-size:1.2rem !important;}
  .ss_samsung.support-pdp .module-heading .heading-icon,.support-container .manuals-module .title.title-expandable a .icon-manuals {font-size:1.5rem;}
  html.ltr .support-container .manuals-module .title.title-expandable a .icon-manuals {left:20px;}
  html.ltr .support-container .manuals-module .title.title-expandable a {padding-left:50px; }
}*/
@media (min-width: 80em) {
  .ss_samsung.support-pdp .inner-x {padding-top:0; padding-bottom:0; }
}
@media (min-width: 48em) {
  .ss_samsung.support-pdp #content .module-heading {font-size:36px; font-size:2.25rem;}
  /*.ss_samsung.support-pdp .module-heading span {font-size:2.25rem;}*/
  .ss_samsung .module-heading .heading-icon.toggle-icon {font-size:2.5rem;}
  .ss_samsung .product-specs-module .glance ul li .icon {font-size:5rem;}
  .ss_samsung.support-pdp .inner-x {padding-right:30px; padding-right:1.875rem; padding-left:30px; padding-left:1.875rem;}
  .support-container .product-specs-module .glance ul li {font-size:18px; font-size:1.125rem; letter-spacing:0; }
  html.ltr .support-container .product-specs-module .glance ul li .icon { font-size: 5rem; }
  html.ltr .ss_samsung.support-pdp  .product-specs-module h2 a > span.heading-icon.toggle-icon {font-size:40px; font-size: 2.5rem;}
  html.rtl .support-container .product-specs-module .glance ul li .icon { font-size: 5rem; }
  html.rtl .ss_samsung.support-pdp  .product-specs-module h2 a > span.heading-icon.toggle-icon {font-size:40px; font-size: 2.5rem;}
  .support-container .product-specs-module h2 a .heading-text { font-size: 28px; font-size: 1.75rem; }
  .support-container .manuals-module .title.title-expandable a .icon-plus, .support-container .manuals-module .title.title-expandable a .icon-minus { font-size: 40px; margin-top: -20px; font-size: 2.5rem; right:20px; } }
}
/*.support-container .manuals-module .title.title-expandable a .icon-plus, .support-container .manuals-module .title.title-expandable a .icon-minus {margin-top: -20px; right:30px; } */
@media (min-width: 80.063em) {
  .support-container .product-specs-module .glance ul li { width: 18%;}
}
.ss_samsung.support-pdp .inner-x {padding-right:20px; padding-right:1.25rem; padding-left:20px; padding-left:1.25rem; }
@media (min-width: 50em) {
  .ss_samsung.support-pdp .inner-x {padding-right:30px; padding-right:1.875rem; padding-left:30px; padding-left:1.875rem; }
}


@media (min-width: 80.063em) and (max-width: 120em) { .support-container .manuals-module .title.title-expandable a { font-size: 36px; font-size: 2.25rem; } }


/*20140321 shin*/
html.ltr .support-container .header-support .product-image.input-img {background-size:contain; }
html.rtl .support-container .header-support .product-image.input-img {background-size:contain; }

/*20140323 shin*/
.ss_samsung .ask-the-community button[type="button"] {min-width:8em; margin-left:8px; padding:.6em 0; font-size:16px;}
html.rtl .ss_samsung .ask-the-community button[type="button"] {margin-left:0; margin-right:8px;}

@media (max-width: 640px) {
  .ss_samsung .ask-the-community button[type="button"] {display:block; font-size:14px; margin-left:0; margin-top:5px; padding:.5em 0; }
  html.rtl .ss_samsung .ask-the-community button[type="button"] {margin-left:0; margin-right:0; }
}

/*20140509 shin*/
html.ltr .support-container .header-support .product-image {margin-bottom:50px;}
html.ltr .support-container .header-support .product-image .smart-simulator a {padding:0.5em 0.4em; }
html.ltr .support-container .header-support .product-image .smart-simulator p {margin-top:8px; color:#000;}
html.rtl .support-container .header-support .product-image {margin-bottom:50px;}
html.rtl .support-container .header-support .product-image .smart-simulator a {padding:0.5em 0.4em; }
html.rtl .support-container .header-support .product-image .smart-simulator p {margin-top:8px; color:#000;}
@media (min-width: 48em) {
  html.ltr .support-container .header-support .product-image .smart-simulator p {font-size:18px;font-size:1.125rem;}
  html.rtl .support-container .header-support .product-image .smart-simulator p {font-size:18px;font-size:1.125rem;}
}
@media (max-width: 768px) {
  html.ltr .support-container .header-support .product-image {margin-bottom:70px;}
  html.ltr .support-container .header-support .product-image .smart-simulator p {font-size:16px;font-size:1rem;}
  html.rtl .support-container .header-support .product-image {margin-bottom:70px;}
  html.rtl .support-container .header-support .product-image .smart-simulator p {font-size:16px;font-size:1rem;}
}
.ss_samsung.support-pdp .manuals-module .title-expandable a {color:#000;}
.ss_samsung.support-pdp .manuals-module .title-expandable a span.heading-icon {color:#0689d8;}
.ss_samsung.support-pdp .support-container .manuals-module .more-options .download-item .manual-link {color:#000; word-break:break-all;} /*20140717 add style by shin*/
.ss_samsung.support-pdp .support-container .manuals-module .more-options .manual-link {color:#000;}
.ss_samsung.support-pdp .support-container .manuals-module .more-options .swCon.first .manual-link {color:#000;}
.ss_samsung.support-pdp .support-container .manuals-module .more-options .swCon .manual-link {color:#000;}
.ss_samsung.support-pdp .support-container .manuals-module .more-options .manual-item h3 a {color:#000;}
.ss_samsung.support-pdp .support-container .manuals-module .more-options p {color:#333;}
.ss_samsung.support-pdp .manuals-module, .ss_samsung.support-pdp .more-options {background-color:#fff; }
.ss_samsung.support-pdp .manuals-module {top:-4px; border-top:2px solid #e7e7e7;}
.ss_samsung.support-pdp .support-container .colBlocks .common-list li .common-list-container {padding:15px 30px;} /*20140630 colBlocks 클래스 부모 추가 : useful soft ware 리스트 영향받음*/
.ss_samsung.support-pdp .support-container .colBlocks .common-list li .common-list-container h3 {padding:2px 0;} /*20140630 colBlocks 클래스 부모 추가 : useful soft ware 리스트 영향받음*/
@media (min-width: 48em) {
  .support-container .get-help .results-sec li div, .support-container .get-help .results-list li div {padding-top:15px;}
  .support-container .common-list li .common-list-container h3 {font-size:24px; font-size:1.5rem;}
}
@media (min-width: 64.063em) {
  .support-container .common-list li .common-list-container h3 {font-size:24px; font-size:1.5rem;}
}
.support-container .manuals-module .more-options .manual-footer a {color:#0689d8;}

.downlist-wrap li div.arrow {padding-right:0px;}
.btnbox_yr.big {width:auto;}

/*20140521 shin*/
html.ltr .support-container .manuals-module .title.title-expandable a .icon-manuals {left:20px;}
html.rtl .support-container .manuals-module .title.title-expandable a .icon-manuals {left:20px;}
@media (min-width: 50em) {
  html.ltr .support-container .manuals-module .title.title-expandable a .icon-manuals {left:30px;}
  html.rtl .support-container .manuals-module .title.title-expandable a .icon-manuals {left:30px;}
}
@media (max-width: 120em) and (min-width: 80.063em) {
  .support-container .product-specs-module h2 a .heading-text {font-size:36px; font-size:2.25rem;}
}

/*20140528 shin*/
.support-container .get-menu-buttons .ss-button { padding: 18px 0; }

/*20140529 shin*/
html.ltr .ss_samsung.support-pdp .support-container .manuals-module .title.title-expandable a span {float: left;}
html.ltr .ss_samsung.support-pdp .support-container .manuals-module .title.title-expandable a .icon-plus, 
html.ltr .ss_samsung.support-pdp .support-container .manuals-module .title.title-expandable a .icon-minus {position:static; margin:10px 20px 0 0;}
html.rtl .ss_samsung.support-pdp .support-container .manuals-module .title.title-expandable a span {float: right;}
html.rtl .ss_samsung.support-pdp .support-container .manuals-module .title.title-expandable a .icon-plus, 
html.rtl .ss_samsung.support-pdp .support-container .manuals-module .title.title-expandable a .icon-minus {position:static; margin:10px 0 0 20px;}
.ss_samsung.support-pdp .support-container .manuals-module .title.title-expandable a .icon-manuals {margin-top:0}
html.ltr .ss_samsung.support-pdp .support-container .manuals-module .title.title-expandable a {padding:0; padding:15px 0 15px 30px;}
html.ltr .ss_samsung .manuals-module .title-expandable a span:first-child {position:static;}
html.ltr .ss_samsung.support-pdp .support-container .manuals-module .title.title-expandable a {overflow: hidden; clear: both;}
html.ltr .ss_samsung.support-pdp .support-container .manuals-module .title.title-expandable a span.downTit {max-width:75%; margin:0 10px 0 10px;}
html.rtl .ss_samsung.support-pdp .support-container .manuals-module .title.title-expandable a {padding:0; padding:15px 30px 15px 0;}
html.rtl .ss_samsung .manuals-module .title-expandable a span:first-child {position:static;}
html.rtl .ss_samsung.support-pdp .support-container .manuals-module .title.title-expandable a {overflow: hidden; clear: both;}
html.rtl .ss_samsung.support-pdp .support-container .manuals-module .title.title-expandable a span.downTit {max-width:75%; margin:0 10px 0 10px;}
@media (min-width: 48em) {
  .ss_samsung.support-pdp .support-container .manuals-module .title.title-expandable a .icon-manuals {margin-top:0;}
  html.ltr .ss_samsung.support-pdp .support-container .manuals-module .title.title-expandable a .icon-plus, 
  html.ltr .ss_samsung.support-pdp .support-container .manuals-module .title.title-expandable a .icon-minus {margin:10px 20px 0 0;}
  html.ltr .ss_samsung.support-pdp .support-container .manuals-module .title.title-expandable a {padding:0; padding:25px 0 25px 30px;}
  html.ltr .ss_samsung.support-pdp .support-container .manuals-module .title.title-expandable a span.downTit {max-width:75%; margin:4px 10px 0 10px;}
  html.rtl .ss_samsung.support-pdp .support-container .manuals-module .title.title-expandable a .icon-plus, 
  html.rtl .ss_samsung.support-pdp .support-container .manuals-module .title.title-expandable a .icon-minus {margin:10px 0 0 20px;}
  html.rtl .ss_samsung.support-pdp .support-container .manuals-module .title.title-expandable a {padding:0; padding:25px 30px 25px 0;}
  html.rtl .ss_samsung.support-pdp .support-container .manuals-module .title.title-expandable a span.downTit {max-width:75%; margin:4px 10px 0 10px;}
}
@media (max-width: 1280px) {
  html.ltr .ss_samsung.support-pdp .support-container .manuals-module .title.title-expandable a span.downTit {margin:10px 10px 0 10px;}
  html.rtl .ss_samsung.support-pdp .support-container .manuals-module .title.title-expandable a span.downTit {margin:10px 10px 0 10px;}
}
@media (max-width: 767px) {
  html.ltr .ss_samsung.support-pdp .support-container .manuals-module .title.title-expandable a span.downTit {margin:2px 10px 0 10px;}
  html.rtl .ss_samsung.support-pdp .support-container .manuals-module .title.title-expandable a span.downTit {margin:2px 10px 0 10px;}
}
@media (max-width: 480px) {
  html.ltr .ss_samsung.support-pdp .support-container .manuals-module .title.title-expandable a span.downTit,
  html.ltr .ss_samsung.support-pdp .support-container .module-heading .heading-text {max-width:65%; margin:2px 10px 0 10px;}
  html.rtl .ss_samsung.support-pdp .support-container .manuals-module .title.title-expandable a span.downTit,
  html.rtl .ss_samsung.support-pdp .support-container .module-heading .heading-text {max-width:65%; margin:2px 10px 0 10px;}
}
html.ltr .ss_samsung.support-pdp .module-heading .heading-icon.toggle-icon {float: left; margin-left:10px;}
html.rtl .ss_samsung.support-pdp .module-heading .heading-icon.toggle-icon {float: right; margin-right:10px;}

/*20140605 shin*/
html.ltr .support-container .get-help .refine-sec .refine-results li .checkbox-container > label {position:static;}
html.rtl .support-container .get-help .refine-sec .refine-results li .checkbox-container > label {position:static;}
.support-container .get-help .refine-sec .refine-results li .checkbox-container > label {display:block; padding:14px 0 0 35px; }
html.rtl .support-container .get-help .refine-sec .refine-results li .checkbox-container > label {display:block; padding:12px 35px 0 0;}
.support-container .get-help .refine-sec .refine-results li .checkbox-container > label span { display: inline; white-space: inherit; }
html.ltr .support-container .get-help .refine-sec .refine-results li .checkbox-container > label span { float: none; }
html.rtl .support-container .get-help .refine-sec .refine-results li .checkbox-container > label span { float: none; }
.support-container .get-help .refine-sec .refine-results li .checkbox-container .checkbox {position:absolute;}
@media (min-width: 768px) {
  html.ltr .support .support-container .subfilter-sortby .sort-by.fr {float:left !important;}
  html.rtl .support .support-container .subfilter-sortby .sort-by.fr {float:right !important;}
  .get-help ul.sort-list {float: left; position:static; height:auto !important; margin-top:3px; padding-left:10px;}
}

/*20140610 shin*/
@media (max-width: 767px) {
  html.ltr .support-container .contact-information-module .support-item {min-height:inherit; height:auto;}
  html.rtl .support-container .contact-information-module .support-item {min-height:inherit; height:auto;}
}

/*20140611shin*/
.ss_samsung .ask-the-community button[type="button"] {padding:.6em;}
@media (max-width: 640px) {
  .ss_samsung .ask-the-community button[type="button"] {padding:.5em; }
}

/*20140613 shin*/
@media (min-width: 48em) {
  html.ltr .support-container .get-help .refine-sec { position:relative; z-index:1;}
  html.rtl .support-container .get-help .refine-sec { position:relative; z-index:1;}
}

/*20140618 shin*/
@media (max-width: 481px ) {   
.desbox_f textarea{ width:90%;}
.ss_samsung .input.typefr input { width:90%;}
html.rtl .ss_samsung .input.typefr input { width:94%;}
}

/*20140619 shin*/
.ss_samsung .input.typefr {margin-right:2px;}

/*20140623 shin*/
html.ltr .ss_samsung.support-pdp .support-container .manuals-module .title.title-expandable a span.downTit {margin:0 10px 0 0;}
html.rtl .ss_samsung.support-pdp .support-container .manuals-module .title.title-expandable a span.downTit {margin:0 0 0 10px;}
@media (min-width: 48em) {
  html.ltr .ss_samsung.support-pdp .support-container .manuals-module .title.title-expandable a span.downTit {margin:4px 10px 0 0; font-size:36px; font-size:2.25rem;}
  html.rtl .ss_samsung.support-pdp .support-container .manuals-module .title.title-expandable a span.downTit {margin:4px 0 0 10px; font-size:36px; font-size:2.25rem;}
  html.ltr .ss_samsung.support-pdp .support-container .manuals-module .title.title-expandable a .icon-plus, html.ltr .ss_samsung.support-pdp .support-container .manuals-module .title.title-expandable a .icon-minus {margin:12px 20px 0 0; font-size:28px; font-size:1.75rem; }
  html.rtl .ss_samsung.support-pdp .support-container .manuals-module .title.title-expandable a .icon-plus, html.rtl .ss_samsung.support-pdp .support-container .manuals-module .title.title-expandable a .icon-minus {margin:12px 0 0 20px; font-size:28px; font-size:1.75rem; }
}
@media (max-width: 1280px) {
  html.ltr .ss_samsung.support-pdp .support-container .manuals-module .title.title-expandable a span.downTit {margin:4px 10px 0 0;}
  html.rtl .ss_samsung.support-pdp .support-container .manuals-module .title.title-expandable a span.downTit {margin:4px 0 0 10px;}
}
@media (max-width: 767px) {
  html.ltr .ss_samsung.support-pdp .support-container .manuals-module .title.title-expandable a span.downTit {margin:4px 10px 0 0;}
  html.rtl .ss_samsung.support-pdp .support-container .manuals-module .title.title-expandable a span.downTit {margin:4px 0 0 10px;}
  html.ltr .ss_samsung.support-pdp .support-container .manuals-module .title.title-expandable a .icon-plus, html.ltr .ss_samsung.support-pdp .support-container .manuals-module .title.title-expandable a .icon-minus {margin:12px 20px 0 0; font-size:24px; font-size:1.5rem; }
  html.rtl .ss_samsung.support-pdp .support-container .manuals-module .title.title-expandable a .icon-plus, html.rtl .ss_samsung.support-pdp .support-container .manuals-module .title.title-expandable a .icon-minus {margin:12px 0 0 20px; font-size:24px; font-size:1.5rem; }
}
@media (max-width: 480px) {
  html.ltr .ss_samsung.support-pdp .support-container .manuals-module .title.title-expandable a span.downTit,
  html.ltr .ss_samsung.support-pdp .support-container .module-heading .heading-text {margin:4px 10px 0 0; font-size:24px; font-size:1.5rem; }
  html.ltr .ss_samsung.support-pdp .support-container .manuals-module .title.title-expandable a .icon-plus, html.ltr .ss_samsung.support-pdp .support-container .manuals-module .title.title-expandable a .icon-minus {margin:12px 20px 0 0; font-size:18px; font-size:1.125rem; }
  html.rtl .ss_samsung.support-pdp .support-container .manuals-module .title.title-expandable a span.downTit,
  html.rtl .ss_samsung.support-pdp .support-container .module-heading .heading-text {margin:4px 0 0 10px; font-size:24px; font-size:1.5rem; }
  html.rtl .ss_samsung.support-pdp .support-container .manuals-module .title.title-expandable a .icon-plus, html.rtl .ss_samsung.support-pdp .support-container .manuals-module .title.title-expandable a .icon-minus {margin:12px 0 0 20px; font-size:18px; font-size:1.125rem; }
  .ss_samsung .product-specs-module .product-specs-full ul li .spec {word-break:break-all;} /*20140626 add shin*/
}
.ss_samsung.support-pdp .tech-spec-module .module-heading {font-family:'SamsungIFRg', Arial, sans-serif;}
.support-container .manuals-module .title.title-expandable a span.downTit {font-size:30px; font-size:1.875rem;}
.ss_samsung.support-pdp .tech-spec-module .module-heading{padding:20px 30px;}
.ss_samsung.support-pdp .tech-spec-module .glance-section {padding:20px 30px; }
.ss_samsung.support-pdp .tech-spec-module .module-heading span{text-transform:capitalize;}
.ss_samsung.support-pdp .tech-spec-module .sar-info-section {display:none;}

/*20140702 shin*/
.ss_samsung.support-pdp .yAreaBox .button {min-width: 9em;}
@media (max-width: 768px) {
  .ss_samsung.support-pdp .yAreaBox .button { min-width: 7em; }
}
@media (max-width: 480px) {
  .ss_samsung.support-pdp .yAreaBox .button { min-width: 5em; }
}

/*20140728 shin*/
@media (max-width: 767px) {
  .support-container .get-menu-buttons .getBtnWrap {display:table; width:100%; }
  .support-container .get-menu-buttons .getBtnWrap .get-tips-button.ss-button, 
  .support-container .get-menu-buttons .getBtnWrap .get-help-button.ss-button {float:none; display:table-cell; vertical-align:middle;}
}

/*20140729 shin*/
.support-container .get-help .refine-sec .refine-results li .checkbox-container > label {padding:14px 0 0 75px;}
html.rtl .support-container .get-help .refine-sec .refine-results li .checkbox-container > label {padding:14px 75px 0 0;}
.support-container .get-help .refine-sec .refine-results.topic li .checkbox-container > label {padding:14px 0 0 35px;}
html.rtl .support-container .get-help .refine-sec .refine-results.topic li .checkbox-container > label {padding:14px 35px 0 0;}
.support-container .refine-results li .checkbox-container .filterType1 {position:absolute; left:66px; width:30px; height:30px; background:url("/common/next/img/support/ico_jsonlist01.png") no-repeat left top; background-size:100%; }
html.rtl .support-container .refine-results li .checkbox-container .filterType1 {background:url("/common/next/img/support/re_ico_jsonlist01.png") no-repeat right top; background-size:100%;}
.support-container .refine-results li .checkbox-container .filterType1.offFilter {background-image:url("/common/next/img/support/ico_jsonlist01_g.png");}
html.rtl .support-container .refine-results li .checkbox-container .filterType1.offFilter {background-image:url("/common/next/img/support/re_ico_jsonlist01_g.png");}
.support-container .refine-results li .checkbox-container .filterType2 {position:absolute; left:66px; width:30px; height:30px; background:url("/common/next/img/support/ico_jsonlist03.png") no-repeat left top; background-size:100%; }
.support-container .refine-results li .checkbox-container .filterType2.offFilter {background-image:url("/common/next/img/support/ico_jsonlist03_g.png");}
.support-container .refine-results li .checkbox-container .filterType3 {position:absolute; left:66px; width:30px; height:30px; background:url("/common/next/img/support/ico_jsonlist02.png") no-repeat left top; background-size:100%; }
html.rtl .support-container .refine-results li .checkbox-container .filterType3 {background:url("/common/next/img/support/re_ico_jsonlist02.png") no-repeat right top; background-size:100%;}
.support-container .refine-results li .checkbox-container .filterType3.offFilter {background-image:url("/common/next/img/support/ico_jsonlist02_g.png");}
html.rtl .support-container .refine-results li .checkbox-container .filterType3.offFilter {background-image:url("/common/next/img/support/re_ico_jsonlist02_g.png");}
.support-container .refine-results li .checkbox-container .filterType4 {position:absolute; left:66px; width:30px; height:30px; background:url("/common/next/img/support/ico_jsonlist04.png") no-repeat left top; background-size:100%; }
html.rtl .support-container .refine-results li .checkbox-container .filterType4 {background:url("/common/next/img/support/re_ico_jsonlist04.png") no-repeat right top; background-size:100%;}
.support-container .refine-results li .checkbox-container .filterType4.offFilter {background-image:url("/common/next/img/support/ico_jsonlist04_g.png");}
html.rtl .support-container .refine-results li .checkbox-container .filterType4.offFilter {background-image:url("/common/next/img/support/re_ico_jsonlist04_g.png");}
html.rtl .support-container .refine-results li .checkbox-container .filterType1,
html.rtl .support-container .refine-results li .checkbox-container .filterType2,
html.rtl .support-container .refine-results li .checkbox-container .filterType3,
html.rtl .support-container .refine-results li .checkbox-container .filterType4 {left:auto; right:66px; background-position:right top;}