/* CSS Document */
/* General styles */
html {
	height:100%;
	margin:0;
	padding:0;
	}

body {
	background:#fff;
	margin:0;
	padding:0 0 10px 0;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#666;
}

embed, object {
	margin:0px;
}

.confirm-email { display:none; }

/* Header */
.header_logo {
	margin: 0px 20px;
	cursor:pointer;
}

/* Main */
div#left,
div#right
{
	display:none;
}
p.fix {
	clear:both;
	font-size:1px;
	height:1px;
	overflow:hidden;
	margin:0px;
}
h6 {
	font-weight:bold;
}
h1, h3, h4, h5 {
	font-weight:normal;
}
	
h1 {
	font-size:18px;
	color:#ef8700;
	}
	
h2 {
	font-size:12px;
	color:#555;
	/*font-family:georgia, times new roman, serif;*/
	/*font-style:italic;*/
	/*font-weight:bold;*/
	}
p {
	line-height:16px;
}
a {
	text-decoration:none;
	color:#5F5F5F;
	outline-style:none;
	}

a:hover {
	text-decoration:none;
	color:#FF9900;
	outline-style:none;
	}

p a {
	/*font-family:georgia, times new roman, serif;*/
	/*font-style:italic;*/
	text-decoration:underline;
}

img {
	border:none;
	}
.main img, .splitHalf img {
	border:1px solid #ddd;
}
ul {
	margin:10px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style-image:none;
	list-style-position:inside;
	list-style-type:none;
	}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
/* Container styles */
.container {
	width:920px;
	padding:0;
	margin:10px 20px 20px;
	background:#fff;
	clear:both;
}

/* Generic objects */
.listing h1 {
	padding-top:5px;
}
.listing ul {
	float:left;
}
.listing li {
	float:left;
	clear:both;
	background:url(../images/gradientgray2.gif) no-repeat 150px 0px;
}
.listing div.listingContent {
	height:115px;
	overflow:hidden;
}
.listing div.listingContent p{
	line-height:15px;
}
.gallery form {
	display:block;
	float:none;
}
.gallery ul {
	margin-right:-50px;
}
.gallery li {
	float:left;
}
.gallery li a {
	display:block;
	width:150px;
	height:111px;
	text-align:center;
}
.gallery img
{
	/*width:150px;
	height:111px;*/
	background-color:#000;
}
.distributors {
	width:442px;
	height:400px;
	overflow-y:scroll;
	overflow-x:hidden;
	padding-right:10px;
}
.main ul.distributors li {
	width:432px;
	background:transparent;
	
}
.distributors li h1 {
	color:#aaa;
	margin-top:15px;
	border-bottom:2px solid #aaa;
	padding-bottom:2px;
}
.distributors li h2 {
	margin-top:15px;
	font-style:normal;
	font-size:14px;
	margin-bottom:0px;
}
.distributors li p {
	margin-top:0px;
	margin-bottom:0px;
}
.distributors li span.gmLink {
	float:right;
	color:#FF9900;
	cursor:pointer;
	font-weight:bold;
	margin-right:15px;
}

#map_canvas span {
	visibility:hidden;
}

#map_canvas a {
	visibility:hidden;
}

/* Main styles */
.main {
	padding-bottom:15px;
	margin-bottom:15px;
}

.withRelatedArticles {
	border-bottom:1px dotted #ccc;
}
.main h1 {
	margin:0px;
}

.main h2 {
	margin:0px;
}

.main .article img,
.main .videoObject
{
	width: 454px;
	height:340px;
	float:left;
	background-color:#fff;
	margin: 0 10px 10px 0;
}

.main .listing li{
	width:920px;
}

.main .listingWithImage li{
	width:450px;
}

.main .listing li img,
.main .listing li .defaultImage
{
	width:150px;
	height:111px;
	float:left;
	background-color:#666;
	margin: 0 10px 10px 0;
}

.main .listing img {
	float:left;
	margin-right:10px;
}

.main .gallery li {
	margin:0 4px 4px 0;
}

.main .attachements {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 1px;
	list-style-type:square;
	float:left;
}
.main .attachements li {
	padding-top:4px;
}

form {
	margin-top:10px;
	padding-top:0px;
	float:left;
	width:454px;
}

form table {
	width:454px;
}
form table td {
	width:50%;
	padding-bottom:5px;
}
form label {
	display:block;
	margin-bottom:2px;
	cursor:pointer;
}
form input.hidden {
	display:none;
	visibility:hidden;
	height:1px;
	overflow:hidden;
}
form input.checkbox {
	width:auto;
	height:auto;
}
.form form input,
.form form select {
	display:block;
	width:80%;
	height:16px;
}

form textarea {
	width:90%;
	height:150px;
}

form input,
form select,
form textarea {
	border:1px solid #666;
	background-color:#f5f5f5;
	color:#666;
	padding:1px;
	font-family:Helvetica, Arial, sans-serif;
}

form input.button {
	width:80px;
	height:20px;
	cursor:pointer;
	background-color:#fff;
	font-size:12px;
}

.gallery form input {
	width:auto;
	height:auto;
}

.demokit form {
	width:auto;
	float:none;	
}

.demokit .message {
	color:#000000;
	font-size:16px;
	margin-top:10px;
	width:550px;	
}

.demokit .listing li img {
	height:auto;
	background-color:transparent;	
}
.demokit .listing input {
	width:auto;	
}
.demokit p.quantity {
	width:500px;
	text-align:right;	
}
.demokit input.quantity {
	width:25px;	
	display:inline;
	height:auto;
	border-color:#999;
	margin-right:5px;
	margin-left:5px;
}
.demokit input.radio {
	position:relative;
	top:3px;
}
.demokit .listing div.listingContent {
	height:auto;	
}
.demokit table h2 {
	padding-top:15px;	
}
.demokit .checkboxes label, .demokit .checkboxes input, .demokit .quantity label {
	display:inline;
	width:auto;
}

/* Split styles */

.splitHalf {
	float:left;
	width:454px;
}
.splitLeft {
	margin-right:8px;
}
.splitRight {
	margin-right:-20px;
}
.splitHalf h1 {
	font-size:18px;
	margin:0px;
	margin-bottom:2px;
}

.splitHalf h2 {
	margin:0px;
}
/*
.splitHalf h1,
.splitHalf h2,
.splitHalf p
{
	width:444px;
}*/

.splitHalf .article,
.splitHalf .video,
.splitHalf .listing,
.splitHalf .gallery,
.splitHalf .compteur
{
	border-bottom:1px solid #ccc;
	padding-bottom:5px;
	margin-bottom:10px;
}

.splitHalf .gallery {
	width:470px;
}

.home .splitHalf .mainHome {
	border:none;
	background-color:transparent;
}

.home .splitHalf .mainHome h1,
.home .splitHalf .mainHome h2,
.home .splitHalf .mainHome p
{
	padding:3px 0px 0 0px;
}

.splitHalf .article,
.splitHalf .video,
.splitHalf .compteur
{
	background-color:#fdfdfd;
	border:1px solid #ccc;
}

.splitHalf .article img
{
	width:150px;
	height:111px;
	float:left;
	background-color:#fff;
	margin: 5px 10px 10px 5px;
}

.splitHalf .article h1,
.splitHalf .article h2,
.splitHalf .video h1,
.splitHalf .video h2,
.splitHalf .compteur h1,
.splitHalf .compteur h2
{
	padding:0px 5px 0px 5px;
}
.compteur h1 {
	color:#555;
	font-size:50px;
	font-weight:bold;
}
.compteur h1 .units {
	font-size:16px;	
	font-weight:normal;
}
.compteur h1 .sub {
	font-size:16px;	
	font-weight:normal;
}
.compteur h2 {
	color:#ef8700;
	font-size:18px;
	font-weight:normal;
	margin-top:8px;
}
.compteur h1 sub {
	font-size:9px;
	height: 0;
	line-height: 1;
	top:-3px;
	position: relative;	
}
.compteur h2 sub {
	font-size:12px;
	height: 0;
	line-height: 1;
	vertical-align: bottom;
	position: relative;
}
.compteur h2 sup {
	font-size:12px;
	position:relative;
	top:2px;
}
.compteur p sub {
	font-size:9px;
	height: 0;
	line-height: 1;
	vertical-align: bottom;
	position: relative;
}
.compteur p sup {
	font-size:9px;
	position:relative;
	top:3px;
}
.splitHalf .article h1,
.splitHalf .video h1,
.splitHalf .compteur h1
{
	padding-top:10px;
}
.splitHalf .article p,
.splitHalf .video p,
.splitHalf .compteur p
{
	padding:0 5px 5px 5px;
}

.splitHalf .article img.big {
	width: 452px;
	height:339px;
	float:none;
	margin:-1px 0px 5px -1px;
	border-bottom:0px;
	border-right:0px;
}
.splitHalf .video .videoObject
{
	width: 454px;
	height:340px;
	float:left;
	background-color:#000;
	margin: 0 0px 10px -1px;
}

.splitHalf .listing img {
	display:none;
}

.splitHalf .listing li img,
.splitHalf .listing li .defaultImage {
	display:block;
	width:150px;
	height:111px;
	float:left;
	background-color:#fff;
	margin: 0 10px 10px 0;
	border:1px solid #ddd;
}

.splitHalf .listing li{
	width:454px;
}

.splitHalf .gallery h2 {
	padding-bottom:5px;
}

.splitHalf .gallery li {
	margin:0 4px -7px 0;
}

/* Footer */
div#footer {
	margin:20px;
	color:#999;
}

div#footer .separator{
	border-top:1px solid #ccc;
	margin-bottom:0px;
	height:3px;
	overflow:hidden;
	font-size:1px;
}
div#footer p {
	margin:0px;
	padding:0px;
}
