﻿/* CSS layout - Common */

html { 
  	margin: 0px;
  	padding: 0px;
}

body {
 	margin: 0px;
  	padding: 0px;
 	color: #395791;
  	background-color: #CCCCCC;
  	font-family: Arial, Helvetica;
  	font-size: 12px;
  	line-height:1.5;
}

p {
 	margin: 0px;
  	padding: 0px;
}

a:link {
	color: #395791;
	text-decoration: none;
	font-style: italic;
}

a:visited {
	color: #395791;
	text-decoration: none;
	font-style: italic;
}

a:active {
	color: #395791;
	text-decoration: none;
	font-style: italic;
}

a:hover {
	color: #395791;
	text-decoration: underline;
	font-style: italic;
}

form {
 	margin: 0px;
  	padding: 0px;
  	font-family: Arial, Helvetica;
  	font-size: 12px;
}

input {
  	font-family: Arial, Helvetica;
  	font-size: 12px;
}

select {
  	font-family: Arial, Helvetica;
  	font-size: 12px;
}

textarea {
  	font-family: Arial, Helvetica;
  	font-size: 12px;
}

/*  Container Layout  */

#cntMain {
	overflow: hidden;
	width: 910px;
	margin: 15px auto;
	background-color: #FFFFFF;
	background-image: url('../../images/common/backBody.png');
    background-repeat: repeat-y;
}

#cntHeader {
	overflow: hidden;
	width: 910px;
}

#cntMenu {
	overflow: hidden;
	width: 910px;
}

#cntLeft {
	clear: both;
	float: left;
	overflow: hidden;
	width: 179px;
}

#cntLeftLine {
	float: left;
	overflow: hidden;
	width: 1px;
	background-color: transparent;
}

#cntContent {
	float: left;
	overflow: hidden;
	width: 550px;
}

#cntRightLine {
	float: left;
	overflow: hidden;
	width: 1px;
	background-color: transparent;
}

#cntRight {
	float: right;
	overflow: hidden;
	width: 179px;
}

#cntFooter {
	clear: both;
	overflow: hidden;
	width: 910px;
}

#cntSpace {
	overflow: hidden;
	width: 910px;
	height: 15px;
	background-color: #CCCCCC;
}

/*  Box Layout - Header */

.boxHeader {
	overflow: hidden;
	width: 910px;
	height: 90px;
	background-image: url('../../images/common/backHeader.png');
    background-repeat: no-repeat;
}

/*  Box Layout - Menu */

.boxMenu {
	overflow: hidden;
	width: 880px;
	padding-left: 15px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	background-image: url('../../images/common/backMenu.png');
    background-repeat: repeat;
	font-size:12px;
}

/*  Box Layout - Left */

.boxTitleLeft {
	overflow: hidden;
	width: 159px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	color: #FFFFFF;
	background-image: url('../../images/common/backTitleLeft.png');
	background-repeat: repeat-y;
}

.boxTitleLeft p{
	padding-left: 20px;
	background-image: url('../../images/common/icoDocumentLeft.gif');
	background-position: left;
	background-repeat: no-repeat;
}

.boxMenuLeft {
	overflow: hidden;
	width: 169px;
	min-height: 180px;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	font-size: 12px;
}

.boxContentLeft {
	overflow: hidden;
	width: 159px;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.boxContentLeft img{
	border: 0px;
}

.boxDividerLeft {
	overflow: hidden;
	width: 159px;
	height: 1px;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-image: url('../../images/common/backDividerLeft.png');
    background-repeat: no-repeat;
}

/*  Box Layout - Center */

.boxTitleCenter {
	overflow: hidden;
	width: 532px;
	margin-left: 1px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	color: #FFFFFF;
	background-image: url('../../images/common/backTitleCenter.png');
	background-repeat: repeat-y;
}

.boxTitleCenter p{
	padding-left: 20px;
	background-image: url('../../images/common/icoDocumentCenter.gif');
	background-position: left;
	background-repeat: no-repeat;
}

.boxHeadingCenter{
	overflow: hidden;
	width: 530px;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	font-size:12px;
	font-weight: bolder;
}

.boxContentCenter {
	overflow: hidden;
	width: 530px;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}

.boxContentCenter img{
	border: 0px;
}

.boxDividerCenter {
	overflow: hidden;
	width: 530px;
	height: 1px;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-image: url('../../images/common/backDividerCenter.png');
    background-repeat: no-repeat;
}

/*  Box Layout - Right */

.boxTitleRight {
	overflow: hidden;
	width: 159px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	color: #395791;
	background-image: url('../../images/common/backTitleRight.png');
	background-repeat: repeat-y;
}

.boxTitleRight p{
	padding-left: 20px;
	background-image: url('../../images/common/icoDocumentRight.gif');
	background-position: left;
	background-repeat: no-repeat;
}

.boxContentRight {
	overflow: hidden;
	width: 159px;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.boxContentRight img{
	border: 0px;
}

.boxDividerRight {
	overflow: hidden;
	width: 159px;
	height: 1px;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-image: url('../../images/common/backDividerRight.png');
    background-repeat: no-repeat;
}

/*  Box Layout - Footer */

.boxFooter {
	overflow: hidden;
	width: 880px;
	height: 23px;
	padding-left: 15px;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 0px;
	color: #FFFFFF;
	background-image: url('../../images/common/backFooter.png');
    background-repeat: no-repeat;
}

/*  Box Layout - Heading */

.boxHeading{
	font-size:12px;
	font-weight: bolder;
}

/*  Class Layout - hMenu */

.hMenu {
	float: left;
	text-decoration: none;
 	font-style: normal;
}

.hMenu a{
	margin-right: 10px;	
	padding-left: 15px;
	background-image: url('../../images/common/bulletMenu1.gif');
    background-position: left;
    background-repeat: no-repeat;
	text-decoration: none;
 	font-style: normal;
}

.hMenu a:link{
	text-decoration: none;
 	font-style: normal;
}

.hMenu a:visited{
	text-decoration: none;
 	font-style: normal;
}

.hMenu a:active{
	text-decoration: none;
 	font-style: normal;
}

.hMenu a:hover{
	background-image: url('../../images/common/bulletMenu2.gif');
    background-position: left;
    background-repeat: no-repeat;
	text-decoration: underline;
 	font-style: normal;
}

/*  Class Layout - hMenuActive */

.hMenuActive {
	float: left;
	text-decoration: none;
 	font-style: normal;
}

.hMenuActive a{
	margin-right: 10px;	
	padding-left: 15px;
	background-image: url('../../images/common/bulletMenu2.gif');
    background-position: left;
    background-repeat: no-repeat;
	text-decoration: none;
 	font-style: normal;
}

.hMenuActive a:link{
	text-decoration: none;
 	font-style: normal;
}

.hMenuActive a:visited{
	text-decoration: none;
 	font-style: normal;
}

.hMenuActive a:active{
	text-decoration: none;
 	font-style: normal;
}

.hMenuActive a:hover{
	background-image: url('../../images/common/bulletMenu2.gif');
    background-position: left;
    background-repeat: no-repeat;
	text-decoration: underline;
 	font-style: normal;
}

/*  Class Layout - vMenu */

.vMenu {
	text-decoration: none;
 	font-style: normal;
}

.vMenu a{
	margin-right: 10px;	
	padding-left: 15px;
	background-image: url('../../images/common/bulletMenu1.gif');
    background-position: left;
    background-repeat: no-repeat;
	text-decoration: none;
 	font-style: normal;
}

.vMenu a:link{
	text-decoration: none;
 	font-style: normal;
}

.vMenu a:visited{
	text-decoration: none;
 	font-style: normal;
}

.vMenu a:active{
	text-decoration: none;
 	font-style: normal;
}

.vMenu a:hover{
	background-image: url('../../images/common/bulletMenu2.gif');
    background-position: left;
    background-repeat: no-repeat;
	text-decoration: underline;
 	font-style: normal;
}

/*  Class Layout - vMenuActive */

.vMenuActive {
	text-decoration: none;
 	font-style: normal;
}

.vMenuActive a{
	margin-right: 10px;	
	padding-left: 15px;
	background-image: url('../../images/common/bulletMenu2.gif');
    background-position: left;
    background-repeat: no-repeat;
	text-decoration: none;
 	font-style: normal;
}

.vMenuActive a:link{
	text-decoration: none;
 	font-style: normal;
}

.vMenuActive a:visited{
	text-decoration: none;
 	font-style: normal;
}

.vMenuActive a:active{
	text-decoration: none;
 	font-style: normal;
}

.vMenuActive a:hover{
	background-image: url('../../images/common/bulletMenu2.gif');
    background-position: left;
    background-repeat: no-repeat;
	text-decoration: underline;
 	font-style: normal;
}

/*  Class Layout - rMenu */

.rMenu {
	float: right;
	text-decoration: none;
 	font-style: normal;
}

.rMenu a{
	margin-right: 10px;	
	padding-left: 15px;
	background-image: url('../../images/common/bulletMenu1.gif');
    background-position: left;
    background-repeat: no-repeat;
	text-decoration: none;
 	font-style: normal;
}

.rMenu a:link{
	text-decoration: none;
 	font-style: normal;
}

.rMenu a:visited{
	text-decoration: none;
 	font-style: normal;
}

.rMenu a:active{
	text-decoration: none;
 	font-style: normal;
}

.rMenu a:hover{
	background-image: url('../../images/common/bulletMenu2.gif');
    background-position: left;
    background-repeat: no-repeat;
	text-decoration: underline;
 	font-style: normal;
}

/*  Class Layout - Login  */

.Login {
	background-color: #FFFFFF;
	border-bottom: 1px solid #96ADDA;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

/*  Class Layout - Flyer  */

.flyerProduct {
	color: #E60003;
	font-weight: bold;
}

.flyerPrice {
	color: #E60003;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}

.flyerMwst {
	text-align: right;
}
