/* CSS style - Core Design Most Read module for Joomla! 1.0 */

/* Highslide CSS style */
.mod_cd_mostread .highslide-html {
    background-color: white;
}
.mod_cd_mostread .highslide-html-blur {
	
}
.mod_cd_mostread .highslide-html-content-header {
	height: 20px;
	padding: 2px;
}
.mod_cd_mostread .highslide-html-content {
	position: absolute;
   display: none;
	width: 350px;
}
.mod_cd_mostread .highslide-body {
	padding: 0 10px 10px 10px;
}
.mod_cd_mostread .highslide-display-block {
    display: block;
}
.mod_cd_mostread .highslide-display-none {
    display: none;
}
.mod_cd_mostread .highslide-move {
    cursor: move;
	 border: 0;
	 height: 18px;
	 padding: 2px;
}
.mod_cd_mostread a.control {
	float: right;
	display: block;
	/*position: relative;*/
	margin: 0 5px;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #999 !important;
}
.mod_cd_mostread a.control:hover {
	color: black !important;
}
/* End */

li.mostread a.highslide {
	cursor: pointer;
}