* {
	font-family: verdana;
	margin: 0;
	padding: 0;
}

body, table td, select {
	font-family: verdana !important;
}

label {
	padding-left: 3px;
}

select, input {
	font-size: 11px;
	text-align: left;
}

.hyperlink {
	font-size: 11px;
	cursor: pointer;
	text-decoration: underline;
	color: #4c5e6a;
}

.hyperlink:hover,
.hyperlink:active {
	color: #969772;
}

.hidden {
	display: none !important;
	visibility: hidden !important;
}

#body {
	background-color : #D4D4D4;
}

#main {
	background: white;
	height: auto;
	margin: 0pt auto;
	width: 960px;
	position: relative;
}
#splashScreen {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 350px;
	height: 150px;
	margin-top: -75px; /* moitie de la hauteur */
	margin-left: -175px; /* moitie de la largeur */
	background: url("../img/splashscreen.png") no-repeat left top;
}
#splashScreenLogo{
	position: relative;
	float: left;
	margin: 20px;
}
#loadingInfo{
	width: 250px;
	position: relative;
	float: left;
	margin: 20px;
	color: #aaaaaa;
	font-size: 10px;
}
#loading{
	position: fixed;
	z-index: 32001; /*ELDWEB-189*/
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: black;
    filter: alpha(opacity=50);
    opacity: .50;
}
#loaderAnim{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 31px;
	height: 31px;
	margin-top: -16px; /* moitie de la hauteur */
	margin-left: -16px; /* moitie de la largeur */
}
.pixGlassPanel {
    background-color: black;
    filter: alpha(opacity=40);
    opacity: .40;
    z-index: 16;
}
.pix-invalid-field {
	border: #FF0000 1px solid !important;
}
.boldDarkBlue {
	color: #00426e;
	font-size: 11px;
	font-weight: bold;
}

.emptyBasket {
    background-color: #cccccc; 
	width: 295px;
	height: 20px;
	float: right;
	position: relative;
	top: -20px;	
	margin-right: 5px;
}

.screenTitleText {
	font-size: 14px;
	color: #005482;
	width: 438px;
}

.screenTitleHelpText {
	color: #666666;
	font-size: 12px;
	margin-top: 10px;
	width: 611px;
}

.screenTitleHelpText strong {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
	margin-bottom: 20px;
}

.screenTitleHelpText p {
	margin: 5px 0px;
}

/**[mdt] SHOULD BE REMOVED ONCE ALL HELP BOX HAVE CHANGED WITH THE NEW 
         HELPDECORATEDPRESENTER.DISPLAY
*/
.screenInfoHelpText {
	color: #666666;
	font-size: 12px;
	padding: 5px;
}
.screenInfoHelpText strong {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
}
.screenInfoHelpText p {
	margin: 5px 0px;
}

.screenInfoHelpText li {
	margin: 10px 0px;
}

/*****************************************************************************************/
/* specific Widgets styles */
.categoryBox-categoryTitle {
	background-color: #00426e;
	border-bottom: 1px dotted #FFFFFF;
	height: 22px;
}
.categoryBox-categoryTitle .gwt-Label {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	padding: 2px 0 0 15px;
}
.categoryBox-categoriesList {
	background-color: #eeeeee;
	width: 100%;
	height: 75px;
}
.categoryBox-categoriesList td {
	height: 20px;
}
.categoryBox-categoriesExtendedList {
	background-color: #eeeeee;
	width: 208px;
	position: absolute;
}
.categoryBox-categoryLink {
	color: #4C5E6A;
	border: 1px solid #eeeeee;
	font-size: 12px;
	cursor: pointer;
	display: block;
	height: 20px;
	padding-left: 10px;
	padding-top: 3px;
}
.categoryBox-categoryLink:hover {
	background-color: #ffffff;
	border: 1px solid #D4D4D4;
	color: #969772;
	padding-left: 10px;
}
.categoryBox-rubriqueCategory {
	color: #4C5E6A;
	border: 1px solid #eeeeee;
	font-size: 12px;
	font-weight: bold;
	display: block;
	height: 20px;
	padding-left: 10px;
	padding-top: 3px;
}
.categoryBox-categoryFooter {
	margin-top: 5px;
	padding-left: 105px;
}
.categoryBox-categoryFooterLink {
	text-align: right;
	width: 100px;
}
.categoryBox-categoryFooterOthers {
	background-color: #eeeeee;
	margin-top: 5px;
	width: 208px;
}
.categoryBox-categoryFooterOthers-expended {
	background-color: #eeeeee;
	position: absolute;
	margin-top: 265px;
	width: 208px;
}

.pix-button-container {
	display:inline;
}


div.pix-button{
	cursor:pointer;
	background-color: #0090cf;
	color:#ffffff;                                                                            	
	display:block;
	float:left;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	vertical-align: middle;
	margin-right:6px;
	padding:4px 5px 4px 5px;
	text-decoration: none;
}

div.pix-button:active, 
div.pix-button:hover {
	background-color: #00426e;
}
/*for special file upload case*/
div.pix-button-over > div.pix-button {
	background-color: #00426e;
}

div.pix-button-out > div.pix-button {
	background-color: #0090cf;
}

/********************** DIALOG BOX PART *********************/
.commonDialog {
	background: url('../img/criterias_dialog_bg.gif') repeat-x scroll 0 0;
	background-color: #EDF5FA;
	border: solid 1px #dfdfdf;
	width: 716px;
	height: 500px;
	z-index: 20;
}

.contactDialog {
	height: 550px;
}

.previewDialog {
	width: 550px;
	height: auto;
}

.choosewhat-dialog{
	width:400px;
	height: auto;
}

.registerDialog {
	height: 550px;
}

/* Fix for ELDWEB-754 */
.myProfileDialog{
	height: 570px;
}

.lostPasswordDialog {
	height: 220px;
}

.infoPopupDialog {
	width: 400px;
	height: 245px;
}

.addMediaPopupDialog {
	height: 330px;
}

.offersDialog {
	height: auto;
}

.formBoxWithHelp,
.formBox {
	width: 650px;
}
.formBoxWithHelp td:first-child,
.formBox td:first-child {
	background-color: #f0f0f0 !important;
	padding: 10px;
	margin: 10px 0 10px 30px;
	width: 470px;
}
.formBoxWithHelp td,
.formBox td {
	background-color: #ffffff;
	padding: 10px;
}

.formBoxWithHelp td:last-child {
	background-color: #f9f9f9;
}

.formBoxHelpCell,
.formBoxHelpCell td {
	background-color: #f9f9f9 !important;
	vertical-align: top;
	padding: 0 10px 10px 10px;
}

.searchMediaTab {
	/*width: 918px;*/
	margin: 0;
	*margin: 5px;    /* IE hack */
	height: 35px;
	padding: 6px 0px 0px 5px;
}
.searchMediaTab td{
	/*width: 220px;*/	
}
.searchMediaTabBtn {
	cursor: pointer;
	color: #5e727e;
	font-size: 11px;
	background-color: #d0e2ec;
	padding: 4px 7px 4px 7px;
	margin-right: 10px;
}
.searchMediaTabBtn:hover,
.searchMediaTabBtn-enable {
	color: #ffffff;
	background-color: #0090cf;
}

/****************** WIZARD HEADER PART ****************************/
.statusBarPanel-fillBg, 
.statusBarPanel-emptyBg {
	background-color: #cccccc; 
	height: 20px;
}

.wizardLabel {
	background-color: #cccccc; 
	font-size: 11px;
	color: #ffffff;
	padding: 3px 5px 4px 5px;
}

.wizardLabel-bc,
.wizardLabel-bcbluemarine {
	background-color: #0090cf;  
}

.wizardLabel-bf, 
.wizardLabel-bf2, 
.wizardLabel-bfnotnext {
	background-color: #00426e; 
}

.wizardButtonContainer {
	background-image: url('../img/wiz_gray.gif');
	background-repeat: no-repeat;
	background-position: top right;
	height: 20px;
	display: block;
	float: left;
	vertical-align: middle;
	padding-right: 18px;
}

.wizardButtonContainer-bc{
	background-image: url('../img/wiz_blue.gif');
    background-repeat: no-repeat;
	background-position: top right;
}

.wizardButtonContainer-bf {
	background-image: url('../img/wiz_marine.gif');
	background-repeat: no-repeat;
	background-position: top right;
	cursor: pointer;      
}
.wizardButtonContainer-bf2 {
	background-image: url('../img/wiz_marine_2.gif');
	background-repeat: no-repeat;
	background-position: top right;
	cursor: pointer;      
}
.wizardButtonContainer-bfnotnext {
	background-image: url('../img/wiz_marine_notNext.gif');
	background-repeat: no-repeat;
	background-position: top right;
	cursor: pointer;      
}
.wizardButtonContainer-bfnotprevious {
	background-image: url('../img/wiz_gray_marine.gif');
	background-repeat: no-repeat;
	background-position: top right;     
}
.wizardButtonContainer-bcgrayblue {
	background-image: url('../img/wiz_gray_blue.gif');
	background-repeat: no-repeat;
	background-position: top right;      
}
.wizardButtonContainer-bcbluemarine {
	background-image: url('../img/wiz_blue_marine.gif');
	background-repeat: no-repeat;
	background-position: top right;      
}

/********************* DETAIL OFFER BOX **********************/
.detailOfferBox {
	width: 667px;
	margin: 3px 0px 3px 15px;
}
.detailOfferBox-head {
	background: transparent url('../img/head_box_details_offer.gif') no-repeat scroll 0 0;
	width: 100%;
	height: 12px;
}
.detailOfferBox-body {
	background: transparent url('../img/body_box_details_offer.gif') repeat-y scroll 0 0;
	display: table-cell;
	height: 100%;
	padding: 5px 15px 2px 15px;
}
.detailOfferBox-footer {
	background: transparent url('../img/foot_box_details_offer.gif') no-repeat scroll 0 0;
	width: 100%;
	height: 12px;
}
.detailOfferBox-priceLbl {
	font-size: 11px;
	font-weight: bold;
	color: #e66648;
	float: left;
	width: 110px;
	height: 13px;
}
.detailOfferBox-selectedLbl {
	font-size: 11px;
	font-weight: bold;
	color: #e66648;
	float: left;
	width: 110px;
	height: 13px;
}
.detailOfferBox-titleLbltitleLbl {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	float: left;
	width: 320px;
	height: 13px;
}
.detailOfferBox-diffDataLbl {
	font-size: 10px;
	color: #333333;
	float: right;
	height: 12px;
	width: 205px;
	text-align: right;
}
.detailOfferBox-nbrCopiesLbl {
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	float: right;
	height: 12px;
	text-align: right;
	width: 200px;
}
.detailOfferBox-descriptionLbl {
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	float: left;
	width: 477px;
	position: relative;
	margin-left: 110px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 50px;
	border-top: solid 1px;
	border-color: #e5e5e5;
}
/********************* DETAIL VERSION OFFER BOX **********************/
.detailVersionOfferBox {
	width: 523px;
	margin: 3px 0px 3px 110px;
	position: relative;
	float: left;
}
.detailVersionOfferBox-head {
	background: transparent url('../img/head_box_details_version_offer.gif') no-repeat scroll 0 0;
	width: 100%;
	height: 10px;
}
.detailVersionOfferBox-selected-head {
	background: transparent url('../img/head_box_details_version_offer_sel.gif') no-repeat scroll 0 0;
	width: 100%;
	height: 10px;
}
.detailVersionOfferBox-body {
	background: transparent url('../img/body_box_details_version_offer.gif') repeat-y scroll 0 0;
	display: table-cell;
	height: 100%;
	padding: 5px 15px 2px 15px;
}
.detailVersionOfferBox-selected-body {
	background: transparent url('../img/body_box_details_version_offer_sel.gif') repeat-y scroll 0 0;
	display: table-cell;
	height: 100%;
	padding: 5px 15px 2px 15px;
}

.detailVersionOfferBox-footer {
	background: transparent url('../img/foot_box_details_version_offer.gif') no-repeat scroll 0 0;
	width: 100%;
	height: 10px;
}
.detailVersionOfferBox-selected-footer {
	background: transparent url('../img/foot_box_details_version_offer_sel.gif') no-repeat scroll 0 0;
	width: 100%;
	height: 10px;
}
.detailVersionOfferBox-priceLbl {
	font-size: 11px;
	font-weight: bold;
	color: #00426e;
	float: left;
	width: 90px;
	height: 13px;
}
.detailVersionOfferBox-titleLbltitleLbl {
	font-size: 11px;
	font-weight: bold;
	color: #0090cf;
	float: left;
	width: 280px;
	height: 13px;
}
.detailVersionOfferBox-descriptionLbl {
	font-size: 10px;
	color: #000000;
	float: left;
	width: 280px;
	margin-left: 90px;
	margin-top: 5px;
	padding-top: 5px;
}
.detailVersionOfferBox-selectBtn {
	cursor: pointer;
	float: right;
	text-align: right;
	display: block;
	margin-top: 15px;
	margin-right: 15px;
}

.detailVersionOfferBox-ConfirmSelectBtn{
	cursor: pointer;
	float: right;
	text-align: right;
	display: block;
	margin-top: 15px;
	margin-right: 10px;
}

.detailVersionOfferBox-previewImageDiv {
	width: 100px;
	/*margin-left: 15px;*/
	display: block;
	text-align: center;
	float: left;
}

.detailVersionOfferBox-previewImage {
	
}

.pixSuggestBox {
	z-index: 30;
    border: 1px solid #999999;
    background-color: #FFFFFF;
    cursor: pointer;
}

.pixSuggestBox .item {
	background-color: #FFFFFF;
}

.pixSuggestBox .item-selected {
    background-color: #C3D9FF;
}

.formBoxTitle {
	color: #000000;
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 10px;	
}

.dottedFormPanel{
	width: 100%;
}

.dottedFormPanel tr:first-child td:first-child{
	background: transparent url(../img/editorial_title_dots.gif) repeat-x scroll 0 bottom;
	background-position: 0 30px;
	padding:10px 0;
}

.dottedFormPanel td{
	background-color : #F0F0F0 !important;
}


/*----------------------------------------------------*/
/*					GoogleMaps						  */
.googleMap-Rectangle{
	background-color: #3399FF;
	opacity: .4;
	filter: alpha(opacity=40);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}
/*----------------------------------------------------*/
/*                  CalendarWidget                    */
div.calendar-blox{
	width: 480px;
	height: 310px;
	position: relative;
	margin: 10px 10px 10px 10px;
}
div.calendar-blox-months-header{
	width: 480px;
	height: 30px;
	position: relative;
	background: transparent url(../img/calendar-head-bg.png) no-repeat 0px bottom;
}
img.calendar-btn-back{
	width: 20px;
	height: 20px;
	position: relative;
	float: left;
	cursor: pointer;
	margin-right: 10px;
	left: 10px;
	top: 6px;
}
div.calendar-blox-header-leftMonth{
	width: auto;
	height: 20px;
	position: relative;
	float: left;
	padding: 9px 10px 0px 50px;
	font-weight: bold;
	color: #00426e;
	font-size: 12;
	text-align: center;
}
div.calendar-blox-header-rightMonth{
	width: auto;
	height: 20px;
	position: relative;
	float: left;
	padding: 9px 10px 0px 100px;
	font-weight: bold;
	color: #00426e;
	font-size: 12;
	text-align: center;
}
img.calendar-btn-next{
	width: 20px;
	height: 20px;
	position: relative;
	float: right;
	right: 10px;
	top: 6px;
	cursor: pointer;
}
div.calendar-blox-days-header{
	width: 480px;
	height: 26px;
	position: relative;
	background: transparent url(../img/calendar-days-bg.png) no-repeat 0px top;
}
div.calendar-blox-day-head{
	width: 33px;
	height: 26px;
	color: #666666;
	position: relative;
	float: left;
	left: 0px;
	top: 8px;
	text-align: center;
}
div.calendar-blox-day-head-sep{
	width: 18px;
	height: 26px;
	position: relative;
	float: left;
	top: 8px;
}
div.calendar-blox-body{
	width: 480px;
	height: 212px;
	position: relative;
	top: 10px;
	background-color: #FFFFFF;
}
div.calendar-blox-calendar-left{
	width: 230px;
	height: 212px;
	position: relative;
	float: left;
	background-color: #FFFFFF;
	margin: 0px 3px 0px 0px;
}
div.calendar-blox-calendar-right{
	width: 232px;
	height: 212px;
	position: relative;
	float: right;
	background-color: #FFFFFF;
	margin: 0px 0px 0px 3px;
}
.calendar-widget{
	background-color: #FFFFFF;
	width: 230px;
	position: relative;
}
.calendar-widget td {
	margin: 0px !important;
	padding: 0px !important;
}
.calendar-cell-pair{
	background-color: #f4f4f1;
	height: 34px;
	width: 32px;
	position: relative;
}
.calendar-cell-impair{
	background-color: #eff0ea;
	height: 34px;
	width: 32px;
	position: relative;
}
.calendar-cell-pair-we{
	background-color: #e4e7e9;
	height: 34px;
	width: 32px;
	position: relative;
}
.calendar-cell-impair-we{
	background-color: #edeff0;
	height: 34px;
	width: 32px;
	position: relative;
}
.calendar-cell-tirage-augmente{
	background-color: #f5cac4;
	height: 34px;
	width: 32px;
	position: relative;
}
.calendar-cell-selected{
	background-color: #d4e7c1 !important;
}

.calendar-cell-clickable {
	cursor: pointer;
}

div.date-nbr{
	text-align: right;
	float: right;
	width: 30px;
	height: 13px;
	margin-right: 2px;
	position: relative;
	cursor: pointer;
}

.grayText {
	color: #777777 !important;
	cursor: default !important;
}

.pastDate {
	color: #bbbbbb !important;
	font-style: italic;
	cursor: default !important;
}

.date-cb{
	left: 3px;
	*left: 0; /* IE Hack */
	position: relative;
	margin-top: 5px;
	*margin-top: 1px; /* IE Hack */
}

.date-div{
	left: 3px;
	position: relative;
}

.calendar-footer{
	width: 480px;
	height: 30px;
	text-align: center;
	background-color: #FFFFFF;
	position: relative;
	top: 15px;
}
.calendar-img-legend{
	margin: 4px 4px 3px 12px;
}
.calendar-footer span{
	color: #333333;
	font-size: 11px;
	font-weight: bold;
	position: relative;
	top: -10px;
}

.saveButton{
	margin: 5px;
	cursor: pointer;
	position: relative;
	display: inline;
}

.backButton{
	margin: 5px;
	cursor: pointer;
	float: left;
	display: inline;
	margin-left: 390px;
}

.nextButton{
	margin: 5px;
	cursor: pointer;
	float: right;
	display: inline;
}

.disabledButton{
	margin: 5px;
	opacity: 0.35; /* CSS3 standard */
	filter: alpha(opacity=50); /*IE*/
	display: inline;
	float: right;
}

.navButtonPanel{
	width: 625px;
	margin-top: 20px;
	padding-bottom: 20px;
	display: block;
	text-align: right;
	float: left;
}
/*----------------------------------------------------*/
/*---------UEditor css -------------------------------*/

.distanceViewGrid {
}

.distanceViewGrid td{
	background-color :#F0F0F0;
	margin : 0;
	padding : 0;
	
}

.distanceViewGrid td:first-child{
	width: 33% !important;
	background-color :#F0F0F0;
	margin : 0;
	padding : 0;
	
}
.distanceViewGrid input{
	width:50px;
}

.tableCheckViewGrid {
}

.tableCheckViewGrid td{
	background-color :#F0F0F0;
	margin : 0;
	padding : 0;
}

.tableCheckViewGrid td:first-child{
	width: 25% !important;
	background-color :#F0F0F0;
	margin : 0;
	padding : 0;
	
}

.popupContent{
	width: 100%;
	height: 100%;
}
.paymentDatatransPopup-frame{
	width: 100%;
	height: 100%;
	border: 0;
	margin-top:20px;
}
.resultMsg {
	color: #666666;
	font-size: 12px;
	margin-top: 10px;
	width: 100%;
	padding-left: 5px;
}

.errorMsg {
	color: #ff0000;
	font-weight: bold;
	font-size: 12px;
	margin-top: 10px;
	width: 100%;
	clear: both;
}

.block {
	clear: both;
	display: block;
}

/*********************** AlertBox ***********************/
.alertBoxDiv {
	font-size: 11px;
	width: 611px;
	background-color: #ffffff;
	float: left;
	margin: 20px 0 20px 0;
}

.alertBox{
	padding: 10px;
}

.alertBox-1{
	border: 2px solid #a2ca6d;
	background: url("../img/valid_logo.gif") 22px 11px no-repeat;
}

.alertBox-2{
	border: 2px solid #40c5d9;
	background: url("../img/info_logo.gif") 22px 11px no-repeat;
}

.alertBox-3{
	border: 2px solid #ff4040;
	background: url("../img/error_logo.gif") 22px 11px no-repeat;
	margin: 0 !important;
}

.title-alertBox {
	font-weight: bold;
	margin-left: 50px;
}

.title-alertBox-1 {
	color: #158a52;
}

.title-alertBox-2 {
	color: #00426e;
}

.title-alertBox-3 {
	color: #9e3230;
}

.body-alertBox {
	margin-left: 50px;
	margin-top: 5px;
	color: #666666;
}

.links-alertBox {
	margin-left: 50px;
	margin-top: 5px;
}

.links-alertBox-2,
.links-alertBox-3  {
	color: #0090cf;
}

.alertBox-link-2, 
.alertBox-link-3 {
	text-decoration: underline;
	cursor: pointer;
	display: inline;
	margin-right: 30px;
}
.alertBox-link-2:hover,
.alertBox-link-3:hover {
	color: #00426e;
}




/********************* PixInfoPanel ***************************/

.pixInfoPanel {
}
.pixInfoPanel-panel {
}
.pixInfoPanel-caption {
        font-weight: bold;
        display: block;
}
.pixInfoPanel-description {
}

.infoPopup {
	border: none !important;
	margin : 0px !important;
	padding : 0px !important;
}

/********************* Help Widget ***************************/

.helpWidgetTop-container {
	width: 611px;
}

.helpWidgetTop-helpText {
	color: #666666;
	font-size: 12px;
	margin-top: 10px;
	/*width: 611px;*/
}

.helpWidgetTop-helpText strong {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
}

.helpWidgetTop-helpText p {
	margin: 12px 0 0 0;
}

.helpWidgetTop-title {
	font-size: 14px;
	color: #005482;
	display: inline;
	/*width: 438px;*/
}

.helpWidgetTop-controller {
	font-size: 11px;
	cursor: pointer;
	text-decoration: underline;
	color: #4c5e6a;
	float: right;
	padding-left: 20px;
	height: 16px;
}

.helpWidgetTop-controller:hover {
	color: #969772;
}

.helpWidgetTop-down,
.helpWidgetTop-down-hovering {
	background: url(../img/aide_show.gif) no-repeat left center;
}

.helpWidgetTop-up,
.helpWidgetTop-up-hovering {
	background: url(../img/aide_hide.gif) no-repeat left center;
}

.helpWidgetRight-container {
	background-color: #f9f9f9 !important;
}

.helpWidgetRight-title {
	display: none;
}

.helpWidgetRight-helpText {
	color: #666666;
	font-size: 12px;
	padding: 5px 5px 5px 5px;
	margin-left: 10px;
}

.helpWidgetRight-helpText strong {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
}

.helpWidgetRight-helpText li {
	margin: 10px 0px;
}

.helpWidgetRight-controller {	
	color: #005482;
	float: right;
	cursor: pointer;
	background-color: transparent;
	/*background-image: url(../img/help_info_icon.gif);*/
	display: none; /* ELDWEB-259*/;
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 23px;
	margin-top: -17px;
	position: relative;
	vertical-align: top;
	clear: both;
}

/********************* Box Widget ***************************/

.box {
	width: 405px;	
	background: url('../img/criterias_dialog_bg.gif') repeat-x scroll 0 0;
	background-color: #EDF5FA;
	border: solid 1px #dfdfdf;
	z-index: 20; /*ELDWEB-189*/
}

.box .dialogContent {
	font-weight: bold;
	color: #00426e;
	font-size: 10px;
	padding-left: 10px;
	margin-top: 30px;
	width: 350px;	
}

.box .dialogContent .body {
	margin-bottom: 20px;
	margin-right: 10px;
	margin-top: 10px;	
	padding-top: 5px;
	padding-left: 45px;
}

.box .info {
	background: url("../img/info_logo.gif") no-repeat scroll left top;
}

.box .error {
	background: url("../img/error_logo.gif") no-repeat scroll left top;
}

.box .dialogContent .buttons {
	margin-left: auto;
	margin-right: auto;
}

.box .dialogContent .pix-button {
	margin-left: 30px;
	margin-bottom: 10px;
	float: right;
}

.closeBtn{
	cursor: pointer;
	font-size: 11px;
	position: absolute;
	right: 4px;
	text-align: right;
	top: 3px;
	z-index: 21;
	width: 13px;
	height: 13px;
}

.choosewhat-help{
	color: #666666;
	font-size: 12px;
	padding-bottom: 20px;
	margin-left: 10px;
	margin-top: 35px;
}
.choosewhat-help strong{
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
}

.choosewhat-help li {
	margin: 10px 0px;
}
.paymentPopupPanel {
	width:100%;
	height:100%;
		
}

.bold {
	font-weight: bold;	
}

.relativePosition {
	position: relative;	
}

