/* CSS Document */

.Color1 {
	background-color:#FFFFFF;
}
.Color2 {
	background-color:#F8F8F8;
}
.Color3 {
	background-color:#989898;
}
.Color4 {
	background-color:#E9E8E8;
}
.PageSpacer {
	background-image:url(../images/page_spacer.gif);
	background-repeat:repeat-y;
	width:770px;
}
.ProductBoxSpacer {
	background-image:url(../images/product_box_spacer.gif);
	background-repeat:repeat-y;
	width:201px;
}
.SearchBg {
	background-image:url(../images/search_bg.gif);
	background-repeat:no-repeat;
	width:201px;
	height:115px;
}
.LoginBG {
	background-image:url(../images/login_bg.gif);
	background-repeat:no-repeat;
	width:201px;
	height:78px;
}
.ImgRounded {
	background-image:url(../images/img_round_corner.gif);
	background-repeat:no-repeat;
	height:80px;
	width:80px;
}
.SearchBoxTop {
	background-image:url(../images/search_box_top.gif);
	background-repeat:no-repeat;
	height:28px;
	white-space:529px;
}
.BoxSpacer {
	background-image:url(../images/search_box_spacer.gif);
	background-repeat:repeat-y;
}
.HorDotted {
	background-image:url(../images/hor_dotted.gif);
	background-position:center;
	background-repeat:repeat-x;
}
.VerDotted {
	background-image:url(../images/ver_dotted.gif);
	background-position:center;
	background-repeat:repeat-y;
}
.TdImg {
	background-position:center;
	/*background-repeat:no-repeat;*/
	height:117px;
}
.CatTdImg {
	background-position:center;
	/*background-repeat:no-repeat;*/
	height:80px;
}

.Border {
	border: 1px solid #E9E8E8;
}