html,
body {
  height: 100%;
  margin: 0 0 1px;
}

body,
td,
p,
a {
  font-family: arial;
  font-size: 14px;
}
body {
  margin: 5px 0;
}

a,
a img {
  border: 0;
  outline: none;
}

h4 {
  margin: .2em 0;
}

a,
a:link,
a:visited {
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

ul.no-indent {
  padding-left: 14px;
}


/* Top Section */

#content {
  width: 975px;
  min-height: 300px;
  margin: 5px auto;
}

#top {
  width: 975px;
  height: 90px;
  margin: 0 auto;
}

#logo {
  float: left;

  width: 431px;
}

#login {
  float: right;

  width: 530px;
  height: 85px;
}

#top-links {
  width: 540px;
  margin: 5px 0 0 0;
  padding: 0;

  text-align: right;
}

#top-links ul {
	list-style: none;
}

#top-links li {
  font-weight: bold;

  display: inline;
  float: right;

  list-style-type: none;

  text-align: right;
  text-decoration: none;

  color: #6e386b;
}

#top-links li ul li {
  float: none;
}

#top-links li a {
  text-decoration: none;

  color: #6e386b;
}

#login-form {
  float: right;

  width: 400px;
  margin: 0;
  margin-top: -5px;

  text-align: right;
}

#login-form table {
  width: 400px;
}

#login-form table td {
  font-family: Verdana, sans-serif;
}

#login-form input[type='checkbox'] {
  margin: 0 2px 0 2px;
}

#login-form input[type='text'],
#login-form input[type='password'] {
  width: 160px;
}

#login-form td {
  font-size: 10px;

  text-align: left;
  vertical-align: middle;
}

#login-button {
  padding: 2px 4px 2px 4px;

  color: #fff;
  border: 1px solid #29447e;
  background: #5c74a9;
}

/* Nav */
#nav-inner {
  width: 975px;
  margin: 0 auto;
}

#nav ul {
  position: relative;

  float: left;

  padding: 0;

  list-style: none;
}

#nav ul a {
  font-size: 12px;
  font-weight: 700;
  line-height: 26px;

  display: block;

  padding: 0 15px;

  text-decoration: non
  e;
}

#nav ul li {
  position: relative;

  float: left;

  margin: 0;
  padding: 0;
}

#nav ul li.current-menu-item {
  background: #ddd;
}

#nav ul ul {
  position: absolute;
  z-index: 999;
  top: 100%;
  left: 0;

  display: none;

  padding: 0;

  background: #193c72;
}

#nav ul ul li {
  float: none;

  width: 200px;
}

#nav ul ul a {
  line-height: 120%;

  padding: 10px 15px;
}

#nav ul ul ul {
  top: 0;
  left: 100%;
}

#nav ul li:hover > ul {
  display: block;
}

#nav {
  height: 45px;
  margin: 0;

  background: url('../img/nav.jpg') repeat-x;
}

#nav ul {
  margin: 0 auto;
  padding-top: 12px;
  padding-left: 0;

  list-style: none;
}

#nav li {
  font-size: 14px;
  font-weight: bold;

  display: block;
  float: left;

  padding-right: 5px;
  padding-left: 5px;

  list-style-type: none;

  text-decoration: none;

  color: #fff;
  background: url('/img/nav_sep.jpg') no-repeat;
  background-position: 0 50%;
}

#nav li:first-child {
  padding-left: 0;

  background: none;
}

#nav a {
  font-size: 14px;
  font-weight: bold;

  text-decoration: none;

  color: #fff;
}

#ads-wrapper {
  float: left;
}

#ads {
  margin: 10px 0 5px 132px;
}

#blue-footer {
  margin-top: 5px;
  padding: 10px 0;

  background: #d8ecf7;
}

#blue-inside {
  font-family: verdana !important;

  width: 975px;
  margin: 0 auto;
}

#blue-inside table {
  float: left;

  margin-right: 35px;
}

#blue-inside td,
#blue-inside td a {
  font-size: 11px;

  text-decoration: none;

  color: #000;
}

#blue-inside td a {
  color: blue;
}

#blue-inside td a:hover {
  text-decoration: underline;
}
/* footer */
#footer-links {
  width: 1080px;
  margin: 0 auto;
  margin: 20px auto 20px auto;

  text-align: center;
}

#footer-links,
#footer-links a {
  font-family: verdana;
  font-size: 12px;

  text-decoration: none;

  color: #5d5d5d;
}

#footer-links a:hover {
  text-decoration: underline;
}

#copyright {
  font-size: 11px !important;
  line-height: 30px;

  text-align: center;
}

/* Classes */
.title {
  font-size: 14px !important;
  font-weight: bold;

  color: #193c72;
}
.clr {
  clear: both;

  height: 0;
}

.inside {
  width: 975px;
  margin: auto;

  text-align: left;
}

.headline {
  font-size: 20px;

  width: 99%;
  padding: 3px 0 3px 5px;

  color: #fff;
  background: #006a9a;
}

.require {
  font-size: 17px;
  font-weight: bold;

  color: red;
}

/* Registration Styles */

/* Error Messages */

div.error-message {
  font-weight: bold;

  clear: both;

  color: red;
}

/* Forms */

label {
  display: block;

  margin-top: 15px;
  margin-bottom: 3px;
  padding-right: 15px;
}

input[type=radio] {
  display: inline;

  width: auto;
}

div#ship label {
  display: inline;

  margin-top: 0;
}

div#budget-radio label {
  display: inline;

  margin-top: 0;
}

div#budget-radio input[type=radio] {
  float: none;
}

td.label label,
td.field label {
  display: inline;

  margin: 0;
  padding: 0;
}

div.radiocheck {
  margin-top: 15px;
}

.radiocheck label {
  display: inline;

  margin: 0 0 3px 5px;
  padding: 0;
}

form div.submit {
  clear: both;

  margin: 10px 0;

  border: 0;
  /* margin-left: 140px; */
}

.form-error {
  border: 1px solid red;
}

.toggle-wrap textarea {
  width: 600px;
  height: 80px;
}

/* Clear floats */

.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: '.';
}

.clearfix {
  display: inline-block;
}

/* Holly Hack Targets IE Win only \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End Holly Hack */

/* Product Detail Page */

#details-wrapper {
  float: left;

  width: 670px;
}

#sidebar {
  float: left;

  width: 235px;
  margin-top: 30px;
  margin-left: 30px;
  padding: 5px 10px 10px 10px;
}

#sidebar h4 {
  font-size: 16px;
  font-weight: normal;

  margin-top: 0;
  margin-bottom: 4px;
  padding: 4px;

  color: #039;
  border-bottom: 2px solid #6678b1;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}

#sidebar ul {
  padding-left: 4px;

  list-style: none;
}

#basic-information {
  float: left;

  width: 485px;
  margin-left: 20px;
}

#basic-information td.header {
  text-align: right;
}

#details-wrapper h2 {
  margin-top: 0;
  margin-bottom: 5px;
}

#details-wrapper h3 {
  font-size: 1.25em;

  margin: .2em 0;
}
#index-details {
  font-size: 12px;
}

.listing-table th {
  width: 975px;
  padding: 5px;

  text-align: left;

  color: white;
  background: #666;
}

.listings-table {
  width: 97% !important;

  text-align: center;
}

.listings-table th,
.listings-table thead tr td,
#messages th {
  font-size: 15px;
  font-weight: normal;

  padding: 4px 8px;
  padding-left: 4px;

  color: #039;
  border-bottom: 2px solid #6678b1;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}

.listings-table th a,
.listings-table th.header {
  font-size: 15px;
  font-weight: normal;

  text-decoration: underline;

  color: #039;
}

.listings-table th a:hover,
.sort-header-hover {
  text-decoration: none !important;

  text-shadow: none !important;
}

tr.listings-row-hover td,
.message-row-hover {
  cursor: pointer;

  background: #ebf5fb !important;
}

.listings-row td,
.user-listings-row td {
  min-width: 75px;
  padding-left: 8px;

  border-bottom: 1px solid #ccc;
}

.listings-table td.center,
.listings-table th.center {
  text-align: center;
}
/* buttons */
.button {
  font-size: 14px;
  font-weight: bold;

  margin: 0;
  padding: 0;

  cursor: pointer;
  text-decoration: none;
}

a.button {
  text-decoration: none;
}

a.button:visited {
  font-weight: bold;

  cursor: pointer;
  text-decoration: none !important;
}



.blue-button {
  height: 26px;
  padding: 4px 6px;

  color: black;
  border: 1px solid #128bd0;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-position: right -0;
}

a.blue-button:visited {
  height: 30px;
  padding: 6px 6px;

  color: black;
  border: 1px solid #128bd0;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-position: right -0;
}

.blue-button:hover {
  color: black;
  background-position: right -33px;
}

#SearchKeywords,
#ListingNumber {
  width: 325px;
}

#search-submit {
  margin-left: 25px;
}

.search-index {
  margin-left: -5px !important;
}
/* End Holly Hack */

/* Product Detail Page */

#details-wrapper {
  width: 670px;
}

#product-image {
  float: left;
}


#basic-information td.header {
  text-align: right;
}

#basic-information h2 {
  margin-top: 0;
}

#index-details {
  font-size: 12px;
}

input.number-field {
  width: 50px;
}

/*dropdowns*/

.navigation {
  line-height: 100%;

  margin: 0;
}
.navigation li {
  position: relative;

  float: left;

  margin: 0 2px;
  padding: 0 0 4px;

  list-style: none;
}
/* main level link */
.navigation a {
  font-size: 13px;
  font-weight: bold;

  display: block;

  margin: 0;
  padding: 8px 5px;

  text-decoration: none;

  color: #e7e5e5;
  -webkit-border-radius: 1.6em;
  -moz-border-radius: 1.6em;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
/* main level link hover */
.navigation .current a,
.navigation li:hover > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
}
/* sub levels link hover */
.navigation ul li:hover a {
  color: #666;
  border: none;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.navigation ul a:hover {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}
/* level 2 list */
.navigation ul {
  position: absolute;
  z-index: 9999;
  top: 35px;
  right: 0;

  display: none;

  width: 185px;
  margin: 0;
  margin-top: -1px;
  padding: 0;

  border: solid 1px #b4b4b4;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #ddd; /* for non-css3 browsers */
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#cfcfcf)); /* for webkit browsers */
  background: -moz-linear-gradient(top,  #fff,  #cfcfcf); /* for firefox 3.6+ */
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .3);

  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cfcfcf'); /* for IE */
}
/* dropdown */
.navigation li:hover > ul {
  z-index: 999;

  display: block;
}
.navigation ul li {
  float: none;

  margin: 0;
  padding: 0;
}
.navigation ul a {
  font-weight: normal;

  text-shadow: 0 1px 1px rgba(255, 255, 255, .9);
}
/* level 3+ list */
.navigation ul ul {
  top: -3px;
  left: 181px;
}
/* rounded corners for first and last child */
.navigation ul li:first-child > a {
  -webkit-border-top-left-radius: 9px;
  -moz-border-radius-topleft: 9px;
  -webkit-border-top-right-radius: 9px;
  -moz-border-radius-topright: 9px;
}
.navigation ul li:last-child > a {
  -webkit-border-bottom-right-radius: 9px;
  -moz-border-radius-bottomright: 9px;
  -webkit-border-bottom-left-radius: 9px;
  -moz-border-radius-bottomleft: 9px;
}
/* clearfix */
.navigation:after {
  line-height: 0;

  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: '.';
}
.navigation {
  display: inline-block;
}
html[xmlns] .navigation {
  display: block;
}
* html .navigation {
  height: 1%;
}

#busy-indicator {
  display: none;
}

#po-obligations th {
  font-size: 12px;
  font-weight: bold;

  padding-bottom: 10px;

  text-align: left;

  border-bottom: 2px solid #6678b1;
}


#po-obligations {
  padding: 10px;

  cursor: pointer;

  background: #d8ecf7;
}

#po-obligations tbody td {
  padding-top: 5px;
}

#multiple_listings_details {
  width: 3500px;

  border-collapse: collapse;
}
#multiple_listings_details th {
  font-size: 12px;
  font-weight: bold;

  width: 100px;

  text-align: center;

  border: 1px solid black;
}


#multiple_listings_details td {
  font-size: 12px;

  width: 100px;
  padding-bottom: 5px;

  border: 1px solid black;
}

.sidebar-details {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

#basic-information h2,
#profile-information h2 {
  padding-bottom: 2px;

  color: #039;
  border-bottom: 2px solid #6678b1;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}

#profile-info {
  line-height: 200%;

  float: left;

  width: 230px;
  height: 135px;
  margin: 0 0 0 20px;
  padding: 2px 10px 4px 10px;

  border: 2px solid #bec0d8;
}

#profile-ratings {
  line-height: 200%;

  float: left;

  width: 230px;
  height: 135px;
  margin: 0 0 0 20px;
  padding: 2px 10px 4px 10px;

  border: 2px solid #bec0d8;
}

#account_options li {
  padding: 5px;
}

.more {
  display: none;

  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}

a.showLink,
a.hideLink {
  padding-left: 8px;

  text-decoration: none;

  color: #36f;
  background: transparent url('down.gif') no-repeat left;
}

a.hideLink {
  background: transparent url('up.gif') no-repeat left;
}

a.showLink:hover,
a.hideLink:hover {
  border-bottom: 1px dotted #36f;
}

ul.terms-toc {
  padding-left: 0;

  list-style: none;
}

.terms-contract p,
.terms-contract a,
.terms-contract {
  font-size: 11px;
}

table#fw-table tbody tr:hover {
  background: #ebf5fb;
}

.greenbg {
  background: #d3f2da !important;
}

#status {
  width: 50%;
  height: 42px;
  padding: 10px;

  outline: none;
}
.focusField {
  color: #000;
  border: solid 2px #73a6ff;
  background: #eff5ff;
}
.idleField {
  color: #6f6f6f;
  border: solid 2px #dfdfdf;
}

#po-obligations tbody {
  text-decoration: underline;
}

ol li {
  margin-bottom: 10px;
}

.iconset {
  position: relative;

  float: left;

  margin: 2px;
  padding: 2px;

  list-style: none;

  cursor: pointer;
}

.mult_total_row td {
  border-top: 1px solid black;
}



.one-column {
  float: left;

  width: 48%;
}

table#multiple_listings_total td input {
  font-weight: bold;

  color: #000;
}

table#multiple_listings {
  cell-spacing: 0;
}

table#multiple_listings td,
table#multiple_listings td input,
table#multiple_listings_total td,
table#multiple_listings_total td input {
  margin: 0;
  padding: 0;
}

table#multiple_listings td,
table#multiple_listings_total td {
  height: 28px;

  text-align: center;
}

table#multiple_listings td,
table#multiple_listings th,
table#multiple_listings_total td,
table#multiple_listings_total th {
  font-size: 11px;

  border-right: 1px solid #888;
  border-bottom: 1px solid #888;
}

table#multiple_listings td input,
table#multiple_listings_total td input {
  width: 100%;
  height: 100%;

  border: 0;
}

th#item-type-header,
th#part-no-header {
  padding: 0 6px;
}

th#desc-header {
  padding: 0 33px;
}

#listings {
  width: 100%;
}

/** Buttons **/
.btn.danger,
.alert-message.danger,
.btn.danger:hover,
.alert-message.danger:hover,
.btn.error,
.alert-message.error,
.btn.error:hover,
.alert-message.error:hover,
.btn.success,
.alert-message.success,
.btn.success:hover,
.alert-message.success:hover,
.btn.info,
.alert-message.info,
.btn.info:hover,
.alert-message.info:hover {
  color: #fff;
}
.btn .close,
.alert-message .close {
  font-family: Arial, sans-serif;
  line-height: 18px;
}
.btn.danger,
.alert-message.danger,
.btn.error,
.alert-message.error {
  border-color: #c43c35 #c43c35 #882a25;
  border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
  background-color: #c43c35;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
  background-image:    -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image:     -ms-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image:      -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image:         linear-gradient(top, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
}
.btn.success,
.alert-message.success {
  border-color: #57a957 #57a957 #3d773d;
  border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
  background-color: #57a957;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
  background-image:    -moz-linear-gradient(top, #62c462, #57a957);
  background-image:     -ms-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image:      -o-linear-gradient(top, #62c462, #57a957);
  background-image:         linear-gradient(top, #62c462, #57a957);
  background-repeat: repeat-x;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
}
.btn.info,
.alert-message.info {
  border-color: #339bb9 #339bb9 #22697d;
  border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
  background-color: #339bb9;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));
  background-image:    -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image:     -ms-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image:      -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image:         linear-gradient(top, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
}
.btn {
  font-size: 13px;
  line-height: normal;

  display: inline-block;

  padding: 5px 14px 6px;

  cursor: pointer;
  -webkit-transition: .1s linear all;
  -moz-transition: .1s linear all;
  -ms-transition: .1s linear all;
  -o-transition: .1s linear all;
  transition: .1s linear all;

  color: #333;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #e6e6e6;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), color-stop(25%, #fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(#fff, #fff 25%, #e6e6e6);
  background-image:    -moz-linear-gradient(top, #fff, #fff 25%, #e6e6e6);
  background-image:     -ms-linear-gradient(#fff, #fff 25%, #e6e6e6);
  background-image:      -o-linear-gradient(#fff, #fff 25%, #e6e6e6);
  background-image:         linear-gradient(#fff, #fff 25%, #e6e6e6);
  background-repeat: no-repeat;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
  text-shadow: 0 1px 1px rgba(255, 255, 255, .75);

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
}
a.btn {
  text-decoration: none;
}
.btn:hover {
  text-decoration: none;

  color: #333;
  background-position: 0 -15px;
}
.btn:focus {
  outline: 1px dotted #666;
}
.btn.primary {
  color: #fff;
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
  background-color: #0064cd;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
  background-image:    -moz-linear-gradient(top, #049cdb, #0064cd);
  background-image:     -ms-linear-gradient(top, #049cdb, #0064cd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
  background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
  background-image:      -o-linear-gradient(top, #049cdb, #0064cd);
  background-image:         linear-gradient(top, #049cdb, #0064cd);
  background-repeat: repeat-x;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
}
.btn.active,
.btn:active {
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .25), 0 1px 2px rgba(0, 0, 0, .05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .25), 0 1px 2px rgba(0, 0, 0, .05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, .25), 0 1px 2px rgba(0, 0, 0, .05);
}
.btn.disabled {
  cursor: default;

  opacity: .65;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: alpha(opacity=65);
  -khtml-opacity: .65;
  -moz-opacity: .65;
}
.btn[disabled] {
  cursor: default;

  opacity: .65;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: alpha(opacity=65);
  -khtml-opacity: .65;
  -moz-opacity: .65;
}
.btn.large {
  font-size: 15px;
  line-height: normal;

  padding: 9px 14px 9px;

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.btn.small {
  font-size: 11px;

  padding: 7px 9px 7px;
}
:root .alert-message,
:root .btn {
  border-radius: 0 \0;
}
button.btn::-moz-focus-inner,
input[type=submit].btn::-moz-focus-inner {
  padding: 0;

  border: 0;
}

/** Alerts **/

.alert-message {
  position: relative;

  margin-bottom: 18px;
  padding: 7px 15px;

  color: #404040;
  border-width: 1px;
  border-style: solid;
  border-color: #eedc94 #eedc94 #e4c652;
  border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #eedc94;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94));
  background-image:    -moz-linear-gradient(top, #fceec1, #eedc94);
  background-image:     -ms-linear-gradient(top, #fceec1, #eedc94);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1), color-stop(100%, #eedc94));
  background-image: -webkit-linear-gradient(top, #fceec1, #eedc94);
  background-image:      -o-linear-gradient(top, #fceec1, #eedc94);
  background-image:         linear-gradient(top, #fceec1, #eedc94);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
  text-shadow: 0 1px 0 rgba(255, 255, 255, .5);

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1', endColorstr='#eedc94', GradientType=0);
}
.alert-message .close {
  margin-top: 1px;

  *margin-top: 0;
}
.alert-message a {
  font-weight: bold;

  color: #404040;
}
.alert-message.danger p a,
.alert-message.error p a,
.alert-message.success p a,
.alert-message.info p a {
  color: #fff;
}
.alert-message h5 {
  line-height: 18px;
}
.alert-message p {
  margin-bottom: 0;
}
.alert-message div {
  line-height: 28px;

  margin-top: 5px;
  margin-bottom: 2px;
}
.alert-message .btn {
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .25);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .25);
  box-shadow: 0 1px 0 rgba(255, 255, 255, .25);
}
.alert-message.block-message {
  padding: 14px;

  border-color: #fceec1;
  background-color: #fdf5d9;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.alert-message.block-message ul,
.alert-message.block-message p {
  margin-right: 30px;
}
.alert-message.block-message ul {
  margin-bottom: 0;
}
.alert-message.block-message li {
  color: #404040;
}
.alert-message.block-message .alert-actions {
  margin-top: 5px;
}
.alert-message.block-message.error,
.alert-message.block-message.success,
.alert-message.block-message.info {
  color: #404040;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
}
.alert-message.block-message.error {
  border-color: #fbc7c6;
  background-color: #fddfde;
}
.alert-message.block-message.success {
  border-color: #bfe7bf;
  background-color: #d1eed1;
}
.alert-message.block-message.info {
  border-color: #c6edf9;
  background-color: #ddf4fb;
}
.alert-message.block-message.danger p a,
.alert-message.block-message.error p a,
.alert-message.block-message.success p a,
.alert-message.block-message.info p a {
  color: #404040;
}

.alert {
  margin-bottom: 18px;
  padding: 8px 35px 8px 14px;

  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fcf8e3;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
}
.alert,
.alert-heading {
  color: #c09853;
}
.alert .close {
  line-height: 18px;

  position: relative;
  top: -2px;
  right: -21px;
}
.alert-success {
  border-color: #d6e9c6;
  background-color: #dff0d8;
}
.alert-success,
.alert-success .alert-heading {
  color: #468847;
}
.alert-danger,
.alert-error {
  border-color: #eed3d7;
  background-color: #f2dede;
}
.alert-danger,
.alert-error,
.alert-danger .alert-heading,
.alert-error .alert-heading {
  color: #b94a48;
}
.alert-info {
  border-color: #bce8f1;
  background-color: #d9edf7;
}
.alert-info,
.alert-info .alert-heading {
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
/** Modal **/
.fade {
  -webkit-transition: opacity .15s linear;
  -moz-transition: opacity .15s linear;
  -ms-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;

  opacity: 0;
}
.fade.in {
  opacity: 1;
}
.modal-backdrop {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
 opacity: .8;

 filter: alpha(opacity=80);
 -khtml-opacity: .8;
 -moz-opacity: .8;
}
.modal {
  position: fixed;
  z-index: 11000;
  top: 50%;
  left: 50%;

  overflow: auto;

  width: 560px;
  max-height: 500px;
  margin: -250px 0 0 -280px;

  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .3);
  /* IE6-7 */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, .3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, .3);

  *border: 1px solid #999;
}
.modal .close {
  margin-top: 7px;
}
.modal.fade {
  top: -75%;

  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -ms-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
}
.modal.fade.in {
  top: 50%;
}
.modal-header {
  padding: 5px 15px;

  border-bottom: 1px solid #eee;
}
.modal-body {
  padding: 15px;
}
.modal-body form {
  margin-bottom: 0;
}
.modal-footer {
  zoom: 1;

  margin-bottom: 0;
  padding: 14px 15px 15px;

  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  background-color: #f5f5f5;
  -webkit-box-shadow: inset 0 1px 0 #fff;
  -moz-box-shadow: inset 0 1px 0 #fff;
  box-shadow: inset 0 1px 0 #fff;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  zoom: 1;

  content: '';
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn {
  float: right;

  margin-left: 5px;
}
.modal .popover,
.modal .twipsy {
  z-index: 12000;
}
.close {
  font-size: 20px;
  font-weight: bold;
  line-height: 13.5px;

  float: right;

  opacity: .25;
  color: #000;
  text-shadow: 0 1px 0 #fff;

  filter: alpha(opacity=25);
  -khtml-opacity: .25;
  -moz-opacity: .25;
}
a.close {
  text-decoration: none;
}
.close:hover {
  text-decoration: none;

  opacity: .4;
  color: #000;

  filter: alpha(opacity=40);
  -khtml-opacity: .4;
  -moz-opacity: .4;
}
/** Media Grid **/

.media-grid {
  zoom: 1;

  margin-bottom: 0;
  padding-left: 0;
}
.media-grid:before,
.media-grid:after {
  display: table;
  zoom: 1;

  content: '';
}
.media-grid:after {
  clear: both;
}
.media-grid li {
  display: inline;
}
.media-grid a {
  float: left;

  margin: 0 0 18px 0;
  padding: 4px;

  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .075);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .075);
}
.media-grid a img {
  display: block;
}
.media-grid a:hover {
  border-color: #0069d6;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, .25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, .25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, .25);
}
/** For listings **/
#listings .media-grid a {
  width: 96%;
  height: 70px;

  color: #000;
}
#listings .media-grid a div {
  float: left;
}
.listing-info {
  width: 415px;
}
.listing-created,
.listing-expires,
.listing-image,
.listing-country,
.listing-state {
  width: 112px;
}
.listing-image {
  width: 60px;
}
/** Forms **/
form {
  margin-bottom: 18px;
}
fieldset {
  margin-bottom: 18px;
  padding-top: 18px;

  border: none;
}
form .clearfix {
  zoom: 1;

  margin-bottom: 18px;
}
form .clearfix:before,
form .clearfix:after {
  display: table;
  zoom: 1;

  content: '';
}
form .clearfix:after {
  clear: both;
}
label,
input,
select,
textarea {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
}
input[type=checkbox],
input[type=radio] {
  cursor: pointer;
}
input,
textarea,
select,
.uneditable-input {
  font-size: 13px;
  line-height: 18px;

  display: inline-block;

  width: 210px;
  height: 18px;
  padding: 4px;

  color: #000000;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
input::placeholder {
  color: #808080;
}
select {
  padding: initial;
}
input[type=checkbox],
input[type=radio] {
  /* IE6-7 */
  line-height: normal;

  width: auto;
  height: auto;
  margin: 3px 0;
  padding: 0;

  border: none;

  *margin-top: 0;
}
input[type=file] {
  line-height: initial;

  padding: initial;

  border: initial;
  background-color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type=button],
input[type=reset],
input[type=submit] {
  width: auto;
  height: auto;
}
select,
input[type=file] {
  line-height: 27px;

  height: 27px;

  *height: auto;
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
}
select[multiple] {
  height: inherit;

  background-color: #fff;
}
textarea {
  height: auto;
}
.uneditable-input {
  display: block;

  cursor: not-allowed;

  border-color: #eee;
  background-color: #fff;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .025);
}
:-moz-placeholder {
  color: #bfbfbf;
}
::-webkit-input-placeholder {
  color: #bfbfbf;
}
input,
textarea {
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -ms-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;

  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
}
input:focus,
textarea:focus {
  border-color: rgba(82, 168, 236, .8);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1), 0 0 8px rgba(82, 168, 236, .6);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1), 0 0 8px rgba(82, 168, 236, .6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1), 0 0 8px rgba(82, 168, 236, .6);
}
input[type=file]:focus,
input[type=checkbox]:focus,
select:focus {
  outline: 1px dotted #666;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
form .clearfix.error > label,
form .clearfix.error .help-block,
form .clearfix.error .help-inline {
  color: #b94a48;
}
form .clearfix.error input,
form .clearfix.error textarea {
  color: #b94a48;
  border-color: #ee5f5b;
}
form .clearfix.error input:focus,
form .clearfix.error textarea:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
form .clearfix.error .input-prepend .add-on,
form .clearfix.error .input-append .add-on {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #fce6e6;
}
form .clearfix.warning > label,
form .clearfix.warning .help-block,
form .clearfix.warning .help-inline {
  color: #c09853;
}
form .clearfix.warning input,
form .clearfix.warning textarea {
  color: #c09853;
  border-color: #ccae64;
}
form .clearfix.warning input:focus,
form .clearfix.warning textarea:focus {
  border-color: #be9a3f;
  -webkit-box-shadow: 0 0 6px #e5d6b1;
  -moz-box-shadow: 0 0 6px #e5d6b1;
  box-shadow: 0 0 6px #e5d6b1;
}
form .clearfix.warning .input-prepend .add-on,
form .clearfix.warning .input-append .add-on {
  color: #c09853;
  border-color: #c09853;
  background-color: #d2b877;
}
form .clearfix.success > label,
form .clearfix.success .help-block,
form .clearfix.success .help-inline {
  color: #468847;
}
form .clearfix.success input,
form .clearfix.success textarea {
  color: #468847;
  border-color: #57a957;
}
form .clearfix.success input:focus,
form .clearfix.success textarea:focus {
  border-color: #458845;
  -webkit-box-shadow: 0 0 6px #9acc9a;
  -moz-box-shadow: 0 0 6px #9acc9a;
  box-shadow: 0 0 6px #9acc9a;
}
form .clearfix.success .input-prepend .add-on,
form .clearfix.success .input-append .add-on {
  color: #468847;
  border-color: #468847;
  background-color: #bcddbc;
}
.input-mini,
input.mini,
textarea.mini,
select.mini {
  width: 60px;
}
.input-small,
input.small,
textarea.small,
select.small {
  width: 90px;
}
.input-medium,
input.medium,
textarea.medium,
select.medium {
  width: 150px;
}
.input-large,
input.large,
textarea.large,
select.large {
  width: 210px;
}
.input-xlarge,
input.xlarge,
textarea.xlarge,
select.xlarge {
  width: 270px;
}
.input-xxlarge,
input.xxlarge,
textarea.xxlarge,
select.xxlarge {
  width: 530px;
}
textarea.xxlarge {
  overflow-y: auto;
}
input.span1,
textarea.span1 {
  display: inline-block;
  float: none;

  width: 30px;
  margin-left: 0;
}
input.span2,
textarea.span2 {
  display: inline-block;
  float: none;

  width: 90px;
  margin-left: 0;
}
input.span3,
textarea.span3 {
  display: inline-block;
  float: none;

  width: 150px;
  margin-left: 0;
}
input.span4,
textarea.span4 {
  display: inline-block;
  float: none;

  width: 210px;
  margin-left: 0;
}
input.span5,
textarea.span5 {
  display: inline-block;
  float: none;

  width: 270px;
  margin-left: 0;
}
input.span6,
textarea.span6 {
  display: inline-block;
  float: none;

  width: 330px;
  margin-left: 0;
}
input.span7,
textarea.span7 {
  display: inline-block;
  float: none;

  width: 390px;
  margin-left: 0;
}
input.span8,
textarea.span8 {
  display: inline-block;
  float: none;

  width: 450px;
  margin-left: 0;
}
input.span9,
textarea.span9 {
  display: inline-block;
  float: none;

  width: 510px;
  margin-left: 0;
}
input.span10,
textarea.span10 {
  display: inline-block;
  float: none;

  width: 570px;
  margin-left: 0;
}
input.span11,
textarea.span11 {
  display: inline-block;
  float: none;

  width: 630px;
  margin-left: 0;
}
input.span12,
textarea.span12 {
  display: inline-block;
  float: none;

  width: 690px;
  margin-left: 0;
}
input.span13,
textarea.span13 {
  display: inline-block;
  float: none;

  width: 750px;
  margin-left: 0;
}
input.span14,
textarea.span14 {
  display: inline-block;
  float: none;

  width: 810px;
  margin-left: 0;
}
input.span15,
textarea.span15 {
  display: inline-block;
  float: none;

  width: 870px;
  margin-left: 0;
}
input.span16,
textarea.span16 {
  display: inline-block;
  float: none;

  width: 930px;
  margin-left: 0;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;

  border-color: #ddd;
  background-color: #f5f5f5;
}
.actions {
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 20px 18px 150px;

  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  background: #f5f5f5;
}
.actions .secondary-action {
  float: right;
}
.actions .secondary-action a {
  line-height: 30px;
}
.actions .secondary-action a:hover {
  text-decoration: underline;
}
.help-inline,
.help-block {
  font-size: 13px;
  line-height: 18px;

  color: #bfbfbf;
}
.help-inline {
  padding-left: 5px;

  *position: relative;
  /* IE6-7 */
  *top: -5px;
  /* IE6-7 */
}
.help-block {
  display: block;

  max-width: 600px;
}
/*
.inline-inputs {
  color: #808080;
}
*/
.inline-inputs span {
  padding: 0 2px 0 1px;
}
.input-prepend input,
.input-append input {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend .add-on,
.input-append .add-on {
  font-weight: normal;
  line-height: 18px;

  position: relative;
  z-index: 2;

  display: block;
  float: left;

  width: auto;
  min-width: 16px;
  height: 18px;
  margin-right: -1px;
  padding: 4px 4px 4px 5px;

  text-align: center;

  color: #bfbfbf;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  background: #f5f5f5;
  text-shadow: 0 1px 0 #fff;
}
.input-prepend .active,
.input-append .active {
  border-color: #46a546;
  background: #a9dba9;
}
.input-prepend .add-on {
  *margin-top: 1px;
  /* IE6-7 */
}
.input-append input {
  float: left;

  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append .add-on {
  margin-right: 0;
  margin-left: -1px;

  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.inputs-list {
  width: 100%;
  margin: 0 0 5px;
}
.inputs-list li {
  display: block;

  width: 100%;
  padding: 0;
}
.inputs-list label {
  line-height: 18px;

  display: block;
  float: none;

  width: auto;
  margin-left: 20px;
  padding: 0;

  text-align: left;
  white-space: normal;
}
.inputs-list label strong {
  color: #808080;
}
.inputs-list label small {
  font-size: 11px;
  font-weight: normal;
}
.inputs-list .inputs-list {
  margin-bottom: 10px;
  margin-left: 25px;
  padding-top: 0;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list li + li {
  padding-top: 2px;
}
.inputs-list input[type=radio],
.inputs-list input[type=checkbox] {
  float: left;

  margin-bottom: 0;
  margin-left: -20px;
}
.form-stacked {
  padding-left: 20px;
}
.form-stacked fieldset {
  padding-top: 9px;
}
.form-stacked legend {
  padding-left: 0;
}
.form-stacked label {
  font-weight: bold;
  line-height: 20px;

  display: block;
  float: none;

  width: auto;
  padding-top: 0;

  text-align: left;
}
.form-stacked .clearfix {
  margin-bottom: 9px;
}
.form-stacked .clearfix div.input {
  margin-left: 0;
}
.form-stacked .inputs-list {
  margin-bottom: 0;
}
.form-stacked .inputs-list li {
  padding-top: 0;
}
.form-stacked .inputs-list li label {
  font-weight: normal;

  padding-top: 0;
}
.form-stacked div.clearfix.error {
  margin-top: 0;
  margin-left: -10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
.form-stacked .actions {
  margin-left: -20px;
  padding-left: 20px;
}

.inline-inputs .input {
  float: left;

  margin-right: 10px;
}

div.checkbox label {
  display: inline;

  margin-top: 0;
  padding-top: 2px;
  padding-left: 5px;
}

div.checkbox input {
  display: inline-block;
}

.radiocheck input[type='radio'] {
  margin-left: 5px;
}
.well {
  min-height: 20px;
  margin-bottom: 20px;
  padding: 19px;

  border: 1px solid #eee;
  border: 1px solid rgba(0, 0, 0, .05);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #f5f5f5;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
table.listing-info-table {
  width: 100%;
}
table.listing-info-table td {
  padding-top: 4px;
  padding-bottom: 4px;

  border-bottom: 1px solid #ccc;
}
td.td-label {
  font-weight: bold;

  padding-right: 20px;
}
td.number-cell,
th.number-cell,
td.number-cell input {
  text-align: right !important;
}

/* Quick Listing */
div.section-wrap {
  margin-bottom: 20px;
  padding: 0 20px 20px 20px;

  border: 2px solid #bec0d8;
}
div.section-wrap textarea {
  width: 600px;
}
div.section-wrap select {
  width: 230px;
}
div.section-wrap fieldset {
  margin-left: 0;
  padding-left: 0;
}
/*
 * jQuery UI Menu @VERSION
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
 .ui-menu {
  display: block;
  float: left;

  margin: 0;
  padding: 2px;

  list-style: none;
}
.ui-menu .ui-menu {
  margin-top: -3px;
}
.ui-menu .ui-menu-item {
  float: left;
  clear: left;
  zoom: 1;

  width: 100%;
  margin: 0;
  padding: 0;
}
.ui-menu .ui-menu-item a {
  line-height: 1.5;

  display: block;
  zoom: 1;

  padding: .2em .4em;

  text-decoration: none;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;

  margin: -1px;
}
.ui-combobox {
  position: relative;

  display: inline-block;
}
.ui-button {
  top: 0;
  bottom: 0;

  margin-left: -1px;
  padding: 0;
}
.ui-autocomplete-input {
  width: 150px;
  margin: 0;
  padding: .3em;
}

@media print {
  #top,
  #nav,
  #blue-footer,
  #footer-links,
  #po-controls {
    display: none;
  }
}

ol {
  margin-top: 10px;
  list-style: none;
}

.sortable li > div {
  cursor: crosshair;
  padding: 8px;
  border: 1px solid #ccc;
  background: #fff;
}

ol li > div a {
  float: right;
  margin-right: 10px;
}
.save-div {
  position:fixed;
  width:35px;height:10px;bottom:200px;right:-2px;
  padding:8px;background:#FFFFFF;
  border:2px solid green;
  z-index:100
}
