/* ****************** RatingStar ****************** */
.ratingStar
{
	white-space:nowrap;
	margin:0em;
	height:16px;
}
.ratingStar .ratingItem {
    font-size: 0pt;
    width: 16px;
    height: 16px;
    margin: 0px;
    padding: 0px;
    display: block;
    background-repeat: no-repeat;
	cursor:pointer;
}
.ratingStar .Filled {
    background-image: url(images/rating/ratingStarFilled.png);
}
.ratingStar .Empty {
    background-image: url(images/rating/ratingStarEmpty.png);
}
.ratingStar .Saved {
    background-image: url(images/rating/ratingStarSaved.png);
}

/* ****************** Gauge ****************** */
.ratingGauge
{
	white-space:nowrap;
    font-size: 0pt;
	width:122px;
	height:12px;
	padding:1px 0 1px 1px;
	margin:1em;
	background-color:transparent;
	background-position:top left;
	background-repeat:no-repeat;
	background-image:url(images/rating/ratingGauge.png);
}
.ratingGauge .ratingItem {
    font-size:0pt;
    width:20px;
    height:8px;
    margin:0;
    padding:0;
    display:block;
    background-repeat: repeat-x;
	cursor:e-resize;
}
.ratingGauge .Filled {
    background-color:transparent;
}
.ratingGauge .Empty {
    background-color:#ff0;
}
.ratingGauge .Saved {
    background-color:#f00;
}

/* ****************** Thermometer ****************** */
.ratingThermometer 
{
	white-space:nowrap;
	width:220px;
	height:0px;
	padding:26px 20px 20px 16px;
	margin:1em;
	background-color:transparent;
	background-position:top left;
	background-repeat:no-repeat;
	background-image:url(images/rating/ratingThermometer2.png);
}
.ratingThermometer .ratingItem {
    font-size: 0pt;
    width: 10px;
    height: 8px;
    margin: 0;
    padding: 0;
    display: block;
    background-repeat: repeat-x;
	cursor:e-resize;
}
.ratingThermometer .Filled {
    background-image: url(images/rating/ratingFilled.png);
}
.ratingThermometer .Empty {
    background-image: url(images/rating/ratingEmpty.png);
}
.ratingThermometer .Saved {
    background-image: url(images/rating/ratingSaved.png);
}
.ContextMenuPanel 
{
	border: 1px solid #868686;
	z-index: 1000;
	background: url(images/menu-bg.gif) repeat-y 0 0 #FAFAFA;
	cursor: default;
	padding: 1px 1px 0px 1px;
	font-size: 11px;
}

.ContextMenuBreak
{
	margin:1px 1px 1px 32px;
	padding:0;
	height:1px;
	overflow:hidden;
	display:block;
	border-top: 1px solid #C5C5C5;	
}

.ContextMenuItem
{
    background-color:Transparent;
	margin: 1px 0 1px 0;
	display: block;
	color: #003399;
	text-decoration: none;
	cursor: pointer;	
	padding: 2px 11px 1px 33px;
	border: 0px solid #D2B47A;
	white-space: nowrap;
}

.ContextMenuItem-Selected
{
	font-weight: bold;
}

.ContextMenuItem:hover
{
	background-color: #FFE6A0;
	margin: 1px 0 1px 0;
	color: #003399;
	border: 1px solid #D2B47A;
	padding: 1px 10px 0px 32px;
}
.WaterMarkStyle{
	background-color: #FAFAFA;
	color: #999999;
}
#__tab_ctl00_ContentPlaceHolder1_ProductTabContainer_Tab_contacts
{
	background-image: url(../../Images/mescontacts-back.png) ; background-repeat: no-repeat;  padding-left: 5px; background-position: 4px;
}
#__tab_ctl00_ContentPlaceHolder1_ProductTabContainer_Tab_Mesachats 
{
	background-image: url(../../Images/mescommandes-back.png); background-repeat: no-repeat;background-position: 4px;
}
#__tab_ctl00_ContentPlaceHolder1_ProductTabContainer_Tab_Mesvantagesfidelites
{
		background-image: url(../../Images/mesavantagesfidelites-back.png); background-repeat: no-repeat;background-position: 4px;
}
#__tab_ctl00_ContentPlaceHolder1_ProductTabContainer_Tab_GeneralInformationPanel 
{
	background-image: url(../../Images/info-perso-back.png); background-repeat: no-repeat;background-position: 4px;
}
/* ajax__tab_yuitabview-theme theme (img/yui/sprite.png) */
.ajax__tab_yuitabview-theme .ajax__tab_header 
{
    font-family:arial,helvetica,clean,sans-serif;
    font-size:11px;
    font-weight:bold;
	 color: #445670;
 
    border-bottom:solid 3px #445670;
}
.ajax__tab_yuitabview-theme .ajax__tab_header .ajax__tab_outer 
{
 background: #eff0f0 ;
    margin:0px 4px 0px 0px;
    padding:1px 0px 1px 1px;
    vertical-align:bottom;
    border:solid 1px #d8d8da;
    border-bottom-width:0px;
}
.ajax__tab_yuitabview-theme .ajax__tab_header .ajax__tab_tab
{    
    color:#000;
    padding:5px 12px 9px 13px;    
   color: #445670; 
}
.ajax__tab_yuitabview-theme .ajax__tab_hover .ajax__tab_outer 
{ 
    background:#dee1e6 repeat-x left -1300px; 
	 border:solid 1px #445670; 
	 border-bottom-width:0px;
}
.ajax__tab_yuitabview-theme .ajax__tab_active .ajax__tab_tab 
{
    color:#fff;    border-top:solid 1px #445670; 
}
.ajax__tab_yuitabview-theme .ajax__tab_active .ajax__tab_outer
{
    background: #445670; border:solid 1px #445670; 
}
.ajax__tab_yuitabview-theme .ajax__tab_body 
{
    font-family:verdana,tahoma,helvetica;
    font-size:10pt;
    padding:0.25em 0.5em;
       
   
    border-top-width:0px;
}