@charset "TIS-620";
/* CSS Document */
/*Mater style sheet for Global*/
/*Imported style sheets*/
@import url("default.css");
@import url("txt.css");
@import url("form.css");
@import url("decorate.css");

.layoutProducts{
	padding-left:59px;
	width:auto;
}
.col1, .col2, .col2-1, .col3, .col4, .col5, .col6{
	float:left;
}
.col1{
	display:block;
	text-align:left;
	width:174px;
	margin-bottom:20px;
	height:100%;
}
.col2{
	display:block;
	text-align:left;
	width:427px;
	height:100%;
}
div.col2 div{
	padding-right:15px;
}
.col2-1{
	display:block;
	text-align:left;
	width:735px;
	height:100%;
}
.col3{
	display:block;
	text-align:left;
	width:308px;
	height:100%;
}
.col4{
	display:block;
	text-align:left;
	width:575px;
	margin-bottom:20px;
	height:100%;
}
div.col4 div.promotion{
	padding-right:15px;
}
.col4-1, .col4-2{
	display:block;
	text-align:left;
	float:left;
	width:287px;
	height:100%;
}
div.col4-1 div, div.col4-2 div{
	padding-right:15px;
}
.col5{
	display:block;
	text-align:left;
	width:160px;
	margin-bottom:20px;
	height:100%;
}
.col6{
	display:block;
	text-align:left;
	width:165px;
}
div.col6 strong{
	margin-left:15px;
}
.greenProducts{
	color:#006600;
}
.bannerProducts{
	margin-bottom:1px;
}
.borderLeftWh{
border-left:#FFFFFF 5px solid;
}
.iconLine{
	border-bottom-color:#DDD;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
.fixCol3{
	background-image: url(../../images/products-services/bg_FixCol3.gif);
	background-position:top;
	background-repeat:repeat-x;
	color:#CCC;
	height:100%;
}
.productsPictureList, .productsPicture, .productsPicturePopup, .productsDetail, .productsDetailPopup, .productsDetailList, .productsNote{
	float:left;
}
.productsPictureList{
	display:block;
	width:150px;
	margin-right:15px;
	height:auto;
}
p.products{
	width:auto;
	height:auto;
	margin-left:50px;
}
.productsPicture{
	display:block;
	width:200px;
	margin-right:10px;
	height:auto;
}
.productsPicturePopup{
	display:block;
	width:150px;
	margin-right:10px;
	height:auto;
}
.productsDetailList{
	display:block;
	width:365px;
	height:auto;
}
.productsDetail{
	display:block;
	width:555px;
	height:auto;
}
.productsDetailPopup{
	display:block;
	width:405px;
	height:auto;
}
.productsNote{
	display:block;
	width:575px;
	height:auto;
}
#dhtmltooltip{
position: absolute;
left: -300px;
width: auto;
border: 1px solid #666;
background-color:#FFF;
padding: 2px;
visibility: hidden;
z-index: 100;
}
#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}
#tabs{

}
#tabs a{
display: block;
width:136px; /*width of tab image */
height:160px; /*height of tab image */
text-align:center;
float: left;
display: inline;
cursor:pointer;
}
#tabs a.current{
background-image:url(../../images/products-services/bg_imgIcon-Dialup-Payment.jpg); /*URL to tab image onmouseover */
background-repeat:no-repeat;
}
#tabcontentcontainer{
width:485px; /*width of 2nd level content*/
/*height of 2nd level content. Set to largest's content height to avoid jittering.*/
}
.tabcontent{
display:none; /*Remove on Develop*/
}