@CHARSET "UTF-8";

/* Common */
td {  font-family: "돋움", "굴림","Verdana", "Seoul", "arial",  "helvetica"; font-size: 9pt; color: #666666}
form { display:inline }
img { border: 0px;   } 
A:link {	font-size: 9pt; COLOR: #5b5b5b;  TEXT-DECORATION: none}
A:visited {	font-size: 9pt; COLOR: #5b5b5b;  TEXT-DECORATION: none}
A:hover {	font-size: 9pt; COLOR: #5b5b5b; TEXT-DECORATION: underline}
A:active {	font-size: 9pt; COLOR: #5b5b5b; TEXT-DECORATION: underline}

/* 메인 화면 나누기 */
#wrapper {width:930px; margin:auto;}
/*#banner {height:100px; background-color:red;}
#menu {height:60px; background-color:green;}*/
#left {width:187px; float:left;}
#content {width:743px; float:left;}
/*#foot {height:30px; clear:both; background-color:purple;}*/


/* Header 카테고리 */
.hd_01 {FONT-SIZE: 12px; color: #ffffff; text-decoration: none; fONT-WEIGHT: bold;}

A.hd_01:link {color: #ffffff; text-decoration: none;}
A.hd_01:visited {color: #ffffff; text-decoration: none;}
A.hd_01:active {color: #ffffff; text-decoration: none;}
A.hd_01:hover {color: #ffffff; FONT-SIZE: 12px; FONT-WEIGHT: bold; text-decoration: none;}

/* 폼필드 */
.form_1 {border: 1px #ffffff solid;  background-color:#ffffff; height:16px; color:#333333; font-size:8pt; text-indent: 2pt;}
.form2_1 {border: 1px #ffffff solid;  background-color:#ffffff; height:24px; width:160px; color:#333333; font-size:9pt; text-indent: 2pt; vertical-align:middel;}
.form3_1 {border: 1px #e2e2e2 solid;  background-color:#ffffff; height:17px; color:#333333; font-size:8pt; text-indent: 2pt;}

.form {border: 1px #ffffff solid;  background-color:#ebebeb; height:16; color:#333333; font-size:8pt; text-indent: 2pt;}
.form2 {border: 1px #ffffff solid;  background-color:#ffffff; height:16; color:#333333; font-size:8pt; text-indent: 2pt;}
.form3 {border: 1px #e2e2e2 solid;  background-color:#ffffff; height:16; color:#333333; font-size:8pt; text-indent: 2pt;}
.form4 {border: 1px #ebebeb solid;  background-color:#ffffff; height:16; color:#333333; font-size:8pt; text-indent: 2pt;}
.form5 {border: 1px #ffffff solid;  background-color:#ffffff; height:16; color:#333333; font-size:8pt; text-indent: 2pt;}
.form6 {border: 1px #e2e2e2 solid;  background-color:#ffffff;  color:#333333; font-size:8pt; text-indent: 2pt;}
.form7 {border: 1px #f0f0f0 solid;  height:16; color:#f0f0f0; font-size:8pt; text-indent: 2pt;}

/* 검색 브랜드 - 셀렉트 박스를 위한 CSS */
.sbHolder{
	background-color: #ffffff; /* #2d2d2d */
	border: solid 1px #a6998a; /* #515151 */
	font-family: 돋움, Arial, sans-serif;
	font-size: 10px; /* 12px */
	font-weight: normal;
	height: 22px; /* 30px */
	position: relative;
	width: 200px;
}
.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	display: block;
	height: 22px; /* 30px */
	left: 0;
	line-height: 22px; /* 30px */
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 180px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #a6998a; /* #EBB52D */
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background: url(/images/cashcash/header_image/select_button_01.jpg) no-repeat;
	display: block;
	height: 22px; /* 30px */
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
}
.sbToggle:hover{
	background: url(/images/cashcash/header_image/select_button_01.jpg) no-repeat;
}
.sbToggleOpen{
	background: url(/images/cashcash/header_image/select_button_01.jpg) no-repeat;
}
.sbToggleOpen:hover{
	background: url(/images/cashcash/header_image/select_button_01.jpg) no-repeat;
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: #ffffff; /* #212121 */
	border: solid 1px #a6998a; /* #515151 */
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 22px; /* 30px */
	width: 200px;
	z-index: 1;
	overflow-y: auto;
}
.sbOptions li{
	padding: 0 7px;
}
.sbOptions a{
	/* border-bottom: dotted 1px #a6998a; */ /* #515151 */
	display: block;
	outline: none;
	padding: 5px 0 5px 3px; /* 7px 0 7px 3px */
}
.sbOptions a:link, .sbOptions a:visited{
	color: #a6998a; /* #ddd */
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #a6998a; /* #EBB52D */
	font-weight: bold;
}
.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	/* border-bottom: dotted 1px #a6998a; */ /* #515151 */
	color: #999;
	display: block;
	padding: 5px 0 5px 3px; /* 7px 0 7px 3px */
}
.sbOptions .sbGroup{
	border-top: dotted 1px #a6998a; /* #515151 */
	color: #a6998a; /* #EBB52D */
	display: block;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 0 5px 3px; /* 7px 0 7px 3px */
}
.sbOptions .sbSub{
	padding-left: 17px;
}

/* 검색 분류 - 셀렉트 박스를 위한 CSS */
.sbHolderCategory{
	background-color: #ffffff; /* #2d2d2d */
	border: solid 1px #a6998a; /* #515151 */
	font-family: 돋움, Arial, sans-serif;
	font-size: 10px; /* 12px */
	font-weight: normal;
	height: 22px; /* 30px */
	position: relative;
	width: 120px;
}
.sbHolderCategory:focus .sbSelector{
	
}
.sbSelectorCategory{
	display: block;
	height: 22px; /* 30px */
	left: 0;
	line-height: 22px; /* 30px */
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 100px;
}
.sbSelectorCategory:link, .sbSelector:visited, .sbSelector:hover{
	color: #a6998a; /* #EBB52D */
	outline: none;
	text-decoration: none;
}
.sbToggleCategory{
	background: url(/images/cashcash/header_image/select_button_01.jpg) 0 -116px no-repeat;
	display: block;
	height: 22px; /* 30px */
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
}
.sbToggleCategory:hover{
	background: url(/images/cashcash/header_image/select_button_01.jpg) 0 -167px no-repeat;
}
.sbToggleCategoryOpen{
	background: url(/images/cashcash/header_image/select_button_01.jpg) 0 -16px no-repeat;
}
.sbToggleCategoryOpen:hover{
	background: url(/images/cashcash/header_image/select_button_01.jpg) 0 -66px no-repeat;
}
.sbHolderCategoryDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderCategoryDisabled .sbHolder{
	
}
.sbHolderCategoryDisabled .sbToggle{
	
}
.sbOptionsCategory{
	background-color: #ffffff; /* #212121 */
	border: solid 1px #a6998a; /* #515151 */
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 22px; /* 30px */
	width: 120px;
	z-index: 1;
	overflow-y: auto;
}
.sbOptionsCategory li{
	padding: 0 7px;
}
.sbOptionsCategory a{
	/* border-bottom: dotted 1px #a6998a; */ /* #515151 */
	display: block;
	outline: none;
	padding: 5px 0 5px 3px; /* 7px 0 7px 3px */
}
.sbOptionsCategory a:link, .sbOptions a:visited{
	color: #a6998a; /* #ddd */
	text-decoration: none;
}
.sbOptionsCategory a:hover,
.sbOptionsCategory a:focus,
.sbOptionsCategory a.sbFocus{
	color: #a6998a; /* #EBB52D */
	font-weight: bold;
}
.sbOptionsCategory li.last a{
	border-bottom: none;
}
.sbOptionsCategory .sbDisabled{
	/* border-bottom: dotted 1px #a6998a; */ /* #515151 */
	color: #999;
	display: block;
	padding: 5px 0 5px 3px; /* 7px 0 7px 3px */
}
.sbOptionsCategory .sbGroup{
	border-top: dotted 1px #a6998a; /* #515151 */
	color: #a6998a; /* #EBB52D */
	display: block;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 0 5px 3px; /* 7px 0 7px 3px */
}
.sbOptionsCategory .sbSub{
	padding-left: 17px;
}
/* */
.sbHolderCategoryLarge{
	background-color: #ffffff; /* #2d2d2d */
	border: solid 1px #a6998a; /* #515151 */
	font-family: 돋움, Arial, sans-serif;
	font-size: 10px; /* 12px */
	font-weight: normal;
	height: 22px; /* 30px */
	position: relative;
	width: 120px;
}
.sbHolderCategoryLarge:focus .sbSelector{
	
}
.sbSelectorCategoryLarge{
	display: block;
	height: 22px; /* 30px */
	left: 0;
	line-height: 22px; /* 30px */
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 100px;
}
.sbSelectorCategoryLarge:link, .sbSelector:visited, .sbSelector:hover{
	color: #a6998a; /* #EBB52D */
	outline: none;
	text-decoration: none;
}
.sbToggleCategoryLarge{
	background: url(/images/cashcash/header_image/select_button_01.jpg) 0 -116px no-repeat;
	display: block;
	height: 22px; /* 30px */
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
}
.sbToggleCategoryLarge:hover{
	background: url(/images/cashcash/header_image/select_button_01.jpg) 0 -167px no-repeat;
}
.sbToggleCategoryLargeOpen{
	background: url(/images/cashcash/header_image/select_button_01.jpg) 0 -16px no-repeat;
}
.sbToggleCategoryLargeOpen:hover{
	background: url(/images/cashcash/header_image/select_button_01.jpg) 0 -66px no-repeat;
}
.sbHolderCategoryLargeDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderCategoryLargeDisabled .sbHolder{
	
}
.sbHolderCategoryLargeDisabled .sbToggle{
	
}
.sbOptionsCategoryLarge{
	background-color: #ffffff; /* #212121 */
	border: solid 1px #a6998a; /* #515151 */
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 22px; /* 30px */
	width: 120px;
	z-index: 1;
	overflow-y: auto;
}
.sbOptionsCategoryLarge li{
	padding: 0 7px;
}
.sbOptionsCategoryLarge a{
	/* border-bottom: dotted 1px #a6998a; */ /* #515151 */
	display: block;
	outline: none;
	padding: 5px 0 5px 3px; /* 7px 0 7px 3px */
}
.sbOptionsCategoryLarge a:link, .sbOptions a:visited{
	color: #a6998a; /* #ddd */
	text-decoration: none;
}
.sbOptionsCategoryLarge a:hover,
.sbOptionsCategoryLarge a:focus,
.sbOptionsCategoryLarge a.sbFocus{
	color: #a6998a; /* #EBB52D */
	font-weight: bold;
}
.sbOptionsCategoryLarge li.last a{
	border-bottom: none;
}
.sbOptionsCategoryLarge .sbDisabled{
	/* border-bottom: dotted 1px #a6998a; */ /* #515151 */
	color: #999;
	display: block;
	padding: 5px 0 5px 3px; /* 7px 0 7px 3px */
}
.sbOptionsCategoryLarge .sbGroup{
	border-top: dotted 1px #a6998a; /* #515151 */
	color: #a6998a; /* #EBB52D */
	display: block;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 0 5px 3px; /* 7px 0 7px 3px */
}
.sbOptionsCategoryLarge .sbSub{
	padding-left: 17px;
}

/* 검색 등급 - 셀렉트 박스를 위한 CSS */
.sbHolderGrade{
	background-color: #ffffff; /* #2d2d2d */
	border: solid 1px #a6998a; /* #515151 */
	font-family: 돋움, Arial, sans-serif;
	font-size: 10px; /* 12px */
	font-weight: normal;
	height: 22px; /* 30px */
	position: relative;
	width: 80px;
}
.sbHolderGrade:focus .sbSelector{
	
}
.sbSelectorGrade{
	display: block;
	height: 22px; /* 30px */
	left: 0;
	line-height: 22px; /* 30px */
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 60px;
}
.sbSelectorGrade:link, .sbSelector:visited, .sbSelector:hover{
	color: #a6998a; /* #EBB52D */
	outline: none;
	text-decoration: none;
}
.sbToggleGrade{
	background: url(/images/cashcash/header_image/select_button_01.jpg) 0 -116px no-repeat;
	display: block;
	height: 22px; /* 30px */
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
}
.sbToggleGrade:hover{
	background: url(/images/cashcash/header_image/select_button_01.jpg) 0 -167px no-repeat;
}
.sbToggleGradeOpen{
	background: url(/images/cashcash/header_image/select_button_01.jpg) 0 -16px no-repeat;
}
.sbToggleGradeOpen:hover{
	background: url(/images/cashcash/header_image/select_button_01.jpg) 0 -66px no-repeat;
}
.sbHolderGradeDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderGradeDisabled .sbHolder{
	
}
.sbHolderGradeDisabled .sbToggle{
	
}
.sbOptionsGrade{
	background-color: #ffffff; /* #212121 */
	border: solid 1px #a6998a; /* #515151 */
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 22px; /* 30px */
	width: 80px;
	z-index: 1;
	overflow-y: auto;
}
.sbOptionsGrade li{
	padding: 0 7px;
}
.sbOptionsGrade a{
	/* border-bottom: dotted 1px #a6998a; */ /* #515151 */
	display: block;
	outline: none;
	padding: 5px 0 5px 3px; /* 7px 0 7px 3px */
}
.sbOptionsGrade a:link, .sbOptions a:visited{
	color: #a6998a; /* #ddd */
	text-decoration: none;
}
.sbOptionsGrade a:hover,
.sbOptionsGrade a:focus,
.sbOptionsGrade a.sbFocus{
	color: #a6998a; /* #EBB52D */
	font-weight: bold;
}
.sbOptionsGrade li.last a{
	border-bottom: none;
}
.sbOptionsGrade .sbDisabled{
	/* border-bottom: dotted 1px #a6998a; */ /* #515151 */
	color: #999;
	display: block;
	padding: 5px 0 5px 3px; /* 7px 0 7px 3px */
}
.sbOptionsGrade .sbGroup{
	border-top: dotted 1px #a6998a; /* #515151 */
	color: #a6998a; /* #EBB52D */
	display: block;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 0 5px 3px; /* 7px 0 7px 3px */
}
.sbOptionsGrade .sbSub{
	padding-left: 17px;
}
/* 검색 가격 - 셀렉트 박스를 위한 CSS */
.sbHolderPrice{
	background-color: #ffffff; /* #2d2d2d */
	border: solid 1px #a6998a; /* #515151 */
	font-family: 돋움, Arial, sans-serif;
	font-size: 10px; /* 12px */
	font-weight: normal;
	height: 22px; /* 30px */
	position: relative;
	width: 120px;
}
.sbHolderPrice:focus .sbSelector{
	
}
.sbSelectorPrice{
	display: block;
	height: 22px; /* 30px */
	left: 0;
	line-height: 22px; /* 30px */
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 100px;
}
.sbSelectorPrice:link, .sbSelector:visited, .sbSelector:hover{
	color: #a6998a; /* #EBB52D */
	outline: none;
	text-decoration: none;
}
.sbTogglePrice{
	background: url(/images/cashcash/header_image/select_button_01.jpg) 0 -116px no-repeat;
	display: block;
	height: 22px; /* 30px */
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
}
.sbTogglePrice:hover{
	background: url(/images/cashcash/header_image/select_button_01.jpg) 0 -167px no-repeat;
}
.sbTogglePriceOpen{
	background: url(/images/cashcash/header_image/select_button_01.jpg) 0 -16px no-repeat;
}
.sbTogglePriceOpen:hover{
	background: url(/images/cashcash/header_image/select_button_01.jpg) 0 -66px no-repeat;
}
.sbHolderPriceDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderPriceDisabled .sbHolder{
	
}
.sbHolderPriceDisabled .sbToggle{
	
}
.sbOptionsPrice{
	background-color: #ffffff; /* #212121 */
	border: solid 1px #a6998a; /* #515151 */
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 22px; /* 30px */
	width: 120px;
	z-index: 1;
	overflow-y: auto;
}
.sbOptionsPrice li{
	padding: 0 7px;
}
.sbOptionsPrice a{
	/* border-bottom: dotted 1px #a6998a; */ /* #515151 */
	display: block;
	outline: none;
	padding: 5px 0 5px 3px; /* 7px 0 7px 3px */
}
.sbOptionsPrice a:link, .sbOptions a:visited{
	color: #a6998a; /* #ddd */
	text-decoration: none;
}
.sbOptionsPrice a:hover,
.sbOptionsPrice a:focus,
.sbOptionsPrice a.sbFocus{
	color: #a6998a; /* #EBB52D */
	font-weight: bold;
}
.sbOptionsPrice li.last a{
	border-bottom: none;
}
.sbOptionsPrice .sbDisabled{
	/* border-bottom: dotted 1px #a6998a; */ /* #515151 */
	color: #999;
	display: block;
	padding: 5px 0 5px 3px; /* 7px 0 7px 3px */
}
.sbOptionsPrice .sbGroup{
	border-top: dotted 1px #a6998a; /* #515151 */
	color: #a6998a; /* #EBB52D */
	display: block;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 0 5px 3px; /* 7px 0 7px 3px */
}
.sbOptionsPrice .sbSub{
	padding-left: 17px;
}
/* 검색 성별 - 셀렉트 박스를 위한 CSS */
.sbHolderSex{
	background-color: #ffffff; /* #2d2d2d */
	border: solid 1px #a6998a; /* #515151 */
	font-family: 돋움, Arial, sans-serif;
	font-size: 10px; /* 12px */
	font-weight: normal;
	height: 22px; /* 30px */
	position: relative;
	width: 80px;
}
.sbHolderSex:focus .sbSelector{
	
}
.sbSelectorSex{
	display: block;
	height: 22px; /* 30px */
	left: 0;
	line-height: 22px; /* 30px */
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 60px;
}
.sbSelectorSex:link, .sbSelector:visited, .sbSelector:hover{
	color: #a6998a; /* #EBB52D */
	outline: none;
	text-decoration: none;
}
.sbToggleSex{
	background: url(/images/cashcash/header_image/select_button_01.jpg) 0 -116px no-repeat;
	display: block;
	height: 22px; /* 30px */
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
}
.sbToggleSex:hover{
	background: url(/images/cashcash/header_image/select_button_01.jpg) 0 -167px no-repeat;
}
.sbToggleSexOpen{
	background: url(/images/cashcash/header_image/select_button_01.jpg) 0 -16px no-repeat;
}
.sbToggleSexOpen:hover{
	background: url(/images/cashcash/header_image/select_button_01.jpg) 0 -66px no-repeat;
}
.sbHolderSexDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderSexDisabled .sbHolder{
	
}
.sbHolderSexDisabled .sbToggle{
	
}
.sbOptionsSex{
	background-color: #ffffff; /* #212121 */
	border: solid 1px #a6998a; /* #515151 */
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 22px; /* 30px */
	width: 80px;
	z-index: 1;
	overflow-y: auto;
}
.sbOptionsSex li{
	padding: 0 7px;
}
.sbOptionsSex a{
	/* border-bottom: dotted 1px #a6998a; */ /* #515151 */
	display: block;
	outline: none;
	padding: 5px 0 5px 3px; /* 7px 0 7px 3px */
}
.sbOptionsSex a:link, .sbOptions a:visited{
	color: #a6998a; /* #ddd */
	text-decoration: none;
}
.sbOptionsSex a:hover,
.sbOptionsSex a:focus,
.sbOptionsSex a.sbFocus{
	color: #a6998a; /* #EBB52D */
	font-weight: bold;
}
.sbOptionsSex li.last a{
	border-bottom: none;
}
.sbOptionsSex .sbDisabled{
	/* border-bottom: dotted 1px #a6998a; */ /* #515151 */
	color: #999;
	display: block;
	padding: 5px 0 5px 3px; /* 7px 0 7px 3px */
}
.sbOptionsSex .sbGroup{
	border-top: dotted 1px #a6998a; /* #515151 */
	color: #a6998a; /* #EBB52D */
	display: block;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 0 5px 3px; /* 7px 0 7px 3px */
}
.sbOptionsSex .sbSub{
	padding-left: 17px;
}

/* 좌측 메뉴 OTHER BRAND - 셀렉트 박스를 위한 CSS */
.sbHolderOtherBrand{
	background-color: #ffffff; /* #2d2d2d */
	border: solid 1px #a6998a; /* #515151 */
	font-family: 돋움, Arial, sans-serif;
	font-size: 10px; /* 12px */
	font-weight: normal;
	height: 24px; /* 30px */
	position: relative;
	width: 160px;
}
.sbHolderOtherBrand:focus .sbSelector{
	
}
.sbSelectorOtherBrand{
	display: block;
	height: 24px; /* 30px */
	left: 0;
	line-height: 24px; /* 30px */
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 140px;
	text-align: left;
}
.sbSelectorOtherBrand:link, .sbSelector:visited, .sbSelector:hover{
	color: #a6998a; /* #EBB52D */
	outline: none;
	text-decoration: none;
}
.sbToggleOtherBrand{
	background: url(/images/cashcash/header_image/select_button_01.jpg) 0 -116px no-repeat;
	display: block;
	height: 24px; /* 30px */
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
}
.sbToggleOtherBrand:hover{
	background: url(/images/cashcash/header_image/select_button_01.jpg) 0 -167px no-repeat;
}
.sbToggleOtherBrandOpen{
	background: url(/images/cashcash/header_image/select_button_01.jpg) 0 -16px no-repeat;
}
.sbToggleOtherBrandOpen:hover{
	background: url(/images/cashcash/header_image/select_button_01.jpg) 0 -66px no-repeat;
}
.sbHolderOtherBrandDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderOtherBrandDisabled .sbHolder{
	
}
.sbHolderOtherBrandDisabled .sbToggle{
	
}
.sbOptionsOtherBrand{
	background-color: #ffffff; /* #212121 */
	border: solid 1px #a6998a; /* #515151 */
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 24px; /* 30px */
	width: 160px;
	z-index: 1;
	overflow-y: auto;
	text-align: left;
}
.sbOptionsOtherBrand li{
	padding: 0 7px;
}
.sbOptionsOtherBrand a{
	/* border-bottom: dotted 1px #a6998a; */ /* #515151 */
	display: block;
	outline: none;
	padding: 5px 0 5px 3px; /* 7px 0 7px 3px */
}
.sbOptionsOtherBrand a:link, .sbOptions a:visited{
	color: #a6998a; /* #ddd */
	text-decoration: none;
}
.sbOptionsOtherBrand a:hover,
.sbOptionsOtherBrand a:focus,
.sbOptionsOtherBrand a.sbFocus{
	color: #a6998a; /* #EBB52D */
	font-weight: bold;
}
.sbOptionsOtherBrand li.last a{
	border-bottom: none;
}
.sbOptionsOtherBrand .sbDisabled{
	/* border-bottom: dotted 1px #a6998a; */ /* #515151 */
	color: #999;
	display: block;
	padding: 5px 0 5px 3px; /* 7px 0 7px 3px */
}
.sbOptionsOtherBrand .sbGroup{
	border-top: dotted 1px #a6998a; /* #515151 */
	color: #a6998a; /* #EBB52D */
	display: block;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 0 5px 3px; /* 7px 0 7px 3px */
}
.sbOptionsOtherBrand .sbSub{
	padding-left: 17px;
}

/* 메인 상품정보 */
.idx_nm_01 {color: #555555; FONT-SIZE: 12px; FONT-WEIGHT: bold; text-decoration: none;}
A.idx_nm_01:link {color: #555555; FONT-SIZE: 12px; FONT-WEIGHT: bold; text-decoration: none;}
A.idx_nm_01:visited {color: #555555; FONT-SIZE: 12px; FONT-WEIGHT: bold; text-decoration: none;}
A.idx_nm_01:active {color: #555555; FONT-SIZE: 12px; FONT-WEIGHT: bold; text-decoration: none;}
A.idx_nm_01:hover {color: #555555; FONT-SIZE: 12px; FONT-WEIGHT: bold; text-decoration: none;}

A.idx_pr_01:link {color: #ad7333; FONT-SIZE: 12px; FONT-WEIGHT: bold; text-decoration: none;}
A.idx_pr_01:visited {color: #ad7333; FONT-SIZE: 12px; FONT-WEIGHT: bold; text-decoration: none;}
A.idx_pr_01:active {color: #ad7333; FONT-SIZE: 12px; FONT-WEIGHT: bold; text-decoration: none;}
A.idx_pr_01:hover {color: #ad7333; FONT-SIZE: 12px; FONT-WEIGHT: bold; text-decoration: none;}

.idx_tt_01 {color: #cccccc; FONT-SIZE: 12px; FONT-WEIGHT: bold; text-decoration: none;}
A.idx_tt_01:link {color: #cccccc; FONT-SIZE: 12px; FONT-WEIGHT: bold; text-decoration: none;}
A.idx_tt_01:visited {color: #cccccc; FONT-SIZE: 12px; FONT-WEIGHT: bold; text-decoration: none;}
A.idx_tt_01:active {color: #555555; FONT-SIZE: 12px; FONT-WEIGHT: bold; text-decoration: none;}
A.idx_tt_01:hover {color: #555555; FONT-SIZE: 12px; FONT-WEIGHT: bold; text-decoration: none;}

.idx_nm_02 {color: #555555; FONT-SIZE: 12px; text-indent:15pt;}
A.idx_nm_02:link {color: #555555; FONT-SIZE: 12px; text-indent:15pt;}
A.idx_nm_02:visited {color: #555555; FONT-SIZE: 12px; text-indent:15pt;}
A.idx_nm_02:active {color: #555555; FONT-SIZE: 12px; text-indent:15pt;}
A.idx_nm_02:hover {color: #555555; FONT-SIZE: 12px; text-indent:15pt;}

.idx_nm_03 {color: #a9a094; FONT-SIZE: 13px; FONT-WEIGHT: bold; line-height: 120%; text-align: center;}
A.idx_nm_03:link {color: #a9a094; FONT-SIZE: 13px; FONT-WEIGHT: bold; line-height: 120%; text-align: center;}
A.idx_nm_03:visited {color: #a9a094; FONT-SIZE: 13px; FONT-WEIGHT: bold; line-height: 120%; text-align: center;}
A.idx_nm_03:active {color: #a9a094; FONT-SIZE: 13px; FONT-WEIGHT: bold; line-height: 120%; text-align: center;}
A.idx_nm_03:hover {color: #a9a094; FONT-SIZE: 13px; FONT-WEIGHT: bold; line-height: 120%; text-align: center;}

.prd_nm_01 {color: #555555; FONT-SIZE: 13px; line-height: 150%; }


/* 푸터 정보 */
.footer_txt_01 {font-family: '고딕체'; font-size: 10pt; fONT-WEIGHT: bold; color: #666666; text-decoration: none;}
A.footer_txt_01:link {font-family: '고딕체'; font-size: 10pt; fONT-WEIGHT: bold; color: #666666; text-decoration: none;}
A.footer_txt_01:visited {font-family: '고딕체'; font-size: 10pt; fONT-WEIGHT: bold; color: #666666; text-decoration: none;}
A.footer_txt_01:active {font-family: '고딕체'; font-size: 10pt; fONT-WEIGHT: bold; color: #666666; text-decoration: none;}
A.footer_txt_01:hover {font-family: '고딕체'; font-size: 10pt; fONT-WEIGHT: bold; color: #666666; text-decoration: none;}