
/* --------------------------------------------------------------
	embed.css

	The css styles for embeded links
-------------------------------------------------------------- */
.invisible {display:none;}
body {margin:0;}
.offscreen {
	z-index:99;
	position:absolute;
	top:-9000px;
	left:-9000px;
	}
img {border:none;}

#embeded-wrap {
	padding:3px;
	width:180px;
	height:103px;
	border:1px solid #767676;
	background:#fff !important;
	font:normal 10px Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	}
	* html #embeded-wrap {height:103px;}
	#embeded-wrap h3 {
		margin:0 0 3px;
		height:32px;
		overflow:hidden;
		font-weight:normal;
		font-size:1em;
		}
		#embeded-wrap h3 a:link {
			color:#759217;
			text-decoration:none;
			}
	#embeded-wrap h4 {
		margin:0 0 3px;
		font-weight:normal;
		font-size:1em;
		color:#759217;
		}
	#embeded-wrap .logo {
		padding:4px 3px 0 0;
		background-color:#fff;
		}
	#embeded-wrap .reviews a {color:#759217;}
	#embeded-wrap a:link,
	#embeded-wrap a:visited {
		font-size:1.1em;
		line-height:1.4;
		font-weight:normal;
		color:#759217;
		}
	#embeded-wrap a:hover {
		text-decoration:none;
		color:#759217;
		}
	#embeded-wrap a:active {color:#000;}
	#embeded-wrap .company-rating {
 	   display:block;
		margin:0 0 .2em;
		width:69px;
		height:13px;
		overflow:hidden;
		}
		#embeded-wrap .company-rating a {
			display:block;
			width:69px;
			height:13px;
			}

#embeded-wrap {background-image:url(/pics/embeded/bg_embed.jpg);}
#embeded-wrap h3 {background-image:url(/pics/embeded/bg_header_embed.png);}

#embeded-wrap .company-rating {background:url(/pics/embeded/bg_starts.png) -84px 0 no-repeat;}
#embeded-wrap .company-rating.stars05 {background-position:-70px 0;}
#embeded-wrap .company-rating.stars10 {background-position:-56px -13px;}
#embeded-wrap .company-rating.stars15 {background-position:-56px 0;}
#embeded-wrap .company-rating.stars20 {background-position:-42px -13px;}
#embeded-wrap .company-rating.stars25 {background-position:-42px 0;}
#embeded-wrap .company-rating.stars30 {background-position:-28px -13px;}
#embeded-wrap .company-rating.stars35 {background-position:-28px 0;}
#embeded-wrap .company-rating.stars40 {background-position:-14px -13px;}
#embeded-wrap .company-rating.stars45 {background-position:-14px 0;}
#embeded-wrap .company-rating.stars50 {background-position:0 0;}

* html #embeded-wrap .company-rating.stars05 {background-position:-70px 0;}
* html #embeded-wrap .company-rating.stars10 {background-position:-56px -13px;}
* html #embeded-wrap .company-rating.stars15 {background-position:-56px 0;}
* html #embeded-wrap .company-rating.stars20 {background-position:-42px -13px;}
* html #embeded-wrap .company-rating.stars25 {background-position:-42px 0;}
* html #embeded-wrap .company-rating.stars30 {background-position:-28px -13px;}
* html #embeded-wrap .company-rating.stars35 {background-position:-28px 0;}
* html #embeded-wrap .company-rating.stars40 {background-position:-14px -13px;}
* html #embeded-wrap .company-rating.stars45 {background-position:-14px 0;}
* html #embeded-wrap .company-rating.stars50 {background-position:0 0;}

#embeded-wrap a:link.more-link {font-size:9px;}
