

.right_sidebar .spec_project {

	background:url(../images/spec_project_block.jpg) no-repeat left top;
	height:335px;
	padding:2px 8px 0 8px;
}

/*
.right_sidebar .spec_project .sh_but {
	background:url(../images/arrows/down.png) no-repeat left top;
	font-size:1px;
	line-height:0;
	padding:9px;
	position:relative;
	top:15px;
	left:233px;
	cursor:pointer;
}

.right_sidebar .spec_project .sh_but:hover {
	background:url(../images/arrows/down_hover.png) no-repeat left top;
}
*/

.right_sidebar .spec_project .plist {
	list-style:none;
	padding:0;
	margin:0;
	height:243px;
	overflow:auto;
	margin:10px 0 0 5px;
	width:245px;
}

.right_sidebar .spec_project .plist li {
	width:225px;
	color:#FFF;
	min-height:80px;
}


.right_sidebar .spec_project .plist .img {
	width:90px;
	height:67px;
	margin:0 10px 0 0;
	float:left;
}

.right_sidebar .spec_project .plist img {
	border:1px solid #626078;
}

.right_sidebar .spec_project .plist .title,
.right_sidebar .spec_project .plist .title:visited {
	font-size:12px;
	font-weight:bold;
	color:#FFF;
}


.right_sidebar .spec_project .more {
	margin-top:8px;
}

.right_sidebar .spec_project .more a,
.right_sidebar .spec_project .more a:visited {
	color:#FFF;
}

.right_sidebar .spec_project .more a:hover,
.right_sidebar .spec_project .plist .title:hover {
	color:#cb9e37;
}



.specProjects {
	list-style:none;
	padding:0;
	margin:-2px 0 0 0;
}

.right_sidebar .specProjects {
	margin:10px 0 0 0;
}


.specProjects li {
	margin:0 0 10px 0;
	/*width:470px;*/
	min-height:145px;
}

.right_sidebar .specProjects li {
	color:#000;
	min-height:0;
	font-size:11px;
}

.right_sidebar .specProjects li h3 {
	color:#b87d0d;
}


.specProjects .title,
.specProjects .title:visited {
	font-size:14px;
	font-weight:bold;
	color:#3d4557;
}

.specProjects .title:hover {
	color:#cb9e37;
}


.specProjects .img {
	width:183px;
	height:138px;
	margin:0 10px 0 0;
	float:left;
}

.right_sidebar .specProjects .img {
	margin:0 0 5px 0;
	width:auto;
	height:auto;
}


.right_sidebar .specProjects .img {
	float:none;
}

.specProjects .img img {
	border:1px solid #626078;
	margin-top:2px;
}

.specProjects .img img:hover {
	border-color:#cb9e37;
}

.specProjects .img img:active {
	border-style:dashed;
}

.right_sidebar .specProjects .img img {
	margin-top:0;
}

