
/* PORTFOLIO COMMON*/



.title_box {
	margin-top: 12px;
	padding-top: 14px;
	border-top: 1px solid #DCD8D6;
}
h2 {
	font-weight: bold;
	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: 4px 0px 0px 0px;
	margin: 18px 0px 0px 0px;
	font-size: 12px;
	font-weight: bold;
	color: #BBBBBB;
}
.portfolio_previous_next td {
	padding-top: 9px;
}

.portfolio_previous_next a:link, .portfolio_previous_next a:visited, .portfolio_previous_next a:active {
	font-weight: bold;
	font-size: 11px;
}
.portfolio_previous_next a:hover { 

}
.portfolio_details_title_description {
	float: left;
	width: 75%;
	padding-right: 5%;
	font-size: 11px;
	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;
}
#portfolio_tracker_titles {
	overflow: hidden;
	padding-bottom: 8px;
}
.portfolio_slideshow_titles {
	float: left;
	width: 75%;
}
.portfolio_slideshow_tracker {
	float: left;
	width: 25%;
}
#portfolio_tracker {
	display: table;
	float: right;
}
.portfolio_nav {
	top: 50%;
	margin-top: -21px;
	position: absolute;
	display: none;
	width: 44px; 
	height: 43px;	
}
#image_rotator_portfolio:hover .portfolio_nav {
	display: block;
}

#image_rotator_portfolio_prev {
	background-position: bottom left;
	left: 12px;
}
#image_rotator_portfolio_prev:hover {
	background-position: top left;
}

#image_rotator_portfolio_next {
	background-position: bottom right;
	right: 12px;
	
}
#image_rotator_portfolio_next:hover {
	background-position: top right;
}


#image_rotator_portfolio_position {
	padding: 0;
	margin-top: 3px;
}

#image_rotator_portfolio_position .content_rotator_position_handle {
	float: left;
	margin: 0 1px;
	color: #666666;
	line-height: 13px;
	font-size: 11px;
	text-align: center;
	font-weight: bold;
	line-height: 1.4;
	padding: 1px 4px;
}

#image_rotator_portfolio_position .content_rotator_position_handle_active,
#image_rotator_portfolio_position .content_rotator_position_handle:hover {
	color: #FFFFFF;
	background-color: #333333;
	line-height: 1.4;
}

.module_item_titles {
	margin: 5px 0px;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #333333;
	line-height: 1.4;
}
.portfolio_details_image {
	margin: 7px 0px;
}
.portfolio_details_launch {
	text-align: right;
}

