div#infoBlock {
	display: inline;
	float: left;
	/*width: 170px;*/
}

div#imgDiv { /* IE, Firefox */
	color: #000000;
	border: #a3c1e0 1px solid;
	background-color: #ffffff;
	margin: 0px;
	height: 250px;
	/*width: 100;*/
	overflow: auto;
}
/** html div#imgDiv {
	margin-left: -1px;
}*/
div#imgDiv ul {
	white-space: nowrap;
	line-height: 12px;
	list-style: none;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
}


div#imgDiv li {
    margin: 3px;
    padding: 5px;
    display: block;
    border: 1px solid #cccccc;
    float: left;
}

div#imgDiv li:hover, li.hover
{
  background-color: #c0d2ec;
}

div#container {
   padding: 0px;
   margin: 0px;
   width: 100%;
}

div#fileContainer {
  width: 100%;
 border:none;
  height: 270px;
  background: #FFFFFF;
 /* border: 1px solid #919B9C;*/
  margin-top: 2px;
  margin-left: 2px;
  margin-right:2px;
  display:inline;
  float: left;
}

div#fileDetails{
  border-left:1px solid #a3c1e0;
  border-right:1px solid #a3c1e0;
  border-bottom:1px solid #a3c1e0;
  display:block;
  background-color:#ffffff;
  font-size: 7pt;
  line-height: 15px;
  padding: 0px;
  vertical-align: top;
  width: 300px;
  height: 234px;
  overflow: hidden;
}

div#previewContainer{
  display:inline;
  background-color:#ffffff;
  padding: 4px;
  vertical-align: middle;
  text-align: center;
  width: 300px;
  height: 234px;
  float: left;
  overflow: hidden;
}
* html div#previewContainer{
  width: 300px;
  height: 234px;
}

div#infoTitle {
	margin-top: 2px;
	border-right: #a3c1e0 1px solid;
	border-top: #a3c1e0 1px solid;
	border-left: #a3c1e0 1px solid;
	color: #528bc5; 
	
	background: url(/administrator/modules/imgmanager/images/shade.gif) white repeat-x; 
    text-align:center;
    vertical-align: middle;
    font: bold 11px Tahoma;
    height: 16px;
    width: 300px;
}

div#nav{
	width:100%;
	/*margin:2px; */
	/*border-left: #a3c1e0 1px solid;
	border-right: #a3c1e0 1px solid;
	border-bottom: #a3c1e0 1px solid;*/

}
img {
  border: 0;
}
div#toolsList{
    display:block;
    float:left;
    margin-left:2px;
    margin-top:2px;
    width:29px;
    height: 248px;
    border: #a3c1e0 1px solid;
    padding:1px;
    text-align:center;
}
* html div#toolsList{
  width:31px;
  height: 248px;
}
.selected {
    background:	#c0d2ec;
    color:		#c0d2ec;
}

.selectedFirst {
    background:	red;
    color:		red;
}

a.toolbar {
	color : #808080;
	text-decoration : none;
	display: block;
    float:left;
	border: 1px solid #DDD;
	width: 20px;
	height: 20px;
	padding: 2px 1px 2px 1px;
	margin: 2px 1px 0px 1px;
}
a.toolbar:hover {
	color : #C64934;
	border: 1px solid #0A246A;
	background-color: #B6BDD2;
	padding: 3px 0px 1px 2px;
	margin-left: 1px;
}
a.toolbar:active {
	color : #FF9900;
}
a.tools {
	color : #808080;
	text-decoration : none;
	display: block;
    float:left;
	border: 1px solid #DDD;
	width: 22px;
	height: 22px;
	padding: 2px 1px 2px 1px;
	margin: 1px 1px 0px 1px;
}
a.tools:hover {
	color : #C64934;
	border: 1px solid #0A246A;
	background-color: #B6BDD2;
	padding: 3px 0px 1px 2px;
	margin-left: 1px;
}
a.tools:active {
	color : #FF9900;
}

.noResult {
    font-size:large;
    font-weight:bold;
    color: #c0d2ec;
    font-family: Helvetica, sans-serif;
    text-align: center;
    padding-top: 80px;
}