﻿/*** box 270 ***/

.box_270
{
    margin: 0px 0px 0px 0px;
    width: 270px;
}

.box_270_bottom_grey
{
    background-image: url(/assets/images/backgrounds/box_lc_bottom_grey.png);
    background-repeat: no-repeat;
    clear: both;
    font-size: 0px;
    height: 6px;
}

.box_270_bottom_grey_solid
{
    background-repeat: no-repeat;
    clear: both;
    font-size: 0px;
    height: 6px;
}

.box_270_content
{    
    padding: 9px 10px 0px 11px;
    float: left;
}

* html .box_270_content
{
    height: 1px;
}

.box_270_middle_grey 
{
	background-image:url(/assets/images/backgrounds/box_lc_border_grey.gif);
	background-repeat:repeat-y;
}

* html .box_270_middle_grey 
{
	float:left;
}

.box_270_middle_grey_solid
{
    background-color: #ebebeb;
}
.box_270_title_grey
{
    background-color: #c6c1ba;
    height: 23px;
    padding: 12px 0px 0px 11px;
    width: 259px;
}


/*** Box 424 ***/

.box_424
{
    margin: 0px 0px 0px 0px;
    width: 424px;
}

.box_424_bottom_grey
{
    background-image: url(/assets/images/backgrounds/box_mc_bottom_grey.png);
    background-repeat: no-repeat;
    font-size: 0px;
    clear: both;
    height: 6px;
}

.box_424_bottom_grey_solid
{
    background-repeat: no-repeat;
    clear: both;
    font-size: 0px;
    height: 6px;
}

.box_424_content
{
    float: left;
    padding: 12px 0px 0px 10px;
}

.box_424_middle_grey
{
	background-image:url(/assets/images/backgrounds/box_mc_border_grey.gif);
	background-repeat:repeat-y;
}

.box_424_middle_grey_solid
{
    background-color: #ebebeb;
}

.box_424_title_grey
{
    background-color: #c6c1ba;
    height: 23px;
    padding: 12px 0px 0px 11px;
    width: 413px;
}

/*** Box 260 ***/

.box_260
{
    margin: 0px 0px 0px 0px;
    width: 260px;
}
.box_260_top_grey
{
    background-image: url(/assets/images/backgrounds/box_260_top_grey.png);
    background-repeat: no-repeat;
    clear: both;
    font-size: 0px;
    height: 6px;
    width:260px;
}
.box_260_bottom_grey
{
    background-image: url(/assets/images/backgrounds/box_rc_1_bottom_grey.png);
    background-repeat: no-repeat;
    clear: both;
    font-size: 0px;
    height: 6px;
}

.box_260_bottom_grey_solid
{
    background-repeat: no-repeat;
    clear: both;
    font-size: 0px;
    height: 6px;
}

.box_260_column_content
{    
    padding: 9px 10px 0px 11px;
}

* html .box_260_column_content
{
    height: 1px;
}

.box_260_content
{
    padding: 12px 10px 0px 10px;
}

.box_260_middle_grey
{
    background-image: url(/assets/images/backgrounds/box_rc_1_border_grey.gif);
    background-repeat: repeat-y;
}

.box_260_middle_grey_solid
{
    background-color: #c6c1ba;
}

.box_260_title_grey
{
    background-color: #c6c1ba;
    height: 23px;
    padding: 12px 0px 0px 11px;
    width: 249px;
}

.box_260_title_dark
{
    background-color: #595959;
    height: 23px;
    padding: 12px 0px 0px 11px;
    width: 249px;
}

/*** Box 694 ***/

.box_694
{
    margin: 0px 0px 0px 0px;
    width: 694px;
}

.box_694_bottom_grey
{
    background-image: url(/assets/images/backgrounds/box_rc_2_bottom_grey.png);
    background-repeat: no-repeat;
    clear: both;
    font-size: 0px;
    height: 6px;
}

.box_694_column_content
{
    padding: 9px 10px 0px 11px;
    margin: 0;
}

.box_694_content
{
    padding: 9px 10px 0px 11px;
}

.box_694_middle_grey
{
	background-image:url(/assets/images/backgrounds/box_rc_2_border_grey.gif);
	background-repeat:repeat-y;
}

.box_694_title_grey
{
    background-color: #c6c1ba;
    height: 23px;
    padding: 12px 0px 0px 11px;
    width: 683px;
}

/*** Box 694 ***/

.box_704
{
    margin: 0px 0px 0px 0px;
    width: 704px;
}

.box_704_bottom_grey
{
    /*background-image: url(/assets/images/backgrounds/box_rc_2_bottom_grey.png);*/
    background-repeat: no-repeat;
    clear: both;
    font-size: 0px;
    height: 6px;
}

.box_704_column_content
{
    padding: 9px 10px 0px 11px;
    margin: 0;
}

.box_704_content
{
    padding: 9px 10px 0px 11px;
}

.box_704_middle_grey
{
	/*background-image:url(/assets/images/backgrounds/box_rc_2_border_grey.gif);*/
	background-repeat:repeat-y;
}

.box_704_title_grey
{
    background-color: #c6c1ba;
    height: 23px;
    padding: 12px 0px 0px 11px;
    width: 693px;
}

/* NEW */

.box_260
{
    width: 260px;
}

.box_270
{
    width: 270px;
}

.box_424
{
    width: 424px;
}

.box_694
{
    width: 694px;
}

.box_704
{
    width: 704px;
}

.box_title_dark
{
    background-color: #595959;
    color: #FFFFFF;
    font-weight: bold;
    padding: 10px 0px 8px 11px;
}

.box_title_grey
{
    background-color: #999;
    color: #FFFFFF;
    font-weight: bold;
    padding: 10px 0px 8px 11px;
}

.border_1_grey
{
    border: solid 1px #D9D9D9;
}

.border_1_dark
{
    border: solid 1px #c6c1ba;
}

.border_1_full_grey
{
    border-bottom: 1px solid #EBEBEB;
    border-left: 1px solid #EBEBEB;
    border-right: 1px solid #EBEBEB;
    border-top: 1px solid #EBEBEB;
}

.border_2_grey
{
    border-bottom: 2px solid #EBEBEB;
    border-left: 2px solid #EBEBEB;
    border-right: 2px solid #EBEBEB;
}

.border_2_full_grey
{
    border-bottom: 2px solid #EBEBEB;
    border-left: 2px solid #EBEBEB;
    border-right: 2px solid #EBEBEB;
    border-top: 2px solid #EBEBEB;
}

.border_3_grey
{
    border-bottom: 2px solid #CBC6C0;
    border-left: 2px solid #CBC6C0;
    border-right: 2px solid #CBC6C0;
}

.border_4_grey {border: 2px solid #C6C1BB;}

.solid_grey
{
    background-color: #EBEBEB;
    border-bottom: 2px solid #EBEBEB;
    border-left: 2px solid #EBEBEB;
    border-right: 2px solid #EBEBEB;
}

.box_content
{
    padding: 9px 8px 0px 8px;
    height: 1%;
}

.box_content_nopad
{
    height: 1%;
}

/* Active Plan Boxes */

.box_title_green {background-color: #8E960C;}
.solid_green {background-color: #ADB901;}
.solid_green .lighter {background-color: #e6eab2;}
.solid_green .darker {background-color: #8d960b; color: #ffffff;}
.solid_green .darker a:link {color: #ffffff;}
.solid_green a, .solid_green a:link,.solid_green a:visited  {font-weight:bold;color:#444607;}

.box_title_blue {background-color: #4677AF}
.solid_blue {background-color: #8BA4CC;}
.solid_blue .lighter {background-color: #dce4f0;}
.solid_blue .darker {background-color: #4578ae; color: #ffffff;}
.solid_blue .darker a:link {color: #ffffff;}
.solid_blue a, .solid_blue a:link,.solid_blue a:visited {font-weight:bold;color:#204267;}

.box_title_gold {background-color:#C89603;}
.solid_gold {background-color: #EEB712;}
.solid_gold .lighter {background-color: #fae9b7;}
.solid_gold .darker {background-color: #c89603; color: #ffffff;}
.solid_gold .darker a:link {color: #ffffff;}    
.solid_gold a, .solid_gold a:link,.solid_gold a:visited {font-weight:bold;color:#965207;}

.plan_box {}
.plan_box .solid_gold, .plan_box .solid_blue, .plan_box .solid_green {padding-top:10px;}
.plan_box .lighter {padding:10px 10px 10px 9px;}
.plan_box .box_shot {
    display:block;
    width:141px;
    float:left;
    text-align:center;
    margin:17px 0px 0px 0px;    
    }
    
.plan_box .box_shot .expand_button {margin: 8px 0px 0px 0px;}

.plan_box .points {
    display:block;
    /*width:270px;*/
    width: 550px;
    float:left;
    margin:5px 0 0 0;
    }
    
.plan_box .points dl {float:left; margin-top: 20px; width: 260px;}

.plan_box .points dt {
    font-size:18px;
    padding-bottom:10px;
    }
.plan_box .points dd {
    font-size:13px; 
    margin:0px 0px 0px 0px;
    padding:0 0 10px 15px;
    background-image:url('/assets/images/general/icon_arrow_orange.gif');
    background-repeat:no-repeat;
    background-position:3px 5px;
    }   
 
 .plan_box .points dd em, .package_includes p em {
     font-size:10px;
     }   
 
.plan_box .package_includes {
    display:block;
    margin:15px 15px 15px 0;
    width:252px;
    float:right;
    padding:15px 0 0 0;
    background-color:#fff;
    background-position:centre top;
    background-repeat:no-repeat;
    }
.plan_box .package_includes p {
    padding-left:12px;
    padding-right:12px;
    }
     
.plan_box .package_includes div {
    background-position:center bottom;
    background-repeat:no-repeat;
    padding:0 0 15px 0;
    }

.solid_green .package_includes {background-image:url('/assets/images/general/green_package_back.gif');}
.solid_green .package_includes div {background-image:url('/assets/images/general/green_package_bottom.gif');}

.solid_blue .package_includes {background-image:url('/assets/images/general/blue_package_back.gif');}
.solid_blue .package_includes div {background-image:url('/assets/images/general/blue_package_bottom.gif');}

.solid_gold .package_includes {background-image:url('/assets/images/general/gold_package_back.gif');}
.solid_gold .package_includes div {background-image:url('/assets/images/general/gold_package_bottom.gif');}

.package_includes h2 {font-weight:bold;margin:0 0 10px 12px;padding:0;font-size:15px;}

/*.solid_green h2 {color:#8d960b;}
.solid_blue h2 {color:#4677ae;}
.solid_gold h2 {color:#c89602;}*/

.plan_box .lighter {}

.plan_box .hidden_request {color:#FFF; line-height: 22px; margin: 0px 0px 0px 0px;}

.plan_box .lighter .left 
{
   display:block;
   float:left;
   width:310px; 
   margin-left:10px;
   font-size:11px;
    }

.plan_box .lighter .right {
   display:block;
   float:right;
   margin-right:10px;
   width:320px; 
   font-size:11px;
    }

#plan_ppr .lighter p {
    margin:0;
    padding:0;
    }
    
/* Homepage -- home_pricing */

#home_pricing {}
#home_pricing .arrow {padding-left:5px;}
#home_pricing .solution {
    padding-bottom:10px;
    }
/*#home_pricing{
    background-image:url('../images/backgrounds/homepage_grad.gif');
    }*/
    
#home_pricing p.title {
    font-weight:bold;margin:0 0 5px 0;padding:5px 0 0 0;font-size:18px;
    }
#home_pricing p.title a {text-decoration:none;}

#home_pricing .solution_content {float: left; width: 340px;}
#home_pricing #enterprise_package p.title a {color:#ADB901;}
#home_pricing #annual_package p.title a {color:#8BA4CC;}
#home_pricing #ppr_package p.title a {color:#EEB712;}




.plan_box .package_includes_fullw 
{
    margin:0px 0px 10px 0px;
    width:675px;
    padding:0px 0px 0px 0px;
    background-color:#fff;
}

.plan_box .lighter .last {margin: 0px;}

.plan_box .package_includes_fullw .top {background-repeat: no-repeat; height: 8px;}
.plan_box .package_includes_fullw .middle {background-repeat: repeat-y; padding: 4px 12px;}
.plan_box .package_includes_fullw .bottom {background-repeat: no-repeat; height: 8px;}
    
.plan_box .package_includes_fullw p {margin: 12px 0px 0px 0px; padding-left:12px; padding-right:12px;}
.plan_box .package_includes_fullw ul {float: left; margin-top: 12px; padding-left:15px; width: 500px;}

#plan_c360complete .package_includes_fullw .top {background-image:url('/assets/images/boxes/green_package_top.gif'); font-size: 0px;}
#plan_c360complete .package_includes_fullw .middle {background-image:url('/assets/images/boxes/green_package_middle.gif');}
#plan_c360complete .package_includes_fullw .bottom {background-image:url('/assets/images/boxes/green_package_bottom.gif'); font-size: 0px;}

#plan_c360custom .package_includes_fullw .top {background-image:url('/assets/images/boxes/blue_package_top.gif'); font-size: 0px;}
#plan_c360custom .package_includes_fullw .middle {background-image:url('/assets/images/boxes/blue_package_middle.gif');}
#plan_c360custom .package_includes_fullw .bottom {background-image:url('/assets/images/boxes/blue_package_bottom.gif'); font-size: 0px;}

#plan_c360enterprise .package_includes_fullw .top {background-image:url('/assets/images/boxes/gold_package_top.gif'); font-size: 0px;}
#plan_c360enterprise .package_includes_fullw .middle {background-image:url('/assets/images/boxes/gold_package_middle.gif');}
#plan_c360enterprise .package_includes_fullw .bottom {background-image:url('/assets/images/boxes/gold_package_bottom.gif'); font-size: 0px;}

.solid_green .request_quote {border-top: 2px solid #e6eab2;}
.solid_blue .request_quote {border-top: 2px solid #dce4f0;}
.solid_gold .request_quote {border-top: 2px solid #e6eab2;}

.plan_box .request_quote {margin: 0px 0px 0px 0px; padding:10px 15px 10px 15px;}

.box_260 .link_button_icon {float: left; margin: 0px 3px 10px 0px; width: 33px;}
.box_260 .link_button_text {float: left; width: 204px;}
.box_260 .link_button_text_1 {float: left; padding-top: 7px; width: 204px;}
