
/* PORTFOLIO COMMON*/



.title_box {
	width: 600px;
	background: #E6E6E6 url('../../portfolio/images/portfolio_title_tiling.jpg') repeat-x;
}
h2 {
	font-weight: bold;
	font-size: 13px;
	color: #333333;
	line-height: 1.4;
	padding: 15px 20px 5px 25px;
	margin: 0px 20px;
	height: 28px;
	background: url('../../portfolio/images/portfolio_arrow.png') no-repeat center left;
}
h2 a:link, h2 a:visited, h2 a:active {
	color: #333333;
}
h2 a:hover { 
	color: #999999;
}

.specs p{
	font-size: 11px;
	padding: 2px 0px;
	margin: 0px;
}
.specs strong{
	color: #333333;
}
.portfolio_button {
	font-size: 12px;
	margin-top: 20px;
}
.portfolio_button a:link, .portfolio_button a:visited, .portfolio_button a:active {
	padding: 5px 0px 5px 25px;
	background: url('../../portfolio/images/portfolio_arrow.png') no-repeat center left;
}
.portfolio_button a:hover { 
}



/* PORTFOLIO CATEGORY PAGE*/


.portfolio_featured_container {
	overflow: hidden;
	padding: 7px 0px 25px 0px;
	margin-top: 7px;
	border-top: 1px solid #DCD8D6;
	border-bottom: 1px solid #DCD8D6;
}
.home_specs {
	float: left; 
	width: 185px;
}
#portfolio_category .thumb {
	width: 150px;
	height: 100px;
	margin: 24px 14px 11px 15px;
}
#portfolio_category #list p{
	padding-left: 5px;
	font-size: 10px;
	color: #333333;
}
#portfolio_category #list p a:link, #portfolio_category #list p a:visited, #portfolio_category #list p a:active {
	font-size: 10px;
	color: #333333;
}
.#portfolio_category #list p a:hover { 
	color: #666666;
}
#portfolio_category #list td {
	width: 179px;
	padding: 0px 10px;
	border-right: 1px solid #DCD8D6;
	border-bottom: 1px solid #DCD8D6;
}


/* PORTFOLIO DETAILS PAGE*/

#portfolio_details h2 {
	font-weight: bold;
	font-size: 13px;
	color: #333333;
	line-height: 1.4;
	padding: 15px 20px 5px 0px;
	margin: 0px 20px;
	height: 25px;
	background: none;
}

#portfolio_details .portfolio_button {
	margin-bottom: 10px;
}
.portfolio_details_image {
	margin: 7px 0px;
	text-align: center;
}
.portfolio_details_table {
	border-top: 1px solid #DCD8D6;
	border-bottom: 1px solid #DCD8D6; 
}
.portfolio_details_description {
	padding-right: 15px;
	min-width: 259px;
}
.portfolio_details_launch {
	width: 109px;
	padding: 7px 0px 7px 15px;
	border-left: 1px solid #DCD8D6;
}
.portfolio_details_specs {
	width: 170px;
	padding: 10px 15px;
	border-left: 1px solid #DCD8D6;
}