@charset "utf-8";
/* CSS Document */

/***************************************** 기본 세팅 *****************************************/
html, body, form, h1, h2, h3, h4, h5, p, ul, ol, li, a, label, img, table, tr, td, iframe {
	margin: 0;
	padding: 0;
	border: 0px;
	color: #000000;
}

body, input, textarea, select {
	font-family: "돋움", "굴림";
	font-size: 9pt;
	color: #000000;
	line-height: 120%;
}

table {
}

input {
	vertical-align: middle;
}	

#top a:link {
	text-decoration: none;
	color: #858585;
}

#top a:visited {
	text-decoration: none;
	color: #858585;
}

#top a:hover {
	text-decoration: none;
	color: #000000;
}

#top a:active {
	text-decoration: none;
	color: #000000;
}


#left a:link {
	text-decoration: none;
	color: #000000;
}

#left a:visited {
	text-decoration: none;
	color: #000000;
}

#left a:hover {
	text-decoration: underline;
	color: #000000;
}

#left a:active {
	text-decoration: underline;
	color: #000000;
}


#main_flash {
	text-decoration: underline;
	color: #000000;
	margin-bottom: 10px;
}

#category {
	text-decoration: underline;
	color: #000000;
	margin-bottom: 10px;
}

#title_notice {
	text-decoration: underline;
	color: #000000;
	margin-bottom: 0px;
}

#title_cool_product {
	color: #000000;
	margin-bottom: 0px;
	width: 220px;
}
#dot_line {
	color: #000000;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 10px;
	width: 210px;
}

#main_pic1 {
	color: #000000;
	width: 700px;
}

#main_pic2 {
	color: #000000;
	width: 700px;
}

#main_pic3 {
	color: #000000;
	margin-bottom: 0px;
	width: 350px;
	float: left;
}

#main_pic4 {
	color: #000000;
	width: 350px;
	float: right;
	margin-bottom: 0px;
}

#top_small_menu {
	float: left;
	margin-top: 15px;
	margin-left: 0px;
}

#top_serch {
	float: right;
	margin-right: 20px;
	margin-top: 10px;
}

#temp {
	position: absolute;
	left: 603px;
	top: 18px;
	width: 73px;
}
#release_txt {
	position: absolute;
	left: 603px;
	top: 18px;
	width: 73px;
}

#category_title_bottom {
	width: 220px;
	margin-bottom: 10px;
}
/***************************************** 공용 세팅 *****************************************/

.errmsg {
	font-size: 8pt;
	color: #d47116;
}

.textarea {
	font-size: 9pt;
	width: 645px;
	height: 180px;
	border: solid 1px #c7c7c7;
}

.frame {
	margin-top:	15px;
	width: 690px;
	height: 250px;
	border: 5px solid #c7c7c7;
}

.info_item {
	font-size: 8pt;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	border-bottom: solid 1px #c7c7c7;
}

.info_seperator {
	font-size: 9pt;
	color: #c7c7c7;
	text-align: center;
	vertical-align: middle;
	border-bottom: solid 1px #c7c7c7;
}

.input {
	font-size: 9pt;
	padding: 7px 0px;
	border-bottom: solid 1px #c7c7c7;
	vertical-align: middle;
}

.textbox {
	font-size: 8pt;
	background: #ffffff;
	border: 1px solid #c7c7c7;
	padding: 4px 5px 3px 5px;
	color: #858585;
	vertical-align: middle;
}

.info_button {
	font-size: 8pt;
	padding: 4px 2px 0px 2px;
	background: #f4f4f4;
	border: solid 1px #c7c7c7;
	cursor: pointer;
	vertical-align: middle;
}

#order_menu {
	margin-top: 10px;
	float: right;
}

.color_button {
	margin-left: 5px;
	font-size: 8pt;
	float: left;
	background: #eafcff;
	padding: 6px 20px 4px 20px;
	font-weight: bold;
	border: solid 1px #c7c7c7;
	cursor: pointer;
	border-top: solid 3px #aaccdc;
}

.table_title {
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	padding: 9px 0px;
	background: #f4f4f4;
	border-top: 1px solid #c7c7c7;
	border-bottom: 1px solid #c7c7c7;
	border-right: 1px solid #c7c7c7;
}

.table_title_r {
	font-size: 9pt;
	font-weight: bold;
	text-align: right;
	padding: 5px 15px;
	background: #f4f4f4;
	border-top: 1px solid #c7c7c7;
	border-bottom: 1px solid #c7c7c7;
	border-right: 1px solid #c7c7c7;
}

.table_normal {
	font-size: 9pt;
	word-break: break-all;
	text-align: center;
	border-bottom: 1px solid #c7c7c7;
	border-right: 1px dotted #c7c7c7;
	padding: 5px 3px;
}

.table_normal_l {
	font-size: 9pt;
	word-break: break-all;
	text-align: left;
	border-bottom: 1px solid #c7c7c7;
	border-right: 1px dotted #c7c7c7;
	padding: 9px 15px;
}

.table_normal_l2 {
	font-size: 9pt;
	text-align: left;
	border-bottom: 1px solid #c7c7c7;
	border-right: 1px dotted #c7c7c7;
	padding: 5px;
}

.table_normal_r {
	font-size: 9pt;
	word-break: break-all;
	text-align: right;
	border-bottom: 1px solid #c7c7c7;
	border-right: 1px dotted #c7c7c7;
	padding: 5px 15px;
}

.box_normal {
	margin-top: 10px;
	margin-bottom: 10px;
}

.sub {
	padding: 9px 0px 9px 0px;
	text-align: right;
	font-size: 8pt;
	color: #666666;
}

.sub_line {
	margin-top: 6px;
	margin-bottom: 6px;
	height: 1px;
	background: #c7c7c7;
}

.topinfo {
	padding-left: 20px;
	padding-right: 20px;
}

#contents {
	width: 700px;
	margin-top: 10px;
	margin-left: 20px;
	float: left;
}

#searchbar {
	background: #f4f4f4;
	border-top: 1px solid #c7c7c7;
	border-bottom: 1px solid #c7c7c7;
	padding: 10px 10px 10px 10px;
	margin-bottom: 10px;
}


.box_white {
	background: #ffffff;
	border-top: 1px solid #c7c7c7;
	border-bottom: 1px solid #c7c7c7;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.box_gray {
	background: #ffffff;
	margin-bottom: 10px;
}

.colorset {
	color: #999999;
}

.colorset2 {
	color: #595959;
}

.colorsetbg {
	background-color: #d47116;
}

input.txtbox {
	font-size: 8pt;
	background: #f5f5f5;
	border: 1px solid #cccccc;
	padding: 4px 5px 3px 5px;
	width: 130px;
	vertical-align: middle;
	color: #858585;
}

input.button {
	font-weight: bold;
	background: #000000;
	border: 1px solid #000000;
	width: 55px;
	vertical-align: middle;
	color: #ffffff;
}

div.banner {
	margin-bottom: 10px;
}

div.clear {
	clear: both;
}


/***************************************** 레이아웃 *****************************************/
#container {
	text-align: left;
	width: 940px;
	margin: 0px auto 0px 15px;
}

#logo {
	float: left;
	width: 220px;
	height: 60px;
}

#top {
	height: 60px;
	text-align: left;
	float: right;
	width: 700px;
}

#menu {
	width: 940px;
	color: #ffffff;
	height: 35px;
	text-align: left;
	float: left;
}

#left {
	clear:both;
	float: left;
	width: 220px;
	margin-top: 10px;
	font-size: 9pt;
}

#middle {
	float: left;
	width: 700px;
	margin-top: 10px;
	margin-left: 20px;
}

#right {
	float: right;
	width: 200px;
	margin-top: 20px;
}

#foot {
	clear: both;
	width: 940px;
	margin-top: 20px;
	margin-left: 15px;
}


/***************************************** 메뉴 ********************************************/
.menu_current {
	background: #000000;
	text-align: center;
	font-weight: bold;
}

.menu_ncurrent{
	background: #d47116;
	text-align: center;
	font-weight: bold;
}

/***************************************** 중간 상세 *****************************************/
#main {
	width: 470px;
	margin-bottom: 30px;
	float: left;
}

#main_txt {
	float: right;
	width: 450px;
	margin-top: 15px;
	margin-left: 0px;
	margin-bottom: 15px;
	margin-right: 10px;
}

#main_img {
	float: left;
	width: 168px;
	margin-top: 15px;
	margin-left: 10px;
	margin-right: 5px;
	border: 4px solid #cccccc;
	margin-bottom: 15px;
}

.main_price {
	font-size: 13pt;
	font-weight: bold;
}

#newrelease {
	width: 700px;
	background: #ffffff;
	border-bottom: 2px solid #dddddd;
	padding-bottom: 40px;
	margin-bottom: 30px;
	clear: both;
}

.title_11pt {
	font-size: 12pt;
	font-weight: bold;
	padding: 10px 10px 0px 10px;
	color: #333333;
}

div.category_text {
	width: 190px;
	background-image: url(../images/category_bg.gif);
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 10px;
	line-height: 150%;
}

#category_box {
	width: 220px;
	background-image: url(../img/category_bg.jpg);
}

div.newrelease_left {
	width: 235px;
	margin-top: 30px;
	clear: both;
	float: left;
}

div.newrelease_center {
	float: left;
	width: 230px;
	margin-top: 30px;
}

div.newrelease_right {
	width: 230px;
	margin-top: 30px;
	float: left;
}

div.newrelease_title {
	font-weight: bold;
	text-align: center;
}

div.newrelease_txt {
	text-align: center;
	margin-top: 5px;
}

div.newrelease_img {
	margin-top: 10px;
	border: 3;
	border-color: #CCCCCC;
	border-style: solid;
	width: 168px;
	margin-left: 30px;
	margin-bottom: 10px;
}

div.mid_left {
	width: 220px;
	margin: 10;
	margin-bottom: 10px;
}

div.mid_right {
	float: right;
	width: 230px;
	margin-bottom: 20px;
}

ul.cate_menu {
	margin-top: 0px;
	margin-left: 15px;
	list-style-image: url(../images/dot_01.gif);
	vertical-align: text-bottom;
	line-height: 200%;
}


ul.mid {
	margin-top: 5px;
	margin-left: 30px;
	list-style-image: url(../images/dot_02.gif);
	vertical-align: text-bottom;
	line-height: 150%;
}

ul.filter1 {
	margin-top: 10px;
	margin-left: 20px;
	list-style: none;
}

ul.filter1 li {
	color: #d47116;
}

ul.filter2 {
	margin-left: 20px;
	list-style-image: url('../img/dot.jpg');
}

ul.filter2 li {
	color: #000000;
}

p.mid_title {
	font-size: 12
];
	font-weight: bold;
	border-top: 0px solid #d7dde6;
	border-bottom: 1px solid #d7dde6;
	padding: 5px 10px 5px 0px;
	font-size: 13pt;
	font-family: Arial, Helvetica, sans-serif;
}

#mid_info {
}

/***************************************** 좌측 상세 *****************************************/
p.left_tit {
	font-weight: bold;
	padding-left: 10px;
}

p.left_txt {
	margin: 10px 5px 0px 15px;
}

p.best_title {
	color: #333333;
	text-align: left;
	font-weight: bolder;
	line-height: 170%;
}

p.best_contents {
	color: #666666;
	text-align: left;
	line-height: 170%;
}

p.best_price {
	color: #FF6600;
	text-align: left;
	font-weight: bold;
	line-height: 170%;
}

ol.left {
	margin-top: 10px;
	margin-left: 40px;
	margin-right: 5px;
}

#best_container {
	text-align: left;
	width: 220px;
	margin-top: 10px;
}

div.best_line {
	clear: both;
	text-align: center;
	background: #c7c7c7;
	height: 1px;
	margin: 10px 10px;
}

div.best_img {
	float: left;
	width: 70px;
	padding-left: 5px;
}

div.best_txt {
	width: 210px;
	margin-left: 10px;
}

/***************************************** 하단 상세 *****************************************/
#foot_logo {
	float: left;
}

#foot_menu {
	float: right;
	margin-right: 0px;
	text-align: right;
	width: 680px;
}

/***************************************** 서치 바 및 네비게이션 *****************************************/
#serchbar {
	margin-bottom: 10px;
	height: 50px;
	background-image: url(../images/sub_title_back.gif);
}
#serchbar_text {
	font-size: 9pt;
	color: #666666;
/*	margin-top: 15px;
	margin-left: 30px;	*/
	padding: 15px 0px 0px 30px;
}

div.paging {
	font-size: 8pt;
	color: #666666;
	padding: 15px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
/*	margin-bottom: 10px;	*/
}
