body.PB {
	text-align:center;
	font-family:Verdana;
	font-size:10px;
	background-color: #ffffff;
	margin:0px;
	padding:0px;
}
#maincontainer {
	text-align:left;
	margin:0 auto;
	width:975px;
}
#headercontainer {
/* Bandeau */
	margin:0px;
	padding:0px;
	background-image: url(/Files/24397/newdesign_01.jpg);
	background-repeat: no-repeat;
	height: 225px;
	position: relative;/* Necessary for correct display of dropdown menus */
	z-index:100; /* Necessary for correct display of dropdown menus */
}
#headerarea {
	position:relative;
	margin:0;
	padding:0;
}
/* HORIZONTAL MENU  >> menu block  - Boîte menu*/
#headermenu {
	margin:0;
	padding: 0 0 0 0;
	height: 17px;
	width: 975px;
	position: absolute;
	top: 200px;
	overflow: visible;
}
/* HORIZONTAL MENU  >> menu  items layout configuration  - Configuration de la mise en page des éléments*/
ul#hmenu {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
	list-style-type: none;
}
#hmenu li {
	position:relative; /* Necessary for submenu positioning */
	float: left;/* only left to keep menu items in the correct order*/
}
/* HORIZONTAL MENU  >> Link styles - Mise en forme des liens*/
#hmenu a.menu, #hmenu span {
	display: block;
	color: #173642;
	font-size:9px;
	_width: 1px;/*necessary for ie6 when floating the ul to the right*/
	margin: 0 12 0 11;
	padding: 2 11 0 11;
	white-space:nowrap;
	text-decoration:none;
}
/* HORIZONTAL MENU  >> mouseover links styles - Elément survolé*/
#hmenu li a:hover {
}
#hmenu a.menu:hover, #hmenu a.subactive {
	text-decoration:none;
	color: #a12116;
}
/* HORIZONTAL MENU  >> First element (border before first menu item) - Premier élément (bordure)*/
#hmenu li.begin {
	display: block;
	float: left;
	width: 0px;
	margin: 0px;
	padding: 0px;
}
/* HORIZONTAL MENU  >> Last element (border after last menu item) - Dernier élément (bordure)*/
#hmenu li.end {
	width: 25px;/*necessary when floating the ul to the right*/
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}
/* HORIZONTAL MENU  >> Menu items - Eléments*/
#hmenu li.mitext {
	font-size: 10px;
	font-weight: bold;
	color: #173642;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:0.1em;
	margin: 0;
	padding:0;
	text-align:center;
	font-style: normal;
}
#hmenu li.miimg img {
	border:none;
}
/* HORIZONTAL SUBMENU >> */
ul#hmenu li div {
	margin:0;
	border:none;
	padding-top:0;
}
ul#hmenu li ul.submenu{
	list-style-position: outside;
	list-style-type: none;
	padding: 0;
	margin:0;
	background-color:#c3c9d4;/* DEFINE BG COLOR HERE */
	position:absolute;
	visibility:hidden;
	left:0px;
}
/*GENERAL WIDTH SETTING AND PROPERTY REINITIALISING */
ul#hmenu li ul.submenu a, ul#hmenu li ul.submenu span,ul#hmenu li ul.submenu li.mispacer, ul#hmenu li ul.submenu li.misep {
	border:none;/* cancels inhertited left and right borders */
	padding-left:10px; /* set lateral padding here*/
	padding-right:10px;
	width:100px;/* set submenu width here */
}
ul#hmenu li.mitext ul.submenu li {
	letter-spacing:normal
}
/*GENERAL li */
ul#hmenu li ul.submenu li {
	float:none;/* cancels inherited float properties */
	clear:both;
}

/* Class used to specify the rightmost item on the horizontal menu and correctly position it's submenu */
ul#hmenu li.menuright ul.submenu{
	left:auto;
	right:2px;
	*right:-5px; /* for IE only */
}
ul#hmenu li ul.submenu li.begin{
	display:none;
}
ul#hmenu li ul.submenu li.mispacer{
	height:15px;
}
ul#hmenu li ul.submenu li.misep{
	height:1px;
	border-bottom: 1px solid #73B6D8;
}

ul#hmenu li ul.submenu li.end{
	display:none;
}
/*GENERAL SUBMENU ITEM PROPERTIES */
ul#hmenu li ul.submenu li a.menu, ul#hmenu li ul.submenu li span {
	display:block;
	font-size: 11px;
	line-height: 15px;
	color:#173642;
	font-weight: normal;
	white-space:normal;
	margin: 0px;
	padding-top: 4px; /* set vertical padding here*/
	padding-bottom:4px;
}
ul#hmenu li ul.submenu li a.menu:hover {
	background-color: #c3c9d4;
	background-image:none;
	color: #a12116;
}
/* Submenu section titles */
#hmenu li ul.submenu li.mititle span, #hmenu li ul.submenu li.mititle a.menu {
	color:#2A627D;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	text-align: left;
}
#hmenu li ul.submenu li.mititle a:hover {
}
ul#hmenu li.mitext ul.submenu li.mitext{
	text-align: left;
}
ul#hmenu li ul.submenu li.menusep {
}
ul#hmenu li ul.submenu li.mitext span, ul#hmenu li ul.submenu li.mitext a{
}
/* HORIZONTAL SUBMENU END */
/* END HEADER STYLES */
/* CONTENT STYLES */
#bodycontainer {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position:relative;
	background-image: url(/Files/24397/container.jpg);
	background-repeat:no-repeat;
	z-index:50;/* necessary for submenus */
}
#bodyarea {
	min-height:450px;
	height:auto;	
	margin:0;
	position:relative;
}
/* for min-height in IE */
/*\*/
*html #bodyarea {
	height:450px;
}
/**/
#bodycolumn1 {
	float:left;
	position:relative;/*necessary for IE when body area is positioned relative*/
	width: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#bodycolumn2 {
	padding:0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width:975px;
}
#bodycolumn3 {
	position:absolute;
	top:-100px;
	right:-40px;
	margin:5;
	padding:5;
}

#bodytopbanner {
	display:block;
	width:100%;
	text-align:center;
	margin-bottom:10px;
	line-height: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#bodydata {
	margin: 0px;
	padding: 0px;
}
#bodyarea {
	margin: 0px;
	padding: 0px;
}
#bodydata form {
	margin: 0px;
	padding: 0px;
}
.clearbodycontainer {
	clear:both;
	font-size:1px;
	line-height:0px;
}

/* END CONTENT STYLES */
/* FOOTER STYLES */
#footercontainer {
	clear:both;
	background-color:#c3c9d4;
	margin:0;
	padding:0;
	width:975px;
	height: 65px;
	border-width: 1px;
	border-style: solid;
	border-color:#173642;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}
#footerarea {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	}
#footermenu {
	margin:0;
	padding:0;
	overflow:visible;
}
/* FOOTER MENU >> Menu items layout - Configuration de la mise en page des éléments*/
ul#fmenu {
	list-style-type:none;
	padding:0;
	white-space:nowrap;
	text-align:center;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#fmenu li {
	border:none;
	display:inline;
	line-height: 20px;
	padding:0;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10;
	margin-left: 10px;
}
/* FOOTER MENU >>  Link styles - Mise en forme des liens*/
#fmenu a.menu {
	padding:0;
	text-decoration:none;
	font-size: 10px;
	color: #173642;
}
/* FOOTER MENU >>   mouseover links styles - Elément survolé*/
#fmenu li a:hover {
	color: #a12116;
}
#fmenu a.menu:hover {
	text-decoration:none;
}
/* FOOTER MENU >> First element (border before first menu item) - Premier élément (bordure)*/
#fmenu li.begin {
	display: none;
}
/* FOOTER MENU >>  Separator  between menu items - Separateur entre les éléments*/
#fmenu li.sep {
	background-color:#336699;
}
/* FOOTER MENU >> Last element (border after last menu item) - Dernier élément (bordure)*/
#fmenu li.end {
	display: none;
}
/* FOOTER MENU >> Separator */
#fmenu li.misep {
	display:block;
	height:0px;
	width:0px;
	margin:0;
	font-size:0px;
	line-height:0px;
}
/* END FOOTER MENU */
/* END FOOTER */
/* COPYRIGHT and CREDITS */
#copyright {
	padding: 5px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#copyright span {
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #666666;
	color: #000000;
	padding-top: 5px;
	padding-right: 50px;
	padding-left: 50px;
}
#poweredby {}
#poweredby a, #poweredby a:link, #poweredby a:visited {
	color: #173642;
	font-weight:bold;
	text-decoration:none;
}
#poweredby a:hover {
	color: #a12116;
	font-weight:bold;
	text-decoration:none;
}
#poweredby span {}
/* END COPYRIGHT and CREDITS */
.navbar {
}
.navbar span, .navbar select {
	font-family:Verdana, Arial;
	font-size:10px;
	font-style:normal;
}
.navbar ul {
}
.navbar li {
	padding:0;
	margin:0;
	border:0;
	display:inline;
}
.navbar a, .navbar a:visited, .navbar .off {
	color:#173642;
	font-size:10px;
	font-weight: bold;
}
.navbar a:hover {
	color:#4887A6;
	text-decoration: none;
	font-weight: bold;
}
.navbar span {
	white-space:nowrap;
	font-size:10px;
	margin-right: 2px;
	margin-left: 2px;
}
a span.navfirst, a span.navprev, a span.navnext, a span.navlast {
	margin: 0 5;
}
.navfirst {
}
.navprev {
} 
.navnext {
} 
.navlast {
}
.navbar select {
	color:#173642;
	font-size:10px;
}
.view {
	width:100%;
}
.viewtbl {
	width:100%;
	border:0;
	padding:0;
	margin:0;
	border-collapse:collapse;
	border-spacing:0px;
}
.sectiontb {
	padding:4px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10;
}
.sectiontbarea {
	margin: 0px;
	padding: 0px;
	_width: 100%; /* Fixes a bug in IE (related to the site's structure) */
}
.sectiondata {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10;
	margin-left: 10;
}
.sectiondataarea {
	_width: 100%; /* Fixes a bug in IE (related to the site's structure) */
	
}
.imgbordernone, .imgthumbnail, .imgmain, .imgcat {
	border:none;
}
/* Main buttons */
a.btnmain {
	line-height: 1.7em;
	white-space:nowrap;
	margin: 2px 0px;
	color:#173642;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	padding: 2px 5px 2px 5px;
}
a.btnmain:hover{
	text-decoration:none;
	color:#a12116;
}
a#btnsearch, a#btnviewcart {
	padding-left : 20px;
}
a#btnsearch:hover, a#btnviewcart:hover {
}
a#btnsearch {
	background-image: url(/images/Search.gif);
	background-repeat:no-repeat;
}
a#btnviewcart {
	background-image: url(/images/ShopBag.gif);
	background-repeat:no-repeat;
}
/* Secondary buttons */
a.btnsub {
	font-size:10px;
	font-weight:bold;
	color:#173642;
	text-decoration:none;
	padding:4px 0px 4px 23px;
	background: url(/DesignCss/SharedImages/bullet.gif) no-repeat left center;
	margin: 10px 0px;
}
a.btnsub:hover {
	color:#a12116;
	text-decoration:none;
}
a#btnemailfriend {
	background: url(/DesignCss/SharedImages/EMail.gif) no-repeat 0px 0px;
}
a#btnaddtofav {
	background: url(/DesignCss/SharedImages/Favorite.gif) no-repeat 0px 0px;
}
a#btnattachment {
	background: url(/DesignCss/SharedImages/Attachment.gif) no-repeat 0px 0px;
}
/* icons */
#icontrash, #iconerror, #iconwarning, #iconsalespolicy, #iconattachment, #iconemail, #iconweb, #iconmap {
	width:19px;
	height:19px;
	border:0px;
	vertical-align: text-bottom;
	margin:1px;
}
#icontrash {
	background: url(/DesignCss/SharedImages/TrashCan.gif) no-repeat;
}
#iconerror {
	background: url(/DesignCss/SharedImages/Error.gif) no-repeat;
}
#iconwarning {
	background: url(/DesignCss/SharedImages/Warning.gif) no-repeat;
}
#iconsalespolicy {
	background: url(/DesignCss/SharedImages/SalesPolicy.gif) no-repeat;
}
#iconattachment { /* Mail */
	background: url(/DesignCss/SharedImages/Attachment.gif) no-repeat;
}
#iconemail {
	background: url(/DesignCss/SharedImages/EMail.gif) no-repeat;
}
#iconweb {
	background: url(/DesignCss/SharedImages/Web.gif) no-repeat;
}
#iconmap {
	background: url(/DesignCss/SharedImages/Map.gif) no-repeat;
}
/*** END BUTTONS & ICONS ***/
.blockshortcut {
	display:block;
	width:150px;
	color: #000;
	background-color:#c3c9d4;
	margin: 0 0 5px 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #173642;
	padding: 5px 5px 10px 10px;
}
.blockcontainer {
	margin: 0px;
	padding: 0px;
}
.blockshortcut, .blockshortcut input {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
}
.blockshortcut form,  .blockshortcut p, .blockshortcut span, .blockshortcut input, .blockshortcut select, .blockshortcut textarea, .blockshortcut a {
	margin:0;
	padding:0;
}
.blockshortcut a, .blockshortcut a:link, .blockshortcut a:visited {
	color: #173642;
	text-decoration:none;
}
.blockshortcut a:hover {
	color: #a12116;
	text-decoration:none;
	border:none;
}
.blockshortcut input {
}
#blockuserlogin .LoginTagLine {
}
#blockuserlogin .email, #blockuserlogin input.password, #blocksearch .searchtext, #blocknewsletter .email, #blockcoupon input.coupon {
	width: 150px;
	margin: 2 2 2 0;
}
#blockuserlogin .email, #blockuserlogin input.password {
	width:148px
}
.blockshortcut input.blockbtn {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 0px;
}
.blockshortcut input.blockbtn:hover {
}
#blockuserlogin .blockbtn {
	
}
#blockuserlogin .firstvisit, #blockuserlogin .firstvisit a {
	display:block;
}
#blockuserlogout .hellouser {
	display:block;
}
#blockuserlogout .viewaccountinfo {
	display:block;
}
#blocksearch .searchtext {
	display:block;
	float:left;
	width: 150px;
}
#blocksearch .searchimg {
	display:block;
	float:left;
	background-image:url(/DesignCss/SharedImages/Search.gif);
	background-repeat:no-repeat;
	background-position:left;
	margin-top:2px;
	width:150px;
	height:19px;
}
#blocksearch .blockbtn {
	display:block;
	clear:both;
}
#blocknewsletter .newstagline {
}
#blocknewsletter label {
}
#newsok {
	margin-right: 5px;
}
#newsko {
	margin-right: 5px;
}
#blocknewsletter .email {
	width:148px;
}
#blocknewsletter .blockbtn {
	margin-top: 5px;
}
#blockrssfeeds a.rss {
	background-image:url(/DesignCss/SharedImages/RSSFeeds.gif);
	background-repeat:no-repeat;
	background-position:center;
	padding-right:43px;
	padding-left:100px;
	font-size: 20px;
	line-height: 25px;
}
#blockrssfeeds a.rss:hover {
	text-decoration:none;
}
#blockrssfeeds span.rss {
	display:inline;
}
#blockcoupon span.coupon {
	display:block;
}
#blockcoupon input.coupon {
	margin-right: 5px;
}
#blockcoupon .blockbtn {
}


/********************************************************/
/* @CONTENT												*/
/********************************************************/


/*** ORIGINAL CSS ***/
BODY.PB { color:#000000; font-family:Verdana; }
BODY.PBPW {
	background-color: #bbb199;
	color:#000000;
	font-family:Verdana;
	background-repeat: repeat-x;
	background-position: left bottom;
	margin: 20px;
	height: 100%;
}
.PBPTitle {
	color:#173642;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:16pt;
	font-style:bold;
	margin: 0px;
	padding: 0px;
	line-height: 18px;
}
.PBSTitle { color:#bbb199; font-family:Verdana; font-weight:normal; font-size:1pt; }
.PBColHead { color:#000000; font-family:Verdana; font-size:10pt; }
.PBStatic { color:#393939; font-family:Verdana; font-weight:bold; font-size:8pt; }
.PBMsg { color:#000000; font-family:Verdana; font-size:9pt; }
.PBErrMsg { color:#FF0000; font-family:Verdana; font-weight:bold; font-size:9pt; }
.PBMainTxt { color:#8c2813; font-family:Verdana; font-weight:bold; font-size:10pt; }
.PBShortTxt { color:#2A2A2A; font-family:Verdana; font-size:9pt; }
.PBLongTxt { color:#230023; font-family:Verdana; font-size:9pt; }
.PBCurrency { color:#000000; font-family:Arial; font-weight:bold; font-size:10pt; }
.PBDate { color:#000000; font-family:Verdana; font-size:8pt; font-style:italic; }
.PBNumber { color:#a12116; font-family:Verdana; font-weight:bold; font-size:9pt; }
A.PBLink { color:#173642; font-size:9pt; text-decoration:none; }
A.PBLink:hover { color:#a12116; font-size:9pt; text-decoration:none; }

HR.PBMain { color:#173642; height:2; }
HR.PBSub { color:#173642; height:2; }
TEXTAREA.PB { color:#000000; font-family:Verdana; font-size:8pt; font-style:normal; }
SELECT.PB { color:#173642; font-family:Verdana; font-size:8pt; font-style:normal; }
INPUT.PB { color:#000000; font-family:Verdana; font-size:8pt; font-style:normal; }
INPUT.PBBtnStd { color:#173642; font-family:Verdana; font-weight:bold; font-size:9pt; text-decoration:none; }
A.PBBtnStd { color:#173642; font-family:Verdana; font-weight:bold; font-size:9pt; text-decoration:none; }
A.PBBtnStd:hover { color:#a12116; font-family:Verdana; font-weight:bold; font-size:9pt; text-decoration:none; }
INPUT.PBBmenu { color:#173642; font-family:Arial; font-weight:bold; font-size:8pt; text-decoration:none; }
A.PBBmenu { color:#173642; font-family:Arial; font-weight:bold; font-size:8pt; text-decoration:none; }
A.PBBmenu:hover { color:#a12116; font-family:Arial; font-weight:bold; font-size:8pt; text-decoration:none; }
.PBReqNote { color:#000000; font-family:Verdana; font-size:9pt; font-style:italic; }