/*---[ Details ]---------------------------------------
Widget Specific Style Sheet
Site: http://trees.innocentdrinks.co.uk
Author: Lee Powell
Contact: lee.powell@soup.co.uk
Date Created: 26.09.2007
Date Modified: 26.09.2007
-------------------------------------------------------*/

/*-----------------------------------------------------
Contents:
[01] Global White Space Reset
[02] Large Widget
[03] Small Widget
[04] Broken Widget
-------------------------------------------------------*/


/* [01] Global White Space Reset
-------------------------------------------------------*/
/* This technique preserves Form elements, and should be 
used instead of the '*' universal selector */
html, body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
table, thead, tbody, tfoot, th, td, form, fieldset, legend, 
p, blockquote, pre {
	margin: 	0;
	padding: 	0;
}

/* [02] Core
-------------------------------------------------------*/
html, body {
	height: 100%;
	}
body {
	font: normal 62.5% Arial, Helvetica, sans-serif;
	color: black;
	background: #FFF;
	word-spacing: 0.1em;
	}
a img {
	border: none;
	}

/* [02] Large Widget
-------------------------------------------------------*/
#large {
	width: 170px;
	height: 205px; /* total height 420px; */
	background: url('/img/widget/bg_large_widget.gif') top left no-repeat;
	overflow: hidden;
	padding-top: 215px;
	position: relative;
	}
#large p {
	text-align: center;
	margin-top: 5px;
	}
#large p.details {
	margin-top: 0;
	}
#large p.details.error {
	font-size: 1.1em;
	padding: 0 15px;
	margin-top: 0;
	}
#large h2 {
	text-align: center;
	color: #007F41;
	}
#large p.details span.top,
#large p.details span.bottom {
	display: block;
	background-position: top center;
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	}
#large p.details span.top {
	background-image: url('/img/widget/imr_iveplanted_large.gif');
	height: 21px;
	}
#large p.details span.bottom {
	/*background-image: url('/img/widget/imr_forindia_large.gif');*/
	height: 14px;
	margin-bottom: 15px;
	}
#large p.details span.bottom {
	display: block;
	line-height: 1em;
	font-size: 15px;
	color: #007F41;
	margin-right: 5px;
	text-indent: 0px;
	margin-top: -4px;
	}
#large p.logo {
	position: absolute;
	bottom: 10px;
	left: 30px;
	z-index: 1;
	}
#large span.result,
#large h2 {
	color: #74B637;
	height: 42px;
	display: block;
	margin: 0 5px;
	line-height: 1em;
	font-size: 37px;
	}
#large span.result {
	font-size: 35px;
	margin-top: -2px;
	margin-bottom: 0px;
	}

#large h2.sIFR-replaced {
	margin-bottom: 5px;
	}
#large a.viewtrees,
#large a.findmore {
	display: block;
	width: 122px;
	height: 24px;
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin: 0 22px;
	}
#large a.viewtrees {
	background-image: url('/img/widget/btn_seemytrees_large.gif');
	}
#large a.findmore {
	background-image: url('/img/widget/btn_findoutmore_large.gif');
	}
#large a.viewtrees:hover,
#large a.findmore:hover {
	background-position: top right;
	}

/* [03] Small Widget
-------------------------------------------------------*/
#small {
	width: 190px;
	height: 115px; /* total height 165px */
	background: url('/img/widget/bg_small_widget.gif') top left no-repeat;
	position: relative;
	padding-top: 50px;
	overflow: hidden;
	}
#small p,
#small h2 {
	margin-left: 95px;
	}
#small p {
	margin-top: 5px;
	}
#small p.details {
	margin-top: 10px;
	}
#small p.details span.top,
#small p.details span.bottom {
	display: block;
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	}
#small p.details span.top {
	background-image: url('/img/widget/imr_iveplanted_small.gif');
	height: 12px;
	}
#small p.details span.bottom {
	/*background-image: url('/img/widget/imr_forindia_small.gif');*/
	height: 9px;
	margin-bottom: 10px;
	}
#small p.logo {
	position: absolute;
	bottom: 10px;
	left: 10px;
	margin: 0;
	z-index: 1;
	}
#small span.result,
#small h2 {
	display: block;
  	line-height: 1em;
  	font-size: 24px;
  	margin-right: 5px;
	color: #74B637;
	}
	
#small span.result {
	font-size: 18px;
	}	
	
#small p.details span.bottom {
	display: block;
	line-height: 1em;
	font-size: 12px;
	color: #007F41;
	margin-right: 5px;
	text-indent: 0px;!important
	}
	
#small a.viewtrees,
#small a.findmore {
	display: block;
	width: 88px;
	height: 17px;
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin: 0;
	}
#small a.viewtrees {
	background-image: url('/img/widget/btn_seemytrees_small.gif');
	}
#small a.findmore {
	background-image: url('/img/widget/btn_findoutmore_small.gif');
	}
#small a.viewtrees:hover,
#small a.findmore:hover {
	background-position: top right;
	}

/* [04] Broken Widget
-------------------------------------------------------*/
#broken {
	width: 170px;
	text-align: center;
	}
#broken .logo {
	margin: 10px 0;
	}
#broken p {
	margin: 3px;
	}
