
  #product #hero h1 sup {
  	font-size: 14px;
    vertical-align: top;  
  }
  
  #product #hero a {
  	 color:#79D6F2;
  }
  #product.plan #hero {
    margin-bottom: 32px;
  }
  #product.plan #hero .col-1{
    width: 468px;
  }
  #product.plan #hero .col-2{
    width: 492px;
  }
  
  #product.plan #hero .col-1 .details {
    height: auto;
    width: 100%;
    display: inline-block;
    /*background: url(/resources/images/product/bg/hero-plan.png) left repeat-y;*/
    float: left;
    padding-bottom: 12px;
    -moz-border-radius-topleft: 3px; /* Firefox */
    -webkit-border-radius-topleft: 3px; /* Safari, Chrome */
    border-top-left-radius: 3px; /* CSS3 */
  	margin-top: 13px;
  } 
  #product.plan #hero .col-1 .deal{
    -moz-border-radius-bottomleft: 3px; /* Firefox */
    -webkit-border-radius-bottomleft: 3px; /* Safari, Chrome */
    border-bottom-left-radius: 3px; /* CSS3 */
  }
  #product.plan #hero .col-1 .callout {
    width: 439px;
    font-size: 18px;
  }
  #product.plan #hero .col-1 .callout h5 {
    margin: 12px 0 0 0;
    font-size: 16px;
    font-weight: normal;
  }
    #product.plan #hero .col-1 .callout h5 a {
      text-transform: none;
      font-weight: normal;
      font-size: 16px;
    }
    
    #product.plan #hero .print-share {
      float: right;
      margin-right: 113px;
      padding-top:15px;
    }
  
  /* Best Features
   --------------------------------------------------------*/
  #product.plan #hero .best-features {
    width: 480px;
    margin: 13px 0 0 -60px;
    display: inline-block;
  }
    #product.plan #hero .best-features li {
      width: 480px;
      float: left;
    }
    #product.plan #hero .best-features li .inner {
      padding: 11px 0;
      margin: 0 0 0 87px;
      background: url(/resources/images/product/bg/feature-item.png) left bottom no-repeat;
    }
      #product.plan #hero .best-features li h3 {
        font-size: 28px;
        color: #2b2b2b;
        font-weight: normal;
        text-transform: none;
        margin: 0 0 2px;
      }
      #product.plan #hero .best-features li:last-child .inner {
        background: none;
      }
      #product.plan #hero .best-features li .inner strong {
        font-weight: bold;
      }
      #product.plan #hero .best-features li .inner em {
        display: block;
        font-size: 18px;
      }
    #product.plan #hero .best-features li .icon {
      float: left;
    }

    #product.plan #hero .best-features li.text .icon {
      padding: 12px 0 0 0;
    }
    #product.plan #hero .best-features li.web .icon {
      padding: 3px 0 0 0;
    }
  
  /* Included Features
   --------------------------------------------------------*/

    #product.plan .features .included {
      width: 448px;
      margin: 0 22px 20px 0;
      float: left;
    }
    #product.plan .features .included li {
      padding: 10px 0;
      border-bottom: 1px solid #e2e2e2;
      font-size: 16px;
      width: 448px;
      display: inline-block;
    }
      #product.plan .features .included li:last-child {
        border: none;
      }
      #product.plan .features .included li > strong {
        color: #323232;
        font-weight: bold;
        width: 144px;
        margin: 0 10px 0 0;
        display: block;
        float: left;
      }
      #product.plan .features .included li span {
        width: 289px;
        float: right;
      }
  
  
  /* Optional Features
   --------------------------------------------------------*/
  #product.plan .features .optional {
    width: 431px;
    float: right;
    color: #505050;
    padding: 0 0 0 17px;
  }
    #product.plan .features .optional ul {
      width: 178px;
      float: left;
      margin: 20px 0 0 0;
    }
    #product.plan .features .optional ul.first {
      padding-right: 25px;
      margin-right: 30px;
      border-right: 1px solid #eee;
    }
    #product.plan .features .optional li {
      width: 178px;
      border-bottom: 1px dotted #b2b2b2;
      margin: 0 0 40px 0;
    }
    #product.plan .features .optional li .icon {
      display: inline-block;
      float: left;
      /*background: url(/resources/images/product/icon/features.png) left top no-repeat;*/
      margin: 0 19px 0 0;
    }
    #product.plan .features .optional li .info {
      width: 108px;
      display: inline-block;
    }
      #product.plan .features .optional li .info .title a {
        font-size: 14px;
      }
      #product.plan .features .optional li .info .description {
        font-size: 14px;
      }
      #product.plan .features .optional li .info .price {
        font-size: 12px;
        font-weight: bold;
        margin: 10px 0 13px 0;
        display:none;
      }
    /*#product.plan .features .optional li.voice-mail .icon {
      width: 50px;
      height: 49px;
      background-position: -200px 0;
    }
    #product.plan .features .optional li.push-to-talk .icon {
      width: 50px;
      height: 49px;
      background-position: -250px 0;
    }
    #product.plan .features .optional li.pictures .icon {
      width: 50px;
      height: 49px;
      background-position: -150px 0;
    }
    #product.plan .features .optional li.phone-insurance .icon {
      width: 50px;
      height: 49px;
      background-position: 0 0;
    }
    #product.plan .features .optional li.group-voice .icon {
      width: 50px;
      height: 49px;
      background-position: -50px 0;
    }
    #product.plan .features .optional li.ringback .icon {
      width: 50px;
      height: 49px;
      background-position: -100px 0;
    }*/
    #product.plan .add-to-my-plan {
      background-color: #f5f5f5;
      padding: 6px 0 4px 6px;
    }
    #product.plan .add-to-my-plan input {
      margin: 0 15px 0 0;
    }
    
    
  /* Compare overrides
   --------------------------------------------------------*/
  #product.plan .compare {
    width: 448px;
    margin-top: 0;
  }
  
  /* Similar overrides
   --------------------------------------------------------*/
  #product.plan .similar ul li img, #product.plan .similar ul li .emptyImage {
    float: left;
    margin: 0 13px 0 25px;
  }
  #product.plan .similar ul li .emptyImage {
  	width: 19px;
  }
  #product.plan .similar ul li {
    padding-bottom: 25px;
  }
  #product.plan .similar ul li .info {
    width: 100px;
    text-align: left;
    float: left;
  }
  /* #product.plan .similar ul li .info .name {
    font-size: ;
  } */
  #product.plan .similar ul li .info .price {
    font-size: 18px;
    font-weight: bold;
    color: #036fba;
  }
  #product.plan .similar ul li .info .description {
    font-size: 11px;
    color: #b1b1b1;
  }
  #product.plan .similar ul li .name {
    margin-top: 0;
  }
  
  /* Discussion overrides
   --------------------------------------------------------*/
  #product.plan #discussion {
    padding-bottom: 0;
  }
  
  /* Disclaimer */
  #product.plan #disclaimer_info {display: inline-block; width: 920px; border-bottom: 1px solid #EEEEEE; padding-bottom: 5px; }  
  #product.plan #disclaimer_info p { line-height: 1.5em; font-size: 1.1em; padding-bottom: 5px;} 
  #product.plan #disclaimer_info .more {display: none;}
  #product.plan #disclaimer_info h3 { margin-bottom: 12px;} 
  #product.plan #disclaimer_info .see_more {
  	background: url("../images/apps/read-more.gif") no-repeat scroll left center transparent;
    padding: 2px 0 0 20px;
  }
  #product.plan #disclaimer_info .see_more_on {
    background: url("../images/apps/collapse.png") no-repeat scroll left center transparent;
  }
  
  /* Plan Owner */   
  
  #product.plan #hero .col-1 .plan_owner .row-1 {
    -moz-border-radius-topleft: 3px;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    margin-bottom: 1px;
    padding: 13px 0 11px 17px;
    text-transform: uppercase;
	}	
	#product.plan #hero .col-1 .plan_owner .row-2 {
		padding: 13px 0 11px 17px;
	}
	#product.plan #hero .col-1 .plan_owner .row-2 .buyOneGetOne {
		height: 116px;
	    margin-bottom: 10px;
	    margin-top: 0;
	    padding: 2px;
	    width: 235px;
	}
#product.plan #hero .col-1 .plan_owner .cta {
    margin: 16px 26px 16px 16px;
}
#product.plan #hero .col-1 .plan_owner a.go-to-your-account {
    background: url("../images/icon/blue-arrow-with-circle.png") no-repeat scroll right center transparent;
    font-size: 14px;
    line-height: 14px;
    padding: 0 17px 0 0;
}
#product.plan #hero .col-1 .plan_owner .row-3 {
    -moz-border-radius-bottomleft: 3px;
    font-size: 13px;
    font-weight: bold;
    line-height: 13px;
    padding: 14px 0 13px 21px;
}

	/* Plan Business */
	#product.plan #hero .business .row-1 {
	    font-size: 18px;
    	font-weight: bold;
    	padding: 22px 0 22px 17px;
    	text-transform: none;
    	-moz-border-radius-topleft: 3px;
		line-height: 14px;
		margin-bottom: 1px;
	}
	#product.plan #hero .business .row-1 h2 {
		font-size: 26px;
		font-weight: bold;
		line-height: 26px;
		margin: 13px 0 0;
	}
	#product.plan #hero .business .row-1 h2 span {
		display: block;
		font-size: 18px;
		font-weight: normal;
		line-height: 18px;
	}
	#product.plan #hero .business .row-3 a, #product.plan #hero .business .row-4 a {
		padding-left: 17px;
	}

	#product.plan #hero .business .row-4 .back2Plans {
		margin-top: 20px;
		position: relative;
		display: block;
		color: white;
	    background: none repeat scroll 0 0 #28CDFF;
		border: 1px solid #22AED8;
		box-shadow: 0 1px 3px #1F9CC2 inset;
		padding: 6px;
		text-align: center;
		width: 123px;
		margin-left: 17px;
		border-radius: 25px;
		font-weight: inherit;
		font-size: 16px;
	}

	#product.plan #hero .col-1 .details .right .change_plan {
  		padding-top: 40px;
	} 	
	#product.plan .features .optional .bucketInfo {
      width: 378px;
      border-bottom: 1px dotted #b2b2b2;
      margin: 0 0 30px 0;
      padding-bottom: 2px;
    }
    
    #bucket_table{
    	border: 1px solid #b2b2b2;
    	margin: auto;
    }
    
    #bucket_title th{
    	border: 1px solid #b2b2b2;
    	padding: 5px 5px 5px 5px;
    }
    
    #bucket_content td{
    	border: 1px dotted #b2b2b2;
    	padding: 2px 2px 2px 2px;
    }
    
    .buyOneGetOne {
		background: url("/resources/images/btn/buy-one-get-one.png") no-repeat
			scroll left center transparent;
		margin-top: 10px;
		padding: 2px;
	}
	
	#product #hero .col-1 .buyOneGetOne .select-this-phone {
		margin: 66px 21px 8px 21px;		
	}
	#product #hero .col-1 .buyOneGetOne .selPlanChngPhone {
		margin-left: 1px;
		margin-right: 15px;
	}
	#product #hero .col-1 .buyOneGetOne .selectInstd {
		margin-left: 15px;
		margin-right: 21px;
	}
	#product #hero .col-1 .buyOneGetOne .seltdPlans {
		margin-left: 50px;
		margin-right: 50px;
	}
	#product #hero .col-1 .buyOneGetOne .selPlanChngPhone span{
		padding: 0 5px 0 5px;
	}
	#product #hero .col-1 .buyOneGetOne .chngPlanSelectPlan {
		margin-left: 35px;
	}
	#product #hero .col-1 .buyOneGetOne .changPlanSelected {
		margin-left: 50px;
margin-top: 40px;
margin-bottom: 15px;
	}	
	.buyOneGetOne .selPlanChngPhone span {
	background: url("/resources/images/btn/blue-button-left-47h.png")
		no-repeat scroll left center transparent;
	font-size: 13px;
	height: 47px;
	line-height: 43px;
	padding: 0 5px 0 23px;
}
#product.plan #hero .col-1 .plan_owner .buyOneGetOne .addALineButton{
	margin-top: 65px;
	margin-left: 25px;
}
#product.plan #hero .col-1 .details .right .buyOneGetOne .upgradeLink{
	margin: 15px;
	color:black;
}