/*
Theme Name: Polyplus theme
Description: Polyplus original theme
Version: 1.0
Author: Luc DIDIER, Sonia Huriez
Author URI: http://www.lucdidier.com
Tags: Polyplus, light
*/

/* CSS Document */

body {
	behavior: url(csshover.htc);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	background-image:url(images/fond_page.jpg);
	background-repeat:repeat-x;
	background-position:0 83px;
}
a {
	color:#10497c;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h1, h2, h3 {
	color:#10497c;
	margin-bottom:5px;
	/*line-height:14px;;*/
}
h3 {
	font-size:18px;
	/*height:18px;*/
	padding-bottom:10px;
	margin-top:10px;
}
h4 {
	display:block;
	padding-bottom:5px;
	margin-top:20px;
	font-size:18px;
	width:690px;
	line-height:14px;
}
#container {
	width:980px;
	margin:auto;
}
#header {
	height:130px;
	background:url(images/logo_polyplus.gif) no-repeat 10px 0;
}
#logo {
	position:absolute;
	top:0px;
	padding-left:10px;
}
#transversal_container {
	width:960px;
	height:30px;
}
#transversal {
	float:right;
	margin:5px 90px 0 0;
}
#transversal p {
	float:left;
	color:#666;
	margin-right:10px;
}
#transversal input {
	float:left;
}
input {
	background-color:#f8f7f1;
	border:1px solid #CCC;
	color:#666;
	font-size:11px;
	padding-top:3px;
}
#transversal input[type=text] {
	background-color:#f8f7f1;
	border:1px solid #CCC;
	color:#666;
	font-size:11px;
	padding-top:3px;
	height:15px;
	width:120px;
	margin:0;
}
#transversal input[type=submit] {
	background:none;
	border:none;
	color:#10497c;
	/*margin: 2px 0 0 5px;
	padding:0;*/
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
#transversal p, #transversal ul li {
	margin-top:5px;
}
#transversal ul {
	display:inline;
}
#transversal ul li {
	border-left:1px solid #CCC;
	margin-left:5px;
	/*margin-left:220px;*/
	padding-right:5px;
	padding-left:10px;
	float:left;
}
#menu {
	/*width:780px;*/
	padding-top:20px;
	margin-left:185px;
	height:80px;
}
#menu ul li {
	float:left;
	padding:0 10px 0 10px;
	background-image:url(images/main_item_separator.gif);
	background-repeat:no-repeat;
	background-position:center right;
}
#menu ul li ul li {
	padding:0;
	background-image:url(images/ss_rub_separator.gif);
	background-repeat:no-repeat;
	background-position:100% 12px;
}

#menu ul li .main_item {
	font-size:15px;
	color:#10497c;
	font-weight:bold;
}

.main_item a:hover, .active_main_item a, #menu ul li:hover .main_item a {
	background:url(images/onglet_bleu_centre.gif) repeat-x #10497c;
	background-color:#10497c;
	color:#FFF;
	text-decoration:none;
	cursor:default;
}
.main_item a .onglet_droite {
	padding:10px 10px 11px 10px;
	cursor:default;
}
.main_item a:hover .onglet_gauche, .active_main_item a .onglet_gauche, #menu ul li:hover .main_item a .onglet_gauche { 
	background-image:url(images/onglet_bleu_gauche.gif);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#10497c;
}
.main_item a:hover .onglet_droite, .active_main_item a .onglet_droite, #menu ul li:hover .main_item a .onglet_droite { 
	background-image:url(images/onglet_bleu_droite.gif);
	background-position:top right;
	background-repeat:no-repeat;
}
#menu ul li .submenu_center {
	background:url(images/bg_menu.gif) repeat-x;
	display:none;
	position:absolute;
	left:0px;
	right:0px;
	width:100%;
	/*background-color:#10497c;*/
	height:100px;
}
#menu ul li:hover .submenu_center {
	display:block;
	position:absolute;
}
#menu ul li .submenu_active {
	display:block;
	position:absolute;
	height:42px;
}
#menu ul li .submenu_center .container_sub {
	width:975px;
	margin:auto;
	background-color:#10497c;
	padding-left:5px;
	display:block;
}
#menu ul li .submenu_center ul {
	width:975px;
	margin:auto;
	background-color:#10497c;
	padding-left:5px;
	display:block;
	/*height:42px;*/
}
.ss_rub {
	/*height:42px;*/
	font-size:14px;
	margin-left:5px;
	cursor:pointer;
}
.ss_rub a {
	color:#FFF;
	display:block;
	margin-right:5px;
	cursor:pointer;
}
.ss_rub .og {
	margin-top:7px;
	padding-left:10px;
	padding-bottom:12px;
}
.ss_rub .od {
	/*height:26px;*/
	padding-right:10px;
	padding-top:9px;
}
.ss_rub a:hover, .submenu_active .ss_rub_active a {
	color:#10497c;
	text-decoration:none;
}

.ss_rub a:hover .og, .submenu_active .ss_rub_active a .og { 
	background-image:url(images/onglet_beige_gauche.gif);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#e6e3cf;
}
.ss_rub a:hover .od, .submenu_active .ss_rub_active a .od {
	background-image:url(images/onglet_beige_droite.gif);
	background-position:top right;
	background-repeat:no-repeat;
	background-color:#e6e3cf;
}
.active_item {
	font-weight:bold;
}
/*********************************************************************/
#content {
	margin-top:5px;
	padding-top:0px;
}
#flash_home {
	margin:0;
	padding:0;
	margin-left:10px;
	height:287px;
}

#content_home {
	height:250px;
	width:963px;
	margin-left:10px;
	background-image:url(images/fond_home.jpg);
	background-repeat:repeat-x;
	background-position:0 -16px;
}
.encart {
	float:left;
	padding:0 25px 25px 0;
}
#intro {
	width:385px;
	padding:0 65px 0 65px;
	float:left;
	line-height:16px;
}
#footer {
	clear:both;
	border-top:3px solid #CCC;
	margin-top:25px;
	padding:5px;
}
#footer a {
	color:#666;
	font-size:12px;
}
#footer_left {
	float:left;
}
#footer_right {
	float:right;
}
#footer_right ul li {
	float:left;
	padding:5px 0px 0 10px;
	
}
#footer_right ul li a {
	border-left:1px solid #666;
	padding-left:10px;
}
.learn_more {
	float:right;
	padding:0 0 0 20px;
	margin-top:20px;
	background-image:url(images/plus_bleu.gif);
	background-repeat:no-repeat;
	background-position:5px 5px;
	font-weight:bold;
}

/* end home page styles */
/*---------------------------------------------------------------------*/
/* pages styles */

#sidebar {
	width:190px;
}
#sidebar_encart {
	width:190px;
	padding:20px 0 20px 0;
	/*float:left;*/
}
.encart_int {
	float:left;
}
.widget_title {
	background-color:#FFF;
	width:180px;
	padding:5px;
	border-bottom:1px solid #CCC;
	border-top:1px solid #CCC;
}
.widget_fleche {
	float:right;
	margin-top:-13px;
	/*margin-right:5px;*/
}
.visu_title {
	font-weight:bold;
	width:170px;
	color:#FFF;
	letter-spacing:-3px;
	font-size:18px;
}

.textwidget {
	line-height:1.5em;
	width:180px;
}
.textwidget p {
	margin:5px;
}
#content_home #sidebar_encart {
	width:auto;
}
#content_home #sidebar_encart .encart_int {
	margin-right:10px;
}
#int_page {
	background-image:url(images/fond_page.gif);
	background-repeat:no-repeat;
	margin:0 15px 0 0;
	width:718px;
	min-height:296px;
	padding:10px 30px 35px 27px;
	float:right;
	/*line-height:14px;*/
	line-height:1.5em;
}
#wide_page {
	padding:10px 30px 35px 27px;
	margin:0 15px 0 10px;
	background-image:url(images/fond_page_wide.gif);
	background-repeat:no-repeat;
	min-height:296px;
	line-height:1.5em;
}
h2 {
	background-image:url(images/plus_jaune.gif);
	background-repeat:no-repeat;
	background-position:0 3px;
	display:block;
	height:32px;
	padding-left:35px;
	margin-top:17px;
	font-size:22px;
	width:500px;
}
.vspace {
	clear:both;
}
.onglet_fixe {
	display:block;
	height:20px;
	background-image:url(images/fond_onglet.gif);
	border:1px solid #CCC;
	padding: 3px 0 0 10px;
	margin: 5px 0 5px 0;
	color:#10497c;
	font-weight:bold;
	clear:both;
}
.onglet_fixe img {
	vertical-align:middle;
	margin-right:5px;
	margin-bottom:2px;
}
.product {
	/*float:left;*/
	width:90%;
	margin:5px 0 5px 0;
	clear:left;
}
.baseline {
	float:left;
	width:240px;
	padding-left:35px;
	background:url(images/plus_beige.gif) no-repeat 15px 2px;
}
#pathway_content {
	height:17px;
	display:block;
}
#pathway {
	color:#10497c;
	font-size:9px;
	float:right;
}
#pathway a{
	color:#666;	
}
#print {
	float:right;
	clear:right;
	margin-top:15px;
}
.titre_page {
	width:450px;
}
/*-------------------------------------------------------------------*/
/* Inner Menu styles */

#category_menu {
	/*margin:5px 0 20px 15px;*/
	background:url(images/category_separator.gif) no-repeat bottom left;
	/*float:left;*/
}
#category_menu li {
	background:url(images/category_separator.gif) no-repeat 0 0;
	padding-top:7px;
}
#category_menu li a {
	background:url(images/plus_beige.gif) no-repeat 0 2px;
	padding-left:15px;
	padding-bottom:7px;
	display:block;
	color:#666;
	font-weight:bold;
	font-size:12px;
}
#category_menu li a:hover, #category_menu li.category_active a, #category_menu .current_page_item a {
	text-decoration:none;
	color:#10497c;
	background:url(images/plus_bleu.gif) no-repeat 0 2px;
}
#category_menu li ul {
	padding:7px 0 7px 15px;
	background:url(images/category_separator.gif) no-repeat 0 0;
	display:none;
}
#category_menu .category_active ul {
	display:block;
}
#category_menu li ul li {
	background:none;
	padding:0;
}
#category_menu li ul li a, #category_menu li.category_active  ul li a {
	border:none;
	background:url(images/puce_beige.gif) no-repeat 0 7px;
	padding:3px 0 3px 10px;
	min-height:0px;
	font-weight:normal;
	font-size:11px;
	color:#666;
}
#category_menu li ul li a:hover, #category_menu li ul li.category_active a {
	background:url(images/puce_bleue.gif) no-repeat 0 7px;
	color:#10497c;
}
.productname {
	font-weight:bold;
	margin-left:280px;
}
/*******************************************************/
/* products styles */
#article {
	background:url(images/fond_contenu.gif) no-repeat;
	min-height:190px;
	width:680px;
	padding:20px;
}
#article ul, #int_page ul {
	font-size:12px;
	color:#333;
	margin-bottom:10px;
}
#article .mev ul {
	font-size:14px;
	color:#10497c;
	margin-bottom:25px;
}
#article ul li, #int_page ul li {
	background:url(images/puce_bleue.gif) no-repeat 0 5px;
	padding-left:15px;
	margin:5px 0 5px 0;
}
#article p, #int_page p {
	margin-bottom:10px;
	line-height:16px;
}
#int_page table {
	width:670px;
}
#int_page table tr td {
	padding:3px;
	vertical-align:top;
	border:inherit;
}
/*******************************************************/
/* Accordions */
.accordion_content {
	margin-left:10px;
	padding:10px 0 10px 0;
	display:none;
}
#int_page .accordion_content p {
	margin-bottom:10px;
}
.onglet_more {
	background:url(images/plus_bleu.gif) no-repeat 0 8px;
	height:20px;
	padding-left:15px;
	padding-top:3px;
	padding-bottom:4px;
	display:block;
	color:#666;
	font-weight:bold;
	font-size:12px;
	
}
.accordion_content_more {
	background:url(images/category_separator.gif) no-repeat bottom left;
	margin-left:10px;
	display:none;
	padding-bottom:5px;
	margin-bottom:10px;
}
/**********************************************************/
/* Editor styles */
.alignright {
	float:right;
}
.alignleft {
	float:left;
}
.wp-caption, .wp-caption-text, .legende {
	color:#666;
	font-size:11px;
	text-align:center;
	font-style:italic;
}
#int_page table tr td.wp-caption {
	vertical-align:middle;
}
/************************************************************/
/*Form buidler style */
.formBuilderForm {
	color:#676765;
}
.formBuilderError {
	color:#900;
	font-size:10px;
	font-weight:normal;
}
.formBuilderForm div.formBuilderLabelRequired {
	font-weight:normal;
	background:url(images/required.gif) no-repeat 3px 3px;
	padding-left:10px;
}
.formBuilderForm div.formBuilderLabel {
	padding-left:10px;
}
.formBuilderForm .formBuilderInput input {
	width:170px;
}
.formBuilderForm .radio_buttons .formBuilderInput .formBuilderRadio {
	float:left;
	margin-left:0;
	padding:0;
}
.formBuilderForm .formBuilderInput input[type=radio] {
	width:auto;
}
.formBuilderLargeTextarea textarea, .formBuilderForm .formBuilderSelect select {
	background-color:#f8f7f1;
	border:1px solid #CCC;
	color:#666;
	font-size:11px;
}
.formBuilderForm .small_text_area .formBuilderLabelRequired, .formBuilderForm .small_text_area .formBuilderLabel {
	width:600px;
}
.formBuilderForm .formBuilderSubmit {
	margin-right:17px;
}
.formBuilderForm .formBuilderSubmit input {
	color:#10497c;
	font-weight:bold;
	background-color:#fff09d;
	border:1px solid #CCC;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:5px;
	height:auto;
}
.formBuilderForm .formBuilderSmallTextarea textarea {
	background-color:#f8f7f1;
	border:1px solid #CCC;
	color:#666;
	font-size:11px;
	margin-bottom:10px;
}
/* DISTRIBUTORS MODULE */

#distributor_container {
	margin:10px 0 10px 0;
}
#distributor_container .dist_title {
	font-weight:bold;
	color:#10497c;
	font-size:14px;
}
#distributor_container .distributor {
	width:auto;
}
#distributor_container .distributor td {
	padding:0;
	padding:3px;
	min-width:225px;
}
.country {
	font-weight:bold;
	float:left;
	width:320px;
}
#distributor_country_container {
	margin-bottom:20px;
}
/* SEARCH STYLES */
.entree {
	padding:0 10px 10px 10px;
	border:1px solid #CCC;
	margin-bottom:10px;
}
.entree small {
	font-size:10px;
	color:#999;
}
.postmetadata {
	font-size:10px;
}
.navigation {
	height:30px;
	width:100%;
}

/* ATTACHMENT STYLES */
#attachment {
	text-align:center;
}
.attached_file {
	display:inline;
}
.attached_file a {
	color:#000;
	font-size:14px;
	margin-right:20px;
	display:inline-block;
}
.attached_file a:hover{
	text-decoration:none;
}
.attached_file img {
	vertical-align:middle;
	padding:5px;	
}
/* PRODUCT CITATION STYLES */
#int_page #pcitation_table {
	width:580px;
}
#int_page #pcitation_table tr td {
	padding:0;
}
#pcitation_table select {
	background-color:#f8f7f1;
	border:1px solid #CCC;
	color:#666;
	font-size:11px;
	margin:0px 6px 6px 0px;
	width:170px;
}
#int_page #contactForm select {
	background-color:#f8f7f1;
	border:1px solid #CCC;
	color:#666;
	font-size:11px;
	margin:6px;
	width:170px;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
}
.pcitation_submit {
	/*background:url(images/send_btn.gif) no-repeat;*/
	width:85px;
	height:27px;
	border:none;
}
#pcitation_table input {
	margin:0px 6px 6px 0px;
	width:170px;
}
#int_page #contactForm input, #int_page #contactForm select {
	width:170px;
	margin-left:0px;
}
#pcitation_table input[type="checkbox"],#int_page #contactForm input[type="radio"] {
	margin:3px 3px 3px 0;
	width:auto;
}
#pcitation_table .bold {
	font-weight:bold;
	color:#666;
}
#search_number {
	
}
#search_back {
	float:right;
	padding-left:15px;
	background:url(images/plie.gif) no-repeat 0px 4px;
	font-weight:bold;
}
#result_back {
	padding-left:15px;
	background:url(images/plie.gif) no-repeat 0px 4px;
	font-weight:bold;
}
.pcition_result {
	border:1px solid #e6e3cf;
	margin:10px 0 10px 0;
	padding:0;
}
#int_page .pcition_result p {
	margin:0;
}
.pcition_result_head {
	padding:8px;
	color:#000;
}
.pcition_result_foot {
	padding:8px;
	background-color:#e6e3cf;
	color:#666;
}
#pagecount {
	border-top:1px solid #CCC;
	text-align:center;
	color:#666;
	font-size:11px;
}
#pagecount a {
	color:#666;
	font-size:12px;
}
#pagecount a.activepage {
	font-weight:bold;
	color:#10497c;
}
#related_pages {
	list-style:none;
}
#int_page #related_pages li {
	margin:0;
	padding:0;
}
/* Contact form */
.required {
	background:transparent url(images/required.gif) no-repeat scroll 3px 10px;
	
}
#int_page #contactForm td {
	padding-left:10px;
	color:#666;
}
#int_page #contactForm textarea {
	background-color:#f8f7f1;
	border:1px solid #CCC;
	color:#666;
	font-size:11px;
	width:170px;
	margin-left:0px;
}
.separator {
	clear:both;
	height:2px;
}

/* CELL LINE DB STYLES */

#cell_classement {
	color:#333;
	margin-bottom:5px;
}
#cell_classement a {
	color:#333;
}
.current_cellAZ {
	font-weight:bold;
	color:#10497C;
	/*text-decoration:underline;*/
	font-size:16px;
}
.cell_name {
	background:transparent url(images/plus_bleu.gif) no-repeat scroll 0 2px;
	color:#10497C;
	text-decoration:none;
	font-weight:bold;
	float:left;
	width:40%;
	padding-left:15px;
}
#int_page .celllineTABLE, #int_page .celllineTABLE td, #int_page .celllineTABLE th {
	border:1px solid #CCC;
	padding:5px;
	text-align:left;
}

.cellline_links {
	background:transparent url(images/plie.gif) no-repeat scroll right 2px;
	font-weight:normal;
	padding-right:15px;
}

/* TRANFECTION SELECTION GUIDE */
.black {
	background-color:#000000;
	opacity:0.5;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	position:fixed;
	z-index:900;
	width: 100%;
	height:100%;
	top:0;
	left:0;
	right:0;
	bottom:0px;
	display:none;
}
.contentPopUp {
	position:fixed;
	text-align:center;
	bottom:0;
	left:0;
	right:0;
	top:0;
	z-index:950;
	display:none;
}
.popUp {
	background-color:#FFFFFF;
	height:550px;
	margin:50px auto;
	padding:20px;
	text-align:justify;
	width:1000px;
}
.popUp h2 {
	margin-top:33px;
	font-size:18px;
	font-weight:normal;
}
.alignleft {
	float:left;
}
table td {
	vertical-align:top;
	line-height:16px;
	padding:10px 0;
}

h5 {
	font-weight:bold;
	margin:20px 0 0 0;
}
sub {
	font-size:.83em;
}
sup {
	vertical-align: super;
	font-size:.83em;
}
.search-excerpt {
	background-color:#FF0;
}
.wpsc_variation_forms label {
	display:none;
}
