
/*---------------------------------------------------------------------*/
/*
*
*
用于首页图片的显示,其应该用主要对应于文件
F:\mysite\htdocs\ze\includes\templates\your_template\common\tpl_columnar_display.php
*
*
*/ 
#main_content
{
	float:left;
	width:170px;
}

#main_content_top
{
    background:transparent url("../images/main_content_top.gif") top center no-repeat ;
    padding: 0;
	height:20px;
}

#main_content_bottom
{ 
	background:transparent url("../images/main_content_bottom.gif") top center no-repeat ;
	padding:0px 0;
	height:20px;
}

#product_display_on_mainPage
{
	text-align:center;
	font-size:13px;	
	
	border-right:1px solid #e5e5e9;
	border-left:1px solid #e5e5e9;	
	
	height:220px;
	width:168px;
}

#mainPage_display_align_crack
{
	float:left;
	width:11px;
	height:20px;
}

/*---------------------------------------------------------------------*/