/*
  ---------------------------------------
  Express Bidding System Styles
  by KMP TEAM
  Author: Steve Mosseau
  ---------------------------------------
*/
.heading {
	background-image: url(../images/Express_patern_02.jpg);
}
.Tableau_body {
	width: 785px;
	max-width:785px;

}
legend {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	max-width:780px;
}
#tableauSeller {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:#F0F5F9;
	border:#CCCCCC thin solid;
	border-collapse:collapse;
	width:735px;
}
fieldset {
	max-width:740px;
}

.bouton  {
    border: 1px outset #006;
    padding: 2px 8px;
    background: #DDE6F0;	
}
.bouton:hover {
    border: 1px inset #006;
    padding: 2px 8px;
    background: #B0C4DE;
}
img {
	border:none;
}
.input {
    border: 1px solid #006;
    background: #ffc;
}
.input:hover {
    border: 1px solid #f00;
    background: #ff6;
}
.button {
    border: 1px solid #006;
    background: #ccf;
}
.button:hover {
    border: 1px solid #f00;
    background: #eef;
}
/* label {
    display: block;
    width: 150px;
    float: left;
    margin: 2px 4px 6px 4px;
    text-align: left;
    border: 1px solid #006;
}*/
br { clear: left; }

a:link {
	text-decoration: none;
	border:0px;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a.hidden {
	text-decoration: none;
	border:0px;
}

a.hidden:visited {
  color: #000000;
}

a.hidden:hover {
	color: #0000CC;
}

a.hidden:active {
  color: #000000;
}

a.nav:link {
	color: #333333;
	padding: 2px;}

a.nav:visited {
	color: #cccccc;
	padding: 2px;
}

a.nav:hover {
	color: #FFFFFF;
	background-color: #666666;
	padding: 2px;
}

a.menu {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}

a.menu:hover {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	letter-spacing: 1px;
	}

a.box {
	padding: 3px;
	background-color: #FFFFFF;
	text-decoration: none;
	border: medium solid #CCCCCC;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a.box:hover {
  color: #000000;
	padding: 3px;
	text-decoration: none;
	background-color: #666666;
	border: medium solid #3366FF;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}