.amount {}

.negative {
   color:#FF0000 !important;
}

.positive {
    color:#23b800 !important;
}

.main_table_filter tr td{
  padding-left:10px;
  padding-right:16px;
}

.main_table_filter tr td table{
  padding:0px;
  margin:0px;
}

.table_filter tr td {
    height:30px;
}

.table_filter input,
.table_filter select,
.table_filter textarea,
.table_filter password{
  height:32px !important;
}

.filter_border_left{
    border-left:1px #c5c5c5 solid; 
    padding-right:4px;
}

.button_generic_big{
    
	background-color: #f6f6f6;
	-moz-background-clip   : padding;
	-webkit-background-clip: padding-box;
	background-clip        : padding-box;
	border: 1px solid #bfbfbf;
	-webkit-border-radius: 5px;
	-moz-border-radius   : 5px;
	border-radius        : 5px;
	-webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow   : 0 0 2px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
	box-shadow        : 0 0 2px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
	color: #444444;
	display: block;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.01em;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	padding: 2px 16px;
	position: relative;
	text-decoration: none;
	white-space: nowrap;
    
}

.button_generic_big:hover{
    
	background-color: #EEEEEE !important;
    
}

.back_b {
    background: url("../../images/icon_button/back_b.png") no-repeat scroll 8px center #f6f6f6 !important;
    padding-left: 40px;
}

.next_b {
    background: url("../../images/icon_button/next_b.png") no-repeat scroll 8px center #f6f6f6 !important;
    padding-left: 40px;
}

.close_b {
    background: url("../../images/icon_button/close_b.png") no-repeat scroll 8px center #f6f6f6 !important;
    padding-left: 40px;
}

.home_b {
    background: url("../../images/icon_button/home_b.png") no-repeat scroll 8px center #f6f6f6 !important;
    padding-left: 40px;
}

.print_b {
    background: url("../../images/icon_button/print_b.png") no-repeat scroll 8px center #f6f6f6 !important;
    padding-left: 40px;
}

.retry_b {
    background: url("../../images/icon_button/retry_b.png") no-repeat scroll 8px center #f6f6f6 !important;
    padding-left: 40px;
}

.verify_b {
    background: url("../../images/icon_button/verify_b.png") no-repeat scroll 8px center #f6f6f6 !important;
    padding-left: 40px;
}

.new_trans_b {
    background: url("../../images/icon_button/new_trans_b.png") no-repeat scroll 8px center #f6f6f6 !important;
    padding-left: 40px;
}

.item_content_form .mInputs ol li input[type="text"], .item_content_form ol li input[type="password"]{
    
    /*height:30px !important;
    line-height:30px !important;*/
    border-radius: 4px;
    padding:2px 8px 2px 8px !important;
    /*font: 14px Verdana, Arial, Helvetica, sans-serif;*/
    text-align:center;

}

.item_content_form .mInputs ol li input{
    
   /* height:30px;
    line-height:30px;*/
    border-radius: 4px;
    padding:2px 8px 2px 8px !important;
    /*font: 14px Verdana, Arial, Helvetica, sans-serif;*/
    text-align:center;

}

.text_big {
    width:240px;
}

.item_content_form .mInputs ol li div.FormLabel{

    float:left;
    width:220px;
    min-width:220px;
    height:36px;
    line-height:36px;
    text-align:left;
    font-size:14px;

}

.item_content_form .mInputs ol li div.FormFieldFit{

    float:left;
    width:280px;
    text-align:left;
    height:auto;
    line-height:36px;

}

.item_content_form .mInputs ol li div.FormValueFit{

    float:left;
    font: 14px Verdana, Arial, Helvetica, sans-serif;
    text-align:center;
    width:280px;
    min-height:36px;
    line-height:36px;
    color:#000000;
    font-weight:bold;
    border-bottom: 1px dashed #c5c5c5;

}

.item_content_form .mInputs ol li div.FormValueDescription{

    color:#000000;
    text-align:left;

}

.limit_max_size {
    overflow:hidden;
}

.input_hint {
    padding:6px 0px 0px 6px;
    line-height:15px;
    font-size:10px;
    font-weight:bold;
    width:260px;
}

.buy_container{
    padding: 40px 0px;
}

ul.buy_content{
    text-align: center;
}

 li.buy_box {
    width:240px;
    height:80px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 10px 10px;  
    /* cursor:pointer; */  
}

.no_selection_box{
    width:240px;
    height:80px;
    border-radius: 6px;
    background-color:#f6f6f6;
    border-top:1px solid #dedede;
    border-left:1px solid #dedede;
    border-bottom:1px solid #caced1;
    border-right:1px solid #caced1;
    -webkit-box-shadow: 0.8pt 0.4pt 0.2pt 0pt rgba(202, 206, 209, 0.6);
    -moz-box-shadow:    0.8pt 0.4pt 0.2pt 0pt rgba(202, 206, 209, 0.6);
    box-shadow:         0.8pt 0.4pt 0.2pt 0pt rgba(202, 206, 209, 0.6);
    color:#646464;
    display:block;
    cursor:default;
}

.no_selection_box div{
    color:#888888;
}


.selection_box{
    width:240px;
    height:80px;
    border-radius: 6px;
    background-color:#fbfbfb;
    border-top:1px solid #e3e3e3;
    border-left:1px solid #e3e3e3;
    border-bottom:1px solid #cdcdcd;
    border-right:1px solid #cdcdcd;
    -webkit-box-shadow: 0.8pt 0.4pt 0.2pt 0pt rgba(205, 205, 205, 0.6);
    -moz-box-shadow:    0.8pt 0.4pt 0.2pt 0pt rgba(205, 205, 205, 0.6);
    box-shadow:         0.8pt 0.4pt 0.2pt 0pt rgba(205, 205, 205, 0.6);
    display:block;
		transition:all 0.4s ease-out;
}

.selection_box:hover {
    background: #e2e2e2; /* W3C */  
}

.selection_box:active {
    background: #e2e2e2; /* W3C */  
}

.selected_box {
    background-color:#efefef;
    border:1px solid #c5c5c5;
}

.no_selected_box {
    background-color:#efefef;
    border:1px solid #c5c5c5;
}

.selected1_box {
    width:240px;
    height:80px;
    border-radius: 6px;
    background-color:#e2e2e2;
    border-top:1px solid #f2a4b5;
    border-bottom:1px solid #dd92a2;
    border-right:1px solid #dd92a2;
    border-left:1px solid #f2a4b5;
    -webkit-box-shadow: 0.8pt 0.4pt 0.2pt 0pt rgba(205, 205, 205, 0.6);
    -moz-box-shadow:    0.8pt 0.4pt 0.2pt 0pt rgba(205, 205, 205, 0.6);
    box-shadow:         0.8pt 0.4pt 0.2pt 0pt rgba(205, 205, 205, 0.6);
    display:block;
}

.element1_absolute{
    position:relative;
}

 .top_box {
    width:100%;
    height:59px;
    line-height: 59px;
}

 .top_box_p {
    width:100%;
    height:59px;
    line-height: 59px;
    font-weight: bold;
    font-size: 26px;
		color: #a70f31 !important;
}

.dark_box {
        border-radius: 6px;
        width:240px;
        height:80px;
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
        filter: alpha(opacity=5);   
    opacity: 0.05;
    position: absolute;
    z-index: 10;
        background-color:#000000 !important;
        background-color:none;
}

.normal_box {
        background-color: transparent !important;
    background-repeat: repeat;
        border-radius: 6px;
        width:240px;
        height:80px;
    opacity: 0.4;
    position: absolute;
    z-index: 10;
}

.greyscale_box {
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}

 .bottom_box {
    width:100%;
    height:19px;
    line-height: 19px;
    margin: 0 auto;
    overflow: hidden;
    width: 90%;
		color: #363636 !important;
}

.selection_summary {
    position:absolute;
    z-index:0;
    left:0;
}

.progress_bar {
    margin-left: 0px;
    line-height: 30px;
    overflow: hidden;
  
}

.progress_container{   
    padding: 40px 0px 0px 0px;
}

.progress_container div.progress_content{  
    max-width: 1140px;
    margin: 0px auto;
}

.progress_bar *  {
    box-sizing: border-box;
} 

.progress_bar .step {
    text-align: right;
    color: #c2c2c2;
    font-size: 13px;
    text-align: center;
    padding: 0;
    text-shadow: 0 1px 0 #fff; 
}


.progress_bar .step strong {
    display: block;
    background-image: url(../../images/progress_bar.png) !important;
    background-image: url(../../images/progress_bar.gif) ;
    background-position: right 4px;
    background-repeat: no-repeat;
    font-size: 14px;
    font-weight: bold;
    /*padding: 0 5px;*/
    text-shadow: 0 1px 0 #fff;
    height: 32px;
    line-height: 28px;
    position: relative;
    left: -42%;
    width: 100%;
    text-align: right; 
}
.progress_bar .step label {
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 12px;
    line-height: 24px;          
}

.progress_bar .step ul {
    padding: 3px 0;
    color: #6d6d6d;
    list-style: none; 
}
.progress_bar .step ul li {
    padding: 0;
    line-height: 21px;
    font-size: 13px; 
}

.progress_bar .step ul img {
    padding: 0 2px 1px 0; 
}

.progress_bar .cursor {
    cursor:pointer;
}

.progress_bar .step-first {
    color: #a70f31; 
}
.progress_bar .step-first strong {
    background-position: right -42px;
    color: #fff;
    text-shadow: none; 
}
.progress_bar .step-full {
    color: #a70f31; 
}

.progress_bar .step-full strong {
    background-position: right -88px;
    color: #fff;
    text-shadow: none; 
}

.progress_bar .step-end {
    color: #a70f31; 
}


.progress_bar .step-end strong {
    background-position: right -134px;
    color: #fff;
    text-shadow: none; 
}
                        
.step_wiz {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 14.2%;
}

.step_wiz_blank {
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
  width: 7.4%;
}

.ContSep_mInputs{
        font-size:0px;
    margin:0px;
    padding:0px;
    padding:40px 0px 20px 0px;

}

.ContSec_mInputs:first-child{
    font-size:0px;
    margin:0px;
    padding:0px;
    padding: 10px 0px 26px 0px;
}

.ContSec_mInputs{
    font-size:0px;
    margin:0px;
    padding:0px;
    padding: 60px 0px 26px 0px;
}

.minputs_label{
	font-size:20px;
	padding:0px 0px 10px 0px;
	color:#a70f31 !important;
}

.Sep_mInputs1{
    width:100%;
    height:1px;
    font-size:0px;
    margin:0px;
    padding:0px;
    background-color:#c5c5c5;
    overflow: hidden;
    line-height: 1px;
}

.Sep_mInputs2{
    width:100%;
    height:1px;
    font-size:0px;
    margin:0px;
    padding:0px;
    background-color:#ffffff;
        overflow: hidden;
        line-height: 1px;
}

.mInputs {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding:20px 0px 0px 0px;
}

.DataFormMask {
    background-color: transparent !important;
    background-repeat: repeat;
    /*display: none;*/
    height: 100%;
    left: 0;
    opacity: 0.4;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
}





.details_btn{
    float:left;
    height: 20px;
    line-height:20px;
    width:2px;
    padding-left:16px;
    cursor:pointer;
}

.dettails_btntr.expand{
	background: url('../../images/arrow_small.gif') no-repeat center left;
}

.dettails_btntr.collapse{
	background: url('../../images/arrow_small_collapse.gif') no-repeat center left;
}

.details_btntr{
    float:left;
    height: 20px;
    line-height:20px;
    width:160px;
    padding-left:16px;
    cursor:pointer;
}

.details_btntr.expand{
    background: url('../../images/arrow_small.gif') no-repeat center left;
}

.details_btntr.collapse{
    background: url('../../images/collapse-large-blue.png') no-repeat center left;
}

.detailBox{
    /*padding-left:10px;*/
    padding-top:20px;
    padding-left:40px;
    padding-bottom:30px;
    display:none;
}

.detailBoxWithF{
    /*padding-left:10px;*/
    margin-top:10px;
    padding-left:40px;
    padding-bottom:30px;
    /*border-left: 1px solid #c5c5c5;*/
    border-top: 1px solid #c5c5c5;
    display:none;
}

.detailBoxWithF ol{
    padding-top:10px;
    padding-left:10px;
    margin-left:10px;
    border-left: 1px solid #c5c5c5;
}

.detailBoxWithF div{
    /*padding-left:20px;*/
    max-width:90%;
}
