﻿/* style.css */
.TabsContainer .wrap {
    width:660px;
	position: relative;
}

.TabsContainer .wrap .pane, .TabsContainer .wrap .pane2 {
    display:none;
    border:1px solid #dcdcdc;
    border-top:0;
	/*margin-bottom: 20px;*/
	/*padding: 2px;	*/
}

.TabsContainer .wrap .DisplayBlock {
	display: block;	
}


.TabsContainer .wrap .pane p, .TabsContainer .wrap .pane2 p {
    
}

/* root element for tabs  */
.TabsContainer ul.tabs, ul.tabs2 {
	border-right: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
	border-top: 3px solid #0fa1b8;
	border-bottom: 0px;
	min-height: 35px;
	background: #efefef;
}

/* single tab */
.TabsContainer ul.tabs li, ul.tabs2 li { 
    float:left;      
    text-indent:0;
    padding:0;
    margin:0 !important;
    list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
.TabsContainer ul.tabs a, ul.tabs2 a { 
    /*background: url(http://www.achieversintlinc.com/images/tabs.png) no-repeat -652px 0;*/
	background: #efefef;
    font-weight: 700;
	font-size: 15px;
    display:block;
    height: 35px;  
    line-height:35px;
    /*width: 111px;*/
    text-align:center;
    text-decoration:none;
    color: #898989;
    padding:0px 15px;
    margin:0px;
    position:relative;
    top:1px;
	border-right: 1px solid #ffffff;
}

.TabsContainer ul.tabs a:active, ul.tabs2 a:active {
    
}

/* when mouse enters the tab move the background image */
.TabsContainer ul.tabs a:hover, ul.tabs2 a:hover {
    /*background-position: -652px -31px;*/
	background: #f7f7f7;
    color:#0fa1b8;
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
.TabsContainer ul.tabs a.current, .TabsContainer ul.tabs a.current:hover, .TabsContainer ul.tabs li.current a, .TabsContainer ul.tabs2 a.current, .TabsContainer ul.tabs2 a.current:hover, .TabsContainer ul.tabs2 li.current a {
    /*background-position: -652px -62px;*/
	background: #ffffff;
    cursor:default !important; 
    color:#0fa1b8 !important;
}















/******************** 首頁產品展開 *************************/
/* style.css */
.ProductTabs  {
    width:305px;
	height: 410px;
	/*
	display: inline-block;
	*display: inline;
	zoom: 1;
	*/
	float: left;
	margin: 0px 10px 25px 0px;
}
.ProductTabs .wrap {
	position: relative;
}

.ProductTabs .wrap h2 {
    font-weight: 700;
	font-size: 17px;
	color: #0fa1b8;
	float: left;
}

.ProductTabs .wrap .pane {
    display:none;
    border:1px solid #e6e6e6;
	background: #f9f7f7;    
	/*clear: both;*/
	padding: 14px;
	height: 360px;
}

.ProductTabs .wrap .DisplayBlock {
	display: block;	
}


.ProductTabs .wrap .pane p {
    
}

/* root element for tabs  */
.ProductTabs ul.tabs, ul.tabs2 {	
	min-height: 18px;
	float: right;
	margin-bottom: 10px;	
}

/* single tab */
.ProductTabs ul.tabs li, ul.tabs2 li { 
    float:left;      
    text-indent:0;
    padding:0;
    margin:0 !important;
    list-style-image:none !important; 
}


/* link inside the tab. uses a background image */
.ProductTabs ul.tabs a, ul.tabs2 a {	
	font-size: 12px;
    display:block;
    height:18px;  
    line-height:18px;
    text-decoration:none;
    color: #ffffff;
    padding:0px 15px 0px 25px;
    margin:0 0 0 5px;
    position:relative;
    /*top:1px;*/
}
.ProductTabs ul.tabs a.PicView {
	background: #959595 url(../images/Image_Icon_s.gif) no-repeat 5px 4px;
}
.ProductTabs ul.tabs a.ListView {
	background: #959595 url(../images/List_Icon_s.gif) no-repeat 5px 4px;
}

.ProductTabs ul.tabs a:active, ul.tabs2 a:active {
    
}

/* when mouse enters the tab move the background image */
.ProductTabs ul.tabs a:hover, ul.tabs2 a:hover {
    /*background-position: -652px -31px;*/
	background-color: #535353;
    color:#ffffff;
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
.ProductTabs ul.tabs a.current, .ProductTabs ul.tabs a.current:hover, .ProductTabs ul.tabs li.current a, .ProductTabs ul.tabs2 a.current, .ProductTabs ul.tabs2 a.current:hover, .ProductTabs ul.tabs2 li.current a {
    /*background-position: -652px -62px;*/
	background-color: #535353;
    cursor:default !important; 
    color:#ffffff !important;
}

.ProductTabs .BannerImage {
	margin-bottom: 15px;
}
.ProductTabs .BannerImage img {
	width: 275px;	
	transition:opacity 1s linear;
}
.ProductTabs .BannerImage a:hover> img {	
	opacity:0.7;
	filter:alpha(opacity=70);
	transition:opacity 0.5s linear;
}
.ProductTabs .BannerImage img:hover {	
	opacity:0.7;
	filter:alpha(opacity=70);	
}
.ProductTabs .PicViewContent {	
	
}
.ProductTabs .PicViewContent li {	
	width: 76px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	/*float: left;*/
	vertical-align: top;
	margin-right: 12px;
	position: relative;
	padding-top: 85px;
}
.ProductTabs .PicViewContent li a {
	cursor: pointer;
}
.ProductTabs .PicViewContent li a .IMG {		
	margin: 0 0 5px 0;
	width: 70px;
	background: #ffffff;
	position: absolute;
	top: 0px;
	left: 0px;
}
.ProductTabs .PicViewContent li a .IMG table td {	
	width: 70px;	
	height: 70px;
	text-align: center;
	position: relative;
}
.ProductTabs .PicViewContent li a .IMG img {		
	max-width: 70px;
	max-height: 100%;
	width: auto;
	height: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.ProductTabs .PicViewContent li a:hover > .IMG img {
	opacity: 0.7;
	filter: alpha(opacity=70);	
}
.ProductTabs .PicViewContent li a h2 {		
	font-size: 13px;
	color: #535353;
	line-height: 145%;
	font-weight: normal;
	height: 55px;
	overflow: hidden;
	transition: color; /*for the future*/
	transition-duration: 2000ms;
	-webkit-transition: color; 
	-webkit-transition-duration: 2000ms;
	-moz-transition: color; 
	-moz-transition-duration: 2000ms;
	-o-transition: color; 
	-o-transition-duration: 2000ms;
}
.ProductTabs .PicViewContent li a:hover > h2 {		
	color: #0fa1b8;
	transition: color;
	transition-duration: 300ms;
	-webkit-transition: color;
	-webkit-transition-duration: 300ms;
	-moz-transition: color;
	-moz-transition-duration: 300ms;
	-o-transition: color;
	-o-transition-duration: 300ms;
}
.ProductTabs .PicViewContent li a p.Price {
	font-weight: 700;
	color: #535353;
	line-height: 145%;
	margin: 0 0 5px 0;
}
.ProductTabs .PicViewContent li a p .LineThrough {
	text-decoration: line-through;
}
.ProductTabs .PicViewContent li a p .Discount {
	text-decoration: none;
	font-weight: 700;
	color: #ff0000 !important;
	margin: 0;
}
.ProductTabs .PicViewContent li a p.Warnning {
	color: #ffffff;
	background: #fcb631;
	padding: 1px 3px;
	text-align: center;
	font-size: 11px;
}

.ProductTabs .ListViewContent {
	
}
.ProductTabs .ListViewContent li {
	padding-left: 80px;
	position: relative;
	background: #ffffff;
	min-height: 75px;
	margin-bottom: 15px;
}
.ProductTabs .ListViewContent li a {
	max-height: 70px;
	display: block;
	margin-bottom: 4px;
	cursor: pointer;
	background: #ffffff;
	overflow: hidden;
}
.ProductTabs .ListViewContent li a .IMG {
	width: 70px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.ProductTabs .ListViewContent li a .IMG table td {	
	width: 70px;	
	height: 70px;
	text-align: center;
	position: relative;
}
.ProductTabs .ListViewContent li a .IMG table td a {	
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
}
.ProductTabs .ListViewContent li a .IMG img {
	max-width: 70px;
	max-height: 70px;
}
.ProductTabs .ListViewContent li a:hover > .IMG img {
	opacity: 0.7;
	filter: alpha(opacity=70);	
}
.ProductTabs .ListViewContent li a h2 {		
	font-size: 13px;
	color: #535353;
	line-height: 145%;
	font-weight: normal;
	width: 80px;
	height: 40px;
	overflow: hidden;
	padding: 15px 0px;
	margin-right: 10px;
	transition: color; /*for the future*/
	transition-duration: 2000ms;
	-webkit-transition: color; 
	-webkit-transition-duration: 2000ms;
	-moz-transition: color; 
	-moz-transition-duration: 2000ms;
	-o-transition: color; 
	-o-transition-duration: 2000ms;
}
.ProductTabs .ListViewContent li a:hover > h2 {		
	color: #0fa1b8;
	transition: color;
	transition-duration: 300ms;
	-webkit-transition: color;
	-webkit-transition-duration: 300ms;
	-moz-transition: color;
	-moz-transition-duration: 300ms;
	-o-transition: color;
	-o-transition-duration: 300ms;
}
.ProductTabs .ListViewContent li a p.Price {
	font-weight: 700;
	color: #535353;
	line-height: 170%;
	margin: 0 5px 5px 0;
	padding: 15px 0;
	float: left;
	width: 44px;
}
.ProductTabs .ListViewContent li a p .LineThrough {
	text-decoration: line-through;
}
.ProductTabs .ListViewContent li a p .Discount {
	text-decoration: none;
	font-weight: 700;
	color: #ff0000 !important;
	margin: 0;
}
.ProductTabs .ListViewContent li a p.Warnning {
	color: #ffffff;
	background: #fcb631;
	padding: 3px;
	font-size: 11px;
	float: right;
	width: 45px;
	margin: 7px 5px 0 0;
}













/************************************產品內頁***************************************/
/* style.css */
.TabsStyle2Container {
	margin-bottom: 20px;
}
.TabsStyle2Container .wrap {
    width:942px;
	position: relative;
}

.TabsStyle2Container .wrap .pane {
    display:none;
    /*border:1px solid #d0ccc9;
    border-top:0;*/
	padding: 15px;
	/*margin-bottom: 20px;*/
	/*padding: 2px;	*/
}

.TabsStyle2Container .wrap .DisplayBlock {
	display: block;	
}


.TabsStyle2Container .wrap .pane p {
    
}

/* root element for tabs  */
.TabsStyle2Container ul.tabs {	
	border-bottom: 1px solid #0fa1b8;	
	min-height: 35px;
}

/* single tab */
.TabsStyle2Container ul.tabs li { 
    float:left;      
    text-indent:0;
    padding:0;
    margin:0 !important;
    list-style-image:none !important; 	
}

/* link inside the tab. uses a background image */
.TabsStyle2Container ul.tabs a { 
    
	background: #efefef;
    /*font-weight: 700;*/
	font-size: 20px;
    display:block;
    height: 35px;  
    line-height:35px;
    /*width: 111px;*/
    text-align:center;
    text-decoration:none;
    color: #898989;
    padding:0px 50px;
    margin:0px;
    position:relative;
    top: 0px;
	border-right: 1px solid #ffffff;
}

.TabsStyle2Container ul.tabs a:active {
    
}

/* when mouse enters the tab move the background image */
.TabsStyle2Container ul.tabs a:hover {
    /*background-position: -652px -31px;*/
	background: #f7f7f7;
    color:#0fa1b8;
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
.TabsStyle2Container ul.tabs a.current, .TabsStyle2Container ul.tabs a.current:hover, .TabsStyle2Container ul.tabs li.current a {
    /*background-position: -652px -62px;*/
	background: #ffffff;
    cursor:default !important; 
    color:#0fa1b8 !important;
	border-top: 3px solid #0fa1b8;
	border-left: 1px solid #0fa1b8;
	border-right: 1px solid #0fa1b8;
	top: 1px;
}

.TabsStyle2Container .ItemDetail_2 li {
	margin-bottom: 15px;
	padding-left: 25px;
	background: url(../images/ListIcon_002.png) no-repeat;
	display: block;
}
.TabsStyle2Container .ItemDetail_2 li a {
	
}


/************************************style 2同郵務專區***************************************/
.TabsContainer_style2 {
	
}
.TabsContainer_style2 .wrap {    
	position: relative;
	z-index: 999;
}

.TabsContainer_style2 .Width400p {
	width: 400px;
}

.TabsContainer_style2 .Width250p {
	width: 250px;
}

.TabsContainer_style2 .wrap .pane {
    display:none;	
    padding: 13px 0px;
    /*border:1px solid #adf4aa;*/
    border-top: 1px solid #d0ccc9;
	margin-bottom: 20px;
}

#ServiceGuideContent .pane {
    padding: 5px 0px;
    /*border:1px solid #adf4aa;*/
    border-top: 1px solid #d0ccc9;
	margin-bottom: 20px;
	width:247px;
	overflow: hidden;
}

.TabsContainer_style2 .wrap .DisplayBlock {
	display: block;	
}


.TabsContainer_style2 .wrap .pane p {
    
}

/* root element for tabs  */
.TabsContainer_style2 ul.tabs { 
    /*list-style:none; 
    margin:0 !important; 
    padding:0;
    height:30px;
    border-bottom:1px solid #666;*/
	/*border-right: 1px solid #adf4aa;
	border-left: 1px solid #adf4aa;
	border-top: 3px solid #45c343;*/
	border-bottom: 0px;
	min-height: 30px;
	/*background: #e2ffe1;*/
}

/* single tab */
.TabsContainer_style2 ul.tabs li { 
    float:left;      
    text-indent:0;
    padding:0;    
    list-style-image:none !important;
	border: 1px solid #d0ccc9;
	border-bottom: 0px;
	margin-right: 5px;	
}

/* link inside the tab. uses a background image */
.TabsContainer_style2 ul.tabs a { 
    /*background: url(http://www.achieversintlinc.com/images/tabs.png) no-repeat -652px 0;*/
	background: #efefef;
    font-weight: 700;
	font-size:14px;
    display:block;
    height: 30px;  
    line-height:30px;
    /*width: 111px;*/
    text-align:center;
    text-decoration:none;
    color: #898989;
    padding:0px 15px;
    margin:0px;
    position:relative;
    top:1px;
	border-right: 1px solid #ffffff;
}

#ServiceGuideContent ul.tabs{
    min-height: 24px;
	width:265px;
}

#ServiceGuideContent ul.tabs a{
    height: 24px;  
    line-height:24px;
    padding:0px 19px;
	width: auto;
	text-indent: 0px;
}

.TabsContainer_style2 ul.tabs a:active {
    
}

/* when mouse enters the tab move the background image */
.TabsContainer_style2 ul.tabs a:hover {
    /*background-position: -652px -31px;*/
	background: #f8f8f8;
    color:#0fa1b8;
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
.TabsContainer_style2 ul.tabs a.current, .TabsContainer_style2 ul.tabs a.current:hover, .TabsContainer_style2 ul.tabs li.current a {
    /*background-position: -652px -62px;*/
	background: #ffffff;
    cursor:default !important; 
    color:#0fa1b8 !important;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */
/* width 1 */
.TabsContainer_style2 ul.tabs a.w1   { background-position: -519px 0; width:134px; }
.TabsContainer_style2 ul.tabs a.w1:hover { background-position: -519px -31px; }
.TabsContainer_style2 ul.tabs a.w1.current { background-position: -519px -62px; }

/* width 2 */
.TabsContainer_style2 ul.tabs a.w2   { background-position: -366px -0px; width:154px; }
.TabsContainer_style2 ul.tabs a.w2:hover { background-position: -366px -31px; }
.TabsContainer_style2 ul.tabs a.w2.current { background-position: -366px -62px; }


/* width 3 */
.TabsContainer_style2 ul.tabs a.w3    { background-position: -193px -0px; width:174px; }
.TabsContainer_style2 ul.tabs a.w3:hover   { background-position: -193px -31px; }
.TabsContainer_style2 ul.tabs a.w3.current { background-position: -193px -62px; }

/* width 4 */
.TabsContainer_style2 ul.tabs a.w4     { background-position: -0px -0px; width:194px; }
.TabsContainer_style2 ul.tabs a.w4:hover     { background-position: -0px -31px; }
.TabsContainer_style2 ul.tabs a.w4.current{ background-position: -0px -62px; }



.TabsContainer .wrap .BoxContainer_Style1 .pane{
	border:0 !important;
}
.TabsContainer .wrap .BoxContainer_Style1{
	margin:0 0 20px;
}

.BoxContainer-header {
padding:10px 15px;
background: #e2ffe1;
color:#0fa1b8;
}
