/* CSS Document */

.sliderpanel {
	background-color: #fff;
	padding:0;
	
}
.sliderpanel .image {
	width: 120px;
	float: left;
}



.sliderpanel h2 {
	padding: 0 0 0 25px;
	height:20px;
	width:755px;
	padding-top:5px;
	margin: 0;
	color: #000000;
	cursor: pointer;
	font-size:12px;
	font-weight:bold;
	border:#cccccc;
	background:#f7f5f5 url(../images/bg_h2off.gif) 0 0.3em no-repeat;

	
}

.sliderpanel h2.h2on { background: #fff url(../images/bg_h2on.gif) 0 0.3em no-repeat;}



.sliderpanel table th {
	background-color: #e0dfdf;
	color: #000000;
	border-left: 1px #fff solid;
	text-align: center;
	padding: 6px 12px;
	height /**/: 30px;
	height: 8px !important;
}

.sliderpanel table th.description	{
		background-color: #e0dfdf;
		color: #000000;
		border-left: 1px #fff solid;
		text-align: left;
		padding: 6px 12px;
		height /**/: 30px;
		height: 8px !important;
	}

.sliderpanel table td {
	border-left: 1px #e0dfdf solid;
	text-align: center;
	padding: 12px 12px;
}

.sliderpanel table td.first {
	border-left: 1px #fff solid !important;
}

.sliderpanel table td.imagecell {
	border-left: 0 !important;
	padding: 0 !important;
}






.sliderpanel2 {
	background-color: #fff;
	padding-top:5px;
	
}




.sliderpanel2 h2 {
	padding: 0 0 0 0;
	margin: 0;
	color: #000000;
	cursor: pointer;
	font-size:12px;
	font-weight:bold;
	border:#cccccc;
	

	
}




.sliderpanel2 table th {
	background-color: #e0dfdf;
	color: #000000;
	border-left: 1px #fff solid;
	text-align: center;
	padding: 6px 12px;
	height /**/: 30px;
	height: 8px !important;
}

.sliderpanel2 table th.description	{
		background-color: #e0dfdf;
		color: #000000;
		border-left: 1px #fff solid;
		text-align: left;
		padding: 6px 12px;
		height /**/: 30px;
		height: 8px !important;
	}

.sliderpanel2 table td {
	border-left: 1px #e0dfdf solid;
	text-align: center;
	padding: 12px 12px;
}

.sliderpanel2 table td.first {
	border-left: 1px #fff solid !important;
}

.sliderpanel2 table td.imagecell {
	border-left: 0 !important;
	padding: 0 !important;
}
.list2
{
	background:#ffffff;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	margin-top:-80px;
	padding:0px;
	width:215px;
	position:absolute;
	margin-left:-225px;
}
.showfewer
{
	display:none;
}







/*product page slider panel*/

.productpagesliderpanel {
	background-color: #fff;
	padding:0;
	width:430px;
	
}
.productpagesliderpanel .image {
	width: 120px;
	float: left;
}
.productpagelist
{
	padding-top:10px;
	padding-left:23px;
	padding-bottom:0;
}
.productpagelist ul
{
font-size:12px;	
}
.productpagelist li
{
	padding-bottom:5px;
}

.productpagesliderpanel h2 {
	padding: 0 0 0 25px;
	margin: 10px 0 0 0;
	color: #000000;
	cursor: pointer;
	font-size:12px;
	font-weight:bold;
	border:1px solid #cccccc;
	background:#f7f5f5 url(../images/bg_h2off.gif) 0 0.3em no-repeat;

	
}

.productpagesliderpanel h2.h2on { background: #fff url(../images/bg_h2on.gif) 0 0.3em no-repeat;}



.productpagesliderpanel table th {
	background-color: #e0dfdf;
	color: #000000;
	border-left: 1px #fff solid;
	text-align: center;
	padding: 6px 12px;
	height /**/: 30px;
	height: 8px !important;
}

.productpagesliderpanel table th.description	{
		background-color: #e0dfdf;
		color: #000000;
		border-left: 1px #fff solid;
		text-align: left;
		padding: 6px 12px;
		height /**/: 30px;
		height: 8px !important;
	}

.productpagesliderpanel table td {
	border-left: 1px #e0dfdf solid;
	text-align: center;
	padding: 12px 12px;
}

.productpagesliderpanel table td.first {
	border-left: 1px #e0dfdf solid !important;
}

.productpagesliderpanel table td.imagecell {
	border-left: 0 !important;
	padding: 0 !important;
}


/*End product page slider panel*/



.catFunctions {
	background-color: #e0dfdf;
	width /**/: 700px;
	width: 652px !important;
	height /**/: 60px;
	height: 24px !important;
	margin: 12px 0 18px 0;
	padding: 6px 24px 0 24px;
}

.catExpand { color: #fff; background: #e0dfdf url(../images/bg_h2off.gif) 0 0.1em no-repeat; padding: 0 0 0 18px; }
.catCollapse { color: #fff; background: #e0dfdf url(../images/bg_h2on.gif) 0 0.1em no-repeat; padding: 0 0 0 18px; }

.note {
	padding: 12px 0 0 0;
	font-size: 0.9em;
	font-weight: bold;
}

/** -- **/
.project_category {
	width /**/: 700px;
	width: 680px !important;
	padding: 8px;
	border: 2px #fff solid;
	background-color: #fff;
	margin-bottom: 20px;
	cursor: pointer;
	height /**/: 120px;
	height: 100px !important;
}

	.project_hover { border: 2px #60bb46 solid !important; }
	
	.project_category h2 {
		font-size: 1.6em;
		padding: 0 0 12px 0;
		margin: 0;
	}
	
	.project_image {
		width: 155px;
		float: left;
	}
	
	.project_text {
		float: left;
		width: 505px;
	}
	
		.project_text p {
			padding: 0 !important;
			margin: 0 !important;
		}
	
	.project_link {
		height: 24px;
		float: right;
		width: 505px;
	}
	
	.project_link img, .project_link a {
		float: right;
		text-align: right;
	}
	
span.light { font-weight: normal !important; }
