/*
Rouge A32C2F
Noir 3A2925
Blanc F8F0DC
*/

HTML, BODY
{
	behavior:url(/Public/51/HTML/csshover.htc);
	font-family:Verdana, Arial Black;
	font-size:12px;
	vertical-align:top;
	text-align:center;
	background:#A9C5C6;
	color:#43331a;
	margin:0px;
	padding:0px;
	background-image:url(/Public/51/HTML/Images/background2.gif);
}

a{
	text-decoration:underline;
	color:#43331a;
	font-weight:bold;
	text-align:left;
}

a:hover
{
	color:#5A8C8D;
	text-decoration:none;
}

h1, h2, h3
{
	font-family: Verdana, Arial #43331a;
	text-decoration:none;
	font-size: 18px;
	font-style:italic;
	font-weight:bolder;
	text-align:left;
}

h2
{
    padding-top:3px;
    padding-left:5px;
    height:25px;
	font-size: 16px;
	color: #43331a;
	background-image:url(/Public/52/HTML/images/topmenu.jpg);
	background-repeat:repeat-y;
}

h3
{
	color: #43331a;
	text-decoration:underline;
	font-size: 12px;
	padding:0px;
}

p
{
	padding: 0px;
	margin:0px;
	color: #43331a;
	vertical-align: top;
	text-align:justify;
	font-size:12px;
}

hr{color:#F8F0DC;}

.Sections
{
	font-weight: bold;
	vertical-align:middle;
	padding-left:5px;
	height: 20px;

	background-color: #F8F0DC;
	color: #F8F0DC;
}

.Sections a
{
	font-weight: bold;
	color: #F8F0DC;
}

.Sections a:hover
{
	font-weight:bolder;
	color: #F8F0DC;
	text-decoration: underline;
}

.lightText
{
	font-weight: normal;
	color: white;
	font-size:9px;
}


td
{
	font-size: 8pt;
	font-family: Verdana, Arial Black;
}

.ErrorMessages
{
	border: solid 1px #b22222;
	background-position: left top;
	padding-top:5px;
	font-weight: bold;
	font-size: 16px;
	width: 350px;
	color: #b22222;
	height: auto !important;
	min-height:30px;
	text-decoration: none;
	background-color: #F8F8F8;

	padding-left: 35px;
	background-image: url(/Public/43/HTML/images/_Defaults/Warning_small.jpg);
	background-repeat: no-repeat;
}

.Wrapper
{
    padding:3px;
    width:891px;
    background-color:White;
    border:solid 1px #43331a;
}

.ContentArea
{
    padding-left:0px;
    padding-right:5px;
	
    text-align:left;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

.ContentText
{
    padding-left:30px;
    width:500px;
}

.ContentTextRight
{
    Position:absolute;
    left:600px;
    top:300px;
    padding-left:30px;
    width:200px;
}

.cliPage-Container
{
}

.cliContent
{
}

.cliContent{ /* others */
	width:auto;
}

.CatNavig a
{
	color: #002786;
}

.DataGrid
{
	padding: 0px;
	font-size: 12px;
	color: #43331a;
	font-family: Verdana;
	background-color: #43331a;
	width: 570px;
}

.DataGridHeader
{
	font-weight: bold;
	height: 20px;
	text-align: center;
	background-color: #A9C5C6;
	color: #43331a;
}

.DataGridItems
{
	padding: 1px;
	margin: 0px;
	height: 18px;
	text-align:right;
	background-color:White;
}

.CartBottom
{
	position:relative;
	height:190px;
	margin:1px;
	width: 570px;
}

.CartUpdateQty
{
	position:absolute;
	left:140px;
	height:30px;
}

.CartSummary
{
	position:absolute;
	right:0px;
	top:0px;
	width:180px;
	border:solid 1px black;
}

.CartShipRequest
{
	position:absolute;
	left:1px;
	bottom:1px;
	border:solid 1px black;
	width:320px;
	height:100px;
	text-align:center;
	display:block;
	overflow:auto;
}

.Buttons
{
	position:relative;
	font-family: Verdana, Arial Black, helvetica;
	font-size: 10px;
	font-weight: Bold;
	vertical-align: middle;
	text-align:center;
	height:25px;

	padding:5px;
	padding-left:10px;
	padding-right:10px;

	border:solid 1px #43331a;
	background-color:#5A8C8D;
	color:#43331a;
}

.Buttons:hover
{
	cursor: hand;
	border:solid 1px #F8F0DC;
	background-color:#43331a;
	color:#F8F0DC;
}

.Buttons a
{
	position:relative;
	text-decoration: none;
	font-family: Verdana, Arial Black, helvetica;
	font-size: 10px;
	font-weight: Bold;
	vertical-align: middle;
	text-align:center;

	color:#43331a;
}

.Buttons a:hover
{
	cursor: hand;
	background-color:#43331a;
	color:#F8F0DC;
}


