*{					/*  reset  spacers*/
	margin:0;
	padding:0;
}
ol,
ul{
	padding-left:40px;
	margin:10px 0;
}
p{
	text-indent:1em;
	padding-top:1em;
}
h3{
	display:block;
	text-align:center;
}
body{
	padding:2em 0 6em;
	width:980px;
	height:100%;
	margin:auto;
	font-family: Arial,sans-serif;
	font-size: 75%;
	background:url("skin/images/ui-bg_fine-grain_15_eceadf_60x60.png") repeat scroll 50% 50% #ECEADF;
}
blockquote {
	padding-left: 5em;
	font-style: italic;
}
blockquote.pre {
	white-space: pre;
}
.dateInput .ui-inputfield{
	width: 6em;
}
.ui-autocomplete .ui-inputfield{
	text-transform:uppercase;
}
.logoTop{
	float:left;
	padding:10px;
}
.no-boxshadow .headerBlock{
	background:transparent url(../images/headerBg.png) 0 0 repeat-x;
}
.headerBlock{
	display:block;
	margin:auto;
	padding:2.5em 1.5em;
	background-color:rgba(255,255,255,0.25);
	border:1px solid;
	border-color:#FFF #F4F4F4;
	z-index:1;
	overflow:hidden;
			/*radius*/
	-webkit-border-radius:1em 1em 0 0;
	-moz-border-radius:1em 1em 0 0;
	border-radius:1em 1em 0 0;
			/*shadow*/
	-webkit-box-shadow:0 2px 1em rgba(0,0,0,0.25),inset 0 10px 5px -8px rgba(255,255,255,0.5);
	-moz-box-shadow:0 2px 1em rgba(0,0,0,0.25),inset 0 10px 5px -8px rgba(255,255,255,0.5);
	box-shadow:0 2px 1em rgba(0,0,0,0.25),inset 0 10px 5px -8px rgba(255,255,255,0.5);
}
.informBlockUn{
	display:block;
	margin:auto;
	padding:2.5em 1.5em;
	min-height:630px;
	background-color:#FFF;
	border:1px solid #CCC;
	z-index:1;
		/*radius*/
	-webkit-border-radius:0 0 1em 1em;
	-moz-border-radius:0 0 1em 1em;
	border-radius:0 0 1em 1em;
		/*shadow*/
	-webkit-box-shadow:0 2px 1em rgba(0,0,0,0.25);
	-moz-box-shadow:0 2px 1em rgba(0,0,0,0.25);
	box-shadow:0 2px 1em rgba(0,0,0,0.25);
}
.footerBlock{
	overflow:hidden;
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	background-color:#232323;
	z-index:-1;
}
.footerLogo{
	margin:5em auto 1em;
	width:350px;
}
.ui-inplace .ui-inplace-display{
	color:#2d2d2d;
	position:relative;
	border-bottom:1px dashed #999 !important;
}
.ui-inplace .ui-inplace-display:hover:before{
	content:"";
	position:absolute;
	width:16px;
	height:16px;
	right:-16px;
	background:transparent url(../images/icoButton.png) 0 -48px no-repeat;
	z-index:100;
}
.statusAjaxSt {
	background:none;
	border:none;
	/*shadow*/
	box-shadow:none;
}
/*!!reportBlocks*/
.infoData{
	padding:1ex 1.5em 1ex 0.5em;
	margin:7px 0 20px;
	background: url("skin/images/ui-bg_fine-grain_10_eceadf_60x60.png") repeat scroll 50% 50% #ECEADF;
    border: 1px solid #D9D6C4;
}
.infoData.editableData{
	margin:20px 0;
}
.infoDataSpacer{
	padding:10px 5px;
	margin:10px 0 20px;
}
.prodTable,
.prodTableConfirm{
	margin:10px 0 20px;
	width:100%;
	border-collapse: collapse;
	border-color:#666;
}
.prodTable td{
	padding:3px;
}
.prodTableConfirm td{
	padding:3px;
	border:1px solid #666;
}
/*buttons*/
.ui-button.ui-state-default{
	margin-right:4px;
	color:#FFF;
	border:3px solid #CCC;
	font-size:1.2em;
	background:#131313 url(../images/butBgDefault.png) 0 0 repeat-x;
}
.ui-button.ui-state-disabled{
	color:#f4f4f4;
	background:#555;
}
.ui-button.ui-state-default.ui-state-hover{
	background:#111;
}
.province .ui-inputfield{
	width:25px;
}
.ui-inplace .ui-selectonemenu{
	padding-right:3px;
}
/*icons*/
.ui-state-default .icon{
	background-image:url(../images/icoButton.png);
}
.ui-state-disabled .icon{
	background-image:url(../images/icoButtonDis.png);
}
.icon-save{
	background-position:-96px -16px;
}
.icon-edit{
	background-position:0 -48px;
}
.icon-cancel{
	background-position:-48px -16px;
}
.icon-next{
	background-position:-96px -64px;
}
.icon-back{
	background-position:-80px 0;
}
/*!!!cell width!!!11*/
.w_50{
	width:50px;
}
.w_75{
	width:75px;
}
.w_100{
	width:100px;
}
.w_110{
	width:110px;
}
.w_125{
	width:125px;
}
.w_150{
	width:150px;
}
.w_175{
	width:175px;
}
.w_200{
	width:200px;
}
.w_230{
	width:230px;
}
.w_300{
	width:300px;
}
.w_350{
	width:350px;
}
.w_375{
	width:375px;
}
.w_400{
	width:400px;
}
.w_580{
	width:580px;
}
.ta_c{
	text-align:center;
}
/* Special label*/
.labelEdit{
	margin:-25px 0 0 20px;
	-webkit-box-shadow:0 0 3px rgba(0,0,0,0.25);
	-moz-box-shadow:0 0 3px rgba(0,0,0,0.25);
	box-shadow:0 0 3px rgba(0,0,0,0.25);
}
.labelEdit .ui-button.ui-state-default{
	margin:0;
	border:none;
	border-left:1px solid #CCC;
	text-shadow:0 1px #fff;
		/*radius*/
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-o-border-radius:0;
	border-radius:0;
}
.labelEdit,
.labelEdit .ui-button.ui-state-default{
		/*Gradient*/
	background: #feffff;
	background: -moz-linear-gradient(top,  #feffff 0%, #eeeeee 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feffff), color-stop(100%,#eeeeee));
	background: -webkit-linear-gradient(top,  #feffff 0%,#eeeeee 100%);
	background: -o-linear-gradient(top,  #feffff 0%,#eeeeee 100%);
	background: -ms-linear-gradient(top,  #feffff 0%,#eeeeee 100%);
	background: linear-gradient(to bottom,  #feffff 0%,#eeeeee 100%);
}
.labelEdit{
	border:1px solid #CCC;
}
.labelEdit label{
	display:block;
	padding:7px;
	font-weight:bold;
}
/*///*/

/* Style used for form fields */
.formValueField, .formValueField .ui-inputfield {
	width: 100%;
}

.dateInput.formValueField .ui-inputfield {
	width: 6em;
}

.formValueField.ui-selectonemenu {
	width: 89%;
}

.formValueField.countryMenu {
	width: 10em
}

.formValueField.postalCodeInput {
	width: 4em
}

/* The following style can be used to avoid a check box label of a selectBooleanCheckBox from wrapping if not really necessary. */
.ui-chkbox.nowraplabel .ui-chkbox-label {
	display: inline;
}

/* The following style can be applied to a PrimeFaces panelGrid to remove borders around table cells and rows. */
.pfBorderlessPanelGrid tr, .pfBorderlessPanelGrid td {
	border: none !important;
}

.pfBorderlessDataTable tr, .pfBorderlessDataTable td, .pfBorderlessDataTable th, .pfBorderlessDataTable tbody {
	border: none !important;
}

.pfBackgroundlessDataTable tr, .pfBackgroundlessDataTable td, .pfBackgroundlessDataTable th, .pfBackgroundlessDataTable tbody {
	background: none !important;
}

/* PURCHASE  */
.headerBlockPurchase{
	border-top-left-radius: 15px;
	border-top-right-radius: 15px; 	
	height: 183px;
	width: 980px;
	box-shadow:0 2px 1em rgba(0,0,0,0.25);
}
.accedo, .accedo ol, .accedo ul {
	font-size: 10.5pt;
	text-indent: 0;
}
.orange_word{
	font-weight: bold;
	color: #ff9900;
}
.product_table{
	display: block;
	border: solid 1px #9A9A9A;
	padding: 5px 15px;
	background: #F8F7F7;
	border-radius: 10px;
	text-align: center;
	margin-top: 5px;	
}
.product_table td{
	vertical-align: top;
	font-size: 14px;
}
.title{
	font-size: 18px;
	font-weight: bold;
	color: #14455c;
}
.product_table .left td{
	text-align: left;
	padding: 10px;
}

.product_table .justify td{
	text-align: justify;
	padding: 5px 10px;
}

.noTextShadow {
  text-shadow: none;
}

.noTextShadow .ui-widget-content .ui-state-highlight{
	font-weight: bold;
	color: #ff9900;	
	background: #fdf5ce;
}
.noTextShadow .ui-widget-content .ui-state-hover{
	background: #fdf5ce; 
	box-shadow: none;
	color: #ff9900;	
}
.noTextShadow .ui-widget-content{
 	background: none;
 }
 .noTextShadow .ui-state-default{
 	box-shadow: none;
 	background: none;
 }
 .iconCheckbox{
 	display: block;
 	width: 36px;
 	height: 32px;
 	background: url("../images/checkbox.png") no-repeat;
 	background-position: -102px -11px
 }
.ui-state-highlight .iconCheckbox {
 	background-position: -60px -11px;
 }
 .ui-state-hover .iconCheckbox {
 	background-position: -14px -11px;
 }
 .message{
 	display: block;
 	border-radius: 6px;
 	border: solid 1px #eed3d7;
 	background: #f2dede;
 	padding: 0 10px 10px;
 	color: #8C1000;
 	margin-top: 2ex;
 }
 
.transparentFileUpload .ui-fileupload-buttonbar {
	background: none;
}

.transparentFileUpload .ui-fileupload-buttonbar.ui-widget-header {
	border: none;
}

.transparentFileUpload .ui-fileupload-content {
	border: none;
}

/* Styles used for document statuses */
.missing{
	height: 23px; 
	width: 23px; 
	border: 1px solid #999;
	background-color:#FFF;
	border-radius: 12px;
}
.uploadOk{
	height: 23px; 
	width: 23px; 
	border: 1px solid #BABABA;
	background-color:#ffff00;
	border-radius: 12px;
}
.uploadNot{
	height: 23px; 
	width: 23px; 
	border: 1px solid #BABABA;
	background-color:#FF0000;
	border-radius: 12px;
}
.approve{
	height: 23px; 
	width: 23px; 
	border: 1px solid #BABABA;
	background-color:#00FF00;
	border-radius: 12px;
}

.payment h1 {
	text-align: center;
	font-weight: normal;
	margin: 40px 0 30px;
}
.payment h1 .ok {
	color: #05c605;
}
.payment h1 strong{
	font-weight: bold;
	text-transform: uppercase;
}

.payment h1.green {
	color: #05c605;
	text-transform: uppercase;
	font-size: 24px;
	margin-top: 80px;
}

.payment h2{
	color: #0d7fbd;
	text-align: center;
	font-weight: normal;
	margin: 20px 0 30px;
	line-height: 30px;
}
.payment h2 strong{
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
}
.payment p{
	font-size: 14px;
}
.price{
	font-size: 30px;
	color: #f90;
	font-weight: bold;
}
.payment h3{
	text-align: center;
	font-size: 18px;
	font-weight: normal;
}
.payment table{
	width: 100%;
	text-align: center;
	margin-top: 25px;
}
.payment .pfBorderlessPanelGrid tr{
	background: none;
}
.payment table a.ui-widget{
	font-size: 14px;
	color: #0d7fbd;
	text-decoration: none;
}
.payment table a.ui-widget:hover{
	text-decoration: underline;
}

.productChoiceTable {
	width: 99%; 
	background: none; 
	border: none; 
	box-shadow: none; 
	padding: 1ex;
}

.productChoiceTable td {
	padding: 0.5ex 1ex 0.5ex 1ex;
}