
/********************************
/cms/app/tableAppOptions.css
********************************/
.aAdvancedFields
{
	display: inline-block;
	font-size: 0.8em;
	clear: both;
}

.divAdvancedFields
{
	padding-left: 20px;
	display: none;
	border-left: 1px solid black;
}

/********************************
/cms/css/mosaic/admin.css
********************************/
#placeholderTemplate
{
	display: none;
}
.divLayoutName, .divLayoutNameInner
{
	float: left;
}
.divLayoutNameInner
{
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid grey;
}
.divLayoutNameInner span
{
	display: inline-block;
	width: 100px;
}
.divLayoutNameInner #txtSort
{
	width: 30px;
}
.divLayoutInstall
{
	float: right;
}
#container
{
	width: 85%;
	margin: 0 auto;
}
.layoutContainer
{
	width: 984px;
	margin: 20px auto;
	clear: both;
	border: 1px solid grey;
	overflow: hidden;
	padding: 0 0 8px 8px;
	float: left;
	min-height: 1500px;
}
.layoutContainer, .layoutContainer select, .layoutContainer input
{
	font-size: 10px;
}
.item 
{
  width: 311px;
  height: 311px;
  float: left;
  
  margin: 8px 8px 0 0;

  background-color: #bbb;
  overflow: hidden;
  
	max-width: 100%;
}

.item div 
{
	margin: 5px;
}
.txtRequired
{
	background-color: red;
	color: white;
}
.missing
{
	border-color: red;
}
#divSaveProgress
{
	width: 200px;
	display: none;
	height: 15px;
}
.divLayoutList .divHeading
{
	border-bottom: 1px solid black;
	font-weight: bold;
}
.divLayoutList div
{
	display: inline-block;
}
.divLayoutList .divRow
{
	display: block;
}
.divLayoutList .divColName
{
	width: 750px;
}
.divLayoutList .divColDelete
{
	width: 50px;
	text-align: center;
}
.spanAdminSection
{
	font-weight: bold;
	display: block;
}
/*
#divContainer .divAppAdminStyle
{
	margin: 5px 0;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 10px;
	border: 1px dotted grey;
}
*/
/*
messes up Doris!
.divContainer
{
	display: none;
}
*/
#divContainer .divAppAdminStyle:hover
{
	border: 1px solid grey;
}
.divEditLeft
{
	float: left;
}
.divEditRight
{
	float: right;
}
.hrEdit
{
	clear: both;
	margin: 20px 0;
}
.divPicsGallery
{
	float: left;
}
.divPicsGallery span
{
	display: block;
}
.divPicsGallery a
{
	display: block;
	float: left;
	margin: 2px;
	background-color: #EFEFEF;
	width: 128px;
	height: 128px;
	text-align: center;
	overflow: hidden;
}
.divSubOptionStyle, .divIndentOptions
{
	margin: 10px 0 0 30px;
	padding-left: 10px;
	border-left: 1px solid grey;
}
.divAdminCenter
{
	width: 975px;
	margin: 0 auto;
}
.divColTitle
{
	width: 600px
}
.divColDate
{
	width: 100px;
}
.divNewsPage
{
	text-align: right;
}
.divNewsEditor
{
	/* display: none; */
}
.divNewsEditor .spanEditTitle
{
	display: block;
	float: left;
	width: 125px;
	padding-right: 10px;
	font-weight: bold;
}
.divNewsEditor .divLang
{
	float: left;
	text-align: center;
}
.divNewsEditor .tabs
{
	float: left;
}
.divNewsEditor textarea
{
	width: 775px;
	height: 100px;
}
.divNewsEditor .spanNewsLang
{
	font-weight: normal;
	font-size: 0.6em;
	color: grey;
}
.divNewsEditor .brClear
{
	clear: both;
}
.pEditButtons
{
	text-align: right;
}
.divSubOptions .lnkResetDefault
{
	display: none;
}
.lnkResetDefault
{
	clear: both;
	float: right;
	font-size: 0.8em;
}
.txtLayoutItemTitle
{
	width: 130px;
}

.divCurrentSize
{
	right:15px;
	bottom:2px;
	position:absolute; 
	font-size:1.2em;
	font-weight:bold;
}



/* Doris */
.divMenuPlaceholder
{
	width: 178px;
	height: 375px;
	float: left;
	background-color: #EEE;
	text-align: center;
}



/********************************
/cms/css/mosaic/front.css
********************************/
/** MOSAIC **/

.divAppFront
{
	float: left;
	position: relative;
/*	max-width: 100%;
	overflow:hidden;*/
}

.divAppFrontMosaic
{
	/*border: 1px solid #D4D4D4;
	  margin: 0 4px 7px 0; */
	 margin: 0px 5px 7px 0;
}

/********************************
/cms/lib/authentication/authentication.css
********************************/
.lnkLogin
{
	display: inline-block;
	height: 22px;
	width: 150px;
}
.lnkLogin:hover
{
	background-position: 0px -24px;
}
.lnkLoginFacebook
{
	background-image: url('/img/social_signin_buttons_icons/facebook_signin.png');
}
.lnkLoginTwitter
{
	background-image: url('/img/social_signin_buttons_icons/twitter_signin.png');
}
.lnkLoginError
{
	border: 2px dotted red;
}
.lnkPostAs .ui-icon, .lnkPost .ui-icon
{
	display: inline-block;
	margin-right: 10px;
	*float: left;
}
.lnkPostAs
{
	clear: both;
}
.divLoginTab
{
	overflow-y: hidden;
}


.divLoginTab .lblLoginField
{
	display: inline-block;
	width: 100px;
}

.divLoginTab input[type=TEXT]
{
	margin-bottom: 3px;
}

/********************************
/cms/app/mediaButton/mediaButton.css
********************************/
.divMediaPreview
{
	margin: 10px 10px 10px 0;
	padding: 10px;
	border: 2px dashed grey;
	float: left;
	height: 150px;
	width: 150px;
	text-align: center;
	font-size: 0.8em;
	font-style: italic;
}
.divLocation
{
	padding: 10px;
}
.lblOverlayText, .lblOverlayTextSmall
{
	display: block;
	position: absolute; 
	bottom: 0; 
	left: 0;
	/*
	background-color: black;
	color: white;
	*/
	opacity: 0.85;
	filter:alpha(opacity=805); /* For IE8 and earlier */
}
.lblOverlayText
{
	padding: 10px;
	font-size: 1.7em;
	line-height: 1.0em;
	text-align: center;
}
.lblOverlayTextSmall
{
	padding: 5px 10px;
	font-size: 1.2em;
}
.colorpicker {
	z-index: 1050;
}

/*
 not good for Doris
.imgFancyPicture {
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.18);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.18);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.18);
}
*/

/********************************
/cms/app/mediaButton/jQuery-File-Upload/css/jquery.fileupload-ui.css
********************************/
@charset "UTF-8";
/*
 * jQuery File Upload UI Plugin CSS 6.10
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2010, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */

.fileinput-button {
  position: relative;
  overflow: hidden;
  float: left;
  margin-right: 4px;
}
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(-300px, 0) scale(4);
  font-size: 23px;
  direction: ltr;
  cursor: pointer;
}
.fileupload-buttonbar .btn,
.fileupload-buttonbar .toggle {
  margin-bottom: 5px;
}
.files .progress {
  width: 200px;
}
.progress-animated .bar {
  background: url(../img/progressbar.gif) !important;
  filter: none;
}
.fileupload-loading {
  position: absolute;
  left: 50%;
  width: 128px;
  height: 128px;
  background: url(../img/loading.gif) center no-repeat;
  display: none;
}
.fileupload-processing .fileupload-loading {
  display: block;
}

/* Fix for IE 6: */
* html .fileinput-button {
  line-height: 24px;
  margin: 1px -3px 0 0;
}

/* Fix for IE 7: */
* + html .fileinput-button {
  padding: 2px 15px;
  margin: 1px 0 0 0;
}

@media (max-width: 767px) {
  .files .btn span {
    display: none;
  }
  .files .preview * {
    width: 40px;
  }
  .files .name * {
    width: 80px;
    display: inline-block;
    word-wrap: break-word;
  }
  .files .progress {
    width: 20px;
  }
  .files .delete {
    width: 60px;
  }
}


/********************************
/cms/app/textBlock/textBlock.css
********************************/
.divTextBlock {
/*
	width:96%;
	height:96%;
	background-color: #F4F4F4;
	padding: 2%;	
	*/
}

.TextBlockImage {
    float:right;
    margin-left: 10px;
    margin-bottom: 10px;
}


/********************************
/cms/app/template/template.css
********************************/


/********************************
/cms/app/comments/comments.css
********************************/
.txtMaxComments
{
	width: 35px;
}
.lblComments
{
	font-weight: bold;
}
.txtComment
{
	width: 99%;
	height: 100px;
}
.divCommentPost
{
	text-align: right;
	width: 100%;
}
.divCommentPost .lnkRss
{
	float: left;
	margin-top: 8px;
}
.divCommentLogin .spanLoginTitle
{
	display: block;
	font-weight: bold;
}
.spanLoginTitle
{
	font-weight: bold;
}
.missingLoginField
{
	border-color: red;
}
.divCommentList
{
	clear: both;
}
.divCommentList .divUser
{
	float: left;
	width: 20%;
	font-size: 0.7em;
}

.divCommentList .divUserImage
{
	float: left;
	max-width: 57px;
	min-height:80px;
}

.divCommentList .divCommentText
{
	float: left;
	width: 80%;
}
.divCommentList .divCommentFunctions
{
	border-top: 1px solid #DDDDDD;
	padding-top: 4px;
	text-align: right;
	margin-top: 10px;
	font-size: 0.8em;
}
.divCommentList .divCommentFunctions .lnkReply
{
	padding-bottom: 10px;
	display: inline-block;
}
.divCommentList .divCommentList
{
	width: 95%;
	display: none;
	padding-left: 5%;
}
.divCommentList .spanCommentHeader.ui-button-text-only .ui-button-text
{
	padding: 0.2em 0.6em;
}
.divCommentList .spanCommentHeader.ui-button
{
	display: block;
	text-align: left;
	margin: 10px 0;
}
.divCommentList .lnkPermalink
{
	float: right;
	padding: 5px 5px 0 0;
	font-size: 0.8em;
}
.divCommentList .lnkPermalink:hover
{
	text-decoration: underline;
}
.divCommentList .divReply
{
	display: none;
	clear: both;
}
.divCommentPaging
{
	font-weight: bold;
	text-align: center;
	clear: both;
}

/********************************
/cms/app/nivoslider/nivoslider.css
********************************/
.nivo-controlNav
{
	display: none;
}

/********************************
/cms/app/reviews/reviews.css
********************************/
.divTabs {
	width:480px;
}

.ui-tabs .ui-tabs-nav {
	padding: 0px;
}

.txtMaxReviews
{
	width: 35px;
}
.divRating
{
	cursor: pointer;
	margin-bottom: 5px;
	float: left;
}
.divRating div
{
	height: 18px;
	width: 18px;
	background-image: url('/img/theme/standard/review_negative.png');
	float: left;
}
.divRating img
{
	opacity: 0;
}
.divStarsAdmin
{
	display: inline-block;
}
.divReviewText .imgStar, .divStarsAdmin .imgStar
{
	width: 18px;
	height: 18px;
}
.txtReview {
	min-width: 99%;
	max-width: 99%;
	min-height: 100px;
	margin-top: 5px;
}
.divReviewPost
{
	text-align: right;
}
.divReviewsBox
{
	margin-top: 10px;
}
.divReviewsList
{
	clear: both;
	border-top: 1px dotted grey;
	padding: 10px 0;
	margin: 10px 0 0 0;
	float: left;
	width: 100%;
}
.divReviewsList .divApproved
{
	float: right;
}
.divReviewsList .divReviewText
{
	float: left;
	width: 80%;
}
.divReviewsList .divUser
{
	float: left;
	width: 20%;
	font-size: 0.7em;
}
.divReviewsList .divUser .divUserImage
{
	float: left;
	max-width: 57px;
	min-height:80px;
}
.divReviewsList .divUser .imgUser
{
	float: left;
	margin-right: 10px;
	max-width: 57px;
}
.pApprovalType
{
	text-align: right;
}
.txtTagLocation
{
	height: 55px;
	width: 480px;
}
.drpLocationAdmin
{
	width: 260px;
}
.divFranchiseBusiness
{
	float: right;
	text-align: right;
}
.lblBizArea
{
	font-weight: bold;
	font-size: 0.8em;
}
.errorBox
{
	border: 1px dotted red;
}

/********************************
/cms/app/blog/blog.css
********************************/
#featuredSmallLimit, #featuredLimit {
	width: 30px;
}

.divnewsitem {
	width: 96%;
	margin: 10px 2%;
	clear: both;
}

.divArticleImg {
	float: left;
	margin-right: 10px;
}

.divArticleDate {
	font-style: italic;
}

.divnewsitem a {
    color: #373737;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    font-weight: bold;
}

.divnewsitem a:hover {
	text-decoration: underline;
}

/********************************
/cms/app/gridlist/gridlist.css
********************************/
.tblGridList
{
	width: 100%;
	border-spacing: 1px;
	border-collapse: separate;
}

.tblGridList td, .tblGridList th
{
	padding: 7px;
	vertical-align: top;
}

.tblGridList th
{
	background-color: grey;
	font-weight: bold;
	color: white;
}

/********************************
/cms/app/formOutput/formOutput.css
********************************/
.lblFormOutputTitle
{
	display: inline-block;
	width: 150px;
	font-weight: bold;
}

.brTitleBreak
{
	display: block;
	margin-bottom: 10px;
}

/********************************
/cms/app/logoList/logoList.css
********************************/
.logoListLogo
{
	margin: 10px 0;
	float: left;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
}

/********************************
/cms/app/control/control.css
********************************/


/********************************
/cms/app/newsletter/newsletter.css
********************************/
.thankyou {
	display: none;
	height: 40px;
	background-color: #de9a44;
	position: absolute;
	z-index: 10;
	-webkit-border-bottom-left-radius: 4px;
	-khtml-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-khtml-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.dlgSignup {
	display: none;
}

#divDialogSignup label, #divDialogSignup input {
	display:block;
}

.txtRequired {
	border: 1px solid #CD0A0A;
	background-color: #FEF1EC;
	color: #CD0A0A;
}

.divNewsletterWrap
{
	text-align: center;
/*	position: absolute; 
no good for doris
*//*
	top: 50%;
	width: 100%;
	*/
}

/********************************
/site/view/css/client.css
********************************/
@charset "UTF-8";
/* CSS Document */
html {	
	margin:inherit;
	/*width:975px;*/
	font-size:13px;
	font-family:Helvetica, Arial, sans-serif;
	background-image:url(/site/view/images/BG.jpg);
}

.divAppFront {    	
    position: relative !important;
	top: auto !important;
	left: auto !important;
	max-width: 100%;
}

.divwrap
{	width:975px;
	margin:auto;
}

.divheader
{	height: 95px;   
    width: 975px;
	margin:auto;
}

.divlogo
{ 	text-align: center;
	margin-top: 15px;
	position: absolute;
	margin-left: 345px;
}

.divseal
{	float:left;
	position:absolute;
	margin-top: 10px;
}

.divlangue
{
    float: right;
	font-family: 'Oswald', sans-serif;
	color: #033d90;
    padding-left: 4px;
	padding-top: 6px;
    margin-left:5px;
    padding-right: 4px;
}

.divlangue a
{	
	font-family: 'Oswald', sans-serif;
	color: #033d90;	
}

.divselectedlangue
{	float: right;
	background-image: url(/site/view/images/bg_langue.png);
	height: 32px;
	width: 22px;
	color: #FFF;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
    padding-left: 4px;
	padding-top: 6px;
    margin-left:5px;
}

.divmenu
{	border-top: 1px #dbdbdb solid;
	border-bottom: 1px #dbdbdb solid;
	height: 18px;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 5px;
}

.divmenu a
{	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
	color: #5a5a5a;
	text-decoration:none;
	padding-left:25px;
	padding-right:25px;
	font-weight:400;
	font-size:1.1em;
    padding-top: 4px;
}

.divmenu a:hover
{	border-bottom: 2px #033d90 solid;
	background-color:#f8f8f8;
}

.divproductcontainer
{	background-color:#FFF;
	box-shadow: 0px 0px 3px #ccc;
	min-height: 390px;
	margin-top: 15px;
	margin-bottom: 20px;
    min-width:975px;
    margin-right: 0px;
}

.divproduct1
{	float:left;
	width: 480px;
    margin-left: 2px;
}

.divproductphoto
{	margin-top:15px;
}

.divproductname
{	background-image: url(/site/view/images/bg_producttitle.png);
	width: 452px;
	height: 29px;
	padding-top: 17px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 300;
	padding-left: 12px;
	margin-left: 14px;
	font-size: 1.2em;
}

.divboutonscontainer
{
    height: 100px;
    min-width: 975px;
}

.divbouton
{	float: left;
	width: 310px;
	border-top: 1px #dbdbdb solid;
	border-bottom: 1px #dbdbdb solid;
	margin-right: 17px;
	height: 76px;
	padding-top: 17px;
}

.divboutonicon
{	float: left;
	width: 50px;
	height: 50px;
	margin-top: -5px;
}

.divboutontext
{	float: left;
	width: 250px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	color: #5a5a5a;
	text-align: justify;
    line-height: 16px;
    margin-left: 10px;
    margin-top: 5px;
}

.divboutonlast
{	background-image: url(/site/view/images/RequestQuoteEN.png);
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	color: #5a5a5a;
	text-align: justify;
	font-size: 0.9em;
	float: left;
	width: 280px;
	height: 37px;
	padding-left: 40px;
	padding-top: 58px;
	letter-spacing: 2px;
    cursor:pointer;
}

.divboutonlasten-CA
{
    	background-image: url(/site/view/images/RequestQuoteEN.png);
}

.divboutonlastfr-CA
{
    	background-image: url(/site/view/images/RequestQuoteFR.png);
}

.divtext
{	background-color:#FFF;
	box-shadow: 0px 0px 3px #ccc;
	min-height: 390px;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 607px;
	color:#5a5a5a;
	padding: 15px;
	text-align:justify;
	float: left;
	margin-right:18px;
	min-height:396px;
    min-height: 396px !important;
}

.divsocialcontainer
{
    background-color: #FFF;
	box-shadow: 0px 0px 3px #ccc;
	margin-top: 15px;
	margin-bottom: 15px;
    margin-right: 0px;
	width: 305px;
	color: #5a5a5a;
	padding-top: 10px;
	padding-left: 15px;
	text-align: justify;
	float: left;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 1.2em;
	padding-bottom: 4px;
    overflow: visible !important;
}

.divsocialcontainer a
{
    float:left;
}

.divsocial
{
    float: right;
	margin-top: -15px;
	padding-right: 10px;
}

.divnewscontainer
{
    background-color: #FFF;
	box-shadow: 0px 0px 3px #ccc;
	width: 305px;
	color: #5a5a5a;
	padding-top: 10px;
	padding-left: 15px;
	text-align: justify;
	float: left;
	min-height: 360px;
    margin-right: 0px;
    min-height: inherit !important;
	padding-bottom: 10px;
}

.divnewscontainer a {
    color: #FFFFFF;
}

.divnewscontainer h1 {
    text-align:left
}

.divnewscontainer h1 a {
    color: #5A5A5A;
}

.divnewstitle
{
    background-image: url(/site/view/images/bg_news.png);
	background-repeat: no-repeat;
	height: 43px;
	padding-left: 11px;
	padding-top: 4px;
	color: white;
	font-weight: 300;
	font-size: 1.2em;
	margin-left: -3px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
}

.divnews
{
    width: 290px;	
}

.imgNews {
	float: right;
	margin-left: 15px;
	margin-bottom: 5px;
	max-width: 40%;
}

.imgFeature {
	float: right;
	margin-left: 15px;
	margin-bottom: 5px;
}

.divnewsphoto
{
     margin-top:10px;
     max-height: 168px;
	 min-height: 55px;
     overflow: hidden;
}

.divnewsreadmore
{
    background-image: url(/site/view/images/bg_readmore.png);
	float: right;
	width: 76px;
	height: 23px;
	margin-top: -55px;
	position: absolute;
	margin-left: 217px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	color: #FFF;
	font-weight: 300;
	padding-left: 5px;
}

.divnewsarchives
{
    background-image: url(/site/view/images/bg_archives.png);
	float: right;
	width: 64px;
	height: 18px;
	margin-top: -30px;
	position: absolute;
	margin-left: 229px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	color: #FFF;
	font-weight: 300;
	padding-left: 5px;
	font-size: 0.9em;
}

.divfooter
{
    background-color: #FFF;
	box-shadow: 0px 0px 3px #ccc;
	height: 30px;
	margin-top: 20px;
	padding-top: 15px;
	font-size:0.9em;
	font-weight:300;
    font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	color: #5a5a5a;
}

.divfooter a
{
    font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	color: #5a5a5a;
	text-decoration: none;
	margin-left: 20px;
	margin-right: 20px;
}

.divcopyright
{
   	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	color: #5a5a5a;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
	float:right;
}

.divNewsContainerPage a 
{	text-decoration:underline;
}

a {
    color:#373737;
	text-decoration:none;
}

ul, ol
{
    margin: 10px 0px;
    display: table;
}
ul li, ol li
{
    margin: 5px 25px;
}
ul li
{	
    list-style-type: disc;
}
ol li
{
    list-style-type: decimal;
}

h1 {	
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size:1.2em;
	padding-bottom:5px;
	margin: 5px 0;
	font-weight:bold;
}
h2 {	
	font-size: 1.25em;	
	margin-bottom:15px;
}
h3 {
  font-size: 1.1em;	
  margin-bottom: 5px;
  margin-top: 18px;
  font-weight: bold;
}
h4 {
	font-size: 1em;		
	margin-bottom:10px;
}
h5 {
	font-size: 0.8em;
	margin-bottom:5px;
}
strong {
	font-weight:bold;
	margin-bottom:3px;
	margin-top:5px;
}
p {
	margin-bottom:8px;
}
em {
	font-style:italic;
}
sup {
    font-size: 0.7em;
    vertical-align: super;
}

sub {
    font-size: 0.7em;
    vertical-align: sub;
}

/* Inner page */

.bleu
{
    color:#033d90;
}

.producttitle
{	color: #7C7C7C;
    font-family: 'Oswald',sans-serif;
    font-size: 1.5em;
    font-weight: 200;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.productsubtitle
{	color: #333333;
	font-family: 'Oswald',sans-serif;
	font-size: 1.1em;
}

.divproductcontainerinner
{
   	background-color:#FFF;
	box-shadow: 0px 0px 3px #ccc;
	min-height: 800px;
	margin-top: 15px;
	margin-bottom: 20px;
	padding:15px;
}

.divfooterinner
{	background-color: #FFF;
	box-shadow: 0px 0px 3px #ccc;
	height: 30px;
	margin-top: 0px;
	padding-top: 15px;
	font-size:0.9em;
	font-weight:300;
}

.divproductinfos
{	width: 955px;
	min-height:620px;
}

.divproductphotoprincipale
{	border: 1px solid #DDDDDD;
	width: 480px;
	height: 360px;
    overflow:hidden;
	float:left;
}

.divproductphotoprincipale a {
    position: absolute;
    display: none;
}

.divproductdescription
{	width: 450px;
	min-height: 600px;
	float:left;
}

.divproductdescription table {
    width: 100% !important;
}

.divproductdescription td {
    padding: 3px;
}

.divproductleft
{	width: 495px;
	min-height: 600px;
	float:left;
}

.divproductphotosecondairescontainer
{	border: 1px solid #DDDDDD;
    float: left;
    height: 80px;
    margin-top: 20px;
    /*position: absolute;*/
    width: 477px;
}

.divproductphotosecondaires
{	border: 1px solid #DDDDDD;
    float: left;
    height: 60px;
    margin-left: 11px;
    margin-top: 9px;
    width: 80px;
    overflow: hidden;
    cursor: pointer;
}

.divexportpdf
{	height: 73px;
   /* margin-top: 495px;*/
   /* position: absolute;*/
    margin-top: 30px;
    width: 109px;
	margin-left:140px;
	float: left;
}

.divrequestquote
{	background-image: url("/site/view/images/RequestQuoteEN_225.png");
    color: #5A5A5A;
    font-family: 'Oswald',sans-serif;
    font-size: 0.8em;
    font-weight: 200;
    height: 27px;
    letter-spacing: 1px;
   /* margin-left: 255px;
    margin-top: 496px;*/
    padding-left: 28px;
    padding-top: 39px;
    text-transform: uppercase;
    width: 196px;
    cursor:pointer;
	float: left;
	margin-top: 30px;
}

.divrequestquoteen-CA
{
    background-image: url("/site/view/images/RequestQuoteEN_225.png");
}

.divrequestquotefr-CA
{
    background-image: url("/site/view/images/RequestQuoteFR_225.png");
}

.divproductspecs
{	border: 1px solid #dddddd;
    width: 905px;
	min-height:320px;
}

.divproductspecsleft
{	border-right: 1px solid #DDDDDD;
    float: left;
    width: 450px;
}

.divproductspecsright
{	float:left;
}

.divproductspecsphoto
{	float: left;
    padding-left: 20px;
    width: 230px;
}

.divproductspecstext
{	float:left;
	width:150px;
	margin-top: 50px;
}


.ui-tabs .ui-tabs-nav li a {    
    padding: 6px 13px;
    padding: 6px 11px\9; /* IE FIX */
}

/* IE 10 FIX */
. ie10 .ui-tabs .ui-tabs-nav li a {    
    padding: 6px 11px; 
}

.divTabsContent {
    min-height: 150px;
}

.divproductdetailcontainer {
    height: auto;
}

/* CONTACT US */
.divContactForm {
	font-size: 11pt;	
    text-transform: none;
    float: left;
    margin: 0 0 30px;
    padding-right: 15px;
    padding-top: 10px;
	margin-left: 30px;
	overflow:hidden;
	width:425px;
}

.divContactFormLarge {

	clear:left;
	width:935px;
}

.divContactFormTitle {
    font-weight: bold;
    width: 100%;
}

.divContactForm span {
    display: inline-block;
    width: 130px;
}

.divContactForm input {
    width: 267px;
    margin-top:8px;
}
.divContactForm input[type="button"] {
    margin-left: 65px;
    border-radius: 0px;
    box-shadow: 0px;
    box-shadow:none;
}

.divContactForm select {
    width:271px;       
}

.divContactForm textarea {
    height: 100px;
    width: 400px;
    margin-top:8px;
}

.divContactForm a {
	font-size: 0.8em;
    color: black;
	text-decoration: underline;
	text-transform: uppercase;
}

.divContactForm iframe {
	border-radius: 2px 2px 2px 2px;
    box-shadow: 0 2px 4px 0 #656565;
}

.divContainer {
	height: auto !important;
}

.news-archive .divnewstitle {
	display: none;
}

.news-archive .divArticleImg {
	overflow: hidden;
	height: 100px;
	width: 150px;
}

/* Smartphones (landscape) ----------- */  
@media screen and (min-width : 0px) and (max-width : 975px) {  

	body, html
	{		
		min-width:320px;
		width: 100%;
		/*overflow-x: hidden;*/
	}
	.divwrap {
		width: 100%;
		margin: 0;
	}
		
	.BlogFeatureTrue {
		height:auto;
		width:100% !important;
		position: relative;
		top: auto !important;
	}
		
	.divAppFront {    	
    	position: relative !important;
		top: auto !important;
		left: auto !important;
		max-width: 100%!important;
    }
    
    .divContactForm iframe {
		width: 98%;
	}
	
	.divTextBlock {
		width:96% !important;
		padding-left:2%;
		padding-right:2%;
	}
	
	.divTextBlock div {
		max-width: 100%;
	}
	
	.divheader {
		max-width: 100%;
	}
	
	.divlogo {
		margin-top: 37px;
		margin-left: 10px;
	}
	
	.divseal {
		display:none;
	}
		
	.divLangueResponsible {
		margin-right: 15px;
	}
	
	.divfooter {
        height: 45px;
    }
	
    .divfooter a {
        margin-left: 10px;
        margin-right: 10px;
		float: left;
    }
	
	.divproductcontainer {
		min-width: 100%;
	}
	
	.divproduct1, .divproduct1 img {
		max-width: 100%;
	}
	
	.divproductname {
		max-width: 98%;
		margin-left: 0px;
		padding-left: 2px;
	}
	
	.divtext {
		max-width: 100%%;
		padding: 0px;
	}
	
	.divboutonscontainer {
		min-width: 100%;
		height: auto;
	}
	
	.divnewscontainer {
		clear:left;
	}	
	
	.divproductcontainerinner {
		padding: 0px;
	}
	
	.divproductinfos {
		max-width: 100%;
	}
	
	.divproductleft {
		max-width: 100%;
	}
	
	.divproductphotoprincipale {
		max-width: 100%;
	}
	
	.divproductphotoprincipale img {
		width: 100%;
	}
	
	.divproductphotosecondairescontainer {
		max-width: 100%;
	}
	
	.divexportpdf {
		margin-left: 10px;
	}
	
	.divrequestquote {
		margin-left: 10px;
	}
	
	.divproductdescription {
		max-width: 96%;
		padding: 2%;
	}
	
	.divTabsContent {
		padding: 2%!important;
	}
	
	.divTabsContent img  {
		max-width: 100%
	}
	
	.divTabsContent div  {
		max-width: 96%;
		padding: 2%;
		float: left;
	}
	
	.divNewsContainerPage {
		max-width: 96%;
		padding: 2%;
	}
	
	.divNewsContainerPage a {
		max-width: 96%;
		padding: 2%;
		text-decoration: underline;
	}
	
	#recommend {
		max-width: 100%;
	}
	
	#recommend  div{
		float: left !important;
		clear:left;
		margin-left: 0px !important;
	}
} 


/* Smartphones (landscape) ----------- */  
@media screen and (min-width : 0px) and (max-width : 640px) {

    .lnkAdeo {
        display: none;
    } 
    
	.divmenu {
		min-height: 54px;
		height: auto;
	}
	
	.divmenu a { 
		float: left;
		display: block;
		min-width:100px;
	}
	
	.divmenu a:hover { 
		border-bottom: 0px #033d90 solid;
		background-color:transparent;
	}
	
	.divCopyright {
		display:none;
	}

}

/* Smartphones (portrait and landscape) ----------- */  
@media screen and (min-width : 0px) and (max-width : 480px) {  

    body, html
	{
		min-width:320px;		
	}
	.divwrap {
		width: 100%;
		margin: 0;
	}
		
	.divmenuMobile {
		display:block;
	}
		
	.BlogFeatureTrue {
		height:auto;
		width:100% !important;
		position: relative;
		top: auto !important;
	}
	
    .divAppFront {    	
    	position: relative !important;
		top: auto !important;
		left: auto !important;
		max-width: 100%;
    }
   
	.divContactForm
	{
		padding-right: 0px;
		margin-left: 5px;
		width: 100%;
	}

	.divContactForm select {
		width: 169px;
	}

	.divContactForm textarea
	{
		width: 297px;
	}

	.divContactForm input {
		width: 165px;
	}

	.divContactForm iframe {
		width: 98%;
	}	
	
	.divmenu {
		min-height: 84px;
	}
	
			
}  


/* Smartphones (landscape) ----------- */  
@media screen and (min-width : 321px) and (max-width : 480px) {  
	/*
	html {	
		width:480px;	
	}

	body {	
		width:480px;	
	}
	*/
}  
  
/* Smartphones (portrait) ----------- */  
@media screen and (max-width : 320px) {  
	/*
	html {	
		width:320px;	
	}

	body {	
		width:320px;	
	}
	*/
	.divproductphotoprincipale {
		height: 240px;
	}
}
