﻿body
{
    margin: 0px 0px 0px 0px;
    font-family: Calibri;
    font-size: 12px;
    color: Black;
    font-weight: normal;
    background-color: #222222;
}

.font14
{
    font-size: 14px;
}

h1
{
    font-family: Verdana;
    font-size: 12pt;
    color: #d9b45b;
    font-weight: 600;
    text-align: center;
    font-style: italic;
}

img
{
    border-width: 0px;
    border-style: none;
}

.watermarks
{
    color: #8a8a8a;
}

.outside_wrapper
{
    width: 100%;
    clear: both;
    background-color: #f1e4c4;
    background-image: url('/images/kreg2/body_bg.jpg');
    background-repeat: repeat-x;
}

/***** BIG HEADER ***/
.big_header
{
    width: 1250px;
    height: 142px;
    background-image: url('/images/kreg2/big_header_bg.gif');
    background-repeat: repeat-x;
    clear: both;
    margin-left: auto;
    margin-right: auto;
}
.big_header .logo
{
    width: 300px;
    height: 142px;
    margin-left: 150px;
    background-image: url('/images/kreg2/logo.jpg');
    background-repeat: no-repeat;
    float: left;
}
.big_header .top_right_icon
{
    width: 132px;
    height: 142px;
    float: left;
}
.big_header .mid_top
{
    width: 668px;
    height: 142px;
    float: left;
    background-image: url('/images/kreg2/mid_top_bg.jpg');
    background-repeat: repeat-x;
}
.big_header .mid_top .status_bar
{
    width: 648px;
    height: 25px;
    padding-top: 52px;
    padding-right: 28px;
    text-align: right;
    color: white;
    font-family: Verdana;
    font-size: 10px;
    clear: both;
}
.big_header .mid_top .top_menu
{
    width: 653px;
    height: 23px;
    padding-top: 13px;
    margin-right: 15px;
    text-align: right;
    clear: both;
    font-family: Verdana;
    font-weight: bold;
    font-size: 11px;
    color: #464646;
}
.big_header .mid_top .top_menu a
{
    color: #464646;
    text-decoration: none;
}
/*** Middle ***/

.middle
{
    width: 1250px;
    min-height: 678px;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    background-image: url('/images/kreg2/middle_bg.gif');
    background-repeat: repeat-y;
    overflow: auto;
}

.middle .left_menu
{
    width: 150px;
    min-height: 678px;
    float: left;
    background-image: url('/images/kreg2/left_menu_bg.jpg');
    background-repeat: repeat-x;
}
.middle .left_curve
{
    width: 35px;
    min-height: 678px;
    float: left;
}
.middle .content
{
    width: 944px;
    min-height: 678px;
    padding-left: 25px;
    padding-right: 25px;
    float: left;
    background-color: #faf5e9;
    overflow: auto;
}
.middle .right_curve
{
    width: 71px;
    min-height: 678px;
    float: left;
}

/*** BIG BOTTOM *********/
.big_bottom_wrapper
{
    width: 100%;
    height: 85px;
    clear: both;
    background-image: url('/images/kreg2/bottom_bg.gif');
    background-repeat: repeat-x;
}
.big_bottom
{
    width: 1250px;
    height: 85px;
    clear: both;
    margin-left: auto;
    margin-right: auto;
}
.big_bottom .bot_left_corner
{
    width: 48px;
    height: 85px;
    margin-left: 150px;
    background-image: url('/images/kreg2/bot_left_corner.jpg');
    background-repeat: no-repeat;
    float: left;
}
.big_bottom .bot_mid
{
    width: 920px;
    height: 85px;
    float: left;
    background-image: url('/images/kreg2/bot_mid_bg.jpg');
    background-repeat: repeat-x;
}
.big_bottom .bot_mid .copyright
{
    text-align: center;
    padding-top: 20px;
}
.big_bottom .bot_mid .copyright a
{
    color: #464646;
    text-decoration: none;
}
.big_bottom .bot_right_corner
{
    width: 132px;
    height: 85px;
    float: left;
    background-image: url('/images/kreg2/bot_right_corner.jpg');
    background-repeat: no-repeat;
}
.bottom_filler
{
    clear: both;
    height: 75px;
    width: 100%;
    clear: both;
    background-image: url('/images/kreg2/filler_bg.gif');
    background-repeat: repeat-x;
}

/**************/

.mid_nav
{
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    width: 255px;
}

/****NAV ICONS**************/
.nav_button_item
{
    float: left;
    height: 151px;
    width: 95px;
    text-align: center;
    float: left;
}
.nav_button_item a
{
    display: block;
    width: 95px;
    height: 151px;
    text-decoration: none;
}
.nav_modify_order a
{
    background: url('/images/kreg2/nav_icons/btn_modifyOrder.jpg') top;
}
.nav_modify_order a:hover
{
    background: url('/images/kreg2/nav_icons/btn_modifyOrder-over.jpg') no-repeat bottom;
}


.nav_order_history a
{
    background: url('/images/kreg2/nav_icons/btn_orderHistory.jpg') top;
}
.nav_order_history a:hover
{
    background: url('/images/kreg2/nav_icons/btn_orderHistory-over.jpg') no-repeat bottom;
}

.nav_place_order a
{
    background: url('/images/kreg2/nav_icons/btn_placeOrder.jpg') top;
}
.nav_place_order a:hover
{
    background: url('/images/kreg2/nav_icons/btn_placeOrder-over.jpg') no-repeat bottom;
}

.nav_punch_methods_and_types a
{
    background: url('/images/kreg2/nav_icons/time.jpg') top;
}

.nav_punch_methods_and_types a:hover
{
    background: url('/images/kreg2/nav_icons/time_hover.jpg') no-repeat bottom;
}

.nav_employees a
{
    background: url('/images/kreg2/nav_icons/employees.jpg') top;
}

.nav_employees a:hover
{
    background: url('/images/kreg2/nav_icons/employees_hover.jpg') no-repeat bottom;
}

.nav_shifts a
{
    background: url('/images/kreg2/nav_icons/shifts.jpg') top;
}

.nav_shifts a:hover
{
    background: url('/images/kreg2/nav_icons/shifts_hover.jpg') no-repeat bottom;
}

.nav_customer_reports a
{
    background: url('/images/kreg2/nav_icons/customerReports.jpg') top;
}

.nav_customer_reports a:hover
{
    background: url('/images/kreg2/nav_icons/customerReports_hover.jpg') no-repeat bottom;
}

.nav_onlineOrdering a
{
    background: url('/images/kreg2/nav_icons/btn_onlineOrdering.jpg') top;
}
.nav_onlineOrdering a:hover
{
    background: url('/images/kreg2/nav_icons/btn_onlineOrdering-over.jpg')  no-repeat bottom;
}
.nav_engineering a
{
    background: url('/images/kreg2/nav_icons/engineering.jpg') top;
}

.nav_engineering a:hover
{
    background: url('/images/kreg2/nav_icons/engineering_hover.jpg') no-repeat bottom;
}

.nav_hr a
{
    background: url('/images/kreg2/nav_icons/hr.jpg') top;
}

.nav_hr a:hover
{
    background: url('/images/kreg2/nav_icons/hr_hover.jpg') no-repeat bottom;
}

.nav_admin a
{
    background: url('/images/kreg2/nav_icons/admintools.jpg') top;
}

.nav_admin a:hover
{
    background: url('/images/kreg2/nav_icons/admintools_hover.jpg') no-repeat bottom;
}

.nav_ta a
{
    background: url('/images/kreg2/nav_icons/ta.jpg') top;
}
.nav_ta a:hover
{
    background: url('/images/kreg2/nav_icons/ta_hover.jpg') no-repeat bottom;
}

.nav_cust_asset_report a
{
    background: url('/images/kreg2/nav_icons/equipmentinuse1.jpg') top;
}
.nav_cust_asset_report a:hover
{
    background: url('/images/kreg2/nav_icons/equipmentinuse1_hover.jpg') no-repeat bottom;
}

.nav_patient_activity_report_button a
{
    background: url('/images/kreg2/nav_icons/patientActivity.jpg') top;
}
.nav_patient_activity_report_button a:hover
{
    background: url('/images/kreg2/nav_icons/patientActivity_hover.jpg') no-repeat bottom;
}

.nav_item_list a
{
    background: url('/images/kreg2/nav_icons/itemlist.jpg') top;
}
.nav_item_list a:hover
{
    background: url('/images/kreg2/nav_icons/itemlist_hover.jpg') no-repeat bottom;
}

.nav_item_lookup a
{
    background: url('/images/kreg2/nav_icons/itemlookup.jpg') top;
}
.nav_item_lookup a:hover
{
    background: url('/images/kreg2/nav_icons/itemlookup_hover.jpg') no-repeat bottom;
}

.nav_customer_numbers a
{
    background: url('/images/kreg2/nav_icons/customernumber.jpg') top;
}
.nav_customer_numbers a:hover
{
    background: url('/images/kreg2/nav_icons/customernumber_hover.jpg') no-repeat bottom;
}

.nav_web_services a
{
    background: url('/images/kreg2/nav_icons/webservices.jpg') top;
}
.nav_web_services a:hover
{
    background: url('/images/kreg2/nav_icons/webservices_hover.jpg') no-repeat bottom;
}

.nav_security_key a
{
    background: url('/images/kreg2/nav_icons/securitykey.jpg') top;
}
.nav_security_key a:hover
{
    background: url('/images/kreg2/nav_icons/securitykey_hover.jpg') no-repeat bottom;
}

.nav_days_off a
{
    background: url('/images/kreg2/nav_icons/daysoff.jpg') top;
}
.nav_days_off a:hover
{
    background: url('/images/kreg2/nav_icons/daysoff_hover.jpg') no-repeat bottom;
}

.nav_departments a
{
    background: url('/images/kreg2/nav_icons/departments.jpg') top;
}
.nav_departments a:hover
{
    background: url('/images/kreg2/nav_icons/departments_hover.jpg') no-repeat bottom;
}

.nav_department_managers a
{
    background: url('/images/kreg2/nav_icons/department_managers.jpg') top;
}
.nav_department_managers a:hover
{
    background: url('/images/kreg2/nav_icons/department_managers_hover.jpg') no-repeat bottom;
}

.nav_open_order a
{
    background: url('/images/kreg2/nav_icons/openorder.jpg') top;
}
.nav_open_order a:hover
{
    background: url('/images/kreg2/nav_icons/openorder_hover.jpg') no-repeat bottom;
}

.nav_invoice_summary a
{
    background: url('/images/kreg2/nav_icons/invoice.jpg') top;
}
.nav_invoice_summary a:hover
{
    background: url('/images/kreg2/nav_icons/invoice_hover.jpg') no-repeat bottom;
}

.nav_customer_rental a
{
    background: url('/images/kreg2/nav_icons/customer-rental.jpg') top;
}
.nav_customer_rental a:hover
{
    background: url('/images/kreg2/nav_icons/customer-rental_hover.jpg') no-repeat bottom;
}

.td_right
{
    text-align: right;
}

.right
{
    text-align: right;
}
.center
{
    text-align: center;
}
.left
{
    text-align: left;
}
.border_right
{
    border-right: 1px solid black;
}
.border_left
{
    border-left: 1px solid black;
}
ul.product-list
{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
li.product-item
{
    float: left;
    color: #d9b45b;
    font-size: 12px;
    font-family: Arial;
    background: #464646;
    display: block;
    width: 198px;
    height: 228px;
    border: 1px solid #e4c783;
    padding: 20px;
    margin: 10px 35px;
}
li.product-item.last
{
    margin-right: 0px;
}
.product-img
{
    border: 1px solid #e4c783;
    width: 198px;
    height: 158px;
    overflow: hidden;
    background: #fff;
    line-height: 158px;
}
.product-img img
{
    width: 198px;
}
.product-name
{
    color: #d9b45b;
    padding: 15px 0px;
    text-align: center;
    font-weight: bold;
    font-style: italic;
}
.clear
{
    clear: both;
}
.product-item input.product-qty
{
    float: left;
}
.product-item input.btnAddToCart
{
    margin:auto;
}
input.product-qty
{
    background-image: url(/images/buttons/txtBg.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    width: 40px;
    height: 20px;
    padding: 5px;
}
input.btnAddNewRecord,a.btnAddNewRecord
{
    cursor: pointer;
    border: none;
    background-image: url(/images/buttons/btnAddNewRecord.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-color: transparent;
    display: block;
    width: 142px;
    height: 32px;
}
input.btnAddToCart
{
    cursor: pointer;
    border: none;
    background-image: url(/images/buttons/btnAddToCart.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-color: transparent;
    display: block;
    width: 142px;
    height: 32px;
}
.tac
{
    text-align: center;
}
.page-title
{
    text-align: center;
    color: #d9b45b;
    font-size: 18pt;
    font-weight: bold;
    font-style:italic;
}
.cart-item
{
    font-size: 13px;
    color: #464646;
    float: right;
}
input.btnContinue
{
    cursor: pointer;
    border: none;
    background-image: url(/images/buttons/btnContinue.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-color: transparent;
    display: block;
    width: 142px;
    height: 32px;
}
input.btnCheckout
{
    cursor: pointer;
    border: none;
    background-image: url(/images/buttons/btnCheckout.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-color: transparent;
    display: block;
    width: 142px;
    height: 32px;
}
input.btnBack,a.btnBack
{
    cursor: pointer;
    border: none;
    background-image: url(/images/buttons/btnBack.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-color: transparent;
    display: block;
    width: 142px;
    height: 32px;
}
input.btnSubmitOrder
{
    cursor: pointer;
    border: none;
    background-image: url(/images/buttons/btnSubmitOrder.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-color: transparent;
    display: block;
    width: 142px;
    height: 32px;
}
input.btnAddAdditional
{
    cursor: pointer;
    border: none;
    background-image: url(/images/buttons/btnAddAdditional.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-color: transparent;
    display: block;
    width: 142px;
    height: 32px;
}
.btnBlackStyle
{  
    text-shadow: #000 -1px -1px 0px;
    color:#fff;
    font-size:12px;
    line-height:30px;
    text-align:center;
    text-decoration:none;
    text-transform:uppercase;
    font-family:Arial;
    cursor: pointer;
    border: none;
    background-image: url(/images/buttons/btnBg.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-color: transparent;
    display: block;
    width: 142px;
    height: 32px;
}
table.shopping-cart-gird
{
    width: 100%;
}
table.shopping-cart-gird th
{
    height: 20px;
    padding: 5px 20px;
    text-align: left;
    background: #464646;
    color: #fff;
}
table.shopping-cart-gird tr td
{
    height: 20px;
    padding: 5px 20px;
    background-color: #ebebeb;
}
table.shopping-cart-gird tr.alt td
{
    background-color: #faf5e9;
}
table.shopping-cart-gird tr td a
{
    text-decoration: underline;
    color: #d9b45b;
}
.fieldname
{
    display: inline-block;
    width: 110px;
    font-weight:bold;
    color:#464646;
}
.float-left
{
    float: left;
}
.vat
{
    vertical-align:top;
}
.float-right
{
    float: right;
}
.checkbox-list *
{
    margin: 0px 5px 0px 0px;
    padding: 0px;
    vertical-align: middle;
}
.list-item
{
    padding: 0px 0px 5px 0px;
}
.orange-line
{
    border-bottom:1px dotted #e4c783;
    height:1;
    margin:0px;
    padding:0px;
}
.summary-left
{
    width:460px;
    float:left;
}
.summary-right
{
    width:460px;
    float:left;
}
.buttons 
{   white-space:nowrap;
   padding-left:458px;
    text-align:right;
}
.buttons input
{
   float:left;
   margin-left:20px;
}
div.field
{
    padding:5px 0px;
}
div.field .vat
{
    vertical-align:top;
}
div.field *
{
    vertical-align:middle;
}

input.text-style,textarea.text-style,select.text-style
{
    padding:0px 3px;
    border: 1px solid #ccc!important;
width:212px;
height:18px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

background: #ececec;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ececec), to(#fefefe));
background: -webkit-linear-gradient(#ececec, #fefefe);
background: -moz-linear-gradient(#ececec, #fefefe);
background: -ms-linear-gradient(#ececec, #fefefe);
background: -o-linear-gradient(#ececec, #fefefe);
background: linear-gradient(#ececec, #fefefe);
-pie-background: linear-gradient(#ececec, #fefefe);
behavior: url(/css/PIE.htc);
}
select.text-style
{
    width:218px;
    padding:3px;
    height:23px;
}
.div-contact
{
    font-size: 13px;
    padding: 5px 0px;
    display: block;
    font-weight: bold;
    color:Red;
}