/**
/* This is the css for the application "Website Directory and RSS Feeds". This file needs a huge overhaul. There have been so many redevelops that most of these style are no longer applicable.
 */

body {
  background: url('/images/line-background.jpg') top center no-repeat;
  font-family: arial, tahoma, sans-serif;
  font-size: 11px;
}
a {
  color: #e67425;
}

a.view{
  display: block;
  font-size: 11px;
  font-weight: bolder;
  margin-bottom: 20px;
}

p,li{
  padding: 5px 0;
  color: #606060;
  font-family: trebuchet, tahoma, arial, sans-serif;
  font-size: 11px;
}

ul, li {
  margin: 0;
  padding: 0;
}
ol li{
  margin-left: 35px;
}
a img
{
  border: 0;
}
h1, h1 a {
  color: #339db4;
  font-size: 18px;
  font-family: garamond, times, serif;
  letter-spacing: 0px;
  text-decoration: none;
  font-weight: bold;
  margin-bottom: 5px;
}

h1 a {
  color: #f26829;
  font-size: 18px;
  font-family: garamond, times, serif;
  letter-spacing: 0px;
  text-decoration: none;
  font-weight: bold;
  margin-bottom: 5px;
}

br.clear{ 
  clear: both;
  line-height: 1px;
}
h1 a:hover {
  text-decoration: underline;
}

h1 .green {
  color: #86a907;
  font-style: italic;
}

h2 {
 color: #666;
  font-size: 12px;
  font-weight: normal;
  margin-top: 10px;
}

h2.big{
  color: #666;
  font-size: 14px;
  font-weight: bolder;
  margin-top: 10px;
}
h2 .green {
  color: #86a907;
  font-style: italic;
}
label {
  color: #666;
  font-weight: bold;
}


#top{
  width: 100%;
  height: 51px;
  background: url('/images/translucent-top.png') no-repeat;
}
#header{
  text-align: center;
  margin-top: -51px;
  width: 100%;
  height: 140px;
}
#icon-nav{
  margin: 0 auto;
  text-align: center;
  width: 980px;
  height: 140px;
}
#icon-nav div{
  height: 140px;
  float: left;
  text-align: center;
  margin-right: 10px;
}
#icon-nav img
{
  border: none;
}
#icon-nav img.icon{
   margin-top: 50px;
}
#icon-nav img.iconcurr{
   margin-top: 10px;
}
#icon-nav img#logo{
  float: right;
  border: none;
  margin-top: 13px;
}
#wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#content-window{
  width: 1000px;
  padding: 20px;
  min-height: 500px;
  height: auto !important;
  height: 500px;
  margin: 0 auto;
  background: url("/images/content-window.png") no-repeat;
}
#email-content-window{
  width: 600px;
  padding: 40px;
  min-height: 300px;
  height: auto !important;
  height: 300px;
  margin: 0 auto;
  background: url("/images/email-content-window.png") no-repeat;
}
#label-window{
  float: left;
  text-align: center;
  width: 220px;
  height: 44px;
  background: url("/images/label-bg.png");
  margin-top: -10px;
  margin-left: 40px;
}
#label-window h1{
	text-transform: uppercase;
        color: #e67425;
        font-family: "Myria Pro", arial, sans-serif;
        font-size: 14px;
        margin-top: 20px;
}

#menu {
 float: right;
 width: 744px;
 height: 57px; 
 background: url("/images/long_menu_bg.png");
 margin-right: -10px;
 margin-top: -10px;
}
#menu div{
  padding: 5px 0;
  float: left;
  height: 20px;
}
#menu a {
  color: #898989;
  font-size: 10px;
  text-decoration: none;
}

#menu a:hover {
  color: navy;
}
#menu span{
  text-align: center;
}

#menu a {
  padding: 8px;
}

#menu a.logout {
  color: #4c4b4b;
}


#menu .icon_div
{
  padding: 5px;
  float: left;
  height: 42px;
  text-align: center;
  border: thin solid #dddddd;
}
#menu .icon_div a{
  font-weight: bold;
  font-family: arial, tahoma, helvetica, sans-serif;
  margin: 0;
  padding: 0;
  color: #e67425;
  height: 20px; 
}
#menu .icon_div a.current
{
color: #59bbce;
}
#menu .icon_div a:hover
{
  color: #59bbce;
}

#menu a img { border: none }

#new_rfqs_total {
  display: block;
  margin-top: -56px;
  margin-left: 53px;
  padding-top: 5px;
  font-size: 16px;
  width: 31px;
  height: 25px;
  background: url(../images/count_circle.png) no-repeat top left;
}
#new_quotes_total {
  display: block;
  margin-top: -56px;
  margin-left: 53px;
  padding-top: 5px;
  font-size: 16px;
  width: 31px;
  height: 25px;
  background: url(../images/count_circle.png) no-repeat top left;
}

#upload{
  float: left;
  text-align: right;
  background-color: #ffffff;
  margin-top: -15px;
  padding: 5px;
}
#upload input.upload{
  background-color: #86a907;
  color: #ffffff;
  border: thin solid #eaeaea;
}


/*
#left_menu {
  background-color: #eaeaea;
  width: 200px;
  padding-top: 10px;
  padding-bottom: 10px;
  float: left;
}

#left_menu a {
  color: #000;
  text-decoration: none;
}

#left_menu a:hover {
  text-decoration: underline;
}


#left_menu li {
  list-style: none;
  padding: 5px;
}

#left_menu li.menu_label {
  font-weight: bold;
}

#left_menu li.menu_item, #left_menu li.menu_subitem {
  padding-top: 2px;
  padding-bottom: 2px;
}

#left_menu li.menu_subitem {
  padding-left: 20px; 
}

#left_menu .selected {
  background-color: #cccccc;
}

#list_content {
  width: 685px;
  float: left;
  margin-left: 15px;
}
*/

#right_menu {
  background-color: #cccccc;
  padding: 10px;
}

#right_menu a {
  font-size: 17px;
  font-weight: bold;
  margin-right: 10px;
  text-decoration: none;
}

#right_menu a:hover {
  text-decoration: underline;
}

#form_wrapper{
	width: 100%;
  padding: 20px;
  min-height: 400px;
  height: auto !important;
  height: 400px;
  text-align: center;
}
#form_left{
	text-align: left;
  float: left;
  width: 50%;
  padding: 5px;
}
#form_right{
  text-align: left;
	float: left;
  width: 45%;
  padding: 5px;
}
.required {
  color: red;
  font-weight: bold;
}

.form_error {
  color: red;
  font-size: 11px;
}

.form_row {
  margin-bottom: 10px;
}

.form_row .content {
  display: block;
}


.smaller {
  font-size: 11px;
}

.thumbnail {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.thumbnail .image_block {
  background-color: black;
  width: 120px;
  height: 90px;
  margin-bottom: 5px;
}

.thumbnail a {
  text-decoration: none;
  font-weight: bold;
}

.thumbnail a:hover {
  text-decoration: underline;
}

.thumbnail .meta {
  font-size: 9px;
  color: #666666;
}

/* css for watching a video page */

#page_content {
  width: 960px;
  padding: 25px;
  margin: 0 auto;
}
#page_content h1{
  float: left;
  margin-right: 15px;
}
#page_content p{
  padding: 5px 0;
  color: #777d7e;
  font-family: trebuchet, tahoma, arial, sans-serif;
  font-size: 13px;
}
#page_content #profileheader
{
  width: 959px;
  height: 53px;
  background: url('/images/round_header.png') no-repeat;
}
#page_content #profileheader h1
{
    padding: 10px 30px;
    color: #ffffff;
}
#page_content #profileheader h1 span
{
  font-size: 15px;
}


#watch_content {
  width: 600px;
  float: left;
  margin-right: 15px;
}

#watch_menu {
  width: 285px;
  float: left;
}

#video_viewer {
  background-color: #000;
  height: 300px;
  margin-bottom: 10px;
}

#watch_menu #profile {
  background-color: #f1f1f1;
  border: solid #999999 1px;
  padding: 5px;
}

#watch_menu .more_info {
  margin-top: 10px;
  color: #666666;
}

a.profile_name {
  font-weight: bold;
  text-decoration: none;
}

a:hover.profile_name {
  text-decoration: underline;
}

#watch_menu #profile .video_date {
  color: #333333;
}

h2.video_title {
  border: 0;
  font-weight: bold;
  color: #86a907;
  font-size: 20px;
  margin-bottom: 5px;
}

#watch_menu h3 {
  margin-bottom: 5px;
}

#watch_menu .select_video {
  overflow: auto;
  height: 150px;
  border: solid #cccccc 1px;
}

#watch_menu .select_video .option_video {
  clear: both;
}

#watch_menu .select_video .option_video .thumbnail {
  width: 90px;
  height: 70px;
  background-color: #000;
}

#comments #header {
  border-top: solid #cccccc 1px;
  padding-top: 5px;
  color: #000;
  font-weight: bold;
}

#comments .comment {
  margin-top: 5px;
  padding: 5px;
  border-top: solid #efefef 1px;
}

#comments .comment .created_at {
  color: #666666;
}
#fixed-menu{
  margin-top: 20px;
  background: url("/images/fixed-menu-bg.png") center no-repeat;
  width: 100%;
  height: 47px;
  position: fixed;
  bottom: 0;
}
#fixed-menu h4{
  color: #ffffff;
  font-weight: bolder;
  float: left;
  padding: 10px;
  margin: 10px;
}
#fixed-menu h5{
  color: #ffffff;
  font-weight: bolder;
  float: right;
  padding: 10px;
  margin: 10px;
}

#flash-notice {
	background-color: #fffbcc;
	border: solid #e6db55 1px;
  font-size: 1.2em;
  padding: 10px;
  margin: 25px 25px 25px 25px;
}

#notice-error {
	background-color: #fffbcc;
	border: solid red 1px;
  font-size: 1.2em;
  padding: 10px;
  margin: 25px 25px 25px 25px;
  color: red;
}

td {
  vertical-align: top;
}

th {
  text-align: left;
}
.tab{
  width: 126px;
  height: 43px;
  background: url("/images/empty_tab.png") no-repeat;
  margin-bottom: 5px;
}
.tab img{
  margin-top: -10px;
  margin-left: 5px;
}
.tab h2{
  padding-top: 5px;
  margin-left: 5px;
  font-size: 15px;
  font-weight: bold;
  font-family: arial, helvetica, tahoma, sans-serif;
  text-transform: lowercase;
  color: #f18914;
}
.tab_hldr
{
  width: 948px;
  height: 44px;
  background: url('/images/round_header.png') no-repeat;
  padding-left: 10px;
  padding-top: 8px;
}
.searchicon_holder{
  float: left;
  margin: 2px;
  width: 99px;
  height: 118px;
  background: url('/images/search_icon_holder.png') no-repeat;
  text-align: center;
  /*border: thin solid yellow;*/
}
#searchable .searchicon_holder h2{  
  margin-top: -3px;
  height: 30px;
  font-family: arial, sans-serif;
  color: #4e9bad;
  font-size: 11px;
  font-weight: bold;
  text-transform: capitalize;
  /*float: left;*/
}
.searchicon_holder div
{
   float: left;
   width: 99px;
   height: 60px;
}
.searchicon_holder img{
  margin-top: -15px;
}
.searchicon_holder .checkholder{
  margin-top: 5px;
}

/* TOUR/RFQ STYLES */

#supplier_list_header
{
  background: url('/images/supplier_list_header.png') no-repeat;
  width: 100%;
  height: 68px;
}
#supplier_list_header form
{
  margin: 0;
  padding: 0;
}
#supplier_list_header h3
{
   padding: 5px 15px 0 15px;
   color: #4e9bad;
}
#supplier_list_header select
{
  margin-left: 5px;
}
#results_header
{
  float: left;
  width: 691px;
  height: 68px;
  background: url('/images/results_header.png') no-repeat;
}

div#supplierList{
 width:472px;
 height:350px;
 margin-right: 10px;
}
#scroller{
  margin-top: 2px;
  overflow: auto;
  background: #f7fbfd;
  border: thin solid #eaeaea;
  height: 300px;
}
#scroller ul{
  list-style-type: none;
}
#scroller ul li{
  padding: 4px;
  border-bottom: thin solid #eaeaea;
  font-family: tahoma, verdana, arial, sans-serif;
  font-size: 12px;
}
#scroller ul li a{
  color: #D4A017;
}
#results_header h3
{
   padding: 5px 15px;
   color: #4e9bad;
}
.searchrow
{
  float:left;
  width: 651px;
  height: 30px;
  border-bottom: thin solid #eaeaea;
  padding-left: 20px;
  padding-right: 20px;
}
.searchfield
{
  float: left;
  margin-right: 40px;
  font-size: 11px;
  font-weight: bold;
  padding-top: 10px;
}

.searchfield a
{
  font-size: 10px;
  text-transform: uppercase;
  color: #989898;
}

.formrow a.plusround {
  background: url(../images/plus_round.png) no-repeat top right;
  padding-right: 23px;
  display: block;
  height: 18px;
  padding-top: 5px;
  margin-top: 0px;
  margin-left: 4px;
}

.searchfield a.duplicate {
  background: url(../images/icon_duplicate.png) no-repeat top right;
  padding-right: 23px;
  display: block;
  height: 18px;
  padding-top: 3px;
  margin-top: -3px;
}

.searchfield a img
{
/*  
  margin-left: 5px;
  margin-top: -3px;
*/
}
.datefield
{
  color: #e67425;
  
}
#rfq_list_header
{
  width: 964px;
  height: 48px;
  background: url('/images/rfq_listheader.png');
  margin-bottom: 15px;
}
.rfq_row
{
  width: 964px;
  height: 88px;
  background: #f7fbfd;
  margin-bottom: 15px;
}
.rfq_start
{
  font-size: 17px;
  color: #59bbce;
  font-family: arial, sans-serif;
  float: left;
  margin-left: 10px;
  margin-top: 25px;
}
.rfq_tour
{
  float: left;
  margin-top: 20px;
  color: #4e9bad;
  text-transform: uppercase;
  margin-left: 20px;
  width: 300px;
}
.rfq_tour strong
{
  font-size: 17px;
  color: #59bbce;
}
.rfq_respond
{
  float: right;
  margin-left: 10px;
  text-align: center;
}
.rfq_details
{
  float: right;
  text-align: center;
}
.rfq_details div{
  float: right;
}
#rfq_respond_header
{
  margin-top: 20px;
  height: 106px;
}
#rfq_respond_header h1
{
    width: 858px;
    float: left;
}
#rfq_respond_header h1.topBar
{
  width: 700px;
  float: left;
}
.bigSep
{
  float: left;
  width: 2px;
  height: 106px;
  background: url('/images/big_sep_bar.png');
  margin: 0 10px;
}
#rfq_respond_header ol{
  float: left;
}
#rfq_respond_header #upload
{
  background: transparent;
  float: left;
  text-align: center;
  margin-left: 25px;
}
h2.orange
{
  font-size: 17px;
  color: #e6782c;
  border: none;
  text-transform: uppercase;
}
h2.blue
{
  font-size: 12px;
  color: #339db4;
  border: none;
  text-transform: uppercase;
}

.leftalign
{
  float: left;
}
p.label
{
  font-size: 12px;
  color: #7f7f7f;
  text-transform: uppercase;
}
.response_headers
{
  height: 38px;
  width: 100%;
  background: #339db4;
}
.response_headers h3
{
  color: #ffffff;
  font-family: 'Arial Black', arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 300;
  padding-top: 10px;
  padding-left: 10px;
}
.pricing
{
  float: left;
  padding: 10px;
  background: #dbecfa;
  width: 370px;
  height: 120px;
}
.pricing h3
{
   text-transform: uppercase;
   color: #4e9bad;
   font-size: 12px;
   margin-top: 15px;
   margin-bottom: 20px;
}
.response_notes
{
  float: left;
  background: #f6fbff;
  height: 120px;
  width: 567px;
  padding: 10px;
}
.response_notes h3
{
   text-transform: uppercase;
   color: #4e9bad;
   font-size: 12px;
   margin-top: 15px;
   margin-bottom: 20px;
}
.requirements_section
{
  padding: 10px;
  width: 944px;
  background: #ffffff;
}

.requirements_section h3
{
 text-transform: uppercase;
   color: #4e9bad;
   font-size: 12px;
   margin-top: 15px;
   margin-bottom: 20px;

}
.proposal_company_header
{
  margin: 0 auto;
  width: 897px;
  height: 42px;
  background: url('/images/quote_company_header.png');
}
.proposal_company_header h2
{
  font-size: 15px;
  font-weight: normal;
  color: #4c4c4c;
  text-transform: uppercase;
  border: none;
}
.proposal_container
{
  padding: 10px;
  margin: 0 auto;
  width: 875px;
  min-height: 150px;
  height: auto !important;
  height: 150px;
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}
.proposal_container h4{
	text-align: center;
  margin-right: 7px;
  float: left;
  font-family: arial, helvetica, sans-serif;
  font-size: 11px;
  color: #4e9bad;
  text-transform: uppercase;
	font-weight: bold;
}
.proposal_container h4 span{
  color: #000000;
  font-weight: normal;
}
h3.deepblue
{
 text-transform: uppercase;
   color: #4e9bad;
   font-size: 12px;
   margin-top: 15px;
   margin-bottom: 20px;

}
.quotes_t_c
{
 height: 38px;
  width: 100%;
  background: #cdf0f8;
}
.quotes_t_c h3
{
  color: #ffffff;
  font-family: 'Arial Black', arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 300;
  padding-top: 10px;
  padding-left: 10px;
}
.proposal
{
  width: 970px;
  height: 79px;
  margin-bottom: 15px;
  border: 1px solid #eaeaea;
}
.proposal h1
{
  font-size: 18px;
  font-family: arial, tahoma, sans-serif;
  margin: 15px 10px;
  color: #ffffff;
  float: left;
}
.proposal h1 a{
  font-family: arial, tahoma, sans-serif;
  color: #ffffff;
  font-size: 18px;
}
.proposal h1 span{
  font-size: 16px;
}
.proposal h2
{
  font-size: 17px;
  font-family: arial, tahoma, sans-serif;
  margin: 15px 10px;
  color: #ffffff;
  margin-left: 30px;
  float: left;
  border: none;
}
.accepted
{
  background: #9debfb;

}
.accepted h1 a{
  font-size: 
}
.complete
{
  background: #59bbce;
}
.completeleft
{
  width: 298px;
  height: 79px;
  float: right;
  background: #d4edf3;
}
.pendingleft
{
  width: 298px;
  height: 79px;
  float: right;
  background: #f9fcfe;
}
.acceptedleft
{
  width: 298px;
  height: 79px;
  float: right;
  background: #eafafe;
}


.pending
{
  background: #f7fbfd;
}
.pending h1{
  color: navy;
}
.pending h1 span
{
  color: navy;
}
.pending h2{
  color: navy;
}
/* ALL LISTS FOR THIS SITE SHOULD LOOK THE SAME. RIGHT NOW WE HAVE MANY LIST STYLES THROUGH OUT. WE SHOULD REALLY WORK ON HAVING A UNIFIED LOOK FOR THE ENTIRE PROJECT. A LIST IS A LIST IS A LIST --- STEPHEN BURNS SEPTEMBER 30, 2009 10:57 AM */

.listholder{
  width: 964px;
  margin: 0 auto;
}
.listheader{
  width: 964px;
  height: 48px;
  background: url('/images/rfq_listheader.png');
  margin-bottom: 15px;
}
.listheaderlabel{
	float: left;
  padding-top: 15px;
  padding-left: 5px;
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  color: #4e9bad;
  text-transform: uppercase;
	font-weight: bold;
}
.listrow{
  padding: 1px;
  float: left;
}
.listlevel_1{
background: #e8f2fa;
}
.listlevel_2{
background: #f4f8ff;
}
.listlevel_3{
	background: #f6f9ff;
}
.listcell{
 float: left;
 padding-top: 10px;
 padding-left: 3px;
 margin: 1px;
 height: 28px;
}
.numeric{
  text-align: center;
}
.special{
  text-align: right;
}
#searchbar
{
  margin-left: -25px;
  padding: 0 25px;
  width: 950px;
  background: url('/images/search_background.png');
  height: 84px;
}
#dmo_details
{
  background: url('/images/dmo_details_bg.png') no-repeat;
  margin-top: -73px;
  width: 560px;
  padding: 30px 20px;
  min-height: 400px;
  height: auto !important;
  height: 400px;
  float: left;
}
#dmo_services
{
  margin-top: 10px; 
  width: 560px;
  height: 20px;
  background: #59bbce;
  padding: 10px;
}
#dmo_services span
{
  color: #ffffff;
  font-size: 12px;
}
#dmo_tabhldr
{
  margin-top: -66px;
  margin-bottom: 20px;
  width: 560px;
  height: 37px;
}
.dmo_tab
{
  height: 37px;
  float: right;
}

/* STYLES FOR NEW QUOTE PAGE */
.day_container
{
  width: 950px;
  min-height: 100px;
  height: auto !important;
  height: 100px;
  margin-bottom: 10px;
  background: #fefefe;
  border: thin solid #cacaca;
}
.day_header
{
  height: 28px;
  width: 940px;
  background: #ecf6ec;
  border-bottom: thin solid #cacaca;
  padding: 5px;
}
.day_header h2
{
  float: left;
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #2d6372;
  text-transform: uppercase;
}
h3.info{
  float: right;
  margin: 0;
  padding: 0;
  padding-top: 6px;
  margin-right: 10px;
  font-size: 9px;
  color: #adadad;
  text-transform: uppercase;
  font-weight: bolder;
}
.selector_hldr
{
  float: right;
  height: 38px; 
  margin-top: -5px;
}
.category_selector
{
  width: 38px;
  height: 38px;
  margin-left: 2px;
  background: url('/images/category_button_bg.png');
  float: right;
  text-align: center;
}
.category_selector img
{
  margin-top: -1px;
  cursor: pointer;
}
.day_row
{
  height: 30px;
  margin-bottom: 10px;
}
.day_row img
{
  float: left;
  margin-left: 15px;
  margin-right: 35px;
}
.day_row h3
{
  color: #2472a0;
  font-size: 18px;
  font-weight: bold;
  float: left;
  margin-top: 4px;
  margin-right: 25px;
}
.sub_day_row
{
  height: 90px;
  margin-bottom: 2px;
}
.sub_day_row h4
{
  color: #2472a0;
  font-size: 13px;
  font-weight: bold;
  float: left;
  margin-top: 4px;
  margin-left: 90px;
}
.sub_day_row .status
{
  float: right;
  margin-right: 30px;
  height: 88px;
  width: 210px;
}

.sub_day_row .status img
{
  float: right;
  margin: 0;
  padding: 0;
}
.sub_day_row .status a img
{
  float: right;
  margin: 0;
  padding: 0;
}
.proposal_row
{
  padding-left: 90px;
}
.proposal_row h4
{
  color: #2472a0;
  font-size: 11px;
  font-weight: bold;
  float: left;
  margin-top: 4px;
}

/* FOR LOGIN */

#page_content .login {
  margin-top: 120px;
  float: left;
  width: 485px;
  padding-left: 40px;
}

#page_content .login h2 {
  margin-top: 0;
  text-transform: uppercase;
  color: #59bbce;
  font-size: 16px;
  display: inline;
}

#page_content .login .instructions {
  width: 175px;
  font-size: 13px;
  margin-top: 10px;
}

#page_content .login .inputs {
  width: 227px;
  float: right;
}

#page_content .login .inputs input {
  height: 18px;
  padding: 3px;
  color: #666;
}

#page_content .login .inputs .password {
  margin-top: 15px;
}

#page_content .login .enter-button {
  text-align: right;
  margin-top: -10px;
}

#page_content.loggedin {
  margin-top: 110px;
  float: left;
  width: 485px;
  padding-left: 40px;
}

#page_content .loggedin img {
  border: 0;
}
/* STYLES FOR ETRADESHOW */
#searchable
{
  float: left;
  width: 210px;
  margin-top: 15px;
  padding-top: 1px;
}
#searchable .holder{
  float: left;
  width: 100px;
  height: 117px;
  margin: 2px;
  background: url('/images/icon_holder.png') no-repeat;
}
#subsearch{
  margin-top: 20px;
  width: 710px;
  float: right;
}
.orangebutton{
  margin: 0;
  padding: 0;
  border: none;
  height: 46px;
  width: 152px;
  background: #f9f9f9 url('/images/quote_list_button.png') no-repeat;
}
div.kludge{
  clear: both;
  line-height: 0;
}
div.apcquery {
      visibility: hidden;
    }
