/* Portfolio content
--------------------------------------------------------*/
#content-main {
	width: 520px;
	}
	
#content-right {
	padding-top: 55px;
	width: 240px;
	display: block !important;
	}

.right-frame {
	background: #fdfdfd url(../images/css/frame-bg-portfolio.gif) no-repeat left bottom;
	width: 220px;
	}
	
.right-frame p {
	line-height: 1.6em;
	margin-bottom: 0.9em;
	}
	
#portfolio-list #content-main {
	width: 480px;
	}
	
#portfolio-list #content-right {
	width: 280px;
	}
	
#portfolio-list .right-frame {
	background: #fdfdfd url(../images/css/frame-bg-portfolio-overview.gif) no-repeat left bottom;
	width: 260px;
	}
		
/* Portfolio overview
--------------------------------------------------------*/
.portfolio-image {
	background: url(../images/css/portfolio-image-bg.gif) no-repeat left bottom;
	float: left;
	height: 100px;
	overflow: hidden;
	padding: 4px 4px 8px 4px;
	text-align: center;
	width: 150px;
	}
	
#content-main .websiteportfolio-list li {
	background: none;
	margin-bottom: 10px;
	padding-left: 0;
	overflow: auto;
	width: 100%;
	}
	
#content-main .websiteportfolio-list li .portfolio-image a {
	display: block;
	height: 100px;
	overflow: hidden;
	width: 150px;
	}
	
.portfolio-info {
	background: url(../images/css/portfolio-info-bg.gif) repeat-x left top;
	float: right;
	margin-left: 1px;
	padding: 2px 5px 0 5px;
	width: 311px;
	}
	
.portfolio-info p {
	font-size: 1em;
	line-height: 1.6em;
	margin-bottom: 0;
	}
	
.portfolio-readmore a {
	background: transparent url(../images/css/arrow.gif) no-repeat left 3px;
	padding-left: 15px;
	text-transform: lowercase
	}
	
/* Portfolio pagebrowser
--------------------------------------------------------*/
.websiteportfolio-browse-results {
	margin-bottom: 0;
	}

#content-main .websiteportfolio-browse {
	overflow: auto;
	width: 100%;
	}

#content-main .websiteportfolio-browse li {
	background: none;
	float: left;
	margin-right: 2px;
	padding-left: 0;
	}
	
#content-main .websiteportfolio-browse strong,
#content-main .websiteportfolio-browse a {
	border: 1px solid #EBEBEB;
	float: left;
	display: block;
	padding: 0pt 8px;
	}
	
#content-main .websiteportfolio-browse a:hover {
	}

/* Portfolio single
--------------------------------------------------------*/
#imageData p {
	margin-bottom: 0;
	}
	
.website-portfolio-backlink a {
	background: url(../images/css/arrow-rev.gif) no-repeat left 2px;
	padding-left: 15px;
	}

#content-main #website-portfolio-single ul {
	margin-bottom: 0;
	overflow: auto;
	width: 100%;
	}
	
.portfolio-single-image {
	height: 100px;
	overflow: hidden;
	text-align: center;
	width: 150px;
	}

#content-main #website-portfolio-single li {
	background: url(../images/css/portfolio-image-bg.gif) no-repeat left bottom;
	float: left;
	height: 100px;
	margin: 0 10px 10px 0;
	padding: 4px 4px 8px 4px;
	overflow: hidden;
	width: 150px;
	}
