
.noop{
}
fieldset legend{
	color: gray;
	font-weight: bold;
}
.error{
	color: red;
	font-weight: bold;
	margin-left: 1ex;
}
.warning{
	color: orange;
	font-weight: bold;
}

ul.inline{
	margin: 0;
	padding-left: 0;
}
.inline li{
	display: inline;
	margin: 0 1ex 0 0 ;
}
.inline li:after{
	content: ",";
}

.grayed{
	opacity: 0.5;
}
a:hover img.grayed{
	opacity: 1;
}

input[type='checkbox']:checked + label{
	font-weight: bold;
}

label.required{
	font-weight: bold;
}
label.required:after, fieldset.required legend:after{
	content: " *";
	color: red;
}

img.countryFlag16{
	border: none;
	width: 16px;
	height: 16px;
	vertical-align: -3px;
}
img.countryFlag16x11{
	border: none;
	width: 16px;
	height: 11px;
}

.grayVisited a:visited{
	color: #888;
}

table.center{
	margin-left: auto;
	margin-right: auto;
}
td.alignLeft{
	text-align: left !important;
}
td.alignCenter{
	text-align: center !important;
}
td.alignRight{
	text-align: right !important;
}
th.alignLeft{
	text-align: left !important;
}
th.alignCenter{
	text-align: center !important;
}
th.alignRight{
	text-align: right !important;
}
table th input.filter{
	float: left;
}

table.columns2 th, table.columns2 td{
	width: 50%;
}
table.columns3 th, table.columns3 td{
	width: 33%;
}

.commandsBar{
	background: #efefef;
	padding: 1ex 0.5ex;
	margin: 1ex 0;
	text-align: center;
	clear: both;
}
.commandsBar input[type='submit'],
.commandsBar input[type='button'],
.commandsBar a,
a.commandButton, a .commandButton,
table th a.filter{
	background-color: #e0e0e0;
	padding: 0 0.5ex;
	cursor: default;
	text-decoration: none;
	border: 2px outset #e0e0e0;
	margin-left: 0.3ex;
	margin-right: 0.3ex;
}
.commandsBar input[type='submit']:hover,
.commandsBar input[type='button']:hover,
.commandsBar a:hover,
a:hover.commandButton{
	background-color: rgb(255,204,102);
}
.commandsBar input[type='submit']:active,
.commandsBar input[type='button']:active,
.commandsBar a:active,
a:active.commandButton{
	border: 2px inset;
}
.commandsBar .separator{
	border: black solid 1px;
	margin: 0 0.75ex;
}

.masterCheckBox{
	color: black;
	font-weight: bold;
	text-decoration: underline;
}

form#login input#username{
	background: url(/platre/slib/images/loginUserNameIcon.gif) no-repeat;
	background-position: 0px 1px;
	padding-left: 18px;
}
form#login input#password{
	background: url(/platre/slib/images/loginUserPasswordIcon.gif) no-repeat;
	background-position: 0px 1px;
	padding-left: 18px;
}
form#login input#loginButton{
	margin-top: 1ex;
}


.dataList .dataScroller{
	text-align: left;
	background-color: #eee;
	border: #999 dotted 1px;
	padding: 0.5ex 1ex;
	width: 95%;
}
.dataList .dataScroller .scrollerSearchBox{
	float: right;
	padding-top: 0.5ex;
}
.dataScroller td{
	vertical-align: middle;
	text-align: center;
}
.dataScrollerArrow{
	font-weight: bold;
	font-size: 150%;
}
.dataScroller a:hover{
	background-color: orange;
}
.dataScroller .selectedPage{
	font-weight: bold;
	padding: 0 0.5ex;
	background-color: silver;
	border: gray solid 1px;
}
.dataScroller .selectedPage a{
	text-decoration: none;
}

table.dataTable{
	border: silver dashed 1px;
	width: 95%;
	margin: 2ex 0;
}
table.dataTable th, table.dataTable td{
	padding: 2px 4px;
	text-align: left;
}
table.dataTable th{
	vertical-align: middle;
}
table.dataTable td{
	vertical-align: top;
}
table.dataTable th img{
	border: none;
}
table.dataTable thead tr{
	background-color: #fff290;
}
table.dataTable tbody tr:hover{
	background-color: #d5ddff;
}
table.dataTable tr.odd{
	background-color: white;
}
table.dataTable tr.even{
	background-color: #eee;
}

.searchPanel{
	background-color: #fffbe7;
	margin-bottom: 2ex;
}
.searchPanel legend{
	color: black;
	background-color: #fffbe7;
}

.editPageActiveTab{
	font-weight: bold;
	border-top: orange solid 3px;
}
.editPageInactiveTab{
	border-style: outset outset none;
	border-width: 1px 1px 0px;
}
.editPageInactiveTab input[type='submit']{
	background-color: transparent;
}
.editPageInactiveTab input:hover{
	border-top: orange solid 2px;
}

.myFaces_pannelTabbedPane_HeaderRow .validationError{
	border-top: red solid 2px;
}
.myFaces_pannelTabbedPane_HeaderRow .validationError input, label.validationError{
	color: red !important;
	font-weight: bold;
	text-decoration: blink;
}
input.validationError{
	border: solid red 2px;
	background: BlanchedAlmond;
}

table.innerDataTable{
	border: silver dashed 1px;
	width: 95%;
	margin: 2ex 0;
}
table.innerDataTable th, table.innerDataTable td{
	padding: 2px 4px;
	text-align: left;
}
table.innerDataTable th{
	vertical-align: middle;
}
table.innerDataTable td{
	vertical-align: top;
}
table.innerDataTable th img{
	border:none;
}
table.innerDataTable thead tr{
	background-color: #fffbe7;
}
table.innerDataTable tbody tr:hover, table.highlightedHover tr:hover{
	background-color: #d5ddff;
}
table.innerDataTable tr.odd, table.highlightedHover tr.odd{
	background-color: white;
}
table.innerDataTable tr.even, table.highlightedHover tr.even{
	background-color: #eee;
}

.highlightedHover div:hover, div.highlightedHover:hover{
	background-color: #d5ddff;
}

a.relatedLink{
	color: orange;
}
a.relatedLink:after{ 
	content: "»";
}

.verticalMenu ul{
	display: none;
}
.verticalMenu ul li{
	margin-left: 3ex;
}

.mailImportant{
	color: red;
}
.mailUnread{
	font-weight: bold;
}
.mailBodyPart{
	border: gray solid 1px;
	padding: 1ex;
}

.emailAddresses input{
	width: 90%;
}

.onlineHelp, .onlineHelpPopup{
	background: InfoBackground;
	border: silver solid 2px;
	padding: 1ex;
	-moz-border-radius: 2ex;
}
.onlineHelpPopup{
	-moz-border-radius: 0 2ex;
}
.onlineHelp{
	margin: 1ex;
}

.uploadFilesDisplayOnly .thumb{
	float: left;
	border: silver solid 1px;
	padding: 1ex;
	margin: 0.5ex;
	text-align: center;
}
.uploadFilesDisplayOnly .footer{
	clear: left;
	border: none;
}
a .fileThumb{
	border: outset;
}
a:hover .fileThumb{
	border: inset;
}


.verticalTop td{
	vertical-align: top;
}

.verticalMiddle td{
	vertical-align: middle;
}


.untoggled{
}
a.untoggled, a.toggleLink, a.toggleLink *{
	text-decoration: none;
	background-color: #e0e0e0;
}
a:hover.untoggled, a:hover.toggleLink, a:hover.toggleLink *{
	background-color: rgb(255,204,102);
}

.toggable, .toggablePanel{
	display: none;
}
.toggablePanel, togglePanel{
	background-color: #f5f5f5;
	border: silver dashed 1px;
	-moz-border-radius: 0 0 2ex 2ex;
	padding: 0.75ex;
}
.toggablePanel input[type='text']{ 
	background-color: white;
}
.toggablePanel:focus{
	border: gray dashed 2px;
}
input.toggablePanel, textarea.toggablePanel{
	background-color: inherit;
}
table.toggablePanel{
	padding-top: 3ex;
}

.tree .selected, .treeSelected{
	background: yellow;
	font-weight: bold;
	font-size: 120%;
}
.tree .selected:before, .treeSelected:before{
	content: "< ";
}
.tree .selected:after, .treeSelected:after{
	content: " >";
}

textarea.autoSize{
	width: 100%;
}

.maximized{
	height: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px;
	border: none;
	z-index: 100;
	position: fixed;
	top: 0; left: 0;
	background-color: white;
	/* position: absolute; IE */
}
textarea.maximizable{
	border-top: 28px solid ButtonFace;
}
.maximized textarea.maximizable{
	width: 100%;
	height: 100%;
}
button.maximize, button.unmaximize{
	color: ButtonText;
	border: 1px solid ButtonFace;
	height: 26px;
	width: 26px;
	margin: 2px;
	background-repeat: no-repeat;
	background-position: center center;
}
button.maximize:hover, button.unmaximize:hover {
	cursor: default;
	border: 1px solid;
	border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
}
button.maximize{
	position: absolute;
	background-image: url(/platre/slib/images/maximize.gif);
}
.maximized button.maximize{
	display: none;
}
button.unmaximize{
	display: none;
}
.maximized button.unmaximize{
	display: block;
	position: fixed;
	right: 0;
	background-image: url(/platre/slib/images/unmaximize.gif);
}


.curved h1, .curved h2, .curved p{
	margin:0 10px
}
.curved{
	background: transparent;
}

.curved em {display:block; width:0; height:0; overflow:hidden; border-top:12px solid white; border-left:12px solid transparent; border-right:12px solid transparent; margin-left:50px;}
/* hack for IE5.5 */
* html .curved em {width:24px; height:12px; w\idth:0; hei\ght:0;}
.curved span {display:block; width:0; height:0; color:white; overflow:hidden; border-top:10px solid #7f7f9c; border-left:10px solid transparent; border-right:10px solid transparent; margin-left:52px; margin-top:-15px;}
* html .curved span{
	width:20px; w\idth:0;
	 height:10px; hei\ght:0;
}

.curved .b1, .curved .b2, .b3, .b4, .b5, .b6, .b7{
	display: block;
	overflow: hidden;
	font-size: 0;
}
.b1, .b2, .b3, .b4, .b5, .b6{
	height: 1px;
}
.b4, .b5, .b6, .b7{
	border-left: 1px solid white;
	border-right: 1px solid white;
}

.b1 {margin:0 8px; background:white !important}
.b2 {margin:0 6px; background:white !important}
.b3 {margin:0 4px; background:white !important}
.b4 {margin:0 3px;border-width:0 5px;}

.b5 {margin:0 2px; border-width:0 4px;}
.b6 {margin:0 2px; border-width:0 3px;}
.b7 {margin:0 1px; border-width:0 3px; height:2px;}

.curved .content{
	display: block;
	border:3px solid white;
	border-width:0 3px;
}


#chatRoster{
	min-height: 100px;
	background-color: #eee;
	padding: 1ex;
}
#chatRoster .presenceIcon{
	margin-left: 1ex;
}
#chatRoster .notConnected{
	background-color: #fff;
}
#chatLog{
	min-height: 100px;
	max-height: 250px;
	background-color: #ffc;
	padding: 1ex;
	border: solid 1px silver;
	overflow: auto;
}
#chatLog .from{
	font-weight: bold;
	color: blue;
}
#chatLog .fromMe{
	font-weight: bold;
	color: red;
}
#chatPopup{
	position: fixed;
	top: 2em;
	z-index: 1000;
	padding: 0;
	border: solid RoyalBlue;
	border-left-width: 15px;
	background-color: white;
}
#chatPopup legend{
	color: red;
	text-decoration: blink;
	padding: 0 2ex;
	border: dotted RoyalBlue 1px;
	border-top: solid RoyalBlue;
	border-left-width: 15px;
	margin-left: -15px;
}
#chatPopup #chatLog{
	min-height: 3em;
	margin: 1ex;
}
#chatPopup .commandsBar{
	margin: 0;
}

.printOnly{
	display: none;
}
div.menu{
	background-color: #e0e0e0;
	border: 2px outset #e0e0e0;
	padding: 0 1px 1px 0;
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	z-index: 101;
}
div.menu a{
	text-decoration: none;
	white-space: nowrap;

	display: block;
	margin: 2px 0;
	padding: 0 1em;
}
div.menu a:hover{
	background-color: #ffcc66;
	color: white;
}
div.menu a .menuItemText{
	cursor: default;
}
div.menu a span.menuItemArrow{
	font-weight: bold;
	font-size:130%;
	line-height: 0;
	margin-right: -1ex;
}
div.menu div.menuItemSep{
	border: 1px inset #e0e0e0;
	margin: 4px 0;
}
*{
	color: black;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
}

body{
	padding: 0;
}

h1{
	color: white;
	background-color: #f68712;
	font-size: 220%;
	font-weight: normal;
	padding: 0 1ex 0 1ex;
	margin-top: 0;
}
h2{
	font-size: 150%;
	font-weight: normal;
}
h2 a{
	font-size: inherit;
	color: inherit;
	text-decoration: inherit;
}
h3{
}
h3 a{
	color: inherit;
	text-decoration: inherit;
}
label{
	color: gray;
}
td{
	vertical-align: top;
}

.mobileClient.header img{
	vertical-align: top;
	margin-right: 0.5ex;
}
.mobileClient.header a{
	font-size: 125%;
	text-decoration: none;
}

.languagesFlagSelector{
	float: right;
	margin-top: -2.1ex;
	margin-bottom: 0.5ex;
}
.languagesFlagSelector img.countryFlag16.selected{
	padding-top: 6px;
	margin-top:-5px;
	background: url(/platre/lib/images/arrowHeadOrangePlatreS.png) no-repeat center top;
}
.languagesFlagSelector a:hover img.countryFlag16{
	padding-top: 6px;
	margin-top:-5px;
	background: url(/platre/slib/images/arrowHeadBlackS.png) no-repeat center top;
}

#topMenuBar{
	width: 100%;
	background-color: #eee;
	margin-bottom: 1ex;
	border-bottom: silver solid 1px;
}
#topMenuBar td{
	vertical-align: middle;
	font-size: 14px;
	padding: 0.5ex 1ex 0.5ex 1ex;
}
#topMenuBar a, #menuBarText{
	font-size: 14px;
}

#topMenuBar #menuBarLogo{
	position: absolute;
	top: 2px;
	border: none;
}
#topMenuBar #menuBarText{
	margin-left: 24px;
}

body>#topMenuBar, form>#topMenuBar{
	position: absolute;
	top: -1px;
	left: 0;
	padding-top: 1px;
}

body>#topMenuBarPageBodySpacer, form>#topMenuBarPageBodySpacer{
	height: 5ex;
}
#languageChooser{
	text-align: right;
}
#languageChooser a{
	padding: 0 1ex 0 1ex;
}
#languageChooser .selected{
	text-decoration: none;
	font-weight: bold;
	font-variant: small-caps;
	border-top: solid 1px;
	padding-top: 6px;
	background: url(/platre/slib/images/arrowHeadBlackS.png) no-repeat center top;
}

.randomSample{
	text-align: right;
}
.randomSample img{
	border: black solid 2px;
	margin: 2px;
}
.randomSample a:hover img{
	border-width: 4px;
	vertical-align:-2px;
	margin: 0 !important;
}
.randomSample a{
	text-decoration: none;
}

.tagline{
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	margin-top: 5px
}
table.pageLayout{
	width: 100%;
	border-collapse: collapse;
}
tr.pageLayout{
	padding: 0;
}
td.pageLayout{
	padding: 0;
}

#mainMenu{
	padding: 0;
	margin: 0;
	margin-top: 1ex;
	border-bottom: solid 3px black;
	white-space: nowrap;
}
#mainMenu ul.mainMenu{
	list-style: none;
	width: 100%;
	padding: 0;
	margin: 0;
}
#mainMenu li{
	background: #eee;
	text-align: center;
	float: left;
	min-height: 5.7ex;
	padding: 0.75ex 1ex 5px 1ex;
	border-right: #ddd solid 1px;
	border-top: #ddd solid 1px;
	margin: 0;
}
#mainMenu li a{
	text-decoration: none;
	font-size: 1.4em;
}
#mainMenu li a div{
	color: #f68712;
	font-size: 0.7em;
	font-variant: small-caps;
}
#mainMenu li.home{
	border-left: #ddd solid 1px;
}
#mainMenu .subMenu{
	display: none;
	position: absolute;
	z-index: 100;
	list-style: none;
	margin-left: -1ex;
	margin-top: 5px;
	padding: 0;
	background: #eee;
	border: solid 1px darkgrey;
	border-top: solid black 3px;
	border-radius: 0 0 15px 15px;
	-moz-border-radius: 0 0 15px 15px;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
}
#mainMenu .subMenu li{
	text-align: left;
	float: none;
	min-height: 0;
	background: none;
	border-right: none;
	font-size: 90%;
	border-top: solid 1px darkgrey;
	padding: 1ex;
}
#mainMenu .noSubMenu a:hover, #mainMenu .subMenu a:hover{
	text-decoration: underline;
}
#home li.home,
#products li#productsMenu, #products li.products,
#applicationProcedures li#productsMenu, #applicationProcedures li.applicationProcedures,
#pageEcology li#productsMenu, #pageEcology li.pageEcology,
#caseStudies li.caseStudies,
#productSamplesImages li.productSamplesImages,
#pageFAQ li.pageFAQ,
#forum li.forum,
#pageDevenirConseiller li#aboutUs, #pageDevenirConseiller li.pageDevenirConseiller,
#encyclopedia li.encyclopedia,
#pageHistorique li#aboutUs, #pageHistorique li.pageHistorique,
#awards li#aboutUs, #awards li.pageAwards,
#pagePress li#aboutUs, #pagePress li.pagePress,
#pageDevenirConseiller li#aboutUs, #pageDevenirConseiller pageDevenirConseiller,
#pageContact li#aboutUs, #pageContact li.pageContact{
	border-top: silver solid 1px;
	background: silver url(/platre/slib/images/arrowHeadBlackN.png) no-repeat center bottom;
}
#home li.home div,
#products li#productsMenu div,
#applicationProcedures li#productsMenu div,
#pageEcology li#productsMenu div,
#caseStudies li.caseStudies div,
#productSamplesImages li.productSamplesImages div,
#applicationProcedures li.applicationProcedures div,
#pageEcology li.pageEcology.div,
#pageFAQ li.pageFAQ div,
#forum li.forum div,
#pageDevenirConseiller li.pageDevenirConseiller div,
#encyclopedia li.encyclopedia div,
#pageHistorique li#aboutUs div,
#awards li#aboutUs div,
#pagePress li#aboutUs div,
#pageDevenirConseiller li#aboutUs div,
#pageContact li#aboutUs div{
	color: white;
}

#mainMenu li.pageEcology a{
	padding-right: 25px;
	background: url(/platre/lib/images/ecology.png) no-repeat top right;
}
#mainMenu li.pageAwards a{
	padding-right: 25px;
	background: url(/platre/lib/images/awardIconMenu.png) no-repeat top right;
}

#home #mainMenu{
	margin-bottom: 0;
}

.footer{
	clear: both;
	color: gray;
	font-weight: bold;
	text-align: center;
	width: 100%;
	border-top: black solid 1px;
	margin-top: 1ex;
	padding-top: 1ex;
}

.dataTable img.countryFlag16{
	margin-left: 0.75em;
}
.dataTable a img.countryFlag16{
	border: none;
	border-bottom: 1px solid black;
	margin-left: 0.75em;
}

.slideShows, .slideShow, .slideShowText{
	height: 220px;
	margin: 0;
}
.slideShows{
	width: 100%;
	padding: 0;
	margin-bottom: 2ex;
	background-color: black;
}
.slideShows h2{
	color: #f68712;
	font-size: 24px;
	font-variant: small-caps;
	margin-top: 1ex;
	padding: 0;
}
.slideShow{
	width: 100%;
	background-position: center top;
	background-repeat: no-repeat;
}
.slideShow.wide{
	background-position: left top;
}
.slideShowText{
	position: relative;
	float: right;
	z-index: 10;
	width: 60ex;
	padding: 0;
	padding-left: 2ex;
	
	filter:progid:DXImageTransform.Microsoft.gradient(startColorStr=#80000000,endColorStr=#80000000);
	background: rgba(0,0,0,0.5);
}
.slideShowText, .slideShowText p, .slideShowText a{
	color: white;
}
.slideShow .legend{
	position: relative;
	top: 196px;
	font-size: 150%;
	padding: 2px 1ex;
	padding-right: 5ex;
	background: lightgray;
	background: rgba(255,255,255,0.5);
	border-radius: 0 15px 0 0;
	-moz-border-radius: 0 15px 0 0;
	-webkit-border-top-right-radius: 15px;
}
.slideShows .pager{
	position: absolute;
	margin-top: 4px;
	z-index: 10;
}
.slideShows .pager a{
	vertical-align: bottom;
	margin: 1ex;
	padding: 0 1ex;
	background: #999;
	background: rgba(255,255,255,0.3);
}
.slideShows .pager a.activeSlide{
	color: white;
	font-weight: bold;
	text-decoration: none;
	border: solid white 1px
}

body#home table.sections{
	clear: both;
	width: 100%;
	border-collapse: collapse;
}
body#home .section, body#home #caseStudies{
	padding: 2ex;
	border: silver solid 1px;
	background-color: #eee;
}
body#home td.left{
	width: 60%;
	height: 100%;
	padding-bottom: 0;
}
body#home .sections a.sectionTitle{
	text-decoration: none;
}
body#home .sections a.sectionTitle:hover h2{
	text-decoration: underline;
}
body#home .sections a.sectionTitle h2{
	font-size: 24px;
	font-weight: normal;
	background: url(/platre/lib/images/logoOnly22x24.gif) no-repeat center left;
	min-height: 24px;
	padding: 0;
	padding-left: 26px;
	margin: 0 0 0.5ex 0;
}
body#home .homeCaseStudy{
	clear: both;
	margin: 1ex 0;
	padding-top: 1ex;
}
body#home .homeCaseStudy h2{
	margin-top: 0;
	margin-bottom: 0.5ex;
}
body#home .homeCaseStudy + .homeCaseStudy{
	border-top: solid 1px silver;
}
body#home td.right .section{
	margin: 0;
	margin-left: 2ex;
	margin-bottom: 2ex;
}
body#home .right .section ul{
	list-style: none;
	margin: 0.5ex 0 0 0;
	padding-left: 11px;
}
body#home .right .section li a{
	text-decoration: none;
}
body#home .right .section li a:visited{
	color: #888;
}
body#home .section li a:hover{
	text-decoration: underline;
}
body#home .section p, body#home .sections .link, body#home #caseStudies .link{
	clear: both;
	text-align: center;
	margin-bottom: 0;
}
body#home #caseStudies .link{
	padding-top: 0.5ex;
}
body#home .section label{
	margin-left: 1ex;
	padding-left: 11px;
}
body#home .section .date{
	text-decoration: underline;
}
#contact{
	color: white;
	height: 90px;
	padding-left: 110px;
	margin: 0;
	margin-top: 2ex;
	background: black url(/platre/lib/images/contact.jpg) no-repeat top left;
}
#contact h2{
	color: white;
	font-size: 24px;
	font-weight: normal;
	margin: 0;
}
#contact a:hover h2{
	text-decoration: underline;
}
#contact p{
	color: white;
	margin: 2px;
}
#contact a img{
	border: none;
	margin-left: 1ex;
}
body#home #contact{
	margin-left: 2ex;
}
.homeCaseStudy h2{
	font-size: 150%;
	font-weight: normal;
	padding-top: 1ex;
}
.homeCaseStudy a{
	text-decoration: none;
}
.homeCaseStudy a:hover, body#home .section .head a body#home .sections .encyclopedia h2, .homeCaseStudy p a{
	text-decoration: underline;
}
.homeCaseStudy img{
	float: left;
	margin: 0 2ex 1ex 1ex;
	border: black solid 1px;
}
.homeCaseStudy b{
	font-size: inherit;
}

td.awards, div.awards{
	margin-top: 2ex;
	background: black;
	border: dotted #d4aa40 1px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
.awards table{
	table-layout: fixed;
	width: 100%;
}
.award{
	margin-left: 5px;
	padding: 0;
	padding-top: 1ex;
	padding-right: 1ex;
	padding-left: 60px;
	background: url(/platre/lib/images/awardIcon.png) no-repeat left 8px;
}
.award h1{
	font-size: 18px;
	color: #d4aa40;
	background: none;
	margin: 0;
	padding: 0;
}
.award h2{
	font-size: 14px;
	color: white;
	margin: 0;
	font-weight: normal;
}
.award p{
	color: white;
	margin: 0;
	padding-bottom: 1ex;
}
.award a:hover h1{
	text-decoration: underline;
}
.awards .link{
	text-align: center;
	margin-bottom: 1ex;
}
.awards .link a{
	color: white;
}
body#awards .awards{
	padding: 2em;
	margin: 2ex 0 2ex 0;
}
body#awards h1{
	background: none;
}

.listingTitle{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 2ex
}
.listingBody{
	margin-left: 1ex;
}

.forumPost{
	margin: 0 0 1.5ex 0;
}
.forumPost h1{
	margin-bottom: 1ex;
	clear: both;
}
.forumPost a:target h1{
	border: #f68712 solid 4px;
}
.forumPost .attachement{
	float:left;
	margin: 0 2ex 2ex 0;
	text-align: center;
}

body#products h2{
	font-size: 1.3em;
	margin: 0;
	text-decoration: none;
}
.documentationLocales{
	margin-left: 2em;
	white-space: nowrap;
}

.documentation .Header{
	border: #ccc dashed 1px;
}
.documentation h1{
	font-size: 250%;
	font-weight: none;
	background: none;
}
.documentation .productTitle{
	font-size: 250%;
	font-weight: bold;
}
.documentation .summary{
	width: 50%;
	border: silver dashed 1px;
	padding: 2ex;
}
.documentation .summary .pictures{
	text-align: center;
	margin-top: 2ex;
	vertical-align: middle;
	word-spacing: 2em;
}
.documentation .TOC{
	text-decoration: none;
	margin-left: 1em;
	padding: 0.2ex;
	text-transform: uppercase;
}
.documentation .section{
	margin-top: 4ex;
}
.documentation .section h2{
	font-size: 16px;
	font-weight: bold;
	border-bottom: silver dashed 1px;
	margin-bottom: 1ex;
	text-transform: uppercase;
	padding-left: 1ex;
	vertical-align: middle;
}
.documentation .sectionBody{
	text-align: justify;
	margin-left: 5em;
	margin-right: 2ex;
}
.documentationLink{
	border-bottom: #ccc dashed 1px;
	text-decoration: none;
}

a.colorModLink {
	text-decoration: none;
}
.colorModSampleBG{
}
.colorModSample{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/platre/lib/images/sampleColorPickerBackground.png');
	height: 67px;
	width: 43px;
}
.colorModSample[class]{
	background: url(/platre/lib/images/sampleColorPickerBackground.png) no-repeat;
}

.samplesImages{
	background: gray;
	margin: 1ex 1em 0 1em;
	border: solid black 1px;
	-moz-border-radius: 2ex;
	-webkit-border-radius: 2ex;
}
.samplesImages h2{
	font-size: +150%;
}

body#productSamplesImages fieldset{
	background-color: #eee;
	border: #999 dotted 1px;
}

body#productSamplesImages .samplesImages .thumb{
	margin: 2ex;
}
body#productSamplesImages .samplesImages .thumb img{
	border: solid black 3px !important;
}
body#productSamplesImages .thumb img{
	border: 1px solid white;
}
body#productSamplesImages .thumb{
	margin: 1px;
}
body#productSamplesImages .dataList .selected{
	border: 2px solid black !important;
	margin: 0 !important;
}
body#productSamplesImages .thumb a:hover img{
	border: 1px solid #ff81e0;
}
body#productSamplesImages .consumption{
	display: block;
	margin: 1ex;
}