#left_area {
	float:left;
	width:190px;
}
#right_area {	
	float:left;
	margin-left:18px;
	margin-top:20px;
}

#sidebar-left {
	padding-top:37px;
	width:190px;
}
#zi-logo {
	margin-left:-6px
}
#zi-logo-text {
	margin-top:68px;
	margin-left:4px
}

#main-wrapper {
	background-color:#fff;
	margin-top:30px;
	width:790px
}
#sub-wrapper {
	background-color:#fff;
	margin-top:160px;
	width:790px
}
.main_container {
	width:790px;
	padding: 0;	
	border:0px solid red;
	
}

/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	width: 790px;
	height:450px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0;
	left: 0;
}
.image_reel img {
	float: left;
}
/*--Paging Styles--*/
/*--Paging Styles--*/
.paging {
	/*position: absolute;*/		
	/*z-index: 100; --Assures the paging stays on the top layer--*/
	text-align:right;
	display:none; /*--Hidden by default, will be later shown with jQuery--*/
	border:0px solid red;
	margin-bottom:30px;	
}

.paging a {	
	text-decoration: none;
	color: #fff;
	border:1px solid #009ee0;
    /*padding:1px 4px 1px;*/	
}
.paging a.active {	
	border: 1px solid #172983; 
	
}
.paging a:hover {
	color:#009ee0; 
	background-color:#009ee0; 
    border: 1px solid #009ee0; 
}
.paging_align {padding-left:6px; padding-right:6px;margin-right:3px;}
.paging_align2 {padding-left:6px; padding-right:6px;}

#content-header {
	margin-top:70px;
	margin-bottom:30px;
	/*background-image:url(../images/content-header-bg.png);
	background-position:left bottom;
	background-repeat:repeat-x;
	padding-top:30px;
	position:absolute;
	z-index:9999;*/
	width:700px;
	overflow:hidden;
	border:0px solid red;
}
#content-header.at-top {
	position:fixed;
	top:60px
}
#location {
	font-size:10px;
	color:#009ee0;
	margin-left:0px
}
#location a {
	color:#009ee0;
}
#page_title {
	position:relative;
	top:-1px;
	margin-top:0;
	color:#009ee0;
}
#page_title .title {
	color:#009ee0;
}

.page_subtitle {
	font-size:18px;	
}

/* main_banner */
.best_pro{position:relative; top:50px; text-align:center;}
.best_pro > ul > li{float:left;}
.best_pro > ul > li:last-child{border-right:0px solid #e1e1e1;}
.best_pro .cell{display:block; width:19.9%; height:100%;}
.best_pro .tumb{width:156px; height:154px; border:1px solid #e1e1e1;}
.best_pro .tumb img{width:154px; height:152px;}
.best_pro .info_wrap{position:relative; top:-15px; display:block; width:156px; height:70px; border:1px solid #e1e1e1;  border-top:0;}
.best_pro .tex3 a{text-align:center; font-size:14px; color:#333333; font-weight:bold;}
.best_pro .tex3 a:hover{color:#009ee0;}
.best_pro .tex4 {text-align:center; font-size:11px; color:#666666; margin:0; padding-top:15px;}

#sub-main {
	width:728px;
	margin-top:0px;
}
#page-title {
	margin-bottom:50px;
	color:#009ee0;
}
#content #content-main {
	padding-top:0px
}
#content .block-workbench {
	margin-bottom:10px
}
#content .tabs.secondary {
	margin-top:10px
}
.container {
	width:728px;
}

/* 상세페이지_썸네일 이미지 */
.thumb_area {margin-bottom:30px;}
.thumb_area:after {content:" "; visibility:hidden; display:block;height:0;clear:both}

.thumb_box {float:left}
.thumb_box li {display:inline; float:left; margin-right:10px; margin-bottom:0px;}
.thumb_box li img {width:80px; height:75px; border:1px #009ee0 solid; }

.page_text {
	line-height:20px;
}
.slideshow {
	margin-bottom:30px
}
.slideshow .screen {
	overflow:hidden
}
.slideshow .screen .container {
	position:relative;
	height:100%
}
.slideshow .screen .shutter {
	position:relative;
	overflow:visible;
	top:-100%;
	left:100%;
	height:100%;
	width:130%
}
.slideshow .screen .shutter:after {
	content:" ";
	visibility:hidden;
	display:block;
	height:0;
	clear:both
}
.slideshow .screen .shutter .inner {
	height:100%;
	width:100%
}
.slideshow .screen .zoom {
	position:relative;
	left:0;
	top:-100%
}
.slideshow .screen .zoom .zoom-img {
	position:relative
}
.slideshow .thumbs {
	display:block;
	margin-top:10px;
	cursor:pointer
}

.slideshow .thumbs2 {
	position:relative;
	top:-180px;
	display:block;	
	cursor:pointer
}
.slideshow .thumbs2:after {
	content:" ";
	visibility:hidden;
	display:block;
	height:0;
	clear:both
}

.slideshow .thumbs2 .thumb2 {
	display:block;
	float:left;
	margin-right:4px;
	border:1px solid;
	border-color:#009ee0;
	overflow:visible
}
.slideshow .thumbs2 .thumb2.selected {
	border-color:#172983;
	cursor:auto
}



.slideshow .thumbs:after {
	content:" ";
	visibility:hidden;
	display:block;
	height:0;
	clear:both
}
.slideshow .thumbs .thumb {
	display:block;
	float:left;
	margin-right:2px;
	border:1px solid;
	border-color:#009ee0;
	overflow:visible
}
.slideshow .thumbs .thumb.selected {
	border-color:#172983;
	cursor:auto
}
.slideshow .thumbs .thumb-empty {
	width:8px;
	height:8px
}
.slideshow .thumbs .thumb-empty:hover {
	background-color:#009ee0
}
.slideshow .thumbs .thumb-empty.selected:hover {
	background-color:inherit
}
.slideshow .thumbs .thumb-img {
	margin-right:6px
}
.slideshow .thumbs .thumb-img:hover {
	border-color:#172983;
	color:#009ee0
}
.slideshow .thumbs .thumb-img .zoom-icon {
	width:100%;
	height:1em;
	overflow:hidden;
	position:relative;
	margin-bottom:-1em
}
.slideshow .thumbs .thumb-img .zoom-icon .inner {
	font-size:.8em;
	padding-right:.1em;
	padding-top:.25em;
	float:right
}
.slideshow .thumbs .thumb-img .zoom-icon:after {
	content:" ";
	visibility:hidden;
	display:block;
	height:0;
	clear:both
}


.h1 {
	padding:0;
	margin:0 0 12px -3px;
	color:#009ee0;
	font-size:28px;
	font-family:AkkuratLight, Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-align:left;
	line-height:30px
}
.h2 {
	padding:0;
	margin:15px 0 12px 0;
	color:#172983;
	font-size:22px;
	font-family:AkkuratLight, Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-align:left;
	line-height:26px
}
h3, h4, h5, h6 {
	font-family:Arial, Helvetica, sans-serif;
	padding:0;
	margin:0px 0 12px 0;
	font-size:14px;
	font-weight:bold;
	text-align:left
}
h2+div>div>h3 {
	margin-top:0
}


table.product-comparison tr:not(.subcap):nth-child(2n) {
background-color:#f4f4f4
}
table.product-comparison tr td {
	padding-bottom:5px;
	padding-right:5px
}
table.product-comparison tr th {
	padding-bottom:5px;
	padding-right:5px
}
table.product-comparison .title {
	min-width:150px
}


table.product-overview tr td.freq-range {
	border-top:1px solid #009ee0;
	padding:0;
	margin:15px 0 12px 0;
	color:#172983;
	font-size:22px;
	font-family:AkkuratLight, Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-align:left;
	line-height:26px;
	color:#009ee0
}
table.product-overview tr td.freq-range.right {
	text-align:right
}
.node-zi-slideshow .slideshow .screen {
	width:600px;
	height:480px;
	padding-left:3px
}
table.specs tr:not(.subcap):nth-child(2n) {
 background-color:#f4f4f4;
}
table.specs-standalone td:first-child {
	width:40%
}
table.specs td {
	padding:8px;
}


.quick-button, .button.quick-button {
	font-size:12px;
	font-family:AkkuratLight, Arial, Helvetica, sans-serif;
	line-height:18px;
	letter-spacing:-.5px;
	padding:5px 10px 5px;
}
table {
	border:0;
	border-spacing:0;
	border-collapse:collapse;
	empty-cells:show;
	width:100%;
	font-size:12px;
	line-heigh:22px;
}
table tbody {
	margin:0;
	padding:0;
	border:0
}
table tr {
	border:0
}
table tr th {
	border:0;
	padding:0 2px 0 0;
	font-weight:bold;
	text-align:left;
	vertical-align:top;
	color:#172983;
}
table tr td {
	border:0;
	padding:0 2px 0 0;
	vertical-align:top;
	line-height:22px;
}
table tr td.subcap {
	font-weight:bold;
	padding-top:12px
}
table tr td.centered {
	text-align:center
}
table.specs tr:not(.subcap):nth-child(2n) {
 background-color:#f9f9f9
}
table.specs-standalone td:first-child {
	width:40%
}
table tr td.subcap {
	font-weight:bold;
	padding-top:13px;
	color:#172983;
}
.bold {
	font-weight:bold;
}

.mc-row {
	margin-left:0px;
	margin-right:0px;
	margin-bottom:15px;
	overflow:hidden
}
.mc-row:after {
	content:" ";
	visibility:hidden;
	display:block;
	height:0;
	clear:both
}
.mc-col {
	float:left
}
.mc-col>.mc-box {
	margin-left:0px;
	margin-right:0px;
	min-width:15px
}
.mc-row1 {
	margin-left:-8px;
	margin-right:-8px;
	margin-bottom:15px;
	overflow:hidden;
}
.mc-row1:after {
	content:" ";
	visibility:hidden;
	display:block;
	height:0;
	clear:both
}
.mc-row1 .mc-col {
/*width:100%*/
}
.mc-row2 {
	margin-left:-8px;
	margin-right:0px;
	margin-bottom:15px;
	overflow:hidden;
	line-height:20px;
}
.mc-row2:after {
	content:" ";
	visibility:hidden;
	display:block;
	height:0;
	clear:both
}
.mc-row2 .mc-col {
	width:50%;
}
.mc-row3 {
	margin-left:0px;
	margin-right:0px;
	margin-bottom:15px;
	overflow:hidden;
	border:0px solid red;
}
.mc-row3:after {
	content:" ";
	visibility:hidden;
	display:block;
	height:0;
	clear:both
}
.mc-row3 .mc-col {
	width:33.33333%
}
.mc-row3 .mc-col-w2 {
	width:60% !important
}
.mc-row4 {
	margin-left:-8px;
	margin-right:-8px;
	margin-bottom:15px;
	overflow:hidden
}
.mc-row4:after {
	content:" ";
	visibility:hidden;
	display:block;
	height:0;
	clear:both
}
.mc-row4 .mc-col {
	width:25%
}
.mc-row4 .mc-col-w2 {
	width:50% !important
}
.mc-row4 .mc-col-w3 {
	width:75% !important
}
.mc-row-2-float-right {
	margin-left:-8px;
	margin-right:-8px;
	margin-bottom:15px;
	overflow:hidden
}
.mc-row-2-float-right:after {
	content:" ";
	visibility:hidden;
	display:block;
	height:0;
	clear:both
}
.mc-row-2-float-right .mc-col:first-of-type {
	max-width:80%
}
.mc-row-2-float-right .mc-col+.mc-col {
	float:right
}
.mc-row-2-float-left {
	margin-left:-8px;
	margin-right:0px;
	margin-bottom:15px;
	overflow:hidden;
	line-height:20px;
}
.mc-row-2-float-left:after {
	content:" ";
	visibility:hidden;
	display:block;
	height:0;
	clear:both
}
.mc-row-2-float-left .mc-col:first-of-type {
	float:left
}
.mc-row-2-float-left .mc-col+.mc-col {
	max-width:80%
}
table.diagram tr {
	height:100%
}
table.diagram tr td {
	height:100%;
	padding:3px 3px 3px 3px
}
table.diagram tr td .box {
	border:1px solid #009ee0;
	padding:2px 4px 2px 4px;
	height:100%
}
table.diagram tr td .box.parent {
	height:auto;
	border:0;
	padding:0;
	margin:-2px -3px -2px -3px
}
table.diagram tr td.manyline {
	width:40%;
	vertical-align:middle;
	padding:5px 0 0 0
}
table.diagram tr td.manyline .box {
	padding:0;
	border:0;
	border-top:1px dotted #009ee0;
	height:0
}
table.diagram tr.connected .box {
	margin-top:-1px
}
table.diagram tr.connected td {
	padding-bottom:2px
}
table.diagram tr.layer td {
	vertical-align:middle;
	padding:5px 0 0 0
}
table.diagram tr.layer td .box {
	padding:0;
	border:0;
	border-top:1px dashed #172983;
	height:0
}
table.diagram tr.layer th {
	font-weight:normal;
	font-size:9px;
	line-height:9px;
	padding:2px 0 0 2px
}
.odd-even tr:not(.subcap):nth-child(2n) {
 background-color:#f4f4f4;
}


.page-items {
	margin-bottom:30px;
	position:relative;
	color:#172983;
	line-height:15px;
}
.stext {
	font-size:11px;
	height:15px;
}
.stext2 {
	font-size:10px;
	height:11px;
	position:relative;
	top:-8px;
}
h3 .btext {
	font-size:13px;
}

ul.menu {
	display:block;
	margin:0;
	padding:0
}
ul.menu li:before {
	content:none
}
ul.menu li {
	padding:0;
	margin:0;
	list-style-type:none;
	list-style-image:none;
	white-space:nowrap
}
ul.menu li a.active-trail, ul.menu li a.active {
	color:#172983;
}
ul.menu ul {
	margin-left:20px;
}
.text_con ul li {
	list-style-type: square;
	line-height:22px;
	color:#333333;
	margin-left:15px;
}
.text_con ul li a {
	color:#009ee0;
}

.text_co_bl {
	color:#009ee0;
}
.text_co_bl2 {
	color:#172983;
}
.text_co_bl3 {
	color:#0099cc;
}
.main-titles h2 {
    margin-top:5px;
	margin-bottom:10px;
    line-height:14px;	
}

.main-titles h3 {
	margin-top:0
}
.main-titles h3 {
	position:relative;
	top:0px
}
.pro_title a {
	color:#009ee0;
	font-size:16px;
}
.pro_subtitle {
	line-height:20px;
}

.pro_subtitle a {
	color:#666666;
	font-size:12px;
}
.pro_subtitle a:hover {
	color:#009ee0;
	font-size:12px;
}
.pro_subtitle ul li {
	background:url(/images/sanwa/bullet_blue_sq.png) no-repeat 0px 10px; padding-left:10px;
	line-height:20px;
	color:#666666;
	margin-left:0px;
}



.cob_table {width:100%; line-height:24px; font-size:12px; border-left:1px #CECFCE solid}
.cob_table td {border-bottom:1px #CECFCE solid; border-right:1px #CECFCE solid; padding:2px 10px 2px 10px}
.cob_table .title {font-weight:bold; font-size:13px; background:#ffffff; color:#333333; padding-top:3px; padding-bottom:3px;border-top:1px #CECFCE solid; }
.cob_table .sub_title1 {font-weight:bold; background:#ffffff; color:#1e1e1e; font-size:12px}

table.cob_table tr:not(.subcap):nth-child(2n) {
 background-color:#f4f4f4;
}
.cob_protitle {
	border-bottom:1px solid #666666; 
	border-top:1px solid #666666;
	padding-top:3px;
	padding-bottom:3px; 
	padding-left:5px;
	background-color:#f4f4f4;	
}

.table_st {width:100%; line-height:24px; font-size:12px;}
.table_st th {background-color:#595e61; color:#ffffff; text-align:center; padding:7px 10px 7px 10px; line-height:17px;}
.table_st td {border-bottom:1px #CECFCE solid; padding:7px 10px 7px 10px; text-align:left;}
.table_st .title {font-weight:bold; font-size:12px; border-top:2px #5a5dca solid; color:#1e1e1e; padding-top:3px; padding-bottom:3px; background:#E8E8E8}
.table_st a {color:#1e1e1e}
.table_st a:hover {color:#5a5dca; font-weight:bold}

.imgline_sanwa_thumb {width:80px;}

.prod-name a {font-weight:bold; color:#009ee0;}
.odd {background-color:#eeeeee;}



.pt5 {padding-top:5px;}
.pt20 {padding-top:20px;}
.pt30 {padding-top:30px;}
.pb10 {padding-bottom:10px;}

.ml15 {margin-left:15px;}
.ml20 {margin-left:20px;}

.list_price {text-decoration:line-through;}
.discount_price {color:#d0111b; font-size:18px; font-weight:bold;}

.f16 {font-size:16px;}
.f13 {font-size:13px;}
.f11 {font-size:11px; color:#818181; letter-spacing:-1px;}
.f11 a{font-size:11px; color:#818181;}
.f11 a:hover {color:#009ee0;}


/*==================================================================
	* float Styles
===================================================================*/

.leftBox {float:left; margin-right:2em;}
.rightBox {float:right; margin-left:2em;}

.float7 li {float:left;width:11%;}
.float6 li {float:left;width:16%;}
.float5 li {float:left;width:19%;}
.float4 li {float:left;width:24%;}
.float3 li {float:left;width:32%;}
.float2 li {float:left;width:49%;}
.float li {float:left;}
.clear {clear:both;}

ul.clearlist li {clear:both;width:100%;}

.w100 {width:100%;}
.w60 {width:60%;}
.w50 {width:50%;}
.w40 {width:40%;}
.w30 {width:30%;}
.w25 {width:25%;}
.w20 {width:20%;}



