/* $Id: content_slot.css 56 2009-01-28 09:17:38Z bums $ */

.content_slot_right {
	float:right;
	display:inline;
 	margin:0 0 0 0; 
	padding:0 0 0 0;  
	font-size:0.75em;
	width:180px;	
	margin-bottom:18px;
	border:1px solid #E6E6E6;
	background-color:#EFEFEF; 
}

html > body .content_slot_right {
	width:178px;	
}

.content_slot_right .inner { 
	margin-top:3px; 
	padding:6px;
	width:160px;	
	display:inline;
	float:left;
}

html > body .content_slot_right .inner {
	width:160px;
	padding:10px;	
}

.content_slot_right .inner p {
 	 
}

.content_slot_right h1 {
	font-size:1.00em;
	margin-bottom:7px;
}

.content_slot_right .inner img {
	float:left;	
	margin-bottom:5px;	
}
