﻿@charset "utf-8";
/* CSS Document */
.all_outline {
	width: 800px!important;
	text-align: left;
	border: 1px solid #EAEAEA;
	background-color: #FFF;
	padding: 5px;
	height: 100%;
	margin: 10px auto;
 }
 
.pnlChoosePlan { width: 800px;}
.title{ background:#F7AD0D; height:25px; line-height:25px; margin:5px 0; text-indent:6px; color:#FFF; font-size:14px; font-weight:bold;}
.content { border:1px solid #E9E9E9; }
.PlanGroup {width:100%; height: 24px; padding-left:5px; color: #4d4d4d; margin:8px 0;clear:both; }
.PlanGroup_Type,.PlanGroup_Pro { height: 24px; line-height:24px; font-weight:bold;}
.f_L { float:left;}
.f_R { float:Right;}
.PlanGroup_Type { width:388px;  } 
.icon_portlet_expand,.icon_portlet_collapse { width:13px; height:18px; cursor: pointer; margin-right:5px; }
.icon_portlet_expand { background:url(../images/icon_portlet_expand.png) no-repeat 0 5px; }
.icon_portlet_collapse { background:url(../images/icon_portlet_collapse.png) no-repeat 0 5px; }

.SamePlanList{ witdth:100%; border-bottom: 1px solid #E2DEDE;clear:both; }
.SamePlanList_Con { width:100%; background:#f3f3f3; border-top: 1px solid #d9d9d9; overflow:hidden; clear:both; }
.SamePlanList_Con p { height:auto; margin-top:5px; margin-bottom:5px; line-height:22px; }
.PlanID { width:92px; margin-left:23px;}
.MonthFeePro { width:288px; padding-right:8px;}
.IFDPro { width:290px;}
.ChooseBtn {
	border:none;
	width:78px;
	height: 22px;
	line-height: 19px;
	color: #FFF;
	cursor: pointer;
	background-color: #F7AD0D;
	text-align: center;
	vertical-align: middle;
	margin-left: 5px;
	margin-top:5px;
	margin-bottom:5px;
	font-weight:bold;
	}
.ChooseBtn:hover{ background-color: #e5a00b;}
.ChooseBtn_Selected {
	border:none;
	width:78px;
	height: 22px;
	cursor: pointer;
	background: #60b761 url(../images/btn_selected2.png) no-repeat 30px 3px ;
	margin-left: 5px;
	margin-top:5px;
	margin-bottom:5px;
	}	
.SamePlanList_Con_Selected {width:100%; background:#ffffcc; color: #F46C08; font-weight:bold; border-top: 1px solid #E2DEDE; border-bottom: 1px solid #E2DEDE;clear:both; }
.SamePlanList_Con_Selected P { height:auto; margin-top:5px; margin-bottom:5px; line-height:22px; }
.DIDComboIdList { background:#FFFFF7; padding-left:18px;}
.DIDComboId { padding:3px 0;}
.txt_blackBold { color: #000; font-weight: bold;}
input {vertical-align: middle;}
