﻿/* ================================================================================================ */
/* ==================================== General Classes =========================================== */
/* ================================================================================================ */

.footer_right #___plusone_0 {
    margin: 0px 3px 0px 0px !important;
}

body {
    margin: 0px !important;
    padding: 0px;
    font-family: Open Sans;
    min-width: 1200px;
}

.bodyPart {
  width: 1200px;
  margin: 0 auto;
}

img
{
    border: none;
}
.clear
{
    clear: both;
}
input:focus
{
    outline: none;
}
a:active
{
    outline: none;
}
a
{
    outline: none;
}
:focus
{
    -moz-outline-style: none;
}

.regularH1, .regularH2, .regularH3
{
    margin: 0;
    padding: 0;
    font-family: Arial, Verdana;
    font-size: inherit;
    font-weight: inherit;
}

.ULRadioButtons {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ULRadioButtons > li {
  margin: 3px 10px;
}

.ActiveCategoryLevel {
  font-weight: bolder;
}

.AdditionalData {
  display: none;
}

#typed{
  font-size:28px;
  color:#fff;
}

#fix{
  text-decoration: none;
  float: right;
  margin: 25px;
}

.tooltip { 
  position: relative;
  display: inline-block;
  }

.tooltip .tooltiptext {
  visibility: hidden;
  width: 360px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 100;
  top: -5px;
  left: 105%;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

/* ================================================================================================ */
/* ================== Main container holding all the content area together ======================== */
/* ================================================================================================ */
.externalContainer
{
    width: 1282px;
    margin: 0 auto;
}

.container
{
    display: block;
    width: 1012px;
    margin: 0px auto;
    float: left;
}

.content_container
{
    
    display: block;
    padding-top: 9px;
}

.containerTable
{
    margin: 0 auto;
}

.googleAds > ins
{
    padding: 0px 5px 0 5px !important;
}

.containerTable > tbody > tr > td
{
    margin: 0;
    padding: 0;
}

.SideBarBanner
{
    width: 125px;
    float: left;
    padding-top: 130px;
    margin-left: 5px;
}
/* ================================================================================================ */
/* ================================ Header section starts here ==================================== */
/* ================================================================================================ */

.header_container
{
    display: block;
    height: 125px;
    min-width: 1355px;
    
}

.header_left
{
    display: block;
    float: left;
    width: 296px;
    padding-left: 18px;
    color: #7a7a7a;
    font-size: 11px;
    padding-top: 18px;
    text-shadow: 1px 1px 1px #fff;
}

.header_middle
{
    display: block;
    float: left;
}

.header_right
{
    display: block;
    float: right;
    color: #7a7a7a;
    font-size: 11px;
    width: 260px;
    /*padding-left: 17px;*/
    padding-top: 18px;
    /*padding-right: 18px;*/
    text-shadow: 1px 1px 1px #fff;
}

.header_right a:link, .header_left a:link, .header_right a:visited, .header_left a:visited
{
    text-decoration: none;
    color: #98c0e7;
    font-weight: bold;
}

.header_right a:hover, .header_left a:hover
{
    color: #013d79;
}

.navigation img
{
    margin-top: -3px;
    display: inline-block;
    float: left;
}

/* ================================================================================================ */
/* ========================= Search input field and container classes ============================= */
/* ================================================================================================ */

.search
{
    display: block;
    width: 381px;
    height: 25px;
    border: 1px solid #c5c5c5;
    margin: 0px auto;
    margin-bottom: 9px;
}

.search_input
{
    background-color: #fff;
    margin: 0px;
    padding: 0px 20px;
    border: none;
    height: 25px;
    display: inline-block;
    color: #999999;
    font-style: italic;
    font-size: 11px;
    border-right: 1px solid #e0e0e0;
    float: left;
    width: 164px;
}

.search_findit
{
    background-color: #f6f6f6;
    margin: 0px;
    padding: 0px 22px;
    border: none;
    height: 25px;
    display: inline-block;
    color: #5b5b5b;
    font-weight: bold;
    font-size: 11px;
    border-right: 1px solid #c0c0c0;
    float: left;
    width: 86px;
}

.search_advanced
{
    background-color: #ededed;
    margin: 0px;
    padding: 0px 22px;
    border: none;
    height: 25px;
    display: inline-block;
    color: #5b5b5b;
    font-weight: bold;
    font-size: 11px;
    float: left;
    width: 89px;
}

.search_advanced:hover, .search_findit:hover
{
    background-color: #e5e5e5;
    text-shadow: 1px 1px 1px #fff;
    cursor: pointer;
}

.SearchH
{
    margin: 0;
    padding: 0;
    font-family: Arial, Verdana;
    font-weight: bold;
    font-size: 13px;
}

.SearchH a
{
    color: #91B8FF;
    text-decoration: none;
}

/* ================================================================================================ */
/* ===================================== Breadcrumb Navigation ==================================== */
/* ================================================================================================ */

.breadcrumb
{
    display: block;
    width: 745px;
    background-color: #fff;
    border: 1px solid #c1c9d0;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    behavior: url(border-radius.htc);
    position: relative;
    color: #5b5b5b;
    font-size: 14px;
    float: left;
    padding-top: 32px;
    padding-left: 5px;
    padding-right: 7px;
    padding-bottom: 10px;
    margin: 0px auto;
    margin-bottom: 8px;
    font-weight: bold;
    margin-left: 10px;
    height: 32px;
}

.breadcrumb_hd
{
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 745px;
    color: #5b5b5b;
    background-color: #f6f6f6;
    padding: 5px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-topleft: 6px;
    font-weight: normal;
    font-size: 11px;
}

.breadcrumb_hd a:link, .breadcrumb_hd a:visited
{
    text-decoration: none;
    color: #5b5b5b;
}

.breadcrumb_hd a:hover
{
    color: #252525;
}

.breadcrumb_hd ul
{
    margin: 0px;
    padding: 0px;
    float: left;
}

.breadcrumb_hd li
{
    display: inline-block;
    float: left;
}

.breadcrumb_hd li img
{
    margin: 0px 6px;
    vertical-align: baseline;
}

.breadcrumb_hd span
{
    display: block;
    float: right;
}

.breadcrumb_hd input
{
    margin: 0px;
    padding: 0px;
    vertical-align: bottom;
}

.RecentlyViewedItemButtons{
  margin-top: -38px;
  float: right;
}

.RecentlyViewedItemButton{
  color: white;
  background-color: #18305c;
  font-size: x-large;
}

/* ================================================================================================ */
/* =================================== Classes for left sidebar =================================== */
/* ================================================================================================ */

.left_side
{
    display: block;
    width: 223px;
    float: left;
    margin-left: 7px;
    margin-right: 10px;
    min-height: 570px;
}

.sell_img, .register_img
{
    margin-bottom: 13px;
}

.left_box
{
    display: block;
    width: 221px;
    background: url(../images/tut_bg.gif) top left no-repeat #f8f8f8;
    border: 1px solid #c1c9d0;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    behavior: url(border-radius.htc);
    position: relative;
    color: #9d9d9d;
    font-size: 11px;
    padding-top: 32px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 4px;
    margin-bottom: 13px;
}

.left_box_hd
{
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 187px;
    background-color: #f6f6f6;
    padding: 5px 17px;
    font-weight: bold;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-topleft: 6px;
}

.left_box_subhd
{
    background: url(../images/tut_links.gif) top left no-repeat;
    display: block;
    width: 205px;
    height: 52px;
    margin-left: 8px;
    position: relative;
    padding: 8px;
}

.left_box_subhd ul
{
    margin: 0px;
    padding: 0px;
    width: 160px;
    display: block;
    margin-left: 20px;
}

.left_box_subhd li
{
    color: #5b5b5b;
    border-bottom: 1px dotted #c3c3c3;
    padding: 3px 0px;
    list-style-image: url(../images/bullet.gif);
}

.left_box_subhd li a:link, .left_box_subhd li a:visited
{
    color: #5b5b5b;
    text-decoration: none;
}

.left_box_subhd li a:hover
{
    color: #252525;
}

/* ================================================================================================ */
/* ================================== Classes for center content ================================== */
/* ================================================================================================ */

.middle_side
{
    width: 532px;
    display: block;
    float: left;
}

.middle_box
{
    display: block;
    width: 496px;
    background-color: #fff;
    border: 1px solid #a3a3a3;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    behavior: url(border-radius.htc);
    position: relative;
    color: #9d9d9d;
    font-size: 11px;
    padding-top: 48px;
    padding-left: 17px;
    padding-right: 17px;
    padding-bottom: 27px;
    margin-bottom: 13px;
    position: relative;
}

.middle_box_hd
{
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 496px;
    background-color: #013d79;
    color: #fff;
    padding: 4px 17px;
    font-weight: bold;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-topleft: 6px;
}

.middle_box_subhd
{
    display: block;
    position: absolute;
    top: 22px;
    left: 0px;
    width: 496px;
    background-color: #f4f4f4;
    border-bottom: 1px solid #eaeaea;
    color: #5b5b5b;
    padding: 4px 17px;
    font-weight: bold;
}

.middle_box_subhd ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.middle_box_subhd li
{
    display: inline-block;
    float: left;
}

.middle_box td
{
    border-bottom: 1px dotted #c9c9c9;
    color: #1f1f1f;
    padding: 4px 0px;
}

.middle_box .noborder
{
    border-bottom: none;
    padding-bottom: 0px;
}

.middle_box .machine_name
{
    width: 324px;
}

.middle_box .bid_amount
{
    width: 100px;
    color: #5b5b5b;
}

.middle_box .date_time
{
    color: #5b5b5b;
}

/* ================================================================================================ */
/* =================================== Classes for right sidebar ================================== */
/* ================================================================================================ */

.right_side
{
    display: block;
    width: 223px;
    float: left;
    margin-left: 9px;
    margin-right: 8px;
}

.right_box
{
    display: block;
    width: 187px;
    background-color: #fff;
    border: 1px solid #c1c9d0;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    behavior: url(border-radius.htc);
    position: relative;
    color: #9d9d9d;
    font-size: 11px;
    padding-top: 32px;
    padding-left: 17px;
    padding-right: 17px;
    padding-bottom: 10px;
    margin-bottom: 13px;
}

.right_box_hd
{
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 187px;
    background-color: #f6f6f6;
    padding: 5px 17px;
    font-weight: bold;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-topleft: 6px;
}

/* ================================================================================================ */
/* ================= Classes for bottom side where the featured image buttons are ================= */
/* ================================================================================================ */

.bottom_side
{
    display: block;
    float: left;
    width: 764px;
}

.bottom_side img
{
    display: inline-block;
    float: left;
    margin-right: 10px;
}

/* ================================================================================================ */
/* ================================= Classes for footer section =================================== */
/* ================================================================================================ */

.footer
{
    background-color: #fff;
    display: block;
    margin-top: 3px;
    color: #5b5b5b;
    font-size: 11px;
    padding: 8px 25px;
    padding-bottom: 6px;
}

.footer_left
{
    display: block;
    float: left;
}

.footer_right
{
    display: block;
    float: right;
}

.footer_right strong
{
    color: #013d79;
    font-weight: bolder;
}

.footer a:link, .footer a:visited
{
    text-decoration: none;
    font-weight: bold;
    border-right: 1px solid #ededed;
    padding-right: 16px;
    color: #5b5b5b;
}

.footer a:hover
{
    color: #013d79;
}

.sitemap
{
    padding-left: 16px;
    margin-right: 16px;
}

.bbb
{
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}







/* ================================================================================================ */
/* ============================== Classes for right side (Items Page) ============================= */
/* ================================================================================================ */

.left_side_item
{
    display: block;
    width: 575px;
    float: left;
    margin-left: 9px;
    margin-right: 8px;
    padding-top: 15px;
    position: relative;
}

.left_side_item_detail
{
    display: block;
    width: 541px;
    background-color: #fff;
    border: 1px solid #a3a3a3;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    behavior: url(border-radius.htc);
    position: relative;
    color: #1f1f1f;
    font-size: 11px;
    padding-top: 38px;
    padding-left: 17px;
    padding-right: 17px;
    padding-bottom: 10px;
    margin-bottom: 7px;
    line-height: 22px;
}

.left_side_item_detail_hd
{
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 541px;
    background-color: #013d79;
    padding: 2px 17px;
    font-weight: bold;
    border-bottom: 1px solid #eaeaea;
    color: #5b5b5b;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-topleft: 6px;
}

.left_side_item_detail_hdsub
{
    display: block;
    position: absolute;
    top: 10px;
    left: 0px;
    width: 541px;
    background-color: #f6f6f6;
    padding: 2px 17px;
    font-weight: bold;
    border-bottom: 1px solid #eaeaea;
    border-top: 1px solid #a3a3a3;
    color: #5b5b5b;
    text-shadow: 1px 1px 1px #fff;
}

.left_side_item_detail ul
{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.left_side_item_detail li
{
    border-bottom: 1px dotted #c9c9c9;
    padding: 0px;
}

.left_side_item_detail span
{
    font-weight: bold;
    display: inline-block;
    float: left;
    width: 150px;
}

.left_side_item_share
{
    display: block;
    width: 541px;
    background-color: #fff;
    border: 1px solid #c1c9d0;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    behavior: url(border-radius.htc);
    position: relative;
    color: #9d9d9d;
    font-size: 11px;
    padding-top: 32px;
    padding-left: 17px;
    padding-right: 17px;
    padding-bottom: 10px;
    margin-bottom: 13px;
}

.left_side_item_share_hd
{
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 541px;
    background-color: #f6f6f6;
    padding: 5px 17px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #fff;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-topleft: 6px;
    text-shadow: 1px 1px 1px #fff;
}

.detail_tab
{
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1000;
}

.left_side_tab
{
    display: inline-block;
    width: 107px;
    height: 20px;
    background: url(../images/tab_inactive.png) bottom left no-repeat;
    color: #fff;
    text-decoration: none;
    padding-left: 18px;
    padding-top: 6px;
    position: absolute;
}

.left_side_tab:hover
{
    display: inline-block;
    width: 107px;
    height: 20px;
    background: url(../images/tab_active.png) bottom left no-repeat;
    color: #fff;
    text-decoration: none;
    padding-left: 18px;
    padding-top: 6px;
}

#active
{
    background: url(../images/tab_active.png) bottom left no-repeat;
    font-weight: bold;
}

.left_side
{
    clear: left;
}

/* ================================================================================================ */
/* ============================== Classes for left side (Items Page) ============================== */
/* ================================================================================================ */

.right_side_item
{
    display: block;
    width: 410px;
    float: left;
}

.ask_question:link, .ask_question:visited
{
    display: block;
    width: 391px;
    height: 25px;
    padding-left: 19px;
    padding-top: 9px;
    background: url(../images/ContactTheSeller.gif) top left no-repeat;
    text-decoration: none;
    color: #5b5b5b;
    font-size: 14px;
    font-weight: bold;
    margin: 0 auto;
    border-radius: 8px;
    text-align:center;
    
}

.ask_question:hover
{
    color: #013d79;
    background: url(../images/ContactTheSeller.gif) top left no-repeat;
}

.help:link, .help:visited
{
    display: block;
    float: left;
    width: 180px;
    height: 25px;
    padding-left: 19px;
    padding-top: 9px;
    background: url(../images/help.gif) top left no-repeat;
    text-decoration: none;
    color: #5b5b5b;
    font-size: 12px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #fff;
}

.help:hover
{
    color: #013d79;
    background: url(../images/help_hover.gif) top left no-repeat;
}

.right_side_item_img
{
    display: block;
    width: 374px;
    background-color: #fff;
    border: 1px solid #c1c9d0;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    behavior: url(border-radius.htc);
    position: relative;
    color: #9d9d9d;
    font-size: 11px;
    padding-top: 32px;
    padding-left: 17px;
    padding-right: 17px;
    padding-bottom: 10px;
    margin-bottom: 7px;
    margin-top: 7px;
}

.right_side_item_img_hd
{
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 374px;
    background-color: #f6f6f6;
    padding: 5px 17px;
    font-weight: bold;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-topleft: 6px;
    text-shadow: 1px 1px 1px #fff;
    font-size: 12px;
}

.right_side_item_img span
{
    background: url(../images/item_vid_gradient.gif) bottom left repeat-x #fff;
    border: 1px solid #e8e8e8;
    color: #a5a5a5;
    display: block;
    padding: 5px 14px;
    width: 355px;
    float: left;
}

.right_side_item_img img
{
    display: block;
    margin-bottom: 4px;
}

.right_side_item_img_thumb
{
    display: block;
    float: right;
    height: 256px;
}

.right_side_item_img_thumb ul
{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.right_side_item_bidding
{
    display: block;
    width: 374px;
    background-color: #fff;
    border: 1px solid #c1c9d0;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    behavior: url(border-radius.htc);
    position: relative;
    color: #5b5b5b;
    font-size: 12px;
    padding-top: 32px;
    padding-left: 17px;
    padding-right: 17px;
    padding-bottom: 10px;
    margin-bottom: 13px;
    margin-top: 7px;
}

.right_side_item_bidding_hd
{
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 374px;
    background: url(../images/item_bidding_gradient.gif) top left repeat-x #ff8722;
    color: #fff;
    padding: 5px 17px;
    font-weight: bold;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-topleft: 6px;
    text-shadow: 1px 1px 1px #d6831d;
}

.right_side_item_bidding_hd_nobackground
{
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 374px;
    padding: 5px 17px;
    font-weight: bold;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-topleft: 6px;
    text-shadow: 1px 1px 1px #d6831d;
}

.item_bidding_bid
{
    list-style: none;
    margin: 3px 0px;
    padding: 0px;
}

.item_bidding_bid li
{
    display: inline-block;
    border-top: 1px dotted #c9c9c9;
    padding: 3px 0px;
}

.current_bid
{
    padding-right: 5px;
}

.current_bid_price
{
    width: 113px;
}

.next_bids
{
    width: 132px;
}

.next_bid_prices
{
    width: 41px;
}

.user_bid
{
    background-color: #f6f6f6;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    behavior: url(border-radius.htc);
    border-top: 1px solid #e4e4e4;
    position: absolute;
    left: 8px;
    padding: 4px 8px;
    color: #000;
}

.user_bid input
{
    border: 2px solid #ff5d22;
    margin: 0px;
    padding: 2px;
    font-size: 11px;
    width: 73px;
    margin-right: 5px;
}

.user_bid img
{
    margin-right: 5px;
}

.final_price
{
    color: #ff5d22;
}

.bid_terms
{
    margin-top: 40px;
    display: block;
}

.place_bid
{
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: url(/images/placeoffer3.gif) no-repeat 0 0;
    border: 0;
    height: 38px;
    width: 208px;
    cursor: pointer;
}

.request_shipping_quote 
{
    background: url(/images/RequestShippingQuote2.gif) no-repeat 0 0;
    border: 0;
    cursor: pointer;
    height: 75px;
    width: 256px;
}

/* ================================================================================================ */
/* ============================== Classes for left side (Search Page) ============================= */
/* ================================================================================================ */

.search_lef_side
{
    display: block;
    width: 223px;
    float: left;
    margin-left: 8px;
    margin-right: 9px;
}

.search_left_box
{
    float: left;
    display: block;
    width: 260px;
    position: relative;
    color: #91B8FF;
    font-size: 13px;
    padding-top: 23px;
    padding-bottom: 10px;
    margin-left: 8px;
    margin-bottom: 13px;
    height: 514px;
    margin-top: 72px;
}

.search_left_box_hd
{
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 187px;
    background-color: #013d79;
    color: #fff;
    padding: 5px 17px;
    font-weight: bold;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-topleft: 6px;
}

.search_left_box_hd2
{
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: #013d79;
    color: #fff;
    padding-bottom: 5px;
    font-weight: bold;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-topleft: 6px;
}

.search_left_box_hdsub
{
    display: block;
    width: 187px;
    background-color: #f6f6f6;
    padding: 5px 17px;
    font-weight: bold;
}

.search_left_box ul
{
    margin: 6px 17px;
    padding: 0px;
    list-style: none;
}

.search_left_box li
{
    border-bottom: 1px dotted #c9c9c9;
    color: #9d9d9d;
    padding: 3px 0px;
}

.search_left_box li a:link, .search_left_box li a:visited
{
    text-decoration: none;
    color: #18305C;
}

.search_left_box li a:hover
{
    color: #013d79;
}

.search_left_box img
{
    margin-right: 4px;
}

.search_left_box .noborder
{
    border-bottom: none;
    padding-bottom: 0px;
}

/* ================================================================================================ */
/* ============================== Classes for right side (Search Page) ============================ */
/* ================================================================================================ */
.search_right_side
{
    display: block;
    float: left;
    width: 764px;
    position: relative;
}

.search_keyword_title
{
    display: block;
    width: 730px;
    background-color: #fff;
    border: 1px solid #c1c9d0;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    behavior: url(border-radius.htc);
    color: #5b5b5b;
    font-size: 14px;
    padding: 10px 17px;
    margin-bottom: 8px;
    font-weight: bold;
}

.search_detail_tab
{
    display: block;
    position: absolute;
    top: 45px;
    left: 0px;
    z-index: 1000;
}

.search_right_side_detail
{
    display: block;
    width: 730px;
    background-color: #fff;
    border: 1px solid #a3a3a3;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    behavior: url(border-radius.htc);
    position: relative;
    color: #1f1f1f;
    font-size: 11px;
    padding-top: 38px;
    padding-left: 17px;
    padding-right: 17px;
    padding-bottom: 10px;
    margin-bottom: 7px;
    margin-top: 22px;
    line-height: 22px;
}

.search_right_side_detail_hd
{
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 730px;
    background-color: #013d79;
    padding: 2px 17px;
    font-weight: bold;
    border-bottom: 1px solid #eaeaea;
    color: #5b5b5b;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-topleft: 6px;
}

.search_right_side_detail_hdsub
{
    display: block;
    position: absolute;
    top: 10px;
    left: 0px;
    width: 730px;
    background-color: #f6f6f6;
    padding: 2px 17px;
    border-bottom: 1px solid #eaeaea;
    border-top: 1px solid #a3a3a3;
    color: #5b5b5b;
    text-shadow: 1px 1px 1px #fff;
}

.search_right_side_pagination
{
    border-bottom: 1px solid #ff5d22;
    padding: 4px 0px;
    text-align: right;
}

.search_right_side_pagination ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.search_right_side_pagination li
{
    display: inline-block;
}

.search_right_side_pagination li a:link, .search_right_side_pagination li a:visited
{
    background-color: #f4f4f4;
    border: 1px solid #eaeaea;
    text-decoration: none;
    color: #5b5b5b;
    padding: 2px 3px;
}

.search_right_side_pagination li a:hover
{
    background-color: #96c0e6;
    color: #fff;
}

#search_active
{
    background-color: #96c0e6;
    color: #fff;
    font-weight: bold;
}

.search_title_heading
{
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #dfdfdf;
    padding: 4px 0px;
}

.search_title_heading ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.search_title_heading li
{
    display: inline-block;
    line-height: 14px;
}

#item_name
{
    width: 469px;
    padding-left: 59px;
}

.itemTab
{
    display: none;
}

.itemTabShown
{
    display: block;
}

#asking_price
{
    width: 106px;
}

.search_result_container
{
    overflow-y: scroll;
    display: block;
    height: 330px;
    border-top: 1px solid #f5f5f5;
}

.search_result_container ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.search_result_container li
{
    padding: 8px 0px;
    border-bottom: 1px dotted #c3c3c3;
}

.search_result_container li:nth-child(even)
{
    background-color: #f5f5f5;
}

.search_result_thumb, .search_result_title, .search_result_asking_price, .search_result_current_bid
{
    float: left;
    line-height: 14px;
    color: #5b5b5b;
}

.search_result_thumb
{
    padding-right: 8px;
}

.search_result_title
{
    width: 474px;
    padding-top: 4px;
}

.search_result_title a:link, .search_result_title a:visited
{
    font-size: 12px;
    color: #1f1f1f;
    font-weight: bold;
    text-decoration: none;
}

.search_result_title a:hover
{
    color: #013d79;
}

.search_result_asking_price
{
    width: 110px;
}

.search_result_asking_price, .search_result_current_bid
{
    font-size: 12px;
    padding-top: 12px;
}

.AwaitingApproval {
  color: red;
  width: 127px;
  display: inline-block;
  font-size: medium;
  text-align: center;
  vertical-align: top;
  margin: 24px 0 0 0;
}

/* ================================================================================================ */
/* ==================================== Added by Brian/George ===================================== */
/* ================================================================================================ */

.handCursor
{
    cursor: pointer;
}

.water
{
    color: gray;
}

.RadWindow_Default a.rwIcon
{
    background-image: none !important;
}

.RadWindow .rwIcon
{
    height: 0 !important;
    width: 0 !important;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
    position:relative !important
}

.failureSummary {
  font-size: 1em;
  width: 460px;
  margin: 0 auto;
  padding-left: 135px;
}

.myBidonWelcomeBanner
{
    border: 1px solid #013d79;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    background-color: White;
    border: 1px solid;
    padding: 5px;
    width: 373px;
}

/***StandardRepliesList*UserControl****/

#StandardRepliesUL
{
    display: inline;
    list-style: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#StandardRepliesUL li
{
    display: inline;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#StandardRepliesUL input
{
    width: 70px;
    height: 40px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-size: 10px;
}

#StandardRepliesButton
{
    width: inherit;
    height: 50px;
    display: inline;
    list-style: none;
}

#StandardRepliesButton li
{
    height: inherit;
    width: 90px;
    display: inline;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#StandardRepliesButton input
{
    width: 80px;
    height: 50px;
    margin: 0px 5px 0px 5px;
}

.TabClass
{
    width: 107px;
}

/**********************************************************************************************************/
/**********************************************GridView Style**********************************************/
/**********************************************************************************************************/

.GridContainer
{
    width: 528px;
    background-color: #fff;
    border: 1px solid #a3a3a3;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    behavior: url(border-radius.htc);
    color: #9d9d9d;
    font-size: 11px;
}

.AdminGrid {
  font-size: 12px;
}

.GridContainerRating_0, .GridContainerRating_1
{
    width: 490px;
}

.GridContainerPreviousQuestionsGridView_0
{
    width: 400px;
}

.GridTitle
{
    width: inherit;
    background-color: #013d79;
    color: #fff;
    font-weight: bold;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-topleft: 6px;
}

.GridTitlePersonalMyOffers_0, .GridTitlePersonalMySelling_0
{
    background-color: #ff8722;
}

.GridTitleLabel
{
    position: relative;
    top: 6px;
    left: 5px;
}

.GridHeader
{
    width: inherit;
    background-color: #f4f4f4;
    border-bottom: 1px solid #eaeaea;
    font-weight: bold;
}

.GridHeader td
{
    height: 14px;
    overflow: hidden;
    display: inline-block;
}

.GridBody
{
    color: Blue;
    width: inherit;
}

.GridBody a
{
    color: Blue;
    text-decoration: none;
}

.GridBody td
{
    border-bottom: 1px dotted #c9c9c9;
    height: 13px;
    overflow: hidden;
    display: inline-block;
}

.GridFooter
{
    width: inherit;
}

.GridColumn_0
{
    width: 280px;
}

.GridColumn_1
{
    width: 107px;
}

.GridColumn_2
{
    width: 110px;
}

.GridColumn1_0
{
    width: 395px;
}

.BottomButton
{
    float: right;
}

.GridColumnMyBidOn3_0
{
    width: 395px;
}

.GridColumnHomeGrid_1_0, .GridColumnMyBidOn_1_0, .GridColumnMessages_0_0, .GridColumnNewest_0_0, .GridColumnClearance_0_0
{
    width: 420px;
}

.GridColumnHomeGrid_1_1, .GridColumnMyBidOn_1_1, .GridColumnMessages_0_1, .GridColumnNewest_0_1, .GridColumnClearance_0_1
{
    width: 80px;
}
.GridColumnHomeGrid_2_0, .GridColumnMyBidOn_2_0
{
    width: 60px;
}

.GridColumnHomeGrid_2_1, .GridColumnMyBidOn_2_1
{
    width: 250px;
}

.GridColumnHomeGrid_2_2, .GridColumnMyBidOn_2_2
{
    width: 90px;
}

.GridColumnHomeGrid_2_3, .GridColumnMyBidOn_2_3
{
    width: 90px;
}

.GridContainerPreviousQuestionsGridView_0
{
    width: 400px;
}

.GridTitleMessages_0
{
    background-color: #ff8722;
}

/*** Current Offers ***/

.GridColumnMyBidOn_0_0, .GridColumnPersonalMyOffers_0_0
{
    width: 50px;
}

.GridColumnMyBidOn_0_1, .GridColumnPersonalMyOffers_0_1
{
    width: 232px;
}

.GridColumnMyBidOn_0_2, .GridColumnPersonalMyOffers_0_2
{
    width: 78px;
}

.GridColumnMyBidOn_0_3, .GridColumnPersonalMyOffers_0_3
{
    width: 78px;
}

.GridColumnMyBidOn_0_4, .GridColumnPersonalMyOffers_0_4
{
    width: 55px;
}


/***********GridRFI***********/

.GridContainerPreSalesRFI_0, .GridContainerUnAnsweredRFI_0, .GridContainerManagementMessages_0, .GridContainerManagementMessages_1, .GridContainerChangedListingsGridView_0, .GridContainerNewListing_0, .GridContainerTaskGrid_0, .GridContainerWantAddsGridView_0, .GridContainerPreSalesWantAdsGridView_0
{
    width: 800px;
}

.GridColumnPreSalesRFI_0_0, .GridColumnUnAnsweredRFI_0_0
{
    width: 84px;
}


.GridColumnPreSalesRFI_0_1, .GridColumnUnAnsweredRFI_0_1
{
    width: 290px;
}


.GridColumnPreSalesRFI_0_2, .GridColumnUnAnsweredRFI_0_2
{
    width: 145px;
}


.GridColumnPreSalesRFI_0_3, .GridColumnUnAnsweredRFI_0_3
{
    width: 228px;
}

.GridColumnPreSalesRFI_0_4, .GridColumnUnAnsweredRFI_0_4
{
    width: 21px;
}

.GridColumnAcceptedBidsGridView_0_0
{
    width: 50px;
}

.GridColumnAcceptedBidsGridView_0_1
{
    width: 195px;
}

.GridColumnAcceptedBidsGridView_0_2
{
    width: 140px;
}

.GridColumnAcceptedBidsGridView_0_3
{
    width: 135px;
}

.GridColumnAcceptedBidsGridView_0_4
{
    width: 85px;
    text-align: right;
}

.GridColumnAcceptedBidsGridView_0_5
{
    width: 90px;
    text-align: right;
}

.GridColumnAcceptedBidsGridView_0_6
{
    padding-left: 5px;
    width: 110px;
}

.GridColumnAcceptedBidsGridView_0_7
{
    padding-left: 5px;
    width: 62px;
}

.GridContainerAcceptedBidsGridView_0
{
    width: 915px;
}

.GridContainerPreSalesActivityGridView_0, .GridContainerPreSalesCounterBidsGridView_0
{
    width: 910px;
}

.GridColumnPreSalesActivityGridView_0_0, .GridColumnPreSalesCounterBidsGridView_0_0
{
    width: 70px;
}

.GridColumnPreSalesActivityGridView_0_1, .GridColumnPreSalesCounterBidsGridView_0_1
{
    width: 200px;
}

.GridColumnPreSalesActivityGridView_0_2, .GridColumnPreSalesCounterBidsGridView_0_2
{
    width: 100px;
}

.GridColumnPreSalesActivityGridView_0_3, .GridColumnPreSalesCounterBidsGridView_0_3
{
    width: 120px;
}

.GridColumnPreSalesActivityGridView_0_4, .GridColumnPreSalesCounterBidsGridView_0_4
{
    width: 120px;
}

.GridColumnPreSalesActivityGridView_0_5, .GridColumnPreSalesCounterBidsGridView_0_5
{
    width: 90px;
}

.GridColumnPreSalesActivityGridView_0_6, .GridColumnPreSalesCounterBidsGridView_0_6
{
    width: 110px;
}

.GridColumnPreSalesActivityGridView_0_7, .GridColumnPreSalesCounterBidsGridView_0_7
{
    width: 62px;
}

/*Deals*/
.GridContainerDealsGridView_0
{
    width: 960px;
}

.GridColumnDealsGridView_0_0
{
    width: 40px;
}

.GridColumnDealsGridView_0_1
{
    width: 60px;
}

.GridColumnDealsGridView_0_2
{
    width: 70px;
}
.GridColumnDealsGridView_0_3
{
    width: 150px;
}

.GridColumnDealsGridView_0_4
{
    width: 130px;
}

.GridColumnDealsGridView_0_5
{
    width: 105px;
}

.GridColumnDealsGridView_0_6
{
    width: 70px;
}

.GridColumnDealsGridView_0_7
{
    width: 90px;
}

.GridColumnDealsGridView_0_8
{
    width: 100px;
}

.GridColumnDealsGridView_0_9
{
    width: 100px;
}
/** register**/
.GridColumnWantAddsGridView_0_0
{
    width: 50px;
}

.GridColumnWantAddsGridView_0_1
{
    width: 435px;
}

.GridColumnWantAddsGridView_0_2
{
    width: 200px;
}

.GridColumnWantAddsGridView_0_3
{
    width: 95px;
}


/** Presales - want Ads **/
.GridColumnPreSalesWantAdsGridView_0_0
{
    width: 45px;
}

.GridColumnPreSalesWantAdsGridView_0_1
{
    width: 300px;
}

.GridColumnPreSalesWantAdsGridView_0_2
{
    width: 200px;
}

.GridColumnPreSalesWantAdsGridView_0_3
{
    width: 148px;
}

.GridColumnPreSalesWantAdsGridView_0_4
{
    width: 75px;
}

/***********MostSearchedGridView***********/

.GridColumnMostWords_0_0, .GridColumnMostWords_1_0, .GridColumnMostWords_2_0
{
    width: 463px;
}

.GridColumnMostWords_0_1, .GridColumnMostWords_1_1, .GridColumnMostWords_2_1
{
    width: 35px;
}

/***********NewListingGridView***********/
.GridColumnNewListing_0_0, .GridColumnChangedListingsGridView_0_0
{
    width: 60px;
}

.GridColumnNewListing_0_1, .GridColumnChangedListingsGridView_0_1
{
    width: 410px;
}

.GridColumnNewListing_0_2, .GridColumnChangedListingsGridView_0_2
{
    width: 81px;
}

.GridColumnNewListing_0_3, .GridColumnChangedListingsGridView_0_3
{
    width: 160px;
}

.GridColumnNewListing_0_4, .GridColumnChangedListingsGridView_0_4
{
    width: 50px;
}

/************NewQuotesGridView***********/

.GridContainerNewQuotesGridView_0, .GridContainerNewQuotesGridView_1, .GridContainerSentSellerQuotesGridView_0, .GridContainerSentCustomerQuotesGridView_0
{
    width: 800px;
}

.GridBodyNewQuotesGridView_0, .GridBodyNewQuotesGridView_1, .GridBodyManagementMessages_0, .GridBodyManagementMessages_1
{
    overflow: auto !important;
}

.GridColumnNewQuotesGridView_0_0, .GridColumnNewQuotesGridView_1_0, .GridColumnSentSellerQuotesGridView_0_0, .GridColumnSentCustomerQuotesGridView_0_0
{
    width: 40px;
}

.GridColumnNewQuotesGridView_0_1, .GridColumnNewQuotesGridView_1_1, .GridColumnSentSellerQuotesGridView_0_1, .GridColumnSentCustomerQuotesGridView_0_1
{
    width: 50px;
}

.GridColumnNewQuotesGridView_0_2, .GridColumnNewQuotesGridView_1_2, .GridColumnSentSellerQuotesGridView_0_2, .GridColumnSentCustomerQuotesGridView_0_2
{
    width: 260px;
}

.GridColumnNewQuotesGridView_0_3, .GridColumnSentCustomerQuotesGridView_0_3
{
    width: 191px;
}

.GridColumnSentSellerQuotesGridView_0_3, .GridColumnSentSellerQuotesGridView_0_4
{
    width: 160px;
}
.GridColumnNewQuotesGridView_1_3
{
    width: 205px;
}

.GridColumnNewQuotesGridView_0_4, .GridColumnSentCustomerQuotesGridView_0_4
{
    width: 191px;
}

.GridColumnNewQuotesGridView_1_4
{
    width: 205px;
}

.GridColumnNewQuotesGridView_0_5, .GridColumnSentCustomerQuotesGridView_0_5
{
    width: 23px;
    text-align: center;
}

.GridColumnSentSellerQuotesGridView_0_5
{
    width: 70px;
    text-align: center;
}

.GridColumnSentSellerQuotesGridView_0_6
{
    width: 23px;
    text-align: center;
}

/**ShippingDeals **/
.GridContainerShippingDeals_0
{
    width: 800px;
}

.GridColumnShippingDeals_0_0
{
    width: 50px;
}

.GridColumnShippingDeals_0_1
{
    width: 205px;
}

.GridColumnShippingDeals_0_2
{
    width: 205px;
}

.GridColumnShippingDeals_0_3
{
    width: 105px;
}

.GridColumnShippingDeals_0_4
{
    width: 30px;
}

/************NewQuotesGridView***********/
.GridContainerDocumentApproval_0
{
    width: 800px;
}

.GridColumnDocumentApproval_0_0
{
    width: 100px;
}

.GridColumnDocumentApproval_0_1
{
    width: 350px;
}

.GridColumnDocumentApproval_0_2
{
    width: 250px;
}

.GridColumnDocumentApproval_0_3
{
    width: 65px;
}

/************DealsActivityGridView***********/
.GridContainerDealsActivity_0
{
    width: 915px;
}

.GridContainerDealsActivity_0 a:hover, .GridContainerDealsActivity_0 a:active, .GridContainerDealsActivity_0 a:link, .GridContainerDealsActivity_0 a:visited
{
    color: Red;
    text-decoration: underline;
}

.GridContainerDealsActivity_0 td
{
    display: table-cell;
}

.GridColumnDealsActivity_0_0
{
    width: 105px;
}

.GridColumnDealsActivity_0_1
{
    width: 150px;
}

.GridColumnDealsActivity_0_2
{
    width: 625px;
}

/************AdminMessagesGridView***********/
.GridContainerAdminMessages_0
{
    width: 800px;
}

.GridColumnAdminMessages_0_0
{
    width: 60px;
}

.GridColumnAdminMessages_0_1
{
    width: 140px;
}

.GridColumnAdminMessages_0_2
{
    width: 486px;
}

.GridColumnAdminMessages_0_3
{
    width: 85px;
    text-align: right;
}

.GridContainerAdminMessages_1
{
    width: 800px;
}

.GridColumnAdminMessages_1_0
{
    width: 60px;
}

.GridColumnAdminMessages_1_1
{
    width: 140px;
}

.GridColumnAdminMessages_1_2
{
    width: 486px;
}

.GridColumnAdminMessages_1_3
{
    width: 85px;
    text-align: right;
}

/************UserReport***********/
.GridContainerUserPageGridView_0
{
    width: 800px;
}

.GridColumnUserPageGridView_0_0
{
    width: 60px;
}

.GridColumnUserPageGridView_0_1
{
    width: 240px;
}

.GridColumnUserPageGridView_0_2
{
    width: 240px;
}

.GridColumnUserPageGridView_0_3
{
    width: 240px;
}

.GridColumnManagementMessages_0_0, .GridColumnManagementMessages_1_0
{
    width: 250px;
}

.GridColumnManagementMessages_0_1, .GridColumnManagementMessages_1_1
{
    width: 375px;
    text-align: left;
}

.GridColumnManagementMessages_0_2, .GridColumnManagementMessages_1_2
{
    width: 140px;
}

/************AdminMessagesGridView***********/
.GridColumnWantAds_0_0
{
    width: 445px;
}

.GridColumnWantAds_0_1
{
    width: 55px;
}

/*******Reporting ItemBidding GridView*******/

.GridContainerReportingItemBiddingGridView_0, .GridContainerReportingInvoiceGridView_0
{
    width: 1000px;
}

.GridColumnReportingItemBiddingGridView_0_0
{
    width: 50px;
}

.GridColumnReportingItemBiddingGridView_0_1
{
    width: 315px;
}

.GridColumnReportingItemBiddingGridView_0_2
{
    width: 165px;
}

.GridColumnReportingItemBiddingGridView_0_3
{
    width: 165px;
}

.GridColumnReportingItemBiddingGridView_0_4
{
    width: 160px;
}

.GridColumnReportingItemBiddingGridView_0_5
{
    width: 29px;
    text-align: center;
}

.GridColumnReportingItemBiddingGridView_0_6
{
    width: 81px;
    text-align: right;
}

/***********Reporting Invoice GridView***********/

.GridContainerReportingInvoiceGridView_0
{
    width: 1000px;
}

.GridColumnReportingInvoiceGridView_0_0
{
    width: 50px;
}

.GridColumnReportingInvoiceGridView_0_1
{
    width: 50px;
}

.GridColumnReportingInvoiceGridView_0_2
{
    width: 80px;
}

.GridColumnReportingInvoiceGridView_0_3
{
    width: 80px;
}

.GridColumnReportingInvoiceGridView_0_4
{
    width: 130px;
}

.GridColumnReportingInvoiceGridView_0_5
{
    width: 130px;
}

.GridColumnReportingInvoiceGridView_0_6
{
    width: 80px;
}

.GridColumnReportingInvoiceGridView_0_7
{
    width: 110px;
}

.GridColumnReportingInvoiceGridView_0_8
{
    width: 165px;
}

.GridColumnReportingInvoiceGridView_0_9
{
    width: 84px;
}

.GridColumnReportingInvoiceGridView_0_10
{
    width: 62px;
}

/**************Document Changes GridView***************/

.GridContainerDocumentChangesGridView_0
{
    width:1000px;
}
    
.GridColumnDocumentChangesGridView_0_0
{
    width: 50px;
}

.GridColumnDocumentChangesGridView_0_1
{
    width: 50px;
}

.GridColumnDocumentChangesGridView_0_2
{
    width: 50px;
}

.GridColumnDocumentChangesGridView_0_3
{
    width: 100px;
}

.GridColumnDocumentChangesGridView_0_4
{
    width: 100px;
}

.GridColumnDocumentChangesGridView_0_5
{
    width: 100px;
}

/**************Task GridView**************/

.GridColumnTaskGrid_0_0
{
    width: 50px;
}

.GridColumnTaskGrid_0_1
{
    width: 80px;
}

.GridColumnTaskGrid_0_2
{
    width: 300px;
}

.GridColumnTaskGrid_0_3
{
    width: 85px;
}

.GridColumnTaskGrid_0_4
{
    width: 85px;
}

.GridColumnTaskGrid_0_5
{
    width: 85px;
}

.GridColumnTaskGrid_0_6
{
    width: 75px;
}

.GridColumnTaskGrid_0_7
{
    width: 55px;
}

/* View User Grids */
.GridContainerAdminViewUserGridView_0, .GridContainerAdminViewUserGridView_1, .GridContainerAdminViewUserGridView_2
{
    width: 760px;
}

.GridBodyAdminViewUserGridView_0, .GridBodyAdminViewUserGridView_1, .GridBodyAdminViewUserGridView_2
{
    overflow: auto !important;
}

.GridColumnAdminViewUserGridView_0_0, .GridColumnAdminViewUserGridView_1_0, .GridColumnAdminViewUserGridView_2_0
{
    width: 100px;
}

.GridColumnAdminViewUserGridView_0_1, .GridColumnAdminViewUserGridView_1_1
{
    width: 450px;
}

.GridColumnAdminViewUserGridView_2_1
{
    width: 320px;
}

.GridColumnAdminViewUserGridView_2_3
{
    width: 80px;
}

.GridColumnAdminViewUserGridView_2_4
{
    text-align: right;
    width: 100px;
}

/**************Historical Item Data GridView**************/

#dealPage .GridContainerHistoricalData_0{
  width: 1344px;
}

#dealPage .GridColumnHistoricalData_0_0{
  width: 105px;
}

#dealPage .GridColumnHistoricalData_0_1{
    width: 200px;
}

#dealPage .GridColumnHistoricalData_0_2{
    width: 1005px;
}

.GridContainerHistoricalData_0, .GridContainerRFI_0
{
    width: 506px;
    height: 229px;
}

.GridHeaderHistoryDocumentsGridView_0, .GridHeaderHistoryItemsSoldGridView_0, .GridHeaderHistoryTransactionsGridView_0
{
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}

.GridContainerSellItemAdminHistorical_0 a:hover, .GridContainerSellItemAdminHistorical_0 a:active, .GridContainerSellItemAdminHistorical_0 a:link, .GridContainerSellItemAdminHistorical_0 a:visited,
.GridContainerSellItemAdminItemHistorticalActivityGrid_0 a:hover, .GridContainerSellItemAdminItemHistorticalActivityGrid_0 a:active, .GridContainerSellItemAdminItemHistorticalActivityGrid_0 a:link, .GridContainerSellItemAdminItemHistorticalActivityGrid_0 a:visited,
.GridContainerHistoricalData_0 a:hover, .GridContainerHistoricalData_0 a:active, .GridContainerHistoricalData_0 a:link, .GridContainerHistoricalData_0 a:visited
{
    color: Red;
    text-decoration: underline;
}

.GridContainerHistoricalData_0 td
{
    display: table-cell;
}

.GridColumnHistoricalData_0_0
{
    width: 95px;
}

.GridColumnHistoricalData_0_1
{
    width: 160px;
}

.GridColumnHistoricalData_0_2
{
    width: 220px;
}

.GridContainerHistoryTransactionsGridView_0
{
    width: 475px;
}

.GridColumnHistoryTransactionsGridView_0_0
{
    width: 45px;
}

.GridColumnHistoryTransactionsGridView_0_1
{
    width: 140px;
}

.GridColumnHistoryTransactionsGridView_0_2
{
    width: 85px;
}

.GridColumnHistoryTransactionsGridView_0_3
{
    width: 85px;
}

.GridColumnHistoryTransactionsGridView_0_4
{
    width: 85px;
}

.GridContainerHistoryItemsSoldGridView_0
{
    width: 475px;
}

.GridColumnHistoryItemsSoldGridView_0_0
{
    width: 85px;
}

.GridColumnHistoryItemsSoldGridView_0_1
{
    width: 280px;
}

.GridColumnHistoryItemsSoldGridView_0_2
{
    width: 82px;
}


.GridContainerHistoryItemsBoughtGridView_0, .GridContainerHistoryDocumentsGridView_0
{
    width: 475px;
}

.GridColumnHistoryItemsBoughtGridView_0_0
{
    width: 85px;
}

.GridColumnHistoryItemsBoughtGridView_0_1
{
    width: 210px;
}

.GridColumnHistoryItemsBoughtGridView_0_2
{
    width: 85px;
}

.GridColumnHistoryItemsBoughtGridView_0_3
{
    width: 75px;
}

.GridColumnHistoryDocumentsGridView_0_0
{
    width: 90px;
}

.GridColumnHistoryDocumentsGridView_0_1
{
    width: 85px;
}

.GridColumnHistoryDocumentsGridView_0_2
{
    width: 200px;
}

.GridColumnHistoryDocumentsGridView_0_3
{
    width: 70px;
}

.GridBodyRating_0, .GridBodyRating_1
{
    overflow: auto !important;
}

.GridBodyRating_0 td, .GridBodyRating_1 td
{
    display: table-cell;
}

.GridColumnRating_0_0
{
    width: 190px;
}

.GridColumnRating_0_1
{
    width: 40px;
}

.GridColumnRating_0_2
{
    width: 235px;
}

.GridColumnRating_1_0
{
    width: 313px;
}

.GridColumnRating_1_1
{
    width: 65px;
}

.GridColumnRating_1_2
{
    width: 85px;
}

/**Featured Items**/

.GridColumnFeaturedItem_0_0
{
    width: 80px;
}

.GridColumnFeaturedItem_0_1
{
    width: 400px;
}

.GridColumnFeaturedItem_0_2
{
    width: 85px;
}

.GridColumnFeaturedItem_0_3
{
    width: 85px;
}

.GridColumnFeaturedItem_0_4
{
    width: 55px;
    text-align: center;
}

/*****************Item Expiration Gird*****************/

.GridContainerItemExpirationGrid_0 {
    width: 900px;
}

.GridColumnItemExpirationGrid_0_0 {
    width: 60px;
}

.GridColumnItemExpirationGrid_0_1 {
    width: 267px;
}

.GridColumnItemExpirationGrid_0_2 {
    width: 167px;
}

.GridColumnItemExpirationGrid_0_3 {
    width: 217px;
}

.GridColumnItemExpirationGrid_0_4 {
    width: 55px;
}

.GridColumnItemExpirationGrid_0_5 {
    width: 100px;
}

.GridBodyAdminMessages_0 {
  overflow: auto !important;
}

.GridBodyAdminMessages_1 {
  overflow: auto !important;
}

/*** Sell Item Historical Activity***/

.GridContainerSellItemAdminHistorical_0 {
  width: 956px;
}

.GridColumnSellItemAdminHistorical_0_0 {
  width: 72px;
  display: table-cell !important;
}

.GridColumnSellItemAdminHistorical_0_1 {
  width: 146px;
  display: table-cell !important;
}

.GridColumnSellItemAdminHistorical_0_2 {
  width: 707px;
  height: auto !important;
  display: table-cell !important;
}

.GridContainerSellItemAdminItemHistorticalActivityGrid_0 {
  width: 511px;
}

.GridColumnSellItemAdminItemHistorticalActivityGrid_0_0 {
  width: 72px;
  display: table-cell !important;
}

.GridColumnSellItemAdminItemHistorticalActivityGrid_0_1 {
  width: 146px;
  display: table-cell !important;
}

.GridColumnSellItemAdminItemHistorticalActivityGrid_0_2 {
  width: 260px;
  height: auto !important;
  display: table-cell !important;
}

/** Trusted Grid */

.GridContainerNewTrustedListing_0 {
  width: 1100px;
}

.GridColumnNewTrustedListing_0_0 {
  width: 20px;
}

.GridColumnNewTrustedListing_0_1 {
  width: 65px;
}

.GridColumnNewTrustedListing_0_2 {
  width: 525px;
}

.GridColumnNewTrustedListing_0_3 {
  width: 95px;
}

.GridColumnNewTrustedListing_0_4 {
  width: 250px;
  padding-left: 10px;
}

.GridColumnNewTrustedListing_0_5 {
  width: 95px;
}

/**********************************************************************************************************/
/**********************************************Search Item Control*****************************************/
/**********************************************************************************************************/

.SearchTitle #HeaderItem
{
    width:350px;
}

/**********************************************************************************************************/
/************************************************List  View************************************************/
/**********************************************************************************************************/

.ListViewTitle {
  height: auto !important;
  border-top: none !important;
  margin: 0px !important;
}

.ListViewBody {
  overflow: auto;
  margin: auto 15px;
  height: 457px;
  border: 1px solid #f5f5f5;
  list-style: none;
  padding: 0px;
  color: #5b5b5b;
}

.ListViewBody li {
  padding: 8px 0px;
  border-bottom: 1px dotted #c3c3c3;
}

.ListViewBody li:nth-child(even) {
 background-color: #f5f5f5;
}

.ListViewBody div {
  display: inline-block;
}

.ListViewBody a {
  color: inherit;
  text-decoration: none;
}

.ListViewItemNameHeader {
  width: 480px;
}

.ListViewClearanceHeader {
  width: 75px;
}

.ListViewAskingPriceHeader {
  width: 90px;
}

.ListViewLocationNameHeader {
  width: 110px;
  padding-left: 30px;
}

.ListViewItemName {
  width: 500px;
  margin-left: 5px;
}

.ListViewClearance {
  width: 15px;
  text-align: center;
}

.ListViewClearance img {
}

.ListViewAskingPrice {
  width: 120px;
  text-align: right;
}

.ListViewLocationName {
  width: 125px;
  text-align: center;
}

.ToggleListViewButton {
  padding: 3px; 
  display: inline-block; 
  float: right;
}

.ToggleListViewButton > .search_findit {
  padding: 4px; 
  width: auto; 
  height: auto; 
  float: none;
}

/**********************************************************************************************************/
/**********************************************Register  Style*********************************************/
/**********************************************************************************************************/
#Address
{
    width: 239px;
    float: left;
    padding: 7px;
}

#Address select
{
    width: 142px;
}


#PersonalInfo
{
    width: 239px;
    float: left;
    padding: 7px;
}

#PersonalInfo select
{
    width: 142px;
}

#SecondaryPersonalInfo
{
    width: 239px;
    float: left;
    padding: 7px;
}

#SecondaryPersonalInfo select
{
    width: 142px;
}

#Other
{
    width: 239px;
    float: left;
    padding: 7px;
}

.blueWarning
{
    color: Blue;
    padding-left: 3px;
    font-size: 10pt;
}

#Other select
{
    width: 142px;
}

/***Want Ad***/

#WantAds
{
    width: 500px;
    border: 2px solid black;
}

#WantAds ul
{
    width: inherit;
    padding: 0;
    margin: 0;
}

#WantAds li
{
    display: inline-block;
}

#WantAds p
{
    margin: 0;
    padding: 0;
    width: 80px;
}

.LeftWantAd
{
    padding: 0;
    margin: 0;
    width: 20%;
    display: inline-block;
    text-align: right;
}

.RightWantAd
{
    padding: 0;
    margin: 0;
    width: 79%;
    display: inline-block;
}

.WantAdInnerUL
{
    list-style: none;
    margin: 0;
    padding: 0;
    width: 528px;
}

.UnReadMessage
{
    font-weight: bold;
}

.ReadMessage
{
    font-weight: lighter;
}

.Registration
{
    font-size: medium;
}

.loginSubmitButton
{
    margin-left: auto;
    margin-right: auto;
    width: 200px;
}

.submitButton
{
}

.loginInfo
{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 320px;
}

.loginInfo li
{
    list-style-type: none;
}

.LoginWindow ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

.LoginWindow li {
  margin: 0;
  padding: 0;
}



.accountInfo {
  vertical-align: top;
}

.accountInfo ul {
  margin: 0px;
  padding: 0px;
}

.accountInfo li
{
    list-style-type: none;
}

.accountInfo p {
  color: #18305C;
  font-weight: bold;
  text-align: center;
}

.accountInfo .BubbleHeader p {
  color: white;
}

.register {
  color: #18305C;
}

.register li {
  display: inline-block;
}

.register li:first-child {
  width: 165px;
  text-align: right;
}
.register > #PersonalInfo,
.register > #Address {
  width: auto;
}

.Bubble
{
    background-color: White;
    border: 1px solid #a3a3a3;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-topleft: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    margin-bottom: 5px;
}

.PersonalHeader p
{
    background-color: #ff8722;
    font-weight: normal;
}

.Personal
{
    border: 1px solid #ff8722;
}

.BubbleHeader
{
    background-color: #013d79;
    color: #fff;
    display: block;
    width: inherit;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-topleft: 6px;
}

.BubbleHeader p
{
    padding: 6px 0 5px 5px;
    font-weight: bold;
    font-size: 11px;
    margin: 0;
}

.BubbleBody
{
    display: block;
    width: inherit;
    height: 460px;
    background-color: #fff;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    behavior: url(border-radius.htc);
    color: #1f1f1f;
    font-size: 11px;
}

.BubbleBody a
{
    color: Blue;
    text-decoration: none;
    overflow: hidden;
    width: inherit;
}

.BubbleBody li
{
}

.InnerBubble
{
    margin: 5px auto;
    display: block;
    width: 210px;
    border: 1px solid #c9c9c9;
    border-radius: 6px;
    -moz-border-radius: 6px;
}

.InnerBubbleHeader
{
    display: block;
    width: inherit;
    min-height: 20px;
    background-color: #f6f6f6;
    color: #9d9d9d;
    font-weight: bold;
    border-bottom: 1px solid #eaeaea;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-topleft: 6px;
}

.InnerBubbleHeader p, .InnerBubbleHeader a
{
    color: inherit;
    display: block;
    padding: 4px;
    margin: 0;
}

.InnerBubbleBody
{
    display: block;
    width: inherit;
    height: auto;
    background-color: #fff;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    behavior: url(border-radius.htc);
    color: #1f1f1f;
    font-size: 11px;
}
.InnerBubbleBody li
{
    border-bottom: 1px dotted #c9c9c9;
}

.NameHeader
{
    font-size: 20pt;
    color: White;
    font-weight: bold;
}

/**********************************************************************************************************/
/***************************************************Tabs***************************************************/
/**********************************************************************************************************/

.Tabs
{
    margin: 0;
    padding: 0;
}

.Tabs ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: 26px;
    position: relative;
}

.Tabs li
{
    display: inline-block;
    margin: 0;
    padding: 0;
    position: absolute;
    cursor: pointer;
}


.TabStop
{
    margin: auto;
    padding: auto;
}

.TabStop ul
{
    list-style-type: none;
    margin: auto;
    padding: auto;
    height: auto;
    position: static;
}

.TabStop li
{
    display: list-item;
    margin: auto;
    padding: auto;
    position: static;
    cursor: auto;
}

.TabFlash
{
    display: block;
    width: 125px;
    height: 26px;
    background: url(../images/tab_flash.gif) bottom left no-repeat;
}

.TabInActive
{
    display: block;
    width: 125px;
    height: 26px;
    background: url(../images/tab_inactive.png) bottom left no-repeat;
}

.TabActive
{
    display: block;
    width: 125px;
    height: 26px;
    background: url(../images/tab_active.png) bottom left no-repeat;
}

.TabActiveOrange
{
    display: block;
    width: 125px;
    height: 26px;
    background: url(../images/tab_active_orange.png) bottom left no-repeat;
}

.TabSpan
{
    display: block;
    width: inherit;
    height: inherit;
    color: #FFFFFF;
    padding: 4px 0 0 7px;
}

.TabSpan a
{
    color: inherit;
    text-decoration: none;
}

.OrangeLine
{
    background-color: Orange;
    height: 4px;
    margin-left: 2px;
}

/* ================================================================================================ */
/* ============================================ Search ============================================ */
/* ================================================================================================ */

.SearchContainer
{
    display: block;
    width: 765px;
    height: 547px;
    background: White;
    float: right;
    margin-right: 7px;
    margin-bottom: 7px;
    border: 1px solid #c1c9d0;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-topleft: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
}

.SearchContainerOffering, .SearchContainerSelling, .SearchContainerHistoryOffering, .SearchContainerHistorySelling
{
    border: 1px solid #ff8722;
}

.SearchHeader
{
    color: #fff;
    display: block;
    width: inherit;
    height: 25px;
    background-color: #013d79;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-topleft: 6px;
}

.SearchHeaderOffering, .SearchHeaderSelling, .SearchHeaderHistoryOffering, .SearchHeaderHistorySelling
{
    background-color: #ff8722;
}

.SearchHeader p
{
    padding: 6px 0 5px 5px;
    font-weight: bold;
    font-size: 11px;
    margin: 0;
}

.SearchHeaderInfo
{
    display: block;
    width: inherit;
    height: 22px;
    background-color: #f6f6f6;
    border-bottom: 1px solid #eaeaea;
    border-top: 1px solid #a3a3a3;
    color: #5b5b5b;
    text-shadow: 1px 1px 1px #fff;
}

.SearchHeaderInfo span
{
    margin-left: 10px;
}

#SearchPaginationActive, #SearchPaginationGroupActive, #SearchPaginationActiveLower, #SearchPaginationGroupActiveLower
{
    background-color: #96c0e6;
    color: #fff;
    font-weight: bold;
}

.SearchPagination
{
    min-height: 72px;
    width: auto;
    padding: 0px 0px 0px 0px;
    text-align: right;
    position: relative;
    background: rgba(145, 184, 225, 0.75);
}

.SearchPagination ul
{
    list-style: none;
    margin: 0px;
    padding: 4px 0px;
}

.SearchPagination li
{
    display: inline-block;
}

.SearchPagination li a:link, .SearchPagination li a:visited
{
    background-color: #18305C;
    border: 1px solid #eaeaea;
    text-decoration: none;
    text-align: center;
    color: white;
    padding: 2px 0px;
    width: 23px;
    display: block;
}

.SearchPagination li a:hover
{
    background-color: #96c0e6;
    color: #fff;
}

.SearchTitle
{
    height: 40px;
    margin-left: 15px;
    margin-right: 15px;
    width: auto;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #dfdfdf;
    padding-top: 5px;
    padding-bottom: 4px;
}

.SearchTitle ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.SearchTitle li
{
    display: inline-block;
    line-height: 14px;
}

.SearchResults
{
    overflow: auto;
    margin-left: 15px;
    margin-right: 15px;
    display: block;
    height: 390px;
    width: auto;
    border-top: 1px solid #f5f5f5;
}

.SearchResults ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.SearchResults li
{
    padding: 8px 0px;
    border-bottom: 1px dotted #c3c3c3;
}

.SearchResults li:nth-child(even)
{
    background-color: #f5f5f5;
}

.NewSearchBottom {
  padding: 0px 0px 10px 0px;
}

#HeaderItem
{
    width: 348px;
    padding: 4px 4px 4px 107px;
}

#HeaderAgreedPrice
{
    width: 106px;
}

#HeaderAskingPrice
{
    width: 95px;
    text-align: right;
}

#HeaderLocation
{
    width: 115px;
    text-align: center;
}
.SearchResultThumb
{
    padding-right: 8px;
}

.SearchResultThumb img
{
    display: block;
    width: 100px;
    height: 70px;
}
.SearchResultItem
{
    width: 370px;
    vertical-align: top;
    margin-top: 21px;
}

.SearchResultAgreedPrice
{
    width: 110px;
}

.SearchResultClearance
{
    width: 20px;
    vertical-align: top;
    margin-top: 21px;
}

.SearchResultAskingPrice
{
    width: 95px;
    text-align: right;
    vertical-align: top;
    margin-top: 24px;
}

.SearchResultLocation
{
    width: 80px;
    height: 14px;
    vertical-align: top;
    margin-top: 24px;
    overflow: hidden;
    text-align: right;
}

.SearchResultAgreedPrice, .SearchResultLocation, .SearchResultAskingPrice, .SearchResultClearance
{
    padding-top: 12px;
}

.SearchResultAgreedPrice, .SearchResultAskingPrice
{
    font-size: 12px;
}


.SearchResultThumb, .SearchResultItem, .SearchResultAgreedPrice, .SearchResultClearance, .SearchResultLocation, .SearchResultAskingPrice, .SearchResultReference
{
    display: inline-block;
    line-height: 14px;
    color: #5b5b5b;
}

#SearchAdvanced
{
    display: none;
    float: right;
    margin-right: 7px;
}

#SearchAdvanced ul
{
    margin: 0;
    list-style-type: none;
    padding: 0;
}

#SearchAdvanced li
{
    margin: 0;
    display: inline-block;
    padding: 0;
}

.SearchPageGroup
{
    width: 50px !important;
}

.SellingItem
{
    width: 320px !important;
}

.SellingReference
{
    width: 60px !important;
}

.SellingAskingPrice
{
    width: 100px !important;
}

.SellingButton
{
    width: 115px !important;
    text-align: center !important;
}

.SelectedRowSearch
{
    background-color: #FFD0B0 !important;
}

/* ================================================================================================ */
/* ========================================= Item  Detail ========================================= */
/* ================================================================================================ */

.ItemDetail
{
    display: block;
    width: auto;
    background-color: #fff;
    position: relative;
    color: #1f1f1f;
    font-size: 12px;
    padding-left: 17px;
    padding-right: 17px;
    margin-bottom: 7px;
    line-height: 22px;
}

.ItemDetail ul
{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.ItemDetail li
{
    border-bottom: 1px dotted #c9c9c9;
    padding: 0px;
}

.ItemDetail span
{
    font-weight: bold;
    display: inline-block;
    float: left;
    width: 150px;
}

.NoResize
{
    resize: none;
}

.OrangeButtonTitleBar
{
  background-image:url("https://www.bid-on-equipment.com/Images/button.jpg");
  background-size: 335px 40px;
  background-repeat: no-repeat;
  height:40px;
  width:335px;
  font-size:28px;
  color:#fff;
}


.OrangeButton
{
    background: #ff8722;
    border: 1px solid #eaeaea; /*font-family: Verdana, Arial, Helvetica, sans-serif;*/
    font-size: 10px;
    color: #fff;
    font-weight: bold; /*width:143px;*/
    margin-top: 6px; /*text-transform:uppercase;*/
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    cursor: pointer;
    border-radius: 7px;
    -moz-border-radius: 7px;
}
.OrangeButtonLarge
{
    background: #ff8722;
    border: 1px solid #eaeaea; /*font-family: Verdana, Arial, Helvetica, sans-serif;*/
    font-size: 14px;
    color: #fff;
    font-weight: bold; /*width:143px;*/
    margin-top: 6px; /*text-transform:uppercase;*/
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    cursor: pointer;
    border-radius: 7px;
    -moz-border-radius: 7px;
}

.RegisterHyperLinkButton {
  width: 100%; 
  font-size: initial; 
  border-radius: 4px; 
  display: block; 
  padding: 3px 0; 
  text-align: center; 
  text-decoration: none;
}

.RegistrationBubbleBody ul
{
    margin: 0;
    padding: 5px 0 0 15px;
}

.RegistrationInnerBubbleBody
{
    padding: 0 0 5px 0;
}

.RegistrationBubbleBody input
{
    width: 200px;
}

.RegistrationInnerBubbleBody ul
{
    margin: 0;
    padding: 5px 0 0 15px;
}


.RegistrationInnerBubbleBody input
{
    width: 175px;
}

.accountInfo input
{
    width: 200px;
}

.accountInfo select
{
    width: 210px;
}

.OverideInputSize input
{
    width: auto;
}

.ruBrowse
{
    padding: 3px 10px;
    background: #f48201 url('/Images/button_bg.gif') repeat-x left top !important;
    border: 1px solid #eaeaea !important;
    font-family: Arial, Verdana !important;
    font-size: 10px !important;
    color: #FFF !important;
    font-weight: bold !important; /*width:143px;*/ /*text-transform:uppercase;*/
    cursor: pointer !important;
    border-radius: 7px !important;
    -moz-border-radius: 7px !important;
}

.ruClear, .ruRemove
{
    padding: 3px 10px;
    background: #f48201 url('/Images/button_bg.gif') repeat-x left top !important;
    border: 1px solid #eaeaea !important;
    font-family: Arial, Verdana !important;
    font-size: 10px !important;
    color: #FFF !important;
    font-weight: bold !important; /*width:143px;*/ /*text-transform:uppercase;*/
    cursor: pointer !important;
    border-radius: 7px !important;
    -moz-border-radius: 7px !important;
}

.sellerInfoBox
{
    margin-bottom: 5px;
    background-color: White;
    border: 1px solid grey;
}

/* ================================================================================================ */
/* ===================================== OverLay ItemProgress ===================================== */
/* ================================================================================================ */

.overlay
{
    background-color: #fff;
    text-align: center;
    padding: 20px;
}

.overlay h1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #5b5b5b;
}

.overlay h1 a:link, .overlay h1 a:visited
{
    color: #013d79;
    text-decoration: none;
}

.overlay h1 a:hover
{
    color: #ff5d22;
}

.bidcontact
{
    display: block;
    position: absolute;
    right: 34px;
    top: 32px;
    background-color: #eeeeee;
    color: #5b5b5b;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    padding: 8px;
    text-shadow: 1px 1px #fff;
    float: right;
}

.bidcontact:hover
{
    background-color: #e6e6e6;
}

.status-container
{
    display: block;
    position: relative;
    margin: 0px auto;
    width: 936px;
}

.status
{
    display: block;
    float: left;
    width: 104px;
    text-align: center;
    color: #5b5b5b;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    overflow: hidden;
}

.inactive.status
{
    color: #b8b8b8;
}

.inactive.status div
{
    display: block;
    height: 49px;
    width: 104px;
    background: url(/Images/inactive.gif) no-repeat;
    background-position: top center;
}

.inactive.status div.last
{
    display: block;
    height: 49px;
    width: 104px;
    background: url(/Images/inactive-last.gif) no-repeat;
    background-position: 0px 0px;
}

.status div.last
{
    display: block;
    height: 49px;
    width: 104px;
    background: url(/Images/passed-last.gif) no-repeat;
    background-position: 0px 0px;
}

.inactive.status div.first
{
    display: block;
    height: 49px;
    width: 104px;
    background: url(/Images/inactive-first.gif) no-repeat;
    background-position: 12px 0px;
}

.status div.first
{
    display: block;
    height: 49px;
    width: 104px;
    background: url(/Images/passed-first.gif) no-repeat;
    background-position: 12px 0px;
}

.status div
{
    display: block;
    height: 49px;
    width: 104px;
    background: url(/Images/passed.gif) no-repeat;
    background-position: top center;
}

.status span
{
    display: block;
    font-weight: bold;
    border-bottom: 1px dotted #bfbfbf;
    margin-bottom: 10px;
    height: 42px;
}

.clear
{
    clear: both;
}

.overlay-close
{
    display: inline-block;
    background-color: #013d79;
    color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    padding: 8px;
    margin-top: 15px;
}

.overlay-close:hover
{
    background-color: #ff5d22;
}

.Validation ul
{
    margin: 20px 0 0 15px;
    padding: 0;
}

.MyBidOnButtons
{
    width: 531px;
    margin: 0 auto;
}

.scalethumbnail
{
    max-height: 57px;
    min-height: 57px;
}

/* ================================================================================================ */
/* ========================================= Help Page ============================================ */
/* ================================================================================================ */
.helpLeft
{
    float: left;
    height: 500px;
    width: 220px;
    margin-left: 10px;
}

.helpCenter
{
    float: left;
    height: 500px;
    width: 502px;
    margin-left: 10px;
}

.helpRight
{
    float: left;
    height: 500px;
    width: 245px;
    margin-left: 10px;
}

.helpLeftBody, .helpRightBody
{
    margin: 5px;
}

.helpCenterBody
{
    margin-left: 9px;
    overflow: auto;
    height: 475px;
}

.helpCenterBody ol, .helpLeftBody ol
{
    padding-left: 16px;
}

/* ================================================================================================ */
/* ======================================= Miscellaneous ========================================== */
/* ================================================================================================ */

.AdminImageButtons
{
    width: 100px;
    padding: 3px 0;
    margin: 2px 0;
    font-size: 10px !important;
}

.searchSortFilter
{
    font-size: 10pt;
    padding: 2px 2px 2px 2px;
}

.orangeText
{
    color: #FF8722;
}


.DealsReportInnerBubble
{
    width: 180px;
    display: inline-block;
    float: left;
    margin: 2px;
    height: 201px;
}



/* ================================================================================================ */
/* ======================================= DROP DOWN LIST========================================== */
/* ================================================================================================ */


.CategoryDropDownList > ul
{
    margin: 0 2px;
    padding: 0 0 0 4px;
    border-top: 1px solid grey;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: White;
    position: absolute;
    /*width: 216px;*/
    z-index: 10000;
}

.CategoryDropDownList> ul > li
{
    list-style-type: none;
    white-space: nowrap;
    padding: 2px !important;
}

.CategoryDropDownList> ul > li:hover
{
    list-style-type: none;
    background: #EFEFF0;
}

.CategoryDropDownList> ul > li > a
{
    text-decoration: none;
    color: Black;
    cursor: default;
    width: 100%;
    display: block;
}

.MenuContainer {
  border: 0;
  color: #fe5922;
  font-size: 0.9em;
  padding: 0;
  height: auto;
  border-radius: 4px;
  overflow: hidden;
  cursor: default;
  background-color: White;
}

.MenuContainer:hover
{ background-color: transparent;
}

#Selected
{
    vertical-align: sub;
    display: inline-block;
    height: inherit;
}

.PopularMenu
{
    display: none;
}

.PopularMenuShown
{
    display: block;
}

/* ================================================================================================ */
/* ==================================== Customer Support ========================================== */
/* ================================================================================================ */

#csbox
{
    background: #ffffff;
    width: 909px;
    margin-left: auto;
    margin-right: auto;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 2px 2px 3px 1px #000;
    box-shadow: 2px 2px 3px 1px #000;
    margin-bottom: 15px;
    display: block;
}

#csbox > li
{
    display: inline-block;
    vertical-align: top;
}

#helpcontainer
{
    background: #ffffff;
    width: 959px;
    height: 500px;
    margin-left: auto;
    margin-right: auto;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 2px 2px 3px 1px #000;
    box-shadow: 2px 2px 3px 1px #000;
    font-size: 16px;
}

#menubox
{
    background: #366092;
    width: 175px;
    height: 450px;
    padding-top: 40px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.leftbutton
{
    float: left;
    margin: auto;
}

.middlebutton
{
    margin-left: auto;
    margin-right: auto;
    float: left;
}
.rightbutton
{
    float: left;
    margin: auto;
}
#banner
{
    margin-left: auto;
    margin-right: auto;
}

.leftcolumn
{
    width: 265px;
    height: 340px;
    float: left;
    padding-top: 30px;
    padding-bottom: 5px;
    padding-right: 20px;
    padding-left: 27px;
}

.rightcolumn
{
    width: 275px;
    height: 340px;
    float: left;
    padding-top: 25px;
    padding-bottom: 5px;
    padding-right: 10px;
    padding-left: 20px;
}

.middlecolumn
{
    width: 275px;
    height: 340px;
    float: left;
    padding-top: 25px;
    padding-bottom: 5px;
    padding-right: 25px;
    padding-left: 25px;
}
/* ================================================================================================ */
/* ==================================== Privacy Policy ============================================ */
/* ================================================================================================ */

.ppcontainer
{
    background: #ffffff;
    width: 750px;
    height: 440px;
    margin-left: 15px;
    margin-bottom: 15px;
    -webkit-box-shadow: 2px 2px 3px 1px #000;
    box-shadow: 2px 2px 3px 1px #000;
    float: left;
    overflow: auto;
    padding: 10px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    font-size: 16px;
}




/* ================================================================================================ */
/* ==================================== Help ====================================================== */
/* ================================================================================================ */

.helpmenu
{
    background: #ff9933;
    width: 200px;
    height: 500px;
    margin-left: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 2px 2px 3px 1px #000;
    box-shadow: 2px 2px 3px 1px #000;
    float: left;
}
.ccontainer
{
    background: #ffffff;
    width: 750px;
    height: 500px;
    margin-left: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 2px 2px 3px 1px #000;
    box-shadow: 2px 2px 3px 1px #000;
    float: left;
    overflow: auto;
}

.orangeheader
{
    background: #ff9933;
    width: 770px;
    height: 40px;
    -moz-border-radius: 15px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    text-align: center;
    color: #ffffff;
    font-size: 35px;
    float: left;
    margin-left: 15px;
    margin-top: 15px;
}

.buttoncontainer
{
    text-align: center;
}
.helpcontent
{
    font-size: 16px;
}
/* ================================================================================================ */
/* ==================================== Contact Us ================================================ */
/* ================================================================================================ */

.googlemaps
{
    text-align: center;
}

.cuheader
{
    background: #ff9933;
    width: 340px;
    height: 30px;
    -moz-border-radius: 15px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    text-align: center;
    color: #ffffff;
    font-size: 25px;
    float: left;
    margin-top: 15px;
    float: left;
}
.cugcontainer
{
    background: #d3d3d3;
    width: 340px;
    height: 230px;
    float: left;
    -moz-border-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    font-size: 18px;
    text-align: center;
}
.cuspcontainer
{
    background: #d3d3d3;
    width: 339px;
    height: 230px;
    float: left;
    -moz-border-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    font-size: 15px;
    padding-left: 1px;
}
.cuwrapper
{
    width: 340px;
    height: 260px;
    background: #fff;
    float: left;
    margin-left: 18px;
    margin-bottom: 20px;
}

/* ================================================================================================ */
/* ==================================== Terms and Conditions ====================================== */
/* ================================================================================================ */


.tccontainer
{
    background: #ffffff;
    width: 750px;
    height: 440px;
    margin-left: 15px;
    margin-bottom: 15px;
    -webkit-box-shadow: 2px 2px 3px 1px #000;
    box-shadow: 2px 2px 3px 1px #000;
    float: left;
    overflow: auto;
    padding: 10px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

/* ================================================================================================ */
/* ==================================== Most Common Questions ===================================== */
/* ================================================================================================ */


.mcqcontainer
{
    background: #ffffff;
    width: 750px;
    height: 440px;
    margin-left: 15px;
    margin-bottom: 15px;
    -webkit-box-shadow: 2px 2px 3px 1px #000;
    box-shadow: 2px 2px 3px 1px #000;
    float: left;
    overflow: auto;
    padding: 10px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.mcqheader
{
    font-size: 16px;
    color: red;
}

/* ================================================================================================ */
/* ==================================== About Us ================================================== */
/* ================================================================================================ */


.aucontainer
{
    background: #ffffff;
    width: 750px;
    height: 440px;
    margin-left: 15px;
    margin-bottom: 15px;
    -webkit-box-shadow: 2px 2px 3px 1px #000;
    box-shadow: 2px 2px 3px 1px #000;
    float: left;
    overflow: auto;
    padding: 10px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    font-size: 16px;
}

.floatleft
{
    float: left;
    margin: 4px;
    clear: left;
}

.floatright
{
    float: right;
    margin: 4px;
    clear: right;
}

.auheader
{
    text-align: center;
    font-size: 20px;
    position: absolute;
    overflow: hidden;
}

.customerSupportUL
{
    list-style: none;
    margin: 0px;
    padding: 15px;
}

.customerSupportUL > li
{
    display: block;
    height: 175px;
    width: 265px;
}

.customerSupportUL > li > div
{
    margin: 0 7px;
    text-align: center;
}




.left
{
    text-align: justify;
}

/* ================================================================================================ */
/* ======================================== Featured Items ======================================== */
/* ================================================================================================ */

.ui-autocomplete
{
    background: white;
    height: 300px;
    width: 600px;
    overflow: auto;
    border: 1px solid black;
    padding: 0 0 0 8px;
}

.ui-autocomplete > li
{
    list-style: none;
}

.featuredItemTd
{
    
    color: white;
    border-style: solid;
    border-radius: 10px;
    border-color: #ff8722;
    padding: 5px;
    border-width: 4px;
    text-align: center;
    vertical-align: middle;
    font-size: 9pt;
    display: none;
}

/*****************************************************
 * generic styling for ALS elements: outer container
 ******************************************************/

.als-container
{
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0px;
    z-index: 0;
}

/****************************************
 * viewport styling
 ***************************************/

.als-viewport
{
    position: relative;
    overflow: hidden;
    margin: 0px;
    text-align: center;
    left: 10px;
}

/***************************************************
 * wrapper styling
 **************************************************/

.als-wrapper
{
    position: relative; /* if you are using a list with <ul> <li> */
    list-style: none;
    left: -9px;
}

#featuredItemContainerLeft .als-item, #featuredItemContainerRight .als-item
{
    margin: 0px 5px;
    padding: 4px 0px;
    min-height: 160px;
    min-width: 160px;
}

#featuredItemContainerLeft .als-item img, #featuredItemContainerRight .als-item img
{
    display: block;
    margin: 0;
    vertical-align: middle;
}

/*************************************
 * item: single list element
 ************************************/

.als-item
{
    position: relative;
    display: block;
    text-align: left;
    cursor: pointer;
    float: left;
    top: 0px;
}

/***********************************************
 * prev, next: buttons styling
 **********************************************/

.als-prev, .als-next
{
    position: absolute;
    cursor: pointer;
    clear: both;
}

#featuredItemContainerLeft .als-prev, #featuredItemContainerLeft .als-next, #featuredItemContainerRight .als-prev, #featuredItemContainerRight .als-next
{
    top: 75px;
    z-index: 1000;
}

#featuredItemContainerLeft .als-prev, #featuredItemContainerRight .als-prev
{
    left: 5px;
}

#featuredItemContainerLeft .als-next, #featuredItemContainerRight .als-next
{
    right: 5px;
}


/* ================================================================================================ */
/* ============================= Premier Ads Customer Support Section ============================= */
/* ================================================================================================ */
 
#premier_content 
{
    width:740px;
    font-size:16px;
}

.premier_header 
{
    font-size:18px;
    font-weight:bold;          
}


/* ================================================================================================ */
/* ================================== JavaScript  Answer Control ================================== */
/* ================================================================================================ */

#accordion {
  width: 970px;
  height: 600px;
  overflow: auto;
  margin-bottom: 15px;
}

.ui-accordion-header a 
{
    margin-left: 20px;
}

.ui-accordion-content 
{
    padding-bottom: 20px !important;
}


/* ================================================================================================ */
/* ========================================== Photo List ========================================== */
/* ================================================================================================ */

#photoList {
  text-align:center;
  list-style: none;
  margin: 0;
  padding: 0;
}

  #photoList li {
    display:inline-block;
    vertical-align: middle;
    margin: 5px;
  }

.listImage {
  width: 200px;
  height: 200px;
}

.listButton {
  width: 75px;
  text-align: center;
}

/* ================================================================================================ */
/* ======================================= Photo List Admin ======================================= */
/* ================================================================================================ */

.adminPhotoButtons {
  position: static !important;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.adminPhotoButtons > li {
  cursor: pointer;
  margin: 2px;
}

.adminPhotoButtons > li > span {
  border-radius: 4px;
  background-color: grey;
  color: white;
  text-align: center;
  display: table-cell;
  width: 146px;
  height:146px;
  vertical-align: middle;
  border: 2px solid black;
}

.adminPhotoButtons > li > span:hover {
  background-color: black;
  border-color: grey;
}

.adminPhotoButtons > li > span:active {
  background-color: black;
  border-color: black;
}

.adminPhotoButtonsSelected {
  background-color: black !important;
  border-color: black !important;
}

.imageAdminControl {
  background-color: aliceblue;
  display: inline-block;
  width: 790px;
  height: 455px;
  vertical-align: top;
  overflow: auto;
}

.imageAdminControl > div {
  width: 122px;
  height: 122px;
  border: 2px solid transparent;
  margin: 1px;
  padding: 0;
  display: inline-block;
  position: relative;
}

.imageAdminControl > div > img {
  width: inherit;
  height: inherit;
}

.imageSelected {
  border: 2px solid black !important;
}

.imageSelected::after {
  content: "✔";
  position: absolute;
  top: 0px;
  right: 0px;
  height: 43px;
  width: 43px;
  color: white;
  background-color: black;
  text-align: center;
  vertical-align: middle;
  font-size: 37px;
}

.defaultPic {
  border: 2px solid orange !important;
}


#ImageHover {
  border: 12px solid whitesmoke;
  width: 430px;
  height: 430px;
  position: absolute;
  left: 360px;
  top: 13px;
  z-index: 1000;
}

#ImageHover > div > img {
  width: inherit;
  height: inherit;
}


/* ================================================================================================ */
/* ======================================== Similar  Items ======================================== */
/* ================================================================================================ */

.SimilarItemsUL {
  text-align: center;
  margin: 6px 0px 0px 0px;
  padding: 0;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
}

.SimilarItemsUL > li {
  display:inline-block;
  list-style: none;
  border: 2px solid transparent;
  width: 214px;
  border-radius: 10px;
  padding: 7px;
  margin: 0 4px;
  white-space: initial;
}

.SimilarItemsUL > li > a > img {
  width: 208px;
  height: 162px;
}

.SimilarItemName {
  height: 3em;
  overflow: hidden;
  margin-right: 15px;
}

.SimilarItemPrice {
  display: inline-block;
  width: 48%;
}

.ExportButton {
  position: absolute;
  margin: -24px 0 0 -56px;
}

/***new design***/
.navigationDropDown {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 18px;
}

.navigationDropDown > li {
  display: inline-block;
  border: 0;
  padding: 0 0 0 1.2em;
  margin: 0;
}

.navigationDropDown > li:last-child {
  border-right: none;
}

.navigationDropDown > li a {
  text-decoration: none;
  color: #11192e;
  display: block;
  transition: color 0.25s ease-out;
}

.navigationDropDown > li a:hover, .navigationDropDown > li a:focus {
  color: #862201;
  transition: color 0.25s ease-in; 
}

.navigationDropDown .icon {
  font-size: 1.6em;
  display: inline-block;
  vertical-align: middle;
}

.navigationDropDown .icon.icon-binoculars {
  font-size: 1.3em;
}

.navigationSubMenu {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  position:absolute;
  z-index: 1009;
}

.navigationSubMenu > li{
  background-color: #f6f6f6;
  border-bottom: 1px solid #ccc;
}

.navigationSubMenu > li > a {
  padding: 4px 8px;
  text-decoration: none;
  text-align: left;
  color: black;
}

.navigationDropDown > li:hover > ul {
  display: block;
  z-index: 10000;
}

.categoryList {
  display: inline-block;
  color: #18305C;
  margin: 0 16px !important;
}

.maincategorytype {
  font-size: 23px;
  margin: 0;
  padding: 0;
  font-weight: normal;
}

.maincategorytype > a {
  font-weight: bold;
}

.categoryList, .categoryList > li > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

.categoryList, .categoryList > li > ul > li:last-child {
  padding: 5px 0px;
  text-align: center;
}

.categoryList > li > ul > li > h2 {
  margin: 0px;
  padding: 0px;
  font-size: 1em;
}

.categoryList > li > ul> li > h2 > a, 
.categoryList > li > ul> li > a {
  font-size: initial;
  font-weight: normal;
  margin: 0 25px;
  color: inherit;
  text-decoration: none;
}

.addthisList {
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: transparent;
    clear: both;
    padding: 5px 5px 2px 5px;
}

.addthisList > li {
  display: inline-block; 
  padding: 2px;
}

.footerRight {
  list-style: none;
  top: 45px;
  right: 50px;
  padding: 0;
  margin: 0;
  text-align: right;
  position: absolute;
}

.footerRight > li {
  margin: 10px 0;
}

.footerCenter {
  color: #ff8722;
  font-size: 20px;
  text-align: center;
}

.footerLeft {
  top: 7px;
  left: 30px;
  padding: 0;
  margin: 20px 0px 20px 50px;
  position: absolute;
  color: white;
  font-size: 20px;
  list-style: none;
}

.footerLeft > li:before {
  content: "• ";
  color: #ff8722;
}

.footerLeft > li {
  margin: 20px 0px;
}

.footerAnchor {
  text-decoration: none;
  color: white;
}

.NewGrid {
  width: 572px;
  height: 163px;
  list-style: none;
  border-radius: 5px;
  margin: 0 auto;
  padding: 0 7px;
  display: block;
  font-size: 14px;
}

.NewGrid > li {
  padding: 2px 0 0 0;
  margin: 1px 0;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
}

.NewGrid > li > a > span, .NewGrid > li > span {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
}

.NewGrid > li > a, .NewGrid > li > a:visited, .NewGrid > li > a:link, .NewGrid > li > a:hover, .NewGrid > li > a:active {
  color: inherit;
}

.NewGridTitle {
  color: inherit;
  text-decoration: none;
}

.NewGridHeader {
  font-weight: bold;
}

.NewGridMyRow {
  color: rgba(255, 135, 34, 0.75);
}

.DefaultSection {
  width: 1200px;
  margin: 0 auto;
}

.ManufacturerSection {
  background: rgba(145, 184, 225, 0.75);
  color: #18305C;
}

.SectionSplitter {
  float: left;
  width: 50%;
}

.SectionDescription {
  text-align: justify; 
  color: white; 
  font-size: 18px; 
  height: 235px; 
  padding: 25px 20px 0px 20px;
}

.SectionDescription > h2 {
  font-size: 22px; 
  text-align: center;
}

.LatestOffersSection {
  background: rgba(24, 48, 92, 0.75);
  color: #18305C;
}

#LatestOffersGrid {  
  background: rgba(145, 184, 225, 0.5);
  color: #18305C;
}

#LatestOffersGrid > .NewGridHeader {
  border-bottom-color: #18305C;
  border-bottom-style: solid;
}

#LatestOffersGrid > li {
  border-bottom-color: #18305C;
}

.LatestOffersGrid_0 {
  width: 312px;
}

.LatestOffersGrid_1 {
  width: 100px;
}

.LatestOffersGrid_2 {
  width: 150px;
}

.NewListingsSection {
  background: rgba(24, 48, 92, 0.75);
  color: white;
}

#NewestListingsGrid {
  background: rgba(145, 184, 225, 0.8);/*#91B8E1;*/
  color: white;
}

#NewestListingsGrid > .NewGridHeader {
  border-bottom-color: #18305C;
  border-bottom-style: solid;
}

#NewestListingsGrid > li {
  border-bottom-color: white;
}

#NewestListingsGrid > li:last-child {
  border-bottom-color: none;
}

.NewestListingsGrid_0 {
  width: 466px;
}

.NewestListingsGrid_1 {
  width: 100px;
}

.ClearanceSection {
   background: rgba(145, 184, 225, 0.75);
   color: #18305C;
}

#ClearanceItemsGrid {
  background: rgba(145, 184, 225, 0.5);
  color: #18305C;
}

#ClearanceItemsGrid > .NewGridHeader {
  border-bottom-style: solid;
}

#ClearanceItemsGrid > li {
  border-bottom-color: #18305C;
}

.ClearanceItemsGrid_0 {
  width: 65px;
}

.ClearanceItemsGrid_1 {
  width: 277px;
}

.ClearanceItemsGrid_2 {
  width: 100px;
}

.ClearanceItemsGrid_3 {
  width: 100px;
}

.ClearanceItemsGrid_4 {
  width: 12px;
}

.GridCurrencyField, .GridDateField {
  text-align: right;
}

.LinksSection {
  background-color: rgba(255, 255, 255, 0.90);
}

.CategoryButtonList {
  padding: 25px 0px 10px 0px;
  margin: 0;
  list-style: none;
  text-align: center;
}

.CategoryButtonList > li {
  display: inline-block;
  padding-right: 30px;
}

.CategoryButtonList > li:last-child {
  padding-right: 0px;
}

.button {
 margin: 0 auto 20px auto; 
 display: block; 
 text-decoration: none; 
 color: white; 
 text-align: center; 
 width: 250px; 
 line-height: 35px; 
 height: 47px; 
 background: url(../Images/button.jpg) no-repeat top left orange;
 background-size: 100% 100%;
 font-size: 30px;
 border-radius: 5px;
}

.DefaultPage {
}


.ImageList {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 470px;
  overflow: hidden;
  display: inline-block;
}

.ImageList > li {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.ImageList > li > img {
  max-width: 100px;
  height: 66px;
  border: 1px solid black;
  cursor: pointer;
  margin: 0;
  padding: 0;
}

.BadgesSearch {
  list-style: none;
  padding: 0px;
  margin: 125px 15px 0px 0px;
  float: right;
  position: absolute;
  right: 0;
  top: 0;
}

.BadgesSearch > li {
  padding: 0px;
  margin: 0px;
  text-align: center;
}

.BadgesSearch img {
  max-height: 95px;
  max-width: 100px;
}

.BadgesSearchText {
  width: 180px; 
  border: 1px solid; 
  margin: 78px 0px 0px 0px; 
  font-size: 13px;
  padding: 45px 0px;
}

.BadgesSearchText > li {
  text-align: left;
}

.BadgeList {
  list-style: none;
  padding: 7px 10px 8px 10px;
  margin: 0px;
}

.BadgeList > li {
  padding: 0px;
  margin: 0px;
  text-align: center;
}

.BadgeList img {
  max-height: 70px;
  max-width: 110px;
}

.RegisterBadgeTable {
  color: #18305C;
  padding-left: 60px;
}

.RegisterBadgeTable  td {
  padding: 0px;
  font-size: 20px;
}

.RegisterBadgeTable  img {
  max-height: 90px;
  max-width: 200px;
}

.BadgeTable {
  height: 520px;
  color: #18305C;
}

.BadgeTable td {
  padding: 0px 25px;
  font-size: 20px;
}

.BadgeTable img {
  max-height: 90px;
  max-width: 200px;
}
.FooterSection {
  background-color: #18305c; 
}

.ItemBidSection {
  background-color: white;
}

.NewBreadCrumb{
  margin: 0;
  padding: 0px 0px 5px 0px;
  list-style: none;
  white-space: nowrap;
  overflow: hidden;
  float: left;
  width: 950px;
}

.NewBreadCrumb >li {
  display: inline;
}

.NewBreadCrumb > li > a {
  text-decoration: none;
  color: #18305c;
  font-size: 16px;
}

.NewBreadCrumb > li > img {
  width: 12px;
  padding: 0px 2px 2px 2px;
  vertical-align: middle;
}

.ItemDescriptionSection {
  background-color: white;
}

.ItemShippingInfoSection {
  background-color: white;
}

.ItemSimilarItemSection {
  background-color: white;
}

.ItemTestimonialsSection {
  background-color: white;
}

.ItemAdditionalInfoSection {
  background-color: white;
  padding: 5px 0px;
}

.ViewItemH2 {
  text-align: center; 
  font-size: 29px; 
  border-bottom: 1px solid #18305C; 
  padding: 5px 0 2px 0; 
  margin: 0;
  color: #18305C;
  font-weight: normal;
}

.Testimonials {
  display: inline-block; 
  width: 1130px; 
  height: 170px;
  margin: 0; 
  padding: 0; 
  list-style: none;
  overflow: hidden;
}

.Testimonials > li {
  display: inline-block;
}

.Testimonials > li > img {
  width: 222px;
  height: 170px;
  margin: 0 1px;
}

.CloseButton {
  float: right;
  background-color: silver;
  padding: 0px 4px;
  border-radius: 5px;
  color: white;
  font-weight: normal;
  cursor: default;
  margin-right: 4px;
  margin-top: 3px;
  font-size: 11px;
}

.CloseButton:hover {
  color: white;
  background-color: red;
}

.CloseButton:active {
  background-color: darkred;
}

.PopUpWindowContainer {
  display: none;
}

.PopUpWindow {
  padding: 0px;
  position: fixed; 
  top: 50%; 
  left: 50%; 
  z-index: 1011;
}

#MessageWindow > .Blur {
  z-index: 1013;
}

#MessageWindow > .PopUpWindow {
  z-index: 1014;
}

.PopUpHeader {
  border: 7px solid #F0F0F0; 
  background-color: #F0F0F0; 
  border-radius: 7px 7px 0px 0px; 
  font-weight: bold; 
  padding-left: 3px;
}

.PopUpBody {
  background-color: white;
  border: 7px solid #F0F0F0;
  border-top: 0px;
  border-radius: 0px 0px 7px 7px;
}

.PopUpBody::before {
  border: 1px solid black;
}

.PopUpBody > img{
  margin: auto;
  display: block;
  max-height: 576px;
  max-width: 1008px;
}

.ItemDescriptionKey {
  width: 100px;
}

.ItemDescriptionValue {
  width: 300px;
}

#ImageRotationViewWindow > .PopUpWindow > .PopUpBody {
  height: 576px;
  width: 1008px;
  display: flex;
  position: relative;
}

#ImageWindowLabel {
  display: inline-block;
  width: 970px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 15px;
  padding-left: 10px;
  vertical-align: sub;
}

.Rotator {
  white-space: nowrap;
}

/* new search*/

.SearchSection {
  background-color: blueviolet;
}

.newSearch {
  color: #91B8FF;
}

.CategorySideBar {
  height: 498px; 
  width: 230px; 
  float: left; 
  margin: 0px 0px 15px 16px;
  font-size: 15px;
}

.NewSearchContainer {
  background-color: white;
  padding: 0px 125px 20px 275px;
  margin: 0px;
  font-size: 15px;
}

.MyBidOnSearchContainer {
  padding: 0px;
}

.NewSearchContainer > ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  height: 500px;
  overflow: auto;
}

.NewSearchContainer > ul > li {
  margin: 0px;
  padding: 0px;
}

.NewSearchContainer > ul > li > a {
    height: 70px;
    display: inline-flex;
    text-decoration: none;
    color: #18305C;
}

.NewSearchContainer div {
  display: inline-block;
  vertical-align: middle;
  align-items: center;
}

.SearchList > li {
  padding-bottom: 8px !important;
  padding-top: 8px !important;
  border-bottom: 1px dotted #91B8FF;
}

.SearchThumbnail {
  width: 100px;
  height: 70px;
  display: inline-block;
}

.SearchThumbnail > img {
  width: inherit;
  height: inherit;
}

.SearchName {
  width: 400px;
  overflow: hidden;
  margin: 0px 3px;
}

.SearchClearance {
  width: 15px;
  text-align: center;
}

.SearchPrice {
  width: 110px;
  text-align: right;
  overflow: hidden;
  margin: 0px 3px;
  justify-content: flex-end;
}

.SearchLocation {
  width: 140px;
  overflow: hidden;
  text-align: center;
  margin: 0px 0px 0px 3px;
  justify-content: center;
}

.PaginationSelected {
  background-color: #96c0e6;
  color: #fff;
  font-weight: bold;
}

.NewSearchContainerHeader {
  border-bottom: 2px #91B8FF solid; 
  display: block; 
  margin-bottom: 6px;
  font-weight: bold;
  color: #18305C;
}

.NewSearchContainerItemNameHeaderNewest {
  width: 455px;
  padding-left: 103px;
}

.NewSearchContainerAskingPriceHeaderNewest {
  width: 220px;
  padding-left: 20px;
}


.NewSearchContainerItemNumberHeaderClearance {
  width: 110px;
  padding-left: 60px;
}

.NewSearchContainerItemNameHeaderClearance {
  width: 373px;
}

.NewSearchContainerOriginalPriceHeaderClearance {
  width: 120px;
}

.NewSearchContainerAskingPriceHeaderClearance {
  width: 135px;
}

.NewSearchContainerClearanceHeaderClearance {
  display: none !important;
}

.ClearanceNumber {
  width: 60px;
  padding-left: 5px;
}

.ClearanceName {
  width: 350px;
}

.ClearanceOriginalPrice {
  width: 120px;
  text-align: right;
}

.SearchPriceClearance {
  width: 120px;
  text-align: right;
}

.NewSearchContainerItemNameHeaderLatest {
  width: 440px;
  padding-left: 103px;
}

.NewSearchContainerBidAmountHeaderLatest {

}

.NewSearchContainerDateHeaderLatest {
  width: 165px;
  text-align: center;
}

.LatestName {
  width: 405px;
}

.LatestBidAmount {
  width: 120px;
  text-align: right;
}

.LatestDate {
  width: 150px;
  text-align: right;
}

#CategorySearchControl .NewSearchContainerItemNameHeaderItem{
  width: 305px;
}

#CategorySearchControl .SearchNameItem {
  width: 350px;
}

#CategorySearchControl .NewSearchContainer {
  padding-right: 185px;
}

#CategorySearchControl .SearchPrice{
  width: 100px;
}

.NewSearchContainerhHeaderItem {
  
}

.NewSearchContainerItemNameHeaderItem {
  width: 375px; 
  padding-left: 103px;
}

.NewSearchContainerClearanceHeaderItem {
  
}

.NewSearchContainerAskingPriceHeaderItem {
  width: 95px;
  padding-left: 5px;
}

.NewSearchContainerLocationHeaderItem {
  width: 110px;
  padding-left: 35px;
}

.NewSearchContainerDealNameHeader {
  width: 650px; 
  padding-left: 103px;
}

.NewSearchContainerDealPriceHeader {
  width: 100px;
  text-align: right;
}

.NewSearchContainerDealStatusHeader {
  width: 80px;
  padding-right: 13px;
  text-align: center;
}

.NewSearchContainerMyItemsNameHeader {
  width: 650px; 
}

.NewSearchContainerMyItemsPriceHeader {
  width: 100px;
}

.NewSearchContainerMyItemsReferenceHeader {
  width: 120px;
}

.NewSearchContainerMyItemsActions {
  width: 85px;
}

.NewSearchContainerDocumentsDocReferenceHeader {
  width: 125px;
}

.NewSearchContainerDocumentsItemNumberHeader, 
.NewSearchContainerOffersItemNumberHeader {
  width: 100px;
}

.NewSearchContainerDocumentsItemNameHeader{
  width: 525px;
}

.NewSearchContainerDocumentsDateSignedHeader,
.NewSearchContainerOffersDateHeader {
  width: 95px;
}

.NewSearchContainerOffersItemNameHeader {
  width: 420px;
}

.NewSearchContainerOffersTypeHeader{
  width: 105px;
}

.NewSearchContainerOffersAmountHeader{
  width: 120px;
}

.NewSearchContainerNotListedNameHeader {
  width: 580px;
  padding-left: 103px;
}

.NewSearchContainerNotListedStatusHeader {
  width: 170px;
}

.NewSearchContainerWatchedItemsNameHeader {
  padding-left: 105px;
  width: 595px;
}

.NewSearchContainerWatchedItemsAskingPriceHeader {
  width: 150px;
  text-align: right;
}

.NewSearchContainerWatchedItemsRemoveHeader {
  padding: 0px 20px 0px 5px;
  width: 65px;
}

.SearchNameWatchedItems {
  width: 595px;
}

.SearchPriceWatchedItems {
  width: 150px;
  text-align: right;
}

.SearchClearanceImageWatchedItems {
  width: 15px;
  height: 10px;
  margin-top: -15px;
}

.SearchClearanceImageWatchedItems > img {
  width: inherit;
  height: inherit;
}

.SearchRemoveWatchedItems {
  width: 65px;
  text-align: center;
}

.NewestName {
  width: 545px;
}

.SearchPriceNewest {
  width: 120px;
}

.NoRowHeightSearch > li > a {
  height: auto !important;
}

.SearchNameDeal {
  width: 546px; 
}

.SearchPriceDeal, .SearchPriceMyItem {
  width: 96px;
}

.SearchNameMyItems {
  width: 640px;
}

.SearchReferenceNumberMyItems {
  width: 120px;
  overflow: hidden;
}

.SearchActionMyItems {
  width: 65px;
  text-align: center;
}

.SearchNameNotListed {
  width: 580px;
}

.SearchStatusNotListed {
  width: 140px;
}

.SearchViewButton {
  border: none;
  color: white;
  width: 140px;
  white-space: normal;
  margin: 0px;
  padding: 5px;
  text-align: center;
  cursor: pointer;
  display: block;
  font-size: 17px;
  background-image: url('/Images/DarkBlueButtonParallelogram.png');
  background-repeat: no-repeat;
  background-size: cover;
  text-decoration: none;
  margin-top: 6px;
}

.SearchViewButtonBox {
  background-image: url('/Images/DarkBlueButton.png');
  background-color: #18305C;
  width: 60px;
  padding: 10px 5px;
  font-size: 10px;
  margin-top: 0px;
}

.NewBreadcrumb {
  color: #5b5b5b;
}
.BreadcrumbHeader {
  padding: 3px 7px;
  border-radius: 5px 5px 0px 0px;
  font-size: 14px;
}

.BreadcrumbBody {
  background-color: white;
  border-radius: 0px 0px 5px 5px;
  padding: 4px 3px 7px 3px;
  color: #18305C;
}

.BreadcrumbBody h1 {
  margin: 0;
  padding: 0;
  font-size: 30px;
  text-align: left;
  margin: 13px 0px 0px 0px;
}

.BreadcrumbBody h2 {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
  display: inline;
}

.BreadcrumbBody > div {
  font-weight: normal;
  font-size: 9pt;
  text-align: left;
}

.BreadcrumbList {
  list-style: none;
  margin: 0px;
  padding: 0px;
  float: left;
}

.BreadcrumbList > li {
  display: inline-block;
  vertical-align: bottom;
}

.BreadcrumbList > li > a {
  text-decoration: none;
  color: #5b5b5b;
}

.BreadcrumbList > li > a:hover {
  color: #252525;
}

.BreadcrumbList > li > img {
  height: 10px;
}

.BreadcrumbCheckBox {
  float: right;
}

.BreadcrumbCheckBox input {
  vertical-align: sub;
}

.SearchCategoryButtonList {
  list-style: none;
  margin: 16px 0px 0px 0px;
  padding: 0px;
  text-align: center;
}

.SearchCategoryButtonList > li > a > img {
  height: 73px;
}

.SearchCategoryButtonList > li {
  display: inline-block;
  padding-right: 20px;
}

.SearchCategoryButtonList > li:last-child {
  padding-right: 0px;
}


/* ================================================================================================ */
/* ======================================= My BidOn Section ======================================= */
/* ================================================================================================ */

.MyBidOnSection {
  background-color: white;
}

.MyBidOnTitle {
  color: #18305C;
  font-size: 40px;
}

.MyBidOnHeader {
  border-bottom: 2px solid #18305C;
  color: #18305C;
  font-size: 52px;
  position: relative;
}

.MyBidOnBody {

}

.MyBidOnMenu {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}

.MyBidOnContent {
  display: inline-block;
  vertical-align: top;
}

.MyBidOnMenu ul {
  list-style: none;
  color: #18305C;
  margin: 0;
  padding: 0;
}

.MyBidOnMenu a {
  text-decoration: none;
  color: #18305C;
}

.MyBidOnMenu > ul > li {
  font-weight: bold;
}

.MyBidOnMenu > ul > li > ul {
  padding-left: 25px;
}


.MyBidOnMenu > ul > li > ul > li {
  font-weight: normal;
}

.GridContainerMyMessages_0 {
  width: 965px;
  border: none;
  height: 485px !important;
  margin-bottom: 1px;
}

.GridBodyMyMessages_0 {
  border: 2px solid #91b8e1;
  border-top: none;
  border-radius: 0 0 9px 9px;
  margin-top: 28px !important;
  height: 445px !important;
}

.GridHeaderMyMessages_0 {
  border: 2px solid #91b8e1;
  border-bottom: none;
  border-radius: 9px 9px 0 0;
  height: 28px !important;
}

.GridColumnMyMessages_0_0 {
  width: 855px;
  font-size: 16px;
  height: 20px !important;
}

.GridColumnMyMessages_0_1 {
  width: 80px;
  font-size: 16px;
  height: 20px !important;
}

/**********************************************************************************************************/
/**********************************************OverLay  Style**********************************************/
/**********************************************************************************************************/

.Blur
{
    display: block;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: black;
    padding: 0;
    margin: 0;
    z-index: 1010;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.OverLayBig, .OverLayBigFull, .OverLayMedium, .OverLaySmall, .OverLayTiny, .OverLayItemStatus
{
    position: fixed;
    display: block;
    z-index: 1014;
    background-color:  white;
    top: 50%; 
    left: 50%; 
}

.WatchedCategories {
  border: 2px solid #91b8e1;
  border-radius: 6px;
  height: 133px;
  width: 965px;
  padding: 3px;
}

.WatchedCategories > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.WatchedCategories > ul > li {
  margin:0;
  padding:0;
}

.WatchedCategories > ul > li > a > div, .WatchedCategories > ul > li > div {
  display: inline-block;
}

.WatchedCategoriesBody {
  height: 112px;
  overflow: auto;
}

.WatchedCategoriesItemNumber {
  width: 75px;
}

.WatchedCategoriesItemName {
  width: 720px;
}

.WatchedCategoriesClearance {
  width: 11px;
}

.WatchedCategoriesAskingPrice {
  width: 122px;
  text-align: right;
}

.ManufacturerImageList {
  margin-top: 2em;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}

.ManufacturerImageList > li {
  display: inline-block;
  width: 235px;
}

.ManufacturerImageList > li > a > img  {
  max-width: 200px;
  vertical-align: middle
}

.SellItemDescription input {
  width: 212px;
}

.SellItemDescription select {
  width: 216px;
  height: 21px;
}

.SellItemSectionTitle {
  border-bottom: 1px solid #18305C;
  margin-bottom: 5px;
}

.SellItemSectionTitle > h1 {
  color: #18305C;
  display: inline-block;
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}

.ShippingDimensions input[type=text] {
  width: 60px;
}

.ShippingDimensions select {
  width: 100px;
}

.OfferConfirmationButtonList {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #18305C;
}

.OfferConfirmationButtonList > li {
  margin: 15px 0px;
  padding: 0px;
  display: inline-block;
}

.OfferConfirmationButtonList > li > input[type="button"] {
  width: 210px !important;
  margin: 0px 35px !important;
}

.likeabutton {
    text-decoration: none;
    font: menu;
    padding: 2px 8px;
    border-style: solid;
    border-width: 2px;
    border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
}
.likeabutton:active {
    border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
}

#feedback { 
  height: 30px; 
  width: 130px; 
  position: fixed; 
  bottom: 0;
  right: 0;
  z-index: 999;
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  margin-right:50px;
  border-top-right-radius:5px;
  border-top-left-radius:5px;
}

#feedback a { 
  display: block; 
  background: #ff8722; 
  height: 30px; 
  width: 130px; 
  padding: 8px 16px;
  color: #fff; 
  text-align:center;
  font-family: Arial, sans-serif; 
  font-size: 17px; 
  font-weight: bold; 
  text-decoration: none; 
  border-bottom: solid 1px #333;
  border-left: solid 1px #333;
  border-right: solid 1px #fff;
  border-top-right-radius:5px;
  border-top-left-radius:5px;
  cursor: default;
}

#feedback a:hover { 
  background: #06c; 
}

/**********************************************************************************************************/
/***********************************************Link Reports***********************************************/
/**********************************************************************************************************/

.LinkReport {
  font-family: 'Arial, Verdana';
  font-size: 14px;
  display: inline-block;
}

.LinkReportGrid {
  width: 900px;
  position: relative;
  border: 1px solid #a3a3a3;
  border-radius: 6px;
  display: inline-block;
}

  .LinkReportGrid ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .LinkReportGrid li {
    margin: 0;
    padding: 0;
    display: inline-block;
    height: 16px;
  }

.LinkReportHeader {
  background-color: #f4f4f4;
  border-bottom: 1px solid #eaeaea;
  font-weight: bold;
  height: 20px;
  position: absolute;
  width: inherit;
}

.LinkReportBody {
  padding-top: 20px;
}

.LinkReportGridBody > li {
  height: auto;
}

.LinkReportGridBodySubUL {
  padding: 3px 0px !important;
  border-bottom: 1px dotted;
}

  .LinkReportGridBodySubUL > li {
    vertical-align: sub;
    height: auto;
  }

.LinkReportDateCreated {
  width: 75px;
  text-align: center;
}

.LinkReportCustomerEmail {
  width: 215px;
}

  .LinkReportCustomerEmail > a {
    text-decoration: none;
    color: black;
  }

.LinkReportPhone {
  width: 100px;
}

.LinkReportName {
  width: 130px;
}

.LinkReportCountofLinks {
  width: 15px;
  text-align: center;
}

.LinkReportPageTitle {
  width: 250px;
}

  .LinkReportPageTitle > a {
    text-decoration: none;
    color: black;
  }

.LinkReportCopy {
  width: 50px;
  text-align: center;
}

.LinkReportRemove {
  text-align: right;
}

.LinkReportCreate {
  display: inline-block;
  padding: 3px 5px 5px 5px;
  border: 1px solid #a3a3a3;
  border-radius: 6px;
  vertical-align: top;
}

  .LinkReportCreate input[type="text"] {
    width: 175px;
  }

  .LinkReportCreate > ul {
    margin: 0px;
    padding: 0px;
  }

    .LinkReportCreate > ul > li {
      margin: 5px 0px;
      display: block;
      height: auto;
    }

.LinkReportCreateTitle {
  display: inline-block;
  width: 90px;
  text-align: right;
  padding-right: 5px;
}

.LinkReportItemList {
  margin: 0px;
  padding: 0px;
  height: 235px !important;
  overflow-y: scroll;
}

  .LinkReportItemList > li {
    display: block;
    border-bottom: 1px dotted;
  }

.LinkReportItemNumber {
  display: inline-block;
}


.ThreeDButton {
  background-color: red; 
  padding: 0px 4px;
  color: white; 
  font-weight: normal; 
  cursor: default; 
  font-size: 11px;
  box-shadow: 0 3px 7px rgba(50,50,50,0.75);
  text-align: center;
  display: inline-block;
  margin-top: 2.4px;
  float: right;
}

.ThreeDButton:hover {
  color: black;
}

.ThreeDButton:active {
  box-shadow: 0 0px 0px rgba(50,50,50,0.75);
}

#SimilarItemsList{
    margin-top: 5px;
}

#SimilarItemsList>li{
    padding: 2px 0px;
}

.SearchButton{
  position: relative;
  text-decoration: none; 
  color: white;
  border: 2px solid;
  border-radius: 3px;
  background: transparent;
  font-size: 20px;
  line-height: 1.7em;
  transition: all 0.2s;
  padding: 0.3em 1em;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 auto;
}

.SearchButton::after {
  position: absolute;
  margin-left: -0.5em;
  transition: all 0.2s;
  line-height: 1.7em;
  opacity: 0;
  content: '\276F';
  -webkit-font-smoothing: antialiased;    
}

.SearchButton:hover{
  padding: 0.3em 2em 0.3em 1em;
  border: 2px solid transparent;
  background: rgba(255,255,255,0.2);
  white-space: nowrap;
  overflow: hidden;
}

.SearchButton:hover::after{
  margin-left: 0.5em;
  opacity: 1;
}


.SearchButton:visited{
  text-decoration: none; 
  color: white;
}

.CategoryBlogList{
  width: 100%; 
  color: #e36c09;
}

.CategoryBlogList a{
  color: inherit;
  font-size: 16px;
  text-decoration: none;
  line-height: 2em;
}

.Button3D {
  padding: 5px 10px;
  margin: 5px;
  border: 1px solid black;
  border-radius: 7px;
  background-color: #91B8E1;
  display: inline-block;
  box-shadow: 5px 5px 16px 0px rgba(0,0,0,0.2);
}

.Button3D:hover {
  background-color: #18305C;
}

.Button3D:active {
  box-shadow: none;
}

.Button3D a, a[class='Button3D'] {
  text-decoration: none;
  color: white;
}


.AssociatedEmailList {
  margin: 5px 0px 10px 0px !important;
  padding: 0;
  border: 1px solid rgb(169, 169, 169);
  height: 125px;
  width: 225px;
  overflow-x: hidden;
  overflow-y: auto;
  white-space: nowrap;
}

.AssociatedEmailList input[type="image"]{
  width: auto; 
  vertical-align: middle;
}


.viewItemExtraInfo {
  border: 2px solid #18305C;
  border-radius: 6px;
  width: 230px;
  height: 317px;
  font-size: 13px;
  padding: 0px 33px 0px 6px;
  color: #18305C;
  display: inline-block;
  vertical-align: top;
}

.viewItemExtraInfo span {
  font-weight: bold;
}

.viewItemExtraInfo li {
  padding-bottom: 14px;
  text-align: justify;
}

#RFIButtonTable {
  margin-left: -20px
}

#RFIButtonTable input[type=submit]{
  white-space: normal;
  width: 70px;
  min-height: 3em;
}
.RegisterHeader {
  font-size: 26pt; 
  margin: 15px auto; 
  text-align: center; 
  color: #18305C;
}

.registerLabelColumn{
  width: 150px;
  text-align: right;
}

.registerInputColumn > input{
  width: 200px;
}
 .registerInputColumn > select {
   width: 205px;
 }

.KOCategorySideBar {
  color: #18305C;
  width: 255px;
  height: 500px;
  overflow: auto;
  display: inline-block;
}

  .KOCategorySideBar ul, .SearchPanel ul, .SearchPageBadges ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

.SearchPageBadges ul {
  padding-top: 30px;
}

.KOCategorySideBar li, .SearchPanel li .SearchPageBadges li {
  border-bottom: 1px dotted #18305C;
  padding: 3px 0px;
}

.KOCategorySideBar a {
  color: inherit;
  text-decoration: none;
}

.KOCategorySideBar h3 {
  margin: 0;
  padding: 0px 5px;
  font-weight: bold;
  font-size: 12px;
}

.SearchPanel {
  width: 800px;
  height: 500px;
  overflow: auto;
  display: inline-block;
}

.CategoryPanel {
  width: 730px;
  height: 500px;
  overflow: auto;
  display: inline-block;
}

.SearchPanel div {
  display: inline-block;
}

.SearchPanelCategory {
  width: 725px;
}

.SearchPageBadges {
  height: 500px;
  overflow: hidden;
  display: inline-block;
}

.CategoryTextBar {
  width: 175px;
  border: 1px solid;
  margin: 0px 0px 0px 0px;
  font-size: 12px;
  padding: 25px 0px 0px 0px;
  height: 473px;
  overflow: hidden;
  display: inline-block;
}

.SearchPageBadges img {
  max-height: 95px;
  max-width: 107px;
}

.ListPagination {
  min-height: 72px;
  width: auto;
  padding: 0px 0px 0px 0px;
  text-align: right;
  background: rgba(145, 184, 225, 0.75);
}

.KOSearchImage {
  width: 100px;
  height: 70px;
}

  .KOSearchImage img {
    width: inherit;
    height: inherit;
  }

.KOSearchItemDescription {
  width: 400px;
  overflow: hidden;
  margin: 0px 3px;
}

.KOSearchClearanceImage {
  width: 15px;
  text-align: center;
}

.KOSearchPrice {
  width: 110px;
  text-align: right;
  overflow: hidden;
  margin: 0px 3px;
  justify-content: flex-end;
}

.KOSearchLocation {
  width: 140px;
  overflow: hidden;
  text-align: center;
  margin: 0px 0px 0px 3px;
  justify-content: center;
}

.SearchPanel table, .CategoryPanel table {
  font-size: 15px;
}

.ListHeader {
  border-bottom: 2px #91B8FF solid;
  margin-bottom: 6px;
  font-weight: bold;
  color: #18305C;
}

.ListBody {
  height: 466px;
  overflow: auto;
  display: block;
  border-collapse: collapse;
}

.KOPagination {
  margin: 0 auto;
  padding: 19px 0px 0px 0px;
  list-style: none;
}

  .KOPagination td {
    display: inline-block;
    background-color: #18305C;
  }

  .KOPagination a {
    border: 1px solid #eaeaea;
    text-decoration: none;
    text-align: center;
    color: white;
    width: 30px;
    line-height: 25px;
    display: block;
    cursor: pointer;
  }

.footerBadges a {
    margin-right: 35px;
}

.footerBadges img {
    vertical-align: middle;
    max-height: 55px;
    max-width: 110px;
}

.footerBadges {
    height: initial;
    color: inherit;
}

.category-icon {
    width: initial !important;
}

.category-icon > a {
    width: 250px;
    font-size: 1.1em !important;
}

.category-icon > a > i {
    vertical-align: middle;
    font-size: 2em !important;
    line-height: 0.7em;
    padding-right: 15px;
}

.rfiGreen {
  color: #95b359;
  border-color: #95b359;
}

.rfiOrange {
  color: #d39f56;
  border-color: #d39f56;
}