/**
 * Common
 */
#main_content h3 {
	color: #469028;
	
	/*font-size: 1.846em;*/
}

.speed_in b,.speed_out b{color:white !important}
/**
 * Types
 */
#main_content .types {
	clear: left;
	margin: 0 0 1.2em 149px;
	zoom: 1;
}

#main_content .types:after {
	clear: both;
	content: '';
	display: block;
	height: 0;
}

#main_content .types h2 {
	float: left;
	font-size: 1.325em;
	margin: 0 1em 0 0;
	font-weight:none;
}

#main_content .types p {
	color: #fb7f06;
	float: left;
	margin: 0 1em 0 0;
}

#main_content .types a:visited {
	color: #1a56bb;
}

#main_content .types h2 a.selected,
#main_content .types h2 a.selected:visited {
	color: #469028;
}

#main_content .types b {
	font-weight: normal;
}


/**
 * Sub Types
 */
#main_content .sub_types {
	clear: left;
	/**margin: 0 -3em 0 149px;**/
	zoom: 1;
}

#main_content .sub_types:after {
	clear: both;
	content: '';
	display: block;
	height: 0;
}

#main_content .sub_types li {
	float: left;
	line-height: 2em;
	margin: 0 2em 0 0;
}

#main_content .sub_types li.selected .pseudo_link {
	border-bottom: 0;
	color: #fb7f06;
	cursor: auto;
}


/**
 * Prices
 */
#main_content .changer input {
	display: none;
}

.js #main_content .prices {
	position: relative;
	width: 100%;
}

.js #main_content .prices_section {
	padding-top: 3em;
}

.js #main_content .changer {
	left: 0;
	margin-left: 149px;
	position: absolute;
	top: 0px;
	height:20px
}

.js #main_content .changer h3,
.js #main_content .changer h4 {
	color: #000;
	font-size: 1em;
}

.js #main_content .changer input {
	display: inline;
}


/**
 * Channels
 */
#main_content .channels .column {
	width: 29%;
}

#main_content .channels li {
	margin-bottom: .6em;
}


/**
 * Price Plan
 */
#main_content .price_plans {
	clear: left;
	position: relative;
	width: 100%;
}

#main_content .price_plans:after {
	clear: left;
	content: '';
	display: block;
	height: 0;
}

#main_content .price_plan_section {
	float: left;
	margin-bottom: 2em;
}

#main_content .price_plan {
	border: 1px solid #c7c7c7;
	float: left;
	margin: 0 20px 20px 0;
	position: relative;
	text-decoration: none;
}

#main_content .price_plan .top {
	display: block;
	min-width: 100px;
	padding: 5px 5px 20px;
	text-align: center;
	_width: 100px;
}

#main_content a.price_plan .top {
	cursor: pointer;
}

#main_content .price_plan .top,
#main_content .price_plan .top strong {
	color: #fff;
}

#main_content .price_plan .bottom {
	display: block;
	padding: 10px 5px 5px;
	position: relative;
}

#main_content .price_plan .bottom,
#main_content .price_plan .bottom strong {
	color: #000;
}

#main_content .price_plan .bottom .wave {
	display: block;
	height: 15px;
	left: 0;
	_left: -5px;
	overflow: hidden;
	position: absolute;
	top: -15px;
	width: 100%;
	_width: expression(this.parentNode.parentNode.clientWidth + 'px');
}

#main_content .price_plan .bottom .wave ins {
	background: url(wave_ffffff.png) no-repeat;
	display: block;
	height: 15px;
	left: 0;
	position: absolute;
	top: 0;
	width: 980px;
}

#main_content .price_plan .name {
	display: block;
	font-size: 1.08em;
	margin-bottom: .5em;
	padding-top: 30px;
	position: relative;
	text-align: center;
	width: 100%;
}

#main_content .price_plan .name strong {
	font-size: 1.214em;
	font-weight: bold;
	text-transform: uppercase;
}

#main_content .price_plan .name strong .number {
	font-size: 1.41em;
}

#main_content .price_plan .name .number {
	font-family: Tahoma, sans-serif;
}

#main_content .price_plan .logo {
	background: url(logo.png) no-repeat;
	display: block;
	height: 19px;
	left: 50%;
	margin-left: -28px;
	position: absolute;
	top: 0;
	width: 57px;
}

#main_content .price_plan .speed {
	display: block;
	font-size: .923em;
	padding-left: .4em;
	position: relative;
	text-align: center;
	width: 100%;
}

#main_content .price_plan .speed b {
	font-size: 1.23em;
}

#main_content .price_plan .speed_in,
#main_content .price_plan .speed_out {
	display: block;
	text-align: left;
}

#main_content .price_plan .speed_in strong {
	font-size: 1.5em;
}

#main_content .price_plan .speed .line {
	display: block;
	text-align: left;
	width: 100%;
}

#main_content .price_plan .speed .line ins {
	background: url(speed.gif) no-repeat;
	display: block;
	height: 11px;
	margin-top: .5em;
	position: relative;
}

#main_content .price_plan .speed .line1 ins { width: 5px; }
#main_content .price_plan .speed .line2 ins { width: 12px; }
#main_content .price_plan .speed .line3 ins { width: 19px; }
#main_content .price_plan .speed .line4 ins { width: 26px; }
#main_content .price_plan .speed .line5 ins { width: 33px; }
#main_content .price_plan .speed .line6 ins { width: 40px; }
#main_content .price_plan .speed .line7 ins { width: 47px; }
#main_content .price_plan .speed .line8 ins { width: 54px; }
#main_content .price_plan .speed .line9 ins { width: 61px; }
#main_content .price_plan .speed .line10 ins { width: 68px; }
#main_content .price_plan .speed .line11 ins { width: 75px; }
#main_content .price_plan .speed .line12 ins { width: 82px; }
#main_content .price_plan .speed .line13 ins { width: 89px; }

#main_content .price_plan .price {
	display: block;
	font-size: .923em;
	text-align: center;
}

#main_content .price_plan .price strong {
	display: block;
	font-size: 2em;
}

#main_content .price_plan .traffic {
	clear: left;
	display: block;
	font-size: 1.077em;
	line-height: normal;
	margin-top: .5em;
	text-align: center;
	width: 100%;
	width: 7.2em;
}

#main_content .price_plan .traffic:after {
	clear: left;
	content: '';
	display: block;
	height: 0;
}

#main_content .price_plan .traffic strong {
	font-size: 1.2em;
	font-weight: normal;
}

#main_content .price_plan .traffic .label {
	display: block;
	font-size: .714em;
}

#main_content .price_plan .traffic .mb,
#main_content .price_plan .traffic .plus,
#main_content .price_plan .traffic .adv {
	display: block;
	float: left;
}

#main_content .price_plan .traffic .mb {
	margin-left: .7em;
}

#main_content .price_plan .traffic .mb,
#main_content .price_plan .traffic .mb strong {
	color: #841e00;
}

#main_content .price_plan .traffic .plus {
	margin: 0 .5em;
	padding-top: .8em;
}


#main_content .price_plan_unlimit .top {
	background: #459a23 url(gradient_459a23.png) repeat-x;
}

#main_content .price_plan_unlimit a:hover .bottom {
	background: #d7ffc7;
}

#main_content .price_plan_unlimit a:hover .wave ins {
	background-image: url(wave_d7ffc7.png);
}

#main_content .price_plan_limit .top {
	background: #c73109 url(gradient_c73109.png) repeat-x;
}

#main_content .price_plan_limit a:hover .bottom {
	background: #fff5be;
}

#main_content .price_plan_limit a:hover .wave ins {
	background-image: url(wave_fff5be.png);
}

#main_content .price_plan_unlimit2 .top {
	background: #095fbd url(gradient_095fbd.png) repeat-x;
}

#main_content .price_plan_unlimit2 a:hover .bottom {
	background: #d1f3ff;
}

#main_content .price_plan_unlimit2 a:hover .wave ins {
	background-image: url(wave_d1f3ff.png);
}

#main_content .price_plan .cn {
	display: block;
	height: 5px;
	left: -1px;
	overflow: hidden;
	position: absolute;
	top: -1px;
	width: 5px;
}

#main_content .price_plan .cn ins {
	background: url(corners.png) no-repeat;
	display: block;
	height: 10px;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 10px;
}

#main_content .price_plan .cn.rt,
#main_content .price_plan .cn.rb {
	left: -4px;
	margin-left: 100%;
}

#main_content .price_plan .cn.rt ins,
#main_content .price_plan .cn.rb ins {
	left: -5px;
}

#main_content .price_plan .cn.lb,
#main_content .price_plan .cn.rb {
	margin-top: -4px;
	top: auto;
}

#main_content .price_plan .cn.lb ins,
#main_content .price_plan .cn.rb ins {
	top: -5px;
}




#private_office {

top:132px;
width:120px;
z-index:3;
}
#private_office .left_pixel, #private_office .right_pixel {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#F2D9D7 none repeat scroll 0 0;
display:none;
font-size:1px;
height:1px;
line-height:1px;
margin-top:-1px;
overflow:hidden;
position:relative;
width:1px;
}
#private_office .right_pixel {
margin:-1px 0 0 auto;
}
#private_office .enter {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#C11F0B url(top_back2.png) repeat-x scroll 0 0;
font-weight:bold;
margin:0;
padding-bottom:4px;

padding-top:4px;
white-space:nowrap;
}
#private_office .enter a, #private_office .enter a:visited {
color:#FFEEEE;
}
#private_office .enter a:hover, #private_office .enter a:focus {
color:#FFFFFF !important;
}
.js #private_office .enter a {
border-bottom:1px dashed;
text-decoration:none;
}
#private_office .icon {
display:block;
height:12px;
left:10px;
overflow:hidden;

top:0.55em;
width:23px;
}
#private_office .icon ins {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(key.png) no-repeat scroll 0 0;
display:block;
height:12px;
left:0;

top:0;
width:23px;
}
#private_office .activate {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF none repeat scroll 0 0;
line-height:2.8em;
margin:0;
padding-left:10px;
white-space:nowrap;
}
#private_office .activate, #private_office .activate a, #private_office .activate a:visited {
color:#666666;
}
#private_office .activate a:hover, #private_office .activate a:focus {
color:#1A56BB !important;
}
#private_office .simple_form {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FAFEED none repeat scroll 0 0;
padding:7px 10px 0;
}
#private_office .simple_form .row {
padding-bottom:0.1em;
}
#private_office .simple_form .label {
width:3.8em;
}
#private_office .simple_form .field {
margin-left:4em;
}
#private_office .simple_form .text_field input {
width:10.5em;
}
#private_office .simple_form .remind {
font-size:0.846em;
}


/**
 * Private Office
 */
#private_office .enter {
	background: #c11f0b url(private_back.png) repeat-x 0 -5px;
	background-position: 0 -5px;
	padding-top: 0;
}

#private_office .enter a {
	line-height: normal;
}

#private_office .activate {
	background: #fff;
	line-height: normal;
	padding-bottom: 4px;
	padding-top: 7px;
}

#private_office .pcorner {
	height: 5px;
	overflow: hidden;
	position: relative;
	width:100%;
}

#private_office .pcorner .back {
	display: block;
	height: 5px;
	overflow: hidden;
}

#private_office .pcorner .cn {
	display: block;
	height: 5px;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 5px;
}

#private_office .pcorner .cn ins {
	background: url(private_corners.png) no-repeat;
	display: block;
	height: 10px;
	left: 0;
	position: absolute;
	top: 0;
	width: 10px;
}

#private_office .pcorner_bottom .cn ins {
	top: -5px;
}

#private_office .pcorner_top .back {
	background: url(private_back.png) repeat-x;
}

#private_office .pcorner_bottom .back {
	background: #FAFEED;
}

#private_office .pcorner .cn.r {
	left: -5px;
	margin-left: 100%;
}

#private_office .pcorner .cn.r ins {
	left: -5px;
}





#connect_panel {

overflow:hidden;
position:relative;
width:100%;
z-index:2;
}
#connect_panel .container {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#BE2309 url(connect_back.png) repeat-x scroll 0 0;
min-width:210px;
width:22em;
}
#connect_panel .content {
padding:5px 0 5px 15px;
}
#connect_panel h3 {
color:#FFFFFF;
font-size:1.5em;
font-weight:bold;
margin:0 0 0.2em;
}
#connect_panel h3 img {
height:17px;
width:176px;
}
#connect_panel form {
font-size:1.3em;
line-height:normal;
}
#connect_panel form p {
margin-bottom:0.3em;
overflow:hidden;
position:relative;
}
#connect_panel .text, #connect_panel .submit {
display:block;
float:left;
}
#connect_panel .text {
margin-right:20px;

}
#connect_panel .text input {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF url(phone_icon.png) no-repeat scroll 4px center;
color:#000000;
font-family:Arial,Helvetica,sans-serif;
padding-left:25px;
width:100%;
}
#connect_panel .text input.empty {
color:#B2B2B2;
}
#connect_panel .text input.empty:focus {
color:#000000;
}
#connect_panel .submit {
width:45px;
}
#connect_panel .submit input {
height:28px;
width:42px;
}
#connect_panel .info {
font-size:0.846em;
margin-bottom:0;
}
#connect_panel .info, #connect_panel .info a {
color:#FFDEDE;
}
#connect_panel .info a:hover, #connect_panel .info a:focus {
color:#FFFFFF !important;
}

#connect_panel {
/**left:76%;
position:absolute;
top:-40px;**/
width:283px;
}
#connect_panel .container {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent none repeat scroll 0 0;
}
#connect_panel .content {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#BE2309 url(connect_back.png) repeat-x scroll 0 -10px;
min-height:60px;
padding:0 0 0 15px;
text-align:left;
}
#connect_panel .corner {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(connect_back.png) repeat-x scroll 0 0;
font-size:0;
height:10px;
line-height:0;
margin:0 10px;
position:relative;
}
#connect_panel .corner .cn {
display:block;
height:10px;
overflow:hidden;
position:absolute;
width:10px;
}
#connect_panel .corner .cn ins {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(connect_corner.png) no-repeat scroll 0 0;
display:block;
height:20px;
position:absolute;
width:20px;
}
#connect_panel .corner_bottom {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#BE2309 none repeat scroll 0 0;
}
#connect_panel .corner_bottom .cn ins {
top:-10px;
}
#connect_panel .corner .l {
left:-10px;
top:0;
z-index:6;
margin-left:0;
}
#connect_panel .corner .r {
left:0;
margin-left:262px;
z-index:6;
top:0;
}
#connect_panel .corner .r ins {
left:-10px;
}
#connect_panel .text input {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF url(phone_icon.png) no-repeat scroll 4px center;
color:#000000;
font-family:Arial,Helvetica,sans-serif;
padding-left:25px;
width:150px;
}
#connect_panel .text input.empty {
color:#B2B2B2;
}

#main_content .topnote {
font-size:0.846em;
line-height:normal;
margin-bottom:-1.5em;
margin-left:60%;
}

.file {
line-height:2;
}
.file i {
display:inline-block;
height:1em;
margin-left:10px;
position:relative;
width:32px;
}
.file i ins {
display:block;
height:32px;
left:0;
position:absolute;
top:-6px;
width:32px;
}
.PDF i ins {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(/stream/files/pdf.png) no-repeat scroll 0 0;
}
.DOC i ins {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(/stream/files/doc.png) no-repeat scroll 0 0;
}
.XLS i ins {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(/stream/files/xls.png) no-repeat scroll 0 0;
}
.ZIP i ins {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(/stream/files/zip.png) no-repeat scroll 0 0;
}
