BODY#Background {
	margin: 0px;
	background-color: #79715e;
}
BODY, TD, P {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
#Page {
	background-image: url('../images/page_bg.gif');
	width: 1000px;
	margin: 0px auto;
}
A, A:link, A:visited {
	color: black;
}
A:hover {
	color: #b20b3c;
}
A:active {
	color: #b20b3c;
}

FORM {
	display: inline;
}
LABEL.Required {
	font-weight: bold;
}
H1 {
	font-size: 26px;
	font-weight: normal;
	color: black;
	margin: 0px 0px 5px;
}
H2 {
	border-bottom: 1px dashed #cbcb99;
	padding: 4px 0px;
	margin-bottom: 4px;
	font-size: 13px;
	font-weight: bold;
	color: #b20b3c;
	text-transform: uppercase;
}
LI {
	margin-left: 16px;
}

/* MISC */
.Discret {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #79715e;
}

/* MAIN TOP */
#MainTop {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: url('../images/top.gif') transparent top center no-repeat;
	margin: 0px auto 0px auto;
	width: 920px;
	height: 50px;
	clear: both;
	padding: 24px 40px;
}
#MainLogo {
	margin-bottom: 24px;
}
#MainTopMenu {
	float: right;
}
A.MainTopLink {
	color: black;
	text-decoration: none;
}
A.MainTopLink:hover {
	text-decoration: underline;
}
.MainTopSep {
	display: inline;
	margin: 0px 6px 0px 3px;
	font-size: 9px;
	border-right: 1px dotted #cbcb99;
}

/* MAIN MENU */
#MainTabs {
	background-color: black;
	width: 960px;
	margin: 0px auto;
	color: #FFFFFF;
}
#MainTabs A {
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	border-left: 3px solid #b20b3c;
	padding-left: 5px;
	margin-right: 16px;
}
#MainMenu {
	background-color: #b20b3c;
	width: 900px;
	padding: 4px 30px 8px;
	margin: 0px auto;
	font-size: 11px;	
}
#MainMenu A {
	color: white;
	text-decoration: none;
	border-left: 2px solid #b20b3c;
	text-transform: uppercase;
}
#MainMenu A:hover {
	text-decoration: none;
}
#MainMenu .Sep {
	display: inline;
}

/* MAIN SEARCH */
#MainSearch {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* MAIN PATH */
#MainPath {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	width: 930px;
	margin: 20px auto;
	margin-bottom: 5px;
	font-size: 9px;
	clear: both;
}
#MainPath A {
	color: black;
	text-decoration: none;
}
#MainPath A:hover {
	text-decoration: underline;
}

/* CHECKOUT TOP */
#CheckoutTop {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: url('../images/top.gif') transparent top center no-repeat;
	margin: 0px auto 0px auto;
	width: 920px;
	height: 50px;
	clear: both;
	padding: 24px 40px;
}
#CheckoutTopMenu {
	float: right;
}
#CheckoutTopMenu .Step {
	float: left;
	width: 84px;
	text-align: center;
	font-size: 9px;
}
#CheckoutTopMenu .Step A {
	text-decoration: none;
}
#CheckoutContent {
	width: 930px;
	margin: 0px auto;
	padding: 0px 0px 48px;
}

/* CONTENT */
#MainContent {
	width: 940px;
	margin: 0px auto;
	padding: 0px 0px 48px;
}
#ColumnLeft {
	width: 175px;
	padding-right: 8px;
	padding-top: 8px;
}
#ColumnContent {
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	width: 99%;
}
#ColumnRight {
	width: 175px;
	padding-left: 16px;
	padding-top: 8px;
}

/* MAIN HISTORIES */
#MainHistories {
	width: 924px;
	margin: 8px auto;
	padding: 8px;
	clear: both;
}
#MainHistories H2 {
	font-weight: bold;
	font-size: 12px;
	color: #b20b3c;
	margin: 0px 0px 6px 0px;
}
#MainHistoryProducts {
	float: left;
	width: 50%;
}
#MainHistoryCategories {
	float: left;
	width: 50%;
}

/* MAIN FOOTER */
#MainFooter {
	background: url('../images/footer_bg.gif') transparent top center no-repeat;
	width: 1000px;
	height: 86px;
	margin: 0px auto;
	padding: 10px 0px 0px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	text-align: center;
	clear: both;
}
#FooterLogos {
	margin-bottom: 8px;
}
.FooterSep {
	display: inline;
	margin: 0px 6px 0px 3px;
	font-size: 9px;
	border-right: 1px dotted #cbcb99;
}

/* CONTENT BOXES */
.ContentBox {
	margin-top: 16px;
	clear: both;
}

.ContentBox H2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px dashed #cbcb99;
	padding: 4px 0px;
	margin-bottom: 4px;
	font-size: 13px;
	font-weight: bold;
	color: #b20b3c;
	text-transform: uppercase;
}
.ContentBox .Body {
	padding: 4px 0px 6px;
}

/* BOXES */
.Box {
	margin-bottom: 16px;
	clear: both;
}
.Box .Head, .Box .RedHead {
	background: url('../images/box/box_left.gif') black no-repeat left top;
	padding-left: 6px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.Box .RedHead {
	background: url('../images/box/box_red_left.gif') #ad0a37 no-repeat left top;
}
.Box .Head SPAN, .Box .RedHead SPAN {
	display: block;
	background: url('../images/box/box_right.gif') black no-repeat right top;
	padding: 6px 8px 4px 2px;
	color: white;
}
.Box .RedHead SPAN {
	background: url('../images/box/box_red_right.gif') transparent no-repeat right top;
}
.Box .Body, .Box .RedBody {
	margin: 0px 0px 12px;
	padding: 4px 8px 8px;
	border: 1px solid #d4d0c7;
	clear: left;
}
.Box .RedBody {
	background: #f8e3e9;
	font-weight: bold;
}
.Box .RedBody A {
	color: #ad0a37;
	font-weight: bold;
}
.Box .Folder {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 0px;
	padding: 5px 6px;
}
.Box .Body .Item {
	padding: 3px 16px;
}
.Box .Body .Simple {
	padding: 3px 6px;
}
.Box .Body .Item A {
	color: black;
	text-decoration: none;
}
.Box .Body .Item A:hover {
	text-decoration: underline;
}
.Box .Body .Item SELECT {
	width: 100%;
	font-size: 9px;
}

/* ORDERER LIST */
.Box .Body OL {
	margin: 0px 8px 0px 0px;
	padding-left: 26px;
	font-size: 11px;
}
.Box .Body OL LI {
	margin-bottom: 6px;
	margin-left: 0px;
}

/* LIST */
.List {
	margin: 8px 0px 16px;
}
.ListHeader {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 9px;
	color: #79715e;
}
.ListThumb {
	margin: 6px;
}
.ListTitle {
	font-size: 21px;
	margin-bottom: 3px;
}
.ListShortText {
	color: black;
}
.ListCommercialText {
	color: black;
}
.ListShippingDelay {
	margin: 4px 0px;
	color: #b20b3c;
	font-weight: bold;
	font-size: 11px;
}
.ListStockLevel {
	margin: 4px 0px;
	color: #ABAB69;
	font-weight: bold;
	font-size: 11px;
}
.ListProperties {
	display: inline;
	margin: 0px 5px;
}
.ListEcoTax, .ListEcoTax A {
	color: #969696;
	font-size: 9px;
}
.ListEcoTax A:hover {
	color: #54c005;
}
.ListRating {
	margin: 5px 0px;
	font-size: 9px;
	color: #ada372;
}
.ListSerials {
	margin-top: 4px;
	margin-bottom: 6px;
	font-size: 11px;
}
.ListSep {
	margin-top: 8px;
	margin-bottom: 8px;
	border-top: 1px dashed #cccc99;
}

/* OPTIONS */
.OptionType {
	margin: 4px 0px 8px;
}
.OptionType .Head {
	margin-bottom: 2px;
}
.OptionType .Body {

}
.OptionType .Body SELECT, .OptionType .Body INPUT {
	margin: 2px 0px 4px;
}


/* MISC */
.MainText {
	margin-bottom: 16px;
	line-height: 16px;
}
.ReviewBox {
	margin: 8px 0px 28px;
}
#FilterBox {
	padding: 4px 0px 8px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	float: right;
}
#FilterBox SELECT, #FilterBox INPUT {
	font-size: 9px;
}
.Ad {
	margin-bottom: 8px;
	clear: both;
}
.BarCode {
	margin-top: 8px;
	margin-bottom: 16px;
}

/* DESCRIPTION */
.DescProperties {
}
.DescProperties TD, .DescProperties TH {
	border-bottom: 1px solid #eeeedd;
	padding: 4px;
	text-align: left;
}
.DescProperties TH {
}

/* CHECKOUT */
.AddressBlock {
	margin: 8px 8px 8px 0px;
	float: left;
	width: 180px;
	padding: 8px;
}
.Primary {
	background-color: #ffffee;
	border: 1px solid #cccc99;
}
.Address {
	/*margin-top: 8px;*/
}

/* PRICE */
.Price, .OriginalPrice, .PromoPrice, .ListPrice
{
	font-family: Georgia, "Times New Roman", Times, serif;
}
.OriginalPrice, .ListPrice {
	text-decoration: line-through;
	font-size: 11px;
}
.Saving {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #b20b3c;
	font-size: 9px;
}
.Euro {
	font-size: 80%;
}
.WithEuroIcon {
}
.WithPromoIcon {
}
.WithPlusIcon {
}

/* TEXT SIZE */
.Big {
	font-size: 22px;
}
.Medium {
	font-size: 14px;
}
.Normal {
	font-size: 12px;
}
.Small {
	font-size: 9px;
}
.Currency {
}

/* PAGINATION */
.Pagination {
	margin: 8px 0px;
	text-align: center;
}
.Pagination A:visited {
	color: #0554c0;
}
.PaginationCurrent {
	display: inline;
	font-weight: bold;
	color: #CC6600;
	border: 1px solid #CC6600;
	margin: 0px;
	padding: 2px 6px;
}
.PaginationCurrent A {
	text-decoration: none;
}
.PaginationPage {
	display: inline;
	background-color: #f6f6e5;
	border: 1px solid #cccc99;
	margin: 0px;
	padding: 2px 6px;
	font-size: 11px;
	cursor: pointer;
}
.PaginationPage A {
	text-decoration: none;
	color: #ada372;
}
.PaginationNext, .PaginationPrevious {
	display: inline;
	margin: 0px 12px;
}
.PaginationNext A, .PaginationPrevious A {
	text-decoration: none;
}

/* TIPS */
.Tip {
	background-color: #FFFFD5;
	border: 1px solid #cccc99;
	margin: 8px 0px;
	padding: 6px;
	color: #CC6600;
}

.Alert {
	background-color: #FFF0D5;
	border: 1px solid #ccB099;
	color: #CC0000;
}

/* PLUGINS */
.ot_subtotal TD, .ot_ecotaxes TD, .ot_voucher TD, .ot_discount_subtotal TD, .ot_shipping TD, .ot_payment TD, .ot_tax TD {
	font-weight: normal;
	padding-bottom: 3px;
}
.ot_ecotaxes TD {
	color: #66AA00;
	font-weight: bold;
}
.ot_ecotaxes TD.TotalTitle SPAN {
	background-image: url('../images/i_ecocontribution.gif');
	background-repeat: no-repeat;
	padding-left: 16px;
}
.ot_saving TD {
	color: #b20b3c;
}
.ot_voucher TD {
	color: #b20b3c;
	font-weight: bold;
}
.ot_total TD {
	font-weight: bold;
	border-top: 1px dashed #cccc99;
	padding-top: 4px;
	padding-bottom: 8px;
}
.ot_total TD.TotalContent SPAN {
}
.ot_taxedtotal TD {
	font-weight: bold;
	border-top: 1px dashed #cccc99;
	font-size: 16px;
	padding-top: 4px;
	padding-bottom: 8px;
}
.ot_taxedtotal TD.TotalContent SPAN {
}

/* EVALUATION DU MOT DE PASSE */
.PasswordEvaluation {
	border: 1px solid #D6D6D6;
	padding: 1px;
	margin: 4px 0px;
}
#weak {
    text-align: left;
	font-size: 9px;
    width: 40px;
	margin: 0px;
}
#medium {
    text-align: center;
	font-size: 9px;
    width: 40px;
	margin: 0px;
}
#strong {
    text-align: right;
	font-size: 9px;
    width: 40px;
	margin: 0px;
}
.nrm
{
    background-color:#F1F1F1;
    padding: 1px 5px;
    color:#868696;
}
 
.red
{
    background-color: #BB3300;
    padding: 1px 5px;
    color: #FFFFFF;
}
 
.yellow
{
    background-color: #FDB14D;
    padding: 1px 5px;
    color: #FFFFFF;
}
 
.green
{
    background-color: #99CC00;
    padding: 1px 5px;
    color: #FFFFFF;
}

/* TOOLTIP */
#dhtmltooltip{
	position: absolute;
	left: -300px;
	width: 150px;
	border: 1px solid #cccc99;
	padding: 6px;
	background-color: #fffff1;
	visibility: hidden;
	z-index: 100;
	font-size: 9px;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}
#dhtmltooltip STRONG {
	color: #54c005;
}

#dhtmlpointer{
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}

