
/* --------------------------------------------------------------
	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 {

	border:1px solid #6b821f;
	background:#e3eec0;
	width:186px;
	height:109px;
	font:normal 10px Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	}
	* html #embeded-wrap {height:109px;}
#embeded-wrap h3 {
	margin:0 0 2px;
	padding:3px 3px 0;

	height:32px;
	overflow:hidden;
	font-weight:normal;
	font-size:1em;
	}
#embeded-wrap h3 a:link,
#embeded-wrap h3 a:visited {
	color:#000;
	font-weight:bold;
	text-decoration:none;
	}	
#embeded-wrap h4 {
	margin:0 0 .3em;
	font-weight:normal;
	font-size:1em;
	color:#759217;
	}
#embeded-wrap .logo {
	padding: 3px 0 0;
	}
	#embeded-wrap .logo img {
		margin:0 3px;
		}
#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:#000;

	}
#embeded-wrap .logo a:link,
#embeded-wrap .logo a:visited {
		text-decoration:none;
		}
#embeded-wrap a:hover {
	text-decoration:none;
	color:#759217;
	}
	
#embeded-wrap .average-rating {
	padding:0 3px 2px;
	}
	
#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.stars00 {background-position:-84px -26px;}
#embeded-wrap .company-rating.stars05 {background-position:-70px -26px;}
#embeded-wrap .company-rating.stars10 {background-position:-56px -39px;}
#embeded-wrap .company-rating.stars15 {background-position:-56px -26px;}
#embeded-wrap .company-rating.stars20 {background-position:-42px -39px;}
#embeded-wrap .company-rating.stars25 {background-position:-42px -26px;}
#embeded-wrap .company-rating.stars30 {background-position:-28px -39px;}
#embeded-wrap .company-rating.stars35 {background-position:-28px -26px;}
#embeded-wrap .company-rating.stars40 {background-position:-14px -39px;}
#embeded-wrap .company-rating.stars45 {background-position:-14px -26px;}
#embeded-wrap .company-rating.stars50 {background-position:0 -26px;}

* html #embeded-wrap .company-rating.stars00 {background-position:-84px -26px;}
* html #embeded-wrap .company-rating.stars05 {background-position:-70px -26px;}
* html #embeded-wrap .company-rating.stars10 {background-position:-56px -39px;}
* html #embeded-wrap .company-rating.stars15 {background-position:-56px -26px;}
* html #embeded-wrap .company-rating.stars20 {background-position:-42px -39px;}
* html #embeded-wrap .company-rating.stars25 {background-position:-42px -26px;}
* html #embeded-wrap .company-rating.stars30 {background-position:-28px -39px;}
* html #embeded-wrap .company-rating.stars35 {background-position:-28px -26px;}
* html #embeded-wrap .company-rating.stars40 {background-position:-14px -39px;}
* html #embeded-wrap .company-rating.stars45 {background-position:-14px -26px;}
* html #embeded-wrap .company-rating.stars50 {background-position:0 -26px;}

#embeded-wrap a:link.more-link,
#embeded-wrap a:visited.more-link {
	padding:0 0 0 3px;
	color:#fff;
	font-size:9px;
	}

