/* set div */
	div#widget {
		display: relative;
		margin-top: 190px;
		margin-left: 30px;
		width: 286px;
		height: 111px;
		background: transparent url(../images/crs/widget_bg.png) bottom left no-repeat;
		}
	#int_header div#widget {
		margin-top: 145px;
		}
/* ENd set div */

/* set link and span text */
	div#widget a, div#widget a span {
		color: #19183b;
		font-weight: bold;
		}
/* End set link and span text */

/* set link alignment and details */
	div#widget a {
		display: inline;
		float: left;
		position:relative;
		padding: 3px 3px 0 3px;
		width: 62px;
		height: 20px;
		background: transparent url(../images/crs/widget_tab.png) top left no-repeat;
		text-align: center;
		cursor: pointer;
		outline: none;
		}
	div#widget a:hover {
		background: transparent url(../images/crs/widget_tab_over.png) top left no-repeat;
		white-space:normal;
		z-index:99;
		height: 60px;
		}
	div#widget a.first {
		margin-left: 8px;
		}
/* End set link alignment and details */

/* set Span placement */
	div#widget a span {
		visibility:hidden;
		display:block;
		position:absolute;
		width: 259px;
		height: 88px;
		top: 30px;
		text-align: left;
		}
	div#widget:hover a span.tabA {
		visibility:hidden;
		}		
	div#widget a:hover span, div#widget a span.tabA, div#widget a:hover span.tabA {
		visibility:visible;
		z-index:99;
		}


/* End set Span placement */

/* set alt Span placement */
	div#widget a span.tabB {
		left: -62px;
		}
	div#widget a span.tabC {
		left: -124px;
		}
	div#widget a span.tabD {
		left: -186px;
		}
/* End set alt Span placement */


/* Images */
	img.widget_img_left {
		float: left;
		margin-right: 10px;
		}
/* End Images */
