@charset "UTF-8";
/* MoL Articles */

/*
 * Sidebars
 */
#section .sidebar {
	float: left;
	width: 200px;
	margin: 0 30px;
	border-top: 1px solid #CCC;
}

#section .sidebar h2 {
	margin-bottom: 15px;	
}

	/*
	 * Related Type
	 */
	#section #related-objects, #section #objects-detailed {
		margin-left: 0;	
	}
	
	#section #related-type {
		margin-right: 0;	
	}
	
	#section #related-type div {
		margin: 10px 0;
		border-bottom: 1px solid #CCC;
	}
	
	#section .sidebar ul.arrow {
		margin-left: 13px;
		list-style-image: url('../images/css/icons/li-arrow.gif');
	}
	
	#section #related-type div#object-browser div#object-browser-controls {
		margin: 0;
		border-bottom: none;	
	}
	
	#section #related-type div#object-browser div#object-browser-controls h2 {
		float: left;	
		margin: 0 10px 5px;
		text-align: center;
		width: 136px;
	}
	
	#section #related-type div#object-browser div#object-browser-controls a, #section #related-type div#object-browser div#object-browser-controls span {
		display: block;
		width: 22px;
		height: 17px;
	}
	
	#section #related-type div#object-browser div#object-browser-controls a:hover {
	  text-decoration:none;
	}
	
	#section #related-type div#object-browser div#object-browser-controls li#previous-entry {
		float: left;
		background: url('../images/css/buttons/object_prev.gif') transparent 0 0 no-repeat;
	}
	
	#section #related-type div#object-browser div#object-browser-controls li#previous-entry span.disabled {
    float:left;
    color:#CCC;
    margin-bottom:0;
		background-image: url('../images/css/buttons/object_prev_dis.gif');	
	}
	
	#section #related-type div#object-browser div#object-browser-controls li#next-entry {
		float: right;
		background: url('../images/css/buttons/object_next.gif') transparent 0 0 no-repeat;	
	}
	
	#section #related-type div#object-browser div#object-browser-controls li#next-entry span.disabled {
	  float:right;
	  color:#CCC;
	  margin-bottom:0;
		background-image: url('../images/css/buttons/object_next_dis.gif');	
	}
	
	#section #related-type div#object-browser ul {
		margin-left: 0;
		list-style-image: none;	
	}
	
	#section #related-type div#object-browser ul li {
		display: none;
		margin-bottom: 10px;
		list-style-type: none;
	}
	
	#section #related-type div#object-browser ul li.active {
		display: block;	
	}
	#section #related-type div#object-holder {
	  border:none;
	}
	/*
	 * Related Objects
	 */
	#section #related-objects h2 {
		margin-top: 15px;
		padding-bottom: 10px;
		border-bottom: 1px solid #CCC;
	}
	
	#section #related-objects div {
		margin-bottom: 10px;
	}
	
	#section #related-objects div h2 {
		padding-bottom: 0;
		border-bottom: none;	
	}
	
	#section #related-objects div ul {
		margin: 0;	
	}
	
	#section #related-objects div ul li {
		margin-bottom: 20px;
		list-style-type: none;	
	}
	
	.related-img {
		margin-bottom: 5px;
		padding: 24px;
		border: 1px solid #D8D8D8;	
	}
	
	/*
	 * Related Object
	 */
	#section #objects-detailed {
		width: 280px; 
		border: none;
	}
	
	#section #objects-detailed ul {
		margin: 0;	
	}
	
	#section #objects-detailed ul li {
		margin-bottom: 10px;
		list-style-type: none;	
	}
	
	#section #objects-detailed ul#gallery-detailed li {
		display: none;	
	}
	
	#section #objects-detailed ul#gallery-detailed li.active {
		display: block;
	}
	
	#section #objects-detailed ul#gallery-thumbnails li {
		float: left;
		margin-right: 20px;	
	}
	
	#section #objects-detailed ul#gallery-thumbnails li.last {
		margin-right: 0;	
	}
	 
	#section #objects-detailed p {
		margin-bottom: 0; 
	}
	 
	#section #objects-detailed a.click_to_enlarge {
		display: block;
		margin-top: 10px; 
	}
	 
/*
 * Content
 */
#section #content {
	float: left;
	width: 457px;	
}

#section #content .controls {
	padding-bottom: 10px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

#section #content .controls p.print-page a {
	float: left;
	padding-left: 25px;
	font-weight: bold;
	background: url('../images/css/icons/print.gif') transparent 0 50% no-repeat;
}

#section #content .controls p.full-text a, #section #content .controls p.email-page a {
	float: right;
	font-size: 14px;
	font-weight: bold;
}


#section #content.object {
	float: left;
	width: 370px;	
}

#section #content #bookmarks {
	padding-top: 10px;
}

#section #content #bookmarks .addthis_toolbox {
	clear: both;
}

#section #content #bookmarks h3 {
	float: left;	
}

#section #content #bookmarks ul#what-are-these {
	float: right;
	margin-top: 0;
}

#section #content #bookmarks ul#what-are-these li {
	position: relative;
	display: block;
	list-style-type: none;	
}

#section #content #bookmarks ul#what-are-these li a {
	font-size: 13px;
	font-weight: bold;
}

#section #content #bookmarks ul#what-are-these li div {
	position: absolute;
	top: 0;
	left: 0;
	width: 198px;
	background: white;
	border: 1px solid #BF382C;
	z-index: 8;
}

#section #content #bookmarks ul#what-are-these li div h3 {
	float: none;
	margin-bottom: 0;
	padding: 3px;
	color: white;
	font-size: 8pt;
	background: #BF382C;
}

#section #content #bookmarks ul#what-are-these li div p {
	margin: 0;
	padding: 3px;
	font-size: 8.5pt;
}
#section #content #media-image {
	text-align:center;
}

#section #content .expandable span.details {
	display: block!important;
}

#section #content .expandable span.read-more, #section #content .expandable span.re-collapse {
	display: none;
}

#section #content #bookmarks .addthis_toolbox a.addthis_button_facebook_like iframe {
   width: 75px!important;
}

#section #content #bookmarks .addthis_toolbox a.addthis_button_tweet iframe {
   width: 95px!important;
}

#section #content #bookmarks .addthis_toolbox a.addthis_button_google_plusone #___plusone_0 {
   width: 80px!important;
}