/* price Admin*/

.price {
	width: 710px;
}
.price .tr {
	clear: both;
	overflow: hidden;
}

.price .tr .td {
	float: left;
	padding: 5px 0;
	border-right: 2px solid #fff;
}
.price .tr.head {
	border-bottom: 2px solid #879863;
}
.price .tr.head .td {
	font-weight: bold;
	text-align: center !important;
	padding: 20px 0;
	border-bottom:0px solid  !important;
}
.pricelist-header-internet .price .tr.head .td.vatEx-vatInc {
	width: 232px;
	padding: 6px 0;
	border-bottom: 2px solid #fff !important;
	margin-right: 0;
	border-right: 2px solid #adc877;
}
.pricelist-header-datacom .price .tr.head .td.vatEx-vatInc {
	width: 222px;
	padding: 6px 0;
	border-bottom: 2px solid #fff !important;
	margin-right: 0;
	border-right: 2px solid #EBC472;
}
.price .tr.head .td.vatEx,
.price .tr.head .td.vatInc {
	width: 115px;
	padding: 5px 0 !important;
}
.price .tr.head .td.vatInc {
	border-right: 2px solid #adc877;
}
.price .tr .td.services {
	width: 320px;
}
.price .tr .td.speed {
	width: 152px;
	text-align: center;
}
.price .tr .td.vatEx {
	width: 115px;
	text-align: right;
}
.price .tr .td.vatInc {
	width: 115px;
	text-align: right;
}
.price .tr .td.servicesSpeed {
	width: 474px;

}
.price .tr.foot {
	border-top: 2px solid #879863;
	border-bottom: 1px solid #879863;
}

.price .td {

	border-bottom:2px solid #FFFFFF;

}




/* colors Broadband Internet */
.pricelist-header-internet .color1 {
	background: #eaf1dd;
}
.pricelist-header-internet .color2 {
	background: #dce8c6;
}
.pricelist-header-internet .color3 {
	background: #ccddac;
}
.pricelist-header-internet .color4 {
	background: #9bbb59;
}
.pricelist-header-internet .color5 {
	background: #adc877;
}
.pricelist-header-internet .color6 {
	background: #fff;
}
.pricelist-header-internet .price .tr.head {
	border-bottom: 2px solid #879863;
}

.pricelist-header-internet .price .tr.head .td.vatInc {
	border-right: 2px solid #adc877;
}

/* colors Data Communication  */
.pricelist-header-datacom .color1 {
	background: #F9EDD1;
}
.pricelist-header-datacom .color2 {
	background: #F3DCA4;
}
.pricelist-header-datacom .color3 {
	background: #EDCD86;
}
.pricelist-header-datacom .color4 {
	background: #EBC472;
}
.pricelist-header-datacom .color5 {
	background: #EBC472;
}
.pricelist-header-datacom .color6 {
	background: #fff;
}
.pricelist-header-datacom .price .tr.head {
	border-bottom: 2px solid #DA8D00;
}

.pricelist-header-datacom .price .tr.head .td.vatInc {
	border-right: 2px solid #EBC472;
}
