/* CSS Document */

.products
{
	min-height : 475px;
	position : relative;
	margin-top : 37px;
}

.productsContentCentral,
.productsContentStart,
.productsContentProfessional,
.productsContentPublishing,
.productsContentPos
{
	position : absolute;
	top : 0;
	left : 0;
	display : none;
	height : 466px;
	width : 970px;
	background-position : right top;
	background-repeat : no-repeat;
}

.productsContentCentral
{
	background-image : url(/App_Themes/Default/images/images-Homepage/mainBackground-Central.jpg); 
}

.productsContentStart
{
	background-image : url(/App_Themes/Default/images/images-Homepage/mainBackground-Start.jpg); 
}

.productsContentProfessional
{
	background-image : url(/App_Themes/Default/images/images-Homepage/mainBackground-Professional.jpg); 
}

.productsContentPublishing
{
	background-image : url(/App_Themes/Default/images/images-Homepage/mainBackground-Publishing.jpg); 
}

.productsContentPos
{
	background-image : url(/App_Themes/Default/images/images-Homepage/mainBackground-Pos.jpg); 
}

.productsBox
{
	margin : 0 450px 0 0;
	padding : 7px 0 0 0;
	text-align: left;
}

.productsBoxTitle
{
	/*background : url(/App_Themes/Default/images/images-Homepage/mainBgTitle.png) left 55px no-repeat;*/
	white-space : nowrap;
	margin-top : 30px;
	margin-bottom : 25px;
}

.productsBox h1,
.productsBox h2,
.productsBox h3
{
	margin : 0;
	padding : 0;
}

.productsBox h1 span.productCentral,
.productsBox h2 span.productCentral,
.productsBox h3 span.productCentral,
.ChangeProducts h4 span.productCentral,
.colorCentral
{
	color : #f50101;
}

.productsBox h1 span.productStart,
.productsBox h2 span.productStart,
.productsBox h3 span.productStart,
.ChangeProducts h4 span.productStart,
.colorStart
{
	color : #7cce00;
}

.productsBox h1 span.productProfessional,
.productsBox h2 span.productProfessional,
.productsBox h3 span.productProfessional,
.ChangeProducts h4 span.productProfessional,
.colorProfessional
{
	color : #0013ae;
}

.productsBox h1 span.productPublishing,
.productsBox h2 span.productPublishing,
.productsBox h3 span.productPublishing,
.ChangeProducts h4 span.productPublishing,
.colorPublishing
{
	color : #2e2e2e;
}

.productsBox h1 span.productPos,
.productsBox h2 span.productPos,
.productsBox h3 span.productPos,
.ChangeProducts h4 span.productPos
/*.colorPos*/
{
	color : #ffbb04;
}

.productsBox h1
{
	font-size : 72px;
	font-weight : normal;
}

.productsBox h2
{
	
	font-size : 24px;
}

.productsBox h3
{
	font-size : 12px;
	font-weight : normal;
}

.productsTxt
{
	margin : 20px 0 0 0;
}

.offert
{
	margin : 30px 0 0 0;
}

.offert p
{
	font-size : 14px;
}

.offert p.publishingTxt,
.offert p.posTxt
{
	font-size : 12px;
}

.offert p a
{
	color : #0013ae;
	font-weight : bold;
}

.offert ul
{
	list-style-type : none;
	font-size : 12px;
}

.productsButton
{
	text-align : center;
	position : absolute;
	top : 400px;
	left : 10px;
}

.slideBar
{
	position : absolute;
	right : 20px;
	bottom : 20px;
}

.slideBar img
{
	margin : 0 4px 0 0;
	cursor : pointer;
	width : 18px;
	height : 18px;
}

.slideBar img.active
{
	border : 2px solid #555555;
	width : 16px;
	height : 16px;
}

.slideBar img.arrow
{
	width : auto;
	height : auto;
}

.ChangeProducts
{
	width : 100%;
}

.ChangeProducts td
{
	width : 20%;
}

.ChangeProducts td div.active,
.ChangeProducts td div.inactive
{
	height : 246px;
	width : 100%;
	background-position : top;
	background-repeat : repeat-x;
	cursor : pointer;
	text-align: center;
}

.ChangeProducts td div.active
{
	background-image : url(/App_Themes/Default/images/images-Homepage/button-Active.png);
}

.ChangeProducts td div.inactive
{
	background-image : url(/App_Themes/Default/images/images-Homepage/button-Normal.gif);
}

.ChangeProducts td div.inactive:hover
{
	background-image : url(/App_Themes/Default/images/images-Homepage/button-NormalOver.gif);
}

.ChangeProducts td h4
{
	padding: 0;
	margin: 0;
}

.ChangeProducts td p
{
	font-size: 11px;
	text-align: left;
	color: #161616;
	padding: 0 10px 0 10px;
	margin: 0;
	vertical-align: top;
	height: 95px;
}

.ChangeProducts td .info
{
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	text-decoration: underline;
	color: #7b7b7b;
	margin: 0 10px 0 0;
}

.ChangeProducts td div img.bar
{
	height : 10px;
	width : 90%;
	margin : 5px;
	border : none;
}
