/* CONTAINER ELEMENTS  */
.module { overflow:hidden; zoom:1; float:none; clear:both;  }
.itemContainer { overflow:hidden; zoom:1; clear:both; float:none }
.itemContainer.last { }
.itemContainer .imageContainer { float:left; margin-right:10px; }
.itemContainer .detailContainer { float:left; padding-left:10px; }
.spacer { display:none; } 

/* LIST PAGE ELEMENTS  */
.detailContainer .header { padding-top:2px; background-image:none; }
.detailContainer .body { padding:4px 0; }
.detailContainer .footer { display:none; } 
.detailContainer .title { padding:0; margin:0; }
.detailContainer .title a { font-size:15px; font-family:Arial, Helvetica, sans-serif; font-weight:normal;  }
.detailContainer .title a:hover { }
.detailContainer .shortDescription { }
.detailContainer .continueLink { display:none; }

/* LIST PAGE IMAGE ELEMENT */
.imageWrapper {
	background-image:url('../../../../../images/mediacenter/photoframe.jpg');
	background-repeat:no-repeat;
	width:130px;
	height:130px;
	position:relative;
}
.imageWrapper a { border:0 none; }
.imageWrapper a img { position:absolute; top:5px; left:5px; width:120px; height:96px; }

/* PAGINATION ELEMENTS */
.PaginationContainer { float:right; clear:both; overflow:hidden; zoom:1; }
.PaginationContainer.header, 
.PaginationContainer.footer  { padding-bottom:15px; padding-top:5px; }
.PaginationContainer .PaginationInnerContainer {
	padding:0 0 0 5px; margin:0;
	background-image:url('../../../../../images/linkWrapperLeft.jpg');
	background-repeat:no-repeat;
	background-position:left top;
	overflow:hidden; zoom:1;
}
.PaginationContainer .PaginationInnerContainer .PaginationWrapper {
	padding:0 5px 0 0; margin:0;
	background-image:url('../../../../../images/linkWrapperRight.jpg');
	background-repeat:no-repeat;
	background-position:right top;
	background-color:transparent;
	float:left; overflow:hidden; zoom:1;
	height:24px;
	line-height:24px;
}
.PaginationContainer .PaginationInnerContainer .PaginationWrapper .CounterContainer { font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#333333; height:24px; line-height:24px; float:left; margin:0 5px; float:left;  }
.PaginationContainer .PaginationInnerContainer .PaginationWrapper .PreviousLinkContainer {
	display:block;
	float:left;
	height:24px;
	width:17px;
	overflow:hidden; 
}
.PaginationContainer .PaginationInnerContainer .PaginationWrapper .PreviousLinkContainer a {
	background-image:url(../../../../../images/list/icon_previous.jpg);
	background-position:left 5px;
	background-repeat:no-repeat;
	display:block;
	height:24px;
	overflow:hidden;
	width:17px;
} 
.PaginationContainer .PaginationInnerContainer .PaginationWrapper .PreviousLinkContainer a span { display:none; }  
.PaginationContainer .PaginationInnerContainer .PaginationWrapper .NextLinkContainer {
    display:block;
	float:left;
	height:24px;
	width:17px;
	overflow:hidden;    
}
.PaginationContainer .PaginationInnerContainer .PaginationWrapper .NextLinkContainer a { 
	display:block;
	background-image:url(../../../../../images/list/icon_next.jpg);
	background-repeat:no-repeat;
	background-position:left 5px;
	height:24px;
	width:17px;
	overflow:hidden;
}
.PaginationContainer .PaginationInnerContainer .PaginationWrapper .NextLinkContainer a span { display:none; }
