@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");

.layoutMember{
	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:535px;
	margin-bottom:20px;
	height:100%;
}
.col5{
	display:block;
	float:left;
	text-align:left;
	width:200px;
	margin-bottom:20px;
	height:100%;
}
.col4-Login{
	display:block;
	float:left;
	text-align:left;
	width:427px;
	margin-bottom:20px;
	height:100%;
	background-image: url(../images/v_dotted.gif);
	background-position:top right;
	background-repeat:repeat-y;
}
.col5-Login{
	display:block;
	float:left;
	text-align:left;
	width:308px;
	margin-bottom:20px;
	height:100%;
}
.col4-Business{
	display:block;
	float:left;
	text-align:left;
	width:517px;
	margin-bottom:20px;
	height:100%;
}
.col5-Business{
	display:block;
	float:left;
	text-align:left;
	width:218px;
	margin-bottom:20px;
	height:100%;
}
.col4-Landing{
	display:block;
	float:left;
	text-align:left;
	width:365px;
	margin-bottom:20px;
	height:100%;
}
.col5-Landing{
	display:block;
	float:left;
	text-align:left;
	width:365px;
	margin-bottom:20px;
	height:100%;
}
div.col4-Landing p, div.col5-Landing p{
	padding-right:10px;
}
.fixCol3{
	background-image: url(../../images/memberzone/bg_FixCol3.gif);
	background-position:top;
	background-repeat:repeat-x;
	color:#CCC;
	height:140px;
}
#tabs{

}
#tabs a{
display: block;
width:135px; /*width of tab image */
height:26px; /*height of tab image */
text-align:center;
padding-top:5px;
float: left;
display: inline;
cursor:pointer;
background-image: url(../../images/memberzone/tab_Inactive.gif); /*URL to tab image onmouseover */
background-repeat:no-repeat;
}
#tabs a.current{
background-image: url(../../images/memberzone/tab_Active.gif); /*URL to tab image onmouseover */
background-repeat:no-repeat;
}
#tabcontentcontainer{
width:517px; /*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*/
}
.productsPictureList{
	display:block;
	float:left;
	width:100px;
	margin-right:15px;
	height:auto;
}
.productsDetailList{
	display:block;
	float:left;
	width:365px;
	height:auto;
}
.buttonElement{
	display:block;
	float:left;
	width:7px;
	height:25px;
}
.buttonContent{
	display:block;
	float:left;
	background-image:url(../../images/memberzone/button_BG.png);
	background-repeat:repeat-x;
	text-align:center;
	padding-top:5px;
	width:auto;
	height:25px;
}