@charset "utf-8";

/*-------------------------------------------------------
TYPOGRAPHY CSS by Danny Bae
Created Date: 2009. 10. 14
Ver: 1.0.0

Color Code1:			#000F2D. Samsung Blue Black
Color Code1(GRAD):	#3f50a4. Gradient Color
Color Code2:			#4356BC. Samsung Blue B
Color Code2(GRAD):	#005ba5. Gradient Color
Color Code3:			#76B4D2. Samsung Blue S
Color Code4:			#bad9e8. Samsung Blue S 50%
Color Code5:			#ECF0F0. Samsung Blue White
-------------------------------------------------------*/

body {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px; /* em은 XML Parser 사용 전까지는 당분간 사용 안함 */
	color: #555555;
	overflow: scroll !important;
	overflow: auto;
	}
p { line-height: 180%; margin:0;}
ul { padding:0; margin:0; list-style: none; }
ol { margin:0; padding-right:18px;}
var { font-style: normal; }

/* 윈도우용 IE 7 버전을 위한 핵 시작 */
*+html ol { padding-right: 24px;}
/* 윈도우용 IE 7 버전을 위한 핵 끝 */

/* 윈도우용 IE 6 이하 버전을 위한 핵 시작 \*/
* html p {
	height: 1%;
	margin-right:0;
}
* html td, th {
	font-size: 12px;
}
* html ol {
	padding-right:24px;
	}

/* 윈도우용 IE 6 이하 버전을 위한 핵 끝 */

/* HEADINGS
-------------------------------------------------------*/
h1, h2, h3, h4, h5 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #000F2D;
	font-weight: normal;
	padding-left: 20px;
	margin:0px; /* 제목의 margin값은 article의 padding-bottom으로 조절 */
	}

h1 img { border:0; margin-right:5px;}
h1 { font-size: 18px; line-height: 35px; }
h2 { font-size: 24px; line-height: 36px; }
h3 { font-size: 18px; background: url(../../img/css/h3_bullet_bidi.gif) no-repeat right center; text-indent: 20px; margin-top: 20px;}
h4 { font-size: 14px; margin-top: 15px; padding-right:20px;}
h5 { font-size: 12px; }

#subNav .sidemenu h5 { font-size: 18px; color: #ECF0F0; line-height: 18px; background: #4356BC url(../../img/css/subNav_bg.gif) repeat-y right top; padding: 18px 20px 18px 20px;}
#subNav .extramenu h5 { line-height: 12px; border-bottom: 1px solid #76B4D2; background: url(../../img/css/h5_bullet_bidi.gif) no-repeat 98% center; font-family: Arial,Helvetica,sans-serif; font-weight: bold; padding: 9px 20px 9px 0;}
#Misc_Sitemap #content h4 { border-bottom: 1px solid #000F2D; padding-bottom:5px; padding-right:0px; margin-right: 20px; margin-left: 30px; }


/* ARTICLES
-------------------------------------------------------*/
#content .article1 p { font-size: 12px; color: #333333; }
#content ol li { line-height: 200%;}
#content ol li ol { list-style: lower-alpha; }
#content ul li { background: url(../../img/css/bullet_level1_bidi.gif) no-repeat right 7px; line-height: 180%; padding-right: 14px; }
#content ul li ul li { background: url(../../img/css/bullet_level2.gif) no-repeat right 7px; line-height: 150%; padding-right: 14px; }
#content img { padding: 10px; }

/* NOTE
-------------------------------------------------------*/
#content .warning, #content .caution, #content .important, #content .disassemble, #content .note {
	clear:both;
	border: 1px dotted #76B4D2;
	padding: 5px 29px 5px 5px;
	margin: 10px 0px;
}

/* 윈도우용 IE 6 이하 버전을 위한 핵 시작 \*/
#content .warning, #content .caution, #content .important, #content .disassemble, #content .note {
	height:1%;
}
/* 윈도우용 IE 6 이하 버전을 위한 핵 끝 */

#content .warning p, #content .caution p, #content .important p, #content .disassemble p, #content .note p {
	margin:0;
}

#content .warning strong, #content .caution strong, #content .important strong, #content .disassemble strong, #content .note strong {
	color: #4356BC;
}

#content .warning em, #content .caution em, #content .important em, #content .disassemble em, #content .note em {
	color: #000F2D;
	font-weight: bold;
}

#content .warning { background: #ECF0F0 url(../../img/css/icon_warning.gif) no-repeat 99% 7px; }
#content .caution { background: #ECF0F0 url(../../img/css/icon_caution.gif) no-repeat 99% 7px; }
#content .important { background: #ECF0F0 url(../../img/css/icon_important.gif) no-repeat 99% 7px; }
#content .disassemble { background: #ECF0F0 url(../../img/css/icon_disassemble.gif) no-repeat 99% 7px; }
#content .note { background: #ECF0F0 url(../../img/css/icon_note.gif) no-repeat 99% 7px; }


/* LINKS
-------------------------------------------------------*/
a { text-decoration: none; color: #888888; }
a:hover { text-decoration: underline; color: #76B4D2; }

a.external { background: url(../../img/css/link_bullet_off.gif) no-repeat left center; padding-left: 12px; }
a.external:hover { background: url(../../img/css/link_bullet_on.gif) no-repeat left center; padding-left: 12px; }

/* 윈도우용 IE 7 버전을 위한 핵 시작 */
*+html a.external { background: none; padding-left: 0; }
*+html a.external:hover { background: none; padding-left: 0; }
/* 윈도우용 IE 7 버전을 위한 핵 끝 */

/* 윈도우용 IE 6 이하 버전을 위한 핵 시작 \*/
* html a.external { background: none; padding-left: 0; }
* html a.external:hover { background: none; padding-left: 0; }
/* 윈도우용 IE 6 이하 버전을 위한 핵 끝 */


/* TABLE
-------------------------------------------------------*/
#content table {
	border-top: 1px solid #76B4D2;
	border-right: 1px solid #76B4D2;
	border-collapse: collapse;
	width: 100% !important;
	width: 460px;
	margin: 10px 0;
}

#content th, #content td {
	padding: 10px;
	border-left: 1px solid #76B4D2;
	border-bottom: 1px solid #76B4D2;
}

#content th {
	background: #bad9e8;
	color: #000F2D;
	text-align: center;
}

#content td.item {
	text-align: center;
	font-weight: bold;
	background: #dcecf3;
}

#content td.item2 {
	text-align: center;
	background: #ECF0F0;
}

#content td.item3 {
	text-align: center;
	font-weight: bold;
	background: #bad9e8;
}

#content code {
	font-style: normal;
}

#content #safety_symbol strong { color:#4356BC; }
#content td.center_align { text-align: center; }

/* DEFINITIONS
-------------------------------------------------------*/
#content dl { clear:both; padding-bottom:10px; margin:0;}
#content dt { font-weight: bold; color: #000F2D; line-height: 200%; }
#content dd { margin-right: 0; line-height:200%; margin-bottom: 10px;}

/* BANNER
-------------------------------------------------------*/
#subNav .banner p {
	border: 1px solid #bad9e8;
	padding: 15px;
	color: #000F2D;
	font-size: 11px;
	margin-bottom:10px;
	}
#subNav .banner p.b_firmware {
	background: url(../../img/css/banner_firmware.gif) no-repeat 5% center;
}
#subNav .banner p.b_warranty {
	background: url(../../img/css/banner_warranty.gif) no-repeat 5% center;
}
#subNav .banner a {
	font-size: 18px;
	color: #4356BC;
	font-family: "myriad pro", Arial, Helvetica, sans-serif;
	}
#subNav .banner a:hover {
	color: #000F2D;
	text-decoration: none;
	}

/* FORMS
-------------------------------------------------------*/
form { margin: 0;	padding: 0;	}
select { font-size: 11px; font-family: Arial,Helvetica,sans-serif; }
#subNav .extramenu select { width: 180px; margin: 10px 20px 10px 0; }

/* Multi-Lingual
-------------------------------------------------------*/
.lang_sc { font-family: simsun,sans-serif; }
.lang_tc { font-family: PMingLiU,sans-serif; }

/* TERMS
-------------------------------------------------------*/
.term_w { font-weight: bold; color: #222; font-style: italic; }
.term_s { font-weight: bold; color: #222; }

h2 span.term_s, h2 span.term_w, h3 span.term_s, h3 span.term_w, h4 span.term_s, h4 span.term_w {
	color: #000F2D; font-style: normal; font-weight: normal;
	}

strong.color1 { color: #4356BC; }
strong.color2 { color: #222; }

/* Partial CSS only for Mac IE
------------------------------------------------------------------------------------------------*/
/*\*//*/
#content .warning, #content .caution, #content .important, #content .disassemble, #content .note {
	clear:none;
	}
/**/