@import url("reset.css"); 
@import url("structure.css");

/* Action Block 

#actionBlock { float: right; display: inline; width: 168px; margin: 0 0 15px 15px; font-size:12px; }
#actionBlock img { display: block; }
#actionBlock .actionButton { font-weight: bold; background: #7e8385 url('/light/img/bg_button_gray.gif') bottom repeat-x; }
#actionBlock .actionButton a.actButton {
	display: block;
	padding: 6px 6px 6px 15px;
	text-decoration: none;
	color: #fff;
	background-image: url(/light/img/arrow_white_gray.gif);
	background-repeat: no-repeat;
	background-position: 130px 5px;
}

#actionBlock .ctaButton { background: #f90909 url('/light/img/bg_button_gray.gif') bottom repeat-x; }
#actionBlock .ctaButton a.actButton {
	font-weight: bold;
	display: block;
	margin-top: -6px;
	text-decoration: none;
	color: #fff;
	background-color: #f90909;
	background-image: url('/light/img/bg_button_gray.gif');
	background-repeat: repeat-x;
	background-position: bottom;
}
#actionBlock .ctaButton a.actButton span {display: block; width: 119px; padding: 6px 26px 6px 15px; text-decoration: none; color: #fff; background: transparent url('/light/img/arrow_white.gif') 133px 50% no-repeat; }
#actionBlock .ctaButton a.actButton:hover { background: #d5d5d5 url('/light/img/bg_grey_h26.gif') bottom repeat-x; color: #3a3e45; }
#actionBlock .ctaButton a.actButton:hover span { background: transparent url('/light/img/arrow_grey.gif') 132px 50% no-repeat; color: #3a3e45; }

#actionBlock .infoBlock { margin-top: 3px; }
#actionBlock h2 { padding: 6px 0 6px 15px; margin: 0; font-size:12px; font-weight: bold; background: #afafaf url('/light/img/bg/bg_grey_h26.gif') top repeat-x; border: 0; }
#actionBlock .content { padding: 2px 0 5px 0; border: 1px solid #cfcfcf; background: #f2f2f2 url('/light/img/bg_content_actionblock.gif') bottom repeat-x; }
#actionBlock .contentTestimonial { padding: 10px 5px 15px 5px; border: 1px solid #cfcfcf; background: #f2f2f2 url('/light/img/bg_content_actionblock.gif') bottom repeat-x; }
#actionBlock .content ul { padding: 0; margin: 0; list-style: none; }
#actionBlock .content ul li { padding: 0; background: none; border-top: 1px solid #dfdfdf; border-bottom: 1px solid #f2f2f2; }
#actionBlock .content ul li.first { border-top-style: none; }
#actionBlock .content a.linkListred {
	display: block;
	padding: 5px 5px 3px 30px;
	text-decoration: none;
	background: url('/light/img/arrow_red.gif') 10px 5px no-repeat;
	color: #333;
}
#actionBlock .content a.linkListred:hover { background: #fbfbfb url('/light/img/arrow_red.gif') 10px 5px no-repeat; }
#actionBlock .content a.linkList {
	display: block;
	padding: 5px 5px 3px 30px;
	text-decoration: none;
	background: url('/light/img/arrow_gray.gif') 10px 5px no-repeat;
	color: #333;
}
#actionBlock .content a.linkList:hover { background: #fbfbfb url('/light/img/arrow_gray.gif') 10px 5px no-repeat; }
#actionBlock .distribLeftCol { float: left; width: 54px; padding-left: 15px; }
#actionBlock .distribRightCol { float: left; width: 84px; }
#actionBlock dl { text-align: center; }
#actionBlock dd { padding-top: 5px; }
#actionBlock dd img { display: inline; }
#actionBlock .buttonContainer { text-align: center; padding-top: 5px; }

#actionBlock #platform_summary dl { padding: 0 5px 0 15px; text-align: left; }
#actionBlock #platform_summary dd { padding: 0 0 0 13px; }

/* German */
#actionBlock .distribLeftColDe { float: left; width: 75px; padding-left: 15px; }
#actionBlock .distribRightColDe { float: left; width: 65px; }
