/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $
  adapted for Separate Pricing Per Customer v4 and Price Break 1.11.3 2005/03/12

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

/*
Colors :
  Background    : #FFFFFF
  Normal        : #333333
  Link inactive : #071480
  Link active   : #A83E2C
  Left menu item: #5599CC     active #FFFFFF
*/

/*
  * { outline: 2px dotted red }
  * * { outline: 2px dotted green }
  * * * { outline: 2px dotted orange }
  * * * * { outline: 2px dotted blue }
  * * * * * { outline: 1px solid red }
  * * * * * * { outline: 1px solid green }
  * * * * * * * { outline: 1px solid orange }
  * * * * * * * * { outline: 1px solid blue }
*/

/*******************************************************************************/
/*********************************  Main tags  *********************************/
/*******************************************************************************/

HTML {
	height: 100%;
	font-size: 0.75em;
}

BODY {
	font-family: "Gill Sans", Arial, Helvetica, Sans Serif;
	margin: 0px;
	padding: 0px;
	color: #333333;
	background: #ffffff;
}

.dimming {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.dimming:hover {
	opacity:1;
	filter : alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
}

A:link, A:visited {
	color: #004766;
	text-decoration: none;
	font-weight: bold;
}

A:hover {
	color: #660a49;
 	text-decoration: underline;
	font-weight: bold;
}

/* removes space below form elements */
FORM {
	display: inline;
	margin: 0;
 	padding: 0;
}

UL {
	margin: 0;
	padding: 0;
	list-style: none;
}

LI {
	line-height: 15px;
	padding-top: 0px;
}

TD {
}

DIV P {
	text-align: justify;
	margin-right: 10px;
}

CHECKBOX, INPUT, RADIO, SELECT {
}

TEXTAREA {
	width: 100%;
}

.clr {
	clear: both;
}

.outline {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

/****	MISE EN PAGE	****/
#header_outer {
	text-align: left;
	border: 0px;
	margin: 0px;
	margin-right: 0px;
	width: 100%;
}

#content_outer {
	padding: 10px;
	margin: 10px;
	padding-top: 2px;
	padding-left: 0px;
	padding-right: 0px;
	margin-right: 0px;
	border: 0px;
	float: none !important;
}

#content_inner{
	float: none !important;
	float: left;
	padding: 0;
	margin: 0;
	border: 0px;
	width: 100%;
}

#banner_inner {
	float: right;
	padding: 0px;
	margin: 0px;
	height: 62px;
	text-align: right;
}

table td.body_outer {
	padding-left: 8px;
	padding-right: 8px;
}

.keyword {
	display: none;
}



/*******************************************************************************/
/********************************  Header/Menu  ********************************/
/*******************************************************************************/

/* Top menu */

div.topmenuitem {
	width: 100px;
	height: 38px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

div.topmenuitem#over {
	background-position: -100px 0px;
}

div.topmenuitem:hover {
	background-position: -100px 0px;
}


ul#mainlevel-nav {
	list-style: none;
	margin: 0px;
}

ul#mainlevel-nav li {
	float: left;
	margin-left: 0px;
	margin-right: 0px;
	white-space: nowrap;
}

/* Top menu - main level */
a.top_mainlevel:link, a.top_mainlevel:visited {
	display: block;
	background: url('/images/bg/top_menu_bg4.gif') no-repeat;
	vertical-align: middle;
	font-weight: normal;
	color: #000000;
	text-align: left;
	padding-top: 2px;
	padding-left: 20px;
	height: 16px !important;
	width: 100%;
	font-size: 12px;
	text-decoration: none;
}

a.top_mainlevel#active_menu {
	background-position: 0px -18px;
}

a.top_mainlevel#active_menu:hover {
	background-position: 0px -18px;
}

A.top_mainlevel:hover {
	background-position: 0px -18px;
}

a.top_mainlevel2:link, a.top_mainlevel2:visited {
	display: block;
	background: url('/images/bg/top_menu_bg42.gif') no-repeat;
	vertical-align: middle;
	font-weight: normal;
	color: #000000;
	text-align: left;
	padding-top: 2px;
	padding-left: 20px;
	height: 16px !important;
	width: 100%;
	font-size: 12px;
	text-decoration: none;
}


a.top_mainlevel2#active_menu {
	background-position: 0px -18px;
}

a.top_mainlevel2#active_menu:hover {
	background-position: 0px -18px;
}

A.top_mainlevel2:hover {
	background-position: 0px -18px;
}





#buttons {
	float: right;
	margin: 0px;
	padding: 0px;
	width: auto;
	border-bottom:#CCCCCC 1px solid;
}


li#topmenu_separator {
	width: 2px;
	background: transparent;
}

/* Left menu - main level */
a.mainlevel:link, a.mainlevel:visited {
	display: block;
	background: url('/images/bg/menu_bg4.gif') no-repeat;
	vertical-align: middle;
	font-weight: normal;
	color: #000000;
	border: 0px;
	text-align: left;
	padding-top: 2px;
	padding-left: 45px;
	padding-right: 0px;
	height: 16px !important;
	text-decoration: none;
	font-size: 12px;
	white-space: nowrap;
}

a.mainlevel#active_menu {
	font-weight: normal;
	background-position: 0px -18px;
}

a.mainlevel#active_menu:hover {
	background-position: 0px -18px;
}

A.mainlevel:hover {
	background-position: 0px -18px;
}

a.mainlevel2:link, a.mainlevel2:visited {
	display: block;
	background: url('/images/bg/menu_bg42.gif') no-repeat;
	vertical-align: middle;
	font-weight: normal;
	color: #000000;
	border: 0px;
	text-align: left;
	padding-top: 2px;
	padding-left: 45px;
	height: 16px !important;
	text-decoration: none;
	font-size: 12px;
	white-space: nowrap;
}

a.mainlevel2#active_menu {
	font-weight: normal;
	background-position: 0px -18px;
}

a.mainlevel2#active_menu:hover {
	background-position: 0px -18px;
}

a.mainlevel2:hover {
	background-position: 0px -18px;
}

/* Left menu - secondary level */
a.sublevel:link, a.sublevel:visited {
	display: block;
	background: url('/images/bg/menu_bg2.gif') no-repeat;
	vertical-align: middle;
	font-weight: normal;
	color: #000000;
	border: 0px;
	text-align: left;
	padding-top: 2px;
	padding-left: 72px;
	height: 16px !important;
	width: 100%;
	font-size: 12px;
	text-decoration: none;
}

a.sublevel#active_menu {
	font-weight: normal;
	background-position: 0px -18px;
}

a.sublevel#active_menu:hover {
	background-position: 0px -18px;
}

A.sublevel:hover {
	background-position: 0px -18px;
}

a.sublevel2:link, a.sublevel2:visited {
	display: block;
	background: url('/images/bg/menu_bg22.gif') no-repeat;
	vertical-align: middle;
	font-weight: normal;
	color: #000000;
	border: 0px;
	text-align: left;
	padding-top: 2px;
	padding-left: 72px;
	height: 16px !important;
	width: 100%;
	font-size: 12px;
	text-decoration: none;
}

a.sublevel2#active_menu {
	background-position: 0px -18px;
}

a.sublevel2#active_menu:hover {
	background-position: 0px -18px;
}

a.sublevel2:hover {
	background-position: 0px -18px;
}


TR.header {
	background: transparent;
}

/* message box */

.messageBox {
	font-size: 0.9em;
}

.messageStackError {
	padding: 10px;
	background-color: #ff8484;
}

.messageStackWarning {
	padding: 10px;
	background-color: #ffaa22;
}

.messageStackSuccess {
	padding: 10px;
	background-color: #99ff00;
}

/* Roll overs */

a.rollover {
	text-decoration: none;
	font-weight:normal;
}
a.rollover div {
	display: none;
}
a.rollover:hover div {
	display: block;
	top:3px;
	background: #EEE;
	color:#000;
}


/*******************************************************************************/
/**********************************  Footer   **********************************/
/*******************************************************************************/

#bottom_nav_bar {
	width: 100%;
	border: 0px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 14px;
}


/**************************** Other footer definitions only used for OsCommerce footer ***********************/
#footer {
	text-align: center;
	padding: 3px;
}

table.footer {
	padding: 0px;
	margin: 0px;
	border: 0px;
	width: 100%;
}

TR.footer {
	background-position: center;
}

TD.footer {
	font-size: 0.9em;
	color: #802000;
}



/*******************************************************************************/
/*********************************  Left Menu  *********************************/
/*******************************************************************************/

table.moduletable {
	width: 100%;
	margin-bottom: 5px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

div.moduletable {
	padding: 0;
	margin-bottom: 2px;
}

#left_outer {
	
	float: none !important;
	float: left;
	margin-top: 2px;
	width: 185px;
}

#left_inner {
	padding: 2px;
	float: none !important;
	float: left;
}

.infoBox {
 	border: 0px;
}

.infoBoxS {
	background: #DCF1FA;
	border: 1px solid #245A72;
 }

.boxRight {
 	border: 0px;
}

.boxTopCart {
	border-left: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
 	padding-left: 5px;
 	padding-right: 5px;
 	padding-bottom: 2px;
}

/* Boxes of different colors */
.corner { width:8px;height:8px; }
.box_blue {	background-color: #c2e3f1; }
.box_blue .top { background: url('/images/box/bluebox_T.gif') repeat-x; }
.box_blue .topleft { background: url('/images/box/bluebox_TL.gif') no-repeat; float:left; }
.box_blue .topright { background: url('/images/box/bluebox_TR.gif') no-repeat; float:right; }
.box_blue .right { background: url('/images/box/bluebox_R.gif') top right repeat-y; }
.box_blue .left { background: url('/images/box/bluebox_L.gif') top left repeat-y; }
.box_blue .bottom { background: url('/images/box/bluebox_B.gif') repeat-x; }
.box_blue .bottomleft { background: url('/images/box/bluebox_BL.gif') no-repeat; float:left; }
.box_blue .bottomright { background: url('/images/box/bluebox_BR.gif') no-repeat; float:right; }

.box_yellow {	background-color: #fde2a3; }
.box_yellow .top { background: url('/images/box/yellowbox_T.gif') repeat-x; }
.box_yellow .topleft { background: url('/images/box/yellowbox_TL.gif') no-repeat; float:left; }
.box_yellow .topright { background: url('/images/box/yellowbox_TR.gif') no-repeat; float:right; }
.box_yellow .right { background: url('/images/box/yellowbox_R.gif') top right repeat-y; }
.box_yellow .left { background: url('/images/box/yellowbox_L.gif') top left repeat-y; }
.box_yellow .bottom { background: url('/images/box/yellowbox_B.gif') repeat-x; }
.box_yellow .bottomleft { background: url('/images/box/yellowbox_BL.gif') no-repeat; float:left; }
.box_yellow .bottomright { background: url('/images/box/yellowbox_BR.gif') no-repeat; float:right; }

.box_green {	background-color: #e9eda1; }
.box_green .top { background: url('/images/box/greenbox_T.gif') repeat-x; }
.box_green .topleft { background: url('/images/box/greenbox_TL.gif') no-repeat; float:left; }
.box_green .topright { background: url('/images/box/greenbox_TR.gif') no-repeat; float:right; }
.box_green .right { background: url('/images/box/greenbox_R.gif') top right repeat-y; }
.box_green .left { background: url('/images/box/greenbox_L.gif') top left repeat-y; }
.box_green .bottom { background: url('/images/box/greenbox_B.gif') repeat-x; }
.box_green .bottomleft { background: url('/images/box/greenbox_BL.gif') no-repeat; float:left; }
.box_green .bottomright { background: url('/images/box/greenbox_BR.gif') no-repeat; float:right; }

.home_box { border:#AAAAAA 1px solid;padding-top:20px; margin-top:20px; }

.infoBoxContents {
/* 	font-size: 12px; */
	padding: 0px;
 	border: 0px;
}

.infoBoxContentsTop {
	padding: 0px;
 	border: 0px;
}

.infoBoxContentsRounded {
	padding-left: 10px;
	padding-right: 10px;
 	border: 0px;
}

TD.infoBoxHeading {
	font-size: 1.2em;
	font-weight: bold;
	height: 22px;
	color: #245A72;
	vertical-align: bottom;
}

TD.infoBoxContentHeading {
/* 	font-size: 12px; */
	font-weight: bold;
	background: transparent;
}

TD.infoBox, SPAN.infoBox {
	font-size: 0.9em;
	border: 0px;
	background: transparent;
}


/*******************************************************************************/
/***********************************  Misc.  ***********************************/
/*******************************************************************************/

.doubleInterval {
	margin: 5px 5px 0px 0px;
}

/* In account details on the home page */
.line_account {
	font-size : 0.9em;
	background-color:#fac855;
	border: #f8b51c 1px solid;
	margin-bottom: 2px;
	margin-left:17px;
}
 
/* used in product_info -> comments */
.inputbox {
	padding: 2px;
	border: #AAAAAA 1px solid;
	color: #333333;
}

/* paragraphs of text in site main pages */
.paragraphText {
	padding-left: 20px;
}

.errorBox {
	font-size : 0.9em;
	background: #ffb3b5;
	font-weight: bold;
}

/* shopping_cart - item out of stock */
.stockWarning {
	font-size : 1.1em;
	color: #CC0033;
}

/* shopping_cart - item out of stock */
.stockAvailable {
	font-size : 1.1em;
	color: #087200;
}

/* checkout_confirmation - edit */
.orderEdit {
	font-size : 0.9em;
	color: #660099;
	text-decoration: underline;
}

/* checkout_confirmation - list */
.list_album {
	font-size : 0.95em;
/*	height : 0.80em;*/
	line-height : 0.70em;
	border-left: #63B0D3 2px dotted;
	color: #444444;
}

.list_next {
	font-size : 0.95em;
	line-height : 0.70em;
	color: #444444;
}


/* Alternate backgrounds in lists */

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
	background: #FFFFFF;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
	background: #DDDDDD;
}

TABLE.productListing {
	border: 1px;
	border-style: solid;
	border-color: #cccccc;
	border-spacing: 1px;
}

.productListing-heading {
	font-size: 0.9em;
	background: #cccccc;
	font-weight: bold;
}

TD.productListing-data {
	font-size: 0.9em;
}

/* split_page_results - Page numbers */
.pageResultsSelect {
	font-weight: bold;
	color: #000000;
	background: #63B0D3;
	padding: 3px;
}

A.pageResults {
	color: #245A72;
	padding: 3px;
}

A.pageResults:hover {
	color: #FFFFFF;
	background: #004766;
	text-decoration:none;
}

/* Title of the page - replace by H1 ?? */
TD.pageHeading, DIV.pageHeading {
	font-size: 2em;
	font-weight: bold;
	color: #245A72;
}

/* Used for forms */
TD.main, P.main {
/* 	font-size: 12px; */
	line-height: 1.5;
}

/* Used for lists with a light line between rows */
TD.lmain, P.lmain {
	border-top:#63B0D3 1px solid;
	line-height: 1.5em;
}

TD.smallText, SPAN.smallText, P.smallText {
	font-size: 0.9em;
}

/* Criteria for advanced search */
TD.fieldKey {
	font-size: 1.2em;
	font-weight: bold;
}

TD.fieldValue {
	font-size: 1.2em;
}

/* Only used in upcoming_products --> REMOVE !! */
td.tableHeading  {
	font-size: 1.2em;
	font-weight: bold;
}

/* Item recently added in cart */
td.newItemInCart  {
	background-color: #63B0D3;
}

/* includes/functions/general.php --> group with stockWarning */
SPAN.markProductOutOfStock {
	font-size: 1.2em;
	color: #c76170;
	font-weight: bold;
}

/* We don't use this yet... */
SPAN.productSpecialPrice {
	color: #ff0000;
}

/* Just used for "required" text */
SPAN.errorText {
	color: #ff0000;
}

td.productPriceInBox  {
  font-size: 0.7em;
  background: #eeeeee;
  padding-right: 10px;
  padding-left: 10px;
  border-bottom: #999999 1px solid;
}


/* Highlight selection in payment or address book */

.moduleRow { }
.moduleRowOver {
	background-color: #63B0D3;
/* 	cursor: pointer; */
	cursor: hand;
}

.moduleRowSelected {
	background-color: #E8A3C4;
}


/* Checkout lower progress indicator */

.checkoutBarFrom, .checkoutBarTo {
	font-size: 0.9em;
	color: #245A72;
}

.checkoutBarCurrent {
	font-size: 0.9em;
	color: #000000;
}

/* input requirement */

.inputRequirement {
	font-size: 0.9em;
	color: #ff0000;
}

/****	SEARCH	from the main part of the site ****/
div#search {
	background-repeat: no-repeat;
 	width: 233px;
	text-align: center;
	padding-top: 80px;
	padding-bottom: 0px;
}

#search form {
	padding: 0;
	margin: 0;
}

#search .inputbox {
	border: #AAAAAA 2px solid;
	padding: 2px;
	font-family: arial, helvetica, sans-serif;
/* 	font-size: 12px; */
	color: #333333;
}

div.article_image
{
	border: #000000 1px solid;
	width: 120px;
	height: 90px;
	float: left;
	margin: 5px 20px 5px 5px;
}

/****	Main part of template	****/
table.content_table {
	width: 100%;
	padding: 0px;
	margin: 0px;
}

table.content_table td {
	padding: 0px;
	margin: 0px;
}