/* Set up all the initial style for the page*/

#library ul
	{list-style:none;}	

/* Container for the main content */
#library .mainContent
	{border:1px solid #000000;	width:984px;}

/* Container for the videos-related content */
#library #photosContent
	{width:900px; margin:0 auto;}
	
#library #photosHeader
	{margin:14px auto 0; text-align:center;}
	
#library #photosHeader h2, #library #photosHeader span
	{display:none;}

/* Fonts style for the header*/		
#library h1
	{font:normal 32px/1.2 'Avenir LT W01 35 Light' !important; text-transform:uppercase; letter-spacing:0.39em;    margin: 0;}

#library h2
	{font:normal 13px/1.3 Georgia; text-align:left;    margin: 0;}

#library .articlesCaption h4
	{font:normal 12px/1.3 Georgia;    margin: 0; font-weight:bold; text-align:right;}
	
#library h3
	{font:normal 21px/1.4 'Avenir LT W01 35 Light' !important; text-transform:uppercase; letter-spacing:0.18em; border-top:1px solid #000000; border-left:1px solid #000000; border-right:1px solid #000000; padding:7px; text-align:center;    margin: 0;}
	
#library .photosPublishDate, #library .photosSeason
	{font:normal 11px/1.4 Arial;}
	
#library .photosPublishDate{padding:0px 5px 0px 0px; border-right:1px solid #000000;}

#library .photosSeason{padding:0px 0px 0px 5px;}
	
#library #photosDescription
	{font: normal 11px/1.4 Georgia, Arial; width:100%;}

/* Margin, padding, color and stuff settings */	
#library #photosDescription p
	{margin:10px auto; width:70%; display:none;}	
	
#library #socialNetwork
	{height:22px; float:right; padding: 5px 0 0;}
	
#library #socialNetwork ul
	{margin:0px 0px 0px 0px; overflow:auto; width:134px; list-style:none;}
	
#library #socialNetwork ul li
	{float:left; margin:0px 0px 0px 5px;}
	
#library #socialNetwork a
	{margin:5px 0px 0px 0px;}

#library #socialNetwork a.twitter
	{background:url(../icons/socialbuttons.jpg) no-repeat 0 0; display:block; width:74px; height:22px; text-indent:-9999px;}
	
#library #socialNetwork a.facebook
	{background:url(../icons/socialbuttons.jpg) no-repeat -81px 0; display:block; width:48px; height:22px; text-indent:-9999px;}

/* style setting for Similar Articles */
#library #similarArticles
	{margin:0 auto; width:100%; overflow:none;}

#library #simliarArticlesContent
	{clear:both; margin:14px auto; width:970px;}
	
#library .articles
	{width:232px; position:relative; float:left;}

#library .articles a:hover .articlesCaption
	{text-decoration:underline;}

#library .articles01, #library .articles02, #library .articles03
	{margin:7px 14px 0px 0px;}

#library .articles04
	{margin:7px 0px 0px 0px;}

#library .articlesImage
	{display:block;}
	
#library .articlesCaption
	{position:absolute; bottom:0px; right:0px; padding:6px 0px 0px 14px; margin:0px 0px 0px 42px; text-align:right; background-color:#ffffff; width:auto;}

#library .articlesCaption span.date
	{font:normal 11px/1.0 Arial; margin:2px 0px 2px 0px; display:block;}

/* style setting for navigation tabs */
#library #tabs{width:970px; margin:0 auto;}

#library ul.nav_tabs{
	border-bottom:2px solid #000000; font:normal 15px/1.0 'Engravers Gothic' !important; text-transform:uppercase; padding:0px 0px 0px 35px;  width:700px; margin:21px auto; text-align:left;}

#library ul.nav_tabs a:hover {
	text-decoration:none;
}

/*bottom information: the show/hide function and the social networks */
#library #bottomInfo{
	width:806px;
	margin:10px auto;
}

#library #bottomInfo .visibilityCtrl{
	float:left;
	margin:7px 0 28px;	/*ZD2541*/
}

#library #bottomInfo .visibilityCtrl a{
	background-color:#000000;
	color:#ffffff;
	font-family: Arial, sans-serif; 
    font-size: 11px; 
    padding: 4px; 
}

#library #bottomInfo .visibilityCtrl a:hover{
	text-decoration:none;
}

/* Photos gallery */

#library #photosGallery{
	width:900px;
	height:545px;
}

#library #photosGallery img{
	margin:auto;
}

#library .twitter-share-button{    width: 60px !important;}

#library #links{
    float: left;
    clear: both;
}

#library #links .link{
    line-height: 28px;
    padding: 0 0 0 20px;
}

#library #search-main {
    padding: 20px 0 10px;
	margin:0;
}

#library .relatedProductDesc {
    font-family: georgia;
    margin: 0 auto;
    padding: 15px 0 5px;
    width: 640px;
    text-align: center;
}

#library .ui-tabs .ui-tabs-nav {
    margin: 0 auto 20px !important;
}

#library .see_more_latest, #library .see_more_article, #library .see_more{
    padding: 5px 0 0 0;
}

#library .see_more_latest a, #library .see_more_article a, #library .see_more a{
    border: 1px solid;
    display: block;
    padding: 8px 0;
	text-align: center;
}

#library .see_more_latest a:hover, #library .see_more_article a:hover, #library .see_more a:hover{
    text-decoration:underline;
	background-color:#eee;
}








/* 
	Handle Style Conflicting with "library-style01.css" 
	
	#library .articlesCaption h4 || Line 25
*/
#articlesContent{
	font:normal 14px/1.4 Georgia, Arial;
	width:100%;
}

/* LC-1215 */
#photoText { 
   clear:both; 
   padding:1em 0; 
   font-family:Georgia,serif; 
   font-size:12px; 
   text-align:center; 
}



/*Hotfix provided by Andy - start*/
#photosContent a{
	text-decoration: underline;
}
#photosContent a.shopTabButton{
	background-color: #000;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 11px;
	padding: 4px;
	margin: 0 1em;
	text-decoration: none;
}
/*Hotfix provided by Andy - end*/