div.sa_clearfix{
  clear:both;
}
#sa_overlay {
	background-color: #000000; 
	opacity: 0.75; 
	filter: alpha(opacity=75);
	cursor: default; 
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10000;
	display: none;
}
#sa_inline_block {

}
div.sa_main_div {
	font-family: sans-serif;
    font-size: 12px;
    line-height: 1.4em;
	height: 165px;
	width: 430px;
	margin: 0px auto;
	display: none;
	position: absolute;
	z-index: 10001;
	outline: none;
}
div.sa_main_div a {
    outline: 0 none;
}
div.sa_main_div img {
	border: medium none;
}
div.sa_affiliate_logo {
	height: 14px;
    right: 5px;
    position: absolute;
    top: -20px;
    width: 106px;
}
div.sa_affiliate_logo > a {
	background-position: 0 0;
	display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
}
div.sa_affiliate_logo > a > span {
	display: block;
    height: 100%;
    width: 100%;
    cursor: pointer;
}

div.sa_close_button {
	height: 14px;
    left: 5px;
    position: absolute;
    top: 5px;
    width: 14px;
}
/* image preview */
div.sa_thumbnail_left_div {
	position: absolute;
	left: 30px;
	top: 30px;
	width: 120px;
	height: 108px;
	text-align: center;
}
div.sa_thumbnail_left_div img {
	margin: auto;
	width: 120px;
	height: 108px;
	border:1px solid #000;
	cursor: pointer;
}
div.sa_thumbnail_right_div {
	position: absolute;
	right: 30px;
	width: 235px;
	top: 50%;
	height: auto;
}
span.sa_thumbnail_headline {
	width: 235px;
	display: block;
	text-align: left;
	line-height: 1.15em;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	/* max-height: 50px; */
}
div.sa_thumbnail_content {
	position: relative;
	width: 215px!important;
	text-align: left;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 5px 10px;
	overflow: hidden;
	margin-top: 10px;
	min-height: 48px;
	max-height: 80px;
}
span.sa_thumbnail_excerpt {
	
}
/* text classs */
div.sa_text_full_div {
	position: absolute;
	left: 30px;
	width: 380px;
	top: 50%;
}
span.sa_text_headline {
	width: 380px;	
	display: block;
	text-align: left;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	line-height: 1.15em;
	/* max-height: 50px; */
}
div.sa_text_content {
	width: 355px!important;
	text-align: left;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 5px 10px;
	overflow: hidden;
	position: relative;
	margin-top: 10px;
	min-height: 60px;
	max-height: 90px;
}
span.sa_text_excerpt {
	
}
a.sa_more_linktext {
	font-weight: bold;
	text-decoration: underline;
}