.Product {
	position: relative;
	margin: 0 10px 10px 10px;
	padding: 0;
	width: 160px;
	height: 70px;
	overflow: hidden;
}

body#Home .Product {
	width: 300px;
	height: 150px;
}

.Product h2 {
	display: none;
}
.Product a {
	display: block;
	width: 160px;
	height: 70px;
	zoom: 1;
	color: #fff;
	text-decoration: none;	
}
body#Home .Product a {
	display: block;
	width: 300px;
	height: 150px;
	zoom: 1;
}
.Product a span {
	display: none;
	font-size: .8em;
	line-height: 1.5em;
}
body#Home .Product a span {
	display: block;
	padding: 60px 20px 20px 150px;
}

body#Home #Product-InteractiveTvFormats {
}
body#Home #Product-InteractiveTvFormats a {
	background: transparent url(../img/products/Home-InteractiveTVFormats.jpg) no-repeat top left;
}
body#Home #Product-MobileEntertainment {
}
body#Home #Product-MobileEntertainment a {
	background: transparent url(../img/products/Home-MobileEntertainment.jpg) no-repeat top left;
}
body#Home #Product-PaymentSolutions {
}
body#Home #Product-PaymentSolutions a {
	background: transparent url(../img/products/Home-PaymentSolutions.jpg) no-repeat top left;
}
#Product-InteractiveTvFormats {
}
#Product-InteractiveTvFormats a {
	background: transparent url(../img/products/InteractiveTVFormats.jpg) no-repeat top center;
}
#Product-MobileEntertainment {
}
#Product-MobileEntertainment a {
	background: transparent url(../img/products/MobileEntertainment.jpg) no-repeat top center;
}
#Product-PaymentSolutions {
}
#Product-PaymentSolutions a {
	background: transparent url(../img/products/PaymentSolutions.jpg) no-repeat top center;
}

.Box#DocsBox {
	width: 180px;
	float: right;
	margin: 0 0 10px 0;
	padding: 0;
	background: #bbb url(../img/boxDocs-top.gif) no-repeat top center;
}
#DocsBox .InnerBox {
	width: 140px;
	float: right;
	margin: 0;
	padding: 20px;
	background: transparent url(../img/boxDocs-bottom.gif) no-repeat bottom center;
}

#DocsBox .InnerBox h2 {
	color: #fff;
	margin-top: 80px;
}
#DocsBox .InnerBox ul {
	list-style-type: none;
	margin: 0 0 2em 0;
	padding: 0;	
}
#DocsBox .InnerBox ul li {
	margin: 0 0 .5em 0;
	padding: 0;	
	background: none;
}
#DocsBox .InnerBox a {
	display: block;
	padding: 2px 0 2px 20px;
}
