/*
@import(standard_reset.css);

 Base Tag Definitions 

html, body {
    height: 100%;
}

body {
    margin: 0;
    background-color: white;
    background-image: url(../img/tmp/bg-fade.gif);
    background-repeat: repeat-x;
    background-position: bottom left;
    background-attachment: fixed;
}


*/

h1, h2, h3, h4, h5, h6, p, a, dl, dt, dd, li, address, label, td, th, legend {
    font-size: 12px;
    font-family: trebuchet, arial, sans-serif;
    padding: 0;
    margin: 0;
    font-style: normal;
}

legend {
    padding: 0 4px;
}

dt {
    margin-top: 12px;
    font-weight: bold;
}

dd {
    color: #696969;
}

h1 {
    font-size: 18px;
    margin-bottom: 16px;
}

a img {
    border: 0;
}

table {
    border-spacing: 0;
}

input, select {
    border: 1px solid #696969;
}
/* Column and Layout Definitions */

#sticky_footer_wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -94px;
    background-image: url(../img/tmp/stripe_top.gif);
    background-repeat: repeat-x;
    background-location: top left;
}

#sticky_footer_push {
    height: 92px;
    margin: 0;
}

#container {
    width: 914px;
    margin: 0px auto;
}

#header_pane {
    float: left;
    width: 914px;
}

#navigation_pane {
    float: left;
    clear: left;
    width: 285px;
    margin: 35px 21px 0 0;
}

#page_content_pane {
    width: 608px;
    float: left;
    margin: -10px 0 35px 0;
}

#footer_pane {
    clear: left;
    width: 100%;
    border-top: 2px solid #4d4b4c;
    background-color: #696969;
    height: 92px;
}

#preload {
    display: none;
}

/* Header Content */

#peak_logo {
    padding: 8px 0 0 0;
    float: left;
}

#core_navigation {
    float: right;
    margin: 10px 5px 0 0;
}

#core_navigation li {
    display: inline;
    padding: 0 0 0 20px;
}

#core_navigation li a {
    color: white;
    text-decoration: none;
}

#search_pane {
    float: right;
    clear: right;
    height: 34px;
    width: 180px;
    margin: 3px 0 0 0;
    border: 1px solid #d5d5d5;
    border-top-width: 0;
    background-color: #696969;
}

#search_pane form {
    margin: 7px 0 0 7px;
}

#search_box {
    width: 145px;
    height: 17px;
    border: 0;
    background-color: transparent;
    background-image: url(../img/tmp/search_box.gif);
    vertical-align: middle;
}

#search_button {
    vertical-align: middle;
}

#icon_pane {
    float: right;
    clear: left;
    margin-top: -55px;
}

#icon_pane img {
    float: left;
}

#shopping_bag {
    margin: 10px 12px 0 30px;
}

#icon_links {
    float: left;
    width: 110px;
    margin-top: -4px;
}

#icon_links p {
    text-align: right;
    color: #4a4a4a;
    font-weight: bold;
}

#icon_links a {
    color: #65838f;
    font-weight: normal;
}

p#shopping_bag_link {
    text-align: left;
    margin: 10px 0 0 -5px;
}

/* Catalog Navigation Block Styles */

a.navigation_item {
    float: left;
    height: 101px;
    width: 286px;
    margin: 0 0 9px 0;
    background-position: 0 px;
}

a.navigation_item:hover {
    background-position: 0 -101px;
}

#nav_fall_protection {background-image: url(../img/nav/fp.jpg);}
#nav_safety_nets {background-image: url(../img/nav/nets.jpg);}
#nav_hoists {background-image: url(../img/nav/hoists.jpg);}
#nav_slings {background-image: url(../img/nav/slings.jpg);}
#nav_chains {background-image: url(../img/nav/chain.jpg);}

a.navigation_item_admin {
    float: left;
    height: 100px;
    width: 286px;
    margin: 0 0 9px 0;
    background-color: white;
    background-image: url(../img/tmp/nav_item_bg.gif);
    background-repeat: no-repeat;
    background-position: bottom left;
    color: black;
    text-decoration: none;
}

.navigation_icon {
    padding: 0 6px 0 0;
    float: left;
}

.navigation_title {
    padding: 2px 0 0 0;
}

/* Footer Styles */

#colophon {
    display: block;
    width: 918px;
    margin: 10px auto 0;
}

#colophon p {
    color: #cecece;
    float: left;
}

#colophon p a {
    color: #cecece;
    text-decoration: none;
}

p#footer_address {
    float: right;
    text-align: right;
}

/* Content Styles Common */

.content_space {
    margin: 0 1px;
    width: 604px;
    float: left;
    border: 1px solid #696969;
    background-color: white;
}

.content_space h1 {
    font-weight: normal;
    margin: 12px 0 12px 20px;
}

.content_space address {
    margin: 12px 0 12px 20px;
    float: left;
}

.content_space table {
    width: 580px;
    margin: 0 auto;
}

.content_space th p {
    color: #65838f;
    font-weight: normal;
}

.content_space table a {
    color: #65838f;
}

.content_space table td p {
    text-align: center;
}

.content_space table td p.l {
    text-align: left;
    text-indent: -12px;
    padding-left: 12px;
}

.content_space_half_col {
    width: 278px;
    float: left;
    margin: 12px;
}

.content_space h4 {
    background-color: #696969;
    color: white;
    padding: 4px 8px;
    margin: 12px 12px 0 12px;
    clear: left;
}

.content_space_half_col h4 {
    margin: 12px 0 0 0;
}

.content_space_half_col input, .content_space_half_col select {
    border: 1px solid #696969;
    margin-bottom: 4px;
}

.content_space_half_col p {
    color: #696969;
    margin: 4px 12px 8px 12px;
    font-size: 11px;
}

.content_space_half_col p a {
    color: #65838f;
}

.content_space_half_col address {
    margin: 0 0 0 12px;
}

.no_form  p {
    font-size: 12px;
    margin: 4px 12px 4px 20px;
    float: left;
    color: black;
}

.content_space_half_col label {
    padding-bottom: 4px;
    width: 110px;
    float: left;
    clear: left;
    margin-left: 12px;
}

.cshf_footer {
    margin-top: 24px;
}

.content_space .btn_lg {
    margin: 12px;
    float: right;
}

.content_space_half_col .btn_med_g {
    float: right;
    margin-top: 20px;
}

.content_space_half_col .btn_lg_g {
    clear: right;
    float: right;
}

.content_space_half_col .btn_lg_g {
    clear: right;
    float: right;
    margin-top: 48px;
}

#state_select_box {
    width: 120px;
}

#zip_text_box {
    width: 70px;
}

.start_midpage {
    clear: both;
}

.cshc_no_note {
    margin-top: 30px;
}

.span-2 {
    display: block;
    width: 608px;
    background-color: transparent;
}

.span-1 {
    float: left;
    margin: 11px 0  0;
    width: 296px;
    display: block;
    background-image: url(../img/tmp/span-1-bg.gif);
    background-position: bottom;
    background-color: white;
}

.span-1-left {
    margin-right: 16px;
}

.header-2 {
    width: 608px;
    height: 41px;
    margin: 24px auto 2px;
/*    float: left; */
}

.header-1 {
    width: 296px;
    height: 43px;
    margin: 0;
    text-align: right;
    float: left;
}

.header-1 a {
    display: block;
    padding: 12px 20px 0 0;
    color: white;
    font-size: 11px;
    font-family: arial, sans-serif;
}

.listing_header_full {
    width: 600px;
    height: 24px;
    background-color: #696969;
    color: white;
    font-family: arial, sans-serif;
    font-weight: bold;
    padding-top: 8px;
    padding-left: 8px;
}

a.btn_sm {
    display: block;
    width: 54px;
    height: 19px;
    background-image: url(../img/tmp/btn-sm.gif);
    text-align: center;    
    text-decoration: none;
    color: white;
    padding-top: 1px;
    font-size: 11px;
    font-family: arial, sans-serif;
    font-weight: bold;
}


a.btn_med {
    display: block;
    width: 86px;
    height: 19px;
    background-image: url(../img/tmp/btn-med.gif);
    text-align: center;    
    text-decoration: none;
    color: white;
    padding-top: 1px;
    font-size: 11px;
    font-family: arial, sans-serif;
    font-weight: bold;
}

a.btn_lg {
    display: block;
    width: 126px;
    height: 26px;
    background-image: url(../img/tmp/btn-lg.gif);
    text-align: center;    
    text-decoration: none;
    color: white;
    padding-top: 6px;
    font-size: 13px;
    font-family: arial, sans-serif;
    font-weight: bold;
}

a.cl_first {
    display: block;
    width: 21px;
    height: 21px;
    background-image: url(../img/tmp/btn_fst_pg.gif);
    float: right;
    margin: 0 6px;
}

a.cl_next {
    display: block;
    width: 21px;
    height: 21px;
    background-image: url(../img/tmp/btn_nxt_pg.gif);
    float: right;
    margin: 0 6px;
}

a.cl_prv {
    display: block;
    width: 21px;
    height: 21px;
    background-image: url(../img/tmp/btn_prv_pg.gif);
    float: right;
    margin: 0 6px;
}

a.cl_last {
    display: block;
    width: 21px;
    height: 21px;
    background-image: url(../img/tmp/btn_lst_pg.gif);
    float: right;
    margin: 0 6px;
}

a.btn_lg_g {
    display: block;
    width: 138px;
    height: 25px;
    background-image: url(../img/tmp/btn-lg-g.png);
    text-align: center;    
    text-decoration: none;
    color: black;
    padding-top: 10px;
    font-size: 13px;
    font-family: arial, sans-serif;
    font-weight: normal;
}

a.btn_med_g {
    display: block;
    width: 100px;
    height: 25px;
    background-image: url(../img/tmp/btn-med-g.png);
    text-align: center;    
    text-decoration: none;
    color: black;
    padding-top: 10px;
    font-size: 14px;
    font-family: arial, sans-serif;
    font-weight: normal;
}

a.btn_sm_g {
    display: block;
    width: 83px;
    height: 22px;
    padding: 8px 0;
    background-image: url(../img/tmp/btn-sm-g.png);
    text-align: center;    
    text-decoration: none;
    color: black;
}

#bread {
    margin: 0 0 6px;
/*    clear:left; */
}

#bread ul {
    padding: 0;
    display: inline;
} 

#bread ul li {
    padding-left: .25em;
    list-style: none;
    display: inline;
}

#bread ul li:before {
    content: "\0020 \0020 \0020 \0020 \0020";
    color: black;
}

#bread ul li.first {
    padding-left: 1px;
}

#bread ul li.first:before {
    content: " ";
}

#bread ul li a {
    text-decoration: none;
    color: black;
}

.result_page_control {
    width: 598px;
    margin: 8px 0 8px 4px;
    clear: right;
    float: left;
}

.result_page_control p {
    float: left;
    margin: 0;
}

.result_page_control p a {
    color: #65838f;
}

.result_page_control ul {
    float: right;
    margin: 2px 3px 0 0;
    padding-left: 0;
    display: inline;
    border: none;
}

.result_page_control ul li a {
    text-decoration: none;
    color: #65838f;
}

.result_page_control ul li {
    padding: 0 6px 0;
    list-style: none;
    display: inline;
    font-family: arial, san-serif;
    border-left: 1px solid black;
}

.result_page_control ul li.first {
    border-width: 0;
}

.promo_link {
    float: left;
    color: #65838f;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    margin-top: 10px;
vertical-align: middle;
}

.promo_link img {
    padding: 0 6px 0 12px;
vertical-align: middle;
margin-top: -2px;
}

/* tr.row_highlight is for highlighting alternate rows against white bg. */
tr.row_highlight td {
    background-color:  #eeeeee;
}

/* =CMS Styles for CMS generated content */
#cms h1 {
    float: left;
    font-weight: normal;
    margin: 24px 1px 24px 1px;
    font-size: 24px;
}

.peak_supply_company_name {
    font-weight: bold;
    color: #65838f;
}

#cms p {
    clear: left;
    float: left;
    padding-bottom: 18px;
    margin: 0 1px;
    color: #696969;
}

/* Content Styles Unique */
/* =HP Home Page Styles */

#hp_banner_button_pane {
    width: 291px;
    height: 21px;
    background-image: url(../img/tmp/banner_topper.gif);
}

#hp_banner_button_pane img {
    margin: 3px 3px 0 0;
}

#hp_banner_button_pane img#first_bnr_btn {
    margin-left: 3px;
}

.hp_span-1 {
    height: 324px;
}

#hp_featured_products_pane .header-1 {
    background-image: url(../img/headers/header_featured_products.gif);
}

#hp_featured_products_pane h3 {
    margin: 17px 16px -10PX 16px;
    line-height: 16px;
    font-size: 10px;
    font-family: arial, sans-serif;
    font-weight: bold;
}

#hp_featured_products_pane p {
    margin: 17px 16px 0 16px;
    line-height: 20px;
}

#hp_featured_photo {
    border: 1px solid #434343;
    background-color: #696969;
    margin: 0 auto;
    margin-top: 65px;
    width: 264px;
    height: 110px;
    text-align: center;
}

#hp_featured_photo img {
    padding-top: 10px;
}

#hp_peak_products_pane .header-1 {
    background-image: url(../img/headers/header_peak_products.gif);
}

.hp_span-1 .btn_sm {
    float: right;
    margin: -17px 14px 0 0;
}

.hp_peak_prod {
    height: 22px;
    clear: left;
    background-color: transparent;
    padding-top: 6px;
    padding-left: 6px;
    margin: 0 0 0 0;
    color: #404040;
    overflow: hidden;
	line-height:20px;
}

.hp_peak_prod p {
    float: left;
}

.ppn_n {
    clear: left;
}

.ppn_c {
width: 180px;
margin-left: 8px;
}

.hp_peak_prod_even {
    background-color: #b1b1b1;
}

.hp_peak_prod .btn_sm {
    margin-top: 0;
}

/* =CL Category List */

.cl_subcategory_pane {
    border: 1px solid #696969;
    margin: 0 1px 8px;
    background-color: white;
    float: left;
}

.cl_subcategory_icon {
    float: left;
    padding: 8px;
}

.cl_subcategory_copy {
    width: 370px;
    float: left;
    margin-top: 2px;
}

.cl_subcategory_copy p {
    padding: 3px 0 0 10px;
}

.cl_subcategory_pane h4 {
    font-weight: bold;
    color: #65838f;
    padding: 3px 0 0 10px;
}

.cl_subcategory_pane .btn_med_g {
    float: right;
    margin-top: 70px;
    margin-right: 15px;
}

.cl_subcategory_pane .promo_link {

}

/* =PL Product List */

#pl_list_headers {
    float: left;
    width: 608px;
}

#pl_list_headers h3 {
    height: 24px;
    background-color: #696969;
    color: white;
    font-family: arial, sans-serif;
    font-weight: bold;
    padding-top: 8px;
    padding-left: 8px;
    text-align: center;
    float: left;
}

.pl_list_col_Product {
    width: 110px;
    clear: left;
    float: left;
}

.pl_list_col_Manufacturer {
    width: 102px;
    float: left;
    padding-left: 8px;
padding-top: 6px;
}

.pl_list_col_Description {
    width: 360px;
    float: left;
    padding-left: 8px;
padding-top: 6px;
	margin-bottom:20px;
}

.pl_list_col_Type {
    width: 77px;
    float: left;
    padding-left: 8px;
}

.pl_list_col_Price {
    width: 110px;
    float: left;
    padding-left: 8px;
}

.cl_subcategory_description {
	margin-bottom:20px;
}

.pl_product_pane {
    border: 1px solid #696969;
    margin: 0 0 8px 0;
    background-color: white;
    float: left;
    width: 608px;
}

.pl_product_icon {
    padding: 22px 12px 0;
}

.pl_list_col_Manufacturer h1 {
    padding-top: 14px;
    font-size: 12px;
    font-size: 14px;
}

.pl_product_pane .pl_list_col_Type {
    width: 75px;
}

.pl_product_pane .pl_list_col_Price {
    width: 110px;
}

.pl_product_Type {
    padding-top: 14px;
    font-size: 14px;
    font-weight: bold;
}

.pl_list_col_Price p {
    font-size: 22px;
    font-weight: bold;
    color: #65838f;
    padding: 14px 0;
}

.pl_list_col_Price a {
    float: left;
    margin: 4px 0 0 -8px;
}

.pl_product_pane .promo_link {
    display: block;
    margin-left: 0;
    padding-bottom: 12px;
}

/* =PD Product Details */

#pd_photo_pane {
    width: 210px;
    float: left;
    margin: 0 20px 0 0;
}

#pd_copy_pane {
    width: 368px;
    float: left;
}

.pd_related_product_pane {
    clear: both;
    padding: 6px 0;
}

#pd_thumbnails img {
    float: left;
    margin: 8px 9px 8px 1px;
    width: 60px;
}

#pd_thumbnails a:hover img {
    border: 1px solid #587774;
    margin: 7px 8px 7px 0;
    width: 60px;
}

#pd_thumbnails img.last {
    padding-right: 0;
}

#pd_photo_pane h3 {
    clear: left;
    width: 202px;
    background-color: #696969;
    color: white;
    font-size: 13px;
    font-family: arial, sans-serif;
    padding: 4px;
}

.pd_related_product_pane img {
    float: left;
    padding: 0 0 0 0;
    width: 40px;
    padding: 0 6px 4px;
}

.pd_related_product_pane p {
    padding-top: 10px;
}

.pd_related_product_pane a.btn_sm_g {
    float: right;
}

#pd_copy_pane #pd_product_price {
    font-size: 18px;
    margin-bottom: 16px;
    color: black;
    font-weight: bold;
}

#pd_copy_pane .btn_lg_g {
    float: left;
}

#pd_copy_pane .listing_header_full {
    width: 368px;
    margin-top: 76px;
}

#pd_copy_pane .btn_lg {
    float: left;
}

/* =CO Check Out */

#step_name_list , #step_number_list {
/*    clear: left;
    float: left; */
    margin: 0;
    margin-left: 1px;
    padding: 0;
	height:39px;
}

#step_name_list li, #step_number_list li {
    display: block;
    float: left;
    width: 151px;
    text-align: center;
}

#step_name_list li {
    padding: 8px 0;
}

#step_name_list li a {
    color: #65838f;
}

#step_number_list li {
    font-size: 14px;
    line-height: 26px;
    font-weight: bold;
    visibility: hidden;
    padding: 4px 0;
    color: #696969;
}

#checkout_step_1 #step_1, 
#checkout_step_2 #step_2, 
#checkout_step_3 #step_3, 
#checkout_step_4 #step_4 {
    visibility: visible;
}

#checkout_step_1 #my_cart, 
#checkout_step_2 #customer_details, 
#checkout_step_3 #billing_information, 
#checkout_step_4 #thank_you {
    font-size: 14px;
    line-height: 26px;
    font-weight: bold;
    padding: 4px 0;
    background-color: #696969;
    color: white;
}

/* =SB Shopping Bag */

#sb_pt_head {
    border: 0 solid #696969;
    border-bottom-width: 1px;
}

#sb_pt_head p {
    color: #65838f;
    font-weight: normal;
    text-align: center;
}

.sb_pt_product {
    width: 330px;
}

.sb_pt_price, .sb_pt_quantity {
    width: 80px;
text-align: center;
}

.sb_pt_total {
    width: 80px;
}

.sb_pt_product input {
    float: left;
    margin: 53px 12px 0;
}

.sb_pt_product img {
    padding: 8px 0;
    float: left;
}

td.sb_pt_product p {
    float: left;
    padding: 36px 0 0 8px;
}

td.sb_pt_price p {
text-align: center;
}

.sb_pt_price_times {
    margin-top: -18px;
    padding-right: 14px;
}

.sb_pt_quantity input {
    border: 1px solid #696969;
    text-align: center;
    width: 40px;
    margin: 0;
}

td.sb_pt_total p {
    padding: 0;
}

.sb_pt_total_equal {
    padding: 0 10px 0 0;
float: left;
}

#sb_cart_controls .btn_lg {
    float: left;
    margin: 12px 0 0 12px;
}

#sb_cart_controls_btns {
    float: right;
    clear: right;
    margin: 12px;
}

#sb_cart_controls .btn_lg_g {
    float: left;
    margin-left: 12px;
}

#sb_cart_subtotal {
    float: right;
}

#sb_cart_subtotal p {
    float: left;
    margin-top: 8px;
}

#sb_cart_controls input {
    width: 100px;
    height: 24px;
    border: 1px solid #696969;
    margin: 0 12px 0 6px;
    text-align: center;
    font-size: 14px;
    padding-top: 6px;
}

/* =BI Billing Information */

.bi_list {
    width: 580px;
    margin: 12px;
    clear: left;
    padding-top: 24px;
}

.bi_list td {
    padding-left: 12px;
    float: left;
}

#bi_thawte_tag_sm {
    width: 30px;
    float: right;
    margin-right: 100px;
    margin-top: -12px;
}

#bi_subtotal_pane {
    width: 240px;
    float: right;
    margin: 24px 0;
}

#bi_subtotal_pane p {
    color: #696969;
    float: left;
    width: 80px;
}

#bi_subtotal_total p {
    color: black;
    font-weight: bold;
}

/* =TY Thank You */

#ty_order_info {
    margin: 12px 20px 12px 20px;
    float: right;
    width: 140px;
}

#ty_order_info p {
    width: 70px;
    float: left;
}

/* =PTY Printable Receipt */

#pty_body {
    background-image: none;
    background-color: white;
}

#pty_body  .content_space {
    border: 0 solid white;
}

/* =MA My Account */

#ma_order_table, #ma_ot_head {
    width: 100%;
}

#ma_ot_head p {
    color: #65838f;
    font-weight: normal;
    text-align: center;
}

#ma_order_table a {
    color: #65838f;
}

#ma_order_table p {
    text-align: center;
}

.ma_ot_order {width: 64px;}
.ma_ot_date {width: 90px;}
.ma_ot_quantity {width: 150px;}
.ma_ot_status {width: 150px;}
.ma_ot_price {width: 150px;}

/* =AS Search Form */

#as_label_pane {
    width: 130px;
    float: left;
    margin: 30px 12px 0 12px;
}

#as_label_pane p {
    margin: 4px 0 12px;
}

#as_form_pane {
    float: left;
    margin-top: 30px;
}

.as_field {
    float: left;
    clear: left;
    margin: 4px;
}

.as_price_boxes {
    width: 50px;
    margin: 0 12px;
}

#as_form .btn_lg_g {
    clear: left;
    margin-left: 300px;
    margin-bottom: 12px;
}

/* =SR Search Results */

#admin_search_pane {
float: right;
margin: 4px 1px;
}

#admin_search_pane label {
    margin-right: 12px;
    vertical-align: middle;
}
#admin_search {
    vertical-align: middle;
}

.admin_view_link {
display: block;
color: white;
float: right;
}

#admin_search_button {
    vertical-align: middle;
}

/* =MO */

#mo_date_control {
margin: 12px 16px 0;
}

#mo_date_control p, #mo_date_control select {
display: inline;
}

#mo_dc_from {
margin-left: 8px;
}
#mo_dc_to {
margin: 0 8px;
}

#mo_date_control select {
width: 70px;
}

#mo_pane table {
    margin-top: 12px;
    margin-bottom: 12px;
}

/* Admin Common */

#admin_export_link {
    text-decoration: none;
    width: 100px;
    padding: 0 6px 0 12px;
}

#admin_export_link img {
    padding-left: 10px;
    vertical-align: middle;
    padding-bottom: 1px;
}

.remove_link {
    color: #65838f;
}

#fck_editor {
    width: 550px;
    margin: 24px;
}

/* =CD */

#cd_user_pane p {
    float: left;
    width: 86px;
    color: black;
}

#cd_user_pane .btn_med_g {
    margin-top: 12px;
}

/* =CL */

#cl_pane table {
    clear: left;
}

#cl_pane table th {
    background-color: #696969;
    padding: 4px 0 4px 8px;
    text-align: left;
}

#cl_pane table th a {
    color: white;
    text-decoration: none;
}

#cl_pane table td .btn_lg {
    color: white;
}

#cl_pane table td p {
    text-align: left;
    padding-left: 8px;
}

.cl_list_contact td {
    padding-bottom: 8px;
}

.cl_list_contact td p {
    color: #65838f;
}

/* =MC */

#mc_pane table, #cl_pane table {
    margin-top: 12px;
    margin-bottom: 12px;
}

#mc_pane table th {
    text-align: left;
}

.mc_subcategory_lev_1 {
    padding-left: 24px;
}

.mc_subcategory_lev_2 {
    padding-left: 48px;
}

.mc_icon, .mc_icon p {
    text-align: center;
}

.mc_icon img {
padding: 4px 8px 2px;
}

.mc_subcategory_lev_1 p {
    font-weight: bold;
    margin-left: 0;
}

#mc_pane table td p {
    text-align: left;
    padding-left: 6px;
}

/* =MP */

#mp_cat_links {
    text-align: right;
}

#mp_cat_links a {
    padding: 2px 4px;
}

/* =APR */

#apr_pane table {
    margin-bottom: 12px;
}

#apr_pane table td.mpr_title p {
    text-align: left;
    padding-left: 12px;
}

#apr_pane table td {
    text-align: center;
}

/* =MPR */

#mpr_promo_details div {
    margin: 12px;
    float: left;
    clear: left;
}

#mpr_promo_details label {
    width: 100px;
    display: block;
    float: left;
    vertical-align: top;
    padding: 2px 0 0;
}

#mpr_promo_details input {
    width: 220px;
}

#mpr_promo_details select {
    width: 100px;
}

#mpr_promo_details textarea {
    width: 220px;
    border: 1px solid #696969;
}

#mpr_promo_details {
    width: 350px;
    float: left;
}

#mpr_promo_products {
    width: 240px;
    float: right;
    text-align: right;
}

#mpr_promo_products select {
    width: 115px;
    vertical-align: middle;
}

#mpr_promo_products input {
    width: 50px;
    margin: 4px 9px;
    vertical-align: middle;
}

#mpr_promo_products img {
    margin-right: 24px;
    vertical-align: middle;
}

#mpr_promo_products .btn_lg_g {
    margin-top: 130px;
    float: right;
    margin-right: 24px;
    margin-bottom: 12px;
}

/* =AS */

#as_pane label {
    margin: 12px;
}

#as_pane button {
    margin: 0 12px;
}

#as_pane input {
    margin-top: 12px;
    width: 130px;
}

#as_tax input {
    width: 75px;
    text-align: center;
}

#as_tax p {
    display: inline;
    margin-left: 12px;
}

#banners a {
    color: #65838f;
}

#as_pane .btn_sm {
    float: right;
    color: white;
    margin: -18px 12px 0 0;
}

#as_another_link {
    margin: 12px;
    float: left;
}

/* =AP */

#ap_pane label, #adcat_pane label {
    display: block;
    width: 120px;
    float: left;
    text-align: right;
    margin-right: 12px;
}

#ap_pane div, #adcat_pane div {
    margin-top: 12px;
    text-align: left;
}

#ap_pane select, #ap_pane input, #adcat_pane select, #adcat_pane input {
    width: 200px;
}

#ap_pane textarea {
    width: 450px;
    border: 1px solid #696969;
}

#adcat_pane textarea {
    width: 450px;
    height: 100px;
    border: 1px solid #696969;
}

#ap_pane button {
    margin: 0 12px;
}

input#ap_check {
    width: 12px;
}

#ap_pane h5 {
    font-weight: normal;
    margin: 12px 0 0 24px;
}
.ap_label_after {
    display: inline;
    margin-left: 12px;
}

#ap_pane .remove_link {
margin: 0 0 0 40px;
}

#ap_pane .btn_lg_g {
    float: right;
    margin: 12px;
}

#adcat_icon {
    padding: 12px 12px 12px 160px;
}

#ap_new_manufacturer, #ap_image_2, #ap_image_3, #ap_image_4 {
    display: none;
}

input#ap_am_button {
    margin: 1px 0 0 10px;
    width: 60px;
}

a#ap_addanother, a#as_another_link {
display: block;
margin: 6px 0 0 134px;
text-decoration: none;
color: #65838f;
}

a.nav_hide {
display: none;
}

.remove_link_rp {
display: none;
}

#pd_display_pic {
text-align: center;
padding: 12px 0;
background-color: #d4d4d4;
width: 206px;
border: 2px solid #696969;
}

img#pd_product_photo_large {
margin: 0 auto;
}

.as_banner_hidden {
display: none;
}

#as_pane .btn_sm {
    margin-top: -22px;
}

#as_pane .remove_link {
    margin-left: 100px;
margin-top: -6px;
}

#as_banners, #mpr_pane table {
padding-bottom: 12px;
}

a#as_another_link {
    margin-left: 100px;
    margin-top: 12px;
}

.as_banner_preview {
    vertical-align: middle;
    margin: 12px 0;
}

input.btn_sm {
    height: 20px;
    background-image: url(../img/tmp/btn-sm.gif);
    background-color: transparent;
    border: 0;
    padding-top: 0;
    font-size: 11px;
    font-family: arial, sans-serif;
    font-weight: bold;
    width: 54px !important;
}

#sb_link_banner {
width: 272px;
}

#sb_link_banner_h {
visibility: hidden;
width: 272px;
}

.peak_dialog {
    margin: 8px 16px
}

.peak_dialog p {
    font-size: 1.0em;
}

.peak_dialog p em {
color: #65838f;
font-style: normal;
}

.peak_dialog input {
margin: 16px 72px 16px;
}

.peak_dialog .btn_lg {
float: left;
margin: 0 10px;
}

#li_dlg_close_pane {
margin: -6px 0 10px 10px;
text-align: right;
padding: 6px 14px 0 0;
height: 36px;
width: 311px;
background-image: url(../img/headers/dlg/login.png);
}

#na_dlg_close_pane {
margin: -6px 0 10px 10px;
text-align: right;
padding: 6px 14px 0 0;
height: 36px;
width: 311px;
background-image: url(../img/headers/dlg/newaccount.png);
}

#log_in_pane {
background-image: url(../img/tmp/login_dialog_bg.png);
background-repeat: no-repeat;
padding-top: 44px;
height: 216px;
text-align: center;
}

#na_form p {
color: #696969;
margin: 0 24px;
}

#log_in_pane p {
clear: both;
color: #696969;
}

#log_in_pane a {
color: #65838f;
}

#log_in_pane a.btn_med, #na_form a.btn_sm {
color: white;
float: right;
margin: 10px 44px;
}

#log_in_pane input {
margin-top: 10px;
width: 150px
border: 1px solid #696969;
float: left;
}

#log_in_pane label {
margin-top: 10px;
display: block;
text-align: right;
padding-right: 6px;
width: 150px;
float: left;
clear: left;
}

.pl_list_col_Product {
text-ailgn: center;
}

p.pl_product_description {
margin-top: 12px;
}

.pl_list_col_Price p {
text-align: center;
}

.pl_list_col_Price a.btn_med_g {
margin-left: 6px;
}

.pl_product_pane {
padding-bottom: 12px;
}

.sb_pt_price_times {
float: left;
}

input#ac_submit {
background-image: url(../img/tmp/btn-lg-g.gif);
background-color: transparent;
border-width: 0px;
width: 138px;
height: 35px;
margin: 12px 12px 12px 0;
color: black;
}

input.co_btn, input.btn-lg-g {
float: right;
background-image: url(../img/tmp/btn-lg-g.gif);
background-color: transparent;
border-width: 0px;
width: 138px;
height: 35px;
margin: 12px 12px 0 0;
}

#np_button {
background-image: url(../img/tmp/btn-lg-g.gif);
background-color: transparent;
border-width: 0px;
width: 138px !important;
height: 35px;
}

#hp_featured_products_pane .btn_sm {
margin-top: 8px;
}

#promotion_pane p {
font-size: 1em;
margin: 16px 24px 0;
}

#promotion_pane .btn_lg {
float: right;
margin: 24px 18px 0;
}

h3#hp_fp_t {
font-size: 1em;
}

#apr_form_dlg {
margin-top: 0;
}

.pd_related_product_pane .btn_sm_g {
margin-top: 10px;
}

.pd_related_product_price {
color: #696969;
}

#pd_photo_pane h3 {
margin-top: 18px;
}

#adcat_header {
margin-top: 0;
}

#login label, #na_form label {
    float: left;
    clear: left;
    margin-left: 24px;
    width: 120px;
margin-top: 10px;
}

#login input, #na_form input {
    float: left;
    margin-left: 24px;
margin-top: 10px;
}

#na_forminput, #login p {
    float: left;
    margin-left: 24px;
margin-top: 10px;
clear: left;
}

#na_forminput, #login h3 {
width: 596px;
}

input.btn_med {
    display: block;
    width: 86px;
    height: 20px;
    background-image: url(../img/tmp/btn-med.gif);
    text-align: center;    
    background-color: transparent;
    border: none;
    color: white;
    font-size: 11px;
    font-family: arial, sans-serif;
    font-weight: bold;
clear: both;
float: left;
margin: 12px 12px 12px 120px;
}

#error_pane {
display: none;
}

#error {
color: red;
text-align: center;
padding-top: 4px;
display: none;
}

.error {
color: red;
text-align: left;
font-family: arial, san-serif;
font-size: 12px;
clear: left;
margin: 0 0 10px 24px;
}

#log_in_pane .error {
color: red;
text-align: center;
font-family: arial, san-serif;
font-size: 12px;
clear: left;
padding-top: 4px;
}

input.btn_lg_g {
    background-color: transparent;
    border: none !important;
    width: 138px !important;
    height: 37px !important;
    background-image: url(../img/tmp/btn-lg-g.gif);
    text-align: center;    
    text-decoration: none;
    color: black;
    padding-bottom: 10px;
    font-family: arial, sans-serif !important;
    font-size: 13px !important;
    font-weight: normal !important;
}

input.btn_lg {
    background-color: transparent;
    border: none !important;
    width: 126px !important;
    height: 32px !important;
    background-image: url(../img/tmp/btn-lg.gif);
    text-align: center;    
    text-decoration: none;
    color: white;
    padding-bottom: 6px;
    font-size: 13px;
    font-family: arial, sans-serif;
    font-weight: bold;
}

h3.listing_header_full_secondary {
float: left;
margin-top: 16px;
padding: 6px 12px;
background-color: #696969;
color: white;
width: 580px !important;
}

#na_form {
float: left;
}

#na_form .btn_med {
float: left;
clear: left;
margin-top: 12px;
margin-bottom: 24px;
}

#admin_search_button {
background: transparent url(../img/tmp/btn-search.gif);
border: 0;
width: 18px;
height: 18px;
}

.mc_icon {
width: 75px;
}

#nav_preload {
overflow: hidden;
width: 0;
height: 0;
}

.content_space_half_col #error_pane {
color: red;
text-align: center;
margin-bottom: -18px;
font-size: .85em;
}

p#none_note {
margin: 12px;
}

input.ap_tb_sm {
width: 50px !important;
}


#lo {
margin: 36px 12px 12px 12px;
color: #696969;
text-align: right;
clear: left;
}

#lo a, #lo a:visited {
text-decoration: none;
color: #65838f;
}

#lo_un {
color: black;
}

.cl_subcategory_pane .btn_med_g {
    margin-top: 24px;
}

#category_sort_table {
    clear: left;
    width: 574px;
    margin: 12px;
}

#category_sort_table td {
    text-align: center;
    padding: 4px 8px;
}

#category_sort_table td.lj {
    text-align: left;
}

#category_sort_table .btn_lg {
float: right;
margin: 12px 12px 0 0;
}

.secondary {
margin-right: 100px;
}

#category_sort_container {
width: 607px;
height: 350px;
overflow: auto;
clear: left;
}


#ap_cat_list option {
width: 300px;
}

#dynamItPopUp #adcat_pane {
height: 464px;
overflow: auto;
}

h1.listing_header_full {
height: auto;
padding-bottom: 8px;
}

p#asset {
margin: 2em 0 0;
text-align: center;
}

p#asset a {
font-style: italic;
text-decoration: none;
border: 1px solid #333333;
padding: 2px 4px;
}

p#asset a:hover {
background-color: #333333;
color: #dddddd;
}

.sb_pt_product p {
width: 190px;
}

#sb_cart_notes {
margin: 36px 24px;
clear: both;
}


#sb_receipt_notes p {
clear: both;
width: 200px;
margin: 4px 0 8px 0;
}

p.call_for_price_cat {
font-size: .72em;
}


td.sr_product {padding: 4px 6px;}
td.sr_manufacturer {width: 96px;}
td.sr_price {width: 72px;}
td.sr_category {width: 120px;}
td.sr_view_link {width: 48px;}
td.sr_cart_link {width: 72px;}
#sr_list table {margin-bottom: 12px;}

td.bi_list_product {width: 296px;}
td.bi_list_price, td.bi_list_subtotal {width: 64px; text-align: right; padding-right: 12px;}
td.bi_list_times {width: 18px;}
td.bi_list_quantity {width: 24px;}
td.bi_list_equals {width: 18px;}

td.rp_t_2 {padding: 2px 3px 2px 4px;}
td.rp_t_1, td.rp_t_2, td.rp_t_3 {vertical-align: top;}
td.rp_t_2 p {font-size: 11px;}

#cm input {margin: 24px 0 0 85px;}

table#dTest td {padding: 4px 8px; text-align: center;}

div#footer_icons {margin: 0 auto; width: 304px;}
#thawte_tag {float: left; height: 58px; overflow: hidden;}
#ccards {margin: 7px 0 0 12px;}

.sb_pt_price_times {float: right; margin-left: 8px; padding-right: 0;}

#cm {margin-left: 12px;}
#cm .btn_lg {margin: 30px 6px 0;}
input#ep_sd{width: 448px;}

#footer_card_box p {
margin: 4px 0 0 12px;
font-size: 14px;
}

#hp_featured_products_pane a.promo_link {
float: right;
margin-right: 12px;
}

#ap_cat_list {width: 450px !important;}

#ep_sd {height: 100px;}
#ap_long_desc_ta {height: 200px;}

#login h1 {margin-bottom: 0;}
#na_form h1 {padding-top: 46px;}

#authorize_tag {float: left; margin-right: 12px;}
div#footer_icons {width: 390px;}

input#pname {width: 450px;}

#as_link_banner a {
    color: #65838f;
    font-weight: normal;
    text-decoration: none;
}
#as_link_banner {
    text-align: center;
    margin-top: 4px;
}

#class_box {
    clear: left;
}

#class_box fieldset {
    width: 588px;
    margin: 0 0 8px;
    border: 1px solid #696969;
}

#class_box a {
    float: left;
    width: 145px;
    text-decoration: none;
}

#class_box input {
    vertical-align: bottom;
    margin-right: 6px;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #696969;
	background-color: #eee;
	padding: 5px;
}
#tooltip h3, #tooltip div { margin: 0; }

#class_note {text-align: center; margin: 0 0 8px;}

ul#manufacturer_link_list {
    list-style: none;
    margin: 0 0 12px;
}

#manufacturer_link_list li {

}

#manufacturer_link_list li a {
    text-decoration: none;
    color: #000;
}

#navigation_pane h5 {
    color: #696969;
    font-size: 12px;
    font-family: trebuchet, arial, sans-serif;
    line-height: 18px;
    padding: 0 12px;
    margin: 0;
    font-style: normal;
    font-weight: normal;
}

#navigation_pane a.navigation_item {text-indent: -10000px;}

#hp_banner {width: 608px; height: 212px; overflow: hidden;}
#hp_banner .banner_pane {width: 608px; height: 212px; margin: 0;}
#hp_banner .banner_pane h1 {width: 250px; color: #fbffff; padding: 40px 0 2px 35px; font-size: 26px; font-weight: bold !important; line-height: 26px;}
#hp_banner .banner_pane h2 {width: 230px; color: #fbffff; padding: 0 0 0 35px; font-size: 16px; font-weight: bold;}
#hp_banner #bp1 {background-image: url(../img/rotating_banners/1.jpg); margin-top: 0;}
#hp_banner #bp2 {background-image: url(../img/rotating_banners/2.jpg);}

#promo_note {font-size: 12px; font-weight: normal; font-style: italic;}

#manufacturer_browse {background: transparent url(../img/tmp/span-1-bg.gif) repeat-x bottom;}

#manufacturer_browse h1 {padding: 0;margin: 0 16px;color: black;font-size: 12px;line-height: 18px;}

#manufacturer_browse ul {padding: 0 0 8px;margin: 16px;}

#manufacturer_browse ul li {font-size: 12px;line-height: 18px;border-bottom: 1px solid #c0c0c0;}

#manufacturer_browse ul li a {color: #4a4a4a;}

#catalog_header h1 {text-indent: -100000px;}
#catalog_header h2 {margin: 6px 3px 8px;}

#manufacturer_page_top_block {margin-top: 12px;}
#manufacturer_page_description_block {float: left;width: 290px;}
#manufacturer_page_description_block p {margin-bottom: 1em;}
#manufacturer_page_product_list {width: 298px;float: right; margin-bottom: 12px;}
#manufacturer_page_bottom_block {clear: both;}


#manufacturer_page_peak_product_header {
background: transparent url(../img/tmp/manufacturer_page_peak_product_header.png) no-repeat;
height: 41px;
}

#manufacturer_page_peak_product_header h1 {
font-family: 'myriad pro', arial;
color: #595959;
font-size: 14px;
padding: 10px 0 0 18px;
}

#manufacturer_page_product_pane {
width: 296px;
float: left;
}

#manufacturer_page_category_pane {
width: 297px;
float: right;
}

#manufacturer_page_product_header {
background: transparent url(../img/tmp/manufacturer_page_featured_products.png) no-repeat;
height: 43px;
}


#manufacturer_page_featured_category_header {
background: transparent url(../img/tmp/manufacturer_page_featured_categories.png) no-repeat;
height: 43px;
}

#manufacturer_page_product_list a.btn_sm {
float: right;
margin: 0 14px 0 0;
}

#manufacturer_page_featured_category_header h1, #manufacturer_page_product_header h1 {
text-indent: -10000px;
}

#manufacturer_page_featured_product_list, #manufacturer_page_category_list {
border: 1px solid #696969;
border-width: 0 1px;
}

#manufacturer_page_product_item, #manufacturer_page_category_item {
border: 1px solid #696969;
border-width: 0 0 1px;
clear: both;
padding: 8px;
}

#manufacturer_page_product_item a.btn_sm, #manufacturer_page_category_item a.btn_sm {
margin: 8px 0 0 18px;
}

#manufacturer_page_product_item img, #manufacturer_page_category_item img {
border: 2px solid #668086;
}

#manufacturer_page_product_item_copy, manufacturer_page_category_item_copy {
float: right;
width: 174px;
}

#manufacturer_page_product_item_copy h3, manufacturer_page_category_item_copy h3 {
color: #668086;
}

#manufacturer_page_product_item_copy p, manufacturer_page_category_item_copy p {
font-size: 11px;
}

#manufacturer_page_product_item_copy p a, manufacturer_page_category_item_copy p a {
color: #668086;
font-style: italic;
text-decoration: none;
font-size: 11px;
}

a.view_all {
font-family: 'myriad pro', arial;
font-style: italic;
font-size: 12px;
float: right;
}

#manufacturer_page_peak_product_header a.view_all {
margin: 11px 18px 0 0;
color: #668086;
font-weight: bold;
}

#manufacturer_page_featured_category_header a.view_all, #manufacturer_page_product_header a.view_all {
color: white;
margin: 13px 22px 0 0;
}

.clr {clear: both;}
#manufacturer_browse h1 {text-indent: -10000px;}
#manufacturer_page_description_block img {border: 2px solid #696969; padding: 6px; background: white;}

#spyglass {
float: right;
z-index: 500;
position: relative;
left: -12px;
}

#pd_product_photo_large {
z-index: 10;
position: relative;
left: 12px;
}
