/* price table
---------------------------------------------------------------------------------------------------------------------------------------------------*/
table.price_table span{
			color: #ff0000;
			font-weight: bold;
		text-decoration: line-through;
		}	
table.price_table{ 
	font-family: Verdana;
	font-size: 12px;
	color: #400;
	width: 540px;
	height: 30px;
	background-color: #fbfbfb;
	border: 1px #ccc solid;
	text-align: left;
	margin-top: 0px; 	
	padding: 2px;
}
table.price_table th.pricesHd{ 

	background-image: url(../images/hbg.jpg); 
	background-repeat: repeat-x;	
	text-align: center;
	font-family: Verdana;
	font-size: 9px;
	width: 80px;
	color: #222;
	padding-left: 0px;
	height: 30px;
}
table.price_table th.pricesHd1{ 

	background-image: url(../images/hbg.jpg); 
	background-repeat: repeat-x;	
	text-align: left;
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	width: 200px;
	color: #222;
	padding-left: 5px;
	height: 30px;
}

table.price_table td.pricesHd{ 
	border-bottom: 1px dotted #6699CC;
	background-color: #fafafa;
	text-align: left;
	font-family: Verdana;height: 40px;
	font-size: 10px;
	width: 210px;padding-left: 10px;
	color: #404040;
}
table.price_table td{ 
	border-bottom: 1px dotted #6699CC;
	font-family: Verdana, sans-serif, Arial;
	font-weight: normal;
	font-size: 10px;
	color: #222;
	background-color: white;
	text-align: center;
	width: 85px;height: 40px;
	padding-left: 0px;
}
.servBodL { 
	border-left: 1px dotted #CEDCEA; 
}

table.price_table a {
	color:#2c6592;
	text-decoration: underline;
	cursor:pointer;
	border-collapse: collapse;
	border-spacing: 0px;
}


/* portfolio table
---------------------------------------------------------------------------------------------------------------------------------------------------*/
.portfoliobox{
padding-top:15px;
}
.portbox
{	
	width:495px;
	height:auto; 
	overflow:hidden;
	margin:0px 0px 0px 0px;
/*	border: 1px solid #eee ; */
}



table.portfolio_table{ 
	font-family: Verdana;
	font-size: 12px;
	color: #400;
	width: 495px;
	background-color: #fbfbfb;
	border: 1px #ccc solid;
	text-align: left;
	margin-top: 0px; 	
	padding: 0px;
}



table.portfolio_table td.portfoliosHd{ 

	background-color: #fafafa;
	text-align: left;
	font-family: Verdana;

	font-size: 12px;
	width: 210px;
	padding-left: 2px;
	margin: 0px;
	color: #404040;
}

table.portfolio_table h3{
	font-size: 14px;
	padding: 0px;
	margin: 0px;
}
table.portfolio_table img{
	border: 1px solid black;
}

table.portfolio_table a {
	color:#2c6592;
	cursor:pointer;
	border-collapse: collapse;
	border-spacing: 0px;
}

