
body { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #707070;
}


/* Headings
-------------------------------------------------------------- */

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

h1 {
	display: block;
	margin: 0 0 10px 0;
	padding: 6px 28px 6px 28px;
	background: url('images/customer/puce_h1.gif') 10px 10px no-repeat #2f2f2f;

	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
}

	.orange { 
		background-color: #ff5e0d; 
	}

h2 {
	display: block;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;

	font-size: 16px;
	color: #ff5e0d;
	font-weight: normal;
	text-transform: uppercase;
}

h3 {
	display: block;
	margin: 0px 0px 5px 0px;
	padding: 0px;

	font-size: 14px;
	color: #2f2f2f;
	font-weight: bold;
	text-transform: uppercase;
} 

h4{ 
	display: block;
	margin: 0px 0px 5px 0px;
	padding: 0px;

	font-size: 12px;
	color: #ff5e0d;
	font-weight: bold;
	text-transform: uppercase;
}


/* Links
-------------------------------------------------------------- */

a {	color: #ff5e0d; outline: 0; }
a:hover, a:focus { color: #000000; }

	a.text {
		color: #707070;
		text-decoration: none;
	}

	a.text:hover {
		color: #ff5e0d;
	}

.link {
	padding: 10px;
	margin: 0 0 10px 0;
	border: 10px solid #efede9;
}

	.link a {
		display: block;
		padding: 6px 6px 6px 12px;
		background: url('images/customer/puce.gif') 0px 10px no-repeat;

		font-size: 10px;
		color: #000000;
		font-weight: bold;
		text-decoration: none;
		text-transform: uppercase;
	}	

	.link a:hover {
		background-color: #ff5e0d;

		color: #ffffff;
	}

/* Text elements
-------------------------------------------------------------- */

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre			{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 15px; }
ul, ol      { margin: 0 15px 15px 15px; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 15px 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 15px;}


/* Tables
-------------------------------------------------------------- */

table			{ }
th				{ font-weight: bold; }
thead th 		{ background: #c3d9ff; }
th,td,caption	{ padding: 0px 0px 3px 0px; }
tr.even td		{ background: #e5ecf9; }
tfoot			{ font-style: italic; }
caption			{ background: #eee; }

table.table{
	font-size:11px;
	margin: 0px;
}

table.table th{
	padding:6px;
	background-color:#ff5e0d;

	color:#ffffff;
}

table.table td{
	padding:3px 6px;
	border-bottom:1px solid #eaeaea;
}

table hr{
	margin:3px;
}



/* Misc classes
-------------------------------------------------------------- */

hr {
	height: 1px;
	margin: 15px 0px;
	border: 0px;
	background-color: #efede9;

	color: #efede9;
}

.small      { font-size: 10px; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }
