div#mycontent {
	border: none;
	background: url(../../media/elements/shop/bg_shop_list.gif) repeat-y;
	min-height: 242px;
	width: 642px;
	padding: 10px 0px 10px 0px;
	}
	
/* for Internet Explorer */
/*\*/
* html div#mycontent {
	height: 242px;
	}
/**/


.listitem {
	position: relative;
	float: left;
	width: 296px;
	min-height: 60px;
	min-height: 100px;
/*
	margin: 0px 5px 20px 0px;
*/
	margin: 0px 0px 20px 0px;
	padding: 10px;
	display: inline;
	}

/* for Internet Explorer */
/*\*/
* html .listitem {
height: 60px;
height: 100px;
}
/**/


.page_navigation {
	position: absolute;
	width: 140px;
	height: 25px;
/*
	background: url(../../media/elements/shop/btn_pagination.gif) no-repeat transparent;
*/
/*
	top: -24px;
	left: 350px;
*/
	bottom: -35px;
	right: 20px;
/*
	margin-left: 20px;
	width: 296px;
*/
	}
	
.page_navigation .page_prev {
	width: 60px;
	position: absolute;
	left: 5px;
	top: 3px;
	}

.page_navigation .page_next {
	width: 60px;
	position: absolute;
	right: 5px;
	top: 3px;
	}