body.PB {
	text-align:center;
	font-family: Verdana;
	margin:0;
	padding:0;
	background: #7c9fc8 url(/Files/23339/resellers-maincontainer.gif) repeat-x center top;
	}

/* MAIN >> General page container */
#maincontainer {
	text-align:center;
	width:100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#topbanner {
	display:block;
	width:980px;
	margin-top: 5;
	margin-right: auto;
	margin-left: auto;
}
/* HEADER STYLES >> General layout configuration - Configuration de la mise en page des éléments*/
#headercontainer {
	padding:0px;
	width: 100%;
	left: 0px;
	position: relative;/* Necessary for correct display of dropdown menus */
	z-index: 100;/* Necessary for correct display of dropdown menus */
	top: 0px;
	margin: 0px auto;
	height: 106px;
}
#headerarea {
	width: 996px;
	position: relative;
	background: url(/Files/23339/Img/22/resellers-headerUK.jpg) no-repeat center top;
	margin: 0px auto;
	height: 106px;
	text-align: right;
	
}
#headercolumn2 {
	margin-left: 225px;
}

#headercolumn1 {
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
	width: 220px;
}
#headerlogo {
	margin:0;
	display: block;
	vertical-align: top;
	text-align: left;
	overflow: hidden;
	padding: 0px;
	height: 70px;
	width: 515px;
}
#headerlogo a {
	vertical-align: middle;
	text-decoration:none;
	margin: 0em;
	padding: 0px;
}
#headerlogo img {
	border: none;
}
#headerbanner {
	display:block;
	width:100%;
	background-color:Silver;
	text-align:center;
}
#headerdata {
	text-align: left;
	padding: 0;
	position: relative;
	top: 0px;
	right: 0px;
	width: 465px;
	float: right;
}
#headerdata img {
	margin: 0px;
	top: 0px;
	right: 0px;
}
#headertext {
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	position: absolute;
	top: 0px;
	display: block;
	width: 100%;
	left: 0px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
a.PBHMItem {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	background: no-repeat right center;
	padding-right: 15px;
	margin-right:8px;
	line-height:2em;
}
a.PBHMItem {
	color:#FFF;
	background: url(/Files/23339/resellers-flecheblanc.gif) no-repeat right center;
}
a.PBHMItem:hover {
	color:#f29400;
	background: url(/Files/23339/resellers-flecheFFCC10orange.gif) no-repeat right center;
}
/* HORIZONTAL MENU  >> menu block  - Boîte menu*/
#headermenu {
	overflow: visible;
	width: 996px;
	top: 72px;
	left: 0px;
	padding: 0px;
	height: 30px;
	position: absolute;
}
/* HORIZONTAL MENU  >> menu  items layout configuration  - Configuration de la mise en page des éléments*/
ul#hmenu {
	float: right;
	margin: 0px;
	padding: 0px 8px;
	list-style-position: outside;
	list-style-type: none;
}
#hmenu li {
	position:relative; /* Necessary for submenu positioning  */
	float: left;
	left: 0px;
	top: 0px;
}
/* HORIZONTAL MENU  >> Link styles - Mise en forme des liens*/
#hmenu a.menu, #hmenu span {
	display: block;
	white-space: nowrap;
	_width: 1px;
	color: #FFF;
	padding-top: 7px;
	padding-right: 10;
	padding-bottom: 7px;
	padding-left: 10;
	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: #1c2353;
	background: url(/Files/23339/resellers-hmenuHover.png) no-repeat left top;
}
/* HORIZONTAL MENU  >> - text styles - Mise en form des Textes*/
#hmenu span {
	
}

/* HORIZONTAL MENU  >> First element (border before first menu item) - Premier élément (bordure)*/
#hmenu li.begin {
	display: block;
	float: left;
	width: 1px;
	margin: 0px;
	padding: 0px;
}

/* HORIZONTAL MENU  >> Last element (border after last menu item) - Dernier élément (bordure)*/
#hmenu li.end {
	width: 1px;/*necessary when floating the ul to the right*/
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	border: none;
}
/* HORIZONTAL MENU  >> Menu items - Eléments*/
#hmenu li.mitext {
	text-align:center;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
}
#hmenu li.miimg img{
	border:none;
}
#hmenu li.miimg a {
	padding:0;
}
/* HORIZONTAL SUBMENU >> */
ul#hmenu li div {
	margin:0;
	border:none;
	padding-top:0px;
}
ul#hmenu li ul.submenu{
	list-style-position: outside;
	list-style-type: none;
	padding: 0;
	margin:0;/*DEFINE BG COLOR HERE */
	position:absolute;
	visibility:hidden;
	left:0px;
	top:29px;
	background: #f29400;
}

ul#hmenu li ul.submenu li {
	float:none;/* cancels inherited float properties */
	clear:both;
}
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 {
	background-color:transparent;
	border:none;/* cancels inhertited left and right borders */
	padding-left:10px; /* set lateral padding here*/
	padding-right:10px;
	width:200px;
}

/* 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:0px;
	*right:-1px; /* for IE only */
}
ul#hmenu li ul.submenu li {
	
}
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:4px;
	border-bottom: 1px solid #3D270F;
}

ul#hmenu li ul.submenu li.end{
	display:none;
}
/* Submenu section titles */
#hmenu li ul.submenu li.mititle span, #hmenu li ul.submenu li.mititle a {
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	text-align: left;
}

ul#hmenu li.mitext ul.submenu li.mitext{

	text-align: left;
}
ul#hmenu li ul.submenu li.menusep {
	
}
ul#hmenu li ul.submenu li a, ul#hmenu li ul.submenu li span {
	display:block;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	white-space:normal;
	margin: 0px;
	padding-top: 4px; /* set vertical padding here*/
	padding-bottom:4px;
	color: #1c2353;
	border-style: none;
}
ul#hmenu li ul.submenu li a:hover {
	color:#1c2353;
	border-style: none;
	background: #EA0 url(none);
}
ul#hmenu li ul.submenu li.mititle a:hover {
	color: #1c2353;
}
ul#hmenu li ul.submenu li.miimg a.menu img {
	border:none;
}
ul#hmenu li.miimg ul.submenu a, ul#hmenu li.miimg ul.submenu span {
	text-align: left;
}
/* HORIZONTAL SUBMENU END */

/* END HEADER STYLES */

/* CONTENT STYLES */
#bodycontainer {
	width: 996px;
	position:relative;
	z-index:50;/* necessary for submenus */
	margin: 0px auto;
	padding: 0;
	background: url(/Files/23339/resellers-bodycontainer.gif) repeat-y center;
}
#bodyarea {
	min-height:450px;
	height:auto;
	position:relative;
	padding-top: 10px;
	margin: 0px auto;
	background: url(/Files/23339/resellers-bodyarea.gif) no-repeat center top;
}
/* for min-height in IE */
/*\*/
*html #bodyarea {
	height:450px;
}
/**/
#bodycolumn1 {
	display:none;
}
#bodycolumn2 {
	padding:0;
	margin-top: 0;
	margin-right: 8px;
	margin-bottom: 0;
	margin-left: 8px;
}
#bodycolumn3 {
	position:absolute;
	top:-114px;
	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;
}
#bodydata {
	margin: 0;
}
.clearbodycontainer {
	clear:both;
	font-size:1px;
	line-height:0px;
}

/* END CONTENT STYLES */

/* VERTICAL MENU  >> General layout configuration - Configuration de la mise en page générale*/
#verticalmenu {
	display:block;
	margin:0;
	padding:0;
	overflow:visible;
}
/* VERTICAL MENU  >> Menu items layout styles - Configuration de la mise en page des éléments*/
ul#vmenu {
	margin:0;
	padding:0;
	list-style-position: outside;
	list-style-type: none;
}
#vmenu li a, #vmenu li span, #vmenu li.misep, #vmenu li.mispacer {
	/*width:200px;  set menu width here */
}
/* GENERAL LI STYLES */
#vmenu li {
	padding:0;
	margin: 0;
	position:relative; /* Necessary for submenu positioning */
	text-align: left;
	zoom:1;
}
#vmenu li.miimg {
	text-align:center;
}
#vmenu li.miimg img {
	
}
/* VERTICAL MENU  >> First element (border before first menu item) - Premier élément (bordure)*/
#vmenu li.begin {
	display:none;
}
/* VERTICAL MENU  >> Last element (border after last menu item) - Dernier élément (bordure)*/
#vmenu li.end {
	display:none;
}

/* VERTICAL MENU  >> Spacers - Eléments de type espace*/
#vmenu li.mispacer {
	height:20px;
}
/* VERTICAL MENU  >> Separators - Eléments de type séparateur*/
#vmenu li.misep {
	height:10px;
	border-top: none;
	border-right: none;
	border-bottom: 2px solid #999;
	border-left:none;
}
#vmenu li.mitext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height: 14px;
}

/* GENERAL LINK STYLES */
#vmenu a.menu, #vmenu span {
	text-decoration:none;
	display:block;
	color:#999;
	padding: 5px 10px;
}
/* VERTICAL MENU  >> mouseover links styles - Elément survolé*/
#vmenu li a:hover, #vmenu li a.subactive {
	color: #000;
	background: #CCC;
}
#vmenu li.mititle span, #vmenu li.mititle a.menu {
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	color: #000000;
}

#vmenu li.mititle a.menu:hover, #vmenu li.mititle a.subactive {
	
}
#vmenu li.mitext a.menu, #vmenu li.mitext span {
	
}
*html #vmenu li.mitext a.menu, *html #vmenu li.mitext span {
	
}
#vmenu li.mitext a.menu:hover, #vmenu li.mitext a.subactive {
	
}

#vmenu li.miimg a.menu img {
	border: none;
}
#vmenu li.miimg a.menu:hover img {
	border: none;
}
/* VERTICAL MENU SUBMENUS >> BEGIN */
ul#vmenu li div{
	padding:0px;
	margin:0;
	border: none;
}
ul#vmenu li ul.submenu{
	list-style-position: outside;
	list-style-type: none;
	padding: 0;
	margin:0;
	background-color:#FFFFFF;
	border: 1px solid #000;
	position:absolute;
	top:0px;
	left:200px;
	visibility:hidden;
}
/* Class used to specify the Bottommost item on the Vertical menu and correctly position it's submenu */
ul#vmenu li.menuup ul.submenu{
	bottom:-1px;
	top:auto;
}
/* GENERAL SUBMENU LI STYLES */
ul#vmenu li ul.submenu li {
	margin:0;
	text-align: left;
}
ul#vmenu li ul.submenu li.miimg, ul#vmenu li ul.submenu li.miimg img {
	text-align:center;
	padding:0;
}

ul#vmenu li ul.submenu li.misep {
	height:4px;
	border-bottom: 1px solid #000;
	border-top:none;
	border-right: none;
	border-left:none;
}
ul#vmenu li ul.submenu li.menusep {
}
ul#vmenu li ul.submenu li a, ul#vmenu li ul.submenu li span, ul#vmenu li ul.submenu li.misep, ul#vmenu li ul.submenu li.mispacer{
	width:200px;
	padding-left:10px;
	padding-right:10px;
	margin: 0px;
}
ul#vmenu li.mititle ul.submenu li a.menu, ul#vmenu li.mititle ul.submenu li span {
	background-image:none;
}

#vmenu li ul.submenu li.mititle span, #vmenu li ul.submenu li.mititle a.menu {
	margin: 0px;
	padding-top: 4px;
	padding-bottom:4px;
	font-size: 12px;
	color:#000000;
	line-height: 15px;
	font-weight: bold;
	text-decoration:none;
	border-right:none;
	background-image:none
}
#vmenu li ul.submenu li.mititle a.menu:hover {
	color: #000;
	background-color: #CCC;
	border-right:none;
}
ul#vmenu li ul.submenu li.mitext a.menu, ul#vmenu li ul.submenu li.mitext span {
	color:#666;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	line-height:14px;
	padding-top:4px;
	padding-bottom:4px;
	border-right:none;
}
ul#vmenu li ul.submenu li.mitext a.menu:hover{
	font-weight:normal;
	color: #000;
	background: #CCC url(none);
	border-right:none;
}
ul#vmenu li ul.submenu li.miimg a.menu, ul#vmenu li ul.submenu li.miimg a.menu img{
	text-align:center;
	border-right:none;
}

ul#vmenu li ul.submenu li.miimg a.menu:hover{
	background-color: #CCC;
	border-right:none;
}

/* VERTICAL SUBMENU END */

/* FOOTER STYLES */
#footercontainer {
	clear:both;
	padding:0;
	width:996px;
	height: 30px;
	font-size: 10px;
	color: #000000;
	margin: 0px auto 0;
	/*background: #526a8e url(/Files/23339/resellers-footercontainer.gif) repeat-y center bottom;*/
}
#footerarea {
	width:996px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	/*background: url(/Files/23339/resellers-footer.gif) no-repeat center bottom;*/
	}
#footermenu {
	margin:0;
	padding:0;
	width:996px;
	overflow:visible;
	background: #526a8e url(/Files/23339/resellers-footercontainer.gif) repeat-y center bottom;
}
/* FOOTER MENU >> Menu items layout - Configuration de la mise en page des éléments*/
ul#fmenu {
	list-style-type:none;
	padding:0 20px 15px 20px;
	white-space:nowrap;
	text-align:center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background: url(/Files/23339/resellers-footer.gif) no-repeat center bottom;
}
#fmenu li {
	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, #fmenu span {
	text-decoration:none;
	font-size: 10px;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}
/* FOOTER MENU >>   mouseover links styles - Elément survolé*/
#fmenu li a:hover {
}
#fmenu a.menu:hover {
	text-decoration:underline;
	color: #FC0;
}
/* 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:#FFFFFF;
}
#fmenu li.mispacer {
	line-height:10px;
	width:1px;
	margin:0 2px;
	padding:0;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
/* 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 */
/* COPYRIGHT and CREDITS */
#copyright {
	margin: 0;
	padding: 5px;
}
#copyright span {
	color: #FFF;
	padding-top: 5px;
	padding-right: 50px;
	padding-left: 50px;
}
#poweredby {}
 

#poweredby a, #poweredby a:link, #poweredby a:visited {
	color: #FFF;
	text-decoration:none;
}
#poweredby a:hover {
	font-weight: bold;
}
#poweredby span {}
/* END COPYRIGHT and CREDITS */
/* END FOOTER */

/*LANGUAGE ICONS */
#langflags {
	text-align:right;
	margin: 0;
	padding: 10px 5px 10px 5px;
}
#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: right;
}
#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 */

.navbar {
	margin: 0px;
	padding: 0px;
}
.navbar span, .navbar select {
	font-family:arial;
	font-size:12px;
	font-style:normal;
}
.navbar ul {
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.navbar li {
	padding:0;
	margin: 0;
	border:0;
	display: inline;	
}
.navbar a, .navbar a:visited, .navbar .off{
	color:#1c2353;
	font-weight: bold;
	text-decoration:none;
}
.navbar a:hover {
	color:#f29400;
	font-weight: bolder;
	text-decoration: underline;
}

.navbar span {
	white-space:nowrap;
	margin-right: 1px;
	margin-left: 1px;
	margin-top: 0px;
	margin-bottom: 0px;
}
a span.navfirst, a span.navprev, a span.navnext, a span.navlast {
	margin: 0 5;
}

.navbar select {
	background-color:#FFF;
	color:#000;
}
.view {
	width: 100%;
	padding: 0px;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-top: 0px;
	margin-left: 0px;
}
.viewtbl {
	width: 100%;
	border:0;
	padding:0;
	margin:0;
	border-collapse: collapse;
	border-spacing: 0px;
}

.sectiontb {
	margin:0 20px 0 60px;
}
.sectiontbarea {
	margin: 0px;
	padding:  0;
	;
	_width: 100%; /* Fixes a bug in IE (related to the site's structure) */
}
.sectiondata {
	background-color:#FFF;
	background-repeat: repeat-x;
	padding: 0px;
	;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 60px;
}
.sectiondataarea {
	_width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.tblResellers {
	background: url(/Files/23339/accueil-resellers.png) no-repeat center top;	
}
.tblnoborder, .tblResellers, .tblnoborder td {
	border: none;
}



.imgbordernone, .imgthumbnail, .imgmain, .imgcat  {
	border:none;
}
/* Main buttons */
a.btnmain span {
	margin: 0px;
	padding: 0px 0px 4px 7px;
	text-decoration:none;
	outline:none;
	white-space: nowrap;
	background-image: url(/Files/23339/btnmainSpan.png);
	background-repeat: no-repeat;
	background-position: left -3px;
	_zoom:1;
}
a.btnmain {
	font-size:11px;
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:none;
	line-height:1.2em;
	margin: 0px;
	padding: 0 7px 4px 0px;
	background-image: url(/Files/23339/btnmain.png);
	background-repeat: no-repeat;
	background-position: right -3px;
	_zoom:1;
}
a.btnmain:hover {
	background-image: url(/Files/23339/btnmain.png);
	background-repeat: no-repeat;
	background-position: right -25px;
	text-decoration:none;
}
a.btnmain:hover span{
	background-image: url(/Files/23339/btnmainSpan.png);
	background-position: left -25px;
	background-repeat: no-repeat;
	text-decoration:none;
	color:#FFFFFF;
}
a#btnsearch, a#btnviewcart, a#btnplus {
	background-repeat: no-repeat;
	background-position: right -3px;
	margin: 0px;
	padding: 0px 25px 4px 0px;
	font-size:11px;
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:none;
	outline:none;
	line-height:1.2em;
}
a#btnsearch span, a#btnviewcart span, a#btnplus span {
	padding-right: 0px;
}
a#btnsearch:hover, a#btnviewcart:hover, a#btnplus:hover {
	background-repeat: no-repeat;
	background-position: right -25px;
	text-decoration:none;
}
a#btnsearch {
	background-image: url(/Files/23339/btnsearch.png);
}
a#btnviewcart {
	background-image: url(/Files/23339/btnviewcart.png);
}
a#btnplus {
	background-image: url(/Files/23339/btnplus.png);
}



/* Secondary buttons */
a.btnsub {
	font-size:12px;
	font-weight:bold;
	color:#1c2353;
	text-decoration:none;
	line-height: 1.4em;
	margin: 10px 0px;
}
a.btnsub:hover {
	text-decoration:underline;
}
a#btnsublink {
	background: url(/Files/23339/flechebullet.png) no-repeat right center;
	padding:4px 20px 4px 0px;
	_zoom:1;
}
a.btnsublink2 {
	font-size: 14px;
	font-weight: bold;
	color: #1c2353;
	text-decoration: none;
	background: url(/Files/23339/flechebullet20.png) no-repeat left center;
	padding-left: 23px;
	line-height: 2em;
	_zoom:1;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
a.btnsublink2:hover {
	text-decoration:underline;
}
a#btnemailfriend {
	background: url(/DesignCss/SharedImages/EMail.gif) no-repeat 0px 0px;
	padding:4px 0px 4px 23px;
}
a#btnaddtofav {
	background: url(/DesignCss/SharedImages/Favorite.gif) no-repeat 0px 0px;
	padding:4px 0px 4px 23px;
}
a#btnattachment {
	background: url(/DesignCss/SharedImages/Attachment.gif) no-repeat 0px 0px;
	padding:4px 0px 4px 23px;
}

/* 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 ***/
.blockcontainer {
	width: 182px;
	margin: 0 10px 0 0;
	padding: 0;
}
.blockshortcut {
	display:block;
	padding:0;
	color: #000;
	margin: 0 0 5px 0;
}

.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: #94381A;
	text-decoration:none;
}
.blockshortcut a:hover {
	text-decoration:underline;
	border:none;
}
.blockshortcut input {
	color: #000;
}
#blockuserlogin .logintagline {
	
}
#blockuserlogin .email, #blockuserlogin input.password, #blocksearch .searchtext, #blocknewsletter .email, #blockcoupon input.coupon {
	margin: 5 5 5 0;
	border-width:1px;
	border-style:solid;
	border-color: #333 #999 #999 #333;
}
#blockuserlogin .email, #blockuserlogin input.password {
	width: 140px;
}
.blockshortcut input.blockbtn {
	margin: 5 5 5 0;
}
#blockuserlogin .blockbtn {
	margin-right:5;
}


#blockuserlogin .firstvisit, #blockuserlogin .firstvisit a {
	display:block;
}
#blockuserlogout .hellouser {
	display:block;
}
#blockuserlogout .viewaccountinfo {
	display:block;
}
#blocksearch .searchtext {
	display:block;
	float:left;
	width: 140px;
}
#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;
	background-image: none;
}
#newsko {
	margin-right: 5px;
	background-image: none;
}
#blocknewsletter .email {
	width: 130px;
}
#blocknewsletter .blockbtn {
	margin-top: 5px;
}
#blockrssfeeds a.rss {

	font-size: 20px;
	line-height: 25px;
}
#blockrssfeeds a.rss:hover {
	text-decoration:none;
}
#blockrssfeeds span.rss {
	background-image:url(/DesignCss/SharedImages/RSSFeeds.gif);
	background-position:center center;
	background-repeat:no-repeat;
	display:block;
	width:100%;
}
#blockcoupon span.coupon {
	display:block;
}
#blockcoupon input.coupon {
	width: 130px;
	margin-right: 5px;
}
#blockcoupon .blockbtn {
}
#blockfreetext img {
	margin: 0px;
	padding: 0px;
	border-style: none;
}

/*** ORIGINAL CSS ***/
BODY.PBPW { background-color:#FFE271; color:#000000; font-family:Verdana; }

.PBPTitle {
	color:#1c2353;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:30px;
	font-style:normal;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: normal;
}
.PBSTitle {
	color:#f29400;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:20px;
}
.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:#000000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	font-style:normal;
}
.PBShortTxt {
	color:#2A2A2A;
	font-family:Verdana;
	font-size:11px;
}
.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:#000000; font-family:Verdana; font-weight:bold; font-size:10pt; font-style:italic; }
A.PBLink {
	color:#000000;
	font-size:14px;
	text-decoration:none;
}
A.PBLink:hover {
	color:#000000;
	font-size:14px;
	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; }
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:#000000; font-family:Verdana; font-weight:bold; font-size:8pt; text-decoration:none; }
A.PBBtnStd:hover { color:#660066; font-family:Verdana; font-weight:bold; font-size:8pt; text-decoration:underline; }
.PBReqNote { color:#000000; font-family:Verdana; font-size:9pt; font-style:italic; }

/***************************************************************/


a.btnopen {
line-height: 1.7em;
	white-space:nowrap;
	margin: 2px 0px;
	color:#fff;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	background-color: #7c9fc8;
background-image: url(/Files/13825/Img/24/open.gif);
background-repeat:no-repeat;
background-position:3 2;
padding: 2px 5px 2px 20px;
}

a.btnopen:hover {
	text-decoration:none;
	background: #003171;
	color: #fff;
background-image: url(/Files/13825/Img/24/open.gif);
background-repeat:no-repeat;
background-position:3 2;
padding: 2px 5px 2px 20px;
}

a.btnclose{
line-height: 1.7em;
	white-space:nowrap;
	margin: 2px 0px;
	color:#fff;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	background-color: #7c9fc8;
padding: 2px 5px 2px 20px;
background-image: url(/Files/13825/Img/23/close.gif);
background-repeat:no-repeat;
background-position:3 2;
}

a.btnclose:hover {
	text-decoration:none;
	background: #003171;
	color: #fff;
padding: 2px 5px 2px 20px;
background-image: url(/Files/13825/Img/23/close.gif);
background-repeat:no-repeat;
background-position:3 2;
}

/**************************** FIN SNIPES ******************************/