/* Shortcut to center tag */
    .center
    {
        margin-left:auto;
        margin-right:auto;
    }

/*  The "View All" text style */
     a.ViewAll 
     {
     font-size:11px;
     font-weight:bold; 
     text-decoration:none;
     color:#4891B4; 
     }

/*  Product Information Box Styles */
    #ProductInfoBox {
        width:560px; 
        padding:0 auto;
        }
    #ProductInfoBox #ProductInfoHeader {
        background-image:url(tab_cont.png);
        background-repeat:no-repeat;
        width:560px; 
        height:23px;
        margin:0px; 
    }
    
 /*   #ProductInfoBox #ProductInfoHeader .HeaderLeft{
        width:7px; 
        float:left;
    }*/
    #ProductInfoBox #ProductInfoHeader .HeaderBody{
        width:560px; 
        color:White; 
        font-weight:bold; 
        text-align:left; 
        padding:4px 0px 0px 6px;
    }
  /*  #ProductInfoBox #ProductInfoHeader .HeaderRight{
        width:7px; 
        float:left;
    }*/
    
    
        
    #ProductInfoBox #ProductInfoBody {
        background-image:url(bg_middl.jpg); 
        width:560px; 
        height:148px; 
        /*display:table;*/
        padding-top:10px; 
        border:0px;
    }    
    #ProductInfoBox #ProductInfoBody #Content{
	width:220px;
	float:left;
	text-align:left;
	margin-left:10px;
	color:white;
	font-weight:bold;
	border:0px;
	padding-left: 5px;
    }    
        
    #ProductInfoBox .ProdInfoList a {
        width: 90px;
        float:left;
        margin-top:4px;
        text-decoration:none;
        color:white;
        font-weight:bold;
        font-size:11px;
        padding-left:13px;
        float:left;
        background-image:url(arrow_gr.gif);
        background-repeat:no-repeat;
        /* border-left-style:
       border:1px solid cyan;*/
    }
    
    #ProductInfoBox .ArrowImg {
        width:13px;
        height:13px;
        border:0;
        vertical-align:middle;
        float:left;
    }	
	
	.EOSLheader
	{ 
		background-image:url("tab_ligh.png");
		background-repeat:no-repeat;
		width:560px;
		height:20px;
		color:White;
		font-size:11px;
		font-weight:bold;
		text-align:left;
		/*text-indent:5px;*/
	/*	text-justify:auto;	*/
		padding-top:3px;	
		
	}
	
	
	.EOSLHeaderText
	{  
	 padding-left:15px;
	 text-align:left;
	 padding-right:10px;
	 padding-bottom:10px;	
	 font-weight:bold; 
	}

	.EOSLheaderDetail
	{
		background-color:#E1E5E6;
		text-align:left;
		padding-left:15px;
		padding-right:5px;
		padding-top:5px;
		padding-bottom:5px;
	}
