.welcomePanel {/*gere les liens en haut-droite*/
  /*font-size: .8em;*/
  float: right;
  padding-right: 5px;
}

.loginView img {/*centre la page de login*/
  vertical-align: middle; 
}

/* Panier */
#header #headercart{}
#header #headercart p{margin:0;text-align:center;}
#header #headercart p,
#header #headercart a,
#header #headercart span{font-size:11px;text-decoration:none;color:#898989;}
#header #headercart p.top{position:absolute;margin-top:-19px;right:0;width:180px;height:19px;line-height:19px;}
#header #headercart p.top a:hover{text-decoration:underline;}
#header #headercart .cart-link{float:right;width:180px;height:46px;margin:0 0 11px;line-height:normal;text-decoration:none;color:#000;background:url(images/header-cart-off.png) no-repeat 0 0;}
#header #headercart .cart-link strong{display:block;margin-left:5px;padding:7px 11px 4px 20px;text-transform:uppercase;}
#header #headercart .cart-link span{margin-left:15px;margin-right:3px;font-size:11px;white-space:nowrap;color:#000;}
#header #headercart a.cart-link strong,
#header #headercart a.cart-link span{cursor:pointer;}
#header #headercart .cart-link span.cart-price{float:none;margin:0;font-weight:bold;color:#f00;}
#header #headercart .cart-link span.cart-price-vat{float:none;margin:0;font-weight:normal;font-size:8px;color:#f00;}
#header #headercart a.on{background-image:url(images/header-cart-off.png);}
#header #headercart p.bottom{clear:right;float:right;padding-right:3px;line-height:15px;white-space:nowrap;font-size:10px;text-align:right;}
#header #headercart p.bottom a{font-size:10px;text-decoration:underline;}
#header #headercart p.bottom img{vertical-align:top;}
#header #headercart .converter{float:right;clear:both;height:32px;width:204px;padding-left:20px;line-height:32px;font-size:10px;color:#000;background:url(images/converter.gif) no-repeat 0 0;overflow:hidden;}
#header #headercart .converter strong{font-size:11px;}
#header #headercart span.old-currency{display:block;padding-left:77px;font-size:9px;color:#818181;}
#header #headercart span.previous-currency{display:block;padding-left:77px;font-size:9px;color:#818181;}

.pnlAddToCart {/*force le panel a se placer en dessous du reste*/
 	clear:both;
 	/*font-size: .8em;*/
}

/* --- gestion fond du menu des categories a gauche --- */
#leftContentTop {
  width: 180px;
  float: left;
  background: url(images/menu-bg-mid.jpg);
  margin-bottom:10px;  
}
#leftContentMid {
  width: 180px;
  float: left;
  background: url(images/menu-bg-top2.jpg) top no-repeat;
  padding-top: 10px;
}
#leftContentBottom {
  width: 180px;
  float: left;
  background: url(images/menu-bg-bottom.jpg) bottom no-repeat;
}
/* --- fin gestion du menu des categories a gauche --- */

/* --- gestion des cadres structure --- */
#defaultleftContent {/*colonne de gauche*/
  width: 180px;
  float: left;
  /*border: 1px solid red;*/
}
#defaultmainContent{/*taille centrale*/
  margin-left: 185px;
  /*border: 1px solid blue;*/
}
#footer {/* bas de page toujours en dessous de tout*/
  clear: both;  
}
#twoColumnLeftContent {/*page -my account-*/
  width: 180px;
  float: left;
}
#twoColumnMainContent {/*page -my account-*/
  margin-left: 185px;
}
#threeColumnLeftContent {
  width: 180px;
  float: left;
  /*border: 1px solid red;*/
}
#threeColumnMainContent {
  margin-left: 185px;
  margin-right: 185px;
  /*border: 1px solid blue;*/
  /*width: 591px;*/
}
#threeColumnRightContent {
  width: 180px; 
  float: right;
  /*border: 1px solid green;*/
}
/* --- fin gestion des cadres structure --- */

#centercontent {/*centre la page login*/
  position: relative;
  left: 40%;
}
#site_centercontent {/*place dans le twoColumnMainContent table onglet -my account-*/
  position: relative;
  border: 1px solid rgb(225,225,225);
  padding: 5px;
}

.contentMenu {/*fond menu horizontal*/
  background: url(images/dcAdminNav.jpg) repeat-x;
}

.categoryMenu {/*place le menu vertical*/
  margin-bottom: 20px;
  margin-left:5px;
  width: 94%;
}

/* --- gestion affichage des produits --- */
.catalogListing {/*gere les ecarts de la page resultats des produits voir site.skin*/
  margin-top: 10px;
  margin-bottom: 10px;
}
/*.catalogListing td {
}*/
.productBox {/*gere l objet produit*/
  /*border: 1px solid #000000;*/
  height: 277px;
  width: 180px;
  margin-right: 3px;
  margin-left: 2px;
  margin-bottom: 2px;
  margin-top: 2px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
  background: url(images/box-product.gif);
  text-align: center;
 }
.productImageContainer {/*gere image du produit*/
  height: 160px;
  width: 175px;
  text-align: center;
}
.productImage {
}
.productNamelabel {/*gestion titre dans detail du produit*/
  /*font-size: .9em;*/
  /*font-weight: bold;*/
  color: #FFFFFF;
  float: left;
}
/*.productName {
  color: #024A76;
  text-align: left;
}*/
/*annule par productBox*/
.catalogProductName {
  /*color: #ffff00;*/
  /*font-size: .9em;*/
  font-weight: bold;
  /*text-align: left;*/
}
.retailPrice {/*affichage du prix barre*/
  font-size: .9em;
  font-weight: bold;
  color: #5C5C5C;
  text-decoration: line-through;
  margin-right: 5px;
}
.retailPriceLabel {/*label autour du prix barre*/
  font-size: .9em;
  font-weight: bold;
  color: #5C5C5C;
}
.ourPrice {/*affichage du prix*/
  font-size: .9em;
  font-weight: bold;
  color: #FF0000; 
}
.VATMode {/*affichage TVA*/
  font-size: .7em;
  font-weight: normal;
  color: #FF0000; 
}
.ourPriceLabel {/*label autour du prix*/
  font-size: .9em;
  font-weight: bold;
  color: #000000; 
}
.attributeLabel {/*label des attributs eventuels*/
  /*font-size: .8em;*/
  font-weight: bold;
}
.attributeDropdownList {/*liste deroulante des attributs*/
  /*font-size: .7em;*/
  width: 150px;
  color: #5C5C5C;
  margin-top: 5px;
}
.imageBox {/*gere la serie de miniatures*/
  border: 1px solid #C0C0C0;
  padding: 5px;
}
/*.rating {
  margin-left: 2px;
  margin-right: 2px;
}
.averageRating {
  font-size: .8em;  
}
.rating fieldset {
  border: 0px;  
}
.rating fieldset legend {
  position: relative;
  font-size: .8em;
  left: -10px;
}
.rating fieldset span {
  left: 100px;
  top: -14px;
}
.ratingStar {
  width: 13px;
  height: 12px;
  text-align: center;
  cursor: pointer;
}
.emptyStar {
  background-image: url(images/icons/emptystar.gif);
}
.filledStar {
  background-image: url(images/icons/filledstar.gif);
}
.waitingStar {
  background-image: url(images/icons/savedstar.gif);
}*/
.imageCell {
  width: 45%;
  vertical-align: top;
}
/* --- fin gestion affichage des produits --- */

.breadcrumbs {/*gere les liens au dessus du titre produit*/
  /*font-size: .8em;*/
  margin-bottom: 5px;
}

/* --- gestion des barres de paging --- */
.paging {/*zone globale*/
  position: relative;
  height: 30px;
  display: block;
  background: transparent;
  /*border: 1px solid red;*/
}
.paginglabel {/*gestion titre des resultats 1 de...*/
  /*font-size: .8em;*/
  color: #FFFFFF;
  margin-top: 4px;
  float: left;
}
/*.totals {
  color: #024A76;
  font-size: 1.4em;
  font-weight: bold;
  float: left;
  margin-top: 2px;
}*/
/*.pagingLeft {
  position: relative;
  width: 5px;
  display: inline;
  background: url(images/pagingbg_left.gif) no-repeat;
  background-color : #336699;
  height: 30px;
  float: left;
}*/
.pagingMid {
  position: relative;
  display: inline;
  height: 30px;
  /*background: url(images/pagingbg.gif) repeat-x;*/
  background-color : #336699;
  float: left;
  width: 98%;
  /*font-size: .8em;*/
  padding-top: 3px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}
/*.pagingRight {
  position: relative;
  width: 5px;
  display: inline;
  /*background: url(images/pagingbg_right.gif) no-repeat;
  background-color : #336699;
  height: 30px;
  float: right;
}*/
.links {
  position: relative;
  /*left: -60px;*/
  float: right;
  /*top: 3px;*/
  color:  #FFFFFF;
  /*font-weight: bold;*/
}
.links a {
  padding: 3px;
  /*border: 1px solid transparent;*/
  color:  #FFFFFF;
  text-decoration: none;
  font-size: x-small;
}
.links a:hover {
  padding: 3px;
  /*border: 1px solid #CCC;*/
  /*background-color: #FFF;*/
  /*color: #000000;*/
  font-weight: bold;
  font-size: small;
}
.links a:visited {
  padding: 3px;
  color:  #FFFFFF;
  text-decoration: none;
}
/* --- fin gestion des barres de paging --- */
.attribute {
  /*font-size: .7em; voir admin*/
}
.scrollDiv {
  height: 150px;
  overflow: auto;
}
/*.scrollDiv table {
  width: 98%;
}*/
/*
.categoryImage {
}*/
.widget {
  clear:both;
  /*font-size: .8em;*/
  margin-bottom: 10px;
}
/*.widget fieldset legend {
  font-size: .9em;
}*/
/*.addToCart fieldset {
  height: 150px;
}*/

/*.addToCart fieldset #buttonGroup {
  vertical-align: bottom;  
}*/
/*.cartSubTotal {
  width: 99%;
  border: 1px solid #C0C0C0;
  padding: 5px;  
  background-color: #EBEBEB;
}*/

/* --- gestion recap commande --- */
.itemRow {
}
.itemSku {
  width: 12%;
  text-align: left;
  /*font-size: .8em;*/
  vertical-align: top;  
}
.itemName {
  width: 50%;
  text-align: left;
  /*font-size: .8em;*/
  vertical-align: top;  
}
.itemQuantity {
  width: 12%;
  text-align: right;
  /*font-size: .8em;*/
  vertical-align: top;  
}
.itemAmount {
  width: 12%;
  text-align: right;
  /*font-size: .8em;*/
  vertical-align: top;  
}
.extendedAmount {
  width: 12%;
  text-align: right;
  /*font-size: .8em;*/
  vertical-align: top;
}
.quantitytextbox {
  text-align: right;
  width: 20px;  
}
.editArea {
  width: 10%;
  vertical-align: top;
  text-align: right; 
}
.subTotal {
  width: 20%;
  text-align: right;
  /*font-size: .8em;*/
  font-weight: bold;  
}
.subTotalAmount {
  width: 20%;
  text-align: right;
  /*font-size: .8em;*/
  font-weight: bold;  
}
.total {
  width: 20%;
  text-align: right;
  /*font-size: .8em;*/
  font-weight: bold;  
  border-top: 1px solid #000;
}
.totalAmount {
  width: 20%;
  text-align: right;
  /*font-size: .8em;*/
  font-weight: bold;  
  border-top: 1px solid #000;
}
.readOnly {
  text-align: right;
  background-color: Transparent;
  border-style: none;
  width: 20px;  
}
.controlHeader {
  /*font-size: .8em;*/
  font-weight: bold;
  border-bottom: 1px solid #CCC;
}
.orderSummaryTable {
  width: 99%;
  /*font-size: .9em;*/
}
/* --- fin gestion recap commande --- */
/* --- gestion checkout --- */
.accordionHeader {
  border: 1px solid #2F4F4F;
  color: white;
  background-color: #0066A6;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
  padding: 5px;
  margin-top: 2px;
  cursor: pointer;
}
.accordionHeaderGray {
  border: 1px solid #2F4F4F;
  color: #555;
  /*background-color: #0066A6;*/
  background: url(images/greyfade_bg.gif) repeat-x;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
  padding: 5px;
  margin-top: 2px;
  cursor: pointer;
  height: 20px;
}
.cpeTitle { 
  float: left;
}
.cpeImage {
  float: right;
  vertical-align: middle;
}
.accordionContent {
  background-color: #D9E8FF;
  border: 1px dashed #2F4F4F;
  border-top: none;
  padding: 5px;
  padding-top: 10px;
}
.checkoutRightPanel {
  /*font-size: .9em;*/
  border: 1px solid #CCC;
  border-top: none;
  border-right: none;
  color: #666;
  width: 98%;
  padding-left: 2px;
  margin-right: 0px;
}
.rightAlign {
  text-align: right;  
}
.receiptTable {
  width: 100%;
}
.receiptTable th {
  /*font-size: .7em;*/
}
/* --- fin gestion checkout --- */

/*#master_content .accordionHeader span {
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}
#master_content .accordionHeader span:hover {
	background: none;
	text-decoration: underline;
}
.loadingbox {
  position: absolute;
  top: 40%;
  left: 40%;
  border: 1px solid  #FFFFE0;
  background-color: #ffffff;
  height: 50px;
  width: 250px;
  text-align: center;
  padding-top: 20px;
}
.loadingbox img {
  vertical-align: middle;
}
.loadingbox span {
  vertical-align: top;
}
*/
.favoriteProduct {
  margin-bottom: 7px;
  border-bottom: 1px solid #CCC;
}
.favoriteCategory {
  margin-bottom: 7px;
  border-bottom: 1px solid #CCC;
}
.searchBox {
}
.shippingAddresses {
  width: 48%;
  /*font-size: .8em;*/
  float: right;
}
.billingAddresses {
  width: 48%;
  /*font-size: .8em;*/
  float: left;
}
/* --- gestion ajax --- */
/*http://mattberseth.com/blog/2007/09/more_sample_ajaxcontroltoolkit.html*/
/* ajax__tab_technorati-theme theme */
.ajax__tab_technorati-theme .ajax__tab_header 
{
    font-family:"Helvetica Neue", Arial, Sans-Serif;
    background:url(images/tab-line.png) repeat-x bottom;
    font-size:.9em;
    display:block;
    font-weight: bold;
}
.ajax__tab_technorati-theme .ajax__tab_header .ajax__tab_outer 
{
    background:url(images/tab.png) no-repeat left top;
    border-color:#222;
    color:#222;
    padding-left:10px;
    margin-right:3px;
}
.ajax__tab_technorati-theme .ajax__tab_header .ajax__tab_inner 
{
    background:url(images/tab.png) no-repeat right top;
    border-color:#666;
    color:#666;
    padding:3px 10px 2px 0px;
}
.ajax__tab_technorati-theme .ajax__tab_hover .ajax__tab_inner 
{
    color:#000000;
}
.ajax__tab_technorati-theme .ajax__tab_active .ajax__tab_outer 
{
    background:url(images/tab.png) no-repeat 0pt -40px;
    border-bottom-color:#ffffff;
}
.ajax__tab_technorati-theme .ajax__tab_active .ajax__tab_inner 
{
    background:url(images/tab.png) no-repeat right -40px;
    color:#000000;
    border-color:#333
}
.ajax__tab_technorati-theme .ajax__tab_body 
{
    font-family:verdana,tahoma,helvetica;
    font-size:1em;
    padding:8px;
    background-color:#ffffff;
    border:solid 1px #d7d7d7;
    border-top-width:0;
    width: 571px;
}
.ajax__tab_technorati2-theme .ajax__tab_header 
{
    font-family:"Helvetica Neue", Arial, Sans-Serif;
    background:url(images/tab-line.png) repeat-x bottom;
    font-size:.9em;
    display:block;
    font-weight: bold;
}
.ajax__tab_technorati2-theme .ajax__tab_header .ajax__tab_outer 
{
    background:url(images/tab.png) no-repeat left top;
    border-color:#222;
    color:#222;
    padding-left:10px;
    margin-right:3px;
}
.ajax__tab_technorati2-theme .ajax__tab_header .ajax__tab_inner 
{
    background:url(images/tab.png) no-repeat right top;
    border-color:#666;
    color:#666;
    padding:3px 10px 2px 0px;
}
.ajax__tab_technorati2-theme .ajax__tab_hover .ajax__tab_inner 
{
    color:#000000;
}
.ajax__tab_technorati2-theme .ajax__tab_active .ajax__tab_outer 
{
    background:url(images/tab.png) no-repeat 0pt -40px;
    border-bottom-color:#ffffff;
}
.ajax__tab_technorati2-theme .ajax__tab_active .ajax__tab_inner 
{
    background:url(images/tab.png) no-repeat right -40px;
    color:#000000;
    border-color:#333
}
.ajax__tab_technorati2-theme .ajax__tab_body 
{
    font-family:verdana,tahoma,helvetica;
    font-size:1em;
    padding:8px;
    background-color:#ffffff;
    border:solid 1px #d7d7d7;
    border-top-width:0;
}
/* --- fin gestion ajax --- */
/* --- gestion des liens du menu horizontal --- */
.siteLevel1 {
  margin-left: 5px;
  /*font-size: .9em;*/
  font-weight: bold;
  height: 30px;
}
.siteLevel1 td {
}
.siteLevel1 td a:link {
  color: #FFF;  
}
.siteLevel1 td a:visited {
  color: #FFF;
}
.siteLevel1 td a:hover {
  color: #000000;
  text-decoration: none;
  /*color: #EFEFEF;*/
  /*color: #C0C0C0;*/
  /*background: #000000;*/
}
.siteLevel2 {/*gere les liens du sous-menu horizontal*/
  padding-left: 5px;
  padding-right: 5px;
  /*font-size: .9em;*/
  font-weight: bold;
  /*background-color: #007ECD;*/
  background-color: #DD0000;
  height: 28px;
}
.siteLevel2 td {
  /*border-top: 2px solid #3CA2E0;*/
  border-bottom: 1px solid #ffffff;
  /*border-left: 1px solid #ffffff;*/
  /*border-right: 1px solid #ffffff;*/
}
.siteLevel2 td a:link {
  color: #FFF;
}
.siteLevel2 td a:visited {
  color: #FFF;
}
.siteLevel2 td a:hover {
  color: #000000;
  text-decoration: none;
  /*color: #C0C0C0;*/
  /*background: #000000;*/
}
/*.siteLevel2 td img {
  color: #FFF;
  background: transparent url(images/icons/whitearrow.gif) right center no-repeat;
}*/
/* --- fin gestion des liens du menu horizontal --- */

/* --- gestion des liens du menu vertical --- */
.categoryLevel1 {
  /*font-size: .8em;*/
  /*font-weight: bold;*/
  height: 28px;
}
.categoryLevel1 td {
  border-bottom: 1px dotted #ffffff;
}
.categoryLevel1 td a:link {
  color: #FFF;
  padding-left: 3px;
  padding-right: 3px;  
}
.categoryLevel1 td a:visited {
  color: #FFF;
  padding-left: 3px;
  padding-right: 3px;  
}
.categoryLevel1 td a:hover {
  /*color: #C0C0C0;*/
  color: #000000;
  text-decoration: none;
  /*background: #EC110F;*/
}
.categoryLevel1b {
  /*font-size: .8em;*/
  font-weight: bold;
  height: 28px;
}
.categoryLevel1b td {
  border-bottom: 1px dotted #ffffff;
}
.categoryLevel1b td a:link {
  color: #FFF;
  padding-left: 3px;
  padding-right: 3px;  
}
.categoryLevel1b td a:visited {
  color: #FFF;
  padding-left: 3px;
  padding-right: 3px;  
}
.categoryLevel1b td a:hover {
  /*color: #C0C0C0;*/
  color: #000000;
  text-decoration: none;
  /*background: #EC110F;*/
}
.categoryLevel2 {
  padding-left: 4px;
  padding-right: 4px;
  /*font-size: .8em;*/
  /*font-weight: bold;*/
  height: 28px;
  background: #EC110F;
}
.categoryLevel2 td {
  /*border-bottom: 2px solid #C0C0C0;*/
  /*border-left: 1px solid #ffffff;*/
  /*border-right: 1px dotted #ffffff;*/
  border-bottom: 1px dotted #ffffff;
  padding-left: 5px;
}
.categoryLevel2 td a:link {
  color: #FFF;
  padding-left: 5px;
  padding-right: 5px;  
}
.categoryLevel2 td a:visited {
  color: #FFF;
  padding-left: 5px;
  padding-right: 5px;  
}
.categoryLevel2 td a:hover {
  /*color: #C0C0C0;*/
  color: #000000;
  text-decoration: none;
  /*background: #C41512;*/
}
/* --- fin gestion des liens du menu vertical --- */

.contentGroupHeader {/* page builder - admin */
  border: 1px solid #2F4F4F;
  color: #555;
  background: url(images/greyfade_bg.gif) repeat-x;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
  padding: 5px;
  margin-bottom: 5px;
  cursor: pointer;
  height: 20px;
}
.contentGroupHeaderText {
}

/* --- gestion de style elaborate */
.contenttitleblack {
    text-align:center;
    font-size:small;
    font-family:Arial;
    font-weight:bold;
    color:Black
}
.contenttitlered {
    text-align:center;
    font-size:small;
    font-family:Arial;
    font-weight:bold;
    color:Red
}
.contenttext {
    font-size:small;
    font-family:Arial
}
