/*
 
Copyright (c) Enigma Interactive 2006

SOM2
Project:		OHE
Filename:		coCategoryPublications.css
Description:	Site-wide layout elements
     
History
ver date  		who     	comment
-----------------------------------------------------------------------------
4	22/1/07		PG			made pub stuff look better when no image is supplied
3	10/1/06		PG			text align right on pubType
2	20/12/06	PG			inital setup
1	8/12/06		PG			created

*/

#CategoryList{
	overflow:hidden;
	width:100%;
	padding-left:3em;
}

#CategoryList .folders{
	float:left;
	width:49%;	
}

#CategoryList .folders ul{
	padding:0em 1em 1em 3em;
	margin:0;	
}

.searchBar{
	width:100%;
	overflow:hidden;
	background:#014182 url('/res/coCategoryPublications/search_tl.gif') no-repeat left top;
	margin:1em 0em;
	font-weight:bold;
}


#siteMain #Right .searchBar .order a{
	margin-left:2em;
	color:#fff;
}

.searchBar .post{
	float:right;
	background:#0048AA url('/res/coCategoryPublications/search_br.gif') no-repeat right bottom;
	width:66%;
	color:#fff;
}

.searchBar .post .search{
	float:right;
	padding-right:1em;
}


.searchBar .post label{
	padding:0.5em 0;
}

.searchBar .post .search .searchInput{
	
}

.searchBar .post .search .cell{
	float:left;
}

.searchBar .post .search .cell.inputcell{
	margin:0.4em 0.5em 0.4em 1em;	
	background:#fff url('/res/coCategoryPublications/searchbox_br.gif') no-repeat bottom right;
}

.searchBar .post .search .cell.inputcell input{
	border:0;	
	height:1.1em;
}


.searchBar .post .search .cell .search_left{
	width:7px;
	height:7px;
	float:left;
	background:transparent url('/res/coCategoryPublications/searchbox_tl.gif') no-repeat left top;
}

.searchBar .post .search .cell label,
.searchBar .post .search .cell input{
	float:left;
}

.pubTable{
	table-layout:fixed;
	empty-cells:show;
}

.pubTable a.up{
	background:transparent url('/res/coCategoryPublications/arrow_up.gif') no-repeat right 3px;
	padding-right:1em;
}
.pubTable a.down{
	background:transparent url('/res/coCategoryPublications/arrow_down.gif') no-repeat right 3px;
	padding-right:1em;	
}

.pubTable td{
	padding:2em 1em 1em 0em;
	vertical-align:top;
	border-bottom:1px dotted #00347A;
}
.pubTable td.imageCol{
	padding:1em 0 1em 0;
}

.pub{
	overflow:hidden;
	width:100%;
}

.pub h2{
	width:340px;
}

.pub .pubItem{
	float:left;	
	
}
.pub .pubDesc{
	clear:both;
	padding-top:1em;
	border-top:1px dotted #00347A;
}

.pubImage{
	float:left;
	padding:0em 1em 1em 0em;
}

.pub .pubType{
	padding-top:2em;
	float:left;
	width:340px;
	text-align:right;
}

.pub .noimage .pubType{
	float:right;
	width:100%;

}


/*
#CategoryList .folder ul{
	padding:0em 1em 1em 0em;
	margin:0;	
	list-style:none;
}
#CategoryList .folder li{
	width:100%;
	padding:0em 0em 1em 0em;
}

#siteMain #Right #CategoryList .folder li a{
	color:#fff;
	display:block;
	padding:0.5em;
	background-color:#358BFF;
	width:80%;
}*/