/* COLORS
	Gris template: #3B3A39, #272624, #121110
	Gris liens: #666
	Mauve: #270A1A
*/

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	background-color: #3B3A39;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h2 {
	font-size: 20px;
	font-weight: normal;
}

h3 {
	font-size: 18px;
	font-weight: normal;
}

h4 {
	font-size: 15px;
	font-weight: normal;
	color: white;
}

h5 {
	font-size: 13px;
	font-weight: normal;
}

.h2 {
	background-color: #270A1A;
	padding: 7px;
	padding-left: 12px;
}

.h4 {
	background-color: #270A1A;
	padding: 7px;
	padding-left: 12px;
}

.cursor {
	cursor: pointer;
}

.underline {
	text-decoration: underline;
}

a:link { text-decoration: none; color: #666; font-weight:bold; }
a:visited { text-decoration: none; color: white; font-weight:bold; }
a:active { text-decoration: none; }
a:hover { text-decoration: underline; }
a { cursor: pointer; }

div.hr {
	width: 99%;
	height: 2px;
	line-height: 2px;
	margin: 5px;
	background-color: #270A1A;
}

div.hrProductMenu {
	width: 268px;
	clear: both;
}

#container {
	width: 980px; /*Padding 10px => width of 1000px*/
	height: auto;
	margin: 0 auto;
	padding: 10px;
	background-image: url('../Images/bgContainer.png');
	background-repeat: repeat-y;
}

#header {
	height: 175px;
	padding-top: 5px;
	margin-bottom: 10px;
	background-image: url('../Images/bgHeader.png');
	background-repeat: repeat-x;
}

#content {
	padding-top: 10px;
	z-index: 100;
}

#footerLogos {
	height: 60px;
	background-color: #121110;
	padding: 10px;
}

#footerLinks {
	height: 15px;
	background-color: #121110;
	padding: 15px;
	text-align: center;
}

.footerFirstLink {
	padding-right: 8px;
}

.footerOtherLinks {
	padding-right: 8px;
	padding-left: 8px;
}

#footerCopyright {
	padding-bottom: 10px;
	background-color: #121110;
	padding-left: 27px;
	padding-right: 27px;
	text-align: center;
}

/* Products */
td.leftMenuMainTitle {
	background-color: #222222;
	width: 280px;
	vertical-align: top;
}

div.leftMenuSection {
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}

div.leftMenuSectionTitle {
	background-image: url('../Images/arrow1.png');
	background-repeat: no-repeat;
	padding-left: 25px;
}

div.leftMenuSectionTitleExp {
	background-image: url('../Images/arrow2.png');
	background-repeat: no-repeat;
	padding-left: 25px;
}

div.leftMenuSubSection {
	padding-left: 5px;
	padding-top: 5px;
	display: none;
	clear: both;
}

div.leftMenuSubSectionProduct {
	padding-left: 25px;
	padding-top: 3px;
}

td.productSpacer {
	width: 15px;
}

td.productContent {
	background-color: white;
	width: 662px;
	border: 8px solid #b5b4b7;
	color: black;
	vertical-align: top;
}

div#ajaxLoader {
	display: none;
	text-align: center;
	width: 100%;
	padding-top: 75px;
	color: #6f6f6f;
	font-size: 27px;
}

table#product {
	width: 643px;
	margin: 10px;
}

td#productImage {
	width: 230px;
	vertical-align: top;
}

td#productText {
	padding: 10px;
	vertical-align: top;
}

div#productTextPrinterImg {
	position: relative;
	float: right;
	top: -10px;
	right: -7px;
}

div#productTextTitle {
	text-transform: uppercase;
	font-size: 18px;
	text-decoration: underline;
	font-weight: bold;
	padding-bottom: 7px;
}

div#productTextDescription {
	line-height: 16px;
	padding-bottom: 10px;
	font-size: 12px;
	text-align: justify;
}

a#productTextDownload {
	color: #270A1A;
	text-decoration: underline;
	font-weight: bold;
	font-size: 14px;
}

td#productTabs {
	padding-top: 10px;
}

td.content {
	border: 8px solid #b5b4b7;
	background-color: #3B3A39;
	color: white;
	padding:10px;
}

table.performance {
	width: 100%;
	background-color: #f9f9f9;
}

table.performance th {
	font-size: 12px;
	background-color: #711d4b;
	color: white;
	padding: 8px;
	
}

a.button, input.button {
	background-color: #595959;
	color: #FFFFFF;
	font: 10pt bold "tahoma";
	border: 1px solid #FFFFFF;
	padding: 0px;
	margin: 0px;
	width: 120px;
	height: 26px;
	text-align: center;
	cursor: pointer;
}

input.button:hover, input.button:focus, a.button:hover, a.button:focus {
	background-color: #270A1A;
	color: #ffffff;
	border: #000000;
	text-decoration: none;
}

div.achievement {
	border: 1px solid #ccc;
	float: left;
	vertical-align: middle;
	padding: 5px 5px 2px 5px;
	margin: 10px 40px 10px 40px;
}

#gallery ul { list-style: none; }
#gallery ul li { display: inline; }
#gallery ul img {
	border: 2px solid #3e3e3e;
	border-width: 2px 2px 2px;
}
#gallery ul a:hover img {
	border: 2px solid #fff;
	border-width: 2px 2px 2px;
	color: #fff;
}
#gallery ul a:hover { color: #fff; }

/************************************/  
/* technical doc					*/
/************************************/ 
.technicaldocH1
{
	font-weight:bold;
	font-size: 14px;
	padding-left:0px;
	padding-bottom:10px;
	padding-top:20px;
	text-decoration:none;
	 
}

.technicaldocH2
{
	font-weight:bold;
	font-size: 12px;
	padding-left:15px;
	padding-top:10px;
	padding-bottom:10px;
	text-decoration:underline;
}

.technicaldocH3
{
	font-weight:none;
	font-size: 12px;
	padding-left:30px;
	padding-bottom:10px;
	text-decoration:none;
	line-height:16px;
}

.technicaldocLink
{
	font-size: 10px;
	padding-left:40px;
	padding-bottom:10px;
}
a.technicaldocLink:link { text-decoration: none; color: #270A1A; font-weight:none; font-style: italic;}
a.technicaldocLink:visited { text-decoration: none; color: #270A1A; font-weight:none; font-style: italic;}
a.technicaldocLink:active { text-decoration: none; }
a.technicaldocLink:hover { text-decoration: underline; }
a.technicaldocLink { cursor: pointer; }

.technicaldocILink
{
	font-size: 12px;
	font-weight:bold;
}
a.technicaldocILink:link { text-decoration: none; color: #270A1A; font-weight:bold; font-style: none;}
a.technicaldocILink:visited { text-decoration: none; color: #270A1A; font-weight:bold; font-style: none;}
a.technicaldocILink:active { text-decoration: none; }
a.technicaldocILink:hover { text-decoration: underline; }
a.technicaldocILink { cursor: pointer; }
