

/*{{{ general projstore settings, light gray */
div.projstore {
	position:relative;
	overflow:hidden;	 	
	height:407px !important;
}

div.projstore div.proj_items {	
	position:absolute;
	height:80000em;
	width: 576px;
	margin-left: 5px;
}

div.projstore div.proj_items div {
	display: block;
	width: 560px;
	padding: 12px 5px;
	height: 380px;
	border: 1px outset #cccccc;
}

div.projstore form {
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
}

div.projstore span.title {
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

div.projstore span.subtitle {
	text-align: center;
	font-size: 1.1em;
	line-height: 1.5em;
	padding: 0;
	margin: 0;
	color: #a0451c;
}

div.projstore img.project_image {
	float: right;
	padding-left: 1em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
}

div.projstore hr {
	color: #511c1b;
	background-color: #511c1b;
	height: 5px;
}

div.projstore div.proj_items a.first {
	border-top-width:1px;
}

div.proj_items a span {
	display:block;		
	font-size:12px;
	color:#cb211a;
	font-weight: bold;
}

div.proj_items a em {
	font-style:normal;
	color: #a0451c;
}	

div.proj_items a:hover {
	background-color: #a0451c;
	color: #8ba0a8;
}

/*}}}*/


/*{{{ low version */

div.proj_items.low a {	
	height:182px;
}

div.proj_items.low a.paused {
	background-position:0 0;	
}


/*}}}*/


/*{{{ go buttons */

div.content a.go {
	display:block;
	width:150px;
	height:18px;
	background:url(/images/site/up_arrow.png) no-repeat;
	margin-left: 220px;
	cursor:pointer;
}

div.content a.go.prev:hover {
	background:url(/images/site/dark_up_arrow.png) no-repeat;
}

div.content a.go.next:hover {
	background:url(/images/site/dark_down_arrow.png) no-repeat;
}

div.content a.go.next {
	background-image:url(/images/site/down_arrow.png);	
}

div.content a.go.disabled {
	visibility:hidden;		
}

/*}}}*/


