/*	-------------------------------------------------------------
	ITEM LIST SIMPLE
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	

#content #itemListS {
	padding: 20px 0 10px 0;
}

/*	-------------------------------------------------------------
	BROWSE
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	

#content #itemListS .itemBox {
	clear: both;
	padding: 10px 0 14px 0;
	border-bottom: 1px solid #ccc;
}


/*	Side
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
#content #itemListS .itemBox .itemSide {
	width: 340px;
	float: left;	
}

#content #itemListS .itemBox .itemSide img {
	border: 2px solid #fff;	
}

/*	Main
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	

#content #itemListS .itemBox .itemMain {
	width: 350px;
	float: right;	
}

#content #itemListS .itemBox h2 {
	padding-top: 4px;
}

#content #itemListS .itemBox h2 a:link,
#content #itemListS .itemBox h2 a:visited {
	font-size: 0.9em;
	text-decoration: none;
	color: #b90f17;
}	

#content #itemListS .itemBox h2 a:hover {
	text-decoration: underline;	
}



/*	-------------------------------------------------------------
	VIEW
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	

	
#itemListS #itemImages {
	float: right;
}

#itemListS #itemImages img {
	border: 2px solid #fff;	
}

#content #itemListS #itemListS_view .itemContent {
	float: left;
	width: 500px;
}

#content #itemBackLink {
	clear: both;
	padding: 20px 0;
	text-align: center;
}


/*	-------------------------------------------------------------
	PAGINATION
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	

#content .pagination a:link,
#content .pagination a:visited {
	background: #bda241;
	border: 1px solid #b0973d;
}

#content .pagination a.active:link,
#content .pagination a.active:visited {
	color: #e5dab4;
	background: #c7b05d;
	border: 1px solid #c3aa51;
}

#content .pagination a.pagePosition:link,
#content .pagination a.pagePosition:visited {
	border: 1px solid #b0973d;
	background: #b0973d;
}