#items_empty {
	margin: 30px 0px 30px 0px;
}

#items_submenu {
	margin: 20px 0px 30px 0px;
}

#items_submenu span {
	font-weight: bold;
}

#items_submenu #ContentItemKeywords {
	width: 200px;
	background-color:#E6762A;
	color:#0A3859;
}

#items_submenu #items_search_submit {
	color:#0A3859;
  background-color:#E6762A;
  border-color:#0A3859;		
}

#items_submenu div {
	float: right;
}
               

#items_submenu ul li {
	display:inline;
	list-style-type:none;
	margin: 0pt;
	padding:0pt 10px;
}


.item_rtl {
	direction: rtl;
}

.item_div {
	margin: 20px 20px 20px 20px;
	height: 15em;
	width: 880px;
	background:transparent url(/img/item_bk.gif) no-repeat scroll right;
	padding: 0px 10px 0px 10px;
	position: relative;
}

.item_div div {
	font-size: 0.9em;
}

.item_rtl div {
	font-size: 1em;
}

.item_image_div {
	width: 120px;
	height: 120px;
	margin: 0px 10px 0px 10px;
	overflow: hidden;
}

.item_image {
	width: 120px;
	height: auto;
}

.item_download_button_div_left {
	background:transparent url(/img/download_button_small_orange.png) no-repeat scroll left top;
	height:40px;
	width:170px;	
	position: absolute;
	bottom: 12px;
	left: 12px;	
}

.item_download_button_div_right {
	background:transparent url(/img/download_button_small_orange.png) no-repeat scroll left top;
	height:40px;
	width:170px;	
	position: absolute;
	bottom: 12px;
	right: 12px;	
}


.item_download_button_div_right:hover, .item_download_button_div_left:hover {
	height: 40px;
	width: 170px;
	background: transparent url(/img/download_button_small_orange.png) no-repeat scroll left -40px
}

.item_download_button_div_right a, .item_download_button_div_left a {
	display:block;
	height:100%;
	width:100%;
}