body.PB {
	text-align:center;
	font-family: Verdana;
	margin: 0px;
	background-repeat: repeat-x;
	background-color: #d4d4d4;
	padding: 0px;
}


/* MAIN >> General page container */
#maincontainer {
	text-align:center;
	width:100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	background: #080705 center;
}

#topbanner {
	display:block;
	width:100%;
	text-align:center;
	padding-bottom:10px;
	line-height:0px;
}

/* HEADER STYLES >> General layout configuration - Configuration de la mise en page des &#65533;l&#65533;ments*/
#headercontainer {
	text-align: center;
	padding: 0px;
	width: 100%;
	margin: 0px auto;
	background: url(../../../Files/26285/BG-oxashop-headercontainer.html) repeat-x left bottom;
	position:relative;/* Necessary for correct display of dropdown menus **********************************************************************/
	z-index:100;/* Necessary for correct display of dropdown menus **********************************************************************/
}
#headerarea {
	padding:0;
	height: 137; /*235px;*/
	position: relative;
	width: 960px;
	text-align: center;
	margin: 0 auto;
	background: url(../../../Files/26285/Header_domaine_gille.jpg) no-repeat left top;
}
#headercolumn1 {}
#headerlogo {
	position: absolute;
	left: 2px;
	top: 20px;
	width: 160px;
	vertical-align: middle;
	text-align: left;
	height: 170px;
}
#headerlogo a {
	height: 130px;
	margin-top: 0px;
	vertical-align: middle;
}
#headerlogo img {
	border: 0;
	height: 170px;
	width: 160px;
	margin: 0px;
}
#headerbanner {
	display:block;
	text-align:left; padding-top: 106px; margin-left: 246px;
}

#headerdata {
	width:605px;
	margin: 0px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: absolute;
	top: 165px;
	left: 185px;
}
#headertext {
	font-weight: bold;
	top: 0px;
	color: #FFF;
	font-size: 24px;
	font-style: normal;
	font-family:Impact, "Arial Black", Gadget, sans-serif;
	display: block;
	text-align: left;
	margin: 0px;
}
#headerbanner {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 105px;
	left: 240px;
}
/* HORIZONTAL MENU  >> menu block  - Bo&#65533;te menu*/
#headermenu {
	position: absolute;
	top: 98px; /*196px;*/
	width: 960px;
	padding: 0px;
	overflow: visible;
	right: 0px;

}
/* HORIZONTAL MENU  >> menu  items layout configuration  - Configuration de la mise en page des &#65533;l&#65533;ments*/
ul#hmenu {
	float: right;
	margin: 0px;
	list-style-position: outside;
	list-style-type: none;
	padding: 0px;
}
#hmenu li {
	position:relative; /* Necessary for submenu positioning */
	float: left;
}
/* HORIZONTAL MENU  >> Link styles - Mise en forme des liens*/
#hmenu a.menu, #hmenu span {
	display: block;
	color: #fff;
	_width: 1px;
	white-space: nowrap;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 10px;
	text-decoration:none;
	background-position: left top;
}

/* HORIZONTAL MENU  >> mouseover links styles - El&#65533;ment survol&#65533;*/
#hmenu li a:hover {
}
#hmenu a.menu:hover, #hmenu a.subactive {
	text-decoration:none;
	color: #000;
	background-color: #99060A;     /*   #ff9907             */

}
/* HORIZONTAL MENU  >> - text styles - Mise en form des Textes*/
#hmenu span {

}
/* HORIZONTAL MENU  >> First element (border before first menu item) - Premier &#65533;l&#65533;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 &#65533;l&#65533;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&#65533;ments*/
#hmenu li.mitext {
	text-align:center;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	margin-right: 2px;

}
#hmenu li.mititle {                                             /* Ajout MG */
	text-align:center;
	font-size: 14px;
	font-weight: bold;
	color: #99060A;                        /* Rouge? */
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	margin-right: 2px;

}
#hmenu li.mititle a{
color: /*#FEFFC0;*/        #F9666A;
text-align:left;
}

#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: #B3AE91;/***DEFINE BG COLOR HERE ***/
	position:absolute;
	visibility:hidden;
	left:0px;
}
ul#hmenu li.mitext ul.submenu li {
	letter-spacing:normal
}
ul#hmenu li.mititle ul.submenu li {
	letter-spacing:normal
}
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 {
	border:none;/* cancels inhertited left and right borders */
	padding-left:10px; /* set lateral padding here*/
	padding-right:10px;
	width:160px;/* set submenu width here */
}
/* 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:-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 #fff;
}

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 {
	color:#900;
	font-size: 12px;
	line-height: 20 px;
	font-weight: bold;
                     font-family: Arial, Helvetica, sans-serif;  /* ajout matthieu */
	text-align: left;
}
#hmenu li ul.submenu li.mititle a:hover {
	text-decoration:underline;
}
ul#hmenu li.mitext ul.submenu li.mitext{
	text-align: left;
}
ul#hmenu li.mititle ul.submenu li.mititle{
	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{
	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: #333;
}

ul#hmenu li ul.submenu li a:hover {
	background-color: #99060A;
}

/* HORIZONTAL SUBMENU END **********************************************************************************************************************************/
/* END HEADER STYLES */

/* CONTENT STYLES */
#bodycontainer {
	/*background-color: #FFFFFF;*/
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	text-align: center;
	width: 100%;
	position: relative;
	background: #D4D4D4 url(../../../Files/26285/BG-oxashop-bondycontainer.jpg) repeat-x top;
	z-index:50;/* necessary for submenus */
}
#bodyarea {
	position:relative;
	width: 960px;
	height:auto;
	min-height:450px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../../../Files/26285/img/12/BGData-oxashop_new.jpg);
	background-repeat: no-repeat;
	background-color: #d3cda1;
	background-position: top left;
	padding-right: 0px;
}

/* for min-height in IE */
/*\*/
*html #bodyarea {
	height:440px;                                                                                                                               /*       450              */
}
/**/
#bodycolumn1 {
	float:left;
	position:relative;
	width:10px;                                                                           /*         180 ou 160 default  cause probleme I E si pas de menu vert                 */
	margin: 0px;
	padding: 0;

}
#bodycolumn2 {
	margin:0 0 0 15; /* right margin leaves room for #bodycolumn1 */
	padding:0;
}
#bodycolumn3 {
	position:absolute;
	top:0px;
	right:-10px;
	margin:0;
	padding:0;
}
#verticalbanner {
	position:absolute;
	left:-10;
	top:0;
}

#bodytopbanner {
	display:block;
	width:100%;
	text-align:left;
	margin-bottom:10px;
	line-height: 0px;
	margin-top: 0px;
	padding-top: 10px;
	margin-right: 0px;
	margin-left: 7px;
}
#bodydata {
	margin: 0px;
	padding: 0px;
}

#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  >> General layout configuration - Configuration de la mise en page g&#65533;n&#65533;rale*/
#verticalmenu {
	display:block;
	overflow:visible;
	text-align: left;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}
/* VERTICAL MENU  >> Menu items layout styles - Configuration de la mise en page des &#65533;l&#65533;ments*/
ul#vmenu {
	margin:0;
	list-style-position: outside;
	list-style-type: none;
	padding: 0 0 30px 0;
}
#vmenu li {
	position:relative;
	margin-left: 0px;
}
#vmenu li a, #vmenu li span, #vmenu li.misep, #vmenu li.mispacer {
	width:180px;                                                                                                      /* set menu width here */
}
#vmenu li.miimg {
	text-align: center;
}
#vmenu li.miimg img {

}

/* VERTICAL MENU  >> First element (border before first menu item) - Premier &#65533;l&#65533;ment (bordure)*/
#vmenu li.begin {
	display:none;
}

/* VERTICAL MENU  >> Last element (border after last menu item) - Dernier &#65533;l&#65533;ment (bordure)*/
#vmenu li.end {
	display:none;
}
/* VERTICAL MENU  >> Menu items - El&#65533;ments*/
/* VERTICAL MENU >> Titles for sub sections ********************************************************************************/
#vmenu li.mititle span, #vmenu li.mititle a.menu {
	font-size: 14px;
	font-weight: bold;
	display:block;
	color: #B3AE91;                                                               /*            couleur Menu Titre  #D10101    #F9F2CA = beige                       */
	line-height: 25px;
	text-decoration:none;
}
#vmenu li.mititle a.menu:hover, #vmenu li.mititle a.subactive {
	text-decoration: none;
	background-color: #FFFFFF;                                            /*             couleur Menu Titre selectionne  #D10101    #F9F2CA = beige                       */
	;
}
/* End Section Titles **************************************************************************************************/
#vmenu li.mitext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;                                          /*    Taille police  Menu  par defaut 12px                       */
	font-weight:normal;
	line-height: 25px;
	color:#FFFFFF;                                          /* Couleur ??????  #000000  noir                */
}
#vmenu li.menusep {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;                     /*  trait entre menu #CCCCCC   gis   #99060A rouge   */
}
/* VERTICAL MENU  >> Spacers - El&#65533;ments de type espace*/
#vmenu li.mispacer {
	height:20px;
}
/* VERTICAL MENU  >> Separators - El&#65533;ments de type s&#65533;parateur*/
#vmenu li.misep {
	height:30px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #B3AE91;                               /*  #d5f748             vert pomme     */
}

/* VERTICAL MENU  >> Link styles - Mise en forme des liens*/
#vmenu a.menu, #vmenu span {
	text-decoration:none;
	font-weight: bold;
	display:block;
	color:#000;                                      /*      #fff defaut = blanc      couleur police menu       */
	line-height: 14px;
	padding:5px 0;
	text-indent: 10px;
	background-color: #F9F2CA;                                    /* couleur fond menu  #F9F2CA beige       #ff9907     orange   #99060A= rouge */
}
/* VERTICAL MENU  >> mouseover links styles - El&#65533;ment survol&#65533;*/

#vmenu li.mitext a.menu:hover, #vmenu li.mitext a.subactive {
       background-color: #970609;                                    /*   couleur fond menu selectionne rouge         par defaut #d5dd1d  vert pomme            */
        text-indent: 10px;
	font-weight: bold;
	                                                                                  /*                   background-repeat: repeat-y;                                         */
	background-position: left bottom;
	color: #fff;                                                         *  couleur text selectionne blanc      #777efaut =vert       couleur police menu selectionne      */

}
#vmenu li.miimg a.menu {
	text-indent:0;
}
#vmenu li.miimg a.menu:hover, #vmenu li.miimg a.subactive {/******ADD DEFINITION*****/
	background-color:#B3AE91;                                     /*     #d5dd1d                                      */
}
#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:#d5dd1d;
	position:absolute;
	top:0px;
	visibility:hidden;
	left:180px;
	color: #000;        /*     #777                  */
}
/* 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;
}
ul#vmenu li ul.submenu li {
	margin:0;
}
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:160px;
	padding-left:10px;
	padding-right:10px;
	text-indent:0;/* cancels inherited text-indent properties */
	background-color: #F9F2CA;;
	color:#000;
}

ul#vmenu li ul.submenu li a.menu:hover {
	text-indent:0;/* cancels inherited text-indent properties */
}
ul#vmenu li ul.submenu li.misep {
	height:1px;
	border-bottom: 1px solid #D10101;
	background: url(Default.html);
}
#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:#fff;
	line-height: 15px;
	font-weight: bold;
	text-decoration:none;
	text-align: left;
}
#vmenu li ul.submenu li.mititle a.menu:hover {
	background-color: #970609;
	color:#FFF;
}
ul#vmenu li ul.submenu li.mitext a.menu, ul#vmenu li ul.submenu li.mitext span {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	line-height:14px;
	padding-top:4px;
	padding-bottom:4px;
}
ul#vmenu li ul.submenu li.mitext a.menu:hover{
	background-color: #970609;
	color:#fff;
	background-image: none;
	font-weight:normal;
}
ul#vmenu li ul.submenu li.miimg a.menu:hover{
	background-color: #970609;
	background-image: none;
}
ul#vmenu li ul.submenu li.menusep {
	border:none;
}
/* VERTICAL SUBMENU END **************************************************************************************************************************************/

/* FOOTER STYLES */
#footercontainer {
	clear:both;
	margin: 0px auto;
	padding:0;
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;  /* init :12                                                                                            Modif MG */
	text-align: center;
	background: #D4D4D4;
}
#footerarea {
	width:960px;
	margin: 0px auto;
	/*background-image: url(../../../Files/26285/img/15/Footer-maison_gille_new.jpg);     Modif MG */
	/* background-repeat: no-repeat;                                                                                Modif MG */
	/* padding: 5px 0px 0px;                                                                                              Modif MG */
	}
h3.oxashop-title {
	font-size: 10px; /* init:14                                                                                              Modif MG */
	font-weight: bold;
	color: #768417;
	font-family: Arial, Helvetica, sans-serif;
	/* margin: 0px 0px 10px;                                                                                               Modif MG */
	padding: 0px;
}
#footerblock ul.oxashop-sitemap {
	text-align: left;
	margin: 0px;
	padding: 0px;
}
div.oxashop-sitemapblock {
	float: left;
	width: 280px;
	text-align: left;
	padding: 0;
	margin: 0px;
	/* height: 100px;                                                                                                         Modif MG */
}
#footerblock {
	padding-top: 15px;
	padding-left: 180px;
}
#sitemapblock-right {
	/* width: 180px;                                                                                                         Modif MG */
}

/*\*/
*html #footermenu {
	/* height:177px;                                                                                                         Modif MG */
}
/**/

#footermenu {
	margin:0;
	height:auto;
	/* min-height:177px; */
	/* padding:0 0 0 15;                                                                                                 Modif MG */
	overflow:visible;
}
/* FOOTER MENU >> Menu items layout - Configuration de la mise en page des &#65533;l&#65533;ments*/
ul#fmenu {
	list-style-type:none;
	padding:0;
	white-space:normal;
	text-align:center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#fmenu li {
	border:none;
	display:block;
	line-height: 15px;  /* init : 20                                                                                   Modif MG */
	padding:0;
	margin: 0px 10px 0 0;                        /* non modif MG  sinon perte de d'espace entre items */
	float: left;
	/* width: 960px; init:253                                                                                        Modif MG */
	text-align: left;
}
#fmenu li.mititle {
	width:770px;
	color:#FFF;
	font-weight:bold;
	border-bottom:solid 1px #FFF;
	margin-bottom:10px;
}
#fmenu li.mititle a.menu, #fmenu li.mititle span{
	color:#FFF;
	text-decoration:none;
}
#fmenu li.mititle a.menu:hover {
	color:#000;
}
/* FOOTER MENU >>  Link styles - Mise en forme des liens*/
#fmenu li a.menu, #fmenu li span {
	padding:O;
	text-decoration:none;
	font-size: 10px;  /* init :14                                                                                        Modif MG */
	color: #4c4545;
}
/* FOOTER MENU >>   mouseover links styles - El&#65533;ment survol&#65533;*/
#fmenu li a:hover {
	color: #000;
	text-decoration:underline;
}
#fmenu a.menu:hover {
	text-decoration:underline;
}
/* FOOTER MENU >> First element (border before first menu item) - Premier &#65533;l&#65533;ment (bordure)*/
#fmenu li.begin {
	display: none;
}
/* FOOTER MENU >>  Separator  between menu items - Separateur entre les &#65533;l&#65533;ments*/
#fmenu li.sep {
	/* background-color:grey;                                                                                Modif MG */
}
/* FOOTER MENU >> Last element (border after last menu item) - Dernier &#65533;l&#65533;ment (bordure)*/
#fmenu li.end {
	display: none;
}
/* FOOTER MENU >> Separator */
#fmenu li.misep {
	display:block;
	/* height:0px;                                                                                                            Modif MG */
	width:15px; /* init: 0                                                                                                 Modif MG */
	margin:0;
	font-size:10px; /* init: 0                                                                                            Modif MG */
	line-height:10px; /* init:0                                                                                           Modif MG */
}
/* END FOOTER MENU */

/* COPYRIGHT and CREDITS */
#copyright {
	padding: 5px;
	margin: 0px;
	clear: both;
	width: 100%;
}
#copyright span {
	padding-bottom:2px;
	padding-top: 2px;
	padding-right: 50px;
	padding-left: 50px;
	color: #666;
}
#poweredby {
}

#poweredby a, #poweredby a:link, #poweredby a:visited {
	color: #D4D4D4; /* Modif MG */
	text-decoration:none;
                     /* font-size:0px; Modif MG */
}
#poweredby a:hover {
	color: #000;
	text-decoration:underline;
}
#poweredby span {
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 20px;
}
/* END COPYRIGHT and CREDITS */

/* END FOOTER */

/*LANGUAGE ICONS */
#langflags {
	text-align:center;
	margin: 0;
	padding: 10;
}
#langflags ul, #langflags li, #langflags a, #langflags span {
	margin: 0;
	padding: 0;
}
#langflags ul {
	list-style-type:none;
	list-style-position:outside;
}
#langflags li {
	display:inline;
	margin: 0 3 0 0;
}
#langflags span {
	display:-moz-inline-stack;
	display:inline-block;
	_overflow:hidden;
	zoom:1;
	*display:inline;
	width:22px;
	height:15px;
	cursor:pointer;
}
#langflags a span {
	border:1px solid #999;
}
#langflags a:hover span {
	border:1px solid #FFCC00;
}
#flag0 {
	background: #FFF url(../../SharedImages/FlagL0.gif) no-repeat;
}
#flag1 {
	background: #FFF url(../../SharedImages/FlagL1.gif) no-repeat;
}
#flag2 {
	background:#FFF url(../../SharedImages/FlagL2.gif) no-repeat;
}
#flag3 {
	background:#FFF url(../../SharedImages/FlagL3.gif) no-repeat;
}
#flag4 {
	background:#FFF url(../../SharedImages/FlagL4.gif) no-repeat;
}
#flag5 {
	background:#FFF url(../../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:#99060A;
	text-decoration: none;
}
.navbar a:hover {
	color:#111;
	font-weight: bolder;
	text-decoration: underline;
}

.navbar span {
	white-space:nowrap;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
}
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);*/
}
.navbar select {
	background-color:#FFFFFF;
	color:#000;
}
.view {
	width:100%;
	margin: 0px;
	padding: 0px;
}
.viewtbl {
	width:100%;
	border:0;
	padding:0;
	margin:0;
	border-collapse: collapse;
	border-spacing: 0px;

}
.sectiontb {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.sectiontbarea {
	margin: 0px;
	padding: 0px;
	_width: 100%; /* Fixes a bug in IE (related to the site's structure) */
}



.sectiondata {
	margin-top: 0px;
	margin-right: 15px;                                                                                               /*             5px           */
	margin-bottom: 0px;
	margin-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-image: url(../../18000/129/RoundedTopRight.gif);
	background-position: right top;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
}
.sectiondataarea {
	_width: 100%;
	margin: 0px;
	background-image: url(../../18000/129/RoundedTopLeft.gif);
	background-repeat: no-repeat;
	background-position: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left:20px;                                                                                     /*         10 px                      */
}
.imgthumbnail {
	border:none;
	margin:5px 0px 0px 10px;
}
.imgbordernone, .imgmain, .imgcat {
	border:none;
}
/*
In order to leave some space above and below text  AND correctly align the left and right background images in all browsers:
1- Give the button sufficient headroom with "line-height:2"
2- padding-top at zero, add the extra space you need (ex. 4px) with "padding-bottom" in BOTH the "a" and "span" tags
3- raise the vertical position of the background images by 50% of the padding-bottom value (ex. -2px)to vertically center the text
*/
/* 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: #829512;
}

a.btnmain:hover{
	text-decoration:none;
	background-color:#99060A;
	color:#FFFFFF;
}
a#btnsearch, a#btnviewcart {
	padding-left : 20px;
	background: #829512 no-repeat 4px center;
}
a#btnsearch:hover, a#btnviewcart:hover {
	background-color: #99060A;
}
a#btnsearch {
	background-image: url(../../SharedImages/white/Search.gif);
}
a#btnviewcart {
	background-image: url(../../SharedImages/white/ShopBag.gif);
}
/* Secondary buttons */
a.btnsub {
	font-size:10px;
	font-weight:bold;
	color:#829512;
	text-decoration:none;
	padding:4px 0px 4px 23px;
	background: url(../../../Files/26285/bullet.gif) no-repeat left center;
	line-height: 2em;
	margin: 10px 0px;
}
a.btnsub:hover {
	text-decoration:underline;
}
a#btnemailfriend {
	background: url(../../SharedImages/EMail.gif) no-repeat 0px 0px;
}
a#btnaddtofav {
	background: url(../../SharedImages/Favorite.gif) no-repeat 0px 0px;
}
a#btnattachment {
	background: url(../../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(../../SharedImages/TrashCan.gif) no-repeat;
}
#iconerror {
	background: url(../../SharedImages/Error.gif) no-repeat;
}
#iconwarning {
	background: url(../../SharedImages/Warning.gif) no-repeat;
}
#iconsalespolicy {
	background: url(../../SharedImages/SalesPolicy.gif) no-repeat;
}
#iconattachment { /* Mail */
	background: url(../../SharedImages/Attachment.gif) no-repeat;
}
#iconemail {
	background: url(../../SharedImages/EMail.gif) no-repeat;
}
#iconweb {
	background: url(../../SharedImages/Web.gif) no-repeat;
}
#iconmap {
	background: url(../../SharedImages/Map.gif) no-repeat;
}
/*** END BUTTONS & ICONS ***/
.blockshortcut {
	display:block;
	width:202px;
	color: #000;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
/*#blockuserlogin {
	background-image:url(/Designv3/18000/129/layoutB-blockshortcutTopLog.gif)

}
#blocksearch {
	background-image:url(/Designv3/18000/129/layoutB-blkshtcutTopSearch.gif)
}
#blocknewsletter {
	background-image:url(/Designv3/18000/129/layoutB-blkshtcutTopNews.gif)
}
#blockcoupon {
	background-image:url(/Designv3/18000/129/layoutB-blkshtcutTopCode.gif)
}
#blockrssfeeds {
	background-image:url(/Designv3/18000/129/layoutB-blkshtcutTopRss.gif)
}
#blockfreetext {
	background-image:url(/Designv3/18000/129/layoutB-blkshtcutTopEdito.gif)
}*/
.blockarea {

	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.blockcontainer {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 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: #999999;
	text-decoration:none;
}
.blockshortcut a:hover {
	text-decoration:underline;
	border:none;
}

.blockshortcut input {


}
#blockuserlogin .LoginTagLine {
	font-family:Georgia, Helvetica, sans-serif;
	font-size:10pt;
	color: #4b2e04;
	margin: 2 3 4 0;
}
#blockuserlogin .email, #blockuserlogin input.password, #blocksearch .searchtext, #blocknewsletter .email, #blockcoupon input.coupon {
	margin: 2 2 2 0;
	font-family:Georgia, Helvetica, sans-serif;
	font-size:10pt;
	color: #4b2e04;
	margin: 2 3 4 0;
}
#blockuserlogin .email, #blockuserlogin input.password {
	width: 160px;
	font-family:Georgia, Helvetica, sans-serif;
	font-size:10pt;
	color: #4b2e04;
	margin: 2 3 4 0;
}
.blockshortcut input.blockbtn {
	margin-top: 5;
	margin-right: 5;
	margin-bottom: 2px;
	margin-left: 0;
}
.blockshortcut input.blockbtn:hover {
}
#blockuserlogin .blockbtn {
	font-size:10pt;
}


#blockuserlogin .firstvisit, #blockuserlogin .firstvisit a {
	display:block;
	font-family:Georgia, Helvetica, sans-serif;
	font-size:10pt;
	color: #6a0a0a;
	margin: 2 3 4 0;
}
#blockuserlogout .hellouser {
	display:block;
}
#blockuserlogout .viewaccountinfo {
	display:block;
}
#blocksearch .searchtext {
	display:block;
	float:left;
	width: 160px;
	font-family:Georgia, Helvetica, sans-serif;
	font-size:10pt;
	color: #000;
	margin: 2 3 4 0;
}
#blocksearch .searchimg {
	display:block;
	float:left;
	background-image:url(../../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 {
font-family:Georgia, Helvetica, sans-serif;
	font-size:10pt;
	color: #29426c;
	margin: 2 3 4 0;
}
#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(../../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 {
}
/* icons */
#icontrash, #iconerror, #iconwarning, #iconsalespolicy, #iconattachment, #iconemail, #iconweb, #iconmap {
	width:19px;
	height:19px;
	border:0px;
	vertical-align: text-bottom;
	margin:1px;
}
#icontrash {
	background: url(../../SharedImages/TrashCan.gif) no-repeat;
}
#iconerror {
	background: url(../../SharedImages/Error.gif) no-repeat;
}
#iconwarning {
	background: url(../../SharedImages/Warning.gif) no-repeat;
}
#iconsalespolicy {
	background: url(../../SharedImages/SalesPolicy.gif) no-repeat;
}
#iconattachment { /* Mail */
	background: url(../../SharedImages/Attachment.gif) no-repeat;
}
#iconemail {
	background: url(../../SharedImages/EMail.gif) no-repeat;
}
#iconweb {
	background: url(../../SharedImages/Web.gif) no-repeat;
}
#iconmap {
	background: url(../../SharedImages/Map.gif) no-repeat;
}
/*** END BUTTONS & ICONS ***/


/********************************************************/
/* @CONTENT												*/
/********************************************************/


/*** ORIGINAL CSS ***/
BODY.PBPW {
	background-color:#FFFFFF;
	color:#000000;
	font-family:arial;
	background-image: url(../../18000/65/popup-bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin: 20px;
	height: 100%;
}

.PBPTitle {
	color:#333;
	font-family:palatino linotype, Helvetica, sans-serif;
	font-weight:bold;
	font-size:20pt;
	font-style:italic;
	margin: 10px;
	padding: 0px;
	line-height: 40px;
}
.PBSTitle {
	color:#99060A;
	font-family:palatino linotype;
	font-weight:bold;
	font-size:14pt;
	font-style: italic;
}
.PBColHead { color:#000000; font-family:arial; font-size:10pt; }
.PBStatic { color:#393939; font-family:arial; font-weight:bold; font-size:8pt; }
.PBMsg { color:#000015; font-family:arial; font-size:9pt; }
.PBErrMsg { color:#FF0000; font-family:arial; font-weight:bold; font-size:10pt; }
.PBMainTxt {
	color:#444;
	font-family:palatino linotype, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12pt;
	font-style:italic;
}
.PBShortTxt { color:#333; font-family:arial; font-size:9pt;}
.PBLongTxt { color:#230023; font-family:arial; font-size:8pt; }
.PBCurrency { color:#000000; font-family:Arial; font-weight:bold; font-size:10pt; }
.PBDate { color:#000000; font-family:arial; font-size:10pt; font-style:italic; }
.PBNumber { color:#000000; font-family:arial; font-weight:bold; font-size:10pt; font-style:italic; }
A.PBLink { color:#fff; font-size:20pt; text-decoration:none; }
A.PBLink:hover { color:#fff; font-size:20pt; text-decoration:underline;  }

HR.PBMain { color:#d7ff00; height:2; }
HR.PBSub { color:#d7ff00; height:1; }
TEXTAREA.PB { color:#000000; font-family:arial; font-size:8pt; font-style:normal; }
SELECT.PB {
	color:#000000;
	font-family:Arial;
	font-size:8pt;
	font-style:normal;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
}
INPUT.PB { color:#000000; font-family:arial; font-size:8pt; font-style:normal;}
INPUT.PBBtnStd { color:#000000; font-family:arial; font-weight:bold; font-size:8pt; }
A.PBBtnStd { color:#666; font-family:Arial; font-weight:bold; font-size:8pt; text-decoration:none; }
A.PBBtnStd:hover { color:#ccc; font-family:arial; font-weight:bold; font-size:8pt; text-decoration:none; }
.PBReqNote { color:#000000; font-family:arial; font-size:9pt; font-style:italic; }
