
/***************************************
Dioshost.gr Diamorfosi pinaka
****************************************/

 table#pricing {
	width: 600px;
	border: 1px solid #333;
	margin: 0 auto;
	border-collapse:collapse;
	background: #fff;
}

#pricing thead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #fff;
	font-weight: normal;
}
#pricing tbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .625em;
	color: #817f7f;
	text-align:center;
}
#pricing caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #666;
	text-align: left;
	padding-bottom: .5em;
}
#pricing th {
	background: #fff;
	height: 63px;
	vertical-align: bottom;
	font-weight: normal;
	text-align: center;
	padding-bottom: 0.5em;
	border: 1px solid #333;
}
#pricing th.plan_1 {
	background: url(images/plan1.png) no-repeat center;	
}
#pricing th.plan_2 {
	background: url(images/plan2.png) no-repeat center;
}
#pricing th.plan_3 {
	background: url(images/plan3.png) no-repeat center;
}
#pricing td {
	padding: 1.5em 1em;
	border: 1px solid #333;
	}
#pricing td.specs {
	text-align: left;
	font-weight: bold;
}
#pricing tr:hover {
	background: #e4f1de;
}

/******************************************************
  		Dioshost.gr diamorfosi selidas pelaton
******************************************************/

.portfolioitem {
	width:415px;
	float:left;
	padding:15px;
	background:url(../images/port_bg.gif) top no-repeat;
	height:auto;
	margin:15px 0px 10px 5px;
	}

.details {
	margin:auto;
	margin:15px 20px;
	}

	.portfolioitem h3{
		font-size:2em;
		margin:0;
		text-align:center;
		padding:0px 0 10px 0;
		color:#000;
		}

	.img_box {
		margin:auto;
		padding:0px;
		}

	.port_img {
		margin:0 12px;
		padding:3px;
		border:1px solid #dadada;		
		}

a.view	{
	font-size:12px;
	font-weight:bold;
	color:#999999;
	margin-top:10px;
	margin-right:15px;
	padding:0;
	text-decoration:none;
	}

a:hover.view 	{
	color:#0080a3;
	margin:0;
	padding:0;
	text-decoration:underline;
	}


