﻿
*{
    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;
}

body {	
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #232323;
	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;
}

.BulkGasInstallationDetail {
    background: #F2F2F2;
    border-style: solid;
    border-color: #232323;
    border-width: 1px;
    border-radius: 25px;
}

.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;
}

.ViewCartListGroup {
    width: 230px;
    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;
}

.ViewCartListHeaderText {
    font-weight: bold;
    font-size: 15px;
    line-height: 19px;
    font-family: Verdana, Helvetica, sans-serif;
}

#bg_top{
    background: url('../images/bg.jpg') no-repeat center top;
}

#wrap{
    width: 1000px;
    margin: 0 auto;
}


#wrap2{
    width: 100%;
	background-color: #103D5C;
    margin: 0 auto;
}

#wrap3 {
	width: 1174px;
    margin: 0 auto;
}

#wrap4 {
	height: 235px;
	background-color: #CD6601;
	background-image: url('../images/sales.png'); background-repeat: no-repeat; background-position: top right; 
    margin: 0;
    padding: 0;
}

#wrap4Center {
	width: 1024px;
	color: white;
    margin: 0 auto;
}


#pageCenter {
    width: 1024px;
    margin: 0 auto;
}

#whiteBackground {
    background: white;
}

#ContentMargins {
    padding: 0px 10px 0px ;
}

/*Extended Item Information*/

.TechnicalDetailTable {
    width: 100%;
    background-color: #EAF7FF;
    table-layout: fixed;
    word-wrap: break-word;
    vertical-align: top;
}


.TechnicalDetailTable td {
    vertical-align: top;
}

#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 */
}

.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;
}

/*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: #D65E08;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    padding-bottom: 10px;
}

.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: #103D5C;
    padding-left: 70px;
	color: White;
}

.footer_bg{
    background: url('../images/more_bg.jpg') repeat-y center;
    width: 842px;
    padding-right: 30px;
    padding-left: 10px;
}

.foot_col4 {
	float: right;
}
.foot_col2 {
	float: left;
}

.foot_col2 a:link, .foot_col2 a:visited  {
	color: White;
	text-decoration:none;
}

.foot_col1, .foot_col3{
    float: left;
}

.foot_col1{
    width: 450px;
	font-size: 14px;
	line-height: 18px;
}

.foot_col2, .foot_col3{
    width: 174px;
    padding-left: 20px;
}

.foot_col4{
    width: 150px;
    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: 3px;
}

.footer_more a{
    width: 50px;  
    display: block;
    text-align: center;
    color: #0e6ac0;
    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
{

}

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;
}

.crop{
		background-position: center center;
		background-repeat: no-repeat;
		width: 828px; 
		height: 350px; 
		overflow: hidden;
		position: relative;
		border: 1px solid #ccc;
		text-align: center;
	}

/* input values to crop the image: top, right, bottom, left */
.crop img{
		position:absolute;
		left: -100%;
		right: -100%;
		top: -100%;
		bottom: -100%;
		margin: auto; 
		min-height: 100%;
		min-width: 100%;
		max-width: 828px;
	}
	
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; }

.shell { padding: 4px 0px 0 0px; width: 1024px; margin: 0 auto; background: transparent; margin-top: 20px; }

#TopBarNew2header { position: relative; padding: 0 0 10px 0px; width: 1024px; height: 100px; }

#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; }
#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: #989895; text-decoration: underline; }
#TopBarNew2search a.advanced-search:hover { text-decoration: none; }

#logo2 { display: inline; float: left; padding-top: 5px; width: 276px; font-size: 0; line-height: 0; }
#logo2 a { display: block; width: 276px; height: 40px; text-indent: -4000px; background: url(../images/tims_industrial.png) no-repeat 0 0; }

.footercolumn {
float:left;
white-space: nowrap;
margin:0px 30px 0 20px;
text-align: left;
background-color: #333333;
}

#footer2 {
margin:0 8px 0 10px;
background-color:#103D5C;
font-size: 13px;
color: #ccc;
height: 310px;
}

#footer2 a:link, #footer2 a:visited  {
color: #6699cc;
text-decoration:none;
}
#footer2 a:hover {
color: #ff8700;
text-decoration:underline;
}
#footer2 img {
border: 1px solid #000;
}

.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;
}

.iso {
font-size:14px;
line-height:34px;
}

/* 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;
}

.iso {
font-size:14px;
line-height:34px;
}

/* cu site */
.login a{color:#d65e08;padding:0 10px;text-decoration:none}
.social,.header-container p{display:inline-block;vertical-align:-webkit-baseline-middle}.header-container p{font-weight:300;font-size:17px;color:#103d5c}.header-container .social a img{width:40px;padding:0 3px}.header-container .social .fa{color:#d65e08;padding:0 5px;font-size:20px}
.social .fa{color:#fff}
.hs-author-social-links{display:inline-block}.hs-author-social-links a.hs-author-social-link{width:24px;height:24px;border-width:0;border:0;line-height:24px;background-size:24px 24px;background-repeat:no-repeat;display:inline-block;text-indent:-99999px}.hs-author-social-links a.hs-author-social-link.hs-social-facebook{background-image:url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png")}.hs-author-social-links a.hs-author-social-link.hs-social-linkedin{background-image:url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png")}.hs-author-social-links a.hs-author-social-link.hs-social-twitter{background-image:url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png")}.hs-author-social-links a.hs-author-social-link.hs-social-google-plus{background-image:url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png")}

.timsMenuTable{
	display: table;
	margin: 0 ;
}

#timsMenu {
	font: bold 12px verdana, arial, sans-serif;
	list-style-type: none;
	position: relative;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
}

#timsMenu li {
	display: inline-block;
	width: 100px;
	height: 25px;
}

#timsMenu li:first-child a {
	border-radius: 4px 0 0 4px;
}

#timsMenu li:last-child a {
	border-radius: 0 4px 4px 0;
}

#timsMenu a, #timsMenu a:visited {
	width: 9em;
	border: 1px solid #D1D3D4;
	text-align: center;
	text-decoration: none;
	background: #D1D3D4;
	color: #4D585C;
	
}

#timsMenu a:hover {
	color: white;
	background-color: #4D585C;	
	border: 1px solid #4D585C;
	box-shadow: inset 0 0 10px 1px ;
}

#timsMenu a span {
	display: none;
}

#timsMenu a:hover span {
	display: block;
	position: absolute: 
	left: 10em;
	top: 0;
	text-align: left;
	padding: 0.5em;
	width: 24em;
	background-color: #4D585C;
	color: white;
	border: 1px solid #4D585C;
}

#aimMenu {
	list-style-type: none;
	position: relative;
}

#aimMenu a, #aimMenu a:visited {
	width: 9em;
	text-decoration: none;
	color: #D1D3D4;	
}

#aimMenu li {
	font-size: 12px;
	margin-bottom: 5px;
}

.BorderBox {
    background: #D1D3D4;
    border-style: solid;
    border-color: #D1D3D4;
    border-width: 1px;
	color: 4D585C;
	width: 90px;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
}

#scheduleLink {
	text-align: center; font-size: 18px;font-weight: lighter; border: 1px solid; width: 270px; padding: 20px; color: white;
}

#scheduleLink a, #scheduleLink a:visited {
	color: white;	
}

.RadButton.rbButton.buttonShadowsPrice {
    border: 0 transparent;
    border-radius: 5px;
}

.RadButton.rbButton.buttonShadowsPrice:hover {
    border: 0 transparent;
    
}  