
/********************************
/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;
}

.divAppAdmin {
	min-height: 150px!important;
}


/* 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;
    /*
    I don't like this by default! Put this in the site specific CSS if desired.
    text-decoration: none;
    */
    font-weight: bold;
}

.divnewsitem a:hover {
	text-decoration: underline;
}

/********************************
/cms/app/gridlist/gridlist.css
********************************/
.tblGridList
{
	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/campaign/campaign.css
********************************/
.divCampaign {
/*
	width:96%;
	height:96%;
	background-color: #F4F4F4;
	padding: 2%;	
	*/
}

.divDisplayNone {
	display: none;
}

.divCampaignOptions {
	margin-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: black;
	padding-left: 15px;
}

.lblCampaignOptions {
	display: inline-block;
	min-width: 150px;
}

.divCampaignContainer h3 {
	display: none;
}

.divCampaignContainer .step {
	display: none;
}

/********************************
/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 {
	background-image: url(/site/view/images/background.jpg);
	background-position:center top;
	background-color: #252525;
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	margin:inherit;
	width:975;
	font-size:14px;
	line-height:18px;
	color:#373737;
}

.divwrap
{	width:975px;
	margin:auto;
}

.divcontainer
{	margin-top: -227px;
    min-height: 1000px;
    position: relative;
}

#divContainer {
    z-index:99;
    position: relative;
}

.divbandes
{	background-image: url("/site/view/images/bandes.png");
    background-repeat: repeat-x;
    height: 156px;
    margin-top: 75px;
    position: absolute;
    width: 100%;
    z-index:10;
}


.divHeader
{	
	background-position:top center;
	background-image:url(/site/view/images/Header.jpg);
	background-repeat: repeat-x;
	height:117px;
	padding-top:30px;
}

.divlogo
{	
	padding-bottom:2px;
	width: 171px;
	float:left;
	height:72px;
	margin-top: 9px;
}

.divtagline
{	width: 150px;
	float: left;
	text-transform: uppercase;
	font-size: 1.3em;
	line-height: 24px;
	margin-top: 56px;
	margin-left: 20px;
	height: 35px;
	font-family: 'BenchNine', sans-serif;
	color: #ffffff;
	font-weight: 200;
}

/* MENU */
.divtopmenu
{
    float:right;
	margin-top:-24px;
}

.divtopmenu a
{	font-family: 'BenchNine', sans-serif;
	color: #ffffff;
	text-decoration: none;
	padding-left: 25px;
	font-size: 1.2em;
	font-weight: 200;
	letter-spacing: 1px;
}

.MenuRed {
    color: #C31D20;   
}

.MenuDropdown {
    padding-right:18px!important;
    background-position:center right;
	background-image:url(/site/view/images/arrow_bottom.png);
	background-repeat: no-repeat;
}

.divmenu
{	float: right;
	width:670px;
	text-align:right;
	margin-top:-32px;
}

.divmenu a
{	
    font-family: 'BenchNine', sans-serif;
	color: #ffffff;
	text-decoration: none;
	margin-left: 30px;
	font-size: 1.5em;
	font-weight: 200;
	letter-spacing: 1px;
}

.divmenu a.opened {
	/*color:#C31D20;*/
}

.divmenuitem
{
    display: inline-block;
}

.divMenuCategory {
    float:left;
    width: 305px;
    margin-right:10px;
}
.divHiddenSubMenu {
	display: none;
	/*background: #EDEDED;*/
	background: #FFFFFF;	
    -moz-box-shadow: 5px 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: 5px 5px rgba(0,0,0,0.5);
    box-shadow: 5px 5px rgba(0,0,0,0.5);  
    -moz-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
	opacity:0.98;
}
.divHiddenSubMenu .subMenu {
	padding: 15px 15px 5px; 
}
.divHiddenSubMenu .subMenu a {
	display: block;
	color: #666666;
	text-decoration: none;
	font-size:0.9em;
	padding-bottom:2px;
    width: 290px;
	/*font-family: 'BenchNine',sans-serif;*/
}
.divHiddenSubMenu .subMenu a:hover {
    color:#000000;
}
.divHiddenSubMenu .subMenu .category {
	border-bottom: 1px solid #000000;
    /*color: #666666;*/
	color:#000000;
    font-size: 1.6em;
    margin-bottom: 5px;
    padding-top: 7px;
    text-decoration: none;
    text-transform: uppercase;
    width: 290px;
	font-family: 'BenchNine',sans-serif;
}
.closeSubmenu {
	background: url("/site/view/images/fleche-carre-rouge.jpg") top left no-repeat;
	height: 25px;
	width: 26px;
	font-size: 0;
	float: right;
	margin: 4px 10px 8px 0;
    clear:left;
}
.closeSubmenu:hover {
	background-position: bottom left;
	cursor: pointer;
}
#productsSubMenu {
	position: absolute;
	z-index: 800;
	width:975px;
}

.divSubMenu {
    display:none;
}

.MenuDropdown {
    cursor: default;
}

.divmenu a {
	text-decoration:none;
	color: #FFF;
	padding: 6px 0 6px 20px;
	margin-left: 0;
}

.divmenu a.last {
	padding-right:0px;
}


.divmenu a:hover,
.divmenu a.selected {
	/*color:#C31D20;*/
}

.divmenu a:selected {
	/*color:#C31D20;*/
}

.divmenu .divHiddenSubMenu {
	display: none;
}

.menunoaccess {
	cursor: default;
}

/* Dropdown menu */
/*
.menu {
 	height:60px; 
 	position:relative; 
 	z-index:100; 
 	margin-left:-15px;
 }
.menu ul li a, .menu ul li a:visited {
	display:block; 
	text-decoration:none; 	
	text-align:center; 
	color:#FFF; 	
	overflow:hidden; 
	padding-top:15px; 
	padding-bottom:15px;
	margin-left: 0px;
	padding-left:0px;
	letter-spacing: 0.5px;
}
.selected {
	color:#C31D20!important; 
}

.menu ul {
	padding:0; 
	margin:0; 
	list-style: none;
	float: right;
}
.menu ul li {
	float:left; 
	position:relative; 
	list-style-type:none; 
	margin: 0px;
	font-size: 1em;
    margin: 0 0 0 40px;
}
	
.menu ul li ul {
	display: none;
}
*/
/* specific to non IE browsers */
/*
.menu ul li:hover a {
	 color:#C31D20;  
	background:#2F2D2D;
}


.menu ul li:hover ul {
	display:block; 
	position:absolute; 
	top:48px;  
	left:-70px; 
	width:220px;
	border: 1px solid #C31D20;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	background-color: #000000;
	opacity:0.9;
}
.menu ul li:hover ul li a.hide { 
	color:#fff;
}
.menu ul li:hover ul li:hover a.hide { 
	color:#FFF;
}
.menu ul li:hover ul li ul {
	display: none;
}
.menu ul li:hover ul li {
    margin:0px;
}

.menu ul li:hover ul li a {
	font-size: 1.1em; 
	display:block; 
	color:#FFF; 
	width: 210px;  
	padding:8px; 
	padding-left:15px; 
	text-align:left;
	height:10px;
	margin-bottom:3px;
    font-weight:bold;
}
.menu ul li:hover ul li a:hover {
	background:#017937;
	color:#C31D20;
	
}
.menu ul li:hover ul li:hover ul {
	display:block; 
	position:absolute; 
	left:105px; 
	top:0;
}
.menu ul li:hover ul li:hover ul.left {
	left:-135px;
}
*/

.divbanner 
{	background-image:url(/site/view/images/banner.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 42px;
	text-align: center;
	padding-top: 29px;
	font-family: 'BenchNine', sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 1.5em;
	font-weight: 200;
}

.divproducts
{	width:975px;
	height:350px;
}

.divproducts p
{	margin: 0;
}

/*
.divtwostage
{	float:left;
	margin-right:15px;
	border: 5px solid #303030;
	box-shadow: 0px 0px 5px #000;
	width:470px;
	height:339px;
}

.divtwostagebanner
{	background-image: url(/site/view/images/twostagebanner.png);
	position: absolute;
	width: 284px;
	height: 32px;
	margin-left: -11px;
	margin-top: -50px;
	font-family: 'BenchNine', sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 1.4em;
	padding-left: 30px;
	padding-top: 12px;
}

.divsinglestage
{	float:left;
	border: 5px solid #303030;
	box-shadow: 0px 0px 5px #000;
	width:470px;
	height:339px;
}

.divsinglestagebanner
{	background-image:url(/site/view/images/singlestagebanner.png);
	position: absolute;
	width: 296px;
	height: 32px;
	margin-left: 653px;
	margin-top: 295px;
	font-family: 'BenchNine', sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 1.4em;
	text-align: right;
	padding-right: 30px;
	padding-top: 12px;
}
*/

.divsocial
{	float: left;
	width: 320px;
	height:124px;
	margin-top:17px;
	font-weight:bold;
	text-transform:uppercase;
	padding-left:15px;
}
.divsocialicons
{	margin-left:-5px;
}

.divcopyright
{	color: #969696;
    float: left;
    padding-top: 17px;
    width: 300px;
	font-weight:200;
	font-size:1.1em;
	padding-left: 4px;
}
	
.divadeo
{	color: #969696;
	float: right;
	padding-top: 21px;
	margin-right: 10px;
	font-size: 1.1em;
}

.divsocialicon
{	float: left;
	padding-right:5px;
}

.divsocialicon a
{	padding-left: 5px !important;
	padding-right:0 !important;
}

.divfooter
{	height:50px;
	height: 50px;
	/* margin-top: 524px;*/
	padding-top: 70px;
	font-weight:200;
	font-family: 'BenchNine', sans-serif;
}

.divmenufooter
{	padding-top: 17px;
	text-align: left;
	color: #c31d20;
	font-weight: 200;
	width: 400px;
	float: left;
}

.divfooter a
{	font-family: 'BenchNine', sans-serif;
	color: #ffffff;
	text-decoration: none;
	padding-left: 4px;
	padding-right: 4px;
	font-size: 1em;
	font-weight: 200;
	letter-spacing: 1px;
}


.divreadytogo
{	width: 170px;
	float: left;
	text-align: center;
	margin-left: 10px;
	margin-top: -35px;
	font-family: 'BenchNine', sans-serif;
	color: #ffffff;
	text-transform:uppercase;
	font-size: 1.2em;
	font-weight: 200;
}

.divfootersocial
{	height: 32px;
	float: right;
	width: 240px;
	font-family: 'BenchNine', sans-serif;
	color: #ffffff;
	padding-left: 25px;
	padding-top: 3px;
}

.divconnect
{	float: left;
	margin-top: 13px;
	font-size: 1.4em;
	padding-right: 6px;
}

.divfooter a:last-child
{	padding-right: 8px;
	font-size: 1.1em;
	padding-top: 15px;
}


.thin {
	font-weight:200;
}

.bold {
	font-weight:600;
}

.crochets {
	font-family: 'BenchNine', sans-serif;
	font-weight:600;
	color:#c31d20;
}

.big {
	font-family: 'BenchNine', sans-serif;
	font-size:2.5em;
}

.texttitle {
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight:bold;
	line-height: 22px;
}

.sidebartitle {
	font-family: 'BenchNine', sans-serif;
	text-transform: uppercase;
	font-size: 1.5em;
	font-weight:bold;
}

.sidebartitleselected {
	font-family: 'BenchNine', sans-serif;
	text-transform: uppercase;
	font-size: 1.5em;
	font-weight:bold;
	color:#c31d20;
}

.productnumber {
	color: #000;
	font-weight: bold;
	font-size:1.1em;
}

.productname {
	text-transform:uppercase;
	color:#969696 !important;
}

.ProductDetail .h3 {
	font-family: 'BenchNine', sans-serif;
	font-size:1.7em;
}

.small {
	font-size:0.7em;
	text-transform:none;
}

p span.italic {
	font-style:italic;
}

p span.strong {
	font-weight:bold;
}

hr
{
     border-color:#5e8e9b;
}

a {
	text-decoration:none;
	color: #FFF;
}

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-size: 1.5em;
	margin: 20px 0;
}
h2 {	
	font-size: 1.25em;	
	margin-bottom:15px;
}
h3 {	
	font-size: 1.10em;	
	margin-bottom:12px;
}
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;
}

.divNewsContainerPage {
    background-color: #FFFFFF;
    padding: 10px;
    min-height:270px;
}

.imgNews {
    float:right;
}

.divContainer {
    background-color: #FFFFFF;
    margin: 0 auto;
    max-width: 975px;
    padding-bottom: 20px;
}

.divContainerHome {   
    margin: 0 auto;
    max-width: 975px;
    background-color: none;
}

.divContainerSupport {
    margin: 0 auto;
    max-width: 975px;
    background-color: #FFFFFF;
    padding-bottom: 20px;
}


.divContainerCategory {
    margin: 0 auto;
    max-width: 975px;
    background-color: #FFFFFF;
    padding-bottom: 20px;
}

.divContainerProduct {
    margin: 0 auto;
    max-width: 975px;
    background-color: #FFFFFF;
    padding-bottom: 20px;
}

.divCategoryHomeLeft {
    width: 470px;
    height:339px;
    border: 5px solid #303030;
    box-shadow: 0 0 5px #000000;
}

.divCategoryHome {
    
    overflow: visible!important;
    margin-right:18px;
}

.divCategoryHomeLast {
    margin-right:0px;
}

.divCategoryHomeTitleLeft
{
    background-image: url(/site/view/images/twostagebanner.png);
	position: absolute;
	width: 284px;
	height: 32px;
	margin-left: -11px;
	margin-top: -55px;
	font-family: 'BenchNine', sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 1.3em;
	padding-left: 30px;
	padding-top: 12px;
    font-weight:bold;
}

.divCategoryHomeTitleRight
{	background-image:url(/site/view/images/singlestagebanner.png);
	position: absolute;
	width: 296px;
	height: 32px;
	margin-left: 164px;
	margin-top: -55px;
	font-family: 'BenchNine', sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 1.3em;
	text-align: right;
	padding-right: 30px;
	padding-top: 12px;
}


.divCategoryHomeBottom
{	background-image:url(/site/view/images/Replacement_BG.png);
	width: 323px;
	height:196px;
	float:left;
}

.divCategoryHomeTitleBottom
{	font-family: 'BenchNine', sans-serif;
	color: #ffffff;
	text-align:left;
	padding-top:54px;
	padding-left:185px;
}

.divCategoryHomeTitleBottom .big {
    font-size:1.6em;
}

.divCategoryHomeTitleBottom p
{	margin-bottom:4px;
	margin-top:0;
    font-weight:200;
    font-size:1.3em;
}

.divCategoryHomePhotoBottom
{	position:absolute;
	margin-top: -97px;
}

.divCategoryTitle {
    overflow: visible!important;
}


.divProduct {
    padding-left:10px;
    max-width: 735px;
}

.divHomeAdvert, .divHomeContent, .divHomeBlog
{
    overflow: visible !important;
}

.divHomeFeature
{	
    background-image:url(/site/view/images/BG_newpub.png);
	float:left;
	width:324px;
	height:330px;
	margin-top: 18px;
}

.divHomeFeature a
{	
    color: #343434;
    text-decoration: none;
}

.divHomeFeaturePhoto
{	
    float: right;
	margin-top: -30px;
}

.divHomeFeatureTitle
{	font-family: 'BenchNine', sans-serif;
	color: #ffffff;
	padding-left: 25px;
	padding-top: 25px;
	font-size: 1.3em;
	font-weight: 200;
    width: 300px;
    float: left;
}

.divHomeFeatureTitle a {
    color: #ffffff;
}

.divHomeFeatureTitle .big {
    font-size:2.5em;
}

.divHomeFeatureTitle p
{	margin-bottom: 5px;
}

.divHomeFeatureContent
{	width: 158px;
	padding-left: 25px;
	font-size: 0.9em;
	padding-top: 53px;
	text-align: justify;
    overflow: hidden;
    float: left;
}

.divHomeContent {
    margin-right: 15px;
}

.divHomeContent .divtext
{
   	background-color:#FFF;
	width:290px;
	float:left;
	min-height:475px;
	margin-top:25px;
	box-shadow: 0px 0px 5px #000;
	margin-right:10px;
	padding-top: 50px;
	padding-left: 15px;
	padding-right:15px;
	font-size:0.9em;
	text-align:justify;
	color:#343434;
}

.divHomeContent .divtext .divtextcontent
{
   	height:325px;
	overflow:hidden;
}

.divtextcontent h1 {
	text-align: left;
	margin-top:0px;
}

.divHomeContent .textbanner
{	
    background-image:url(/site/view/images/textbanner.png);
	background-repeat:no-repeat;
	height: 44px;
	width:315px;
	position:absolute;
	margin-top:16px;
	font-family: 'BenchNine', sans-serif;
	color: #ffffff;
	padding-top: 14px;
	text-align: center;
	font-size: 1.5em;
	font-weight: 200;
}

.divHomeContent .textphoto
{	
    width:287px;
	height:140px;
	padding-top:25px;
}


.divHomeBlog .divNews
{	
    background-color:#FFF;
	width:320px;
	float:left;
	min-height:475px;
	margin-top:25px;
	box-shadow: 0px 0px 5px #000;
	padding-top: 50px;
	margin-right:1px;
}

.divHomeBlog .newsbanner
{	
    background-image:url(/site/view/images/textbanner.png);
	background-repeat:no-repeat;
	height: 44px;
	width:315px;
	position:absolute;
	margin-top:-59px;
	font-family: 'BenchNine', sans-serif;
	color: #ffffff;
	padding-top: 14px;
	text-align: center;
	font-size: 1.5em;
	font-weight: 200;
}

.divHomeBlog .divNewsContainer
{	
	float: left;
	width: 290px;
	height:124px;
	padding-left:15px;
	padding-right:15px;
	font-size: 0.9em;
}

.divHomeBlog .divNewsImage
{	
    float: left;
    height: 175px;
    width: 290px;
	padding-top:15px;
    overflow: hidden;
}

.divHomeBlog .divNewsContent
{
    float: left;
	width: 290px;
	text-align: justify;
    /*height: 140px;*/
    overflow: hidden;
}

.divHomeBlog .divNewsMore {
    margin-top:15px;
}

.divHomeBlog .divNewsTitle {
    margin-bottom: 18px;
}

.divHomeBlog .divNewsTitle a {
    font-weight: bold;
}

.divHomeBlog a {
    color: #343434;
}
.divHomeBlog .divNewsLatest
{
    border-top: 1px #CCC solid;
	float: left;
    margin-top: 5px;
    padding-top: 9px;
    height: 130px;
    overflow: hidden;
}

.divHomeBlog .divNewsLatest p
{
    margin: 0;
}

.divLeftMenu  {
    overflow: visible!important;
}

.news-archive .divnewstitle {
	display:none;
}

/*inner*/

.divTextBlock {
    padding: 10px;
}

.divinnercontainer
{	background-color:#FFF;
	min-height: 800px;
	margin-top: -227px;
    position: relative;
}

.divinnerbanner
{	background-image:url(/site/view/images/banner_product_inner.png);
	text-transform:uppercase;
	font-family: 'BenchNine', sans-serif;
	color: #ffffff;
	text-align:center;
	width: 995px;
	height: 45px;
	margin-left: -10px;
	padding-top: 27px;
	font-size: 1.9em;
	letter-spacing: 1px;
}

.divinnerbanner h1 {
	font-size:1em;
	margin-top: 0px;
}

.divinnerfooter
{	height: 50px;
	margin-top: -10px;
	padding-top: 70px;
	font-weight: 200;
	font-family: 'BenchNine', sans-serif;
}

.divinnerfooter a
{	font-family: 'BenchNine', sans-serif;
	color: #ffffff;
	text-decoration: none;
	padding-left: 4px;
	padding-right: 4px;
	font-size: 1em;
	font-weight: 200;
	letter-spacing: 1px;
}

.divinnertrianglesidebar 
{	background-image:url(/site/view/images/sidebar_triangle.png);
	width: 11px;
	height:6px;
	margin-left: -11px;
}

.divinnersidebar 
{	width: 230px;
	background-color:#ededed;
	min-height:100px;
	margin-left: -11px;
	border: #dfdfdf solid 1px;
	box-shadow: 1px 1px 1px #eeeeee;
	font-size:0.8em;
	float:left;
}

.divinnersidebar a
{	display:inline-block;
	color:#343434;
	text-decoration:none;
}

.divinnersidebarsection
{	display:inline-block;
	color:#343434;
	text-decoration:none;
	padding:10px;
	padding-left:20px;
    border-bottom: 1px dotted #CCCCCC;
}

.divinnersidebarsection a.selected {
        color: #C31D20 !important;
}

.divinnersidebarsection a:hover {
        color: #000000;
}

.divinnerproductcontainer
{	float:left;
	width: 753px;
}

.divinnerproduct
{	float: left;
	width: 230px;
	margin-right: 0px;
	margin-left: 20px;
	min-height: 275px;
}

.divinnerproductname
{	border-top: 1px solid #d1d1d4;
	color:#969696;
	font-size: 0.8em;
	padding-top:7px;
}

.divinnerproductname a
{	color: #6d6d6d;
	text-decoration:none;
	display:block;
}

.divContainerSupport .divinnercategory
{	
    float:left;
    margin-top: 30px;
    font-weight: bold; 
    font-size:1.3em; 
    margin-left: 20px; 
    border-bottom: 1px solid #D1D1D4; 
    padding-bottom:5px; 
    padding-left:5px; 
    width:100%;
}

.divContainerSupport .divinnerproduct
{	float: left;
	width: 167px;
	margin-right: 0px;
	margin-left: 20px;
	min-height: 175px;
}

.divContainerSupport .divinnerproductphoto img {
    border: 0px!important;
    margin-left:0px;
}

.divContainerSupport .divinnerproductphoto a {
    color: #6D6D6D;
    font-size:0.9em;
    text-align:center;
}

.divContainerSupport .divinnerproductname
{	border-top: 1px solid #d1d1d4;
	color:#969696;
	font-size: 0.8em;
	padding-top:7px;
}

.divContainerSupport  .divinnerproductname a
{	color: #6d6d6d;
	text-decoration:none;
	display:block;    
}

.divContainerSupportContent {
    margin-left: 10px;
}
/*product*/

.divproductcontainer
{	padding-left: 15px;
	float: left;
	width: 738px;
}

.divproducttitle
{	font-family: 'BenchNine', sans-serif;
	color: #343434;
	font-size: 1.5em;
	padding-top: 20px;
}

.divproducttitle h1 {
	font-size:1em;
	margin-top: 0px;
	margin-bottom: 0px;
}

.divproductphoto
{	float:left;
	border: 1px solid #ededed;
	margin-top: 15px;
}

.divproductdescription
{	width: 350px;
	float: left;
	margin-left: 20px;
	margin-top: 10px;
	font-size: 0.9em;
	color:#343434;
}

.divproductspecs
{	float: left;
	width: 600px;
	margin-top:10px;
}

.divproductspecsshort
{	
	width: 515px;	
}

.divproductspecs table {
    min-height: 85px;
}

.divproductspecs td {
    padding-left: 10px;
}

.divpdf
{	background-image: url(/site/view/images/pdf.jpg);
	width: 86px;
	height: 80px;
	float: right;
	font-size: 0.8em;
	text-align: center;
	line-height: 1.25;
	padding-top: 6px;
	margin-left:10px;
	margin-top: 10px;
    margin-right: 25px;
    cursor: pointer;
}

.divpdfsupport {
    margin-right:0px;

}
.divproductfooter
{    
	float: left;
    margin-bottom:25px;
    width:100%;
    margin-top:15px;
}

/* 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;
}


/* 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%;
    }
        
    .divProduct {
        max-width:100%!important;
        padding-left: 0px;
        margin-left:0px;
    }

    .divProduct img {
        max-width:100%!important;        
    }

    .divproductdescription {
        max-width:95%;
    }

    .divproductspecs {
         max-width:98%;
    }
     
    .divproductspecsshort {
         max-width:98%;
    }   
    .divContactForm iframe {
		width: 98%;
	}
	
	.divTextBlock div {
		max-width: 100%;
	}

    .divHeader {    
        height: 145px;    
    }

    .divmenu {
        margin-top: 35px;
        padding-right: 5px;
        width:100%;
    }

    .divtopmenu {
        top: 6px;
        right: 6px;
        position: absolute;
        float:none;
        margin: 0px;
    }

    .divbanner {
        font-size: 1.3em;
    }

    
} 


/* Smartphones (landscape) ----------- */  
@media screen and (min-width : 0px) and (max-width : 640px) {  
	
	.divproductspecs table {
         max-width:98%!important;
         width: 98%;
    }

    .divinnerbanner {
        max-width:640px;     
        font-size:1.3em;
        padding-top: 26px;
    }
}

/* 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;
	}

	.divTextBlock {
		width:98% !important;
		padding-left:1%;
		padding-right:1%;
	}

    .divAppFront {    	
    	position: relative !important;
		top: auto !important;
		left: auto !important;
		max-width: 100%;
    }
   
	.divContactForm
	{
		padding-right: 0px;
		margin-left: 5px;
		width: 100%;divNewsContainer
	}

	.divContactForm select {
		width: 169px;
	}

	.divContactForm textarea
	{
		width: 297px;
	}

	.divContactForm input {
		width: 165px;
	}

	.divContactForm iframe {
		width: 98%;
	}

    .divbanner {
        font-size: 0.8em;
    }

    

    .divmenu a {
        font-size: 1.2em;
        padding-left:10px;
    }

    .divHiddenSubMenu {
         width:100%;
    }

    #productsSubMenu {
        width:100%;
    }

    .divtagline {
        width:135px;
        margin-left: 5px;
        font-size:1em;
    }

    
    .divCategoryHome, .divCategoryHomeLeft, .divCategoryHomeRight {
        max-width: 320px!important;
        max-height: 231px;
        min-height:231px!important;
        margin-bottom: 20px;
    }

    .divCategoryHome img {
        max-width: 320px;
    }

    .divCategoryHomeLeft, .divCategoryHomeRight {
        max-height:231px;
    }


    .divCategoryHomeTitleLeft {
        font-size:1.3em;
        margin-top: -70px;
    }
    .divCategoryHomeTitleRight {
        margin-left: 13px;
        font-size:1.3em;
        margin-top: -70px;
    }

   .divinnerbanner {
        width:320px;  
    }

    .divproductspecs table {
         max-width:98%!important;
         width: 98%;
         font-size:0.8em;
    }

    .divContainerSupport .divinnercategory {
        font-size:1.0em;
    }

    .divfooter, .divadeo {
        padding-top:0px;
    }

    .divreadytogo {
        display:none;
    }

    .divfootersocial {
        float:left;
    }

    .divmenufooter {
        width: 100%;
    }
}  


/* 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;	
	}
	*/
}
