@charset "utf-8";

/* CSS Document */
    /*****************************產品右邊選單**********************************/
    
    

    .ow_product_nav_i .title
    {
        line-height: 30px;
        text-indent: 12px;
        color: #FFF;
        font-weight: 700;
        text-align: left;
        margin-top: 11px;
        border: 0;
        font-size:14px;
        height:30px;
        padding-right:0px;
    }
    .ow_product_nav_i h4
    {
        padding: 0;
        margin: 0;
        padding-right:0px;
        color: #ffffff;
        background: #949494;
        background: -webkit-gradient(linear, 0 0, 0 bottom, from(#949494), to(#5c5c5c));
        background: -moz-linear-gradient(#949494, #5c5c5c);
        -pie-background: linear-gradient(#949494, #5c5c5c);
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
        width:238px;
    }
    
    
    .owpsiderBarList
    {
        margin: 0;
        padding: 0;
        width: 238px;
    }
    .owpsiderBarList li
    {
        line-height: 24px;
        padding-left: 14px;
        background-color: #e3e3e3;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-top-style: none;
        border-right-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
        border-right-color: #CCCCCC;
        border-bottom-color: #CCCCCC;
        border-left-color: #CCCCCC;
    }
    .owpsiderBarList li img
    {
        cursor: pointer;
        vertical-align: middle;
        margin: 7px 8px 7px 0;
    }
    .owpsiderBarList li a
    {
        color: #333333;
        text-decoration: none;
        background-image: url(../images/nav_side_arrow_g.png);
        background-repeat: no-repeat;
        background-position: right center;
        display: block;
        font-size:12px;
    }
    .owpsiderBarList li a:hover
    {
        color: #008787;
        background-image: url(../images/nav_side_arrow_gr.png);
    }
    .owpsiderBarList li a.downs
    {
        background-image: url(../images/nav_side_arrow_d.png);
    }
    
    .owpsiderBarList li a.notpic
    {
        background-image:none;
    }
    
    .owpsiderBarList li ul li
    {
        line-height: 24px;
        padding-left: 0px;
        background-color: #f2f2f2;
        border-bottom: 1px dashed #88d0cb;
        margin-left: -14px;
    }
    .owpsiderBarList li ul li a
    {
        color: #666;
    }
    .owpsiderBarList li ul li a:hover
    {
        color: #008787;
    }
    
    
    .ow_subnav li
    {
        border: none;
        background-color: #f2f2f2;
    }
    .ow_subnav li a
    {
        border: none;
        color: #666;
        background-image: none;
        display: inline;
    }
    .ow_subnav li a:hover
    {
        color: #008787;
        background-image: none;
    }
    
    .ow_product_nav_o
    {
        margin: 20px 0 0 0;
        width: 238px;
        background: #949494; /* Old browsers */
        background: -webkit-gradient(linear, 0 0, 0 bottom, from(#949494), to(#5c5c5c));
        background: -moz-linear-gradient(#949494, #5c5c5c);
        -pie-background: linear-gradient(#949494, #5c5c5c);
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
        behavior: url(PIE.htc);
        color: #ffffff;
        float: left;
        font-weight: bold;
        line-height: 30px;
        text-indent: 12px;
        font-size:14px;
        height:30px;
    }
    
    .ow_rightCon
    {
        float: right;
        width: 238px;
        right: 0px;
        bottom: 0px;
        margin: 0px;
        padding: 0px;
        color: #00908f;
        position: relative;
        background: #f2f2f2;
    }
    .ow_rightCon ul
    {
        padding: 0;
        margin: 0 0 0 0px;
        text-decoration: none;
    }
    .ow_rightCon li
    {
        line-height: 20px;
        list-style: disc;
        color: #333;
        float: left;
        margin: 3px 0px 3px 24px;
        padding: 0px 0 0 0px;
        width: 214px;
    }
    .ow_rightCon li a
    {
        cursor: pointer;
        text-decoration: none;
        color: #333333;
        padding: 0;
        margin: 0;
    }
    .ow_rightCon li a:hover
    {
        color: #008787;
    }
    .owpsp_contactus
    {
        float: right;
        margin: -7px 0 0 0;
        padding: 0;
        width: 100px;
        height: 24px;
        display: block;
        text-indent: -5000px;
        cursor: pointer;
        background: url(../images/contactus_icon.png) no-repeat top;
    }
    .owpsp_contactus:hover
    {
        background-position: 0 bottom;
        background-image: url(../images/contactus_icon.png);
    }
.ownav_i{  float: right; width: 238px; right: 0px; bottom: 0px; margin: 0px; padding: 0px; color:#00908f; position: relative; background: #f2f2f2;}
.ownav_i h3{ width:228px;; height:30px; font-size:14px; font-weight:bold; line-height:30px; color:#ffffff; margin:0; padding:0 0 0 10px;
    background:#949494;/* Old browsers */
	/* background: -moz-linear-gradient(top,  #949494 0%, #5c5c5c 100%); /* FF3.6+ */
	/* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#949494), color-stop(100%,#5c5c5c)); /* Chrome,Safari4+ */
	/* background: -webkit-linear-gradient(top,  #949494 0%,#5c5c5c 100%); /* Chrome10+,Safari5.1+ */
	/* background: -o-linear-gradient(top,  #949494 0%,#5c5c5c 100%); /* Opera 11.10+ */
	/* background: -ms-linear-gradient(top,  #949494 0%,#5c5c5c 100%); /* IE10+ */
	/* background: linear-gradient(to bottom,  #949494 0%,#5c5c5c 100%); /* W3C */
	/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#949494', endColorstr='#5c5c5c',GradientType=0 ); /* IE6-9 */	
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#949494), to(#5c5c5c));
    background: -moz-linear-gradient(#949494, #5c5c5c);
    -pie-background: linear-gradient(#949494, #5c5c5c);	
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
	behavior: url(PIE.htc);}

.ownav_i ul {padding:0; margin: 0; text-decoration: none;}
.ownav_i li{
	float: left;
	margin: 0px;
	padding:0px 0 0 10px;
	width:226px;
	height:25px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	display:block;
	background-color:#e3e3e3;
}
.ownav_i li a{
	/*text-indent: -5000px;*/
	cursor: pointer;
	font-size: 12px;
	line-height: 24px;
	margin: 0px;
	padding: 0px 12px 0 0;
	text-decoration:none;
	color:#333333;
	background-image: url(../images/nav_side_arrow_g.png);
	background-repeat: no-repeat;
	background-position: right center;	
	display:block;
}
.ownav_i li a:hover{color:#008787; background-image: url(../images/nav_side_arrow_gr.png);}


.ownav_n{  float: right; width: 238px; right: 0px; bottom: 0px; margin: 20px 0 0 0; padding: 0px 0 10px 0 ; color:#00908f; position: relative; background: #f2f2f2;}
.ownav_n h3{ width:228px;; height:30px; font-size:14px; font-weight:bold; line-height:30px; color:#ffffff; margin:0 0 5px 0; padding:0 0 0 10px;
    background:#949494;/* Old browsers */
	/* background: -moz-linear-gradient(top,  #949494 0%, #5c5c5c 100%); /* FF3.6+ */
	/* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#949494), color-stop(100%,#5c5c5c)); /* Chrome,Safari4+ */
	/* background: -webkit-linear-gradient(top,  #949494 0%,#5c5c5c 100%); /* Chrome10+,Safari5.1+ */
	/* background: -o-linear-gradient(top,  #949494 0%,#5c5c5c 100%); /* Opera 11.10+ */
	/* background: -ms-linear-gradient(top,  #949494 0%,#5c5c5c 100%); /* IE10+ */
	/* background: linear-gradient(to bottom,  #949494 0%,#5c5c5c 100%); /* W3C */
	/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#949494', endColorstr='#5c5c5c',GradientType=0 ); /* IE6-9 */	
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#949494), to(#5c5c5c));
    background: -moz-linear-gradient(#949494, #5c5c5c);
    -pie-background: linear-gradient(#949494, #5c5c5c);	
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
	behavior: url(PIE.htc);}
.ownav_n p{ margin: 5px 0px 5px 24px; padding:0px 0 0 0px; color:#333; font-size: 12px; line-height: 14px;}
.ownav_n p a{ color:#333333;}
.ownav_n p a:hover{ color:#008787;}
.ownav_n .pic1{padding:0; width: 200px; margin: 5px auto;}
.ownav_n .pic2{float:left; padding:0; width: 90px; margin: 10px 10px 0 10px;}
.ownav_n p.right{
	float:right;
	padding:0;
	width: 125px;
	margin: 10px 10px 0 0;
}
.ownav_n p span.ownav_{
	font-size: 12px;
	color:#009ee0;
	margin:10px 10px 10px 0px;
	padding:0 10px 0 0;
	background-image: url(../images/_arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	display:block;
	text-align:right;
	float:left;
}
.ownav_n p span.ownav_ a{color:#009ee0;}
.ownav_n p span.ownav_ a:hover{ text-decoration: underline; color:#009ee0;}
.ownav_n ul {padding: 0; margin: 0 0 0 0px; text-decoration: none;}
.ownav_n li{
	float: left;
	margin: 3px 0px 3px 24px;
	padding:0px 0 0 0px;
	width: 210px;
	list-style: disc;
	color:#333;
	font-size: 12px;
	line-height: 14px;
}
.ownav_n li a{
	/*text-indent: -5000px;*/
	cursor: pointer;	
	text-decoration:none;
	color:#333333;	
	padding:0;
	margin:0;
}
.ownav_n li a:hover{color:#008787; }

.ownav_o{ float: right; width: 238px; right: 0px; bottom: 0px; margin: 20px 0 0 0; padding: 0px 0 10px 0; color:#00908f;}
.ownav_o .h3_bg{ height:30px;  margin:0 0 5px 0; padding:0 0 0 10px; width:240px;
    background:#949494;/* Old browsers */
	/* background: -moz-linear-gradient(top,  #949494 0%, #5c5c5c 100%); /* FF3.6+ */
	/* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#949494), color-stop(100%,#5c5c5c)); /* Chrome,Safari4+ */
	/* background: -webkit-linear-gradient(top,  #949494 0%,#5c5c5c 100%); /* Chrome10+,Safari5.1+ */
	/* background: -o-linear-gradient(top,  #949494 0%,#5c5c5c 100%); /* Opera 11.10+ */
	/* background: -ms-linear-gradient(top,  #949494 0%,#5c5c5c 100%); /* IE10+ */
	/* background: linear-gradient(to bottom,  #949494 0%,#5c5c5c 100%); /* W3C */
	/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#949494', endColorstr='#5c5c5c',GradientType=0 ); /* IE6-9 */	
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#949494), to(#5c5c5c));
    background: -moz-linear-gradient(#949494, #5c5c5c);
    -pie-background: linear-gradient(#949494, #5c5c5c);	
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
	behavior: url(PIE.htc);}
.ownav_o h3 { margin:0; padding:0 0 0 25px; font-size:14px; font-weight:bold; line-height:30px; height:30px; color:#ffffff; float:left; }
.ownav_o h3.link{background:url(../images/icon_link.png) center left no-repeat;}
.ownav_o h3.whitepapers{background:url(../images/icon_whitepapers.png) center left no-repeat;}
.ownav_o h3.video{background:url(../images/icon_video.png) center left no-repeat;}
.ownav_o h3.download{background:url(../images/icon_download.png) center left no-repeat;}
.ownav_o h3.usetool{background:url(../images/icon_usetool.png) center left no-repeat;}
.ownav_o p{ margin: 5px 0px 5px 24px; padding:0px 0 0 0px; color:#333; font-size: 12px; line-height: 14px;}
.ownav_o p a{ color:#333333;}
.ownav_o p a:hover{ color:#008787;}
.ownav_o .pic1{padding:0; width: 200px; margin: 5px auto;}
.ownav_o .pic2{float:left; padding:0; width: 90px; margin: 10px 10px 0 10px;}
.ownav_o p.right{
	float:right;
	padding:0;
	width: 125px;
	margin: 10px 10px 0 0;
}
.ownav_o p span.ownav_{
	font-size: 12px;
	color:#009ee0;
	margin:10px 10px 10px 0px;
	padding:0 10px 0 0;
	background-image: url(../images/_arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	display:block;
	text-align:right;
	float:left;
}
.ownav_o p span.ownav_ a{color:#009ee0;}
.ownav_o p span.ownav_ a:hover{ text-decoration: underline; color:#009ee0;}

.ownav_o ul {padding: 0; margin: 0 0 0 0px; text-decoration: none;}
/*.ownav_o li{
	float: left;
	margin: 3px 0px 3px 24px;
	padding:0px 0 0 0px;
	width: 210px;
	list-style: disc;
	color:#333;
	font-size: 12px;
	line-height: 14px;
}*/
.ownav_o li a{
	/*text-indent: -5000px;*/
	cursor: pointer;	
	text-decoration:none;
	color:#333333;	
	padding:0;
	margin:0;
}
.ownav_o li a:hover{color:#008787; }

.owfunction{ float:right; height:16px; padding:0; margin:12px 0; width:238px; }

.owwtb_side{ float:right; padding:0; margin:0; width: 238px;}