/* CONTAINER ELEMENTS  */
.module { overflow:hidden; zoom:1; float:none; clear:both;  }
.itemContainer { overflow:hidden; zoom:1; clear:both; float:none }
.itemContainer.last { }
.itemContainer .item { overflow:hidden; zoom:1; }
.itemContainer .imageContainer { float:left; margin-right:10px; }
.itemContainer .detailContainer { float:left; width:535px; padding-left:10px; }
.spacer { display:none; } 

/* LIST PAGE ELEMENTS  */
.detailContainer .header { padding-top:2px; background-image:none; }
.detailContainer .body { padding:4px 0; }
.detailContainer .footer { border:0 none; margin-top:5px; } 
.detailContainer .title { padding:0 0 3px 0; margin:0; }
.detailContainer .title a { font-size:17px; font-weight:normal;  }
.detailContainer .title a:hover {  }
.detailContainer .shortDescription {  }
.detailContainer .continueLink { 
	background-image:url(../../../../../images/mediacenter/view_gallery_arrow.jpg); 
	background-position:right center; 
	background-repeat:no-repeat;
	padding-right:14px;
}

/* 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:4px; left:4px; width:122px; height:98px; }

/* 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;
	float:left;
}
.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:31px;
	line-height:31px;
}
.PaginationContainer .PaginationInnerContainer .PaginationWrapper .CounterContainer { font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#FFFFFF; height:31px; line-height:31px; float:left; overflow:hidden; margin:0 5px;  }
.PaginationContainer .PaginationInnerContainer .PaginationWrapper .PreviousLinkContainer,
.PaginationContainer .PaginationInnerContainer .PaginationWrapper .NextLinkContainer { 
	float:left;
	width:20px;
}
.PaginationContainer .PaginationInnerContainer .PaginationWrapper a {
	background-image:url(../../../../../images/list/icon_next.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	height:0;
	display:block;
	padding-top:16px;
	margin-top:7px;
	width:18px;
	overflow:hidden; zoom:1;
}
.PaginationContainer .PaginationInnerContainer .PaginationWrapper .PreviousLinkContainer a {
	background-image:url(../../../../../images/list/icon_previous.jpg);
	margin-left:2px;
}

