.box20{
	float: left;
	width: 20%;
}
.box20 .cont{
	padding: 0 5px;
}

/**/
#cont_1{
	display: block;
}
#cont_2{
	display: none;
}
#prices .button2{
	padding-top: 5px;
	padding-bottom: 5px;
}
#prices .button2 i{
	display: block;
	font-style: normal;
	font-size: 12px;
	text-transform: none;
}

/**/
#prices .tabs a{
	transition: all 0.5s ease 0s;
	display: block;
	margin: 0 0 10px;
	padding: 20px 0;
	background: #efefef;
	border: solid 1px #f7aa00;
	font-weight: bold;
	font-size: 16px;
	color: #58595b;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
}
#prices .tabs a:hover{
	color: #f7aa00;
}
#prices .tabs a.active{
	background: #f7aa00;
	color: #fff;
}

/**/
.priceBox{
	text-align: center;
}
.priceBox .pHead{
	padding: 15px 5px 5px 5px;
	background: #f7aa00;
	color: #fff;
}
.priceBox.top .pHead{
	background: #11286b url(/styles/imgs/lamp.jpg) no-repeat top right;
}
.priceBox .p1{
	margin: 0 0 5px;
	font-size: 25px;
	font-weight: 700;
}
.priceBox .p2{
	margin: 0 0 5px;
	font-size: 16px;
	font-weight: 700;
}
.priceBox .p3{
	margin: 0 0 5px;
	font-size: 14px;
}
.priceBox .pCont{
	position: relative;
	margin: 0 0 30px;
	padding: 45px 5px 25px;
	background: #e3e3e3;
	overflow: hidden;
}
.priceBox .pCont .triangle{
	position: absolute;
	left: 0; right: 0; top: 0;
	margin: auto;
	width: 100%;
	height: 32px;
	background: url(/styles/imgs/arrow_yellow.jpg) no-repeat center top;
}
.priceBox.top .pCont .triangle{
	background: url(/styles/imgs/arrow_blue.jpg) no-repeat center top;
}
.priceBox .pCont h3{
	margin: 0 0 10px;
	font-size: 19px;
	color: #58595b;
	text-transform: uppercase;
}
.priceBox .pCont p{
	margin: 0 0 10px;
}

/**/
#prices h4.labelTitle{
	margin: 25px 0 5px;
	padding: 0 0 10px;
	border-bottom: solid 1px #f7aa00;
	font-weight: 700;
	font-size: 16px;
	color: #f7aa00;
	text-align: center;
	text-transform: uppercase;
}
#prices .labels{
	border-bottom: solid 1px #c9c9ca;
}
#prices .topLabel{
	border-top: solid 1px #f7aa00;
}
#prices .labels .box20{
	text-align: center;
}
#prices .labels .box20 span{
	display: block;
	padding: 10px 5px;
	text-align: center;
}
#prices .labels .box20 span.t{
	text-align: left;
}



#prices h4.extra{
	margin: 15px 0 25px;
	padding: 0 20px 0 0;
	text-align: right;
}
#prices h4.extra a{
	color: #F08A09;
	text-decoration: underline;
}
#prices h4.extra a:hover{
	color: #7f7f7f;
}
#prices .info{
	font-size: 13px;
}
#prices .info h4{
	margin: 0 0 10px;
	font-size: 20px;
}