/* 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; width:280px; padding-left:5px; }
.spacer { display:none; } 

/* LIST PAGE ELEMENTS  */
.detailContainer .header { background-image:none; line-height:normal; }
.detailContainer .body { padding:4px 0; }
.detailContainer .footer { border:0 none; } 
.detailContainer .title { padding:0; margin:0; }
.detailContainer .title a { color:#2884B0; font-size:14px; font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; font-weight:bold; text-transform:uppercase;  }
.detailContainer .title a:hover { color:#1D5F7E; }
.detailContainer .shortDescription { color:#333333; font-size:11px; line-height:1.45em; }
#photoDetails .longDescription { line-height:1.45em; }

.detailContainer .continueLink { display:none; }

/* LIST PAGE IMAGE ELEMENT */
.imageWrapper {
	background-image:url('../../../../../images/mediacenter/photoframe.jpg');
	background-repeat:no-repeat;
	width:130px;
	height:150px;
	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:27px;
	line-height:27px;
}
.PaginationContainer .PaginationInnerContainer .PaginationWrapper .CounterContainer { font-size:11px; color:#000000; height:27px; line-height:27px; float:left; margin:0 5px;  }
.PaginationContainer .PaginationInnerContainer .PaginationWrapper .PreviousLinkContainer {
	float:left;
	width:17px;
}
.PaginationContainer .PaginationInnerContainer .PaginationWrapper .PreviousLinkContainer a {
	background-image:url(../../../../../images/list/icon_previous.jpg);
	background-position:left 5px;
	background-repeat:no-repeat;
	display:block;
	height:0;
	overflow:hidden;
	padding-top:27px;
	width:17px;
}
.PaginationContainer .PaginationInnerContainer .PaginationWrapper .NextLinkContainer {
	width:17px;
	float:left;
}
.PaginationContainer .PaginationInnerContainer .PaginationWrapper .NextLinkContainer a { 
	display:block;
	background-image:url(../../../../../images/list/icon_next.jpg);
	background-repeat:no-repeat;
	background-position:left 5px;
	height:0;
	padding-top:27px;
	width:17px;
	overflow:hidden;
}
