@import "common.css";
@import "product-promotion-pods.css";
/* ------------------------------------------------------------------
  Filename:        sitemap.css
  Author:          AKQA
  Description:     Page layout for the site map template
  ------------------------------------------------------------------- */
  
div.gradContent{
    padding: 18px 0px 20px 20px;
    background:  url(/library/default/images/common/backgrounds/gradient-bg.gif) repeat-x;
    margin-right: 3px;} 
 
div.gradContent h1{
    float:none;
    width:auto;
    height:auto;
    text-indent:0;
    font-size:1.9em;
	font-weight:normal;
	color:#c21b35;
	background:none;
    margin: 7px 0 22px 0;}

div.gradContent h2{
    float:none;
    height:auto;
    width:auto;
    margin:3px 0 10px 2px;
    padding-left:8px;
    text-indent:0;
    background: url(/library/default/images/common/chevrons/right-full.gif) no-repeat scroll 0 55%;}

div.column.last h2 {
	padding-left:0;
	background:none}
    
div.gradContent ul {
    margin:0 0 0 10px;
}

div.gradContent ul.noMargin {
	margin-left:2px}
    
div.gradContent li {
    background: url(/library/default/images/common/chevrons/right-full.gif) no-repeat scroll 0 51%;
    display:block;
    margin-bottom:6px;
    padding: 4px 0 4px 8px;}
    
div.gradContent div.dividerLine{
    clear:both;
    margin:14px 2px 14px 0;
    border-bottom:1px solid #e7e6e6;}
   
div.column {
    width:220px;
    float:left;
    margin-right:25px;}

div.column.last {
    margin-right:0px;}

div.column.last ul li.title {
	padding-left:0;
	background:none;
}
    
div.gradContent a.newWindowLink
{
    background: url(/library/default/images/common/icons/icon-external-link.gif) no-repeat right top;
    padding-right:14px;}

/* Place CSS rules for to-be-replaced elements here. 
Prefix by .sIFR-active so they only apply if sIFR is active. */
	
@media screen { 
	.sIFR-active div.gradContent h1 {
		visibility: hidden;
		font-family: Verdana;
		line-height: 1em;
		font-size:210%;
		margin-top:0px;
		margin-bottom:12px;
	}
}  