﻿
*{
    margin: 0px;
    padding: 0px;
}
  
form {
    height: 100%;
}

img{
    padding: 0px;
    border: none;
}

a{
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #a7001c;
}

.BulkGasInstallationDetail {
    background: #F2F2F2;
    border-style: solid;
    border-color: #232323;
    border-width: 1px;
    border-radius: 25px;
}

body {	
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #0153A7; 
	background: repeat #000;	
	background-color: white; 
    margin: 0;
    padding: 0;
    height: 100%;
}

/* Logged in as */
.LoggedInAs { color: black;font-size: 10px;}



.OrderHistoryLowerDetail {
    border-bottom: 1px solid #232323;
    border-left: 1px solid #232323;
    border-right: 1px solid #232323;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.OrderHistoryLowerDetailInner {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.OrderHistoryOrderHeader {
    background: #F2F2F2;
    border-style: solid;
    border-color: #232323;
    border-width: 1px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.OrderHistoryOrderHeaderInner {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.OrderHistoryCustomGroupInner {
    margin-left: 2px;
    margin-right: 2px;
    padding-top: 2px;
    padding-bottom: 3px;
}

.OrderHistoryCustomGroup {
    border-style: solid;
    border-color: #232323;
    border-width: 1px;
    border-radius: 5%;
    width: 175px;
    height: 35px;
    margin-bottom: 10px;
}

.SummarizedOrderHistoryTermGroup {
    width: 375px;
}

.SummarizedOrderHistoryListGroup {
    width: 210px;
    height: 100px;
    border-style: solid;
    border-color: #232323;
    border-width: 1px;
    margin-bottom: 10px;
    padding-top: 15px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 15px;
    background: #F2F2F2;
}

.SummarizedHeaderText {
    font-weight: bold;
    font-size: 15px;
    line-height: 19px;
    font-family: Verdana, Helvetica, sans-serif;
}

.SummarizedCurrentList {
    text-align: right;
    font-weight: bold;
    font-size: 25px;
    line-height: 30px;
    font-family: Verdana, Helvetica, sans-serif;
}

.MyOrderListsCurrentList {
    width: 400px;
    text-align: right;
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    font-family: Verdana, Helvetica, sans-serif;
    padding-bottom: 30px;
    margin-right: 50px;
}

.MyOrderListsItemSpacing {
    margin-bottom: 4px;
}

.MyOrderListsSelection {
    text-align: right;
}

.MyOrderListsLines {
    color: lightgrey;
}

.MyOrderListComments {
    border-style:solid;
    border-color: lightgrey;
    border-width: 1px;
    border-radius: 25%;
    background-color: lightyellow;
    padding: 10px 10px 10px 10px;
    width: 200px;       
}

.MyOrderListsButtons {
    color: #FFE77C;
}

.ViewCartListGroup {
    width: 230px;
    height: 100px;
    border-style: solid;
    border-color: #232323;
    border-width: 1px;
    /*border-radius: 25%;*/
    margin-bottom: 10px;
    padding-top: 15px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 15px;
    background: #F2F2F2;
}

.ViewCartListHeaderText {
    font-weight: bold;
    font-size: 15px;
    line-height: 19px;
    font-family: Verdana, Helvetica, sans-serif;
}	

#TechnicalDetailHeader {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: Black;
    font-weight: bold;    
    text-decoration-line: underline;
    -moz-text-decoration-line: underline; /* Code for Firefox */
}

/* Logged in as */
.LoggedInAs { color: black;font-size: 10px;}

.TechnicalDetailTable {
    width: 100%;
    background-color: #EAF7FF;
    table-layout: fixed;
    word-wrap: break-word;
    vertical-align: top;
}

.TechnicalDetailTable td {
    vertical-align: top;
}

#bg_top{
    background:  no-repeat center top;
}

#wrap{
    width: 100%;
    margin: 0 auto;
}


#wrap2{
	background-color: #2B4982;
	margin: 0 auto;
	border-top: 10px solid #BA2831;
}

#wrap3{
	margin: 0 auto;
	width: 1024px;
}

#wrap4{
	padding-right: 300px;
	float: right;
}


#pageCenter {
    width: 1020px;
    margin: 0 auto;
}

#whiteBackground {
    background: white;	
}

#ContentMargins {
    padding: 0px 10px 0px ;
}

/*logo*/

#logo{
    padding-top: 70px;
    height: 90px;
}

#logo a{
    text-decoration: none;
    color: #ffffff;
}

#logo h1{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: italic;
    color: #ffffff;
    font-weight: normal;
}

#logo small{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: italic;
    color: #ffffff;
    font-weight: normal;
    padding-left: 30px;
}

/*content*/
.clear_con{
    height: 15px;
    clear: both;
}

.con_top{
    background: url('../images/con_top.png') no-repeat left top;
    height: 10px;
}

.con_bot{
    background: url('../images/con_bot.png') no-repeat left top;
    height: 10px;
}

/*prev box*/

.prev_box{
    background: #ffffff;
    padding-left: 10px;
    min-height: 380px;
}

.prev_box_header{
    background: #ffffff;
    padding-left: 10px;
}


#page1{
    background: url('../images/page1.jpg') no-repeat left top;
    width: 880px;
    height: 321px;
}


.but_left, .but_right{
    padding-top: 150px;
    padding-left: 10px;
    padding-right: 10px;
}
.but_left{
    float: left;
}

.but_right{
    float: right;
}

.prev_text{
    padding-top: 105px;
    padding-left: 20px;
    clear: both;
}

h2{
    font-family: Georgia,'Times New Roman',times,serif;
    font-size: 14px;
    color: #003495;
    font-weight: normal;
}

h3{
    color: #004cf4;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    padding-bottom: 10px;
}

h4{
    font-family: Georgia,'Times New Roman',times,serif;
    font-size: 20px;
    color: black;
    font-weight: normal;
}

.read a{
    background: url('../images/read_more.png') no-repeat center;
    width: 78px;
    height: 21px;
    display: block;
    text-align: center;
    color: #ffffff;
    font-weight: normal;
    float: right;
    margin-right: 5px;
    margin-top: 10px;
}

.more a{
    background: url('../images/more.png') no-repeat center;
    width: 155px;
    height: 31px;
    display: block;
    text-align: center;
    color: #ffffff;
    font-weight: normal;
    font-size: 18px;
    text-transform: uppercase;
    padding-top: 12px;
    float: right;
    margin-right: 5px;
    margin-top: 10px;
    font-family: Georgia,'Times New Roman',times,serif;
}

/*footer*/

#footer_box{
    background: #ffffff;
    padding-left: 10px;
}

.footer_bg{
    background: url('../images/more_bg.jpg') repeat-y center;
    width: 842px;
    padding-right: 30px;
    padding-left: 10px;
}

.foot_col1, .foot_col2, .foot_col3, .foot_col4{
    float: left;
}

.foot_col1{
    width: 214px;
}

.foot_col2, .foot_col3{
    width: 174px;
    padding-left: 20px;
}

.foot_col4{
    width: 234px;
    padding-left: 20px;
}

#footer a, #footer p{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    color: #454545;
    font-weight: normal;
}

.footer_text{
    float: left;
}

.footer_img{
    float: right;
    padding-top: 2px;
	border-style: none;
	border: 0px;
	padding-right: 20px;
}

.footer_more a{
    background: url('../images/ls1.png') no-repeat right 50%;
    width: 50px;  
    display: block;
    text-align: center;
    color: #004cf4;
    font-weight: normal;
    float: right;
    margin-right: 5px;
}

.ls{
    list-style: none;
    padding-left: 0px;
}

.ls li{
    margin-bottom: 4px;

    background: url('../images/bot_bor.png') repeat-x 50% bottom;
}

.ls li a{
    background: url('../images/ls1.png') no-repeat 0px 6px;
    display: block;
    padding-left: 15px;
    padding-bottom: 4px;
    color: #000000;
    font-weight: normal;
}

.ls li a:hover{
    color: #a7001c;
}

.ls_style{
    background: url('../images/ls1.png') no-repeat 0px 6px;
    display: block;
    padding-left: 15px;
    color: #000000;
}

.bot_bor{
    background: url('../images/bot_bor.png') repeat-x 50% bottom;
    padding-top: 10px;
    padding-left: 30px;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.pad_left{
    padding-left: 20px;
    margin-bottom: 5px;
}

/*index*/

.col1 p, .col2 p, .col3 p{
    line-height: 20px;
    font-style: italic;
    padding-top: 10px;
}

.col1, .col2, .col3{
    width: 290px;
    float: left;
}

.col1, .col2{
    padding-right: 7px;
}

.more_top{
    background: url('../images/more_top.jpg') no-repeat 50% bottom;
    width: 882px;
    height: 11px;
    padding-top: 30px;
}

.more_bg{
    background: url('../images/more_bg.jpg') repeat-y center;
    width: 852px;
    padding-right: 30px;
}

.more_bg p{
    font-family: Georgia,'Times New Roman',times,serif;
    font-size: 18px;
    color: #454545;
    line-height: 36px;
    padding-left: 10px;
    padding-right: 10px;
}

.more_bot{
    background: url('../images/more_bot.jpg') no-repeat 50% bottom;
    width: 882px;
    height: 11px;
}

/*gallery*/

.row {
    padding-left: 1px;
    height: 270px;
}

.box_img2 {
    width: 273px;
    padding: 3px 0px 0px 3px;
    float:left;
}

.box_razd {
    width: 24px;
    height: 50px;
    float: left;
}

.box_img2 h4 {
    font-family: Georgia,'Times New Roman',times,serif;
    font-size:18px;
    font-weight: normal;
    color: #004cf4;
    text-align: left;
    padding-bottom: 20px;
    padding-left: 60px;
}

.pirobox_gal1
{
    width: 298px;
    height: 123px;
    display: block;
}

.pirobox_gal1:hover
{
    width: 298px;
    height: 123px;
    display: block;
    background:url('../images/rol_over_galery.png') no-repeat left top;
}

.bold{
    font-weight: bold;
    padding-top: 10px;
}


/*contact*/

.contact_content_bg{
    background: url('../images/con_bg.png') repeat-y center;
    padding-left: 20px;
}

.contact_content_left{
    padding-right: 20px;
    float: left;
    width: 586px;
}

.contact_content_left p{
    line-height: 20px;
}

.contact_content_right{
    float: left;
    width: 274px;
}

#contact_form fieldset {
    border: none;
}

#contact_form input {
    margin-bottom: 5px;
}

#contact-submit{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    width: 78px;
    height: 23px;
    color: #000000;
    background: url('../images/read_more.png') no-repeat left bottom;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

#contact-clear{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    width: 78px;
    height: 23px;
    color: #000000;
    background: url('../images/read_more.png') no-repeat left bottom;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

#con_name, #con_email, #con_website {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    width: 566px;
    height: 26px;
    padding-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
    background: url('../images/input_bg.jpg') no-repeat left top;
    color: #000000;
    padding-bottom: 5px;
}

#con_mess {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    width: 566px;
    height: 125px;
    padding-top: 4px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 15px;
    background: url('../images/mess_text.jpg') no-repeat left top;
    color: #000000;
    margin-bottom: 10px;
}

h5 {
    font-family: Georgia,'Times New Roman',times,serif;
    font-size:18px;
    font-weight: normal;
    color: #004cf4;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 10px;
}

.contact_content_left h6 {
    font-family: Georgia,'Times New Roman',times,serif;
    font-size:18px;
    font-weight: normal;
    color: #004cf4;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 10px;
}

.contact_content_left h5{
    background: url('../images/bot_bor.png') repeat-x 50% bottom;
    padding-top: 0px;
    margin-bottom: 10px;
}

.contact_content_right h6{
    font-family: Georgia,'Times New Roman',times,serif;
    font-size: 18px;
    font-weight: normal;
    color: #ffffff;
    background: url('../images/title.jpg') no-repeat left top;
    text-align: center;
    width: 274px;
    height: 40px;
    padding-top: 14px;
}

.pad_left_con{
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

/*aboutus*/

.datebox{
    background: url('../images/bot_bor.png') repeat-x 50% bottom;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.datebox a{
    font-weight: normal;
}

.date, .user, .com{
    width: 33.3%;
    float: left;
}

.date a{
    background: url('../images/date.jpg') no-repeat 0px 1px;
    padding-left: 20px;
    display: block;
    height: 17px;
    margin-left: 3px;
}

.user a{
    background: url('../images/user.jpg') no-repeat 0px 3px;
    padding-left: 20px;
    display: block;
    height: 17px;
}

.com a{
    background: url('../images/com.jpg') no-repeat 0px 3px;
    padding-left: 20px;
    display: block;
    height: 17px;
}

/* Header Scroll */

.nivoSlider { position:relative;}
.nivoSlider img { position:absolute; top:0px; left:0px;}
.nivoSlider a.nivo-imageLink { position:absolute; top:0px; left:0px; width:100%; height:100%; border:0; padding:0; margin:0; z-index:60; display:none;}
.nivo-slice { display:block; position:absolute; z-index:50; height:100%; }
.nivo-caption {	position:absolute; left:0px; bottom:0px;  color:#000; width:100%; z-index:89; padding-left: 10px; font-weight: bold}
.nivo-caption p { padding:10px 5px; margin:0; text-indent:-9999%;}
.nivo-directionNav a {position:absolute; width:45px; height: 60px; top:41%; z-index:99; cursor:pointer; text-indent:-9999%;}
.nivo-prevNav { left:20px; background:url('../images/but_left.png') no-repeat;
}
.nivo-nextNav { right: 0px; background:url('../images/but_right.png') no-repeat;
}
.nivo-controlNav { bottom:-20px; position:absolute; right:0;}
.nivo-controlNav a { float:left; width:14px; height:14px; display:block; position:relative; z-index:99;	cursor:pointer; text-indent:-9999%; background:url('../images/scroll_small.png') no-repeat right top;
}
.nivo-controlNav a.active {	background-position:left top; margin-top:-1px;}

/*gallery*/

.row {
    padding-left: 1px;
    height: 270px;
}

.box_img2 {
    width: 273px;
    padding: 3px 0px 0px 3px;
    float:left;
}

.box_razd {
    width: 24px;
    height: 50px;
    float: left;
}

.box_img2 h4 {
    font-family: Georgia,'Times New Roman',times,serif;
    font-size:18px;
    font-weight: normal;
    color: #004cf4;
    text-align: left;
    padding-bottom: 20px;
    padding-left: 60px;
}

.pirobox_gal
{
    width: 298px;
    height: 123px;
    display: block;
}

.pirobox_gal:hover
{
    width: 298px;
    height: 123px;
    display: block;
    background:url(images/rol_over_galery.png) left top no-repeat;
}

.bold{
    font-weight: bold;
    padding-top: 10px;
}



/* cart */

#topbarCart {
	float: right;
	width: 70px;
	height: 20px;
}
#cartText {
	color: white;
	margin-left: 35px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 10px;
	width: 135px;
	font-size: 10pt;
	float: left;
	clear: right;
}
ul#checkout {
}
ul#checkout a
{
	font-weight: normal;
	text-decoration: none;
	text-transform: capitalize;
}

ul#checkout, ul#checkout ul, ul#checkout li
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

ul#checkout li {
	vertical-align: middle;
}


ul#checkout > li > a
{
	background-color: #006DFF;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: -1px 2px 3px rgb(0,0,0);
	box-shadow: -1px 2px 3px rgb(0,0,0);
	color: white;
	font-size: 12px;
	font-family: Helvetica, sans-serif;
	width: 50px;
	height:20px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-weight: 800;
}
ul#checkout > li > a:hover{
	-moz-box-shadow: -1px 2px 3px rgb(0,0,0);
	-webkit-box-shadow: -1px 2px 3px rgb(0,0,0);
	box-shadow: -1px 2px 3px rgb(81,81,81);
}
ul#itemList {
	padding: 10px;
	width: 260px;
	float: left;
	position: absolute;
	display: none;
	margin-bottom: 10px;
}
ul#itemList li {
	display: inline-block;
    margin-bottom: 10px;
}

ul#itemList li a
{

}

a.read_more{
    color: #fff;
}


ul#checkout li:hover  ul#itemList{
	display: block;
	font-size: 10pt;
	font-family: Helvetica, sans-serif;
	background-color: white;
	width: 150px;
	color: black;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 5px;
	float: right;
	-webkit-border-radius: 10px;
	margin-top: 32px;
}


/* TopBarNew2 */
.TopBarNew2cl { display: block; height: 0; font-size: 0; line-height: 0; text-indent: -4000px; clear: both; }
#Header-Wrap { width: 100%; }
.shell { padding: 4px 0px 0px 0px; width: 1024px; margin: 0 auto; background: transparent; height: 120px; }

#TopBarNew2header { position: relative; padding: 0 0 10px 0px; width: 1024px; }

#TopBarNew2top-navigation { display: inline; float: right; }
#TopBarNew2top-navigation ul { list-style: none; display: inline; float: right; }
#TopBarNew2top-navigation ul li { display: inline; float: left; padding-left: 5px; line-height: 28px; font-family: 'Trebuchet MS', arial, helvetica, sans-serif; font-size: 11px; font-weight: bold; }
#TopBarNew2top-navigation ul li a { display: block; float: left; color: #707070; text-transform: uppercase; background: url(../images/top-nav-bg.png) repeat-x 0 0; }
#TopBarNew2top-navigation ul li a:hover { text-decoration: none; }
#TopBarNew2top-navigation ul li a.start { padding-right: 15px; margin-left: 7px; }
#TopBarNew2top-navigation ul li a.start span { display: block; float: left; padding-right: 8px; width: 6px; height: 28px; background: url(../images/top-nav-start.png) no-repeat 0 0; }
#TopBarNew2top-navigation ul li a.end { position: relative; padding: 0 11px 0 15px; }
#TopBarNew2top-navigation ul li a.end span { position: absolute; top: 0; right: 0; display: block; width: 11px; height: 28px; background: url(../images/top-nav-end.png) no-repeat 0 0; }
#TopBarNew2top-navigation ul li a.cart span { display: block; float: left; padding-right: 3px; width: 16px; height: 17px; margin-top: 7px; background: url(../images/siteCart.png) no-repeat 0 0; }
#TopBarNew2top-navigation ul li a.cart { padding: 0 13px 0 12px; }

.TopBarNew2search-holder { width: 250px; background: url(../images/search.png) no-repeat 0 0; }
#TopBarNew2search { position: absolute; top: 33px; right: 0; }
#TopBarNew2search .field { display: inline; float: left; padding: 6px 9px 6px 7px; width: 127px; background: none; border: 0; }
#TopBarNew2search .field { font-family: 'Trebuchet MS', arial, helvetica, sans-serif; color: #6e6e6e; }
#TopBarNew2search .submit-button { display: inline; float: right; width: 27px; height: 27px; border: 0; background: none; cursor: pointer; }
#TopBarNew2search a.advanced-search { float: right; margin-top: 2px; padding: 0 1px 0 13px; background: url(../images/adv-search.png) no-repeat 0 70%; }
#TopBarNew2search a.advanced-search { font-family: Tahoma, arial, helvetica, sans-serif; font-size: 11px; line-height: 18px; color: black; text-decoration: underline; }
#TopBarNew2search a.advanced-search:hover { text-decoration: none; }

#logo2 { display: inline; float: left; padding-top: 5px; width: 252px; font-size: 0; line-height: 0; }
#logo2 a { display: block; width: 218px; height: 98px; text-indent: -4000px; background: url(../images/logo.png) no-repeat 0 0; }

.footercolumn {
float:left;
white-space: nowrap;
text-align: left;
margin-left: 20px;
background-color: #2B4982;
color: white;
padding-right: 50px;
}

.footercolumnright {
float:right;
white-space: nowrap;
margin-right: 20px;
text-align: left;
background-color: Black;
}

#footer2 {
width: 1024px;
margin: 0 auto;
font-size: 13px;
color: #ccc;
height: 50px;
padding-top: 5px;
}

#footer2 a:link, #footer2 a:visited  {
color: #6699cc;
text-decoration:none;
}

#footer2 a:hover {
color: white;
text-decoration:underline;
}

#footer2 img {
border: 1px solid #000;
}

.iso {
font-size:14px;
line-height:34px;
}

.header-utility{
    height: 11px;
	background: #09342A;
	border-bottom: 11px solid #09342A;	
}

.header-utility2{
    height: 1.5px;
	background: #464646;
	border-top: .5px solid #464646;
}

.footer-utility{
    height: 4px;
	background: #0D7252;
	border-bottom: 2px solid #0D7252;	
}

.footer-utility2{
    height: 10px;
	background: White;
	border-bottom: 10px solid #White;	
}

.container_24{margin:0 auto;position:relative;width:960px}.grid_1,.grid_2,.grid_3,.grid_4,.grid_5,.grid_6,.grid_7,.grid_8,.grid_9,.grid_10,.grid_11,.grid_12,.grid_13,.grid_14,.grid_15,.grid_16,.grid_17,.grid_18,.grid_19,.grid_20,.grid_21,.grid_22,.grid_23,.grid_24{display:inline;float:left;margin-left:5px;margin-right:5px;position:relative}.push_1,.pull_1,.push_2,.pull_2,.push_3,.pull_3,.push_4,.pull_4,.push_5,.pull_5,.push_6,.pull_6,.push_7,.pull_7,.push_8,.pull_8,.push_9,.pull_9,.push_10,.pull_10,.push_11,.pull_11,.push_12,.pull_12,.push_13,.pull_13,.push_14,.pull_14,.push_15,.pull_15,.push_16,.pull_16,.push_17,.pull_17,.push_18,.pull_18,.push_19,.pull_19,.push_20,.pull_20,.push_21,.pull_21,.push_22,.pull_22,.push_23,.pull_23{position:relative}.alpha{margin-left:0}.omega{margin-right:0}.container_24 .grid_1{width:30px}.container_24 .grid_2{width:70px}.container_24 .grid_3{width:110px}.container_24 .grid_4{width:150px}.container_24 .grid_5{width:190px}.container_24 .grid_6{width:230px}.container_24 .grid_7{width:270px}.container_24 .grid_8{width:310px}.container_24 .grid_9{width:350px}.container_24 .grid_10{width:390px}.container_24 .grid_11{width:430px}.container_24 .grid_12{width:470px}.container_24 .grid_13{width:510px}.container_24 .grid_14{width:550px}.container_24 .grid_15{width:590px}.container_24 .grid_16{width:630px}.container_24 .grid_17{width:670px}.container_24 .grid_18{width:710px}.container_24 .grid_19{width:750px}.container_24 .grid_20{width:790px}.container_24 .grid_21{width:830px}.container_24 .grid_22{width:870px}.container_24 .grid_23{width:910px}.container_24 .grid_24{width:950px}.container_24 .prefix_1{padding-left:40px}.container_24 .prefix_2{padding-left:80px}.container_24 .prefix_3{padding-left:120px}.container_24 .prefix_4{padding-left:160px}.container_24 .prefix_5{padding-left:200px}.container_24 .prefix_6{padding-left:240px}.container_24 .prefix_7{padding-left:280px}.container_24 .prefix_8{padding-left:320px}.container_24 .prefix_9{padding-left:360px}.container_24 .prefix_10{padding-left:400px}.container_24 .prefix_11{padding-left:440px}.container_24 .prefix_12{padding-left:480px}.container_24 .prefix_13{padding-left:520px}.container_24 .prefix_14{padding-left:560px}.container_24 .prefix_15{padding-left:600px}.container_24 .prefix_16{padding-left:640px}.container_24 .prefix_17{padding-left:680px}.container_24 .prefix_18{padding-left:720px}.container_24 .prefix_19{padding-left:760px}.container_24 .prefix_20{padding-left:800px}.container_24 .prefix_21{padding-left:840px}.container_24 .prefix_22{padding-left:880px}.container_24 .prefix_23{padding-left:920px}.container_24 .suffix_1{padding-right:40px}.container_24 .suffix_2{padding-right:80px}.container_24 .suffix_3{padding-right:120px}.container_24 .suffix_4{padding-right:160px}.container_24 .suffix_5{padding-right:200px}.container_24 .suffix_6{padding-right:240px}.container_24 .suffix_7{padding-right:280px}.container_24 .suffix_8{padding-right:320px}.container_24 .suffix_9{padding-right:360px}.container_24 .suffix_10{padding-right:400px}.container_24 .suffix_11{padding-right:440px}.container_24 .suffix_12{padding-right:480px}.container_24 .suffix_13{padding-right:520px}.container_24 .suffix_14{padding-right:560px}.container_24 .suffix_15{padding-right:600px}.container_24 .suffix_16{padding-right:640px}.container_24 .suffix_17{padding-right:680px}.container_24 .suffix_18{padding-right:720px}.container_24 .suffix_19{padding-right:760px}.container_24 .suffix_20{padding-right:800px}.container_24 .suffix_21{padding-right:840px}.container_24 .suffix_22{padding-right:880px}.container_24 .suffix_23{padding-right:920px}.container_24 .push_1{left:40px}.container_24 .push_2{left:80px}.container_24 .push_3{left:120px}.container_24 .push_4{left:160px}.container_24 .push_5{left:200px}.container_24 .push_6{left:240px}.container_24 .push_7{left:280px}.container_24 .push_8{left:320px}.container_24 .push_9{left:360px}.container_24 .push_10{left:400px}.container_24 .push_11{left:440px}.container_24 .push_12{left:480px}.container_24 .push_13{left:520px}.container_24 .push_14{left:560px}.container_24 .push_15{left:600px}.container_24 .push_16{left:640px}.container_24 .push_17{left:680px}.container_24 .push_18{left:720px}.container_24 .push_19{left:760px}.container_24 .push_20{left:800px}.container_24 .push_21{left:840px}.container_24 .push_22{left:880px}.container_24 .push_23{left:920px}.container_24 .pull_1{left:-40px}.container_24 .pull_2{left:-80px}.container_24 .pull_3{left:-120px}.container_24 .pull_4{left:-160px}.container_24 .pull_5{left:-200px}.container_24 .pull_6{left:-240px}.container_24 .pull_7{left:-280px}.container_24 .pull_8{left:-320px}.container_24 .pull_9{left:-360px}.container_24 .pull_10{left:-400px}.container_24 .pull_11{left:-440px}.container_24 .pull_12{left:-480px}.container_24 .pull_13{left:-520px}.container_24 .pull_14{left:-560px}.container_24 .pull_15{left:-600px}.container_24 .pull_16{left:-640px}.container_24 .pull_17{left:-680px}.container_24 .pull_18{left:-720px}.container_24 .pull_19{left:-760px}.container_24 .pull_20{left:-800px}.container_24 .pull_21{left:-840px}.container_24 .pull_22{left:-880px}.container_24 .pull_23{left:-920px}.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}.clearfix:before,.clearfix:after{content:'\0020';display:block;overflow:hidden;visibility:hidden;width:0;height:0}.clearfix:after{clear:both}.clearfix{zoom:1}

.green {
    color: #9ce819 !important;
}

.redLink
{
	color: #CD1E45 !important;	
}

// ENC
.hi-icon-effect-5c .hi-icon:hover:before {
	-webkit-animation: toTopFromBottom 0.3s forwards;
	-moz-animation: toTopFromBottom 0.3s forwards;
	animation: toTopFromBottom 0.3s forwards;
	color: #fff !important;
}

.hi-icon-wrap {
	/* text-align: left; */
	margin: 0 auto;
	padding: 0;
	margin-bottom: 1.5em;
}

.hi-icon {
	display: inline-block;
	font-size: 0px;
	cursor: pointer;
	margin: 5px 3px;
	width: 35px;
	height: 35px;
	text-align: center;
	position: relative;
	z-index: 1;
	background-color: #898989;
	padding: 0 1em;
}

.hi-icon.facebook:hover {
	background-color: #3b5998;
}

.hi-icon.twitter:hover {
	background-color: #00aced;
}

.hi-icon.flickr:hover {
	background-color: #ff0084;
}

.hi-icon.github:hover {
	background-color: #000;
}

.hi-icon.instagram:hover {
	background-color: #675144;
}

.hi-icon.youtube:hover {
	background-color: #bb0000;
}

.hi-icon.linkedin:hover {
	background-color: #517fa4;
}

.hi-icon.googleplus:hover {
	background-color: #dd4b39;
}

.hi-icon.dribbble:hover {
	background-color: #ea4c89;
}

.hi-icon.behance:hover {
	background-color: #1759ff;
}

.hi-icon.pinterest:hover {
	background-color: #cb2027;
}

.hi-icon.vimeo:hover {
	background-color: #00bf8f;
}

.hi-icon.rss:hover {
	background-color: #ff7900;
}

.hi-icon.email:hover {
	background-color: #A0B046;
}


.hi-icon:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}

.hi-icon:before {
	font-family: 'FontAwesome';
	speak: none;
	font-size: 24px;
	line-height: 35px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}

.hi-icon-facebook:before {
	content: "\f09a";
	color: #fff;
}

.hi-icon-twitter:before {
	content: "\f099";
	color: #fff;
}

.hi-icon-flickr:before {
	content: "\f16e";
	color: #fff;
}

.hi-icon-github:before {
	content: "\f09b";
	color: #fff;
}

.hi-icon-instagram:before {
	content: "\f16d";
	color: #fff;
}

.hi-icon-youtube:before {
	content: "\f167";
	color: #fff;
}

.hi-icon-linkedin:before {
	content: "\f0e1";
	color: #fff;
}

.hi-icon-googleplus:before {
	content: "\f0d5";
	color: #fff;
}

.hi-icon-dribbble:before {
	content: "\f17d";
	color: #fff;
}

.hi-icon-behance:before {
	content: "\f1b4";
	color: #fff;
}

.hi-icon-pinterest:before {
	content: "\f0d2";
	color: #fff;
}

.hi-icon-vimeo:before {
	content: "\f194";
	color: #fff;
}

.hi-icon-rss:before {
	content: "\f09e";
	color: #fff;
}

.hi-icon-envelope:before {
	content: "\f0e0";
	color: #fff;
}


@-webkit-keyframes toTopFromBottom {
	49% {
		-webkit-transform: translateY(-100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translateY(100%);
	}
	51% {
		opacity: 1;
	}
}
@-moz-keyframes toTopFromBottom {
	49% {
		-moz-transform: translateY(-100%);
	}
	50% {
		opacity: 0;
		-moz-transform: translateY(100%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toTopFromBottom {
	49% {
		transform: translateY(-100%);
	}
	50% {
		opacity: 0;
		transform: translateY(100%);
	}
	51% {
		opacity: 1;
	}
}

.footerAnchor {
	color: lightgray;
}
.footerAnchor a:link, a:visited,  a:hover{
	color: lightgray;
}


/* 70.33 */
.RadButton.rbButton.buttonShadows {
    border: 0;
    border-radius: 5px;
    box-shadow: 1px 2px 5px #666;
}
 
.RadButton.rbButton.buttonShadows:hover {
    border: 0;
    box-shadow: 1px 2px 5px #999;
}    

.RadButton.rbButton.buttonShadowsStd {
    border: 0;
    font-size: 14px;
    border-radius: 5px;
    box-shadow: 1px 2px 5px #666;
}
 
.RadButton.rbButton.buttonShadowsStd:hover {
    border: 0;
    box-shadow: 1px 2px 5px #999;
}    

.RadSearchBox.searchBoxShadowsStd {
    border: 0;
    font-size: 14px;
    border-radius: 5px;
    box-shadow: 1px 2px 5px #666;
}    

.RadSearchBox.searchBoxShadowsStd:hover {
    border: 0;
    box-shadow: 1px 2px 5px #999;
}    

.RadDropDownList.dropDownListShadowsStd {
    border: 0;
    box-shadow: 1px 2px 5px #666;
}    

.RadDropDownList.dropDownListShadowsStd:hover {
    border: 0;
    box-shadow: 1px 2px 5px #999;
}    

.regularDropDownListShadowsStd {
    border: 0;
    border-radius: 5px;
    box-shadow: 1px 2px 5px #666;
}    

.regularDropDownListShadowsStd:hover {
    border: 0;
    box-shadow: 1px 2px 5px #999;
}    

.RadButton.rbButton.buttonShadowsLists {
    border: 0;
    font-size: 14px;
    width: 150px;
    border-radius: 5px;
    box-shadow: 1px 2px 5px #666;
}

.RadButton.rbButton.buttonShadowsLists:hover {
    border: 0;
    box-shadow: 1px 2px 5px #999;
}    

.RadComboBox.comboShadowsStd {
    border: 0;
    font-size: 14px;
    border-radius: 5px;
    box-shadow: 1px 2px 5px #666;    
}

.RadComboBox.comboShadowsStd:hover {
    border: 0;
    box-shadow: 1px 2px 5px #999;
}

.RadComboBox.comboShadowsLists {
    border: 0;
    font-size: 14px;
    border-radius: 5px;
    box-shadow: 1px 2px 5px #666;    
}

.RadComboBox.comboShadowLists:hover {
    border: 0;
    box-shadow: 1px 2px 5px #999;
}

.regularButtonShadowsStd {
    border: 0;
    width: 120px;
    height: 30px;
    background-color: #F2F2F2;
    font-size: 14px;
    border-radius: 5px;
    box-shadow: 1px 2px 5px #666;
}
 
.regularButtonShadowsStd:hover {
    border: 0;
    background-color: #C4C4C4;
    color: black;
    box-shadow: 1px 2px 5px #999;
}    

.regularNoWidthButtonShadowsStd {
    padding-left: 5px;
    padding-right: 5px;
    border: 0;
    height: 30px;
    background-color: #F2F2F2;
    font-size: 14px;
    border-radius: 5px;
    box-shadow: 1px 2px 5px #666;
}
 
.regularNoWidthButtonShadowsStd:hover {
    border: 0;
    background-color: #C4C4C4;
    color: black;
    box-shadow: 1px 2px 5px #999;
}    

.regularButtonShadowsStdHistory {
    border: 0;
    width: 200px;
    height: 30px;
    background-color: #F2F2F2;
    font-size: 14px;
    border-radius: 5px;
    box-shadow: 1px 2px 5px #666;
}
 
.regularButtonShadowsStdHistory:hover {
    border: 0;
    background-color: #C4C4C4;
    color: black;
    box-shadow: 1px 2px 5px #999;
}    


.adminGridButtons {
    background-color: #F2F2F2;
    border: 0;
    width: 60px;
    border-radius: 5px;
    box-shadow: 1px 2px 5px #666;    
}

.adminGridButtons:hover {
    border: 0;
    box-shadow: 1px 2px 5px #999;    
}

/* 70.35 */

.ProcessApprovalAdmin {
    background-color: white;
    border: #CADFF3 1px solid;
    width: 500px;
    padding: 10px 10px 10px 10px;
    border-radius: 7px;
    margin-bottom: 10px;
}


.InfoProductDisplay {
    background-color: white;
    border: #CADFF3 1px solid;
    padding: 10px 10px 10px 10px;
}

.InfoProductDisplay , h1{
    font-size: 14px;
    line-height: 18px;
}

/* 80.11.0.5 */
.FinancialTotals {
    width: 350px;
    border: 1px solid lightgray;
    border-radius: 10px;
    padding: 15px;
    float: left;
    margin-left: 70px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.FinancialAging {
    width: 350px;
    border: 1px solid lightgray;
    border-radius: 10px;
    padding: 15px;
    float: right;
    margin-right: 70px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.FinancialHeader {
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    margin: 0 auto;
    text-align: center;
}

.FinancialLine {
    border-top: 1px solid lightgray;
    padding-bottom: 5px;
    padding-top: 3px;
    margin: 0 auto;
    position: relative;
    width: 300px;
}

.FinancialRowHeader {
    font-weight: bold;
    float: left;
}

.FinancialRowData {
    float: right;
}

.FinancialRowGroup {
    width: 300px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    font-size: 16px;
    line-height: 24px;
}
.FinancialFloatClear {
    clear: both;
}