﻿
/* Pop - Up 主要樣式控管的 CSS  ----- Start */
/* .PopUpInfoGlobal {
    font: 13px/1.231 arial, helvetica, clean, sans-serif;
}*/
   .PopUpDropClass_PriceLevel
   {
       padding: 0px 27px 0px 3px;
       border: 0px solid white;
       border-radius: 0px;
       box-shadow: 0px 0px 0px white;
   }

   .PopUpDropClass_Country {
       padding: 0px 27px 0px 3px;
       border: 0px solid white;
       border-radius: 0px;
       box-shadow: 0px 0px 0px white;
       position: absolute;
       top: 4px;
       left: 270px;
   }
   
   .PopUpDropClass_Country:after {
    content: none !important;
}

/* Pop - Up 主要樣式控管的 CSS  ----- End */

/* Pop - Up 產品圖片CSS  ----- Start */

.PopUpMainModelImage {
    width:100px;
    height:100px;
}

/* Pop - Up 產品圖片CSS  ----- End */

/* Pop - Up PopUpICON_ContactUs , PopUpICON_Share 的 CSS  ----- Start */

    a.PopUpICON_ContactUs{
                float:right;
                display:block;
                width:16px;
                height:16px;
                background-image:url(/corpweb/Tools/Public/Images/PopUpV3/ico_email_16.png);
                margin-top: 5px;
                margin-left:10px;
                cursor: pointer;
        }
    	
    a:hover.PopUpICON_ContactUs{background-position:left bottom;}
    	
    span.PopUpICON_Share{
                float:right;
                display:block;
                width:16px;
                height:16px;
                background-image:url(/corpweb/Tools/Public/Images/PopUpV3/ico_share_16.png);
                margin-top: 5px;
                margin-left:10px;
                margin-right: 10px;
                cursor: pointer;
        }
    	
    span:hover.PopUpICON_Share{background-position:left bottom;}

/* Pop - Up PopUpICON_ContactUs , PopUpICON_Share 的 CSS  -----  End */


/* Pop - Up 上面 Tabs 的 CSS  ----- Start */
#PopUpInfoMotherTab 
{
    box-sizing: content-box;
    FONT-SIZE: 100%; FLOAT: left;WIDTH: 700px; LINE-HEIGHT: normal; height:35px;
}
#PopUpInfoMotherTab .tabs
{
    /*WIDTH: 582px; */
    min-width: 582px;
}
#PopUpInfoMotherTab UL 
{
    box-sizing: content-box;
        PADDING-RIGHT: 0px; PADDING-LEFT: 4px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 5px; LIST-STYLE-TYPE: none
}

#PopUpInfoMotherTab ul{
	clear:both;
	width:700px;
	margin-left:10px;
	padding-right:10px;}

#PopUpInfoMotherTab li{
	float:left;
	margin-right:5px;}

#PopUpInfoMotherTab li a{
	display:block;
	line-height: 28px;
	padding:0 30px;
	color: #000;
	background-color:#FFF;
	border:#c2c2c2 solid 1px;
	border-bottom:#FFF solid 1px;
	border-radius: 20px 20px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
    cursor: pointer;
	}

#PopUpInfoMotherTab li a:hover{
	color: #FF0000;}

#PopUpInfoMotherTab li a.active{
	background-color:#747474;
	color:#FFF;
	border-bottom:#747474 solid 1px;}


	div.PopUpTab_container 
	{
		overflow:hidden;
		border:#c2c2c2  solid 1px;
	    width: 696px;
        margin-top:29px;
        padding:10px 0;
	}
	div.PopUpTab_container .PopUpTab_content 
	{
	    min-height: 205px;
	    overflow-y: auto;
	}
	div.PopUpTab_container .PopUpTab_content h2 
	{
		margin: 0 0 20px;
	}
	
/* Pop - Up 上面 Tabs 的 CSS  ----- End */

/* Pop - Up 上面 左右資訊版 CSS  ----- Start */
#PopUpInfoBoardFlow
{
    width: 100%;
}

.PopUpProInfo .PopUpInfoBoard{
	float:left;
	width: 150px;
    max-width: 150px;
	height:100px;
	margin:5px 15px 0 5px;
	border:#337fed 1px solid;
}
.PopUpProInfo .PopUpInfoBoard h4{
	display:block;
	font-size:12px;
	font-weight:bold;
	line-height:22px;
	border-bottom:#337fed solid 1px;
	margin:0px 5px 5px 5px;
	white-space:nowrap;
 }

.PopUpProInfo .PopUpInfoBoard li{
	font-size:11px;
	line-height:1.4;
	color:#7d7d7d;
	padding:0px 5px;}

/* Pop - Up 上面 左右資訊版 CSS  ----- End */

/* Pop - Up 上面 左右控制 CSS  ----- Start */
.PopUp_ARROW_L{
	float:left;
	display:block;
	background-image:url(/corpweb/tools/public/images/PopUpV3/ico_v_arrow_L.png);
	width:14px;
	height:24px;
	background-position:left top;
	margin:5px 15px 0 10px;
	cursor: pointer;}

.PopUp_ARROW_L:hover{background-position:left bottom;}
	
.PopUp_ARROW_R{
	float:left;
	display:block;
	background-image:url(/corpweb/tools/public/images/PopUpV3/ico_v_arrow_R.png);
	width:14px;
	height:24px;
	background-position:left top;
	margin:5px 5px 0 10px;
    cursor: pointer;}

.PopUp_ARROW_R:hover{background-position:left bottom;}

/* Pop - Up 上面 左右控制 CSS  ----- End */

/* Pop - Up 資訊內容 Key Speicfications CSS  ----- Start */
.PopUpKeySpec h5{
	border-bottom:#C2C2C2 solid 1px;
	line-height:24px;
	font-size:14px;
	color:#000;
	margin-bottom:10px;
	}

.PopUpKeySpec ul li{
	font-size:12px;
    line-height: 20px;
	}

.PopUpMoreSpec a{
	float:right;
	line-height:8px;
	color:#3791EC;
	font-size:12px;
	font-weight:none;
	padding:8px 10px 0 10px;
    text-decoration: none;
	}

.PopUpMoreSpec a:hover{color:#ff0000;}

.PopUpFakeLink{
	float:right;
	line-height:8px;
	color:#3791EC;
	font-size:12px;
	font-weight:none;
	padding:8px 10px 0 10px;
    text-decoration: none;
    cursor: pointer;
	}

.PopUpFakeLink:hover{color:#ff0000;}

/* Pop - Up 資訊內容 Key Speicfications CSS  ----- End */

/* Pop - Up 資訊內容 Support CSS  ----- Start */

.PopUpIconArea .BTN_SFake{
	float:left;
	display:block;
	margin-left:6px;
	margin-bottom:5px;
	margin-top:5px;
	font-size:12px;
	font-family:Arial;
	color:#666666;
	line-height:1.2em;
	font-weight:normal;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #dcdcdc;
	padding:4px 8px 4px 24px;
	text-decoration:none;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #eee;
	border: solid 1px #dfdfdf;
	
	background-image:url(/corpweb/Tools/Public/Images/PopUpV3/ico_download_16_N.png);
	background-repeat:no-repeat;
	background-position:4px 3px;
	}	

.PopUpIconArea .BTN_SFake:hover{
	color:#000000;
	background-color: #FFFFFF;
	
	background-image:url(/corpweb/Tools/Public/Images/PopUpV3/ico_download_16_H.png);}

.PopUpIconArea .BTN_S_Browser
{
    float:left;
	display:block;
	margin-left:6px;
	margin-bottom:5px;
	margin-top:5px;
	font-size:12px;
	font-family:Arial;
	color:#666666;
	line-height:1.2em;
	font-weight:normal;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #dcdcdc;
	padding:4px 8px 4px 24px;
	text-decoration:none;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #eee;
	border: solid 1px #dfdfdf;
	
	background-image:url(/corpweb/Tools/Public/Images/PopUpV3/ico_browser_16_N.png);
	background-repeat:no-repeat;
	background-position:4px 3px;
	}
.PopUpIconArea .BTN_S_Browser:hover{
	background-image:url(/corpweb/Tools/Public/Images/PopUpV3/ico_browser_16_H.png);
    color:#000000;
	background-color: #FFFFFF;
	}

.PopUpIconArea .BTN_S_Download
{
    float:left;
	display:block;
	margin-left:6px;
	margin-bottom:5px;
	margin-top:5px;
	font-size:12px;
	font-family:Arial;
	color:#666666;
	line-height:1.2em;
	font-weight:normal;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #dcdcdc;
	padding:4px 8px 4px 24px;
	text-decoration:none;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #eee;
	border: solid 1px #dfdfdf;
	
	background-image:url(/corpweb/Tools/Public/Images/PopUpV3/ico_download_16_N.png);
	background-repeat:no-repeat;
	background-position:4px 3px;
	}
.PopUpIconArea .BTN_S_Download:hover{
	background-image:url(/corpweb/Tools/Public/Images/PopUpV3/ico_download_16_H.png);
    color:#000000;
	background-color: #FFFFFF;
	}

/* Pop - Up 資訊內容 Support CSS  ----- End */

/* Pop - Up 資訊內容 Video Clips CSS  ----- Start */

.PopUpTab_container .VIDEOS_Td{
	background-color:#f4f4f4;
	max-height: 185px;
	margin-bottom:10px;
    text-align: center;
    vertical-align: middle;
}

.PopUpTab_container .PopUpVideos{
	clear:both;
	float:left;
    overflow-y: hidden;
    font-family: Arial, Helvetica;
    
    width: 100%;
    max-height: 100%;
}

.PopUpVideos .PopUpVideo_Small{
	float:left;
	width:140px;
	height:185px;
	margin:0 8px;
	text-align: left;
    vertical-align: top;}

.PopUpVideos .PopUpVideo_Small h6{
	color:#000;
	font-size:11px;
	line-height:30px;
    font-weight:400;}

.PopUpVideos .PopUpVideo_Small a.VIDEO_LINK
{
    display: block;
	color:#3791ec;
	font-size:11px;
	line-height:21px;
    cursor: pointer;}

.PopUpVideos .PopUpVideo_Small a:hover.VIDEO_LINK{
	color:#FF0000;}

.PopUp_CloseRadiusBtn 
{
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("/corpweb/Public/images/prettyPhoto/default/sprite.png");
    background-origin: padding-box;
    background-position: 2px 1px;
    background-repeat: no-repeat;
    background-size: auto auto;

    width: 30px;
    height: 30px;
    cursor: pointer;
}

/* Pop - Up 資訊內容 Video Clips CSS  ----- End */

/* Pop - Up 下面 PopUpOtherInfo 資訊版 CSS  ----- Start */
.PopUpOtherInfo .PopUpInfoBoard{
	float:left;
	padding:0 10px;
	width:160px;
    height: 100%;
}

.PopUpOtherInfo li a:hover{
	color:#ec0000;}
	
.PopUpOtherInfo h5{
	display:block;
	border-bottom:#C2C2C2 solid 1px;
	line-height:24px;
	font-size:14px;
	color:#000;
	margin-bottom:10px;
	}	
	
.PopUpOtherInfo .D_LINK a{
	margin:10px 0;
	display:block;
	border-top:#C2C2C2 solid 1px;
	font-size:13px;
    color:#3791ec;
    text-decoration: none;
	}

.PopUpOtherInfo .D_LINK a:hover{
	color:#FF0000;}		

.PopUpOtherInfo .Item_LINK a{
	font-size:13px;
    color:#7D7D7D;
    text-decoration: none;
	}

.PopUpOtherInfo .Item_LINK a:hover{
	color:#FF0000;}		
  /* Pop - Up 下面 PopUpOtherInfo 資訊版 CSS  ----- End */
  
  /* Pop - Up 下面 Resources 資訊版 CSS  ----- Start */
    .ResourcesInfo .PopUpInfoBoard{
	    width:90%;
	    margin:0 15px 5px 5px;
    }
    
   .ResourcesInfo .ShowSpan{
	    color:#3791EC;
        cursor: pointer;
    }
    
.ResourcesInfo .PopUpInfoBoard h5{
	display:block;
	line-height:24px;
	font-size:14px;
	font-weight:bold;
	color:#000;
	}

.ResourcesInfo .PopUpInfoBoard li{
	font-size:11px;
	line-height:1.4;
	color:#7d7d7d;
	padding:0px 5px;}
	
.ResourcesInfo .BTN_S a
{
    display:block;
	font-size:12px;
	font-family:Arial;
	color:#666666;
	line-height:1.2em;
	font-weight:normal;
	text-decoration:none;}	
	
   .ResourcesInfo .BTN_S a:hover{
	color:#FF0000;}		
  /* Pop - Up 下面 Resources 資訊版 CSS  ----- End */