@charset "UTF-8";
#portfolio .column .header a {
	color: #FFF;
}
#portfolio {
	clear: both;
	height: auto;
	width: 480px;
	margin-top: 5px;
	margin-bottom: 15px;
}
#portfolio .column {
	height: auto;
	width: 154px;
	margin-right: 9px;
	float: left;
}
#portfolio .column .header img {
	float: right;
	margin-right: 1px;
	margin-top: 1px;
}
#portfolio .column .header span {
	width: 1px;
	overflow: visible;
	height: 1px;
	display: block;
	float: right;
	margin-top: -7px;
	margin-right: 0px;
}
#portfolio .column.last {
	margin-right: 0px;
}
#portfolio .column .header {
	/*background-image: url(../img/b_h.png);*/
	background-position:center top;
	background-repeat:no-repeat;
	height: 22px;
	width: 149px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #007db3;
	color: #FFF;
	font-size: 14px;
	padding-top: 7px;
	padding-left: 5px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
#portfolio .column .footer {
	height: 6px;
	width: auto;
	margin-right: 0px;
	margin-left: 0px;
	/*background-image: url(../img/b_f.png);*/
	background-position:center bottom;
	background-repeat:no-repeat;
	clear: both;
		background: none;
	background-color: #e4e7e9;
		-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
#portfolio .column .content {
	height: 162px;
	width: auto;
	margin-right: 0px;
	margin-left: 0px;
	padding:0px;
	padding-bottom:1px;

	border-top: 1px solid #284751;
	/*background-image: url(../img/b_ch.png);*/
	background: none;
	background-color: #e4e7e9;
	background-position: top center;
	background-repeat: repeat-x;
	padding-top: 4px;
}
#portfolio .column .content ul{
	clear:both;
	display:block;
	height:auto;
	list-style-position:inside;
	list-style-type:none;
	margin:0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-color: #EAEAEA;
}
#portfolio .column .content ul li{
	background-position:left top;
	background-repeat:no-repeat;
	float:left;
	clear:left;
	height:23px;
	line-height:23px;
	margin-left:4px;
	margin-right:4px;
	padding-left:7px;
	margin-top: 2px;
	margin-bottom: 2px;
	width: 139px;
		-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
*html #portfolio .column .content ul li{clear:left;margin-left:4px;margin-right:11px}
#portfolio .column .content ul li a{
	background-position:right top;
	background-repeat:no-repeat;
	color:#333;
	display:block;
	float:left;
	font-size:13px;
	height:23px;
	line-height:23px;
	margin-right:0px;
	padding-right:0px;
	text-decoration:none;
	width: 131px;

}



#portfolio .column .content ul li:hover a{color:#fff}

#portfolio .column .content ul li:hover{background-color:#77878f;}

.tooltip {
	position: absolute!important;
	overflow:hidden;
	font-size: 12px;
	z-index: 10000!important;
	min-height: 24px;
}
.tooltip .xarrow {
		position: relative;
		top: 0px; left: 6px;
		width: 13px;
		height: 11px;
	background-repeat: no-repeat;
	background-position: -48px center;
		display:none;
		margin-right:auto;
	}
.tooltip .yarrow {
		position: relative;
		top: 6px; left: 0px;
		width: 11px;
		height: 13px;
	background-repeat: no-repeat;
	background-position: 0px center;
		float:left;
		display:none;
	}
.tooltip .xboxcontent {
		padding: 5px;
		margin: 0;
		color: #425964;
		width:250px;
		word-wrap:break-word;
		border: 1px solid #75878F;
		background-color: #fff;
		float:left;
		/* The Magic */
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		/* For CSS3 */
		border-radius: 6px;
		min-height: 14px;
		font-size: 12px;
		line-height: 17px;
		opacity: 0.9;
		
}
.tooltip .xboxcontent h2{
	font-size:16px !important;
	height:22px;
	line-height:22px !important;
	font-weight: normal;
	margin-top: -2px !important;
	margin-bottom: 1px !important;
	width: 100%;
	color: #007db3 !important;
	
	}

