
/* PORTFOLIO COMMON*/



.title_box {
	margin-top: 12px;
	padding-top: 14px;
	border-top: 1px solid #DCD8D6;
}
h2 {
	font-size: 13px;
	color: #333333;
	line-height: 1.4;
	margin: 0px 20px;
}
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;
}
.portfolio_button a:link, .portfolio_button a:visited, .portfolio_button a:active {
	padding: 3px 6px;
	line-height: 1.1;
	color: #FFFFFF;
	background-color: #333333;
}
.portfolio_button a:hover { 
	background-color: #999999;
}



/* 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: 12px;
	color: #333333;
	line-height: 1.4;
	margin: 0px;
	padding: 0px;
}
#portfolio_master_nav {
	overflow: hidden;
}
#portfolio_master_nav .portfolio_button {
	width: 100px;
	float: left;
	margin-top: 20px;
}

#portfolio_details .portfolio_button {
	margin-bottom: 10px;
}

.portfolio_previous_next {
	float: right;
	padding: 0px;
	margin: 18px 0px 0px 0px;
	font-size: 12px;
	font-weight: bold;
	color: #BBBBBB;
}
.portfolio_previous_next a:link, .portfolio_previous_next a:visited, .portfolio_previous_next a:active {
	font-size: 12px;
	font-weight: bold;
}
.portfolio_previous_next a:hover { 
}
.portfolio_details_title_description {
	float: left;
	width: 75%;
	padding-right: 5%;
	font-size: 12px;
	line-height: 1.4;
}
.portfolio_details_specs {
	float: left;
	width: 20%;
	line-height: 1.4;
}
.portfolio_details_specs p{
	padding: 0px 0px 6px 0px;
	text-align: right;
	line-height: 1.4;
}


.title_box_lower_border {
	border-bottom: 1px solid #DCD8D6;
	padding-bottom: 6px;
}
.portfolio_details_image {
	margin: 7px 0px;
}
.portfolio_details_launch {
	text-align: right;
}

#portfolio_details_list .title {
	padding-left: 5px;
	font-size: 10px;
	color: #333333;
}

#portfolio_details_list td {
	padding: 10px 20px;
	border-right: 1px solid #DCD8D6;
	border-bottom: 1px solid #DCD8D6;
}

#portfolio_details_list .thumb_2 {
	width: 300px;
	height: 200px;
}
#portfolio_details_list .thumb_3 {
	width: 150px;
	height: 100px;
}
#portfolio_details_list .img_link {
	display: block;
}
#portfolio_details_list .thumb_2 .img_link {
	height: 200px;
}
#portfolio_details_list .thumb_3 .img_link {
	height: 100px;
}

#portfolio_details_view_buttons {
	margin: 10px 0px;
}
#portfolio_details_view_buttons .active {
	color: #333;
	font-width: bold !important;
}

#portfolio_details_view_buttons a:link, #portfolio_details_view_buttons a:visited, #portfolio_details_view_buttons a:active {
	color: #999;
	font-width: bold !important;
}

#portfolio_details_view_buttons a:hover {
	color: #000;
}


#view_button_slideshow {
	float: left;
	margin-right: 20px;
}
#view_button_list {
	float: left;
}
