﻿#productsHelp 
{
	padding: 10px 20px;
}

#productsHelp h1.blueCaption,
#productsHelp h2.blueCaption,
#productsHelp h3.blueCaption 
{
	color: #0f4d98;
	background-color: Transparent;
}

#productsHelp h2.orangeCaption 
{
	color: #EE7D06;
	margin-top: 10px;
}

#productsHelp h1.blueCaption 
{
	font-size: 18px;
}

#productsHelp h2.orangeCaption,
#productsHelp h2.blueCaption 
{
	font-size: 14px;
}

#productsHelp h3.blueCaption 
{
	font-size: 12px;
}

#productsHelp p 
{
	margin-top: 10px;
	margin-bottom: 10px;
}

#productsHelp p.halfMargin
{
	margin-top: 10px;
	margin-bottom: 0px;
}

#productsHelp div.categories 
{
	margin-top: 20px;
}

#productsHelp div.categoryButton 
{
	background: url(images/cons_button_off.png) no-repeat left;
	width: 296px;
	height: 41px;
	margin: 0px 20px 10px 0px;
	float: left;
	padding: 10px;
	cursor: pointer;
}

#productsHelp div.selected 
{
	background: url(images/cons_button_on.png) no-repeat left;
}

#productsHelp div.categoryButton img 
{
	margin-right: 10px;
	float: left;
}

#productsHelp div.categoryButton h2 
{
	font-weight: bold;
}

#productsHelp div.categoryButton h2 span 
{
	font-weight: normal;
}

#productsHelp div.selected span 
{
	color: White;
}

#productsHelp div.selected h2 
{
	color: White;
}

#productsHelp div.categoryButton a 
{
	color: #004394;
}

#productsHelp div.selected a 
{
	color: White;
}

#productsHelp div.categoryButton a:hover 
{
	color: #F5A302;
}

#productsHelp div.selected a:hover 
{
	color: White;
}

#productsHelp div.advantages 
{
	margin-top: 5px;
	background: url(images/cons_product_bckg.png) no-repeat left;
	width: 633px;
	height: 170px;
	padding: 10px;
}

#productsHelp div.advantages ul 
{
	float: left;
	margin-left: 15px;
	width: 350px;
}

#productsHelp div.advantages ul li 
{
	list-style-image: url(images/cons_blue_arrow.png);
	margin-bottom: 10px;
}

#productsHelp div.advantages img 
{
	float: right;
	margin-top: 15px;
	margin-right: 40px;
}

#productsHelp span.caption 
{
	font-weight: bold;
	color: #EE7D06;
}

#productsHelp span.buttonMore 
{
	display: block;
	background: url(images/cons_bluebutton_r_part.png) no-repeat right;
	height: 29px;
	padding-right: 7px;
}

#productsHelp span.buttonMore a 
{
	display: block;
	background: url(images/cons_bluebutton_l_part.png) no-repeat left;
	padding-left: 29px;
	padding-top: 7px;
	height: 22px;
	color: White;
}

#productsHelp span.buttonMore a:hover 
{
	color: #F5A302;
}

/* technologie */
#technologies 
{
	margin-top: 20px;
	font-family: inherit;
}

#technologies dt 
{
	font-weight: normal;
	background: none;
	border: none;
}

#technologies dd 
{
	border: none;
	background: none;
}

#technologies dd img 
{
	float: left;
	margin-right: 10px;
}

#technologies div.description 
{
	float: right;
	width: 85%;
	text-align: justify;
}

#technologies div.description ol 
{
	list-style-type: decimal;
	margin-left: 25px;
	margin-top: 10px;
}

#technologies div.description strong 
{
	font-weight: bold;
}


