body.PB {
	text-align:center;
	font-family: Verdana;
	background-color: #CCC;
	background-image: url(/Files/20001/body-bg.gif);
	background-repeat: repeat-x
}

/* MAIN >> General page container */
#maincontainer {
	text-align:left;
	margin:0 auto;
	width:980px;
}

#topbanner {
	display:block;
	width:100%;
	text-align:center;
	padding-bottom:0px;
	line-height:0px;
}

                                                                                                                                        /* HEADER STYLES >> Configuration de la mise en page des éléments*/
#headercontainer {
	margin: 0px;
	height: 215px;
	background-image: url(/Files/20001/header-01.jpg);
	background-repeat: no-repeat;
	position: relative;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-position: 0px 0px;
	background-color: #FFFFFF;
}
#headerarea {
	position:relative;
	margin:0;
	padding:0;
}
#headerlogo {
	position: absolute;
	left: 30px;
	top: 30px;
	width: 200px;
	text-align: left;
}
#headerlogo a {
	vertical-align: middle;
}
#headerlogo img {
	border: 0;
}
#headerbanner {
      display:block;
      width:100%;
      background-color:Silver;
      text-align:center;
}

#headerdata {
	width:560px;
	position: absolute;
	padding: 0px;
	margin: 0px;
	text-align: right;
	right: 30px;
	top: 30px;
}
#headertext {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 24px;
	font-family:Arial, Helvetica, sans-serif;
	display: block;
	
}
#headerbanner {
}
                                                                                                                                                                     /* HORIZONTAL MENU  >> menu block  - Boîte menu*/
#headermenu {
	position: absolute;
	top: 155px;
	left: 10px;
	width: 960px;
	height: 50px;
	padding: 0px;
	overflow: visible;
	
}
/* HORIZONTAL MENU  >> Configuration de la mise en page des éléments*/
ul#hmenu {
	float: right;
	margin: 0px;
	list-style-position: outside;
	list-style-type: none;
	padding: 0px;
}
#hmenu li {
	float: left;/* only left to keep menu items in the correct order*/
}
/* HORIZONTAL MENU  >> Mise en forme des liens*/
#hmenu a.menu, #hmenu span {
	display: block;
/*	color: #0099CC;*/
	color: #ffff00;
	_width: 1px;
/*	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #ffcc00;*/
	white-space: nowrap;
	background-image: url(/Files/20001/MHOnglet2A.jpg);
	background-repeat: no-repeat;
	background-position: left top;
/*	background-position: 0px 0px;*/
	padding-top: 16px;
	padding-right: 10px;
	padding-bottom: 17px;
	padding-left: 10px;
	text-decoration:none;
}

/* HORIZONTAL MENU  >> Elément survolé*/
#hmenu li a:hover {
}
#hmenu a.menu:hover {
	text-decoration:none;
	color: #FFFFFF;
	background-image: url(/Files/20001/MHOnglet2B.jpg);
	background-repeat: no-repeat;
	background-position: left top;
/*	background-color: #999;*/
}
/* HORIZONTAL MENU  >> Mise en form des Textes*/
#hmenu span {
	color: #ffff00;
}
/* HORIZONTAL MENU  >> Premier élément (bordure)*/
#hmenu li.begin {
	display: block;
	float: left;
	width: 1px;
	margin: 0px;
	padding: 0px;
	background-image: url(/Files/20001/shim.gif);
	background-position: 10px 0px;
	height: 50px;
}
/* HORIZONTAL MENU  >> Separateur entre les éléments*/
#hmenu li.sep {
	background-image: url(/Files/20001/MHSepar.jpg);
	background-repeat: no-repeat;
/*	background-position: left top;*/
/*	background-color:red;*/
}
/* HORIZONTAL MENU  >> Dernier élément (bordure)*/
#hmenu li.end {
	height: 50px;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}
/* HORIZONTAL MENU  >> Eléments*/
#hmenu li.mitext {
	text-align:center;
	font-size: 18px;
/*	font-weight: bold;*/
	font-family: Arial, Helvetica, sans-serif;
	white-space: nowrap;
	letter-spacing: 0.em;
}
                                                                                                                                                                                                              /* END HEADER STYLES */


                                                                                                                                                                                                                  /* CONTENT STYLES */
#bodycontainer {
	background-color: #FFFFFF;

	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#bodyarea {
	margin:0 0 0 0;
	position:relative;
}
#bodycolumn1 {
	float:left;
	position:relative;/*necessary for IE when body area is positioned relative*/
	top:0px;
	left:0px;
	width:201px;
	margin: 0;
	padding: 0;
}
#bodycolumn2 {
	margin:0 0 0 201; /* right margin leaves room for #bodycolumn1 */
	padding:0;
}
#bodycolumn3 {
	position:absolute;
	top:-100px;
	right:-20px;
	background-color:silver;
	margin:0;
	padding:0;
}
#verticalbanner {
      position:absolute;
      left:0;
      top:0;
}

#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 {
	min-height:450px;
	height:auto;	
	margin: 0px;
	padding: 0px;
}
/* for min-height in IE */
/**/
*html #bodyarea {
	height:450px;
}
/**/
#bodydata form {
	margin: 0px;
	padding: 0px;
}
/* clear floating in bodycolumns 1 and 3 and lengthen the page if a floating column is longer than main content in #bodycolumn2 */
.clearbodycontainer {
	clear:both;
	font-size:1px;
	line-height:0px;
}
                                                                                                                                                                                                            /* END CONTENT STYLES */

                                                                                                                                              /* VERTICAL MENU  >>  Configuration de la mise en page générale*/
#verticalmenu {
	display:block;
	margin:0;
	overflow:visible;
	background-image: url(/Files/20001/MenuVMA.jpg);
	background-repeat: no-repeat;
	padding: 0 0 0 0;
	text-align: left;
}
                                                           /* VERTICAL MENU  >> Configuration de la mise en page des éléments*/
ul#vmenu {
	margin:0;
	list-style-position: outside;
	list-style-type: none;
	background-image: url(/Files/20001/MenuVMB.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 24;
	padding-left: 0;
}

#vmenu li {
	vertical-align: middle;
}

#vmenu li.mitext {
	vertical-align: middle;
}

#vmenu li.miimg {
}

#vmenu li.miimg img {
}

                                                        /* VERTICAL MENU  >> Premier élément (bordure avant le 1er element)*/
#vmenu li.begin {
	display:none;
}
                                                        /* VERTICAL MENU  >> Separateur entre les éléments*/
#vmenu li.sep {
}
                                                       /* VERTICAL MENU  >> Dernier élément (bordure aprčs dernier élément)*/
#vmenu li.end {
	display:none;
/*	background-image: url(/Files/20001/MenuVMB.jpg);
	background-repeat: no-repeat;
	background-position: bottom;*/
}
                                                        /* VERTICAL MENU  >> Eléments du menu*/
#vmenu li.mitext {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
	line-height: 14px;
	color:#000000;
	text-align: center;
	vertical-align: middle;
 	background-image: url(Files/20001/MenuV2.gif);
}
                                                         /* VERTICAL MENU  >> Eléments de type separation*/
#vmenu li.menusep {
}
                                                         /* VERTICAL MENU  >> Eléments de type espace*/
#vmenu li.mispacer {
	height:20px;
}
                                                        /* VERTICAL MENU  >> Eléments de type séparateur*/
#vmenu li.misep {
	margin-left:0;
	margin-right: 0;
	background-image: url(/Files/20001/MenuVMC.jpg);
	background-repeat: no-repeat;
	height:29px;
}

                                                         /* VERTICAL MENU  >> Mise en forme des liens*/
#vmenu li.mitext a.menu {
	background-image: url(/Files/20001/MenuV.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration:none;
	display:block;
	vertical-align: middle;
	color:#000000;
	font-size:14px;
	line-height: 14px;
/*	padding:inherit;*/
	width: 201px;
        height:38;
}
                                                           /* VERTICAL MENU  >> Elément survolé*/
#vmenu li.mitext a.menu:hover {
	background-image: url(/Files/20001/MVOnglet2B.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration:none;
	display:block;
	color:#0066CC;
	font-size:14px;
	line-height: 14px;
	vertical-align: middle;
	width: 201px;
        height:38;
}

#vmenu li.miimg a.menu img {
	border: 0px solid #211D8B;
}
#vmenu li.miimg a.menu:hover img {
/*	border:1px solid #7587ED;*/
}


                                                                                                                                              /* FOOTER STYLES */
#footercontainer {
	clear:both;
	background-color:#CCC;
	text-decoration:none;
	border:none;
	margin:0;
	padding:0;
	width:100%;
	background-image: url(/DesignCss/18000/295/pagebottom-d01.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 60px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}
#footerarea {
	text-decoration:none;
	border:none;
	width:980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	}
#footermenu {
	text-decoration:none;
	border:none;
	margin:0;
	padding:40px 0 0 0;
	overflow:visible;
}
/* FOOTER MENU >> Menu items layout - Configuration de la mise en page des éléments*/
ul#fmenu {
	text-decoration:none;
	border:none;
	width:960px;
	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 {
	text-decoration:none;
	border:none;
	display:inline;
	line-height: 20px;
	padding:0;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
}
/* FOOTER MENU >>  Link styles - Mise en forme des liens*/
#fmenu a.menu {
	text-decoration:none;
	border:none;
	font-size: 10px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
/* FOOTER MENU >>   mouseover links styles - Elément survolé*/
#fmenu li a:hover {
	text-decoration:none;
	border:none;
}
#fmenu a.menu:hover {
	text-decoration:none;
	border:none;
	color: #666;
}
/* 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:silver;
}
/* 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;
}


#fmenu li.miimg a.menu img {
	text-decoration:none;
	border:none;
}
#vmenu li.miimg a.menu:hover img {
	text-decoration:none;
	border:none;
}




/* END FOOTER MENU */

/* COPYRIGHT and CREDITS */
#copyright {
	padding: 5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#copyright span {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	color: #666666;
	padding-top: 5px;
	padding-right: 50px;
	padding-left: 50px;
}
#poweredby {}
#poweredby a, #poweredby a:link, #poweredby a:visited, .blockshortcut a {
	color: #211D8B;
	text-decoration:none;
}
#poweredby a:hover {
	text-decoration:underline;
	border:none;
}
#poweredby span {}
/* END COPYRIGHT and CREDITS */

/* END FOOTER */

/*LANGUAGE ICONS */
#langflags {
	text-align:center;
	margin: 0;
	padding: 10px 0px;
}
#langflags ul, #langflags li, #langflags a, #langflags span {
	margin: 0;
	padding: 0;
}
#langflags ul {
	list-style-type:none;
	list-style-position:outside;
	text-align:center;
}

#langflags ul li {
	display: inline;
	text-align: center;
}
#langflags ul li a span {
	background-repeat:no-repeat;
	display: inline;
	white-space: nowrap;
	text-align: center;
	cursor:pointer;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 12px;
	background-position: center center;
	height: 15px;
	width: 22px;
	line-height: 1.2em;
}
#langflags a span {
	border:1px solid #999;
}
#langflags a:hover span {
	border:1px solid #FFCC00;
}
#flag0 {
	background: #FFF url(/DesignCss/SharedImages/FlagL0.gif) no-repeat;
}
#flag1 {
	background: #FFF url(/DesignCss/SharedImages/FlagL1.gif) no-repeat;
}
#flag2 {
	background:#FFF url(/DesignCss/SharedImages/FlagL2.gif) no-repeat;
}
#flag3 {
	background:#FFF url(/DesignCss/SharedImages/FlagL3.gif) no-repeat;
}
#flag4 {
	background:#FFF url(/DesignCss/SharedImages/FlagL4.gif) no-repeat;
}
#flag5 {
	background:#FFF url(/DesignCss/SharedImages/FlagL5.gif) no-repeat;
}
/* END LANGUAGE ICONS */


#bannervertical {
	position:absolute;
	left:0;
	top:0;
	width:0px;
	margin-left:20px;
}

.navbar {
	
}
.navbar span, .navbar select {
	font-family:arial;
	font-size:12px;
	font-style:normal;
	font-weight: bold;
	padding: 0px;
}
.navbar ul {
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.navbar li {
	padding:0;
	margin: 0;
	border:0;
	display: inline;
	line-height: normal;
}
.navbar a, .navbar a:visited, .navbar .off {
	color:#211D8B;
	text-decoration: none;
}

.navbar a:hover {

	color:#7688EE;
	font-weight: bolder;
	text-decoration: underline;
}

.navbar span {
	white-space:nowrap;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;

	margin-left: 1px;
}
.navbar select {
	background-color:#FFFFFF;
	color:#000;
}
a span.navfirst, a span.navprev, a span.navnext, a span.navlast {
	margin: 0 5;
	/*padding: 0 10px;
	line-height:20px;
	background-repeat: no-repeat;
	background-position: center;*/
}
.navfirst {
	/*background-image: url(/Designv3/SharedImages/first-nav.jpg);*/
}
.navprev {
	/*background-image: url(/Designv3/SharedImages/prev-nav.jpg);*/
} 
.navnext {
	/*background-image: url(/Designv3/SharedImages/next-nav.jpg);*/
} 
.navlast {
	/*background-image: url(/Designv3/SharedImages/last-nav.jpg);*/
}
.view {
	width:100%;
	background-color:white;
	margin: 0px;
	padding: 0px;
}
.viewtbl {
	width:100%;
	border:0;
	padding:0;
	margin:0;
	border-collapse: collapse;
	border-spacing: 0px;
	
}
.sectiontb {
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.sectiontbarea {
	margin: 0px;
	padding: 0px;
	_width: 100%; /* Fixes a bug in IE (related to the site's structure) */
}



.sectiondata {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 0px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;	
}
.sectiondataarea {
	_width: 100%; /* Fixes a bug in IE (related to the site's structure) */
       _height: 100%;

	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin: 0px;
	background-image: url(/DesignCss/18000/295/OffsetRoundedCornersBottom.gif);
	background-position: right bottom;
}
.imgbordernone, .imgthumbnail, .imgmain, .imgcat {
	border:none;
}
/* Main buttons */
a.btnmain {
	line-height: 1.7em;
	white-space:nowrap;
	margin: 2px 0px;
	color:#fff;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	padding: 2px 5px 2px 5px;
	background-color: #211D8B;
}

a.btnmain:hover{
	text-decoration:none;
	background-color:#7486EC;
	color:#FFFFFF;
}
a#btnsearch, a#btnviewcart {
	padding-left : 20px;
	background: #211D8B no-repeat 4px center;
}
a#btnsearch:hover, a#btnviewcart:hover {
	background-color: #7486EC;
}
a#btnsearch {
	background-image: url(/DesignCss/SharedImages/white/Search.gif);
}
a#btnviewcart {
	background-image: url(/DesignCss/SharedImages/white/ShopBag.gif);
}
/* Secondary buttons */
a.btnsub {
	font-size:10px;
	font-weight:bold;
	color:#211D8B;
	text-decoration:none;
	padding:4px 0px 4px 23px;
	background: url(/DesignCss/SharedImages/bullet.gif) no-repeat left center;
	line-height: 2em;
	margin: 10px 0px;
}
a.btnsub:hover {
	text-decoration:underline;
}
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 {
	background-color: #CCC;
	display:block;
	width:200px;
	padding:5px;
	margin: 0 0 5 10;
	color: #000;
	border-width: 1px;
	border-style: solid;

	border-color: #999 #000 #000 #999;
}
.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: #211D8B;
	text-decoration:none;
}
.blockshortcut a:hover {
	text-decoration:underline;
	border:none;
}
.blockshortcut input {
	
	
}
#blockuserlogin .LoginTagLine {
	
}
#blockuserlogin .email, #blockuserlogin input.password, #blocksearch .searchtext, #blocknewsletter .email, #blockcoupon input.coupon {
	margin: 2 2 2 0;
	
}
#blockuserlogin .email, #blockuserlogin input.password {
	width: 160px;
}
.blockshortcut input.blockbtn {
	margin-top: 5;
	margin-right: 5;
	margin-bottom: 2px;
	margin-left: 0;
}
.blockshortcut input.blockbtn:hover {
	
}
#blockuserlogin .blockbtn {
	margin-right:5px;
}


#blockuserlogin .firstvisit, #blockuserlogin .firstvisit a {
	display:block;
}
#blockuserlogout .hellouser {
	display:block;
}
#blockuserlogout .viewaccountinfo {
	display:block;
}
#blocksearch .searchtext {
	display:block;
	float:left;
	width: 160px;
}
#blocksearch .searchimg {
	display:block;
	float:left;
	background-image:url(/DesignCss/SharedImages/Search.gif);
	background-repeat:no-repeat;
	background-position:left;
	margin-top:2px;
	width:20px;
	height:19px;
}
#blocksearch .blockbtn {
	display:block;
	clear:both;
}

#blocknewsletter .newstagline {
}
#blocknewsletter label {
}
#newsok {
	margin-right: 5px;
	
}
#newsko {
	margin-right: 5px;
	
}
#blocknewsletter .email {
	width: 130px;
}
#blocknewsletter .blockbtn {
	margin-top: 5px;
}
#blockrssfeeds a.rss {
	background-image:url(/DesignCss/SharedImages/RSSFeeds.gif);
	background-repeat:no-repeat;
	background-position:left;
	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 {
	width: 130px;
	margin-right: 5px;
}
#blockcoupon .blockbtn {
}



/********************************************************/		
/* @CONTENT												*/
/********************************************************/


/*** ORIGINAL CSS ***/
BODY.PBPW {
	background-color:#FFFFFF;
	color:#000000;
	font-family:Verdana;
	background-image: url(/DesignCss/18000/295/popup-bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin: 20px;
	height: 100%;
}

.PBPTitle {

/*	position: absolute;
	top: 10px;
	left: 214px;
	width: 960px;
	height: 30px;
	padding: 0px;
	overflow: visible;*/

	color:#211D8B;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:16pt;
	font-style:normal;
	vertical-align: middle;
	margin: 0px;
	padding: -10px;
	height: 30px;
	width: 400px;
	line-height: 14px;
	background-image: url(/Files/20001/fond-titre.jpg);
	background-repeat: no-repeat;
	background-position: top left ;
}
.PBSTitle { color:#6271D8; font-family:Verdana; font-weight:bold; font-size:12pt; }
.PBColHead { color:#000000; font-family:Verdana; font-size:10pt; }
.PBStatic { color:#393939; font-family:Verdana; font-weight:bold; font-size:8pt; }
.PBMsg { color:#000015; font-family:Verdana; font-size:9pt; }
.PBErrMsg { color:#FF0000; font-family:Verdana; font-weight:bold; font-size:10pt; }
.PBMainTxt { color:#666666; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold; font-size:9pt; font-style:normal; }
.PBShortTxt { color:#333; font-family:Verdana; font-size:9pt;}
.PBLongTxt { color:#230023; font-family:Verdana; font-size:8pt; }
.PBCurrency { color:#000000; font-family:Arial; font-weight:bold; font-size:10pt; }
.PBDate { color:#000000; font-family:Verdana; font-size:10pt; font-style:italic; }
.PBNumber { color:#333333; font-family:Verdana; font-weight:bold; font-size:10pt; font-style:italic; }
A.PBLink { color:#211D8B; font-size:20pt; text-decoration:none; }
A.PBLink:hover { color:#211D8B; font-size:20pt; text-decoration:underline; }

HR.PBMain { color:#000000; height:2; }
HR.PBSub { color:#000000; height:1; }
TEXTAREA.PB { color:#000000; font-family:Verdana; font-size:8pt; font-style:normal; }
SELECT.PB {
	color:#000000;
	font-family:Verdana;
	font-size:8pt;
	font-style:normal;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
}
INPUT.PB { color:#000000; font-family:Verdana; font-size:8pt; font-style:normal;}
INPUT.PBBtnStd { color:#000000; font-family:Verdana; font-weight:bold; font-size:8pt; }

A.PBBtnStd { color:#201D8A; font-family:Verdana; font-weight:bold; font-size:8pt; text-decoration:none; }
A.PBBtnStd:hover { color:#7486EC; font-family:Verdana; font-weight:bold; font-size:8pt; text-decoration:underline; }
.PBReqNote { color:#000000; font-family:Verdana; font-size:9pt; font-style:italic; }
