div ul, div ol, div li, h1,h2,h3,h4,h5,h6,pre,form,body,html,blockquote,fieldset,input,button 
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

a:link, a:visited
{
  text-decoration: underline;
  color: #0054d5;
}

a:hover
{
  text-decoration: none;
  color: #0054d5;
}

body, td
{
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  line-height: 18px;
}

#container-page, td
{
	background-color: #fff;
}

body
{
  position: relative;
  background-color: #cee4ef;
}

div.icon
{
  float:right;
  width:27px;
  height:20px;
  padding-top:2px;
  text-align:right;
}

#container-page
{
  margin: 0 auto;
  padding: 0 12px 0 12px;
  width: 936px; 
}

#body
{
  padding: 10px 2px 0px 2px;
  overflow: hidden;
}

#header-link
{
  position: absolute;
  top: 0;
  width: 290px;
  height: 90px;
  display: inline-block;
}

/**
 *
 * Language links
 */
#languages-container
{
  position: relative;
  float: right;  
  top: 22px;
}
 
#languages-text
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  color: #000; 
  padding-bottom: 4px;
}

#languages 
{
  list-style-type: none;
  text-align: right;
  padding-right: 10px;
}

#languages li
{
  padding: 2px;
  display: inline;
}

#languages li a:link, #languages li a:visited
{
  padding: 3px;
  text-decoration: none;
  font-size: 10px;
  background-color: #a9b3bc;
  color: #fff;
  text-transform: uppercase;
}

#languages li a:hover, #languages li a:active
{
  background-color: #007ec3;
}

#logo
{
  height: 161px;
  background: url(../images/logo.png) no-repeat;
}

/**
 *
 * Navigation
 */
#navigation-bar
{
  width: 100%;
  height: 40px;
  background: url(../images/nav_bar_normal.gif) repeat-x; 
}

#navigation-links
{ 
  float: left;
  width: 74%;
  color: #4c6f95;
}

#navigation-links li
{
  list-style-type: none;
  display: inline;
  line-height: 40px;
  background: url(../images/pipe.gif) right no-repeat;
}

#navigation-links li a
{
  margin-right: 4px;
  padding: 13px 12px 14px 12px;
  color: #fff;
  font-family: Tahoma;
  font-weight: bold;
  font-size: 11px;
  text-decoration: none;
  text-transform: uppercase;
}

#navigation-links li a:hover, #navigation-links li .active-menu
{
  background: url(../images/nav_bar_active.gif) repeat-x;
}

#post-navigation-bar
{
  height: 25px;
  background-color: #b7d4e1;
}

#navigation-icons
{
  padding: 10px 0 0 17px;
}

#navigation-icons li
{
  vertical-align: top;
  padding-right: 40px;
  list-style-type: none;
  display: inline;
}

/**
 *
 * Search bar
 */
#search-bar
{
  float: right;
  padding-top: 6px;
}

#search-field
{
  width: 205px;
  height: 22px;
  margin: 3px 0 0 0;
  padding-top: 5px;
  padding-left: 5px;
  vertical-align: middle;
  font-family: Tahoma;
  font-size: 11px;
  font-weight: 100;
  border: none;
  background: url(../images/search_bg.gif) repeat-x;
}

#search-field-label
{
  font-size: 11px;
  vertical-align: middle;
  color: #fff;
}

#search-submit
{
  position: relative;
  padding: 0 7px 0 4px;
  top: 4px;
}

#left-container-inner
{
  float: left;
  width: 678px;
}

#left
{
  float: left;
}

#center
{
  float:left;
  width:490px;
  padding-left:15px;
}

#center-inner {
  float: right;
  width: 433px;
}

#center-inner h1 {
  padding:10px 0 10px 0;
  letter-spacing: -1px;
  white-space: nowrap;
}

#right
{
  float: right;
  width: 185px;
}

#right-inner
{
  float: right;
  width: 240px;
}


#left-box-header
{
  height: 40px;
  width: 225px;
  background-color: #e0e9e9;
  color: #777;
}

#left-box-header-text
{
  margin: 5px 0 0 15px;
  font-size: 21px;
  letter-spacing: -1px;
  font-weight: bold;
  color: #333; 
  font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;  
}

#left-box-header-inner
{
  height: 30px;
  font-size: 1.7em;
  letter-spacing: -1px;
  font-weight: bold; 
  border-right: 1px solid #d0d9d9;
}

.left-box-spacer
{
  height: 1px;
  width: 214px;
  border-right: 1px solid #d0d9d9;
}

.left-box-body
{
  width: 209px;
  padding: 10px 5px 10px 10px;
  background-color: #edf2f2;
  border-right: 1px solid #d0d9d9;
  border-bottom: 1px solid #d0d9d9;
  color: #666;
}

.left-box-body a:link, .left-box-body a:active, .left-box-body a:visited
{
  text-decoration: none;
  color: #666;
}

.left-box-body a:hover
{
  text-decoration: underline;
  color: #000;
}

.left-box-body-header
{
  padding: 2px 0 0 25px;
  margin-bottom: 10px;
  background: url(../images/icon_box.gif) no-repeat top left;
}

.left-box-body-header-link, .left-box-body-header-link:link, .left-box-body-header-link:active, .left-box-body-header-link:visited
{
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -1px;
  color: #000;
}

.left-box-body-header-link:hover
{
  text-decoration: underline;
}

/* left box body inner page styling */

.heading-inner
{
  padding-bottom: 5px;
  font-weight: normal;
  border-bottom: 1px solid #ccc; 
  color: #000;
}

h1#heading-error
{
  padding-bottom: 5px;
  font-weight: normal;
  color: #ff0000;
}

#menu-list-inner
{
  width: 80%;
  margin: 0 auto;
}

#menu-list-inner li
{
  padding-bottom: 10px;
}

#left-box-header-inner-page
{
  height: 40px;
  width: 236px;
  background-color: #e0e9e9;
  font-size: 1.8em;
  color: #777;
}

#left-box-footer-wrapper-inner
{
  width: 236px;
}

#left-box-footer-inner
{
  height: 8px;
  width: 236px;
  background-color: #e0e9e9;  
}

.left-box-body-inner
{
  display: block;
  text-decoration: none;
  
  width: 215px;
  padding: 10px;
  background-color: #edf2f2;
  border-right: 1px solid #d0d9d9;
  border-bottom: 1px solid #d0d9d9;
  font-size: 1.2em;
  color: #8b8888;  
}

.left-box-body-inner:hover
{
  background-color: #007ec3;
  text-decoration: none;
  color: #fff;
}

.left-box-body-inner:hover .left-box-body-header-inner
{
  color: #fff;
}

.left-box-body-header-inner
{
  height: 30px;
  padding: 2px 0 0 0;
  font-size: 1.6em;
  font-weight: bold;
  color: #000;  
}

/* end left box inner page styling */

#left-box-footer
{
  height: 8px;
  width: 225px;
  background-color: #e0e9e9;
}

#left-box-footer-wrapper
{
  width: 225px;
}

#top-content-box {
  padding: 10px 10px 20px 10px;
}
#top-content-box h1 {
  letter-spacing: -1px;
} 

#middle-content-box {
  height: 120px;
  background-color: #e1effa;
  padding: 5px 10px 10px 10px;
}

#middle-content-box-wrapper {
  padding:0px auto;
  margin-bottom: 15px;
}

h1, .middle-box-header {
  padding:0 0 18px 0;
  font-family: "Trebuchet MS";
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -1px;  
  color: #007ec3;
}

h2, h3 {
  margin-bottom: 10px;
  font-family: "Trebuchet MS";
  font-size: 16px;
  font-weight: bold;
}

.middle-box-header2 {
  font-family: "Trebuchet MS";
  font-size: 21px;
  font-weight: bold;
  letter-spacing: -1px;
  color: #000;
}

.header-alignment
{
  text-align: center;
}

#bottom-content-box
{
  height: 120px;
  background-color: #f2f7fa;
  padding: 5px 10px 10px 10px;
}

#middle-icons
{
  margin-top: 10px;
}

.middle-icon-margin
{
  padding-right: 16px;
}

#right-content-box, #news-content-box
{
  padding: 0 5px 1px 10px;
}

#right-content-box2
{
  padding: 0 5px 10px 10px;
}

#right-content-box-header
{
  font-size: 1.4em;
  letter-spacing: -1px;
  font-weight: bold;
  padding: 5px 0 5px 0;
  color: #007ec3;
} 

div#right-news-content-box
{
  margin: 10px;
}
div#right-news-content-box div.news-date
{
	background:transparent;
}

#right-news-content-box-header
{
  font-size: 1.5em;
  letter-spacing: -1px;
  color: #999;
}

#right-content-box-more
{
  margin: 10px 0 10px 0;
}

div.news-date
{
	margin-top:10px;
	font-weight: bold;
	background:url(/images/news_bull.gif) repeat-x center center;
}
div.news-date span
{
	background:#fff;
	padding-right:3px;
}

.news-body
{
  margin-bottom: 10px;
}

.headlines-link:link, .headlines-link:active, .headlines-link:visited
{
  text-decoration: underline;
  color: #0054d5;
}

.headlines-link:hover
{
  text-decoration: none;
}
 
.right-content-box-spacer
{
  height: 15px;
}

.right-content-box-inner
{
  font-size: 1.2em;
  background-color: #e1effa;
  padding: 5px 10px 10px 10px;
}

.news-content-box-inner
{
  font-size: 1.2em;
  background-color: #e1effa;
  padding: 5px 10px 10px 10px; 
}

.right-content-box-inner-top
{
  height:80px;
}

.right-content-box-inner-bottom
{
}

.right-content-box-header-inner
{
  margin-bottom: 5px;
  font-size: 1.4em;
  letter-spacing: -1px;
  font-weight: bold;
  color: #000;
}

#right-icon-worker
{
  position:absolute;
  width:66px;
  height:61px;
  margin:45px 0 0 150px;
  background: url(../images/icon_worker.jpg) no-repeat;  
}

#right-enter-package-number-inner, #right-enter-show-report-inner
{
  float: left; 
  font-size: 12px;
  padding: 4px 5px 0 0;
}

#news-enter-email-inner
{
  float: left;
  padding: 4px 5px 5px 0;
}

.form-errors
{
  margin:10px 0px;
  padding:10px 8%;
  background-color:#f7b3c1;
  text-align:left;
  width:83%;
}
.form-errors .li
{
  background:transparent;
}

.form-errors-small
{
  margin: 5px 5px 5px 0;
  padding: 5px 2px 5px 30px;
  background-color: #edd7d7;
    font-size: 11px;
}

.form-success
{
  margin: 10px 10px 10px 0;
  padding: 10px 5px 10px 30px;
    font-weight: bold;
  background-color: #c3d5c3;
}

.form-success-small
{
  margin: 5px 5px 5px 0;
  padding: 5px 2px 5px 30px;
  background-color: #c3d5c3;
    font-size: 11px;
}

.error-border
{
  border: 2px solid #ff0000;
}

#sms-form, #popup-form, #faq-form
{
  margin: 0 0 25px 0;
  padding: 20px 0 20px 0;
}

#contact-form
{
    margin: 0 0 25px 0;
    padding: 0px 0 20px 0;  
}

#contact-form textarea, #faq-form textarea
{
  width: 300px;
  height: 140px;
}

#contact-form dl, #sms-form dl, #popup-form dl, #faq-form dl
{
  margin: 0;
  padding: 0;
}

#contact-form dl dd, #sms-form dl dd, #popup-form dl dd, #faq-form dl dd
{
  margin: 0 0 8px 0;
  padding: 0;
}

#contact-form em, #sms-form em, #popup-form em, #faq-form em
{
  color: #c00;
  font-size: 120%;
  font-weight: bold;
  vertical-align: middle;
}
 
.tool-tip {
  color: #fff;
  width: 139px;
  z-index: 13000;
  border:1px solid #ded;
}
 
.tool-title {
  font-weight: bold;
  font-size: 11px;
  margin: 0;
  color: #000;
  padding: 8px 8px 4px;
  background: url(../images/bubble.png) top left;
}
 
.tool-text {
  font-size: 11px;
  padding: 4px 8px 8px;
    color: #000;
  background: url(../images/bubble.png) bottom right;
}
 
.custom-tip {
  color: #000;
  width: 130px;
  z-index: 13000;
}
 
.custom-title {
  font-weight: bold;
  font-size: 11px;
  margin: 0;
  color: #3E4F14;
  padding: 8px 8px 4px;
  background: #C3DF7D;
  border-bottom: 1px solid #B5CF74;
}
 
.custom-text {
  font-size: 11px;
  padding: 4px 8px 8px;
  background: #CFDFA7;
}
 
#user-specified-center-wrapper
{
    margin-top: 20px;
}

#user-specified-center 
{
  padding:7px 10px 7px 14px;
  background-color:#edf2f2;
}
 
.bg-tooltip
{
    width: 25px;
    height: 20px;
    vertical-align: bottom;
}

.form-tooltip
{
    width: 25px;
    height: 20px;
} 
  
.pagination, .pg_numbers
{
    font-size: 12px;
    color: #007ec3;
}

.pg_numbers
{
  margin-left: 25px;
} 

.on
{
  color: #000;
  text-decoration: none;
}

.search-list
{
    list-style-type: none;
    padding-left: 10px;
} 
 
.content-box-list, .text ul
{
    list-style-type: none;
    padding-left: 10px;
}

.text ol
{
    float: right;
    width: 95%;
    padding-left: 0;
}

.text ol li
{
    background: none;
}

.content-box-list li, .text li, .search-list li
{
    background: url(../images/li_dot.gif) no-repeat left 6px;
    padding-left: 15px;
    line-height: 18px;
} 

.middle-content-box-left
{
  float: left;
  width: 55%;
  position:relative;
}

.middle-content-box-right
{
  float: right;
  width: 43%;
  position:relative;
}

.middle-content-box-form
{
  text-align:center;
  padding-top:18px;
}

.middle-content-box-form .textfield
{
  width: 160px;
  height: 20px;
  margin-bottom:10px;
  padding-left: 5px;
  border-top: 2px solid #404040;
  border-left: 2px solid #404040;
  border-right: 2px solid #d4d0c8;
  border-bottom: 2px solid #d4d0c8; 
}

.button
{
	margin: 5px 0 10px 0;
	font-weight: bold;
	color: #fff;
	/*float:left;*/
}

#icon-worker
{
  position:absolute;
  width:66px;
  height:61px;
  padding-top:80px;
  padding-left:350px;
  background:url(../images/icon_worker.jpg) no-repeat bottom right;
}

#where-is-my-package-text
{
  float: left;
  padding: 0 0 15px 20px;
}

.icon-text-bubble, .icon-text-bubble-right
{
  float: right;
  width: 25px;
  height: 20px;
  background: url(../images/icon_text_bubble.gif) no-repeat;
}

.icon-text-bubble-right
{
  float: right;
  background: url(../images/icon_text_bubble_right.gif) no-repeat; 
}

#help-container-wrapper
{
  width: 225px;
  margin-top: 10px;
}
 
#help-container
{
  text-align: left;
  padding: 8px 0 15px 0;
  font-size: 12px;
} 

#help-container-text
{
  text-align: center;
}
 
#icon-help
{
  float: left;
  padding-top: 20px;
  margin: 0 auto;
  width: 100%;
}

#online-help-text
{
  letter-spacing: -1px;
  font-size: 18pt;
  font-weight: bold;
  font-family: "Trebuchet MS";
  color: #007ec3;
  vertical-align: top;
}

#icon-help-email
{
  margin: 0 auto;
}

#icon-help-text
{
  float: left;
  padding-top: 15px;
  font-size: 16pt;
  font-weight: normal;
  font-family: "Trebuchet MS";
  color: #000;
}

#icon-easyship
{
  width: 159px;
  height: 68px;
  margin: 30px auto;
  background-image: url(../images/icon_easyship.gif); 
}

.div-spacer
{
  height: 15px;
}

.news-date
{
  font-weight: normal;
  font-size: 11px;
  color: #8b8888;
}

.news-title
{
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
  letter-spacing: -0.2px;
  font-weight: bold;
  color: #007ec3;
}

.news-text
{
  margin-bottom: 5px;
  line-height:18px;
}

.news-more-link
{
  margin-bottom: 20px;
}

.faq-category
{
  /*padding: 4px;
  background-color: #edf2f2;
  color: #007ec3;*/
  color:#000;
  font-weight: bold;
  list-style-type: none;
  cursor: pointer;
}

.faq-category-list
{
  margin: 5px 0 5px 20px;
}

.faq-question, .faq-answer
{
  margin-top: 6px;
}

.faq-question
{
  list-style-type: none;
}

.faq-answer
{
  margin-left: 20px;
}

.contacts-text-rows
{
  width: 90%;
  margin: 10px 0 10px 0;
}

.clear {clear: both;}

.clearfix:after
{
  content: "."; 
  display: block; 
  height: 0; 
  color: #fff;
  clear: both; 
}

.price-spinner
{
  padding: 10px 20px 0 10px;
  background: url(../images/spinner.gif) no-repeat bottom right;
}

div.order_delete
{
	font-size:11px;
	font-family:Tahoma;
	float:right;
}
div.order_delete img
{
	vertical-align:middle;
}
div.order_delete a
{
	text-decoration:none;
	color:#000;
}
.order-header
{
  font-family: "Trebuchet MS";
  font-size: 18px;
  font-weight: normal;
  letter-spacing: -1px;
  color: #007ec3;
  padding-bottom:5px;
}

.order-select-day
{
  width: 60px;
}

.order-field-container
{
  padding-top: 5px;
}

.order-field-container ol, .order-field-container ul {
  padding: 0px 10px;
  margin: 0px 10px;
}

.order-label
{
  float: left;
  font-weight: normal;
  color: #000;
  vertical-align: middle;
}

.order-label div{}

.order-sublabel, .order-sublabel-big
{
  float: left;
  width: 180px;
  font-weight: normal;
  font-size: 11px;
  color: #000;
}

.order-sublabel-big
{
  width: 300px;
  margin-bottom: 10px;
}

.order-field
{
  float: right;
}

.general-input
{
  width: 180px;
}

select, textarea, .general-input, .order-input-small, .order-input, .order-input-custom, .contract-input
{
  padding: 2px 5px 2px 5px;
  border: 1px solid #ccc;
}
select.centeres
{
  width:239px;
}
select.contract-input
{
  width:155px;
}

select#faq-category-id
{
  width:312px;
}

.order-textarea
{
  margin: 15px 0 10px 0;
  width:395px;
}
.order-input
{
  width:120px;
}

.order-input-small
{
  width: 44px;
}

.order-input-custom
{
  width: 100px;
}

.order-select-date
{
  width: 200px;
}

.order-select-year-month
{
  width: 100px;
}

.order-select-package-type
{
  width: 200px;
}

.order-button
{
  text-align: center;
  padding: 10px 0 0 0;
}

.order-wrapper
{
  margin-bottom: 7px;
}

.order-row
{
  padding: 4px 10px 4px 14px;
  background-color: #edf2f2;
}

#lex-centres-select
{
  width: 100px;
}
 
#easyship-head, #easyship-text-header-two, #easyship-text-header-three, #easyship-text-header-four, #easyship-form
{
  padding: 7px 10px 7px 14px;
  background-color: #edf2f2;
}

#easyship-form-wrapper
{
  margin: 15px 0 15px 0; 
}

#easyship-form-header
{
  font-family: "Trebuchet MS";
  font-size: 21px;
  color: #007ec3;
}

.easyship-input
{
  width: 220px;
  padding: 3px 7px 3px 3px;
  border-top: 2px solid #404040;
  border-left: 2px solid #404040;
  border-right: 2px solid #d4d0c8;
  border-bottom: 2px solid #d4d0c8;
}

select.easyship-input
{
  width:234px;
}

.pad-form
{
  padding: 5px 7px 5px 3px;
}
 
#easyship-header
{
  font-weight: bold;
}

#easyship-header-sub
{
}

#easyship-text-row-one
{
  margin-top: 15px;
  margin-bottom: 5px;
}

#easyship-text-header-one
{
  margin: 15px 0 15px 0;
  font-weight: bold;
}

#easyship-text-row-two
{
  margin-bottom: 15px;
}

#easyship-columns
{
}

#easyship-left-container
{
  float: left;
  width: 65%;
}

#easyship-column-left
{
  float: left;
  width: 50%;
}

#easyship-column-center
{
  float: right;
  width: 45%;
}

#easyship-column-right
{
  float: right;
  width: 30%;
}

.easyship-column-header
{
  font-weight: bold;
}

.easyship-column-text
{
  margin: 5px;
}

#easyship-text-row-three, 
#easyship-text-row-four, 
#easyship-text-row-five, 
#easyship-text-row-six, 
#easyship-text-row-seven, 
#easyship-text-row-eight, 
#easyship-text-row-nine,
#easyship-text-row-ten,
#easyship-text-row-eleven
{
  margin: 5px;
}

#easyship-wrapper-middle, #easyship-wrapper-bottom
{
  margin: 5px 0 5px 0;
}

#easyship-update-link, .easyship-link
{
  font-weight: bold;
  color: #000;
}

.easyship-step
{
  margin: 10px 0 10px 0;
  font-weight: bold;
}

#contract-header
{
  font-weight: bold;  
}

#contract-text-row-one, 
#contract-text-row-two, 
#contract-text-row-three, 
#contract-text-row-four
{
  margin: 10px 0 10px 0;
}

#contract-text-row-three
{
  font-weight: bold;
}

#contract-privileges
{
  padding: 7px 10px 7px 14px;
  background-color: #edf2f2;
}

#contract-privileges-header
{
  
}

#contract-privileges ul
{
  margin: 10px 10px 10px 30px;
}

#contract-form-wrapper
{
  margin: 15px 0 15px 0; 
}

#contract-form
{
  padding: 7px 10px 7px 14px;
  background-color: #edf2f2;
}

#contract-form-header
{
  font-family: "Trebuchet MS";
  font-size: 21px;
  color: #007ec3;
}

#popup, #popup-wrapper h1
{
  margin: 20px;
}
#popup-wrapper h1
{
  letter-spacing: -1px;
} 

#popup-print
{ 
  float: right;
  margin: 0 20px 20px 0;
  width: 11px;
  height: 12px;
  vertical-align: bottom;
  background: url(../images/print.gif) no-repeat;
}

#package-info td
{
  padding: 4px;
  border: 1px solid #ebebeb;
}

#package-info-header
{
}

#package-info-header td
{
  font-weight: bold;
  border: 3px solid #ebebeb;
}

#package-info-time
{
  width: 20%;
}

#package-info-depo
{
  width: 5%;
}

#package-info-status
{
  width: 25%;
}

#package-info-comment
{
  width: 15%;
}

#package-info-email
{
  margin: 20px 0 20px 0;
  padding-bottom: 10px;
  border-bottom: 2px solid #ebebeb;
}

.icon-small-link2
{
  line-height:21px;
}

#icon-small-how-much
{
  background: url(../images/icon_how_much_small.gif) no-repeat left center;
}

#icon-small-when-deliver
{
  background: url(../images/icon_when_deliver_small.gif) no-repeat left center;
}

#icon-small-online-help
{
  background: url(../images/icon_online_help_small.gif) no-repeat left center;
}

#icon-small-gls
{
  background: url(../images/icon_gls_small.gif) no-repeat left center;
}

#icon-small-summary
{
  width: 170px !important;
  background: url(../images/icon_summary_small.gif) no-repeat left center;
}

#icon-small-summary a
{
  margin-left: 5px;
}

#custom-link1, #custom-link2
{
  width: 170px !important;  
}

#custom-link1 a, #custom-link2 a
{
  margin-left: 5px;  
}

#icon-small-how-much, #icon-small-when-deliver, #icon-small-online-help, #icon-small-gls, #icon-small-summary
{
  margin: 0 auto;
  width: 160px;
  padding: 7px 0 5px 40px;
}

#custom-link1, #custom-link2
{
  margin: 0 auto;
  padding: 0 0 7px 40px;  
}

#footer
{
  clear: both;
  margin-top:20px;
  height:50px;
  padding:10px;
  border-top: 1px solid #cccccc;
}

#footer p
{
  line-height: 18px;
  text-align:center;
  padding:0px;
  margin:0px;
}

div.order_path
{
	line-height:46px;
	padding-bottom:15px;
}
div.order_path img
{
	vertical-align:middle;
	padding:0px 2px;
}
div.second
{
	background:#fff;
}

input.submit
{
  margin:0px;
  padding:2px 10px 2px 10px;
  border:1px solid #006699;
  background:url(/images/bg_button.gif) no-repeat top left;
  color:#fff;
  font:bold 11px Trebuchet MS;
}

.coolTable {
  width: 100%;
  border: 1px solid #fff;
}

.coolTableHdr {
  border: none;
  background-color: #fff;
  text-align: center;
  padding: 5px;
}

.coolTableLeft
{
  background-color: #e4f2f9;  
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-align: left;
  padding: 5px; 
}

.coolTableRight {
  background-color: #f0f8fc;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-align: left;
  padding: 5px;  
}

.coolTableHdrS
{
  border: none;
  background-color: #e4f2f9;
  text-align: center;
  font-weight:bold;
  padding: 5px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.coolTableRightN {
  background-color: #f0f8fc;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-align: left;
  padding: 5px;  
  padding-left: 20px;  
}

.coolTableRightS {
  background-color: #f0f8fc;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-align: left;
  padding: 5px;  
  text-align: center;
}

h2, h3 { letter-spacing: -1px; }

table.banks
{
  width: 100%;
}
table.banks td
{
  text-align: center;
  background: transparent;
}

.white-bg-message
{
  margin: 0 28px 10px 10px;
  padding: 20px 10px 10px 10px;
  background-color: #fff;
  font-size: 11px;
}

.white-bg-message li {
	margin-left:20px;
}

.price-type-row
{
  padding: 3px 0 3px 0;
  border-bottom: 1px solid #cccccc;
  font-size: 12px;
}
