﻿	
	
	html,html body {height:100%;}
	
    body 
    {
        padding: 0px;	
        margin: 0px;	
        line-height: normal;
        font-family: Verdana;	
        /*background-color:#678fc2;*/
        color:#444444; /* uncommented by bug #51058*/
    }

	#pageBackground 
	{
		margin:0px;
		padding:0px;
		text-align:center;	/*	IE will center page	*/		
	}
	
	div.spacer
	{
      clear: both !important;
      height:0px;
    }	
	
	.page 
	{
	    
	/*
	 *  center in browser, this method is used for IE 5.5's sake
	 *  http://bluerobot.com/web/css/center2.html
	 */
		width:960px;		
		font-size:62.5%;		  
		padding:0px;				
		text-align: left;
		margin-left: auto;	/*	center page in FF	*/
		margin-right: auto;
		margin-top:0px;
		background-color:#ffffff;
		border:1px;
		border-color:#c6ced2;		
		border-style:solid;
		border-top-width:0px;
		border-bottom-width:1px;	
				
	}
	
	/* Splitter Page Style Starts */

    #SplitterpageBackground 
    {
		margin:0px;
		padding:0px;
		text-align:center;	/*	IE will center page	*/		
	}

   .Splitterpage 
   {
	/*
	 *  center in browser, this method is used for IE 5.5's sake
	 *  http://bluerobot.com/web/css/center2.html
	 */
		width:960px;
		font-size:62.5%;    /*  width of page   */
		padding:0px;				
		text-align: left;
		margin-left: auto;	/*	center page in FF	*/
		margin-right: auto;
		margin-top:0px;
		background-color:#ffffff;
		border:1px;
		border-color:#c6ced2;		
		border-style:solid;
		border-top-width:0px;
		border-bottom-width:1px;				
	}
	
	
/* Splitter Page Style Ends */
	
	
	
	/*  needed to apply proper font size to Headers in IE */
	h1,h2,h3,h4,h5,h6 {
		font:normal normal normal 0.7em Verdana, sans-serif;
	}
	
	div ,h1,h2,h3,h4,h5,h6
	{
	  word-wrap: break-word;
	}	    
		
	/*
	*  IE 5.5 messes up font sizes, I set the size back to normal in the
	*  table and to the used 0.7em in the td
	*/
	table {
		font-size: medium;
	}
	th,td {
		font-size: 0.7em;		
	}
	

	/*p {
		margin:-2px 0px 14px 0px;
	}*/
	
	a:link {
		text-decoration:none;
		color:#0066A7;
	}
	/*
	*  Link hovers
	*/
	a:visited {
		text-decoration:none;
		color:#0066A7;
	}
	a:hover {
		text-decoration:underline;
		color:#0066A7;
	}
	a:active {
		text-decoration:underline;
		color:#0066A7;
	}
	/*
	*  An invisible link for customers with screen readers, it will
	*  allow them to skip ahead to the content of the page. Position
	*  absolute removes it from the flow of the document, so it will
	*  not interfere with normal layout.
	*/
	#skipToContent {
		position:absolute;
	}	
	
	#cdnavcontainer 
	{	
	    WIDTH: 970px;	
	    BACKGROUND-COLOR: #d6e6fe;
	}
	
	#cdnavcont 
	{	
	    BACKGROUND-POSITION: 50% bottom;	
	    BACKGROUND-IMAGE: url(/_services/ont/images/bg_navcon.gif);	
	    BACKGROUND-REPEAT: repeat-x;	
	    ZOOM: 100%;	
	    BACKGROUND-COLOR: #cbe0fd;
	}
	
	
	.cdSubwebBgColor
	{	
	    OVERFLOW: hidden;	
	    HEIGHT: 3px;
	    BACKGROUND-COLOR: #ffffff;
	    
	 }
	 
	 #cdsubbrandbarnew 
	 {	
	    BORDER-TOP: #fff 1px solid;	
	    BORDER-BOTTOM: #fff 1px solid;	
	    ZOOM: 100%;	
	    TEXT-ALIGN: left;
	    PADDING-TOP: 8px;
	    HEIGHT: 3px;
	    float:left;
	    width:970px;
	    margin:0px 10px;	    
	 } 
	 
	 
/* Style for Article Overview  starts*/ 

.overview
{
  width:830px;
  background-color: #ffffff;
  margin-left:10px;
  margin-top:10px;
  border:solid 1px #ccc;        
}	 	
	 
#overview .oddFeature
{   
    float:left;
    width:48%;
    margin-left:2px;
    margin-bottom:10px;
}
#overview .evenFeature
{   
    float:right;
    width:48%;
    margin-bottom:10px;
}
#overview h2
{
    font-size:1.6em;
    color:#0560a6;
    font-family:Tahoma;
    margin:0px;
    padding:0px;
    
}
#overview img
{
    float:left;
    padding:3px 10px 0px 0px;
}
/* Style for Article Overview  Ends*/ 


/* Style for  tabbedviwer starts */

#tbdViewer
{
  word-wrap:break-word;
  float:left;
  width:60%;
  background-color: #ffffff;
  margin-left:10px;
  margin-top:10px;
  border:solid 1px #ccc;
  height:400px;
  overflow:auto;
   
}
Div.Tab
{
   word-wrap: break-word;
   width:750px;
   margin-left:20px;
   background-color: #ffffff;    
}

#tbdViewer .oddFeature
{
    clear:both;
    float:left;
    width:47%;
    margin-left:10px;
    margin-bottom:10px;
}

#tbdViewer .evenFeature
{
    float:right;
    width:47%;
    margin-bottom:10px;
}
#tbdViewer h2
{
    font-size:1.6em;
    color:#0560a6;
    font-family:Tahoma;
    margin:0px;
    padding:0px;
}
#tbdViewer img
{
    float:left;
    padding:3px 10px 0px 0px;
}

.TabTitle
{
    word-wrap:break-word;     
    background-color:#ffffff;
    float:left;
    clear:left;
    width:20%;
    text-decoration:none;
    margin-left:10px;
    padding:7px;    
}

.TabDetail
{
    width:70%;
    word-wrap: break-word;
    background-color:#ffffff;
    overflow:auto;
    float:Right;
    display:none;
    border:solid 1px #ccc;
    margin-Top:10px;
    margin-bottom:10px;
    margin-left:2px;
    margin-right:2px;
    padding:2px;
}

/* Style for  tabbedviwer Ends */

/* Style for  Advertisement starts */

.Advertisement
{
 float:right;
 width:300px;
 background-color:#ffffff;
 margin:10px;
}

/* Style for  Advertisement Ends */

.LinkListTitle
{ 
	margin:0px;
	font-weight:bold
}
ul.linkList
{  
    margin-top:3px; 
 }

/*article lists*/
#articlelist
{
    width:100%;
    float:left;
    border:solid 1px #ccc;
    padding:0px;
    list-style:none;
    word-wrap: break-word; 

}
#articlelist .oddFeature
{
    float:left;
    width:350px;
    margin-left:0px;
    margin-bottom:10px;
    word-wrap: break-word; 
}
#articlelist .evenFeature
{
    float:right;
    width:350px;
    margin-bottom:10px;
    word-wrap: break-word; 
}
#articlelist h2
{
    font-size:1.7em;
    color:#0560a6;
    font-family:Tahoma;
    margin:0px;
    padding:0px;
}
#articlelist img
{
    float:left;
    padding:3px 10px 0px 0px;
}

#overviewHeading h2
{
    font-size:1.7em;
    color:#0560a6;
    font-family:Tahoma;
    margin:0px;
    padding:0px;
    margin-bottom:10px;
}

/* Article body UI Module */

#FullPageArticle
{
    float: left;
    }

#articletitle
{
   PADDING-RIGHT: 0px;	
   PADDING-LEFT: 0px;	
   FONT-WEIGHT: normal;	
   FONT-SIZE: 2.8em;	
   PADDING-BOTTOM: 15px;	
   COLOR: #7598c4;	
   LINE-HEIGHT: 1.1em;	
   PADDING-TOP: 15px;	
   BORDER-BOTTOM: #ccc 1px solid ;
   text-align:left;
   float: left;
   width: 100%;
   text-indent: 10px;
}

#articlebody 
{
     word-wrap:break-word;    
     text-align:left;
     width:100%;
     float: left;
    font-size: 1.3em;
    padding: 5px 0px 5px 0px;
         
}
#ABLeftSec
{
	width:65%;
	float:left;
	margin-bottom:20px;
}

#ABRightSec
{
	margin-left:12px;
	width:30%;
	float:left;
}

#ABRight_RCT
{
	margin-bottom:10px;
	clear:left;
}

#ABRight_ET
{
	margin-bottom:10px;
	clear:left;
	
}

#ABRight_Ad
{
	margin-bottom:10px;
	clear:left;

}


#ABEngagementTile
{
font-size:larger;
}



#articlebody Table
{      
  border:0;        
}

#articlebody Div IMG
	{
	   margin-right:10px;
	   margin-bottom:10px;
	}
	

#articlebody h1
{
    FONT-SIZE: 2em;
    color:Blue;
    font-family:Tahoma;        
    text-align:left;
    display:block;
    clear:left; 
}

#articlebody h2
{   
      
    FONT-SIZE: 1.8em;    	    
    COLOR: #eea752;	  
    text-align:left; 
    display:block;
    clear:left;   
    padding: 0px 0px 10px 0px;
    margin: 0px;
}

#articlebody h3
{
    FONT-SIZE: 1.6em;	
    COLOR: #666666;	        
    text-align:left;
    display:block;
    clear:left;
    padding: 0px 0px 10px 0px;
    margin: 0px;
}

#articlebody h4
{
    font-size:1.4em;
    color:Blue;
    font-family:Tahoma;      
    text-align:left; 
    display:block;
    clear:left; 
}

#articlebody div
{
    word-wrap: break-word;    
    text-align:left; 
}

#articlebody div p
{
    margin: 0px;
    padding: 0px 0px 10px 0px;
}
 /*
	BORDER-BOTTOM: #ccc 1px solid;
	PADDING-RIGHT: 12px;	
    PADDING-LEFT: 12px;	*/
    PADDING-BOTTOM: 0.5em;	
    PADDING-TOP: 0.5em;	
    margin-top: 43px;
    float: left;
    width: 100%;
    margin-bottom: 10px;		
    TEXT-ALIGN: right;
    min-height:10px;
}

.emalThisLnk
{
	float:left;
}

.printerFrnLnkTop
{
	float:left;
	margin-left:10px;
}

.printerFrnLnkBottom
{
	float:left;
	
}
#ArticleBodyTitle
{}
#InnerDvMainCnt
{}
#ArticleManinNav
{}
#OuterDvMainCnt
{}
#ArtFooter
{}
#Artmaincontent
{
	padding-left:20px;
	padding-right:12px;
}
#ArtHeader
{}
#ArticleBodyCnt
{}



#articlebodyFAQ
{
     word-wrap:break-word;    
     text-align:left;
     padding-Left:10px;    
     margin-Top:0px;
     margin-Bottom:0px;
     color:#444444;
}


#articlebodyFAQ h4
{
    font-size:1.2em;
    text-align:left; 
    padding: 0px 0px 10px 0px;
    margin: 0px;
}

#articlebodyFAQ A
{     
     color:#444444;
     font-weight:normal; 
}

#articleTOC 
{    
     word-wrap:break-word;    
     text-align:left;     
     width:100%;
     BORDER-BOTTOM: #ccc 1px solid;	
     BORDER-TOP: #ccc 1px solid;
     padding-bottom:5px;		    
     padding-Top:5px;
     float: left;
}

#articleTOCList 
{	
    PADDING-Left:18px;	   
}

#articleTOCList UL
{	
    PADDING-RIGHT: 0px;	
    DISPLAY: inline-block;	    
    LIST-STYLE-IMAGE: url(/Images/OL/Merchandising/Images/NoLoc/DownArrow.gif); 
    MARGIN: 0px;	    
    line-height:1.7em;
    padding:3px;
    font-size:1.2em;
}

.articleTOCTop
{
    PADDING-BOTTOM: 5px;	
    PADDING-TOP: 5px;	
    BORDER-BOTTOM: #ccc 1px solid;	
    TEXT-ALIGN: right;     
}

.articlePrintBarBottom 
{	MARGIN-TOP: 10px;
	CLEAR: both;	
    PADDING-RIGHT: 7px;	
    BORDER-TOP: #ccc 1px solid;	
    PADDING-LEFT: 7px;	
    PADDING-BOTTOM: 0.5em;	
    PADDING-TOP: 0.5em;	
    margin-top: 12px;
    margin-bottom: 30px;
    /*BORDER-BOTTOM: #ccc 1px solid;	Article Page Update*/
    TEXT-ALIGN: left;
 }
 
 .collapseblock
 {
    clear:left;
    float:left;
    width:95%;
    display:none;    
    font-size: 1.2em;
    padding-bottom: 10px;
    margin-left: 15px;
 }

/* Getting started & Recommendation style  starts*/

 .INTAGLIO_GS_MainDiv
 {
   margin:0px;
   padding:14px; 
   background: #FFFBE3;
 }
 
 .INTAGLIO_Rec_MainDiv
 {    
    clear:both;
    width:100%;
    padding-Top:10px;
    float:left;    
 }

.Recommendation
{
   padding: 0px 10px 10px 10px;
   /*Background-color:#fffbe3;
   border-color:#fed372;
   border-style:solid;
   border-width:1px;*/
   height:100%;
   padding-left:15px;
}

.oddRecommendation
{
    float:left;    
    margin-left:0px;
    /*margin-bottom:10px;*/
    padding-bottom:10px;
    word-wrap: break-word;
    clear:left; 
}


.evenRecommendation
{
    float:right;    
    /*margin-bottom:10px;*/
    padding-bottom:10px;
    word-wrap: break-word; 
    clear:right;      
    
}

.RecommendationsTitle
{
    color:#444444;
    font-family:Verdana;
    margin:5px;
    /*font-size:1.8em;*/
    font-size:1.3em;
    white-space:normal;    
    word-wrap: break-word;
    /*padding-top:15px;
    padding-bottom:10px;*/
    margin:0px;
    padding:0px;
    padding-bottom:5px;
    font-weight: bold;
}

.RecommendationSubTitle
{
    margin:0;
    font-family:Verdana;
    font-size:1.1em;
    padding-bottom:5px;   
}

.RecommendationSubTitle a
{
  color:#0066a7;
  text-decoration:none;
}

.RecommendationSubTitle  a:visited 
{
  color: #0066a7;
  text-decoration:none;
}

.RecommendationsDesc
{
    color:#444444;
    font-family:Verdana;
    font-size:1.1em;  
    /*margin:5px;
    margin-bottom:15px;*/
    padding-left:0px;
    padding-bottom:15px;
    white-space:normal;    
    word-wrap: break-word;
   /* padding-bottom:20px;  */  
}
.RecommendationImg
{
   float:left;
   margin:5px;
   margin-bottom:20px;
   padding-right:10px;    
}
.RecommendationLinks
{
   float:left;
   color:#444444;
   font-family:Verdana;
   font-size:1.1em;
   width:80%; 
   _clear:right; /*BugFix:48874*/
   padding-bottom:1px;
}

.RecommendationSignUp
{
   clear:left;
   padding-top:10px; 
}

/* Getting started & Recommendation style  Ends*/

.Resourcecontainer 
{
  background:#ccc; 
  color:#fff; 
  margin:0 15px;
}

#ResourceCenterTileTitle 
{
  float:left;
  margin-Left:10px;  
  color:#555;
  font-family:Tahoma;
  font-weight:bold;
  font-size:1.3em;
}

 
 /* Welcome page style  starts*/
		
		#INTAGLIO_WelcomePageBody
		{
		    padding-Top:62px;
		    padding-left:69px;
		    width:820px;	 	    
		    float: left;
		    clear: both;   
		}
		
		#INTAGLIO_WelcomePageContainer
		{
		    float: left;
		    width: 100%;
		    background-color:#fefbef;
		        
		}
		
		#INTAGLIO_WelcomePage
		{		 
		  margin-left:30px;
		  margin-top:25px;
		  /*background-image:url("/Images/OL/Merchandising/Images/NoLoc/grad_box1.gif");
		  background-position:left;
		  background-repeat:repeat-x;
		  background-color:#fdfae4;	*/	  	    
		}
				 
		
		#INTAGLIO_WelcomeImage
		{
		   width:15%;
		   margin-right:25px;
		   float:left;
		}
		
		#INTAGLIO_WelcomeDetails
		{
		    float:left;
		    width:600px;
		    padding-bottom:20px;
		}
		
		#INTAGLIO_WelcomeFeatureList
		{
		   width:600px; 
		}
		
		#INTAGLIO_WelcomeFeatureList #INTAGLIO_FeatureHeading
		{
		   width:100%; 
		}
		
		#INTAGLIO_WelcomeFeatureList .INTAGLIO_Feature A
		{
		   color: #468ac5;
		   font-size:1.4em;
		   font-weight:normal;	
		}
			
		
		#INTAGLIO_WelcomeDetails #INTAGLIO_WelcomeFeatureList TD
		{
		   Padding-Top:0px; 
		}		
		
		#INTAGLIO_WelcomeDetails #INTAGLIO_WelcomeFeatureList IMG
		{
		   Padding-Top:2px; 
		}		
		
		#INTAGLIO_WelcomePageTitle H1
	    {
	        font-family:Verdana;
	        font-weight:Bold;
	        color:#444444;
	        font-size:1.7em;	
	        margin-bottom:10px;             
	    }
        
        #INTAGLIO_WelcomePageDesc
        {
            clear:left;font-family:verdana;font-size:1.3em;
            padding-bottom:15px;
        }

        #INTAGLIO_WelcomePageGetStartedBtn
        {
          clear:left;
          margin-bottom:50px;          
        }
        
        
        #INTAGLIO_WelcomePageGetStartedBtn .Button
        {                   
          background-color:#acdcf7;
	      background-image:url("/Images/OL/Merchandising/Images/NoLoc/btn_default_rest.gif");
          background-repeat:repeat-x; 
          padding: 5px;
        }  
        
       
        #INTAGLIO_WelcomePageGetStartedBtn .ButtonText
        {
             font-size:1.3em;
             font-weight:normal;
             padding: 0px;           
        }
        
        
        .INTAGLIO_SeparatorGray
        {
          /*Margin-top:28px;*/
          Margin-top:50px;
          Margin-bottom:20px;
          clear:left;
          BORDER-BOTTOM: #ccc 1px solid ;          
        }            
        

/* Welcome page style  Ends*/


/* Splash page style  starts*/
		
		#SplashPage
		{		 
		  margin-left:30px;
		  margin-top:25px;		  
		  background-position:left;
		  background-repeat:repeat-x;
		  background-color:#fdfae4;		  	    
		}
				 
		
		#SplashImage
		{
		   width:15%;
		   margin-right:25px;
		   float:left;
		}
		
		#SplashDetails
		{
		    float:left;
		    width:525px;
		    margin-left:25px;
		}
		
		#SplashFeatureList
		{
		   width:600px; 
		}
		
		
		#SplashDetails #SplashFeatureList TD
		{
		   Padding-Top:0px; 
		}
		
		
		#SplashDetails #SplashFeatureList IMG
		{
		   Padding-Top:2px; 
		}
			
				
		#SplashDetails #FeatureHeading A
		{
		   color: #468ac5;
		   font-size:1.4em;
		   font-weight:normal;		   
		}
		
		#SplashDetails #FeatureDescription A
		{
		   color: #468ac5;
		   font-size:1.1em;
		   font-weight:normal;	 
		}
				
		
		#SplashTitle
		{
		    float: left;
		    width: 100%;
		    clear: both;
		    padding: 0px 0px 6px 0px;
		    }
		
		.SplashPageContainer
		{
		   /* margin-left:69px;*/
		    width:820px;
		}
		
		#SplashTitle H1
	    {
	        font-family:Verdana;
	        font-weight:Bold;
	        color:#444444;
	        font-size:1.6em;	
	        /*margin-bottom:10px; */            
	    }
        
        #SplashPageDesc
        {
            clear:left;font-family:verdana;font-size:1.3em;
            padding-bottom:15px;
        }

        #SplashPageGetStartedBtn
        {
          clear:left;          
        }
        
        .SeparatorGray
        {
          Margin-top:28px;
          Margin-bottom:20px;
          clear:left;
          BORDER-BOTTOM: #ccc 1px solid ;          
        }
        #SplashPageGetStartedBtn .ButtonText
        {
             font-size:1.1em;
             font-weight:normal;           
        }
        
        
        .SplashPageBackground
         {
            background-color:#ffffff;
            /*padding-left:10px;
            padding-Top:15px;      */  
            font-family:Verdana;    
            text-align: left;
         }
         
         #SplashTitle
         {
             /*padding-top:20px;*/
             font-size:1.6em;
             font-weight:bold;
         }
         
         #SplashTitle #Superscript_Text       
         {
            font-size:.8em;
            color:#66aa44;
            margin-left:5px;           
         }
         
         #SplashDesc
         {
           /*padding-top:10px;
           *padding-top:0px;
           _padding-top:0px;*/
           font-size:1em;
           clear:left;
           float: left;
           width: 100%;
           _padding: 0px 0px 0px 3px;
           *padding: 0px 0px 0px 3px;
           
         }
         
         #SplashDesc UL
         {
           margin: 0px 0px 0px 17px;
           padding: 0px 0px 15px 0px;
         }         
         
         #SplashSubTitle
         {
            font-weight:bold;
            font-size:.7em;
            color:#ffaa59;
            font-family:Verdana;
            line-height:normal; 
            padding-bottom:15px;
         }
         
         #StoreMangerImage
         {
            float: left;
            width: 100%;
            padding-bottom:20px;
         }  
         
         
         #StoreManagerDesc
         {
            /*padding-top:15px;*/    
            /*font-size:1.1em;*/
            margin-bottom:15px;
            float: left;
            width: 100%;  
         }
         
         #StoreManagerDesc  .INTAGLIO_FeatureList_Title
         {
            font-weight:Bold;
            font-size:1.1em;
            color:#444444;
            font-family:Verdana;
            margin-left:auto; 
         }
         
          #StoreManagerDesc  .INTAGLIO_FeatureTitle
         {
            font-weight:bold;
            font-size:1.1em;
            color:#ffaa59;
            font-family:Verdana;
            line-height:normal;
            margin-bottom:5px;
             
         }
         
         #StoreManagerDesc  .INTAGLIO_FeatureDescription
         {            
            font-size:1em;
            font-weight:normal;
            color:#444444;
            font-family:Verdana;            
         }                          
         
        /* #StoreManagerDesc #FeatureList 
         {            
            font-weight:Bold;
            font-size:14px;
            color:#444444;
            font-family:Verdana;
            margin-left:auto;                      
         }*/ 
         
         #StoreManagerDesc #FeatureHeading 
         {            
            font-weight:normal;
            font-size:1.2em;
            color:#444444;
            font-family:Verdana;
            line-height:16px; 
            width:100%;           
         }        
         
         #StoreManagerDesc #FeatureHeading  SPAN
         {            
            font-weight:bold;
            font-size:1.2em;
            color:#ffaa59;
            font-family:Verdana;
            line-height:16px;            
         }         
         
         #SplashButton
         {
            padding-bottom:15px;
            float:left;
            width:auto;
         }
         
         #SplashButton .Button
         {
             padding:0px;
         }
         
         #SplashButton .Button .ButtonText
         {
             font-size:1em;
             font-weight:normal;
             /*line-height:5pt;*/
             line-height:normal;             
         }
         
         #Information
         
         {
            padding-top:15px;
            font-size:1.1em;
            font-weight:bold;
         }

/* Splash page style  Ends*/



/* Engagement Style starts */

  .INTAGLIO_ET_BOX  
  {   
    width:100%;      
  }
  
   .INTAGLIO_ET_BOX  .INTAGLIO_Grad_Box_lft_blk_ver_li
  {   
    *padding-bottom:8px;
    _padding-bottom:0px;            
  }
  
  
  #EngagementTitle
  {
    padding:5px;
  }
  
  .ET_Outer_container
  {
   text-align:center;  
  }
  
  .ET_Inner_container   
  {
    margin-left:0px;   /* IE 6 */
    margin-right:10px;
    _margin-right:0px; /* IE 6 */
    float:Left;
    v-align:top; 
    text-align:center ;
    width:100%;
  }
  .ET_Inner_container_Position_Left   
  {
    margin-left:0px;   /* IE 6 */
    margin-right:0px;
    float:Left;
  }
  .ET_Inner_Text_Left
  {
    float:left;
    text-align:left;
  }
  .ET_Inner_Text_Right
  {
    float:Left;
    text-align:left;
    width:80%;
  }
    
  .ET_Inner_container_Position_Right   
  {
    margin-left:0px;   /* IE 6 */
    margin-right:10px;
    _margin-right:0px; /* IE 6 */
    float:Right;
  }
  .INTAGLIO_Home_ETile
  {
    margin-top:10px;
    width:100%; 
    float: left;
  }

/* Engagement Style ends */


/* Resource Center Tile styles  starts*/

.INTAGLIO_RC_BOX
{
  width:100%;    
}

.INTAGLIO_RCTile_Container
{
   /*width:30%;*/
   border:#e5e8eb 1px solid;
   font-size:1em;
   margin-left:0px;
   margin-right:0px;
   margin-top:0px;
   margin-Bottom:0px;
   /*margin-Top:10px; */
  /* width:90%;*/
   
}

.INTAGLIO_RCTile_Title
{    
    background-color:#E9F2F7;
    font-weight:normal; 
    padding:3px;
    padding-left:4px;
    font-size:1.2em;  
}

.INTAGLIO_RC_Content
 {
    Padding-right:3px;
    padding-left:0px;
    padding-top:10px;
    padding-bottom:10px;    
 }
 
 div .INTAGLIO_RC_Content ul
 {    
  margin:0px;
  padding:0px;
 }
 
 .INTAGLIO_RC_Content_List
 {
    Padding-right:3px;
    padding-left:25px;
    padding-top:10px;
    padding-bottom:10px;
    font-size:1.1em;    
 }
 
 div .INTAGLIO_RC_Content_List ul
 {    
  margin:0px;
  padding:0px;
  line-height: 1.7em;
 }
 

.INTAGLIO_RCTile__Plain
{  
  font-weight:bold;
  font-size:1.3em;
}


.INTAGLIO_RCTile_Cnt_Gray
{
   /*width:30%;*/
   border:#ebe9ea 1px solid;
   font-size:0.9em;
   margin-left:0px;
   margin-right:5px;
   /*margin-Top:10px; */
}

.INTAGLIO_RCTile_Gray_Title
{    
    Border-Bottom:#ebe9ea 1px solid;
    background-color:#f2f2f2;
    font-weight:bold; 
    padding:3px;  
}



/* Resource Center Tile styles  Ends*/



/*  signIn  Style starts */

A#INTAGLIO_SignIn 
{	
    font-family:Verdana;
    font-size:1em;
    font-weight:bold;
    text-decoration:none;
    color: #444444;    
} 
div#INTAGLIO_SignInDivMain
{
   float:right;
   background-color:#b7d8ed;
   margin-right:18px;
   border:1px;      
   width:77px; 
   padding:1px;
   white-space: nowrap;
  
   /*float:none;
   background-color:#b7d8ed;   
   border:1px;      
   min-width:100px; 
   padding:0px; 
   display:block;
   margin:auto;
   margin-left:5px;
   background-image:url(/Images/OL/Merchandising/Images/NoLoc/btn_signin_bg.png);
   background-repeat:no-repeat;
   border-color:#4a95c9;
   border-style:solid;
   display:block; */
   
}


div#INTAGLIO_SignInDiv
{
   margin-right:0px;
   background-image:url(/Images/OL/Merchandising/Images/NoLoc/btn_signin_bg.gif);
   /* background-image:url(/Images/OL/Merchandising/Images/NoLoc/btn_signin_bg.png);*/
   background-repeat: repeat-x;
    padding-Top:5px;
    padding-Bottom:5px; 
    padding-right:12px;
    Padding-Left:12px;
   border: 1px solid #f1f1f1;
   text-align: center;
}

/*  signIn  Style Ends */


/* Header Style Starts  */

	#HeadSection H1
	{
	    font:normal normal normal 2.0em Verdana, sans-serif;
	    font-weight:bold;
	}
	
	
	#INTAGLIO_Head {

		float:left;
		width:100%;		
		display:block;
		background-color: #fff9d9; /*#fff9d9*/
	    background-image : url(/Images/OL/Merchandising/Images/NoLoc/grad_header.gif);
		background-repeat:repeat-x;
		border-bottom-color:#fee2ad;
		border-bottom-style:solid;
		border-bottom-width:1px;
		min-height:81px;
	}
	
	
	/*#headWithOutBredcrum
	{
	    float:left;
		width:100%;		
		display:block;
		background-color: #fff9d9; 
	    background-image : url(/Images/OL/Merchandising/Images/NoLoc/grad_header.gif);
		background-repeat:repeat-x;
		border-bottom-color:#fee2ad;
		border-bottom-style:solid;
		border-bottom-width:1px;
		height:81px;
	}*/
	
	
    #INTAGLIO_HeadContainer
    {        
        margin:0 auto;
        /*background-color:#678fc2;*/
        font-size:1.1em;
        float:left;
        
    }
    
    #INTAGLIO_Head_LS_container
    {
        float:left;
        width:45%;        
    }
    
    #INTAGLIO_Head_RS_Container
    {
         float:right;  
         width:53%;
         padding-right:15px;
         _padding-bottom:15px; /*Fix_IE6 signupbutton_Header*/
    }
    
    #INTAGLIO_Serach_MainDiv
    {
        margin-top:10px; 
        /*margin-top:14px;*/
        margin-right:15px;
        float:right;
        *margin-right:-4px; /*IE7 Fix */
        _margin-right:-4px; /*IE6 Fix */    
    }
      
    
    #INTAGLIO_Serach_MainDiv #WLSearchBoxDiv table
    {
       cellpadding=0px;
       cellspacing=0px;
       width:322px;        
    }  
    
    
    #INTAGLIO_Search_Placeholder_td1 
    {
      width: 100%; 
      border:#ccc 1px solid;
      border-right-style: none;
      border-width:0px;        
    }
    
    #INTAGLIO_Search_Placeholder_td1 #WLSearchBoxInput
    {
        padding:0;
        background-position: right;
        background-repeat: no-repeat;
        height: 20px; 
        width: 100%;         
        font-size:12px;
        border:#ccc 1px solid;
        float: right;
        
    }
    
    #INTAGLIO_Search_Placeholder_td2 
    {
      border:#ccc 1px solid;
      border:0px;       
    }
    
    #INTAGLIO_Search_Placeholder_td2 #WLSearchBoxButton
    {
       padding:0;
       border-style: none;
       float: right;    
        
    }
    
    #INTAGLIO_Search_Button
    {
       padding:0;
       border-style: none;     
    }   
    
    #INTAGLIO_Search_Input
    {
        padding:0;
        background-position: right;
        background-repeat: no-repeat;
        height: 19px; 
        width: 100%; 
        border:none 0 Transparent;        
    }
    
    #INTAGLIO_Micro_Nav_MainDiv
    {
        float:Left;
        clear:left;
        width:100%;
        margin-Top:-12px;        
    }
    
    #INTAGLIO_Micro_Nav_SubDiv
    {
        Float:left;
        width:100%;
    }
    
    #INTAGLIO_Micro_Nav_SubDiv UL
    {
       margin: 10px 0px 0px 0px;
       padding: 0px 0px 0px 15px;
    }
    
    
    #INTAGLIO_Micro_Nav_SubDiv #INTAGLIO_Micro_Nav_LastItem
    {
        display:inline;
        Padding-Right:0px;
        color: #444444; /* bugfix: 51058*/
    }
    
    #INTAGLIO_Micro_Nav_SubDiv #INTAGLIO_Micro_Nav_Item
    {
        display:inline;
        Padding-Right:0px;
    }
    
    #INTAGLIO_Member_Text_MainDiv
    {
       float:right;
       margin-right:0px;
       margin-top:4px; 
       width:60%;/*BugFix:49068 and 63564*/
       text-align:right;
    }
    
    #prehead
    {
        WIDTH: 990px;	
        ZOOM: 1;
    }
    
    #prehead a
    {
        color:#d6e7f4;
        text-decoration:none;
    }
    #prehead a:visited {
		text-decoration:none;
	}
	#prehead a:hover {
		text-decoration:underline;
	}
	#prehead a:active {
		text-decoration:underline;
	}
	#prehead span
	 {
	    
	    PADDING-RIGHT: 15px;	
        PADDING-LEFT: 15px;	
        FLOAT: left;	
        PADDING-BOTTOM: 0px;	
        PADDING-TOP: 5px
	 }
	 
	 .spanright
	 {
	    
	    PADDING-LEFT: 19px;	
        PADDING-RIGHT: 19px;	        
        FLOAT: left;	
        PADDING-BOTTOM: 0px;	
        PADDING-TOP: 5px
	 }
	
	#headerlogo
	{
	    border:none;padding-top:9px;padding-left:33px;
	}
	#headerbase
	{
	    clear:both;
	    width:990px;
	    margin:0 auto;
	    background-image: url(/Images/OL/Merchandising/en/us/Portal/Home/t_container.gif);
	    float:left;
	}
	.bluebar
	{	    
	    float:left;
	    width:970px;
	    margin:0px 10px;
	    background-position: 50% bottom;	
	    background-image: url(/Images/OL/Merchandising/en/us/Portal/Home/bg_navcon.gif);	
	    background-repeat: repeat-x;	
	    background-color: #cbe0fd;
	    padding:0px;
	}
    /*
	*  Header
	*************************************************/   
    
    #LiveSearch
    {
       float:right;
       margin-left:400px;
       margin-top:20px;        
    }
    
    .efpSf 
    {
       MARGIN: auto;
    } 
    
    #header_container TABLE 
    {
        FONT-FAMILY: Verdana, Arial, sans-serif;
    } 
    
    .efpSc 
    {
     DISPLAY: inline;
    } 
    
     #header_container TR 
     {
       FONT-FAMILY: Verdana, Arial, sans-serif;
     } 
     
     #header_container TD 
     {
      FONT-SIZE: 100%;	FONT-FAMILY: Verdana, Arial, sans-serif;
     } 
     
     #header_container INPUT 
     {
       FONT-SIZE: 100%;	FONT-FAMILY: Verdana, Arial, sans-serif;
     } 
     
     .efpSc DIV.efpHl 
     {
       /* BORDER-RIGHT: #ccc 1px solid; 
        BORDER-TOP: #ccc 1px solid;	
        MARGIN: 1px;	
        BORDER-LEFT: #ccc 1px solid;	
        BORDER-BOTTOM: #ccc 1px solid;*/	
        WHITE-SPACE: nowrap;
       
     } 
     .efpSc DIV.efpHl SPAN 
     {
       BORDER-RIGHT: #ccc 1px solid;	
       BORDER-TOP: #ccc 1px solid;	
       DISPLAY: block;	
       VERTICAL-ALIGN: middle;	
       BORDER-LEFT: #ccc 1px solid;	
       BORDER-BOTTOM: #ccc 1px solid;
     } 
     .efpSc .go 
     {
        MARGIN: 0px;	
        VERTICAL-ALIGN: top;	
        HEIGHT: 20px;
     } 
     .efpSc .q 
     {
        BORDER-RIGHT: #4b7c9f 1px solid;	
        PADDING-RIGHT: 4px;	
        BORDER-TOP: 0px;	
        PADDING-LEFT: 4px;	
        PADDING-BOTTOM: 0.35em;	
        MARGIN: -1px 0px;	
        VERTICAL-ALIGN: top;	
        BORDER-LEFT: 0px;	
        WIDTH: 15.0em;
        height:20px;	
        PADDING-TOP: 0.3em;	
        BORDER-BOTTOM: 0px;	
        BACKGROUND-COLOR: white;
        Width:350px;
        border-bottom-style:solid;
     } 
     
     #header .MeSection 
     {
        FLOAT: right;	
        MARGIN: 2px 8px 0px 0px;	
        WIDTH: auto;	
        WHITE-SPACE: nowrap;	
        HEIGHT: 50px;	
        TEXT-ALIGN: right;
      } 
     #header .MeSection .sme 
     {
        PADDING-TOP: 16px;
     } 
     
     #header_container A 
     {
        TEXT-DECORATION: none;
     } 
     
     #header .MeSection A 
     {
       COLOR: #ffffff;	
       WHITE-SPACE: nowrap;
     } 
     
     A IMG 
     {
       BORDER-TOP-STYLE: none;	
       BORDER-RIGHT-STYLE: none;	
       BORDER-LEFT-STYLE: none;	
       BORDER-BOTTOM-STYLE: none;
     } 
     
     #header .MeSection A.ppl IMG 
     {
        MARGIN-LEFT: 4px;	
        VERTICAL-ALIGN: middle;
     } 
     
     #header .BrandSection 
     {
        MARGIN-TOP: 2px;	
        FLOAT: left;	
        WHITE-SPACE: nowrap;	
        HEIGHT: 50px;	
        TEXT-ALIGN: left;
     } 
     
         
     #header .BrandSection DIV.Product 
     {
        MARGIN-TOP: 11px;	
        DISPLAY: inline-block;	
        PADDING-LEFT: 4px;	
        FONT-SIZE: 1.7em;	
        VERTICAL-ALIGN: top;	
        LINE-HEIGHT: 24px;	
        FONT-FAMILY: Verdana, Arial, sans-serif;
      }        
	

	
	#OL_Header
	{
	    float:left;	    
	}
	
	#INTAGLIO_Head_Prod_Img
	{
	 float:left;
	 margin:15px;
	 margin-top:10px;
	}

/* Header Style Ends



/* Breadcrumb_Bar Style Starts */
	
	#INTAGLIO_Breadcrumb_Bar 
	{
		font-size:100%;
		margin:20px 0px 0px 0px;
		padding:3px 0 3px 8px;
	}
	
	#INTAGLIO_Breadcrumb_Bar a, #INTAGLIO_Breadcrumb_Bar span 
    {  
        /* Configurable by authors (see section 2.2.1 of V3 templates & schema spec
			font-weight:bold;*/
			color:#333;
	}
	.INTAGLIO_Breadcrumbarrow 
	{
      vertical-align :top;
	  margin :3px 12px 0px 13px;
	}

/* Breadcrumb_Bar Style Ends */


/* Rounder Corner Box style starts */

 .GradBox_FL_Body
 {
    background-image:url(/Images/OL/Merchandising/Images/NoLoc/grad_box1.gif);
    background-repeat:repeat-x; 
 }

 .INTAGLIO_Grad_Box_rt_Upr_cnr
 {
    margin-right :2px;
    _margin-right :8px;
    background-image:url(/Images/OL/Merchandising/Images/NoLoc/white_right_Upper_corner.png);
    background-position:right top ;
    _background-position:right top ;
    background-repeat:no-repeat;
    height:10px;
 }
 
 
 /* IE6 Only */
   * html #INTAGLIO_Grad_Box_rt_Upr_cnr 
    {
        margin-right :8px;
    }    
    
 
 .INTAGLIO_Grad_Box_lft_Upr_cnr
 {
    margin-left :0px;
    margin-right :18px;
    _margin-right :7px;
    background-image:url(/Images/OL/Merchandising/Images/NoLoc/white_lft_upper_corner.png);
    background-position:0% 5%; 
    background-repeat:no-repeat;
    height:10px    
 }

 .INTAGLIO_Grad_Box_Bg_blk_li_top  
 {
    width:100%;
    margin-left :6px;
    background-image:url(/Images/OL/Merchandising/Images/NoLoc/Bg_black_line_top.gif);
    background-position:1% 5%; 
    background-repeat:repeat-x;  
    height:10px 
  
 }
 .INTAGLIO_Grad_Box_rt_li_shadow
 {
    
    width:100%;
    background-image:url(/Images/OL/Merchandising/Images/NoLoc/rt_side_line_shadow_slice.png);
    background-position:100% 100% ; 
    background-repeat:repeat-y;
    float: left;
 }
 
 .INTAGLIO_Grad_Box_lft_blk_ver_li
 {
    width:96%;
    height:100%; 
    background-image:url(/Images/OL/Merchandising/Images/NoLoc/Bg_black_line.gif);
    background-position: 1px 0px ; 
    background-repeat:repeat-y;    
    float: left;
 }
 
 .INTAGLIO_Grad_Box_lft_Btm_cnr
 {
    background-image:url(/Images/OL/Merchandising/Images/NoLoc/white_lft_btm_corner.png);
    *background-position:Top 3px;
    background-repeat:no-repeat;
 }
  
 
 .INTAGLIO_Grad_Box_rt_Btm_cnr
 {
    background-image:url(/Images/OL/Merchandising/Images/NoLoc/white_right_bottom_corner.png);
    background-position:right -5px; 
    background-repeat:no-repeat;
    
 }
 
 .INTAGLIO_Grad_Box_Btm_li_shadow
 {
    height:25px;
    margin-left :11px;
    margin-right:11px;
    background-image:url(/Images/OL/Merchandising/Images/NoLoc/btm_line_shadow_slice.png);
    background-position:Left 3px; 
    background-repeat:repeat-x;    
 }
 
 
 .INTAGLIO_Grad_Box_Contetnt
 {
    Padding-left:10px;
    padding-right:5px;    
 }
 
 .Blue_FL_GradBox_Body
 {
    background-image:url(/Images/OL/Merchandising/Images/NoLoc/grad_box2.gif);
    background-repeat:repeat-x;
    background-color:#faf6de;  
 }
 
/* Rounded Corner Box style Ends */



/* Rounder Corner Box with Line under the image starts */

  .Adv_FL_GradBox_Body
  {
    /*background-image:url(/Images/OL/Merchandising/Images/NoLoc/grad_box1.gif);
    background-repeat:repeat-x;
    background-color:#faf6de;*/
    background-color:#fefbef;
    margin-top:0px;
    float: left;
  }

 .INTAGLIO_Adv_Grad_Box_rt_Upr_cnr
 {
    margin-right :3px;
    *margin-right :2px;
    background-image:url(/Images/OL/Merchandising/Images/NoLoc/yellow_right_Upper_corner.png);
    background-position:right top ; 
    background-repeat:no-repeat;
    height:20px
 }
 
 
 .INTAGLIO_Adv_Grad_Box_lft_Upr_cnr
 {
    margin-left :24px;
    margin-right :18px;
    _margin-right :12px;
    background-image:url(/Images/OL/Merchandising/Images/NoLoc/yellow_lft_upper_corner.png);
    background-position:0% 5%; 
    background-repeat:no-repeat; 
    height:20px   
 }

 .INTAGLIO_Adv_Grad_Box_Bg_blk_li_top  
 {
    width:100%;
    margin-left :6px;
    background: #fefbef;
    background-image:url(/Images/OL/Merchandising/Images/NoLoc/Bg_black_line_top.gif);
    background-position:right top; 
    background-repeat:repeat-x;  
    height:20px 
  
 }
 .INTAGLIO_Adv_Grad_Box_rt_li_shadow
 {
    
    width:100%;
    background-image:url(/Images/OL/Merchandising/Images/NoLoc/rt_side_line_shadow_slice.png);
    background-position:100% 100% ; 
    background-repeat:repeat-y;
    margin-top:0px;    
    float: left;
 }
 
 .INTAGLIO_Adv_Grad_Box_lft_blk_ver_li
 {    
    background-image:url(/Images/OL/Merchandising/Images/NoLoc/Bg_black_line.gif);
    background-position: 25px 10px ; 
    background-repeat:repeat-y;
    float: left;
    width: 587px;
    *width: 588px;
 }
 
 .INTAGLIO_Adv_Grad_Box_lft_Btm_cnr
 {
    background-image:url(/Images/OL/Merchandising/Images/NoLoc/yellow_lft_btm_corner.png);
    *background-position:Top 3px;
    background-repeat:no-repeat;
    margin-left:26px;
    *margin-left:23px;
    _margin-left:23px;
 }
 
 #INTAGLIO_ET_Grad_Box_lft_Btm_cnr
 {
     margin-left:2px;
    *margin-left:0px;
    _margin-left:0px;
 }
 
 #INTAGLIO_RC_Grad_Box_lft_Btm_cnr 
 {
     margin-left:2px;
    *margin-left:0px;
    _margin-left:0px;
 }
 
 .INTAGLIO_Adv_Grad_Box_rt_Btm_cnr
 {
    background-image:url(/Images/OL/Merchandising/Images/NoLoc/right_bottom_corner.png);
    background-position:right -5px; 
    background-repeat:no-repeat;    
    
 }
 
 .INTAGLIO_Adv_Grad_Box_Btm_li_shadow
 {
    height:25px;
    margin-left :11px;
    margin-right:11px;
    background-image:url(/Images/OL/Merchandising/Images/NoLoc/line4px.gif);
    background-position:top left; 
    background-repeat:repeat-x;    
 }
 
 
 .INTAGLIO_Grad_Box_Contetnt
 {
    Padding-left:10px;
    padding-right:5px;
    font-size:1.1em;
 }
 
 .INTAGLIO_FL_Bg_Cover
 {
   height:100%;
   background-position:left;
   background-image : url(/Images/OL/Merchandising/Images/NoLoc/Bg_black_line_cover.gif);
   background-repeat:repeat-y;
   float: left;
 }
 
 .Adv_Blue_FL_GradBox_Body
 {
    /*background-image:url(/Images/OL/Merchandising/Images/NoLoc/grad_box2.gif);
    background-repeat:repeat-x;
    background-color:#dcebfc;*/
    background-color:#fefbef;
    margin-top:0px;
    float: left;
 }
 
 .INTAGLIO_Adv_Grad_Box_Contetnt
 {
    padding: 0px 15px 20px 0px;
    _padding: 0px 15px 0px 0px;
    *padding: 0px 15px 0px 0px;
 }
 
 .INTAGLIO_Adv_Grad_Box_Contetnt .INTAGLIO_FeatureList_Title
 {
    Margin-Left:45px;
    font-size:2em;    
 }
  
/* Rounder Corner Box with Line under the image ends */



 /*	Feature list Style Starts  */

.INTAGLIO_FeatureList
{
 Margin-Left:45px;
 margin-Bottom:20px;
 font-family:Verdana;
 font-size:2em;
 font-Weight:bold;
 color:#444444;
}

.INTAGLIO_FeatureList_Title
{
   margin-Bottom:20px;
   font-family:Verdana;
   font-size:2em;
   font-Weight:bold;
   color:#444444;
    
}

.INTAGLIO_FeatureListLink
{
   margin: 0px 0px 0px 80px;   
   _margin: 0px 0px 0px 40px;   
   padding: 0px 0px 10px 0px;
   font-family:Verdana;
   font-size:1.4em;
   font-Weight:bold;
   color:#0066a7;   
   float: left;
}

.INTAGLIO_FeatureListLink  A
{
  background-image:url(/Images/OL/Merchandising/Images/NoLoc/arrow_double.png);
  background-position:left 2px;
  background-repeat:no-repeat;
  padding-left:15px;  
}

.INTAGLIO_FeatureText
{    
    /*Padding-left:45px;*/
    font-size:1.3em;
    float: left;
    width: 450px;
    padding: 0px 0px 0px 0px;
}

.INTAGLIO_FeatureHeading
{     
   /*width:69%;*/
   word-wrap:break-word;     
}

H1.INTAGLIO_FeatureHeading 
{
   font-family:Verdana;
   font-weight:Bold;
   font-size:1.4em;
   color:#0066a7;
   margin-bottom:2px;   
   margin-top: 0px;
}

.INTAGLIO_FeatureDescription
{
   font-family:Verdana;   
   font-size:1.3em;
}

.INTAGLIO_Feature 
{
	clear:left;
	padding-bottom:20px;
	width:100%;
	float: left;
}

.INTAGLIO_FeatureImg
{
    float:left;    
	padding-right:8px;
}

.INTAGLIO_Feature IMG
{	
	float:left;
	clear:left;
}


.INTAGLIO_Feature .Icon 
{
    clear:both;
	position:relative;
	float:left;
	vertical-align:top;
}

.INTAGLIO_Standard .Name 
{
	font-weight:bold;
	margin:-2px 0px 0px 0px;
}

.INTAGLIO_Standard .Short_Description 
{
	padding:0px;
	margin:0px 0px 14px 0px;
}

.INTAGLIO_Feature .Learn_More_Link 
{
	color:#0088E4;
}

#INTAGLIO_Pillar_FeatureList
{
    float: left;
    width: 100%;
    }


/*	Feature list Style Ends */


/*product modules Style Starts*/


 .INTAGLIO_ProductBox
 {
    background-image:url(/Images/OL/Merchandising/Images/NoLoc/bg_offerings.png);
    background-repeat:no-repeat;
   /* background-repeat:repeat-y;*/
 }
 
.INTAGLIO_product
{
    
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    word-wrap: break-word;
   
    
}

.INTAGLIO_prod_Shrt_Desc
{
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    word-wrap: break-word;
    margin-bottom:20px;
    font-family:Verdana;
    font-size:1.5em;
    font-weight:normal;
    color: #444444;
    line-height:14pt; 
    width:60%;
}

.INTAGLIO_prod_Long_Desc
{
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    word-wrap: break-word;    
    font-family:Verdana;
    font-size:1.2em;
    font-weight:normal;    
    color: #444444;
    margin:10px;
    line-height:13px;
    
}

div .INTAGLIO_prod_Long_Desc P
{
  text-align :center;
  margin:5px; 
}

.INTAGLIO_Prod_logo
{
    margin-bottom:0px;    
}

.INTAGLIO_Prod_Btn_Main
{
    margin-bottom:20px;
    width:180px;
    margin-left:auto;
    margin-right:auto;  
}


.INTAGLIO_Prod_Btn_Main  .ButtonText
{
    font-size:2em;
    font-weight:normal;
    padding-top:2px;
}


.INTAGLIO_Prod_Lnk_Main
{  
  /*background-image:url(/Images/OL/Merchandising/Images/NoLoc/arrow_double.png);
  background-position:left top;
  background-repeat:no-repeat;*/
}

.INTAGLIO_Prod_Lnk_Main A
{
  font-size:1.4em;
  font-weight:bold;
  background-image:url(/Images/OL/Merchandising/Images/NoLoc/arrow_double.png);
  background-position:left 2px;
  background-repeat:no-repeat;
  padding-left:15px;  
  color: #0066A7;
}


.INTAGLIO_Prod_Lnk_Main A:hover
{
    color: #0066A7;
    text-decoration: underline;
    }
    
.INTAGLIO_SP_Prod_Main
{
 /* padding-left:116px;*/
 /* padding-right:116px;*/
 /* padding-top:0px; */
 /* background-image:url(/Images/OL/Merchandising/Images/NoLoc/splitter_bg.png);  */
  background-repeat:no-repeat;
  clear:left;
  height:100%;
  /*display:inline;*/
  /*Margin-top:71px;*/
  padding-top:40px;
  padding-bottom:50px;
  /* *padding-bottom:0px;   IE7 fix */
  /* _padding-bottom:0px;  IE6 fix */ 
  float: left;
  width: 100%;
}

.INTAGLIO_SP_Prod_Sub
{    
  /* Margin-top:71px;
   margin-right:28px;
   padding-left:20;
   padding-right:20;*/
  
   
   margin:0px;   
   padding:0px;
   width:790px;
   margin:0px auto;   
           
}

.INTAGLIO_SP_lft_Prod ,.INTAGLIO_SP_rgt_Prod
{
     width:380px;
     margin-left:auto;
     margin-right:auto;
     text-align:center;    
}

.INTAGLIO_SP_lft_Prod 
{     
    float:left;
}

.INTAGLIO_SP_rgt_Prod
{    
    float:right;    
}

.INTAGLIO_SP_Prod_Sep
{    
   float:left;
   width:28px;
}

.INTAGLIO_SP_Prod_AdImage
{
  clear:both;
  margin-top:35px;
  margin-left:116px;
  margin-right:116px;
  overflow:hidden;
  margin-left:auto;
  margin-right:auto;      
  text-align:center;
  float: right;
  *float: left;
  _float: left;
  width: 88%;
  *width: 100%;
  _width: 100%;
}
 
/*product modules Style Ends*/



/* Splitter Page Style Starts */

#SplitterpageBackground {
		margin:0px;
		padding:0px;
		text-align:center;	/*	IE will center page	*/		
	}

.Splitterpage {
	/*
	 *  center in browser, this method is used for IE 5.5's sake
	 *  http://bluerobot.com/web/css/center2.html
	 */
		width:960px;
		font-size:62.5%;    /*  width of page   */
		padding:0px;				
		text-align: left;
		margin-left: auto;	/*	center page in FF	*/
		margin-right: auto;
		margin-top:0px;
		background-color:#ffffff;
		border:1px;
		border-color:#c6ced2;		
		border-style:solid;
		border-top-width:0px;
		border-bottom-width:1px;				
				
	}
/* Splitter Page Style Ends */


/* Spitter Header Style Starts */

 #INTAGLIO_SP_HeadContainer
    {        
        margin:0 auto;
        /*background-color:#678fc2;*/
        font-size:1.1em;
        float:left;
        width:960px;
		/*font-size:62.5%;*/
    }
    
    
 .INTAGLIO_SignIn_Wrapper
 {
    clear:right;
    float:right;
    margin-right:0px;
    *margin-right:0px;
    _margin-right:0px;    
    margin-top:5px;
    *margin-top:5px;
    _margin-top:5px;
    width:100%;
    word-wrap:break-word;  
    padding-top:25px;  
 }    
    
 #INTAGLIO_SP_HeadContainer  #INTAGLIO_SignInDivMain    
  { 
   float:none;
   background-color:#b7d8ed;   
   border:1px;      
   _width:77px; 
   padding:0px; 
   display:block;
   margin:auto;
   margin-left:5px;
   background-image:url(/Images/OL/Merchandising/Images/NoLoc/btn_signin_bg.gif);
   background-repeat:repeat-x;
   border-color:#4a95c9;
   border-style:solid;
   display:block;  
   /*_margin-right:2px;Fix_IE6 signupbutton_Header*/
   /*_width:23%;Fix_IE6 signupbutton_Header*/
  }
   
    html>body #INTAGLIO_SignInDivMain
    {
       min-width: 77px;
       width: auto;
    }

 #INTAGLIO_SP_HeadContainer #INTAGLIO_Serach_MainDiv
 {
   /*margin-right:16px;*/
   margin-right:0px;
 }
    
 #INTAGLIO_SP_Head {

		float:left;
		width:100%;		
		display:block;
		background-color: #ffffff; /*#fff9d9*/
	    background-image : url(/Images/OL/Merchandising/Images/NoLoc/Portal_header_bg.png);
	    background-position:right 0px;
	    background-repeat:no-repeat;
		/*background-repeat:repeat-x;*/
		/*border-bottom-color:#fee2ad;
		border-bottom-style:solid;
		border-bottom-width:1px;*/
		min-height:81px;
	}
    
    
 #INTAGLIO_SP_Head_Prod_Img
	{
	 float:left;
	 margin:15px;
	 margin-top:10px;	 
	}
	
	#INTAGLIO_SP_Head_Prod_Img A
	{
	  cursor:pointer; 
	}
    

/* Spitter Header Style Ends */



/* Splitter Footer Style Starts */

#INTAGLIO_SP_Footer_Margin
{
     /*margin-top:30px;*/
     width:auto;
     background-color:#fffbe3;
     /*min-height:63px;*/
     padding-bottom:10px;
     clear:both;
     font-size: 1.1em;
         
}

#INTAGLIO_SP_FooterContent
	{
	     width:96%;
	    _width:auto;
	    *width:auto;
	    /*min-height:40px;*/    
	    margin:0px auto;
	    /*background-position: 50% bottom;*/
		background-image: url(/Images/OL/Merchandising/Images/NoLoc/Portal_footer_bg.png);
	    background-repeat:no-repeat;
		/*background-repeat: repeat-x;*/
		/*background-color: #dae9fe;*/
		float:left;
		padding-left:20px;
		padding-right:20px;
		padding-top:23px;
		/*margin-top:30px;*/	
	}
	
	
#INTAGLIO_SP_Footer_Top_Img
	{
	  /*clear:left;
	  overflow:hidden;
	  min-height:95px;
	  background-image:url(/Images/OL/Merchandising/Images/NoLoc/Header_Bg.gif);
	  background-repeat:no-repeat; */	 
	}
	
	
#INTAGLIO_SP_Footer
	{
	    /*background-image:url(/Images/OL/Merchandising/Images/NoLoc/grad_footer.gif);
	    background-repeat:repeat-x;*/
	    min-height:30px;	    
	}
	
#INTAGLIO_SP_Footer_FirstLnkSet
	{
	    float:left;	    
	    /*background-image:url(/Images/OL/Merchandising/Images/NoLoc/grad_footer.gif);
	    background-repeat:repeat-x;*/
	    /*max-width:65%;*/
	    width:65%;
	    _width:75%;
	    *width:75%;
	    padding-right:10px;
	    word-wrap:break-word;  
	}
	
#INTAGLIO_SP_Footer_FirstRgtLnkSet
	{
	   float:right;
	   /*background-image:url(/Images/OL/Merchandising/Images/NoLoc/grad_footer.gif);
	   background-repeat:repeat-x;*/
	   word-wrap:break-word;
	   width:20%;	    
	}
	
#INTAGLIO_SP_Footer_SecLnkSet
	{
	   clear:left;	   
	   display:block;
	   /*max-width:65%;*/
	   width:65%;
	   padding-right:10px;
	   word-wrap:break-word;
	   
	   /*background-image:url(/Images/OL/Merchandising/Images/NoLoc/grad_footer.gif);
	   background-repeat:repeat-x;*/	    
	}
	

/* Splitter Footer Style Ends */


/* Button Style starts  */

.INTAGLIO_btn_Main
{
    max-width:250px;
    word-wrap:break-word;
}

.INTAGLIO_btn_Sub
{
   border:1px solid #707070;
   margin:1px;
   padding:1px;
}

.ButtonText 
{
    line-height:1.3em;
    display:block;
    padding-left:8px;
    padding-right:8px;
    padding-Top:4px;
    padding-bottom:4px;       					
    margin:0px;
    color:#444444;
    font-weight:bold;
    font-size:1.5em;
    					
 }


.Button {		
	text-decoration:none;
    cursor:pointer;	
	display:block;	
	background-color:#6cbb48;
	background-image:url("/Images/OL/Merchandising/Images/NoLoc/btn_bg_signup.gif");
	background-repeat:repeat-x;
	max-width:250px;
	min-width:70px;
	padding: 0px 0px 2px 0px;    
}

.Button {
	font-weight:normal;
	color:#FFF;
	/*text-decoration:none;
	cursor:hand;	
	display:block;
	padding:0px;*/
	/*margin:0px 0px 14px 0px;
	float:left;		
	margin:0px;*/
	/*background-image:url("/Images/OL/Merchandising/en/us/Portal/Home/ButtonBg.jpg");
	background-repeat:repeat;
	max-width:250px;*/	
    
}

   .Button a:link 
   {
		text-decoration:none;
		color:#444444;
	}
	/*
	*  Link hovers
	*/
	.Button a:visited .ButtonText
	{
		text-decoration:none;
		color:#444444;
	}
	
	.Button a:hover .ButtonText
	{
		text-decoration:none;
		color:#FFFFFF;
	}
	
	.Button a:active .ButtonText
	{
		text-decoration:none;
		color:#444444;
	}
	

/* Button Style ends */


/*Main Nav styles  starts */
#cdmainnav 
{	
	width: 200px;	
	background-color: #edf4fc;
	margin:0px 0px 0px 0px;
	border: #8aafe1 1px solid;
	padding:10px 0px;
	float:left;
}
.cdlnav {
    font-size:1.2em;/*font-size: 1.1em;*/	
    color: #636363;	
    line-height: 1.4em;	
    padding: 0px 15px 3px 15px;	
    text-align: left;	
    word-wrap: break-word;    
}
    
.cdlnav a {
    color: #636363;	
    text-decoration: none    
}

.cdlnav a:hover {
    color: #636363;	
    text-decoration: underline;  
    
}

.cdlnav a:visited {	color: #636363}

.cdnavbold 
{
    margin: 3px 0px;
    color: #0e4380;	
    background-color: #cde0fd;
    height:6px;
}

	
.cdadtitle 
{
    display: block;	
    font-size: 1em;	
    color: #666;	
    line-height: 1.2em;	    
    text-align: right;
    margin-top:6px;
    margin-right:16px;
}

/*Main Nav styles  ends */

/* FAQ Style starts */

.INTAGLIO_FAQTitle
{
    color:#FFA247;
    font-size:2em;
    margin: 0px;
    padding: 0px 0px 10px 0px;  
}

.INTAGLIO_FAQDescription
{
    font-size:1.1em;
    word-wrap: break-word;     
}

.INTAGLIO_FAQ_Container
{   
   border:#cde3f1 1px solid;  
   padding:3px;
   margin-right:10px;
   /*width:489px;*/
   width:95%;
}

/* FAQ Style Ends */

/* Feature Page Style starts */

#INTAGLIO_PageMainContent
{
    float: left;
    width: 100%;
    }

 
#INTAGLIO_FeatureDetails_FeatureList 
{
    float:left;
    width:100%;    
    
}
 #INTAGLIO_FeatureDetails_FeatureList .INTAGLIO_FeatureImg
{	
	float:left;
    *padding-right: 25px;
    _padding-right: 25px;
}


#INTAGLIO_FeatureDetails_FeatureList DIV.INTAGLIO_Feature DIV.INTAGLIO_FeatureText
{	
    float:none;	
	*float:left;
	width: auto;
	margin-left: 80px;
	*margin-left: 0px;
}


#INTAGLIO_FeatureDetails_FeatureList .INTAGLIO_FeatureHeading
{
  color:#444444;   
}

/* Feature Page Style Ends */


/* Footer style starts */

	DIV.Footer 
	{	
	    CLEAR: both;	
	    PADDING-RIGHT: 8px;	
	   /* BORDER-TOP: #e9eaf1 1px solid;*/	
	    PADDING-LEFT: 2px;	
	    PADDING-BOTTOM: 3px;	
	    MARGIN: 8px 0px;	
	    COLOR: #444444;	
	    PADDING-TOP: 3px;
	    font-size:1em;	    
	    /*width:960px;*/	    
	    
	}
	
	#FooterLogo
	{
	    float:right;
	    margin-top:10px
	    
	}
	  
	
	#Footer a {
		/*color:#333;*/
		color:#2771ba;

	}
	
	#INTAGLIO_FooterContent
	{
	    /*width:970px;*/
	    min-height:40px;    
	    margin:0px auto;
	    background-position: 50% bottom;	
		background-image: url(/Images/OL/Merchandising/Images/NoLoc/footergradient.gif);	
		background-repeat: repeat-x;	
		/*background-color: #dae9fe;*/
		float:left;
	}
	
	#INTAGLIO_Footer
	{
	    background-image:url(/Images/OL/Merchandising/Images/NoLoc/grad_footer.gif);
	    background-repeat:repeat-x;
	    min-height:30px;	    
	}
	
	#INTAGLIO_Footer_FirstLnkSet
	{
	    float:left;	    
	    background-image:url(/Images/OL/Merchandising/Images/NoLoc/grad_footer.gif);
	    background-repeat:repeat-x;	    
	}
	
	#INTAGLIO_Footer_SecLnkSet
	{
	   float:right;
	   background-image:url(/Images/OL/Merchandising/Images/NoLoc/grad_footer.gif);
	   background-repeat:repeat-x;	    
	}
	
	
	#INTAGLIO_Footer_Top_Img
	{
	  clear:left;
	  overflow:hidden;
	  min-height:95px;
	  background-image:url(/Images/OL/Merchandising/Images/NoLoc/Header_Bg.gif);
	  background-repeat:no-repeat; 	 
	}

/* Footer Style Ends  */


/*SB-Homepage Style Starts */

#INTAGLIO_PageMainContent  #HeadSection
{
   /*width:90%;*/
   /*width:100%;*/
   margin-left:99px;
   /*margin-Top:40px;*/
   padding-Bottom:0px;
   margin-Top:0px;
   padding-top:40px;
   clear:both;     
}


#INTAGLIO_PageMainContent  #HeadSection  H1
{  
  font-size:2em;
  width:616px;
  margin: 0px 0px 10px 0px;
}

#INTAGLIO_PageMainContent #MidSection
{
   width:90%;
   margin-left:76px;
   clear:left;    
}

#INTAGLIO_PageMainContent #LeftSection
{
    float:left;
    width:68%;
    clear:left;
    padding-bottom:30px;       
}

#INTAGLIO_PageMainContent #ButtonSection
{
   width:80%;
   margin-left:0px;
   clear:left;
}

#INTAGLIO_PageMainContent #ButtonSection #INTAGLIO_SignUp_Btn
{
   float:left;
   margin-left:73px;
   _margin-left:37px;/*Fix for IE6*/
   margin-right:10px;
   width: 170px;
   text-align:center;
}

#INTAGLIO_PageMainContent #ButtonSection #INTAGLIO_ViewDemo_Link
{
   font-size:1.2em;
   font-weight:bold;
   /*margin-Top:10px;*/
   padding-top:10px;
   width:30%;
   float:left;
}

#INTAGLIO_PageMainContent #RightSection
{
    float:left;
    width:24%;
    padding: 0px 0px 0px 8px; /*bug #51082 to match 16px*/
    _padding: 0px 0px 0px 3px; /*bug #51082 to match 16px*/
    overflow:hidden;
}

#INTAGLIO_PageMainContent #RightSection  #AdSection
{
    clear:left;
    margin-left:0px;
    margin-Top:auto;
    text-align:center;
    float: right;
    width: 95%;
    _width: 100%;
    *width: 100%;
}

/*SB-Homepage Style Ends */

/*SB Pillar Page Style Starts */

#INTAGLIO_PageMainContent #LeftSection  #PageDescription
{
    clear:left;   
    font-size:1.3em;
    margin-left:23px;
    padding: 0px 0px 10px 0px;
}


#INTAGLIO_PageMainContent #LeftSection  #Pillar_Pg_Btn_Section
{
    width:100%;
    float: left;
    clear:left;
    margin-left:0px;
    padding-Top:0px;
    padding-Bottom:25px;
    padding-left:25px;
}


#INTAGLIO_PageMainContent #Pillar_Pg_Btn_Section #INTAGLIO_SignUp_Btn
{
   float:left;
   width: 160px;
   text-align:center;
   margin-right:10px;
}

#INTAGLIO_PageMainContent #Pillar_Pg_Btn_Section #INTAGLIO_ViewDemo_Link
{
   font-size:1.2em;
   font-weight:bold;
   padding-Top:10px;
   width: 45%;
   float: left;
}

#INTAGLIO_PageMainContent #LeftSection  #PartnerSection
{
    Margin-Left:23px;
    padding-bottom: 15px;
}

#INTAGLIO_PageMainContent #LeftSection  #Partner_Img
{
    float:left;
    margin-right:5px;
}

#INTAGLIO_PageMainContent #LeftSection  #Partner_Title
{    
    font-weight:Bold;    
    font-size:1.3em;
}

#INTAGLIO_PageMainContent #LeftSection  #Partner_Description
{   
   font-weight:normal;   
   font-size:1.1em;
   margin: 5px 0px 0px 25px;
   color:#0560a6;
}

#INTAGLIO_PageMainContent #LeftSection  #DividerLine
{
   Margin-left:22px;
   clear:left;
}

#INTAGLIO_PageMainContent #LeftSection  #DividerLine hr
{
    border: 1px;
    color: #cccccc;
    background-color: #cccccc;
    height: 2px;
    }

#INTAGLIO_PageMainContent #LeftSection  #SeeAlsoText
{
   margin-left:0px;
   padding-left:22px;
   float:left;
   clear:left;
   width:100%;
   font-family:Verdana;
   font-weight:Bold;
   color:#444444;
   font-size:1.3em;
}

#INTAGLIO_PageMainContent #LeftSection  #INTAGLIO_Page_descritpion
{
     font-size:1.3em;
}

/*SB Pillar Page Style Ends */


/*SB LearnMore Page Style Starts */

#INTAGLIO_LMore_Page #INTAGLIO_PageMainContent  #HeadSection 
{  
   margin-Bottom:0px;  
}


#INTAGLIO_LMore_Page #INTAGLIO_PageMainContent  #HeadSection  H1
{
  font-weight:Bold;
  font-size:2em;
  width:63%;
  
}


#INTAGLIO_LMore_Page .INTAGLIO_Adv_Grad_Box_rt_li_shadow
{
    width:100%;
    background-image:url(/Images/OL/Merchandising/Images/NoLoc/rt_side_line_shadow_slice.png);
    background-position:100% 100% ; 
    background-repeat:repeat-y;
    margin-top:0px;
    *margin-top:0px;
    _margin-top:0px;   
}

.INTAGLIO_LMore_Page_FL_Container
{
    float: left;
    width: 100%;
    }

/*SB LearnMore Page Style Ends */


/*SB SignOut Page Style Stars */

/*FeedBack Module Starts*/

#FeedBackCnt
{
	min-height:40px;		
}

#FeedBack
{
	min-height:40px;
	
}
	
.FBtext
{
	font-size:1.2em;
	padding-bottom:12px;
}

#FBbutton
{
	
	text-align:center;
	margin:2px 5px 0px 1px;
	float:left;
}



#Yes
{
	width:60px;
	margin-right:8px;
	}
#No
{
	width:61px;
	margin-right:8px;
	}	

/*FeedBack Module Ends*/


#INTAGLIO_SignOut_Page  #INTAGLIO_PageMainContent #TopSection  #Banner_Img
{
    float:right;
    *float:left;
    _float:left;
    clear:left;    
    width: 90%;
    *width:100%;
    _width:100%; 
    text-align: center;
    margin-top:15px;    
}

#INTAGLIO_SignOut_Page .INTAGLIO_Adv_Grad_Box_lft_blk_ver_li
{
    width: 518px;
    _width: auto;
}

#INTAGLIO_SignOut_Page .INTAGLIO_FeatureText
{
    margin-left: 40px;    
    *margin-left: 25px;    
    _margin-left: 25px;
}

#INTAGLIO_SignOut_Page .INTAGLIO_Feature
{   
   *padding-left: 10px;
   _padding-left: 0px;
}


#INTAGLIO_SignOut_Page  #INTAGLIO_PageMainContent #MidSection #TopSection  #SB_SignIn_Info
{
    float:left;
    width:80%;
    *width:76%;
    _width:90%;
}

#INTAGLIO_SignOut_Page  #INTAGLIO_PageMainContent #MidSection #TopSection  #SB_Img
{
    float:left;
    margin-right:15px;    
}

#INTAGLIO_SignOut_Page  #INTAGLIO_PageMainContent #MidSection #TopSection  #SB_SignIn_Title
{
     font-size:1.6em;
     font-weight:bold;
     color:#dc0000;
     padding-top:8px;
     margin: 0px 0px 10px 0px;
}

#INTAGLIO_SignOut_Page  #INTAGLIO_PageMainContent #MidSection 
{
    margin-top:20px;
    float: left;
    margin-left: 0px;
}

#INTAGLIO_SignOut_Page  #INTAGLIO_PageMainContent #MidSection #TopSection
{
    padding-left:250px;
    width:800px;
    _width:710px;
}

#INTAGLIO_SignOut_Page  #INTAGLIO_PageMainContent #MidSection #Middle
{
    padding-top:10px;
    float: left;
    width: 100%;
    padding-left:50px;
}

#INTAGLIO_SignOut_Page  #INTAGLIO_PageMainContent #ResourceCenterTileSection #AdSection
{
    float: left;
 }
    
#INTAGLIO_SignOut_Page  #INTAGLIO_PageMainContent #MidSection #TopSection  #SB_SignIn_Desc_cnt
{
   text-align: center;
   padding-left:50px;
 }
 
#INTAGLIO_SignOut_Page  #INTAGLIO_PageMainContent #MidSection #TopSection  #SB_SignIn_Desc
{
     font-size:1.4em;
     float:left;
     /*width:55%;changes for IE7-Bug:48457*/
     width: auto;/*changes for IE7-Bug:55926*/
     margin-right:5px;  
     display:block;
     margin-top:3px;               
     
}


#INTAGLIO_SignOut_Page  #INTAGLIO_PageMainContent #MidSection #TopSection #INTAGLIO_SignInDivMain
{
   float:left;
   display:block;
   background-color:#b7d8ed;   
   border:1px;   
   /*max-width:90px;*/ 
   margin-left:5px;
   *margin-left:5px;
   _margin-left:5px;
   *min-width:77px;
   *width:auto;
   _width:13%; 
   *margin:auto;
   _margin:auto; 
   background-image:url(/Images/OL/Merchandising/Images/NoLoc/btn_signin_bg.gif);
   background-repeat: repeat-x;
   border-color:#4a95c9;
   border-style:solid;
 
}

#INTAGLIO_SignOut_Page  #INTAGLIO_PageMainContent #MidSection #TopSection #INTAGLIO_SignInDiv
{
   
  /* background-image:url(/Images/OL/Merchandising/Images/NoLoc/btn_bg_signin.gif);*/
  /* background-image:url(/Images/OL/Merchandising/Images/NoLoc/btn_signin_bg.png);*/
  /* background-repeat:no-repeat;*/
    padding-Top:5px;
    padding-Bottom:5px; 
    padding-right:12px;
    Padding-Left:12px;    
   display:inline;
   border-color:#f1f1f1;
   border-style:solid;
   border:1px;
   margin:0px;
   display:block;
   margin-top:0px;    
}

#INTAGLIO_SignOut_Page  #INTAGLIO_PageMainContent #MidSection #TopSection #INTAGLIO_SignIn 
{	
    font-size:1.1em;
    font-weight:bold;
    display:block;      
} 




#INTAGLIO_SignOut_Page  #INTAGLIO_PageMainContent #LeftSection
{
    float:left;
    width:60%;
}

#INTAGLIO_SignOut_Page #INTAGLIO_PageMainContent #RightSection
{
    margin-left:16px;
}

#INTAGLIO_SignOut_Page #INTAGLIO_PageMainContent #RightSection
{
    float:left;
    width:35%;
    margin-right:0px;
}

/*SB SignOut Page Style Ends */

/* Upsell Style starts */

#INTAGLIO_UpsellContainer
{
  font-size:.7em;
  word-wrap:break-word;
  background-image:url(/Images/OL/Merchandising/Images/NoLoc/OLW_upsell_lite_bg.gif);
  background-repeat:no-repeat;     
  padding:0px;    
  width:180px;  
  height:111px; 
  font-family:Verdana;  
 
}

#INTAGLIO_UpsellContainer  #INTAGLIO_Upsell_SignUp_Btn
{
  margin:0px;
  word-wrap:break-word;  
}

#INTAGLIO_Upsell_HL
{
  line-height:normal;
  text-align:center;
  word-wrap:break-word;
  padding-left:10px;
  padding-right:10px; 
}

#INTAGLIO_Upsell_SD
{
  line-height:normal;
  text-align:center;
  margin:0px;
  padding-top:13px;
  padding-left:10px;  
  padding-right:10px;
  word-wrap:break-word; 
}

#INTAGLIO_UpSell_Bdy
{
   margin:0px;
   padding:0px;
   width:125px;
   font-size:1.2em;
   margin:auto; 
}

/*#INTAGLIO_UpsellContainer #INTAGLIO_Upsell_Description
{
   text-align:center;
   margin:auto;
}*/

#INTAGLIO_UpsellContainer #INTAGLIO_Upsell_LearnMore
{
   line-height:normal;
   word-wrap:break-word;
   text-decoration:none;
   padding-top:15px;
   text-align:center;
   margin:auto;   
}
#INTAGLIO_Upsell_Desc
{
 /*padding-top:5px;*/
 font-size:.8em;
}

#INTAGLIO_Upsell_LearnMore A
{
    text-decoration:none;
    font-size:.8em;
    
}

#INTAGLIO_UpsellContainer DIV .INTAGLIO_btn_Sub
{
    width:102px;    
    word-wrap:break-word;
    margin:auto; 
}

#INTAGLIO_UpsellContainer .ButtonText
{
     font-weight: normal;
     font-size:1.2em;
     padding:0px;
     padding-bottom:1px;
     
}

#INTAGLIO_Upsell_HL  #INTAGLIO_Upsell_MainBody
{
  line-height:normal;
  text-align:center;
  margin-left:10px;
  margin-right:10px;
  margin-bottom:10px;
  word-wrap:break-word; 
}

#INTAGLIO_Upsell_HL  #INTAGLIO_Upsell_MainBody #INTAGLIO_Upsell_Image
{
    float:left;
}

/* Upsell Style Ends */


/* Upsell Anonymous Style starts */

#INTAGLIO_UpAnon_MainDiv
{
  margin:0px;
  padding:0px;
  border-color:#ffe5cd;
  border-style:solid;
  border-width:2px;
}

#INTAGLIO_UpAnon_SubDiv
{
  margin:0px;
  padding:0px;
  border-color:#ffffff;
  border-style:solid;
  border-width:1px;
}

#INTAGLIO_UpsellAnonContainer
{
  font-size:.7em;
  word-wrap:break-word;
  background-image:url(/Images/OL/Merchandising/Images/NoLoc/OLW_upsell_anon_bg.gif);
  background-repeat:no-repeat; 
  background-color:#FFFFFF;
  border-color:#ffaa59;
  border-style:solid;
  border-width:1px;
  padding:0px;
  /*font-size:1em*/
  word-wrap:break-word;
  padding-left:12px;
  height:32px;
  font-family:Verdana;
  padding-top:5px;
  padding-bottom:5px;    
}


#INTAGLIO_UpsellAnonContainer A
{
  text-decoration:none;
}

#INTAGLIO_UpsellAnonContainer #INTAGLIO_UpsellSignInText
{
  /*clear:left;*/  
  float:right;
  width:15%;
  /*font-size:10px;*/
  word-wrap:break-word;
  color:#0066a7;
  font-weight:normal; 
    
}

#INTAGLIO_UpsellAnonContainer #INTAGLIO_Upsell_SignIn_Desc
{
    clear:left;
    font-size:1em;
    word-wrap:break-word;
    color:#444444;
    padding: 6px 10px 0px 0px;
    text-align: right;
}

#INTAGLIO_UpsellAnonBody
{
    /*border-style:solid;      
    word-wrap:break-word; 
    border-width:1px;*/
    font-size:1em;
    word-wrap:break-word;
    /*float:left; bug 53363*/
}

#INTAGLIO_UpsellAnonSignUp
{
   
   text-align:center;
   margin-top:1px;
   /*width:150px; bug#53363*/
   float:left;
   margin-left:5px;
   margin-right:5px; 
}

#INTAGLIO_UpAnonSUp_Cnt
{
  float:left;
  padding-top:6px;
}

#INTAGLIO_UpAnonSUp_txt
{    
 float:left;
}

#INTAGLIO_UpAnonSUp_Lnk
{
  float:left;
}   

 /*bug#53363*/
#INTAGLIO_UpsellAnonSignUp .INTAGLIO_btn_Main
{
    width: auto;
    }

#INTAGLIO_UpsellAnonContainer .INTAGLIO_btn_Sub
{
    /*width:120px; bug#53363*/
    width: auto;
    word-wrap:break-word; 
    background: #fff;
}

#INTAGLIO_UpsellAnonContainer .ButtonText
{
     font-weight: normal;
     font-size:1.2em;
     /*padding:0px;
     padding-bottom:1px; bug#53363*/
     padding: 0px 5px 1px 5px; 
     width: auto;
}
html>body #INTAGLIO_UpsellAnonContainer .ButtonText
{
    min-width: 102px;
    }

/* Upsell Anonymous Style Ends */


/* Contact Us Page Style Starts */

.INTAGLIO_ContactUs_MidRC
{
  width:96%;
  float:left;
  margin:auto;
  padding-bottom:4px;
  padding-right:4px;
  padding-top:4px;
}
    

/* OLW style Starts */

 /* Advance Feature Style Starts */
 
.OLW_AdvFT_Cnt_Parent
{
  width:418px;  
  *width:auto;
  float:left;
  _width:418px;
  padding-left:10px;   
}
  
.Adv_FT_MainContainer
{ 
  clear:left;
  width:100%;
  float: left;
}
#Intaglio_OLW_Ex_Pge .Adv_FT_MainContainer
{
  padding-bottom:20px;
    }
 
.Adv_FT_MainContainer UL
{
   width:100%;
   margin-top:0px;
   margin-bottom:0px;
   padding-left:20px; 
   margin-left: 0px;
}

.Adv_FT_MainContainer UL .Intaglio_Adv_FT_SM_lnk
{
    height: 20px
    }
    
html>body .Adv_FT_MainContainer UL .Intaglio_Adv_FT_SM_lnk
{
    min-height: 20px;
    height: auto;
    }

.Adv_FT_MainContainer UL .Intaglio_Adv_FT_SM_lnk A
{
    font-size:1.3em;
    padding-left:0px;
}
.Adv_FT_MainContainer UL .Intaglio_Adv_FT_SM_lnk A:hover
{
    text-decoration: underline;
    font-size:1.3em;
    padding-left:0px;
}



.Adv_FT_MainContainer H1
{
   font-size:2.3em;
   font-weight:bold;
   margin:0px;
   padding-bottom:2px;
} 

.Adv_FT_MainContainer H2
{
    font-size:1.7em;
    font-weight:bold;
    margin:0px;
    padding-bottom:2px;
} 


.Adv_FT_MainContainer H3
{
   font-size:1.2em;
   font-weight:bold;
   margin:0px;
   padding-bottom:2px;
} 


.Adv_FT_MainContainer H4
{
   font-size:1.3em;
   font-weight:bold;
   margin:0px;
   padding-bottom:2px;
} 


.Adv_FT_MainContainer H5
{
   font-size:1em;
   font-weight:bold;
   margin:0px;
   padding-bottom:2px;
} 

.INTAGLIO_AdvFT_Lnk
{
  padding: 2px 2px 2px 2px;  
  _padding-left: 0px 0px 0px 0px;   
  *padding-left: 0px 0px 0px 0px;
}
.INTAGLIO_AdvFT_Lnk UL
{
 width:auto;
 padding-left: 3px;
}

  /*Standard Color and Font combination starts */
  
  /* Title Color */

.INTAGLIO_AdvFT_Tl_Sdclr
{
   color:#000000;
   font-weight:bold;
   
}

.INTAGLIO_AdvFT_Tl_Or
{
   color:#ffa247;
   font-weight:bold;
}

.INTAGLIO_AdvFT_Tl_Blk
{
   color:#444444;
   font-weight:bold;
}

.INTAGLIO_AdvFT_Tl_Blue
{
   color:Blue;
   font-weight:bold;
}

.INTAGLIO_AdvFT_Tl_Grn
{
   color:Green;
   font-weight:bold;
}


/* Description  font*/
.INTAGLIO_AdvFT_Dsc_Container
{
}

.INTAGLIO_AdvFT_Dsc_Sd  
{ 
   font-size:1.1em; 
}

.INTAGLIO_AdvFT_Dsc_Lgst  
{ 
    font-size:2em;
}
.INTAGLIO_AdvFT_Dsc_Lgr  
{ 
   font-size:1.6em; 
}

.INTAGLIO_AdvFT_Dsc_Med  
{ 
    font-size:1.3em;
}

.INTAGLIO_AdvFT_Dsc_Med  UL
{ 
    width:auto;
}

.INTAGLIO_AdvFT_Dsc_SmlR  
{ 
    font-size:1em;
}

.INTAGLIO_AdvFT_Dsc_SmlR  UL
{ 
   width:auto;
}

.INTAGLIO_AdvFT_Dsc_Smlst  
{ 
    font-size:.7em;
}

.INTAGLIO_AdvFT_Img_Container
{
}


.INTAGLIO_AdvFT_Img
{
   float:left; 
}

.INTAGLIO_Adv_FT_Txt_Img
{
 float:left;
 clear:both;
}

.INTAGLIO_AdvFT_Cnt_Parent_WOImg
{
  float:left;
  width:100%;
}

.INTAGLIO_AdvFT_Cnt_Parent
{
  float:left;
  width:80%;
  *width:auto;
  _width:auto;
}

.INTAGLIO_AdvFT_Cnt
{
    float:left;
    clear:left;
    width:auto; 
    *width:100%;
    _width:100%;
    padding-bottom:10px;
}

#OLW_Snd_Row .INTAGLIO_AdvFT_Cnt
{
    float:left;
   /*clear:both;*/
   width:450px; 
   padding-bottom:10px;
}

#OLW_Snd_Row .OLW_Adv_Art_Bdy_Dsc_Med ul
{
    padding-left: 35px;
    }
.INTAGLIO_AdvFT_SubTitle_Cnt
{
}

.INTAGLIO_AdvFT_Sub_Dsc_Cnt
{
    width:auto;
    float:left;
    }

.INTAGLIO_AdvFT_Lnk_Cnt
{
  float:left;
  clear:left;
  width:100%;
}

/* Advance Feature List Style Starts */

.INTAGLIO_Adv_Feature_Outer_Cnt
{}
.INTAGLIO_Adv_Feature_Main_Cnt
{}


  /*Standard Color and Font combination starts */
  
  /* Title Color */
.INTAGLIO_AdvFL_Tl
{
}

.INTAGLIO_AdvFL_Tl_Sdclr
{
   color:#000000;
   font-weight:bold;
   
}

.INTAGLIO_AdvFL_Tl_Or
{
   color:#ffa247;
   font-weight:bold;
}

.INTAGLIO_AdvFL_Tl_Blk
{
   color:#444444;
   font-weight:bold;
}

.INTAGLIO_AdvFL_Tl_Blue
{
   color:Blue;
   font-weight:bold;
}

.INTAGLIO_AdvFL_Tl_Grn
{
   color:Green;
   font-weight:bold;
}

/* Title Font */
  
.INTAGLIO_AdvFL_Tl_Sd  
{ 
   font-size:1.1em; 
}

.INTAGLIO_AdvFL_Tl_Lgr  
{ 
   font-size:1.2em; 
}

.INTAGLIO_AdvFL_Tl_Lgst  
{ 
    font-size:1.5em;
}

.INTAGLIO_AdvFL_Tl_Med  
{ 
    font-size:1em;
}

.INTAGLIO_AdvFL_Tl_SmlR  
{ 
    font-size:.9em;
}

.INTAGLIO_AdvFL_Tl_Smlst  
{ 
    font-size:.8em;
}

/* Description  font*/
.INTAGLIO_AdvFL_Dsc_Cnt
{
}

.INTAGLIO_AdvFL_Dsc_Sd  
{ 
   font-size:1.1em; 
}

.INTAGLIO_AdvFL_Dsc_Lgr  
{ 
   font-size:1.2em; 
}

.INTAGLIO_AdvFL_Dsc_Lgst  
{ 
    font-size:1.5em;
}

.INTAGLIO_AdvFL_Dsc_Med  
{ 
    font-size:1em;
}

.INTAGLIO_AdvFL_Dsc_SmlR  
{ 
    font-size:.9em;
}

.INTAGLIO_AdvFL_Dsc_Smlst  
{ 
    font-size:.8em;
}

.INTAGLIO_AdvFL_Img
{
   float:left; 
}

.INTAGLIO_Adv_FL_Txt_Img
{
 float:left;
 clear:both;
}

.INTAGLIO_AdvFL_Cnt_Parent_WOImg
{
  float:left;
  width:100%;
}

.INTAGLIO_AdvFL_Cnt_Parent
{
  float:left;
  width:80%;
  *width:auto;
  _width:auto;
}

.INTAGLIO_AdvFL_Cnt
{
   float:left;
   clear:both;
   width:100%; 
}

#OLPage 
{	WIDTH: 960px;	
    _width:auto;
    TEXT-ALIGN: center
}
/* comment line 3814 out (margin)
DIV#TNav 
{	MARGIN-TOP: 30px;
    WIDTH:920px;
    float:left;    
} 

DIV#TNav UL 
{	PADDING-RIGHT: 0px;	
    BACKGROUND-POSITION: 50% bottom;	
    BACKGROUND-IMAGE: url(/Images/OL/Merchandising/Images/NoLoc/OLW_NavBg.jpg);
    PADDING-LEFT: 40px;	
    PADDING-BOTTOM: 0px;	
    FLOAT:left;	
    WIDTH: 880px;	
    PADDING-TOP: 0px;	
    BACKGROUND-REPEAT: repeat-x;	
    HEIGHT: 30px;	
    TEXT-ALIGN: left;
    margin-left:0px;
 } 
 
 DIV#TNav UL LI 
 {	DISPLAY: inline;	
    MARGIN: 0px 2px;	
    LIST-STYLE-TYPE: none;
 } 
 
 
 DIV#TNav UL #Intaglio_In_Active_Tab A 
 {	
    PADDING-RIGHT: 5px;	
    PADDING-LEFT: 0px;	
    FONT-WEIGHT: bold;	
    FONT-SIZE: 9pt;	
    BACKGROUND-IMAGE: url(/Images/OL/Merchandising/Images/NoLoc/OLW_NavItem.jpg);	
    PADDING-BOTTOM: 6px;
    FLOAT:left;	
    WIDTH: 100px;	
    COLOR: #0066a7;	
    PADDING-TOP: 6px;	
    BACKGROUND-REPEAT: no-repeat;	
    WHITE-SPACE: nowrap;	
    TEXT-ALIGN: center;	
    TEXT-DECORATION: none;
 } 
 
DIV#TNav UL #Intaglio_In_Active_Tab A:hover 
{
  color: #FFA247;
}
DIV#TNav UL #Intaglio_In_Active_Tab A:active
{
  color: #FFA247;
}
 
DIV#TNav UL #Intaglio_Active_Tab A:hover 
{
  color: #FFA247;
}
DIV#TNav UL #Intaglio_Active_Tab A:active 
{
  color: #FFA247;
}
  DIV#TNav UL #Intaglio_Active_Tab A 
 {	
    PADDING-RIGHT: 5px;	
    PADDING-LEFT: 0px;	
    FONT-WEIGHT: bold;	
    FONT-SIZE: 9pt;	
    BACKGROUND-IMAGE: url(/Images/OL/Merchandising/Images/NoLoc/OLW_NavHover.jpg);	
    PADDING-BOTTOM: 6px;
    FLOAT:left;	
    WIDTH: 100px;	
    COLOR: #0066a7;	
    PADDING-TOP: 6px;	
    BACKGROUND-REPEAT: no-repeat;	
    WHITE-SPACE: nowrap;	
    TEXT-ALIGN: center;	
    TEXT-DECORATION: none;
    height:18px;
 } 
 */
    
 div#TNav ul {
            background-image:url(/Images/OL/Merchandising/Images/NoLoc/OLW_NavBg.jpg);
            background-position:50% bottom;
            background-repeat:repeat-x;
            float:left;
            margin-left:0px;
            padding: 0px 0px 10px 40px;
            *padding: 5px 0px 10px 40px;
            text-align:left;
            width:880px;
            }
        div#TNav ul li{
            display:inline;
            list-style-type:none;
            padding: 8px 5px 5px 5px;
            *padding: 0px 5px 0px 5px;
            margin: 0px;
        }
        div#TNav ul a {
            color:#0066A7;
            font-size:1.2em;
            font-weight:bold;
            text-align:center;
            text-decoration:none;
            white-space:nowrap;
            width:100px;
        }
        div#TNav ul li a:hover {
            color: #ffA247;
        }
        div#TNav #Intaglio_Active_Tab {
            background-image:url(/Images/OL/Merchandising/Images/NoLoc/tab_selected_bg_lft.png);
            background-repeat: no-repeat;
            background-position: top left;
            padding: 8px 5px 10px 5px;
            *padding: 0px 5px 0px 5px;
            }
        div#TNav #Intaglio_In_Active_Tab {
            background-image:url(/Images/OL/Merchandising/Images/NoLoc/tab_normal_bg_lft.png);
            background-repeat: no-repeat;
            background-position: top left;
            }
        div#TNav ul #Intaglio_Active_Tab a {
            background-image:url(/Images/OL/Merchandising/Images/NoLoc/tab_selected_bg_rt.png);
            background-repeat:no-repeat;
            background-position: top right;
            padding: 6px 20px 10px 15px;
            *padding: 5px 20px 10px 15px;
            color: #444444;
            }
        div#TNav ul #Intaglio_In_Active_Tab a {
            background-image:url(/Images/OL/Merchandising/Images/NoLoc/tab_normal_bg_rt.png);
            background-repeat:no-repeat;
            background-position: top right;
            padding: 6px 20px 6px 15px;
            *padding: 5px 20px 6px 15px;
            }
  
  /*LI {	FONT-SIZE: 1.2em;	
    COLOR: #444444;	
    LINE-HEIGHT: 18px
    } */
    
    /*
    LI.Intaglio_OrgArrow 
    {	
        LIST-STYLE-IMAGE: url(/Images/OL/Merchandising/Images/NoLoc/OLW_Arrow_orgRight.gif);
        margin:0px;        
    } 
    
     LI.Intaglio_OrgArrow A
    {	
        text-decoration:none;
        font-style:normal;
        color:#0066A7;
        padding-top: 5px;
        *vertical-align: top;      
    } 
    
     LI.Intaglio_OrgArrow A:hover
    {	
        text-decoration:underline;
        font-style:normal;
        color:#0066A7;
        padding-top: 5px;
        *vertical-align: top;      
    } 
    */
    
    LI.Intaglio_OrgArrow 
    {
        background-image: url(/Images/OL/Merchandising/Images/NoLoc/OLW_Arrow_orgRight.gif);
        background-repeat: no-repeat;
        background-position: 0px 3px;
        list-style-type: none;
        padding-left: 15px;
        }
    
    
    .BlockRt LI 
    {	FONT-SIZE: 1.1em;	
        MARGIN-LEFT: 20px;	
        LINE-HEIGHT: 18px;
    } 
    
    .BlockRt LI A 
    {	COLOR: #0066a7;	
        TEXT-DECORATION: none;
        
    } 
    
    
    .MessageCnt 
    {	MARGIN-TOP: 2px;	
        VERTICAL-ALIGN: middle;
    }   
    
    
      
      .BlockRtHeader 
      {
        	PADDING-RIGHT: 10px;	
        	PADDING-LEFT: 10px;	
        	BACKGROUND-IMAGE: url(/Images/OL/Merchandising/Images/NoLoc/OLW_portal_BrickHdr.gif);	
        	PADDING-BOTTOM: 4px;	
        	PADDING-TOP: 2px;	
        	BACKGROUND-REPEAT: no-repeat;
        	width:100%;
      } 
      
   
      
      .Home4 
      {	
        FLOAT: right;	
        WIDTH: 310px;
        } 
      #Item2 
      {	
            PADDING-RIGHT: 18px;	
            PADDING-LEFT: 18px;	
            PADDING-BOTTOM: 18px;	
            PADDING-TOP: 25px;	
            TEXT-ALIGN: left;
      } 
                    
      .SectionBlockRtSide 
      {	
             WIDTH: 310px;	HEIGHT: auto;
      } 
                       
     .SignUpBlockRtSide 
      {
        	 HEIGHT: auto;
      } 
      
      .SignUpBlockRtSideFooter 
      {
             BACKGROUND-IMAGE: url(/Images/OL/Merchandising/Images/NoLoc/OLW_Portal_SignUp_BgBottom.jpg);	
             background-repeat: no-repeat;
      }                                     	     
      
      
      .SignUpBlockRtSideBody 
      {	
         BORDER-RIGHT: #fddca1 5px solid;	
         PADDING-TOP: 15px;	
         BACKGROUND-POSITION: 50% bottom;	
         BACKGROUND-IMAGE: url(/Images/OL/Merchandising/Images/NoLoc/OLW_Portal_SignUp_BgBody.jpg);	
         BORDER-LEFT: #fddca1 5px solid;	
         WIDTH: auto;	
         PADDING-BOTTOM: 1px;
         BACKGROUND-REPEAT: repeat-x;	
         TEXT-ALIGN: center;
      } 
                      	
     .ButtonBlurb 
     {	
       DISPLAY: block;	
       MARGIN-LEFT: 0px;	
       /*LINE-HEIGHT: 16pt;*/
       /*padding-left:5px;*/
     } 
                      	
     .SignUpBlockRtSideBody .greenbtn 
     {
        font-size: 1.2em;
     }
              
     
     .SignUpBlockRtSideBody .ButtonBlurb LI
     {	
        MARGIN-RIGHT: 10px;
        font-size: 1.1em;
        MARGIN-LEFT: 25px;
        text-align: left;
     }
     .SignUpBlockRtSideBody .ButtonBlurb UL
     {	
        padding: 5px 0px 5px 0px;
        margin: 0px;
     }
     
     .ButtonBlurb A 
     {	
       COLOR: #0066a7;	
       TEXT-DECORATION: none;
     } 
     
     .ButtonBlurb a:hover
     {	
       COLOR: #0066a7;	
       TEXT-DECORATION: underline;
     } 
     
     .greenbtn 
     {	
        BORDER-RIGHT: #777 1px solid;	
        PADDING-RIGHT: 6px;	
        BORDER-TOP: #777 1px solid;	
        PADDING-LEFT: 6px;	
        FLOAT: left;	
        PADDING-BOTTOM: 6px;	
        BORDER-LEFT: #777 1px solid;	
        PADDING-TOP: 0px;	
        BORDER-BOTTOM: #777 1px solid;
    } 
    .SignUpBlockRtSideBody .greenbtn 
    {	
        BORDER-RIGHT: #777 1px solid;	
        PADDING: 0px;	
        BORDER-TOP: #777 1px solid;	
        DISPLAY: block;		
        FLOAT: none;	
        BORDER-LEFT: #777 1px solid;	
        WIDTH: 176px;	
        margin:auto;
        BORDER-BOTTOM: #777 1px solid;
    } 
    .ButtonBlurbCnt .greenbtn .INTAGLIO_btn_Main 
    {	
       width:176px;
    } 
    .ButtonBlurbCnt .greenbtn .INTAGLIO_btn_Main .INTAGLIO_btn_Sub
    {	
        border:none;
        text-align:center;
        margin:0px;
        padding:1px;
    } 
     .SignUpBlockRtSideBody .greenbtn .INTAGLIO_btn_Main 
    {
       width:176px;
    }
    .SignUpBlockRtSideBody .greenbtn .INTAGLIO_btn_Main .INTAGLIO_btn_Sub
    {
        border:none;
        text-align:center;
        margin:0px;
        padding:1px;
    }
    .SignUpBlockRtSideBody .ButtonText
    {
        font-weight: normal;
        font-size: 1.7em;
        }
    
    A.button-commerce 
    {	
        BORDER-RIGHT: #eee 1px solid;	
        PADDING-RIGHT: 30px;	
        BORDER-TOP: #eee 1px solid;	
        PADDING-LEFT: 30px;	
        FONT-WEIGHT: normal;	
        FONT-SIZE: 1.6em;	
        BACKGROUND: url(/Images/OL/Merchandising/Images/NoLoc/Greenbtnbg.gif) #6cbb48 repeat-x 50% top;	
        PADDING-BOTTOM: 5px;	
        BORDER-LEFT: #eee 1px solid;	
        CURSOR: pointer;	
        COLOR: #444;	
        PADDING-TOP: 5px;	
        BORDER-BOTTOM: #eee 1px solid;	
        FONT-FAMILY: verdana, arial, sans-serif;	
        TEXT-DECORATION: none;
    } 
    .SignUpBlockRtSideBody A.button-commerce 
    {	
        BORDER-RIGHT: #eee 1px solid;	
        PADDING-RIGHT: 30px;	
        BORDER-TOP: #eee 1px solid;	
        PADDING-LEFT: 30px;	
        FONT-WEIGHT: normal;	
        FONT-SIZE: 1.6em;	
        BACKGROUND: url(/Images/OL/Merchandising/Images/NoLoc/Greenbtnbg.gif) #6cbb48 repeat-x 50% top;	
        PADDING-BOTTOM: 5px;	
        BORDER-LEFT: #eee 1px solid;	
        CURSOR: pointer;	
        COLOR: #444;	
        PADDING-TOP: 5px;	
        BORDER-BOTTOM: #eee 1px solid;	
        FONT-FAMILY: verdana, arial, sans-serif;	
        TEXT-DECORATION: none;
    } 
    .SignUpBlockRtSideHeader 
    {	
        BACKGROUND-IMAGE: url(/Images/OL/Merchandising/Images/NoLoc/OLW_Portal_SignUp_BgTop.jpg);	
        background-repeat: no-repeat;
    }   
    
    
    
    .Home1
     {	
        PADDING-RIGHT: 0px;	
        DISPLAY: inline;	
        PADDING-LEFT: 0px;	
        FLOAT: left;	
        PADDING-BOTTOM: 20px;	
        WIDTH: 590px;	
        PADDING-TOP: 0px;
     } 
     
     #Item1 
     {	
        PADDING-RIGHT: 18px;	
        PADDING-LEFT: 18px;	
        PADDING-BOTTOM: 18px;	
        PADDING-TOP: 25px;	
        TEXT-ALIGN: left;
     } 
     
     
     .ButtonBlurbCnt 
     {
        DISPLAY: inline;	
        PADDING-LEFT: 8px;	
        FONT-SIZE: 1.2em;	
        PADDING-BOTTOM: 20px;	
        WIDTH: 390px;	
        PADDING-TOP: 40px;
     }
     
     .ButtonBlurbCnt .ButtonText
     {
        font-weight: normal;
        font-size: 1.7em;
        }
     
     .ButtonBlurbCnt .greenbtn
     {
        border:1px solid #777777;
        float:left;
        padding:0px;
     }
     
     .ButtonBlurbCnt .ButtonBlurb
     {
        display:block;
        float:left;
        margin-top:0px;
        padding-left: 7px;
     }
     .ButtonBlurbCnt .ButtonBlurb UL
     {
        display:block;
        float:left;
        margin-top:0px;
        padding-left:0px;
        margin-left: 0px;
        padding-top: 5px;
        margin-bottom: 0px;
     }
     /*
     .ButtonBlurbCnt A 
     {	
        COLOR: #444444;	
        TEXT-DECORATION: none;
     } 
     */
    #OLW_Pg_Bdy_Container
    {
       padding-left:30px; 
       padding-right:30px;
       padding-Top:30px;
       padding-Bottom:30px;
       float:left;
       clear:left;
       padding:0px;
    }
    
    #OLW_Pg_Bdy_Cnt_Tab
    {
       float:left;
       clear:left;
       padding-bottom:20px; 
    }
    
    #OLW_Pg_Bdy_Cnt_MainCnt
    {
       float:left;
       clear:left;    
    }
     
    #OLW_Pg_Lft_Sec
    {
        width:590px;
        float:left;
        clear:left;
        padding-right:20px; 
    }   
    
    #OLW_Pg_rht_Sec
    {
      width:310;
      float:left;
    }
    
    #OLW_Fst_Row
    {
       width:auto; 
       float:left;
       clear:left;
       padding-bottom:10px; 
    }
    
    #OLW_Snd_Row
    {
       width:100%;
       float:left;
       clear:left;
    }
    
     .OLW_Home_Pg_Tl_img
     {
        float:left;
        padding-right:10px;
     }
     
     .OLW_Home_Pg_Tl_Cnt
     {        
        float:left;
     }
     
     .OLW_Home_Pg_Tl
     {
        
        
     }
     
     .OLW_Home_Pg_Tl_Desc
     {        
        
     }
     
     .OLW_Home_Pg_Adv_SgnUp
     {        
       /*padding-top:20px; */
       float: left;
     }
     
     .OLW_LM_Pg_Bot_Sec
     {
        width:100%;
     }
     
     
     .OLW_SectionBlockHeader 
     {	
        BACKGROUND-IMAGE: url(/Images/OL/Merchandising/Images/NoLoc/OLW_Portal_Promo_BgTop.jpg);	
        background-repeat: no-repeat;
        height:38px;
     }
     
     .OLW_SectionBlockBody 
     {	
        BORDER-RIGHT: #fddca1 5px solid;	
        PADDING-RIGHT: 15px;	
        BACKGROUND-POSITION: 50% bottom;	
        PADDING-LEFT: 15px;	
        BACKGROUND-IMAGE: url(/Images/OL/Merchandising/Images/NoLoc/OLW_Portal_Promo_BgBody.jpg);	
        PADDING-BOTTOM: 15px;	
        BORDER-LEFT: #fddca1 5px solid;	
        WIDTH: 550px;
       /* _WIDTH:530px;*/
        PADDING-TOP: 15px;	
        BACKGROUND-REPEAT: repeat-x;
        float:left;
        clear:left;
      }
      
      .OLW_SectionBlockFooter 
      {	
        BACKGROUND-IMAGE: url(/Images/OL/Merchandising/Images/NoLoc/OLW_Portal_Promo_BgBottom.jpg);	
        BACKGROUND-REPEAT: no-repeat;
        height:9px;
        float:left;
        clear:left;
        width:100%;
      }
      
  /* Advance Article Body style Starts */
      
 .OLW_Adv_Art_Bdy_Cont
   {
      width:100%;
      float:left;
      padding-bottom:15px;
      *padding-bottom:20px;
      _padding-bottom:20px;
   } 
   
   
.OLW_Adv_Art_Bdy_Cont H1
{
   font-size:2.3em;
   font-weight:bold;
   margin:0px;
   padding-bottom:2px;
} 

.OLW_Adv_Art_Bdy_Cont H2
{
    font-size:1.7em;
    font-weight:bold;
    margin:0px;
    padding-bottom:2px;
} 


.OLW_Adv_Art_Bdy_Cont H3
{
   font-size:1.5em;
   font-weight:bold;
   margin:0px;
   padding-bottom:2px;
} 


.OLW_Adv_Art_Bdy_Cont H4
{
   font-size:1.3em;
   font-weight:bold;
   margin:0px;
   padding-bottom:2px;
} 


.OLW_Adv_Art_Bdy_Cont H5
{
   font-size:1em;
   font-weight:bold;
   margin:0px;
   padding-bottom:2px;
} 
   
        
  /*Standard Color and Font combination starts */
  
  /* Title Color */

.OLW_Adv_Art_Bdy_Tl_Sdclr
{
   color:#000000;
   font-weight:bold;
   
}

.OLW_Adv_Art_Bdy_Tl_Or
{
   color:#ffa247;
   font-weight:bold;
}

.OLW_Adv_Art_Bdy_Tl_Blk
{
   color:#444444;
   font-weight:bold;
}

.OLW_Adv_Art_Bdy_Tl_Blue
{
   color:Blue;
   font-weight:bold;
}

.OLW_Adv_Art_Bdy_Tl_Grn
{
   color:Green;
   font-weight:bold;
}

/* Title Font */
  
.OLW_Adv_Art_Bdy_Tl_Sd  
{ 
   font-size:1.1em; 
}

.OLW_Adv_Art_Bdy_Tl_Lgr  
{ 
   font-size:1.2em; 
}

.OLW_Adv_Art_Bdy_Tl_Lgst  
{ 
    font-size:1.5em;
}

.OLW_Adv_Art_Bdy_Tl_Med  
{ 
    font-size:1em;
}

.OLW_Adv_Art_Bdy_Tl_SmlR  
{ 
    font-size:.9em;
}

.OLW_Adv_Art_Bdy_Tl_Smlst  
{ 
    font-size:.8em;
}

/* Description  font*/


.OLW_Adv_Art_Bdy_Dsc_Lgst  
{ 
    font-size:2em;
}

.OLW_Adv_Art_Bdy_Dsc_Lgr  
{ 
   font-size:1.6em;  
}

.OLW_Adv_Art_Bdy_Dsc_Med  
{ 
   font-size:1.3em;
}
.OLW_Adv_Art_Bdy_Dsc_Med p
{
    margin: 0px;
    padding-bottom: 10px;
    }
.OLW_Adv_Art_Bdy_Dsc_Med ul
{
    margin: 0px;
    padding-bottom: 10px;
    }

.OLW_Adv_Art_Bdy_Dsc_Med sup
{
	font-size:.8em;
	line-height:.7em;
}
.OLW_Adv_Art_Bdy_Dsc_SmlR  
{ 
    font-size:1em;
    padding-bottom:10px;
}

.OLW_Adv_Art_Bdy_Dsc_Smlst  
{ 
    font-size:.7em;
}

.OLW_Adv_Art_Bdy_Img
{
   float:left; 
   padding-top:15px;
}

/* Advance Engagement Tile List Styles */

.INTAGLIO_ET_Lst_Preview
{
   WIDTH: 310px;
}

.INTAGLIO_ET_Lst_Main
{
   WIDTH: 310px;	
   HEIGHT: auto;
   BACKGROUND-COLOR: #FFFFFF;
}   

.INTAGLIO_ET_Lst_Top  
{
    BACKGROUND-IMAGE: url(/Images/OL/Merchandising/Images/NoLoc/OLW_Portal_RightSideTopBg.jpg);	
    background-repeat: no-repeat;
    height:7px;
    width:100%;  
    background-color: #d2ebf3;
}

.INTAGLIO_ET_Lst_BdyMain
{
   padding-left:20px;
   padding-right:20px;  
   _padding-right:0px;  
   BACKGROUND-COLOR: #d2ebf3;
   padding-top:10px;
   float:left;
   width:270px; 
}

.INTAGLIO_ET_Lst_Bdy
{
    PADDING-BOTTOM: 10px;
    width:270px;
    float:left;
    clear:left;
}

.INTAGLIO_ET_Lst_Bot
{
    BACKGROUND-IMAGE: url(/Images/OL/Merchandising/Images/NoLoc/OLW_Portal_RightSideBottomBg.jpg);	
    background-repeat: no-repeat;
    height:7px;
    float:left;    
    width:100%;
}

.INTAGLIO_ET_Lst_Sub
{
   PADDING-BOTTOM: 10px; 
}


/* Advance Engagement Tile Styles */

/*Dependencies on Preview*/
.Intaglio_Adv_ET_Cnt
{
   font-size:62.5%;
}

/*Page Specific Changes*/
#OLW_Pg_Body_Sec .Intaglio_Adv_ET_Cnt
{
   font-size:100%; 
}

.Intaglio_BlockRt
{ 
  WIDTH: auto;
  PADDING:0px;	  
  width:270px;     
}

.Intaglio_BlockRtHeader
{    
 PADDING-RIGHT: 10px;	
 PADDING-LEFT: 10px;	
 BACKGROUND-IMAGE: url(/Images/OL/Merchandising/Images/NoLoc/OLW_portal_BrickHdr.gif);	
 PADDING-BOTTOM: 4px;	
 PADDING-TOP: 2px;	
 BACKGROUND-REPEAT: no-repeat;
 width:100%;
 height:auto;
 float:left;
 clear:left;    
 
}

.Intaglio_Adv_ET_Title
{
  float:left;
  clear:left;
  margin:0px;
  padding:0px;
  padding-left:0px;
  font-size:1.3em;
}
.Intaglio_Adv_ET_Title SPAN
{
  font-weight:bold;
  color:White;
  font-size:1em;
}
.Intaglio_BlockRtBody
{      
    FONT-SIZE: 1.1em;    
    LINE-HEIGHT: normal;	    
    BACKGROUND-COLOR: #e9f5f9;
    width:100%;
    _width:260px;
    PADDING-Top: 10px;	
    PADDING-Bottom: 10px;
    clear:left;
    float:left;	  
}

.Intaglio_Adv_ET_ST
{
   font-size:1em;
   font-weight:bold;
   float:left;
   clear:left;
   width:100%;
   margin:0px;
   line-height:normal;
   padding-left:10px;
   padding-bottom:5px;   
}

.Intaglio_Adv_ET_Desc
{
   float:left;
   clear:left;
   width:251px;
   /*width:100%;*/
   _width:100%;
   padding-left:10px;
   word-wrap:break-word; 
   line-height:normal;
   padding-bottom:5px;   
}

.Intaglio_Adv_ET_TImg
{
  float:left;
  clear:left;
  width:100%;
  padding-left:10px;
  line-height:normal;
  padding-bottom:5px;  
}

.Intaglio_Adv_ET_PImg
{
   float:left;
   clear:left;
   width:100%;
   padding-left:10px;
   line-height:normal;
   /*padding-bottom:5px; */
}

.Intaglio_Adv_ET_Lnk
{
   float:left;
   clear:left;
   width:100%;
   line-height:normal;
   padding-bottom:5px;
}

.Intaglio_Adv_ET_Sign
{
   float:left;
   clear:left;
   width:auto;
   padding-top:10px;
   padding-left:10px;
   line-height:normal;
   padding-bottom:5px;
}

.Intaglio_Adv_ET_LogoImg
{    
   float:left;  
   width:auto;
}

.Intaglio_OrgArrow_MainDiv
{    
   float:left;
   clear:left;
   padding-left:27px; 
   margin:0px;
   /*padding-top:5px;*/
   
}

.Intaglio_Adv_ET_SM_lnk
{
   /*float:left;*/
   clear:left;
   width:100%;
   line-height:normal;
   height: 20px;
   padding-top: 3px; 
}

html>body .Intaglio_Adv_ET_SM_lnk
{
    min-height: 20px;
    height: auto;
    }


.Intaglio_TImg_Cnt
{
   float:left;
   width:78px;
   padding-right:5px;
   padding-bottom:10px; 
}

.Intaglio_TImg_Cnt_Img
{
 line-height:normal;
 padding-bottom:3px;
}

.Intaglio_TImg_Cnt_Tl
{
  
}

.Intaglio_TImg_Cnt_Desc
{
 text-align:center; 
}

.Intaglio_TImg_Cnt_lnk
{
   float:left;
   clear:left;
   word-wrap:break-word;  
}

.Intaglio_PImg_Cnt
{
   clear:both;
}

.Intaglio_PImg_Cnt_Img
{
    
}

.Intaglio_PText_Cnt
{
   width:70%;
   _width:auto;
   *width:auto;
   padding-left:3px;
   word-wrap:break-word;  
}

.Intaglio_PText_Cnt_Txt
{
    float: left;
}

.Intaglio_PText_Cnt_PLnk
{
    width: 100%;
    *padding-top: 5px;
}

/*.Intaglio_PText_Cnt_Lnk
{
    
}*/
.Intaglio_PText_Cnt_Lnk .Intaglio_OrgArrow_MainDiv
{
    padding-left:0px;
}


    .Intaglio_PText_Cnt_Lnk LI.Intaglio_OrgArrow 
    {
        background-position:0px 5px;
        }
        
.SignUpBlockRtSideBody .ButtonBlurb 
{
    text-align: center;
    width: 175px;
    display:block;
    float:none;
    margin:auto;
    MARGIN-TOP: 0px;	
    DISPLAY: block;	
    FONT-SIZE: 1.1em;	
    /*MARGIN-LEFT: 7px;*/
    padding: 5px 0px 0px 0px;
}



/* OLW Page style stars */

/* Home Page */

#INTAGLIO_Adv_Pg_MainCnt
{
    float:left;
    clear:left;
    width:100%;
}

#INTAGLIO_Adv_Pg_Bdy_Cnt
{
   padding-left:20px;
   padding-Top:35px;
   padding-bottom:20px;
   float:left;
}

.OLW_Home_Pg_Tl_Styl
{
   font-size:2.1em;
   color:#ffa247;
   font-weight:bold;
}

.OLW_Home_Pg_Tl_Styl sup
{
   font-size:.5em;
   VERTICAL-ALIGN: top;
    }
    
.OLW_Home_Pg_Tl_Sub_Styl
{
  font-size:1.6em;
}

/* Learn More Page */

#OLW_LM_Adv_SgnUp
{
 float:right;
}

#OLW_LM_Adv_Art_Bdy
{
  float:left;
  clear:both;
  width: 100%;
}

#Intaglio_OLW_LM_Pge  #OLW_Pg_Lft_Sec
{
  width:920px; 
}

#Intaglio_OLW_LM_Pge #OLW_Fst_Row
{
  width:100%;
}

#OLW_LM_Adv_FT
{
 float:left;
 width:590px;
 padding-right:0px;
}

/* Examples Page */
#OLW_Ex_Adv_SgnUp
{
  padding-bottom:10px;  
}

#Intaglio_OLW_Ex_Pge  #OLW_Pg_Lft_Sec
{
  _width:570px; 
}

/*  FAQ Page */
#Intaglio_OLW_FAQ_Pge  #OLW_Pg_Lft_Sec
{
  _width:570px; 
}
/* Community Page */
#Intaglio_OLW_Comm_Pge  #OLW_Pg_Lft_Sec
{
  _width:570px; 
}

/* OLW Advance Header starts*/


	
 #OLW_SP_HeadContainer
    {        
        margin:0 auto;
        /*background-color:#678fc2;*/
        font-size:1.1em;
        float:left;
        width:960px;
		/*font-size:62.5%;*/
    }
 #OLW_SP_Head 
{
            float:left;
            width:100%;       
            display:block;
            background-color: #ffffff; /*#fff9d9*/
            background-image: url(/Images/OL/Merchandising/Images/NoLoc/Portal_header_bg.png);
            background-position:right 0px;
            background-repeat:no-repeat;
            /*background-repeat:repeat-x;*/
            /*border-bottom-color:#fee2ad;
            border-bottom-style:solid;
            border-bottom-width:1px;*/
            height:81px;
 }

html>body #OLW_SP_Head
{
      min-height:81px;
      height: auto;
}
    
    
    
 #OLW_SignInDivMain
{
   float:right;
   background-color:#b7d8ed;
   margin-right:18px;
   border:1px;      
   /*width:77px;*/ 
   padding:1px;
   white-space: nowrap;
}   

 #OLW_SignInDiv
{
   margin-right:0px;
   background-image:url(/Images/OL/Merchandising/Images/NoLoc/btn_signin_bg.gif);
   /* background-image:url(/Images/OL/Merchandising/Images/NoLoc/btn_signin_bg.png);*/
   background-repeat: repeat-x;
    padding-Top:5px;
    padding-Bottom:5px; 
    padding-right:12px;
    Padding-Left:12px;
   border: 1px solid #f1f1f1;
   text-align: center;
   _width:50px;
   min-width:50px;
}   
    
#OLW_SignIn 
{	
    font-family:Verdana;
    font-size:1em;
    font-weight:bold;
    text-decoration:none;
    color: #444444;    
} 

 .OLW_SignIn_Wrapper
 {
    clear:right;
    float:right;
    margin-right:0px;
    *margin-right:0px;
    _margin-right:0px;    
    margin-top:5px;
    *margin-top:5px;
    _margin-top:5px;
    width:100%;
    word-wrap:break-word;  
    padding-top:25px;  
 }    
    
 #OLW_SP_HeadContainer  #OLW_SignInDivMain    
  { 
   float:none;
   background-color:#b7d8ed;   
   border:1px;      
   /*_width:77px; */
   padding:0px; 
   display:block;
   margin:auto;
   margin-left:5px;
   background-image:url(/Images/OL/Merchandising/Images/NoLoc/btn_signin_bg.gif);
   background-repeat:repeat-x;
   border-color:#4a95c9;
   border-style:solid;
   display:block;  
   /*_margin-right:2px;Fix_IE6 signupbutton_Header*/
   /*_width:23%;Fix_IE6 signupbutton_Header*/
  }
   
.OLW_Breadcrumbarrow 
	{
      vertical-align :top;
	  margin :3px 12px 0px 13px;
	  padding-bottom:3px;
	}
	
 #OLW_Adv_Pg_Header #OLW_SignInDivMain
 {
    margin-top:20px;
 }
 
 
 #OLW_Micro_Nav_MainDiv
    {
        float:Left;
        clear:left;
        width:100%;
        margin-Top:-12px;        
    }
    
 #OLW_SP_Head_Prod_Img
	{
	 float:left;
	 margin:15px;
	 margin-top:10px;	 
	}
	#OLW_SP_Head_Prod_Img A
	{
	  cursor:pointer; 
	}
    
 #OLW_Head_LS_container
 {
        float:left;
        width:45%;        
 }
    
 #OLW_Head_RS_Container
 {
      float:right;  
      width:53%;
      padding-right:15px;
      _padding-bottom:15px; /*Fix_IE6 signupbutton_Header*/
 }
 
 #OLW_Micro_Nav_SubDiv
    {
        Float:left;
        width:100%;
    }
    
 #OLW_Micro_Nav_SubDiv UL
    {
       margin: 10px 0px 0px 0px;
       padding: 0px 0px 0px 15px;
    }
    
    
 #OLW_Micro_Nav_SubDiv #INTAGLIO_Micro_Nav_LastItem
    {
        display:inline;
        Padding-Right:0px;
        color: #444444; /* bugfix: 51058*/
    }
    
  #OLW_Micro_Nav_SubDiv #INTAGLIO_Micro_Nav_Item
    {
        display:inline;
        Padding-Right:0px;
    }
    
  #OLW_Member_Text_MainDiv
    {
       float:right;
       margin-right:0px;
       margin-top:4px; 
       width:55%;/*BugFix:49068*/
       text-align:right;
    }

/* OLW Advance Header Ends */


/* OLW style Ends */