@charset "utf-8";
/* CSS Document */

#portIndCont {
	padding:0 20px;	
}

.portInd {
	width:230px;
	height:180px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	float:left;
	margin:20px 10px 10px 10px;
	background-color:#f7f7f7;
	padding:10px;
}

.portIndImg {
	height:140px;
	background-color:#Fff;
	border:thin solid #E8E9EE;
	width:210px;
	margin:0px auto;
	overflow:hidden;
}

.portIndTab {
	opacity:0.8;
	filter:alpha(opacity=80);
}

.portIndTabHeader {
	height:10px;
	background-color:#333;
	color:#fff;
	padding:5px 10px 10px 10px;
	font-size:14px;
	font-weight:bold;
}

.portIndTabBod a {
	color:#000;	
}

.portIndTabBod {
	background-color:#EAEAEA;
	color:#333;
	padding:5px 10px;
	font-size:12px;
	cursor:pointer;
}

.portIndTabText {
	height:30px;
	overflow:hidden;
	color:#333;
}

.portIndTabMore {
	margin:0px 0 0px 0;
	float:right;
	color:#C20101;
}

.portBtnCont {
	margin:15px 0 0 0;
	padding:0 15px;
}

.portBtns {
	font-size:12px;
	margin-left:10px;
	border:thin solid #333;
	float:left;
	text-align:center;
	padding:2px 5px;
	cursor:pointer;
}

.portBtns a {
	color:#333;	
}
