/* ----------------------------
simple reset
---------------------------- */

html, body, ul, ol, li, form, fieldset, legend {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
}

fieldset, img {
	border: 0;
}

legend {
	color: #000;
}

ol, ul {
	list-style: none;
}

li {
	list-style: none;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

input, textarea, select {
	font-size: 110%;
	line-height: 1.1;
}

abbr, acronym {
	border-bottom: .1em dotted;
	cursor: help;
}

.clear-left { clear:left; }
.clear-right { clear:right; }

/*
 * Basic adjustments
 */
.float-left { float:left; }
.float-right { float:right; }


/* ----------------------------
Main containers
---------------------------- */


html, body {
	height: 100%
}

/*
 * Mobile device override
 */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
 body {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);

  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
 }
}

/*
 * Main
 */

body {
	background-image: url(../images/bg-body.png);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #EBF1F7;
	font-size: 100%;
	font-family: Arial, sans-serif, Helvetica;
	color: #333;
}

#swirl {
	background-image: url(../images/bg-header.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#container{
	min-height: 100%;
	position: relative;
	width: 950px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: transparent;
	background-image: url(../images/bg-container.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	padding-top: 0px;
	padding-right: 22px;
	padding-bottom: 0px;
	padding-left: 22px;
}

#masthead {
	overflow: visible;
	padding-top: 15px;
}

#logo {
	float: left;
}

#mastextras {
	float: left;
	width: 639px;
	overflow: visible;
}

/*
 * Navigation
 */

#nav {
	padding-top: 0px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 17px;
}

#nav ul {
	display: block;
	height: 19px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 12px;
	background-image: url(../images/navBCK.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#nav ul li {
	display: inline;
	padding-right: 7px;
	padding-left: 7px;
	background-image: url(../images/navLine.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#nav ul li a {
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding-right: 8px;
	padding-left: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

#nav ul li a:hover {
	color: #31566D;
	text-decoration: none;
}

#nav ul li.nav-path-selected a {
	color: #31566D;
	text-decoration: none;
	background-color: #FFF !important;
	padding-top: 12px;
	padding-right: 8px;
	padding-bottom: 12px;
	padding-left: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 0px 1px 3px rgb(122,142,160);
	-webkit-box-shadow: 0px 1px 3px rgb(122,142,160);
	box-shadow: 0px 1px 3px rgb(122,142,160);
	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff7a8ea0,Positive=true)";
    filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=1, Color=#ff7a8ea0, Positive=true);
}

ul.nav-country {
	padding:0 40px 0 0 !important;
	right: 20px !important;
	position: relative;
}

.nav-link {
	background:transparent url(../images/bg-nav1.png) no-repeat 0 0;
	margin:0 0 0px;
	padding:0 0 0 10px;
	overflow: visible;
	width:90px;
	right:50px;
}

p.nav-link { margin-right:15px }

p.nav-link span {
	background:transparent url(../images/sprite-secure.png) no-repeat 100% 0;
	padding-right:28px;
}

li.nav-link { height:26px }

li.nav-link:hover ul { display:block }

.nav-link a {
	color:#000;
	display:block;
	text-decoration:none;
}

.nav-link > a {
	background:transparent url(../images/bg-nav1.png) no-repeat 100% -26px;
	height:26px;
	line-height:26px;
	padding:0 0 0 0;
	font-family: Arial, sans-serif, Helvetica;
	font-size: 13px;
}

.nav-link strong { color:#73ac0f }

li.nav-link span {
	background:transparent url(../images/sprites-home.png) no-repeat 100% -34px;
	padding-right:18px;
}

.nav-link ul {
	background:#fff;
	border-bottom:1px solid #ddd;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	display:none;
	padding:5px 5px 5px 8px;
	position:absolute;
	right:-40px;
	top:25px;
	width:98px;
	z-index:10;
        font-family: Arial, sans-serif, Helvetica;
        font-size: 13px;
}

.nav-link ul a { padding:3px 0 }

.nav-link ul a:hover { color:#73ac0f }

/*
 * Breadcrumbs
 */
#crumbSearch {
	width: 639px;
	overflow: auto;
	margin: 0px;
	padding: 0px;
}

#breadcrumb {
	float: left;
	font-size: 10px;
	color: #8DBF1E;
	padding-left: 44px;
}

#breadcrumb a {
	color: #666;
	text-decoration: none;
}

#breadcrumb a:hover {
	text-decoration: underline;
}

#search {
	float: right;
	font-size: 12px;
	color: #666;
	margin: 0px;
	padding: 0px;
}

/*
 * Main homepage
 */

#homeDivider {
	margin-bottom: 12px;
}

.homeProducts {
	background:#8dbf38 url(../images/bg-products.png) repeat-x 0 0;
	border-radius:10px;
	/*clear: left;*/
	margin:70px 0 19px 0;
	overflow: hidden;
	padding:0 0 15px 22px;
}

.homeProducts ul {
	margin:8px 0 0;
	font-size:0;
}

.homeProducts li {
	display:inline-block;
	vertical-align:top;
}

.homeProducts li + li { margin:0 0 0 12px }

#producthover {
	margin: 0;
	padding: 0;
	list-style: none;
}

#producthover img {
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

#producthover img:hover {
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}


/*
 * Site footer
 */
#footer {
	color: #4C4C4C;
	font-size: 0.75em;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e9e9e9;
	margin-top: 20px;
	clear: both;
	padding-bottom: 10px;
}

#footer a {
	color: #4C4C4C;
	text-decoration: none;
}

#footer a:hover {
	color: #4C4C4C;
	text-decoration: underline;
}

/*
 * CSS for sub-pages
 */
#bodyContainer {
	overflow: auto;
	float: left;
}

#aside {
	float: left;
	width: 226px;
	padding-right: 24px;
	margin-top: 0px;
	padding-top: 0px;
}

#content {
	float: left;
	width: 676px;
	padding-left: 24px;
	font-size: 0.75em;
	line-height: 1.6em;
}

#contentHeaderImage {
	padding-bottom: 20px;
}

#asideDivider {
	padding-bottom: 15px;
}

#sideNAV {
	padding-left: 24px;
}

#XXsideNAV ul {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
}

#XXsideNAV ul li {
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	display: block;
	margin: 0px;
	background-image: url(../images/nav-bck-top.gif);
	background-repeat: no-repeat;
}

#XXsideNAV ul li.active {
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	display: block;
	margin: 0px;
	background-image: url(../images/nav-bck-top-active.gif);
	background-repeat: no-repeat;
	color: #FFF;
}

#XXsideNAV ul li a.active {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#XXsideNAV ul li a {
	text-decoration: none;
	color: #2D5F7F;
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#XXsideNAV ul:first-child a:hover {
	background-image: url(../images/nav-bck-top-active.gif);
	background-repeat: no-repeat;
	color: #FFF;
}

#XXsideNAV ul li ul {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
}

#XXsideNAV ul li ul li {
	background-image: none;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	display: block;
}

#XXsideNAV ul li ul li a {
	font-size: 11px;
	text-decoration: none;
	color: #2E5F80;
	font-weight: normal;
	background-image: url(../images/nav-green-arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}

#XXsideNAV ul li ul li a:hover {
	color: #7DB61B;
}

#XXsideNAV ul ul ul {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#XXsideNAV ul ul ul li {
	background-image: none;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

#XXsideNAV ul ul ul li a {
	margin: 0px;
	padding: 0px;
	background-image: none;
}

#XXsideNAV ul ul ul li a:hover {
}

#sideNAV h1 {
	font-size: 36px;
	color: #7DB61B;
	font-weight: bold;
	font-family: Arial, sans-serif, Helvetica;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: center;
}

/*
 * Product side NAV
 */
#secondary-nav {
	background: transparent url(../images/bg-secondary-nav.png) no-repeat 0 100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}

#secondary-nav a {
	color: #173f58;
	display: block;
	line-height: 18px;
	text-decoration: none;
}

#secondary-nav > li {
	padding: 0 0 9px;
	font-size: 13px;
}

#secondary-nav > li > a {
	background: transparent url(../images/bg-secondary-link.png) no-repeat 0 0;
	color: #173f58;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	margin: 0 0 9px;
	overflow: hidden;
	padding: 0 0 0 11px;
}

#secondary-nav > li > a:hover, #secondary-nav > li > .nav-path-selected {
	background-position: 0 -24px;
	color: #fff;
}

#secondary-nav > li > ul {
	margin: 0 0 20px
}

#secondary-nav > li > ul > li {
	background: transparent url(../images/picto-secondary-link.gif) no-repeat -245px 7px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 9px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 11px;
}

#secondary-nav > li > ul > li.open {
	background-position: 0 7px;
}

#secondary-nav > li > ul > li.open {
	background-position: 0 7px;
}

#secondary-nav > li > ul > li.nav-path-selected {
	background-position: 0 7px;
}

#secondary-nav > li > ul > li > ul > li > ul > li{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 9px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: transparent;
}

#secondary-nav ul a {
	font-size: 11px
}

#secondary-nav ul ul ul li + li {
	border-top: 1px solid #e5e5e5;
	padding-left: 10px;
}

#secondary-nav ul ul ul li a {
	line-height: 20px
}

#secondary-nav ul > li .current {
	color: #70a80f;
	font-weight: bold;
	padding-left: 0px;
}

#secondary-nav ul li > ul li .nav-path-selected {
	color: #70a80f;
	font-weight: bold;
	padding-left: 0px;
}

#secondary-nav ul li.nav-path-selected a.nav-path-selected {
	color: #70a80f;
	font-weight: bold;
	padding-left: 0px;
}

.has-js #secondary-nav ul ul ul {
	margin-left: 10px;
}

#secondary-nav ul ul ul ul li {
	background: transparent url(../images/puce2.gif) no-repeat 0 8px;
	margin: 0 0 0 11px;
	padding: 0 0 0 11px;
}

.has-js #secondary-nav ul, .has-js #secondary-nav ul ul, .has-js #secondary-nav ul ul ul {
	display: none
}

/* ----------------------------
about us
---------------------------- */
.simple-content .text { overflow:hidden }

.simple-content .text :first-child { margin-top:0 }


/* ----------------------------
search form
---------------------------- */
#search form {
	float: right;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-size: 11px;
}

#search input[type="text"] {
	background: transparent url(../images/bg-input-header.png) no-repeat 0 0;
	border: 0;
	height: 20px;
	line-height: 20px;
	margin: 0 -4px 0 0;
	padding: 0 0 0 8px;
	width: 94px;
	font-size: 11px;
}

#searchPage form {
	float: right;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-size: 11px;
}

#searchPage input[type="text"] {
	background: transparent url(../images/bg-input-header.png) no-repeat 0 0;
	border: 0;
	height: 20px;
	line-height: 20px;
	margin: 0 -4px 0 0;
	padding: 0 0 0 8px;
	width: 94px;
	font-size: 11px;
}

/*
 * Product Category table
 */
.product-table {
	border-top:1px solid #d2d2d2;
	border-bottom:1px solid #d2d2d2;
	border-left:1px solid #d2d2d2;
	border-right:1px solid #d2d2d2;
	max-height:200px;
	overflow:auto;
}

.product-table table {
	font-size:12px;
	text-align:left;
	width:100%;
}

.product-table2 tr:first-child td {
        font-weight:bold;
        padding:0 0 0 10px;
}

table.product-table tr td:first-child{ width:200px; border-bottom:1px solid #d2d2d2; }
table.product-table tr:first-child td{ border-bottom:1px solid #d2d2d2; }
.product-table td + td { border-left:1px solid #d2d2d2; }

#bodyContainer .product-table table p { padding:3px 28px; }

.product-table table tr:nth-child(odd) p { background:#f3f3f3; }

.product-table a {
  background:transparent url(../images/puce2.gif) no-repeat scroll 0 50%;
  color:#000;
  padding:0 0 0 11px;

  display:inline-block;
  text-decoration:none !important;
  border:0;
}

.nav-hover > span:not(:first-child) {
	padding: 0 0 0 50px;
}

/*
 * Product Detail
 */
.productdetail div {
	overflow: auto;
	padding: 0 0 0 0;
}
.productdetail h2 {
	clear:left;
}
div.notfavourite {
 background-image:url(/concrete/images/icons/star_grey.png);
 width:15px;
 height:15px;
}
div.isfavourite {
 background-image:url(/concrete/images/icons/star_yellow.png);
 width:15px;
 height:15px;
}

table.products th, table.products tfoot td {
	background-color:#E1E1E1;
}

/* ----------------------------
CSS for ELITech Corp theme
---------------------------- */

.wrapper { overflow:hidden }

.wrapper { padding:0 0 50px 0px }

.wrapper > p:first-child { margin:0 0 20px }

.wrapper h3 {
	color:#2f6081;
	display:inline-block;
	font-size:27px;
	line-height:33px;
	margin:0 11px 0 0;
	vertical-align:sub;
}

.wrapper .options {
	float:right;
	font-size:0;
	margin:7px 0 0;
}

.wrapper .options .separated {
	display:inline-block;
	padding:4px 11px;
}

.wrapper .options .separated + .separated {	border-left:1px solid #e6e6e6 }

.simple-content .text { overflow: hidden; }
.simple-content .text :first-child { margin-top:0; }

.content0 .text h4 {
	background:transparent url(../images/bg-h4.png) no-repeat 0 0;
	color:#2f6081;
	font-size:16px;
	line-height:24px;
	margin:25px 0 15px;
	padding:0 0 0 10px;
}

/* News */
.news-wrapper { padding:0 0 20px 0; }
.news-wrapper + .news-wrapper {
	background: transparent url(../images/newsDivider.png) no-repeat 0 0;
	padding-top: 25px;
}
.news-wrapper .date {
	color: #70a80f;
	font-weight: bold;
}
.news-content {
	line-height:18px;
	overflow:hidden;
	padding-bottom:10px;
}
.news-content + .news-content {
	border-top: 1px solid #e5e5e5;
	margin: 10px 0 0;
	padding: 10px 0;
}
.news-content:first-of-type {
	border-top: 1px solid #e5e5e5;
	margin: 10px 0 0;
	padding: 10px 0;
}
.news-content p {
	margin: 0;
	padding: 0 0 0 0 !important;
}

/* News & Events (Front-page) */
.newsevents-wrapper {
	overflow: hidden;
	padding:0 11px 0px 17px;
}
.newsevents-list {
	background:#ecf1f8;
	border-radius:7px;
	font-size:0;
	margin:25px 0 0;
	padding:0 11px 0px 17px;
	width:250px;
}
.newsevents-slide {
	display:inline-block;
	font-size:12px;
	height:85px;
	vertical-align:top;
	width:240px;
}
.newsevents-slide h3 {
	text-transform:uppercase;
}
.newsevents-slide > a img,
.newsevents-slide > img {
	border:1px solid #c4cfd6;
	float:left;
	margin:0 14px 0 0;
}
.newsevents-slide p {
	line-height:14px;
	margin:4px 0;
}
.newsevents-slide a {
	color: #000;
}
#news-list.newsevents-list {
	height: 150px;
}
#events-list.newsevents-list {
	height: 118px;
	overflow: hidden;
}
#events-list.newsevents-slide {
	font-size: 11px;
	padding-right: 5px;
}

/* Search */
#search form {
	background: transparent;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	margin: 0;
	padding: 0
}

#search input {
	vertical-align: middle
}

#searchPage form {
	background: transparent;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	margin: 0;
	padding: 0
}

#searchPage input {
	vertical-align: middle
}

/* ----------------------------
search results
---------------------------- */

#searchResults {
	padding-top: 15px;
}

#searchResults h3 a {
	font-size: 14px;
	text-decoration: none;
}

#searchResults h3 a:hover {
	font-size: 14px;
	color: #2D5F7F;
	text-decoration: underline;
}

#searchResults a {
	font-size: 11px;
}

#searchResults a:hover {
	font-size: 11px;
}

/*
 * Message DIV
 */
.applicationMessage {
    border-width:1px;
    border-style:solid;
    margin:11px 0;
    padding:8px 100px 8px 31px;
}

.applicationMessage.success {
    border-color:#b0ceab;
    background:#e6f8e6 url(../images/messages/success.png) no-repeat 9px 7px;
}

.applicationMessage.info {
    border-color:#b3c9e0;
    background:#ecf1f8 url(../images/messages/info.png) no-repeat 9px 7px;
}

.applicationMessage.warn {
    border-color:#FFA500;
    background:#ffe8bf url(../images/messages/warn.png) no-repeat 9px 7px;
}

.applicationMessage.critical {
    border-color:#EE0000;
    background:#fbbfbf url(../images/messages/critical.png) no-repeat 9px 7px;
}

/* Floating tooltip error */
.error { border: 1px solid #b94a48!important; background-color: #fee!important; }

/*
 * Products
 */
p.instock {
	font-size: 11px;
	color: #00CC00;
}
p.outstock {
	font-size: 11px;
}

/*
 * My Account
 */
.myaccount span {
    position: absolute;
    display: inline;
    left: 490px;
}

.myaccount input[type="text"],
.myaccount input[type="password"],
.myaccount input[type="email"] {
    display: inline;
    height: 25px;
    width: 230px;
}

.myaccount .form-group .form-label {
    width: 167px;
    padding-right: 5px;
    float: left;
    text-align: right;
}

.myaccount .title {
    font-size: 14px;
}

.myaccount .divider {
    position: relative;
    width: 90%;
    margin: 5px;
    border: 1px solid #cccccc;
}

.myaccount .myaccount-table {
    position: relative;
}

#myaccount-nav-container {
        width: 639px;
        overflow: auto;
        margin: 0px;
        padding: 0px;
}

.myaccount-nav {
 float: left;
 font-size: 12px;
 color: #8DBF1E;
 padding-left: 44px;
}

.myaccount-nav a {
        color: #666;
        text-decoration: none;
}

table.specTableSorted {
}

table.specTableSorted th {
 text-align: left;
 font-weight: bold;
 padding: 5px;
 background-color: #B0B0B0;
}

table.specTableSorted td {
 padding: 2px;
}

table.specTableSorted tr:nth-child(odd) {
         background-color: #FFF;
}

table.specTableSorted tr:nth-child(even) {
        background-color: #E8E8E8;
}

table.specTableSorted .header {
 background-image: url(../images/bg.png);
 background-repeat: no-repeat;
 border-left: 1px solid #FFF;
 border-top: 1px solid #FFF;
 padding-left: 30px;
 padding-top: 8px;
 height: auto;
}

table.specTableSorted .sortUp {
 background-image: url(../images/asc.png);
 background-repeat: no-repeat;
}

table.specTableSorted .sortDown {
 background-image: url(../images/desc.png);
 background-repeat: no-repeat;
}


.myaccount-nav a:hover {
        text-decoration: underline;
}

.ui-dialog.request-dialog {
    background: #EBCCCC;
}

/*
 * Login dropdown
 */

#login_container {
    height:auto;
    margin:0 auto;
    padding:0;
}

div#l_username { margin-bottom:5px; }
#login_container input[type="email"] {
    width: 230px;
    height: 25px;
    padding: 0px 0px 0px 5px !important;
    margin: 0 !important;
}
#login_container input[type="password"] {
    width: 146px;
    height: 25px;
    padding: 0px 0px 0px 5px !important;
    margin: 0 !important;
    display: inline;
}
#l_username label {
    top: 4px;
}
#l_username label, #l_password label {
    position: absolute;
    cursor: text;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    width: auto;
    height: 28px;
    line-height: 28px;
    margin: 0 !important;
    padding: 0 !important;
    left: 13px !important;
}
/*
input.formLoginButton, input.formLoginButton:active {
    width: 80px;
    height: 25px;
    margin: 0 !important;
    padding: 0 !important;
    color: #FFFFFF;
    background: #73ac0f none;
    font-size: 18px;
    -webkit-text-shadow:none;
    -moz-text-shadow:none;
    text-shadow:none;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    cursor: pointer;
    font-family: Arial, sans-serif, Helvetica;
}
input.formLoginButton:hover {
}
*/

input.formLoginButton,
input.formLoginButton:hover,
input.formLoginButton:active,
input.formLoginButton:focus,
input.formLoginButton:active:hover,
input.formLoginButton:active:focus
{
    width: 80px;
    background: #73ac0f none;
}

/*
 * Buttons
 */
.button {
    background:transparent url(../images/puce2.gif) no-repeat 10px 6px;
    color:#000;
    font-weight: bold;
    font-size: 11px;
    display:inline-block;
    padding:0 0 0 21px;
    text-decoration:none !important;
}

/* Bootstrap override */
.row .form-group .form-control {
  width: 230px !important;
  height: 18px !important;
}
