/*
 * Copyright 2001-2006 The Apache Software Foundation
 * 
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not
 * use this file except in compliance with the License. You may obtain a copy of
 * the License at
 * 
 * http://www.apache.org/licenses/LICENSE-2.0
 * 
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 * License for the specific language governing permissions and limitations
 * under the License.
 */

/* ===== This file contains the eCommerce specific styles ===== */

/* ===== Basic Element Styles ===== */
BODY {
background: #FFFFFF;
margin-top:0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
}

#bodyContainer{
width:100%;
min-width: 1030px;
width:expression(document.body.clientWidth > 1052? "100%" :"1052px");
}

FORM {
margin: 0px;
}

UL {
margin-top: 0; 
margin-bottom: 0;
}

img {
behavior: url("/images/pngbehavior.htc");
}
.endcolumns {
clear: both;
height: 0px;
visibility: hidden;
}  
/* ===== Header Styles ===== */
#ecom-header {
position: relative;
width: 100%;
background: #CDD7E1;
height: 47px;
voice-family: "\"}\"";
voice-family: inherit;
/* border:1px solid #000; */
}
#ecom-header #left {
position: absolute;
top: 5px;
left: 10px;
width: 280px;
}


/*#ecom-header #middle {
margin-left: 290px;
margin-right: 0px;
padding-top: 20px;
width: auto;

text-align: right;
}
*/

#ecom-header #middle {
position: absolute;
top:53px;
right: 0px;
width: 500px;
padding: 0px;
margin-top: 0px;
text-align: right; 
}

#ecom-header #right {
position: absolute;
top: 0px;
right: 0px;
width: 200px;
padding: 5px;
margin-top: 7px;
/*border: 1px solid #8590B7;*/
text-align: right;
}

#welcome-message {
padding-right: 10px;
padding-left: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
text-decoration: none;
color: #B4C9E4;
}
#welcome-message a {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
text-decoration: none;
color: #B4C9E4;
}
#welcome-message a:hover {
color: #B4C9E4;
text-decoration: none;
}
.welcomeText{
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
text-decoration: none;
color: #B4C9E4;
}

#company-name {
margin: 0px;
font-size: 0pt;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
color: #333366;
white-space: nowrap;
}
#company-subtitle {
margin: 0px;
font-size: 0pt;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #330099;
white-space: nowrap;
}

#microcart {
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
text-decoration: none;
color: black;
}
#microcart a {
text-decoration: none;
color: #660000;
}
#microcart a:hover {
color: #A7640E;
text-decoration: none;
}
#microcart .disabled {
color: #666666;
}

/* ===== Header-Bar Styles ===== */
#ecom-header-bar {
padding-top: 33px;
padding-left: 3px;
padding-right: 3px;
background: #1C4267;
text-align: bottom;
overflow: visible;
height: 20px;
filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#1C4267',EndColorStr='#0F2B45');
border-top: 3px solid #4D7AAA;
/*border-bottom: 3px solid #A7640E;*/
}

#ecom-header-bar ul {
display: block;
overflow: visible;
list-style: none;
background: transparent;
margin: 0px;
padding: 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

#ecom-header-bar ul li { 
padding: 0px 8px 0px 8px;
}
#ecom-header-bar ul#left-links li {
float: left;
border-right: 1px dotted #D8DEEC;
}
#ecom-header-bar ul#right-links li {
float: right;
border-left: 1px dotted #D8DEEC;
}

#ecom-header-bar ul li a {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
text-decoration: none;
color: #D8DEEC;
} 
#ecom-header-bar ul li:hover a:hover {
color: #FFFFFF;
text-decoration: none;
}


/* ===== Layout/Formatting Styles ===== */
/* NOTE: using a combination of a float left/right for the side bars AND 
  wide margins for the center to get 2 desired effects: 1. be able to end
  columns and put the footer at the bottom of the page and 2. not have the
  center column expand to full width below the columns.
  
  The downside to this is that in some browsers we can't effectively use floats
  within divs in the main column.
*/

/* ecom-mainarea wraps what is below the header including the divs for left, main, right columns as applicable */
#ecom-mainarea {
position: relative;
background: #ffffff;
width: 100%;
margin-top: 5px;
min-width: 830px;
width:expression(document.body.clientWidth > 830? "100%" :"830px");
}

#ecom-mainarea .left {
	/* alt: position: absolute; left: 0px; top: 0px; */
	float: left;
	width: 170px;
	/*background: #EDEDD3;*/
	margin-top: 5px;
	margin-left: 5px;
	/* border:1px solid #000; */
	/*border: 1px solid #D1D190;*/
}
#ecom-mainarea .right {
/* alt: position: absolute; right: 0px; top: 0px; */
float: right;
width: 170px;
margin-top: 5px;
margin-right: 5px;
background: #FFFFFF;
}

#ecom-mainarea .center, #ecom-mainarea .leftonly, #ecom-mainarea .rightonly, #ecom-mainarea .nocolumns {
background:#fff;
text-align: left;
vertical-align: top;
margin-left: 10px;
margin-right: 10px;
}
#ecom-mainarea .center {
margin-left: 200px;
margin-right: 200px;
voice-family: "\"}\"";
voice-family: inherit;
margin-left: 200px;
margin-right: 200px;
}

#ecom-mainarea .leftonly {
margin-left: 0px;
voice-family: "\"}\"";
voice-family: inherit;
margin-left: 200px;
margin-top: 5px;
margin-right: 10px;
}
#ecom-mainarea .rightonly {
margin-left: 0px;
voice-family: "\"}\"";
voice-family: inherit;
margin-right: 200px;
margin-top: 5px;
margin-left: 10px;
}



/* ====== eCommerce "Screenlet" Styles ====== */

/*
#ecom-mainarea .screenlet {
background: transparent;
padding-bottom: 10px;
height:auto !important;
height:1%;
border: 1px solid #EDEDD3;
}
#ecom-mainarea .screenlet-header {
background: #EDEDD3;
border-bottom: 1px solid #E2E2BB;
padding-top: 1px;
padding-bottom: 3px;
padding-right: 4px;
padding-left: 4px;
height:auto !important;
height:1%;
}
*/
#ecom-mainarea .screenletLeftFrame {
/* background: transparent;*/
background: #EDEDD3;
margin-bottom: 10px;
height:auto !important;
height:1%;
/*border: 1px solid #EDEDD3;*/
border: 1px solid #D1D190;
}

#ecom-mainarea .screenlet {
background: transparent;
margin-bottom: 10px;
height:auto !important;
height:1%;
border: 1px solid #EDEDD3;
}
#ecom-mainarea .screenlet-header {
background: #EEEEEE;
border-bottom: 1px solid #DDDDDD;
padding-top: 1px;
padding-bottom: 3px;
padding-right: 4px;
padding-left: 4px;
height:auto !important;
height:1%;
}

#ecom-mainarea .screenletCart {
background: #CDD7E1;
padding-bottom: 10px;
height:auto !important;
height:1%;
border: 1px solid #7A9AC0;
}
#ecom-mainarea .screenlet-headerCart {
background: #7A9AC0;
padding-top: 1px;
padding-bottom: 3px;
padding-right: 4px;
padding-left: 4px;
height:auto !important;
height:1%;
/*width:100%;*/
}

#ecom-mainarea .screenletRight{
background: #EEEEEE;
padding-bottom: 10px;
height:auto !important;
height:1%;
border: 1px solid #DDDDDD;
}

#ecom-mainarea .screenlet-headerRight {
background: #DDDDDD;
padding-top: 1px;
padding-bottom: 3px;
padding-right: 4px;
padding-left: 4px;
height:auto !important;
height:1%;
/*width:100%;*/
}

#ecom-mainarea .screenletLeft {
background: transparent;
padding-bottom: 10px;
height:auto !important;
height:1%;
border: 1px solid #EDEDD3;
}

#ecom-mainarea .screenlet-headerLeft {
background: #E2E2BB;
border-bottom: 1px solid #D8D8AE;
padding-top: 1px;
padding-bottom: 3px;
padding-right: 4px;
padding-left: 4px;
height:auto !important;
height:1%;
/*width:100%;*/
}

#ecom-mainarea .screenlet-body {
background: transparent;
padding: 4px;
height:auto !important;
height:1%
}
.boxhead2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: 0px;
font-size: 9pt;
font-weight: bold;
text-decoration: none;
color: #06213C;
}
.boxhead {
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: 0px;
font-size: 9pt;
font-weight: bold;
text-decoration: none;
color: #06213C;
}

.boxlink {
	float:right;
}

A.boxheadbutton {
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: 0px;
font-size: 8pt;
font-weight: bold;
text-decoration: none;
color: #FFFFFF;
}

A.boxheadbutton:hover {
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: 0px;
font-size: 8pt;
font-weight: bold;
text-decoration: none;
color: #A7640E;
}

/* Form layout styles to simulate a table-style layout */
#ecom-mainarea .form-row {
clear: both;
padding-top: 2px;
}
#ecom-mainarea .form-label {
float: left;
width: 180px;
text-align: right;
padding-top: 5px;
}
#ecom-mainarea .form-field {
float: left;
margin-left: 10px;
text-align: left;
} 

/* ===== Text/Label Styles ===== */
.tabletext, div.form-label, div.form-field {
font-size: 11px;
text-decoration: none;
font-weight: normal;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: black;
}
A.tabletext:hover {
font-size: 10px;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

.tablebuttontext {
font-size: 10px;
color: #1E3C66;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

.contenttext {
font-size: 8pt;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

DIV.tabletexthidden {
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
visibility: hidden;
}

.head1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: 0px; 
font-size: 13pt;
font-weight: normal;
color: #660000;
}

.head2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: 0px;
font-size: 12pt;
font-weight: bold;
color: #000000;
}

.head3 {
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: 0px;
font-size: 8pt;
font-weight: bold;
color: #000000;
}

.info {
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: 0px;
font-size: 10px;
font-style: normal;
color: #000000;
}

DIV.graybox {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
background: #CCCCCC;
border: 1px solid #000000;
text-align: center;
margin: 2px auto;
width: auto;
padding: 4px;
}


.boxoutside {
background: #FFFFFF;
padding: 0px;
border-color: #999999;
border-style: solid;
border-width: 1px 1px 1px 1px;
}

.boxtop {
background: #333366;
padding-top: 1px;
padding-bottom: 1px;
padding-right: 4px;
padding-left: 4px;
border-color: #999999;
border-style: solid;
border-width: 0px 0px 0px 0px;
}

.boxbottom {
background: #FFFFFF;
padding: 4px;
border-color: #999999;
border-style: solid;
border-width: 0px 0px 0px 0px;
}

.button {
border-style: outset; border-color: #9999CC; border-width: 2px;
background: #dddddd;
padding-right: 5px; padding-left: 5px;
}


.tableheadtext {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
text-decoration: none;
color: black;
}

A.tableheadbutton {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
text-decoration: none;
color: black;
}

A.tableheadbutton:hover {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
text-decoration: none;
color: #A7640E;
}

.browsecategorytext {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
text-decoration: none;
color: #333366;
text-indent: -10px;
}

A.browsecategorybutton {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
text-decoration: none;
color: #333366;
}

A.browsecategorybutton:hover {
color: #333366;
text-decoration: none;
}

.browsecategorybuttondisabled {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
text-decoration: none;
color: #333333;
}

A.searchbuttontext, .searchbuttontextdisabled {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
text-decoration: none;
background: white;
border: #999999 solid 1px;
margin: 2px 1px 2px 1px;
padding: 1px 4px 1px 4px;
}

A.searchbuttontext {
color: #333366;
}

A.searchbuttontext:hover {
color: #A7640E;
text-decoration: none;
}

A.buttontext, .buttontextdisabled {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
text-decoration: underline;
background: transparent;
}

A.buttontext {
color: #660000;
}

A.buttontext:hover {
color: #A7640E;
text-decoration: underline;
}

A.linktext {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
text-decoration: none;
color: #333366;
}

A.linktext:hover {
color: #A7640E;
text-decoration: none;
}

.buttontextdisabled {
color: #333333;
}

.submenutextinfo {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
text-decoration: none;
color: white;
padding-left: 6px;
padding-right: 5px;
border-right: 1px solid #5886C6
}

.submenutext, A.submenutext, A.submenutext:visited {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
text-decoration: none;
color: #A7640E;
padding-left: 6px;
padding-right: 5px;
border-right: 1px solid #5886C6
}

A.submenutext:hover {
color: #A7640E;
text-decoration: none;
}

.submenutextdisabled, A.submenutextdisabled {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
text-decoration: none;
color: #CCCCCC;
padding-left: 6px;
padding-right: 5px;
border-right: 1px solid #5886C6
}

A.submenutextdisabled:hover {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
text-decoration: none;
color: #A7640E;
}

.submenutextinforight {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
text-decoration: none;
color: white;
padding-left: 6px;
}

.submenutextright, A.submenutextright {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
text-decoration: none;
color: #A7640E;
padding-left: 6px;
}

A.submenutextright:hover {
color: #A7640E;
text-decoration: none;
}

.submenutextrightdisabled, A.submenutextrightdisabled {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
text-decoration: none;
color: #CCCCCC;
padding-left: 6px;
}

A.submenutextrightdisabled:hover {
text-decoration: none;
color: #A7640E;
}

A.lightbuttontext {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
text-decoration: none;
color: #A7640E;
border: none;
}

A.lightbuttontext:hover {
color: #A7640E;
text-decoration: none;
}

A.lightbuttontextsmall {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8px;
font-weight: bold;
text-decoration: none;
color: #660000;
border: none;
}

A.lightbuttontextsmall:hover {
color: #A7640E;
text-decoration: none;
}

.lightbuttontextdisabled {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
text-decoration: none;
color: #CCCCCC;
}

A.buttontextbig, .buttontextbigdisabled {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 15px;
font-weight: bold;
text-decoration: none;
background: white;
border: #999999 solid 1px;
margin: 2px 2px 2px 2px;
padding: 1px 4px 1px 4px;
}
A.buttontextbig {
color: #333366;
}
.buttontextbigdisabled {
color: #CCCCCC;
}
A.buttontextbig:hover {
color: #A7640E;
text-decoration: none;
}

A IMG.imageborder {
border-style: solid;
border-width: 1px;
border-color: #999999;
}

/* ===== Other Header Styles ===== */


.headersmalltext {
font-size: 8pt; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-weight: bold; 
color: black;
}
a.headersmalllink {
font-size: 8pt; 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold; 
color: #333366; 
text-decoration: none;
}
a.headersmalllink:hover {
color: #A7640E;
}

/* ===== Misc/General Styles ===== */
HR.sepbar {
font-size: xx-small;
width: 100%;
height: 1px;
background: #999999;
border-width: 0px;
}

.errorMessage {
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: 0px;
font-size: 8pt;
font-weight: bold;
color: #A7640E;
}

.eventMessage {
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: 0px;
font-size: 8pt;
font-weight: bold;
color: #333366;
}

.ontab {
font-size: 8pt;
background: black;
padding: 2px;
border-style: inset;
border-width: 3px;
}

a.onlnk {
font-size: 8pt;
font-weight: bold;
color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
padding: 2px;
}

.offtab {
font-size: 10px;
background: #CCCCCC;
padding: 2px;
border-style: outset;
border-width: 3px;
}

a.offlnk {
font-size: 10px;
font-weight: bold;
color: #333366;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
padding: 2px;
}

a.offlnk:hover {
color: #A7640E;
}

.areaheader {
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
color: #FFFFFF;
width: 100%;
background: black;
padding: 2px;
}

.edittable {
border-color: #000000 #000000 #003333;
border-style: solid;
border-top-width: thin;
border-right-width: thin;
border-bottom-width: thin;
border-left-width: thin
}

.editInputBox {
font-size: 8pt;
background: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
background: white;
border: #999999 solid 1px;
margin: 2px;
}

.inputBox {
font-family: Verdana, Arial, Helvetica, sans-serif;
background: #FFFFFF;
font-size: 8pt;
background: white;
border: #999999 solid 1px;
margin: 2px;
}

.selectBox {
font-family: Verdana, Arial, Helvetica, sans-serif;
background: #FFFFFF;
font-size: 8pt;
background: white;
border: #999999 solid 1px;
margin: 2px;
}

.textAreaBox {
font-family: Verdana, Arial, Helvetica, sans-serif;
background: #FFFFFF;
font-size: 8pt;
background: white;
border: #999999 solid 1px;
margin: 2px;
}

.radioButton {
font-family: Verdana, Arial, Helvetica, sans-serif;
background: #FFFFFF;
font-size: 8pt;
}

.checkBox {
font-family: Verdana, Arial, Helvetica, sans-serif;
background: #FFFFFF;
font-size: 8pt;
}

.smallSubmit {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt;
font-weight: bold;
text-decoration: none;
color: #333366;
background: white;
border: #999999 solid 1px;
margin: 2px;
}

.mediumSubmit,.largeSubmit,.loginButton {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: bold;
text-decoration: none;
color: #333366;
background: white;
border: #999999 solid 1px;
margin: 2px;
}

.smallSubmit:hover,.mediumSubmit:hover,.largeSubmit:hover,.loginButton:hover {
color: #A7640E;
text-decoration: none;
}

.smallAltSubmit,.mediumAltSubmit,.largeAltSubmit {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt;
}

.basePrice {
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: black;
}

.normalPrice {
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: green;
}

.salePrice {
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #660000;
}

/* ===== Product Summary Styles ===== */
.product-prevnext {
text-align: right;
}

.productsummary-container {
position: relative;
margin-top: 10px;
margin-bottom: 5px;
border-top: #999 solid 1px;
}

.productsummary {
position: relative;
padding: 5px;
border-bottom: #999 solid 1px;
height: 60px;
}

.productsummary .smallimage {
float: left;
/* position: absolute; top: 5px; left: 5px; */
margin: 0px 5px 5px 0px;
}
.productsummary .smallimage img {

border: #FFFFFF solid 1px;
/*height: 50px;
*/
}

.productsummary .productbuy {
float: right;
width: 50%;
margin: 5px;
text-align: right;
}

.productsummary .productinfo {
/* margin-left: 60px; */
text-align: left;
}

/* ===== Product Detail Styles ===== */
#productdetail #download-files {
margin-top: 10px;
padding-top: 5px;
border-top: #999 solid 1px;
}

#productdetail #long-description {
margin-top: 10px;
padding-top: 5px;
border-top: #999 solid 1px;
}

#productdetail #reviews {
margin-top: 10px;
padding-top: 5px;
border-top: #999 solid 1px;
}

#productdetail #associated-products {
margin-top: 10px;
padding-top: 5px;
border-top: #999 solid 1px;
}

.lefthalf{
left:0;
width:49%;
height:1%;
margin:0% 1% 1% 0%;
float:left;
}
.righthalf {
float:right;
height:1%;
width:49%;
right:0;
margin:0 0 1% 1%;
}
.leftclear{
height:1%;
clear: left;
}
.bothclear{
height:1%;
clear: both;
}

.agreements {
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: 0px; 
font-size: 10pt;

}
.accepted {
color: green;	
}
.pending {
color: red;	
}

.POCheckPayment {
font-size: 10px;
font-family: Verdana;
color: red;
}

.filterlabletext {
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333366;
}

A.toplevelinktext {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
text-decoration: none;
color: #333366;
}

A.toplevelinktext:hover {
color: #A7640E;
text-decoration: none;
}

.tabletext2{
font-size: 10px;
text-decoration: none;
font-weight: bold;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #FF0000;
}
td.refinesearchheader{
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #00496C;
	background:#CDD7E1;
}
.EntitlementViewCancelled{
color: #FF0000;
}

.EntitlementViewExpired{
color: #FF0000;
}

.loginForPrice{
color: #FF0000; 	
}

.submitRequest{
color: #FF0000;
}
.BundleHyperLinks{
text-decoration: none;
}
.MedcomPartOfBundleMessage{
color: #FF0000;	
}
.MedcomProductSummarySelectBox{
width: 10px;
}
.RestrictedQuantityText{
color: #FF0000;	
}
.CompanyAccount{
background: #FFFFFF;
border-bottom: 1px solid #DDDDDD;
padding-top: 1px;
padding-bottom: 3px;
padding-right: 4px;
padding-left: 4px;
height:auto !important;
height:1%;
}

.Company-form-label {
font-size: 11px;
text-decoration: none;
font-weight: bold;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #1C4267;
}

.companyaccountinputBox {
font-family: Verdana, Arial, Helvetica, sans-serif;
background: #FFFFFF;
font-size: 8pt;
background: white;
border: none;
margin: 2px;
}
#ecom-mainarea .screenlet-body-companyaccount {
background: #CDD7E1;
/* width: 400px; */
padding: 4px;
height:auto !important;
height:1%
}
#ecom-mainarea .company-account-form-label {
float: left;
width: 140px;
text-align: right;
padding-top: 5px;
color: #1C4267;
font-size: 11px;
font-weight: bold;
font-family: Verdana
}
.CompanyAccountDetails {
	color: #1C4267;
	font-size: 11px;
	font-family: Verdana
}	

-----------------------------7d81f2230398
Content-Disposition: form-data; name="upload_file_type_bogus"

medium