/* Teaser Boxes */
.headline {
	position: absolute;
	top: 14px;
	left: 17px;
}

.link {
	position: absolute;
	right: 28px;
	bottom: 6px;
	display:block;
	line-height: 14px;
	font-size: 0.92em;
}

.whiteFont {
	color: #FFF;
}

/* Generic Boxes */
.genericTextBox1 {
	background: url(../Images/Boxes/genericText1Bg.png) no-repeat 3px 3px;
}

.genericTextBox1Scaleable, .genericTextBox1ScaleableNoLink {
	background: url(../Images/Boxes/genericText1ScalableBg.png) no-repeat 3px 3px;
	height: auto !important;
}

.genericTextBox2Scaleable {
	background: url(../Images/Boxes/genericText2ScalableBg.png) no-repeat 3px 3px;
	height: auto !important;
	position: relative;
	overflow: hidden;
}

.genericTextBox2Scaleable .headline {
	position: relative;
	margin: 3px 0 0 0;
}

.genericTextBox2Scaleable h3 {
	padding: 0 !important;
}

.activistBox {
	background: url(../Images/Boxes/activistBox.png) no-repeat 3px 3px;
}

.genericTextBox1 .text, 
.genericTextBox2 .text,
.activistBox .text,
.carMichaelBox .text,
.bluePlantBox .text,
.blueScreenBox .text  {
	position: absolute;
	left: 17px;
	top: 40px;
	width: 262px;
	height: 50px;
	overflow: hidden;
}

.genericTextBox1Scaleable .text, .genericTextBox1ScaleableNoLink .text {
	padding: 33px 17px 36px 17px;
}

.genericTextBox2Scaleable .text {
	padding: 23px 17px 36px 17px;
}

.genericTextBox1ScaleableNoLink .navigationList {
	display: block;
	padding: 23px 4px 7px 4px;
}

/* IE fixes */

.navigationList .superItem { /* all can read this */
	font-weight: bold;
	padding: 4px 15px 4px 15px;
	margin-bottom: 5px;
}

.navigationList li { /* all can read this */
	padding: 2px 15px 2px 15px;
	list-style: circle;
}

html>body .navigationList .superItem { /* only IE 6 cant read this */
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	font-weight: bold;
	padding: 4px 15px 4px 35px;
	margin-bottom: 5px;
}

html>body .navigationList li { /* only IE 6 cant read this */
	background: url(../Images/Icons/list_icon_small_fff.gif) no-repeat 15px center;
	padding: 2px 15px 2px 35px;
}

.navigationList li a {
	color: #4c4c4c;
	font-weight: normal;
}

.navigationList .superItem a {
	color: #4c4c4c;
	font-weight: bold;
}

.genericTextBox1Scaleable .footer {
	width: 291px;
	height: 23px;
	position: absolute;
	bottom: 0;
	background: url(../Images/Boxes/genericText1ScalableBg.png) no-repeat 3px -980px;
}

.genericTextBox1ScaleableNoLink .footer {
	width: 291px;
	height: 3px;
	position: absolute;
	bottom: 0;
	background: url(../Images/Boxes/genericText1ScalableBg.png) no-repeat 3px -1003px;
	overflow: hidden;
}

.genericTextBox2Scaleable .footer {
	width: 213px;
	height: 23px;
	position: absolute;
	bottom: 0;
	background: url(../Images/Boxes/genericText2ScalableBg.png) no-repeat 3px bottom;
}

.genericTextBox2 {
	background: url(../Images/Boxes/genericText2Bg.png) no-repeat center center;
}

.carMichaelBox {
	background: url(../Images/Boxes/carMichaelBox.png) no-repeat center center;
}

.genericTextBox2 .text {
	height: 193px;
}

.activistBox .text {
	width: 172px;
}

.carMichaelBox .text {
	height: 130px;
}

.carMichaelBox .text p {
	margin-top: 10px;
}

.genericImageBox1 {
	background: url(../Images/Boxes/genericImage1Bg.png) no-repeat center;
}

.genericImageBox1 .headline {
	position: absolute;
	top: 89px;
	left: 11px;
	z-index: 10;
}

.genericImageBox1 .customImage {
	position: absolute;
	width: 279px;
	height: 114px;
	top: 6px;
	left: 6px;
	z-index: 9;
}

.genericImageBox2 {
	background: url(../Images/Boxes/genericImage2Bg.png) no-repeat center;
}

.genericImageBox2 .headline {
	position: absolute;
	top: auto;
	bottom: 8px;
	left: 12px;
	z-index: 10;
}

.genericImageBox2 .customImage {
	position: absolute;
	width: 279px;
	height: 249px;
	top: 6px;
	left: 6px;
	z-index: 9;
}

.genericImageBox3 {
	background: url(../Images/Boxes/genericImage3Bg.png) no-repeat center;
}

.genericImageBox3 .headline {
	position: absolute;
	top: 90px;
	left: 11px;
	z-index: 10;
}

.genericImageBox3 .customImage {
	position: absolute;
	width: 204px;
	height: 114px;
	top: 6px;
	left: 6px;
	z-index: 9;
}

.genericImageText1 {
	background: url(../Images/Boxes/genericImageText1Bg.png) no-repeat center;
}

.genericImageText1 .customImage {
	width: 279px;
	height: 114px;
	position: absolute;
	top: 6px;
	left: 6px;
}

.genericImageText1 .textBox {
	position: absolute;
	width: 265px;
	height: 100px;
	top: 135px;
	left: 15px;
	overflow: hidden;
}

.genericImageText1 h3.image {
	padding: 0 !important;
}

.genericImageText1 .text {
	padding: 5px 0 0 0;
}

/* Specialized Boxes */

/* Exercises Box */

.exercisesBox {
	display: block;
	background: url(../Images/Boxes/exercisesTeaserBg.png) no-repeat;
	overflow: hidden;
}

/* BuyOnline Box */

.buyOnlineBox {
	display: block;
	background: url(../Images/Boxes/buyOnlineTeaserBg.png) no-repeat 3px 3px;
	overflow: hidden;
}

/* Satisfaction Box */

.satisfactionBox {
	display: block;
	background: url(../Images/Boxes/satisfactionBoxBg.png) no-repeat 3px 3px;
	overflow: hidden;
}

.satisfactionBox .imageCenterBox {
	bottom:5px;
	display:block;
	left:6px;
	position:absolute;
	width:279px;
	height: 24px;
}

.satisfactionBox .imageCenterBox img {
	margin: 0 auto;
}

/* Shopfinder Box */

.shopfinderBox {
	background-image: url(../Images/Sprites/home.png);
	background-position: 0 -30px;
}

.shopfinderBox .headline {
	top: 10px;
	left: 10px;
}

.shopfinderBox .textBox {
	position: absolute;
	width: 105px;
	height: 20px;
	top: 11px;
	left: 141px;
	background-image: url(../Images/Sprites/home.png);
	background-position: 0 -298px;
	padding: 3px 1px 3px 3px;
	z-index: 10;
}

.shopfinderBox .textBox input {
	width: 101px;
	display: block;
	padding: 3px 3px 3px 4px;
	border: 0;
	height: 14px;
	background-color: transparent;	
}

/* IE6 cannot read this, for all other browsers */
html>body .shopfinderBox .textBox input {
	width: 101px;
}

.shopfinderBox .button {
	position:absolute;
	top: 11px;
	left: 250px;
	display: block;
	width: 30px;
	height: 26px;
	background-image: url(../Images/Sprites/home.png);
	background-position: 0 -186px;
	z-index: 9;
	overflow: hidden;
}

.shopfinderBox .button input {
	margin: 3px;
	background-color: transparent;
	width: 25px;
	height: 25px;
	padding: 35px 0 0 0;
	cursor: pointer;
	border: none;
}	

.shopfinderBox .button:hover {
	text-decoration: none;
	background-position: 0 -242px;
}	

.shopfinderBox .text {
	position: absolute;
	left: 72px;
	top: 45px;
	width: 204px;
	height: 55px;
	overflow: hidden;
	color: #FCFCFC;
}

.collectionTeaserBox {
	background: url(../Images/Boxes/collectionTeaserBg.png) no-repeat center;
}

.collectionTeaserBox object {
	position: absolute;
	top: 4px;
	left:4px;
}

.introsessionBox {
	background: url(../Images/Boxes/introsessionTeaserBg.png) no-repeat center;
}

.opinionsBox1 {
	background: url(../Images/Boxes/opinions1Bg.png) no-repeat;
}

.opinionsBox1 .headline {
	top: 15px;
	left: 15px;
}

.opinionAuthor {
	font-size: 0.83em;
	color: #666;
	position: absolute;
	left: 15px;
	bottom: 23px;
	display:block;
	line-height: 17px;
}

.opinionsBox2 {
	background: url(../Images/Boxes/opinions2Bg.png) no-repeat;
}

.newsTeaserBoxScaleable {
	width: 667px;
}

.newsTeaserBoxScaleable .header {
	height: 4px;
	background: url(../Images/Boxes/newsTeaserScaleableBg.png) no-repeat 0 0;
	overflow: hidden;
}

.newsTeaserBoxScaleable .content {
	background: url(../Images/Boxes/newsTeaserScaleableBg.png) repeat-y -667px 0;
	position: relative;
	display: block;
	width: auto;
	padding: 35px 25px 15px 25px;
}

.newsTeaserBoxScaleable .headline {
	left:25px;
}

.newsTeaserBoxScaleable .footer {
	height: 23px;
	background: url(../Images/Boxes/newsTeaserScaleableBg.png) no-repeat -1334px 0;
	position: relative;
}


.newsTeaserBox .header {
	height: 36px;
	background: url(../Images/Boxes/newsTeaserBg.png) no-repeat top;
}

.content {
	display: inline-block;
	width: 100%;
	background: url(../Images/BgLoops/newsTeaserBg.png);
}

.newsTeaserBox .footer {
	height: 23px;
	background: url(../Images/Boxes/newsTeaserBg.png) no-repeat bottom;
}

.newsTeaserBox h3 {
	position: absolute;
	top: 12px;
	left: 14px;
	padding: 0 0 0 2px;
	display: block;
	width: 561px;
	height: 25px;
	background: url(../Images/BgLoops/dots1px999.gif) repeat-x bottom;
}

.newsTeaserBox .rssLink {
	position: absolute;
	width: 15px;
	padding: 15px 0 0 0;
	height: 0;
	background-color: #0099FF;
	top: 15px;
	right: 10px;
	background: url(../Images/Sprites/icons.png) no-repeat 0 -239px;
	overflow: hidden;
}

.newsTeaserBox .newsListing {
	margin:0 auto;
	width: 563px;
}

.dateListEntry {
	padding: 14px 0 10px 0;
	background: url(../Images/BgLoops/dots1px999.gif) repeat-x bottom;
	display: inline-block;
	clear: both;
}

.dateListEntry .dateBox {
	margin: 0 0 0 -2px;
	float: left;
}

.dateListEntry .textBox {
	margin: 0 2px 0 70px;
}

.dateListEntry .listing h4 {
	color: #696969;
}

.dateListEntry  p {
	margin: 10px 15px 10px 0;
}

.newsListing .last  {
	background: none;
}

.pollingBox1 {
	background: url(../Images/Boxes/poll1Bg.png) no-repeat center;
	overflow:hidden;
}

.pollingBox1 img {
	position: absolute;
	top: 4px;
	left: 4px;
}

.pollingBox1 .questionRating  {
	position:absolute;
	left: 157px;
	top: 14px;
	width: 127px;
	display: inline-block;
}

.pollingBox1 .question {
	position:relative;
	top: 0;
	left: 2px;
	display: block;
}

.rating {
	/* margin: 10px 0 0 0; */
	margin: 17px 0 0 0;
	width: 130px;
	height: 17px;
	overflow: hidden;
}

.starActive, .starInactive {
	width: 16px;
	height: 16px;
	padding: 0 1px 0 0;
	float: left;
	background-image: url(../Images/Sprites/Icons_gif.gif);
	cursor: pointer;
}

.starInactive {
	background-position: 0 -20px;
}

.starInactive:hover {
	background-position: 0 0;
}

.rating .num {
	float: left;
	font-size: 0.83em;
	margin: 0 0 0 9px;
	line-height: 17px;
	vertical-align: middle;
}

.askQuestion {
	position: relative;
	display: block;
	width: 210px;
	background: url(../Images/Boxes/askQuestionBg.png) no-repeat;
	height: 100px; 
}

.askQuestion .headline {
	position: absolute;
	top: 10px;
	left: 13px;
}

.askQuestion .headline {
	position: absolute;
	top: 10px;
	left: 13px;
}

.askQuestion .text {
	position: absolute;
	top: 36px;
	left: 68px;
	width: 135px;
	height: 60px;
	overflow: hidden;
	font-weight: normal;
	cursor: pointer;
	font-size: 0.92em;
	line-height: 1.3em;
}

.askQuestion:hover {
	text-decoration: none !important;
}

.askQuestion .bold:hover {
	text-decoration: underline !important;
}

.bluePlantBox {
	background:  url(../Images/Boxes/bluePlantBg.png) no-repeat center;
}

.bluePlantBox .text {
	left: 80px;
	width: 195px;
}

.blueScreenBox {
	background:  url(../Images/Boxes/blueScreenBg.png) no-repeat center;
}

.blueScreenBox .text {
	left: 100px;
	width: 175px;
}

.tableOfContent {
	margin: 3px ;
}

.addressBox {
	margin: 3px;
	padding: 15px;
}

.addressBox h2 {
	margin: -2px -2px 15px -2px;
	padding: 0 2px 5px 2px;
}

.addressBox td {
	padding-right: 15px;
}

.smallSideText {
	font-size:0.92em;
	margin:15px 0 0 5px;
}

.smallSideText h3 {
	padding-top: 0 !important;
}

