/*start: wf 101045*/
#languagedropdown {
    margin: 10px 10px 0px 0px;
    min-width: 350px;
    height: 50px;
    /* border: 1px black solid; */
    float: left;
    font-family: arial;
    font-weight: 400;
    font-size: 16px;
    padding-top: 10px;
}
/*end: wf 101045*/

* { 
	font-family:arial;
	font-size:10pt;
}
.ExplanationText {
  float: right;
  width: 300px;
  background-color: #00adee;
  color: #ffffff;
  margin-right: 500px;
  padding: 14px;
}
body {
	background-color:#ffffff;
	font-family: arial;
        font-size: 10px;
        color: #3c3c3e;
}

input, select {
	padding: 0.15em;
	/*width: 10em;*/
	border: 1px solid #ccc;
	background: #fafafa;
	font: 0.95em arial, sans-serif;
	-webkit-border-radius: 3px;
        -moz-border-radius: 2px;
        border-radius: 3px;
	margin:3px;
}
input:hover, input:focus {
	border-color: #888;
	background: #f6f6f6;
}
#bg {
  position: fixed;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  z-index:-1000;
}
#bg img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 50%;
  min-height: 50%;
}
.ReallyBig {
font-family: 'Arial Bold', 'Arial';
font-weight: 700;
font-style: normal;
font-size: 24px;
color: #333333;
text-align: left;
line-height: normal;
}
.Wrapper {
	margin-left:auto;
	margin-right:auto;
	width:990px;
}

/*.HeaderBackground {
        background-image: url(atomic_bg.png);
        background-repeat: repeat-x;
}*/
#Header {
	color:#000000;
	background-color:#ffffff;
	font-size:13pt;
	font-weight:bold;
	text-align:left;
	margin:auto;
	width:auto;
	height:70px;
	-webkit-border-bottom-right-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-moz-border-radius-bottomright: 12px;
	-moz-border-radius-bottomleft: 12px;
	border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px;
	box-shadow: 0px 3px 3px 1px rgba(119, 119, 119, 0.71);
	-moz-box-shadow: 0px 3px 3px 1px rgba(119, 119, 119, 0.71);
	-webkit-box-shadow: 0px 3px 3px 1px rgba(119, 119, 119, 0.71);
	margin-bottom:50px;
    	top:         0px;
    	left:        50%;    /* move the left edge to the center . */
	margin-left: -495px;
    	z-index:     10001;   /* Try to get it on top. */
	position: fixed;
	
}
#logo {
	float:left;
}
#order-total {
	margin:10px 10px 0px 50px;
	min-width:350px;
	height:50px;
	/*border:1px black solid;*/
	float:left;
	font-family: arial;
	font-weight: 400;
	font-size: 16px;
	padding-top:10px;
}
#orderASH-total {
	margin:10px 10px 0px 0px;
	min-width:350px;
	height:50px;
	/*border:1px black solid;*/
	float:left;
	font-family: arial;
	font-weight: 400;
	font-size: 16px;
	padding-top:10px;
}
.bigtotal {
	font-family: arial;
	font-weight: 400;
	font-size: 28px;
	color: #A62203;
}
#logo img {
	margin: 8px 0px 0px 8px;
}
#menu-block {
	background-color:#d2d2d2;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	height:40px;
	width:40px;
	float:left;
	margin-right:8px;
	text-align:center;
	font-family: arial;
        font-weight: 400;
        font-size: 16px;
}


#bc {
	padding-top:5px;
	width:990px;
	margin:auto;
}




#breadcrumbs-two{
	margin-left:-40px;
  overflow: hidden;
  width: 100%;
}

#breadcrumbs-two li{
  float: left;
  margin: 0 .5em 0 1em;
	text-align:center;
        list-style-type: none;
}

#breadcrumbs-two a{
  /*background: #f1f3f5;*/
  background: #00adee;
  padding: .7em 1em;
  float: left;
  text-decoration: none;
  color: #fff;
  /*text-shadow: 0 1px 0 rgba(255,255,255,.5); */
  position: relative;
	width:150px;
}


#breadcrumbs-two a:hover{
  background: #005c8f;
}

#breadcrumbs-two a::before{
  content: "";
  position: absolute;
  top: 50%; 
  margin-top: -1.5em;   
  border-width: 1.5em 0 1.5em 1em;
  border-style: solid;
  border-color: #00adee #00adee #00adee transparent;
  left: -.9em;
}

#breadcrumbs-two a:hover::before{
  border-color: #005c8f #005c8f #005c8f transparent;
}

#breadcrumbs-two a::after{
  content: "";
  position: absolute;
  top: 50%; 
  margin-top: -1.5em;   
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  border-left: 1em solid #00adee;
  right: -.9em;
}

#breadcrumbs-two a:hover::after{
  border-left-color: #005c8f;
}

#breadcrumbs-two .current,
#breadcrumbs-two .current:hover{
  font-weight: bold;
  background: none;
}

#breadcrumbs-two .current::after,
#breadcrumbs-two .current::before{
  content: normal;
}
.transparent_class {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";

  /* IE 5-7 */
  filter: alpha(opacity=40);

  /* Netscape */
  -moz-opacity: 0.4;

  /* Safari 1.x */
  -khtml-opacity: 0.4;

  /* Good browsers */
  opacity: 0.4;
}

.bc_highlight a {
	font-size:13px;
	font-weight:bold;
}

h2 {
	font-family: arial;
font-weight: 700;
font-style: normal;
font-size: 24px;
color: #333333;
text-align: left;
line-height: normal;
}

.MainContent {
	background-color:white;
	text-align:left;
	padding:5px;
	padding-left:40px;
	border-radius: 10px;
	box-shadow: 0px 0px 3px 1px rgba(119, 119, 119, 0.71);
	-moz-box-shadow: 0px 0px 3px 1px rgba(119, 119, 119, 0.71);
	-webkit-box-shadow: 0px 0px 3px 1px rgba(119, 119, 119, 0.71);
	min-height: auto !important; /*WF 98549, Comment 27 */ 
}
.SmallFont {
	font-family: arial;
font-weight: 400;
font-style: normal;
font-size: 10px;
color: #333333;
text-align: left;
line-height: normal;
}

.form-left-col {
	float:left;
	text-align:left;
	min-width:100px;
	padding-right:8px;
}
.sectionTitle {
	font-size:16px;
	font-weight: bold;
	line-height:30px;
	width: 	400px;
	background-color: #F2F2F2;
	height: 30px;
	padding-left:10px;
	border-radius: 10px 10px 0px 0px;
}

.SectionDivider {
	margin-top:20px;
}

.SectionHeader { 
	width:740px;
	color:#666666;
	font-family: arial;
	font-size:12pt;
	font-weight:bold;
	border-bottom-width:2px; 
	border-bottom-style:solid; 
	border-bottom-color:#666666;
}
.Section { 
	width:100%;
	padding-top:5px;
	padding-bottom:20px;
	color:black;
}
.SubSectionHeader { 
	color:black;
	font-size:10pt;
	font-weight:bold;
	padding-top:5px; 
	border-top-width:1px; 
	border-top-color:#666666;
}

.InputLabel {
	min-width:100px;
	padding-right:8px;
	text-align:left;
	vertical-align:top;
	font-weight:normal;
	float:left;
}
.InputField {
	width:200px;
	float:left;
}
#vologin {
	margin: 10px 0px 0px 100px;
	width:340px;
        height:53px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        border-radius: 15px;
        background-color:#f2f2f2;
        border: 1px solid maroon;
	box-shadow: 0px 0px 9px 1px rgba(119, 119, 119, 0.75);
        -moz-box-shadow: 0px 0px 9px 1px rgba(119, 119, 119, 0.75);
        -webkit-box-shadow: 0px 0px 9px 1px rgba(119, 119, 119, 0.75);	
}
#vologin a { 
	text-decoration: none; 
	font-family: 'Arial';
        font-weight: 400;
        font-style: normal;
        font-size: 24px;
        color: maroon;
        line-height: normal;
        text-decoration: none;
}
#vologtxt {
	padding-top:12px;
	padding-left:100px;
	float:left;
}
#vologin img {
	float:left;
}
.vosection {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 1px maroon solid;
	display:block;
	width:900px;
	padding:10px;
}
.vopackage {
	-webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        display:block;
        width:880px;
	min-height:100px;
	background-color: #e8eaea;
        padding:10px;
	box-shadow: 0px 0px 9px 1px rgba(119, 119, 119, 0.75);
	-moz-box-shadow: 0px 0px 9px 1px rgba(119, 119, 119, 0.75);
	-webkit-box-shadow: 0px 0px 9px 1px rgba(119, 119, 119, 0.75);
	margin-bottom:20px;
}
.vopackagetitle {
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
}
.vofirst {
	background-color: #ccc;	
	border: #888 solid 1px;
}

.oa_butt {
	background-color: #d5d2c6;
	min-width: 200px;
	height:40px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #436179;
	cursor: pointer; 
}
.arrow-left {
	margin:4px 0px 0px 10px;
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent; 
	float:left;	
	border-right:10px solid #436179; 
}
.arrow-right {
	margin:4px 10px 0px 0px;
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent; 
	border-left:10px solid #436179; 
}
.enroller_butt {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	text-decoration:none;
	text-align:center;
}
.enroller_butt:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.enroller_butt:active {
	position:relative;
	top:1px;
}
.hide_butt, .hide_butt:hover, .hide_butt:focus {
	outline:none;
	cursor: pointer; 
	background-color:transparent;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	border:0px;
	text-indent:0;
	display:inline-block;
	color:#000;
	font-family: arial;
	font-size:15px;
	font-weight:normal;
	height:40px;
	min-width:160px;
	font-style:normal;
	text-decoration:none;
	text-align:center;
}.hide_butt:active {
	position:relative;
	top:1px;
	background-color:transparent;
}
.marketing img {
	-moz-box-shadow:0px 0px 10px 1px rgba(119, 119, 119, 0.97);
        -webkit-box-shadow:0px 0px 10px 1px rgba(119, 119, 119, 0.97);
        box-shadow:0px 0px 10px 1px rgba(119, 119, 119, 0.97);
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
	margin-right:30px;
	width:380px;
	height:120px;
}
.sectioncontent {
	border-top: 1px #F2F2F2 solid;
	margin-top:-13px;
	padding-top:10px;
}
th.Invoice {
	color:white;
	background-color:#666666;
}
td.Invoice {
	color:black;
	background-color:silver;
}
td.InvoiceTotal {
	color:white;
	background-color:#666666;
}

.InvoiceMain {
	/*width:90%;*/
	/*background-color:white;*/
}
.InvoiceHeader {
	color:#000000;
	/*background-color:#666666;*/
}
.InvoiceRowEven {
	background-color:white;
}
.InvoiceRowOdd {
	background-color:silver;
}
.InvoiceKit {
	color:blue;
}
.InvoiceTotals {
	/*
	color:white;
	background-color:#666666;
	*/
	border-top: 2px solid #94ABC6;
}
.InvoiceSubTotals {
	/*background-color:silver;*/
}
.InvoiceTotalAmt {
	/*color:white;*/
	/*background-color:#666666;*/
	/*font-size:14pt;*/
	/*font-weight:bold;*/
	color:#ff0000;
	font-weight:bold;
}
.InvoicePayments {
	font-size:12pt;
	font-weight:bold;
	/*color:white;*/
	/*background-color:#666666;*/
}
.InvoiceAmountDue {
	background-color: #CAD2E4;
	padding:10px 0 10px 0;
}

.InvoiceSideBar {
	background-color:#ffffff;
	border: 1px solid #94ABC6;
	/*
	background-color:#DADED5;
	border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
	-moz-box-shadow:2px 2px 2px 1px #ccc;
        -webkit-box-shadow:2px 2px 2px 1px #ccc;
        box-shadow:2px 2px 2px 1px #ccc;
	*/
	font-size:12px;
	padding:4px;
}
.AS_InvoiceSideBar {
	background-color:#E3EBFC;
	border: 1px solid #94ABC6;
	/*
	background-color:#B5BDCD;
	border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
	-moz-box-shadow:2px 2px 2px 1px #ccc;
        -webkit-box-shadow:2px 2px 2px 1px #ccc;
        box-shadow:2px 2px 2px 1px #ccc;
	*/
	font-size:12px;
	padding:4px;
}

.checkout_summary_ext {
	background-color:#b6b6b6;
	padding:10px;
	/*
	-moz-border-radius: 10px;
    	-webkit-border-radius: 10px;
    	-khtml-border-radius: 10px;
    	border-radius: 10px;
	*/
	font-family: Arial;
}

.NoteFont { font-size:9pt; font-style:italic; }
.Error { font-weight:bold; color:red; }

#PopUp {
	font-family: arial;
        padding-left:0px;
        overflow: auto;
        width:400px;
        padding:0px;
        background-color:white;
        float:left;
        left:50%;
                margin-left:-200px;
        /*top:25%;
        margin-top:-230px;*/
                top:10%;
        position:absolute;
        z-index:5000;
        -moz-box-shadow:0px 0px 10px 1px rgba(119, 119, 119, 0.97);
        -webkit-box-shadow:0px 0px 10px 1px rgba(119, 119, 119, 0.97);
        box-shadow:0px 0px 10px 1px rgba(119, 119, 119, 0.97);
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        border-radius: 15px;
}

#PopUpClose {
	font-family: arial;
        text-align:right;
        font-size:medium;
        border:none;
        background-repeat:no-repeat;
}

#PopUpHeader {
        text-align:center;
        line-height:20px;
	font-family: arial;
	font-weight: 400;
	font-size: 28px;
	color: #3275A0; 
	padding-top:15px;
}

.PopUpBody {
	font-family: arial;
        font-size:small;
        /*color:#646464; //Grey */
	color: #000;
        margin-right:30px;
        margin-left:30px;
	text-align:center;
}
#PopUpFooter {
	font-family: arial;
        font-size:small;
        color:#646464;
}
#PopUpButton {
        display: inline-block;
        vertical-align:middle;
        height:40px;
        line-height:40px;
        width:160px;
        position:relative;
        outline: none;
        text-align: center;
        text-decoration: none;
	font-family: arial;
        font-size:large;
        /*-webkit-border-radius: .5em;
        -moz-border-radius: .5em;
        border-radius: .5em;
        color: #646464;
        border: solid 1px #b7b7b7;
        background: #fff;
        background: -ms-linear-gradient(top, #FFFFFF, #ededed);
        background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
        background: -moz-linear-gradient(top,  #fff,  #ededed);*/

	background-color: #d5d2c6;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        border: 1px solid #436179;
        cursor: pointer;
	color: #000;
}
/*
#PopUpButton:hover {
        background: #ededed;
        background: -ms-linear-gradient(top, #FFFFFF, #dcdcdc);
        background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
        background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
}
#PopUpButton:active {
        color: #999;
        background: -ms-linear-gradient(top, #ededed, #ffffff);
        background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
        background: -moz-linear-gradient(top,  #ededed,  #fff);
}*/

#PopUpCheckbox {
        color: #fff;
        text-align:center;
        padding-top:15px;
}

#PopUpCheckbox:after {
        font-size:small;
}
.PopUpNotificationBox {
        margin-left:10px;
        float:left;
        width:154px;
        height:75px;
        background-image:url('/skins/skin01/images/atomic_notify_butt.png');
}
.PopUpProfileBox {
        margin-left:20px;
        float:left;
        width:194px;
        height:75px;
        background-image:url('/skins/skin01/images/atomic_profile_butt.png');
}
.MemberTypeHeaderText {
font-weight:bold;
font-size:18px;
text-align:center;
}
.MemberTypeText {
font-size:13px;
}

.MemberTypeDistributorBubble {
padding:10px;
width: auto;
float: left;
/*-moz-box-shadow:0px 0px 10px 1px rgba(119, 119, 119, 0.97);
-webkit-box-shadow:0px 0px 10px 1px rgba(119, 119, 119, 0.97);
box-shadow:0px 0px 10px 1px rgba(119, 119, 119, 0.97);*/
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px;
background-color:#005c8f;
cursor: pointer;
border:2px solid white;
}
.MemberTypeDistributorBubble:hover {
	border:2px solid #005c8f;
}

.MemberTypeCustomerBubble {
padding:10px;
width: auto;
float: right;
/*-moz-box-shadow:0px 0px 10px 1px rgba(119, 119, 119, 0.97);
-webkit-box-shadow:0px 0px 10px 1px rgba(119, 119, 119, 0.97);
box-shadow:0px 0px 10px 1px rgba(119, 119, 119, 0.97);*/
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px;
background-color:#00adee;
cursor: pointer;
border:2px solid white;
margin: -139px 42px 0px 0px;
}
.MemberTypeCustomerBubble:hover {
	border:2px solid #00adee;
}
.MemberTypeImg {
	float:left;
	width:235px;
}
.MemberTypeImg img {
	 -webkit-border-radius: 9px;
        -moz-border-radius: 9px;
        border-radius: 9px;

}
.MemberTypeText {
	float:left;
	width:410px;
	text-align:center;
	color:white;
}


/*.MemberTypeDistributorBubble ul li, .MemberTypeCustomerBubble ul li {
	line-height:12px;
}*/
#AdditionalInfo {
	position: relative;
	width: 475px;
	min-height: 120px;
}

.AdditionalInfo_list_box {
	font-family: arial;
	font-weight: 400;
	font-style: normal;
	font-size: 13px;
	color: #000000;
	text-align: left;
	line-height: normal;
}

#AdditionalInfo_input {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 475px;
	height: 120px;
	background-image: ;
	font-family: arial;
	font-weight: 400;
	font-style: normal;
	font-size: 13px;
	text-decoration: none;
	color: #000000;
}
.add_searchbox {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background-color:#eee;
	color:#000;
	padding:3px;
	width:200px;
}
.accent {
	color:#9E1E21;
	font-size:14px;
}
.StarterKitBubble {
padding:5px;
width: 280px;
min-height:225px;
float: left;
/*-moz-box-shadow:0px 0px 10px 1px rgba(119, 119, 119, 0.97);
-webkit-box-shadow:0px 0px 10px 1px rgba(119, 119, 119, 0.97);
box-shadow:0px 0px 10px 1px rgba(119, 119, 119, 0.97);*/
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
border:#f2cbc7 1px solid;
margin-right:15px;
margin-bottom:15px;
}
.StarterKitBubble table td {
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	color: #333333;
	line-height: normal;
}

.StarterKitBubbleimg {
	height:140px;
	width:140px;
}
/*wf 95064*/
.MTEPKitBubbleimg {
	height:200px;
	width:200px;
}

.StarterSmallFont {
	font-family: arial;
font-weight: 400;
font-style: normal;
font-size: 10px;
color: #333333;
line-height: normal;
}
.FavoritesBubble {
	padding:10px;
	width: 190px;
	min-height:200px;
	float: left;
	border-left: 1px dotted #d3e0e8;;
	border-right: 1px dotted #d3e0e8;;
}
.FavoritesBubble table td {
	font-weight: 400;
        font-style: normal;
        font-size: 16px;
        color: #333333;
        line-height: normal;
}
.FavPrice {
	font-family: arial;
font-weight: 400;
font-style: normal;
font-size: 13px;
color: #666666;
line-height: normal;
}

.FavoritesBubbleImg {
	width:140px;
	height:140px;
}


.vertical_dotted_line
{
    border-left: 1px dotted #d3e0e8;
    height: 200px;
}
.AddToOrder {
	-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;

	background: #a90329; /* Old browsers */
	background: -moz-linear-gradient(top,  #a90329 0%, #6d0019 50%, #8f0222 96%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(50%,#6d0019), color-stop(96%,#8f0222)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a90329 0%,#6d0019 50%,#8f0222 96%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a90329 0%,#6d0019 50%,#8f0222 96%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a90329 0%,#6d0019 50%,#8f0222 96%); /* IE10+ */
	background: linear-gradient(to bottom,  #a90329 0%,#6d0019 50%,#8f0222 96%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#8f0222',GradientType=0 ); /* IE6-9 */

	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;

	text-indent:0;
	display:inline-block;
	color:#ffffff;
	font-family: arial;
	font-size:13px;
	font-weight:normal;
	font-style:normal;
	height:25px;
	line-height:25px;
	min-width:100px;
	text-decoration:none;
	text-align:center;
}
.AddToOrder:hover {
	background: #a90329; /* Old browsers */
	background: -moz-linear-gradient(top,  #a90329 0%, #8f0222 23%, #6d0019 98%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(23%,#8f0222), color-stop(98%,#6d0019)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a90329 0%,#8f0222 23%,#6d0019 98%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a90329 0%,#8f0222 23%,#6d0019 98%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a90329 0%,#8f0222 23%,#6d0019 98%); /* IE10+ */
	background: linear-gradient(to bottom,  #a90329 0%,#8f0222 23%,#6d0019 98%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */
}
.AddToOrder:active {
	position:relative;
	top:1px;
}
.AddToAS {
        -moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
        -webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
        box-shadow:inset 0px 1px 0px 0px #fce2c1;

	background: #fefefe; /* Old browsers */
	background: -moz-linear-gradient(top,  #fefefe 0%, #dbdbdb 33%, #d1d1d1 58%, #e2e2e2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(33%,#dbdbdb), color-stop(58%,#d1d1d1), color-stop(100%,#e2e2e2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fefefe 0%,#dbdbdb 33%,#d1d1d1 58%,#e2e2e2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fefefe 0%,#dbdbdb 33%,#d1d1d1 58%,#e2e2e2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fefefe 0%,#dbdbdb 33%,#d1d1d1 58%,#e2e2e2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fefefe 0%,#dbdbdb 33%,#d1d1d1 58%,#e2e2e2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */

        -webkit-border-top-left-radius:6px;
        -moz-border-radius-topleft:6px;
        border-top-left-radius:6px;
        -webkit-border-top-right-radius:6px;
        -moz-border-radius-topright:6px;
        border-top-right-radius:6px;
        -webkit-border-bottom-right-radius:6px;
        -moz-border-radius-bottomright:6px;
        border-bottom-right-radius:6px;
        -webkit-border-bottom-left-radius:6px;
        -moz-border-radius-bottomleft:6px;
        border-bottom-left-radius:6px;

        text-indent:0;
        display:inline-block;
        color:#000;
	font-family: arial;
        font-size:13px;
        font-weight:normal;
        font-style:normal;
        height:25px;
        line-height:25px;
        min-width:100px;
        text-decoration:none;
        text-align:center;
}
.AddToAS:hover {
	background: #e2e2e2; /* Old browsers */
	background: -moz-linear-gradient(top,  #e2e2e2 1%, #dbdbdb 33%, #d1d1d1 58%, #fefefe 96%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#e2e2e2), color-stop(33%,#dbdbdb), color-stop(58%,#d1d1d1), color-stop(96%,#fefefe)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e2e2e2 1%,#dbdbdb 33%,#d1d1d1 58%,#fefefe 96%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e2e2e2 1%,#dbdbdb 33%,#d1d1d1 58%,#fefefe 96%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e2e2e2 1%,#dbdbdb 33%,#d1d1d1 58%,#fefefe 96%); /* IE10+ */
	background: linear-gradient(to bottom,  #e2e2e2 1%,#dbdbdb 33%,#d1d1d1 58%,#fefefe 96%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
}
.AddToAS:active {
        position:relative;
        top:1px;
}
#order_successful {
	width:340px;
	min-height:180px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	background-color:#f2f2f2;
	border: 1px solid #a7c3d5;
}
.blank_additional_item {
	width:900px;
	border-bottom:solid 1px #e2e2e2;
	display:block;
	vertical-align:middle;
}
.order_total_menu_list, .ash_total_menu_list {
	display:none;
	min-width:300px;
	background-color:#FFFFFF;
	-moz-border-radius: 7px;
       	-webkit-border-radius: 7px;
        border-radius: 7px;
	box-shadow: 0px 7px 8px 0px rgba(119, 119, 119, 0.75);
	-moz-box-shadow: 0px 7px 8px 0px rgba(119, 119, 119, 0.75);
	-webkit-box-shadow: 0px 7px 8px 0px rgba(119, 119, 119, 0.75);
	padding:10px;
	position:absolute;
	z-index:1000;
}

.order_total_menu_list table, .ash_total_menu_list table {
	min-width:280px;	
	border: 1px solid #f2f2f2;
	-moz-border-radius: 10px;
       	-webkit-border-radius: 10px;
        border-radius: 10px;
	border-collapse:collapse;
	margin-top:5px;
}

.order_total_menu_list table th, .ash_total_menu_list table th {
	background-color: #f2f2f2;
	-webkit-border-top-left-radius: 7px;
padding-left:2px;
}

.order_total_menu_list table td, .ash_total_menu_list table td {
	padding: 18px 0px 2px 8px;
}
.order_total_menu_close, .ash_total_menu_close {
	padding:5px;
	width:60px;
	height:15px;
	text-align:center;
	border: 1px solid #f2f2f2;
	-moz-border-radius: 7px;
        -webkit-border-radius: 7px;
        border-radius: 7px;
	float:right;
}
#mergeOrderItems {
        font-family: arial;
        padding-left:0px;
        width:600px;
        padding:20px;
        background-color:white;
        float:left;
        /*left:50%;
        margin-left:-200px;
        top:10%;
        position:absolute;*/
        position:relative;
        margin-top:-350px;
        margin-left:-690px;
        z-index:5000;
        border: 1px solid #ccc;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        border-radius: 15px;
}
.mergetext {
        font-size:16px;
}
#mergeOrderItems table th {
        font-family: 'Arial Bold', 'Arial';
        font-weight: 700;
        font-size: 14px;
}
#mergeOrderItems table td {
        padding-top:x18px;
        padding-bottom:8px;
}
.mergeyes {
        background-color:#ccc;
        width:300px;
        height:30px;
}
.mergeno {
        width:300px;
        height:30px;
}
#ASH_Box {
        border:2px solid #bcd7e6;
        background-color:#FFFFFF;
        width:400px;
        color:#000000;
        padding:0px;
        -moz-border-radius: 12px;
        -webkit-border-radius: 12px;
        border-radius: 12px;
        -moz-box-shadow:0px 0px 12px 7px rgba(119, 119, 119, 0.3);
        -webkit-box-shadow:0px 0px 12px 7px rgba(119, 119, 119, 0.3);
        box-shadow:0px 0px 12px 7px rgba(119, 119, 119, 0.3);
}
#ASH_mainbg {
        background-color:#dbe8f0;
        padding: 15px;
        -moz-border-top-left-radius: 12px;
        -moz-border-top-right-radius: 12px;
        -webkit-border-top-left-radius: 12px;
        -webkit-border-top-right-radius: 12px;
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
}
#ASH_lowerbg {
        padding: 15px;
        -moz-border-bottom-left-radius: 12px;
        -moz-border-bottomtop-right-radius: 12px;
        -webkit-border-bottom-left-radius: 12px;
        -webkit-border-bottom-right-radius: 12px;
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px
}
.ASH_header {
        font-size:14px;
        margin-bottom:10px;
}
        .ASH_text
                {
                font-size: 13px;
                line-height: 150%;
                }
.bad_day div {
        border:2px solid #fff;
        color: #ccc;
        font-size: 20px;
        background-color:#fff;
        width:40px;
        text-align:right;
        text-decoration:none;
        line-height:30px;
}
.bad_day a, .bad_day div {
        color: #eee;
        font-size: 20px;
}
.active_day {
        border:2px solid #9cb6ce;
        color: #a88cc6;
        font-size: 20px;
        background-color:#ececec;
        width:40px;
        text-align:right;
        text-decoration:none;
        line-height:30px;
}
.active_day a, .active_day div {
        color: #a88cc6;
        font-size: 20px;
}
.deactive_day {
        border:2px solid #9cb6ce;
        color: #000;
        font-size: 20px;
        background-color:#ececec;
        width:40px;
        text-align:right;
        text-decoration:none;
        line-height:30px;
}
.deactive_day a, .deactive_day div {
        color: #000;
        font-size: 20px;
}
.selected_day, .selected_day div {
        color: white;
        font-size: 20px;
        background-color:#a88cc6;
        text-align:right;
        text-decoration:none;
}
.selected_day a {
        color: white;
}
.italic {
        font-style:italic;
}
.month_title {
        color: #505b60;
        font-size: 18px;
        padding-left:10px;
}

        .bold
                {
                font-weight: bold;
                }

        .calendardiv
                {
                float:left;
                border:1px solid #E4E4E4;
                }

        .calendardivround
                {
                -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
                }
input.inptrounded {
border: 1px solid #ccc;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
/* -moz-box-shadow: 2px 2px 3px #666; */
/* -webkit-box-shadow: 2px 2px 3px #666; */
/* box-shadow: 2px 2px 3px #666; */
padding: 2px 3px;
outline: 0;
-webkit-appearance: none;
width:3em;
}

input.inptrounded:focus {
border-color: #666;
}

span.NeedAssistanceX {
  float: right;
  margin: -8px;
  color: #ffffff;
}

span.NeedAssistanceX:hover {
	color:red;
}

.shiftLeft {
	margin-left:-150px;		/* WF: 96895 - Chris H */
	margin-top: -5px;
}

/* START WF: 104456 - Chris H */
.QASButton {
    background-color: #ccc;
    font-family: "Proxima Nova W01", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 2.25em;
    border: 0 none;
    border-radius: .4em;
    width: auto;
    height: auto;
    padding: 1px 1.3em 0;
    color: #fff;
    text-indent: 0;
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    min-width: 100px;
    text-decoration: none;
    text-align: center;
}

.QASButton:hover {
	background-color: #005c8f !important;
	color: #fff;
}
/* END WF: 104456 */

/* START WF: 104542 - Chris H */
#VATInfoDiv {
	border: 2px solid #004c99;
    width: 530px;
    background-color: #e5e5e5;
    position: absolute;
    top: 880px;
    left: 400px;
    display:none;
}

#VATInfoDiv p {
	padding: 0px 10px;
    text-align: center;
    margin: 0px;
    font-size: 16px;
    color: #004c99;
}

#VATInfoDiv div {
	width: 85px;
    text-align: center;
    border: 1px solid #004c99;
    background-color: #ffffff;
    font-weight: bold;
    border-radius: 54px;
    height: 24px;
    padding-top: 5px;
    margin: 5px auto;
    color: #004c99;
    cursor: pointer;
}
/* END WF: 104542 */

/* START WF: 96895 - Chris H */
.enrollasbusinessentity {
    width: 600px;
    padding:10px;
    text-align: center;
    margin-bottom: 15px;
    border: 1px solid #000;
    border-radius:10px;
    position: fixed;
    z-index:1;
    background: #fff;
    left: 35%;
    top: 35%;
}
/* END WF: 96895 */

/* START WF: 98458 c74 - MikeD */
.OA_spanABNHelp {
    margin-left:40px;
}
/* END WF: 98458 c74 - MikeD */