/* 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(/images/tab_content.png);
        background-repeat:no-repeat;
        width:560px; 
        height:23px;
        margin:0px; 
    }

    #ProductInfoBox #ProductInfoHeader .HeaderBody{
        width:560px; 
        color:White; 
        font-weight:bold; 
        text-align:left; 
        padding:4px 0px 0px 6px;
    }
        
    #ProductInfoBox #ProductInfoBody {
		background: #184451 url(/images/bg_middletop.jpg) repeat-x;
        width:560px; 
        height:178px; 
        /*display:table;*/
        padding-top:10px; 
        border:0px;
    }    
    #ProductInfoBox #ProductInfoBody #Content
    {		
		width:225px;
        float:left; 
        text-align:left; 
        margin-left:5px;
        color:white;
        font-weight:bold;
        border:0px; 
    }        
                
    #ProductInfoBox .ProdInfoList a {
        width: auto;
        float:left;
        width: 90px;
        margin-top:4px;
        margin-left: 0px;
        text-decoration:none;
        color:white;
        font-weight:bold;
        font-size:11px;
        padding-left:12px;        
        background-image:url(/images/arrow_green.gif);
        background-repeat:no-repeat;          
		/*border:1px solid cyan;*/
    }
	
	.EOSLheader
	{ 
		background-image:url("/images/warranty/tab_lightgrey.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;
	}
	
	.ProductBackground 
	{
		background-position:center top; 
		background-repeat:no-repeat;
	}
	
	.ProductBackground2
	{
	    background-position:center 1px;
	    background-repeat:no-repeat;
	}
	
	.ProductSmallText {
		color: white; 
		padding-top: 5px;
	}
	
	