@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");

.col1, .col2, .col3{
	float:left;
}
.col1{
	display:block;
	text-align:left;
	width:221px;
	margin-bottom:20px;
	height:100%;
}
.col2{
	display:block;
	text-align:left;
	width:536px;
	margin-bottom:20px;
	height:100%;
}
.col3{
	display:block;
	text-align:left;
	width:219px;
	margin-bottom:20px;
	height:100%;
}
.loginArea{
	float:left;
	display:block;
	background-image:url(../../images/home/bg_Login.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#000;
	width:221px;
	height:245px;
}
div.loginArea div{
	padding:14px 0px 10px 13px;
}
.loginBanner{
	float:left;
	display:block;
	width:221px;
}
.layoutNews{
	display:block;
	text-align:left;
	margin-top:10px;
	width:536px;
}
div.layoutNews div{
	padding:0px 0px 10px 13px;
}
div.layoutNews img.more{
	margin:0px 10px 0px 0px;
	float:right;
}
.layoutHotLink{
	display:block;
	text-align:center;
	margin-top:10px;
	width:536px;
	height:55px;
}
.prodSearch{
	float:left;
	display:block;
	background-image: url(../../images/home/imgHead_HotPromotion.png);
	background-position:bottom;
	background-repeat:no-repeat;	
	background-color:#000;
	width:219px;
	height:245px;
}
div.prodSearch div{
	padding:14px 0px 10px 13px;
}
.prodSearchBanner{
	float:left;
	display:block;
	width:219px;
}
div.prodSearchBanner div{
	padding:0px 0px 3px 13px;
}
.tableBorder{
	border: 1px solid #EBEBEB;
	background-image:url(../../images/home/bg_AllPromotion.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
