*
{
    margin:0; 
    padding:0;
    font-family:Tahoma, Verdana, sans-serif,"宋体" ;
    font-size:11px;
}

table{border:0;margin:0;border-collapse:collapse;}
table td{padding:0;}   
a{color:black;text-decoration:none;}



/* 
■   补背景图
*/

    body     /* 包含顶部导航条的body,是个外部的body,这里的内容都是嵌入到外部那个body中的。 */
	{
	   
	}

    .bg_1
	{
	}

    .bg_2
	{
	}
   
	.t5
	{
	  width:0px;
	  height:0px;
	  font-size:0px;                          
	  border-style:solid;
	  border-color:#a6a2f7 green blue red;
	  border-color:white white white #fc0014; 
	  border-width: 3px 0px  3px 3px ; 
	  display:block;                          
	}


/* 
■   最外层 容器外层
*/
    .page,.page_top,.page_top_logo,.page_top_menu,.page_top_search,.page_body,.page_body_top,.page_body_bottom,.page_body_left,.page_body_right,.pbr_left,.pbr_right,.page_copyright
	{
	  margin:auto;
	  text-align:center;
	}



.page
{
   width:100%;
   background-image:url(images/bg_top.jpg);
   background-repeat:repeat-x;
}

	.page_top
	{
	   width:995px;
	}
			.page_top_logo 
			{
			   float:left;
			   width:265px;
               margin-left:10px;
			}

.page2
{
   width:100%;
   clear:both;
   background-image:url(images/bg_page2.jpg);
   background-repeat:repeat-x;
}

	.page_top_menu 
	{
	   height:38px;
	   width:995px;
	}

	.page_top_search 
	{
	   width:995px;
	   height:130px;
	   margin-bottom:10px;
	}


    .page_body
	{
	   width:944px;
	   background-image:url(images/bg_pagebody.jpg);
	   background-repeat:repeat-Y;
	}
			  .page_body{overflow:hidden;}
			  .page_body_left,.page_body_right{padding-bottom:32767px;;margin-bottom:-32767px;} 

			.page_body_top
			{
			   font-size:0px;
			}
			.page_body_bottom
			{
			   font-size:0px;
			}

            .page_body_left
			{
			   width:249px;
	           margin-left:5px;
	           _margin-left:2px;
			   background-color:#e0f997;
               float:left;
			}

            .page_body_right
			{
			   width:667px;
			   margin-left:8px;
               _margin-left:5px;
			   margin-right:15px;
			   float:right;
			}

	.page_copyright
	{
	   width:995px;
	   clear:both;
	}

/* 
■   容器层
*/

     .banner_3
	 {
        float:left;
		width:215px;
	    overflow:hidden;
		position:relative;
		/* background-color:blue;margin-top:5px; */

	 }



     .banner_1
	 {
        float:right;
		margin-right:28px;
		_margin-right:15px;
		width:475px;
	    overflow:hidden;
		position:relative;
		/* background-color:blue;margin-top:5px; */

	 }

     .banner_2
	 {
		width:552px;         /*  比flash稍微大5个像素，因为下面的overflow:hidden  */
		margin-right:28px;
		margin-top:17px;
	    overflow:hidden;
		position:relative;
		/* background-color:blue;margin-top:5px; */

	 }

	.content
	{
	    width:919px;
	    clear:both;
	    /* background-color:blue;margin-top:5px; */
	}

	.content_a
	{
		width:667px;
	    /* background-color:blue;margin-top:5px; */
	}

	.content_b
	{
		width:330px;
		float:left;
	   /* background-color:blue;margin-top:5px; */
	}

	.content_c                     
	{
		width:330px;
		float:right;
	    /* background-color:blue;margin-top:5px; */
	}

	.content_d                     
	{
		width:667px;
	    clear:both;
	   /* background-color:blue;margin-top:5px; */
	}

	.content_e
	{
		width:330px;
		float:left;
	   /* background-color:blue;margin-top:5px; */
	}

	.content_f                     
	{
		width:330px;
		float:right;
	    /* background-color:blue;margin-top:5px; */
	}

	.content_g                     
	{
		width:667px;
	    clear:both;
	   /* background-color:blue;margin-top:5px; */
	}

    /******************/

	.content_h
	{
	    width:919px;
	    clear:both;
	   /* background-color:blue;margin-top:5px; */
	}
	.content_i
	{
	    width:235px;
	   /* background-color:blue;margin-top:5px; */
	}

	.copyright
	{
       	width:100%;
		margin-top:5px;
		margin-bottom:30px;
	    /* background-color:blue;margin-top:5px; */
    }

/* 
■   菜单样式
*/
/*
<div class="page_top_menu">
	<div class="hidden">[menu]</div>
</div>
*/

    .hidden
	{
	  overflow:hidden;
	  position:relative;
      margin-left:12px;
	  height:22px;
	}

    .hidden table
	{
		position:relative;
		left:-1px;
		/* width:100% */                                        /* 不要设置 width 100% 会影响后面单个菜单的大小 */
	    /* background-color:red; */                             /* 有效 */
	}

	.menu                                                       /* 菜单样式外部样式 table */ /* ■ 好像没这属性 */
	{
	/*
		height:30px;
		position:relative;
		right:-20px;
    */
    }

    .menuitem table                                             /* 选中项菜单的那个 table */
	{
	    width:100%;
	}

	.menuitem td                                                /* 菜单每一项的样式 */ 
	{	
		text-align:center;
	}
 
                                                                /* link 设置 a 对象在未被访问前的样式。 ■ 伪类最好一定要分开写，顺序 link > visited > hover */

	a:link.menuitem                                             
	{
        color:#fff500;
		width:78px;
		height:38px;
		line-height:42px;

		text-indent:;
		text-align:center;
		margin-left:3px;
		margin-right:3px;

		display:block;
		overflow:hidden;
		font-weight:bold;
		text-decoration:;
		background-image:url(images/bg_menuitem1.jpg);
        background-repeat:no-repeat;
        background-position: left 0px;
		/*  background-position: 5px; left */                  /* 这么写在火狐中出错 */

	}

	a:active.menuitem                                            /* 不写 active ，火狐里面有问题 */              
	{
        color:#fff500;
		width:78px;
		height:38px;
		line-height:42px;

		text-indent:;
		text-align:center;
		margin-left:3px;
		margin-right:3px;

		display:block;
		overflow:hidden;
		font-weight:bold;
		text-decoration:;
		background-image:url(images/bg_menuitem1.jpg);
        background-repeat:no-repeat;
        background-position: left 0px;
		/*  background-position: 5px; left */                  /* 这么写在火狐中出错 */
	}

    a:visited.menuitem
	{
        color:#fff500;
		width:78px;
		height:38px;
		line-height:42px;

		text-indent:;
		text-align:center;
		margin-left:3px;
		margin-right:3px;

		display:block;
		overflow:hidden;
		font-weight:bold;
		text-decoration:;
		background-image:url(images/bg_menuitem1.jpg);
        background-repeat:no-repeat;
        background-position: left 0px;
		/*  background-position: 5px; left */                  /* 这么写在火狐中出错 */
	}

	a:hover.menuitem                                            /* 菜单浮动样式 */ 
	{
        color:#4f4714;
		width:78px;
		height:38px;
		line-height:42px;

		text-indent:;
		text-align:center;
		margin-left:3px;
		margin-right:3px;

		display:block;
		overflow:hidden;
		font-weight:bold;
		text-decoration:;
		background-image:url(images/bg_menuitem2.jpg);
        background-repeat:no-repeat;
        background-position: left 0px;
		/*  background-position: 5px; left */                  /* 这么写在火狐中出错 */
	}

 
    .menuitemhover a                                            /* ■ 好像没这属性 */
    {
	}


                                                                /* 菜单选择项样式 */
	.menuselecteditem a:link,.menuselecteditem a:visited,.menuselecteditem a:active,.menuselecteditem a:hover                                         
	{
        color:#4f4714;
		width:78px;
		height:38px;
		line-height:42px;

		text-indent:;
		text-align:center;
		margin-left:3px;
		margin-right:3px;

		display:block;
		overflow:hidden;
		font-weight:bold;
		text-decoration:;
		background-image:url(images/bg_menuitem2.jpg);
        background-repeat:no-repeat;
        background-position: left 0px;
		/*  background-position: 5px; left */                  /* 这么写在火狐中出错 */
	}


/* 
■    下拉菜单样式
*/

	.menupopup                                   /*  弹出菜单外层 DIV */
	{
	}


	table.menupopupitem                          /*  这一项无效 *//* 每条下拉菜单是在一个表格中的 */                
	{
	}

	.menupopupitem td                            /*  下拉菜单每一项的样式 宽度根据下面来的。*/ /* 其它都正常 */
	{
	}

	a:link.menupopupitem
	{
	}

	a:active.menupopupitem
	{
	}

                                                 
	a:visited.menupopupitem
	{
	}

	a:hover.menupopupitem 
	{
	}


/* 
■   search 搜索 ------------------------------------------------------------------------------------------
*/




    .table_search
	{
	   float:right;
	   margin-top:;
	   /* border:1px dotted #888888; */ 
	   margin-right:18px;
	   margin-top:5px;
	   /* background-color:red; */
	}

	.searchcss                  /* 整个搜索  (table) */
	{
	   width:385px;             /* ■ 一定要加宽度，否则IE6里面，会错位 */
	   height:110px;
	   margin-left:25px;
	   margin-top:15px;
	   background-image:url(images/bg_search.jpg);
	   background-repeat:no-repeat;
	}

		#psearchtype              /* 搜索商品下拉列表 */
		{
	        height:22px;
			margin-left:30px;
			margin-right:5px;
			margin-top:35px;
		}

        #psearchkey               /* 输入框  input */ 
		{
		   margin-top:36px;
		   border:1px solid #009241;
		   width:180px !important;
		   height:16px !important;
		}

        #psearchproductcategory   /* 时尚女装下拉列表 */
		{
	        height:22px;
			margin-left:5px;
			display:none !important;
		}

        #psearchinfocategory      /* all */
		{
	        height:22px;
			margin-left:5px;
			display:none;
		}

		.searchcss span               
		{
		    display:block;
			float:left;

		   margin-top:37px;
		   cursor:pointer;
		   background-image:url(images/button_search.jpg);
		   background-position:5px -1px;
		   background-repeat:no-repeat;
		   border:none;
		}


        #psearch                  /* 搜索按钮 */
		{
		   border:none;
		   width:62px;
		   height:18px;
		   visibility:hidden;
		}

/*****************************************************/
        



/* 
■   补丁
*/
	.copyright,.content_a,.content_b,.content_c,.content_d,.content_e,.content_f,.content_g,.content_h,.content_i,.content_j,.content_k,.content_l,.page_content,.page_content_center,.page_center_center,.banner_1,.banner_2,.banner_3,.banner_4,.banner_5
	{
	   overflow:hidden;
	   /* text-align:left; */ /* 去掉后内容就居中了，不然左对齐 */
	}
